/*
Theme Name: Perfumes Assad
Theme URI: 
Author: Alfredo Dávila
Author URI: 
Description: Perfumes Assad Theme from Highline Theme
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: highline
Text Domain: perfumes-assad
Tags: 
*/

.wp-block-woocommerce-add-to-cart-form form.cart>.quantity:not(.wc-block-components-quantity-selector) .qty {
  margin-right: 0;
  height: auto;
}

/* Default image */
#productCategoryImg {
  background-image: url('/wp-content/uploads/2025/07/banner-productos.png');
  background-size: cover;
  background-position: center;
}

body.term-caballero #productCategoryImg {
  background-image: url('/wp-content/uploads/2025/08/WhatsApp-Image-2025-08-04-at-12.52.45-1.jpeg');
  background-size: cover;
  background-position: center;
}

body.term-dama #productCategoryImg {
  background-image: url('/wp-content/uploads/2025/08/pexels-karolina-grabowska-4871166-1.jpg');
  background-size: cover;
  background-position: 50% 57%;
}

body.term-unisex #productCategoryImg {
  background-image: url('/wp-content/uploads/2025/08/pexels-karolina-grabowska-8361488.jpg');
  background-size: cover;
  background-position: 50% 42%;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout div {
  display: block;
  z-index: 1;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart div {
  z-index: 1;
}

.lista-marcas-scroll {
  max-height: 200px;      /* Altura máxima */
  overflow-y: auto;       /* Scroll vertical */
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  border-radius: 6px;
}

.filtro-marcas {
  list-style: none;
  padding: 0;
}
.filtro-marcas li {
  margin-bottom: 6px;
}
.filtro-marcas a {
  text-decoration: none;
  color: #333;
}
.filtro-marcas a:hover {
  text-decoration: underline;
}

.filtro-marcas li.activo a {
  font-weight: bold;
  color: #0073aa;
}

.wc-block-grid__product-image img {
  background: transparent !important;
}

.pa-main-product-title {
  min-height: 45px;
}