/* Utilidades visuales */
:root{
	--hs-dark:#1e1e1e;
	--hs-gray:#f5f5f5;
	--font-headings: 'Libre Bodoni', serif;
	--font-body: 'Albert Sans', sans-serif;
}
body{ 
	color:#222; 
	font-family: var(--font-body);
}

/* Tipografía - Headings con Libre Bodoni */
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-headings);
	font-weight: 700;
	letter-spacing: 0.5px;
}

h1 {
	font-weight: 800;
	font-size: clamp(2.5rem, 5vw, 4rem);
}

h2 {
	font-weight: 700;
	font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
	font-weight: 600;
	font-size: clamp(1.5rem, 3vw, 2rem);
}

/* Títulos específicos */
.hero-boutique-title,
.colecciones-title {
	
	font-weight: 800;
	letter-spacing: 1px;
}

.navbar-brand-centered {
	font-family: var(--font-headings);
	font-weight: 400;
	letter-spacing: 2px;
}

/* Textos con Albert Sans */
p, a, span, label, input, button, .btn {
	font-family: var(--font-body);
}

.btn {
	font-weight: 600;
	letter-spacing: 1px;
}

/* Pesos específicos para Albert Sans */
.text-light-weight {
	font-weight: 300;
}

.text-regular {
	font-weight: 400;
}

.text-medium {
	font-weight: 500;
}

.text-semibold {
	font-weight: 600;
}

.text-bold {
	font-weight: 700;
}

/* Marquee Banner */
.marquee-banner {
  background: #1e1e1e;
  color: white;
  padding: 0.5rem 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  max-height: 100px;
  opacity: 1;
}

.marquee-banner.hidden {
  max-height: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
}

.marquee-content {
  display: inline-block;
  animation: marquee 30s linear infinite;
  padding-left: 100%;
}

.marquee-content span {
  display: inline-block;
  padding: 0 2rem;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pausar en hover */
.marquee-banner:hover .marquee-content {
  animation-play-state: paused;
}

.navbar {
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* ============================================
   NAVBAR CENTERED LOGO DESIGN - Estados Normal y Scrolled
   ============================================ */

/* Estado base del navbar */
#mainNavbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: white;
  transition: padding 0.3s ease;
}

#mainNavbar .container-fluid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
}

#mainNavbar .navbar-logo-section {
  text-align: center;
  transition: all 0.3s ease;
}

#mainNavbar .navbar-brand-centered {
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

#mainNavbar .navbar-logo-img {
  width: auto;
  object-fit: contain;
  transition: height 0.3s ease;
}

#mainNavbar .navbar-collapse {
  width: auto;
  transition: all 0.3s ease;
}

/* Cambios de layout en scrolled solo para desktop */
@media (min-width: 992px) {
  #mainNavbar.navbar-scrolled .container-fluid {
    justify-content: space-between;
    flex-direction: row;
    gap: 2rem;
  }

  #mainNavbar.navbar-scrolled .navbar-logo-section {
    order: -1;
    text-align: left;
  }

  #mainNavbar.navbar-scrolled .navbar-collapse {
    order: 0;
  }
}

/* Mobile header */
.mobile-header {
  padding: 0.5rem 0;
}

/* Menu Navigation */
.navbar-nav {
  gap: 0;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link {
  padding: 0.5rem 0.9rem;
  color: #1e1e1e;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.2s ease;
  white-space: nowrap;
  font-family: var(--font-body);
}

.navbar-nav .nav-link:hover {
  color: #666;
}

.navbar-nav .nav-link:focus {
  color: #1e1e1e;
}

/* Estilo del menú en estado inicial (más espaciado) */
#mainNavbar:not(.navbar-scrolled) .navbar-nav {
  gap: 0.5rem;
}

/* Estilo del menú en estado scrolled (más compacto) */
#mainNavbar.navbar-scrolled .navbar-nav {
  gap: 0;
}

/* Icons */
.nav-icon {
  color: #1e1e1e;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
}

.nav-icon:hover {
  color: #666;
}

.navbar-icons {
  position: static;
  transition: all 0.3s ease;
}

/* En estado inicial, los iconos están en posición absoluta (solo desktop) */
@media (min-width: 992px) {
  #mainNavbar:not(.navbar-scrolled) .navbar-icons {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
  }

  /* En estado scrolled, los iconos están en el flow normal */
  #mainNavbar.navbar-scrolled .navbar-icons {
    position: static;
  }
}

.cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #1e1e1e;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
}

/* Desktop: Mantener layout centrado inicialmente */
@media (min-width: 992px) {
  /* Padding diferenciado solo en desktop */
  #mainNavbar:not(.navbar-scrolled) {
    padding: 1.5rem 0;
  }
  
  #mainNavbar.navbar-scrolled {
    padding: 0.75rem 0;
  }
  
  /* Estado inicial: Todo centrado verticalmente */
  #mainNavbar:not(.navbar-scrolled) .container-fluid {
    flex-direction: column;
    gap: 1.25rem;
    max-width: 1400px;
  }
  
  /* Logo más grande en estado inicial desktop */
  #mainNavbar:not(.navbar-scrolled) .navbar-logo-img {
    height: 80px;
  }
  
  #mainNavbar .navbar-collapse {
    flex-grow: 0;
  }
  
  /* Estado scrolled: Layout horizontal */
  #mainNavbar.navbar-scrolled .container-fluid {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    max-width: 100%;
  }
  
  /* Logo más pequeño en estado scrolled desktop */
  #mainNavbar.navbar-scrolled .navbar-logo-img {
    height: 50px;
  }
}

/* Mobile adjustments */
@media (max-width: 991px) {
  /* Mantener padding consistente en móvil para evitar "saltos" */
  #mainNavbar,
  #mainNavbar.navbar-scrolled {
    padding: 0.75rem 0 !important;
  }
  
  /* Forzar layout en columna siempre en móvil */
  #mainNavbar .container-fluid,
  #mainNavbar.navbar-scrolled .container-fluid {
    flex-direction: column !important;
    gap: 0 !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
  }
  
  /* Mobile header siempre con el mismo layout */
  .mobile-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100%;
    padding: 0.25rem 0;
  }
  
  /* Logo siempre del mismo tamaño en móvil para evitar cambios bruscos */
  #mainNavbar .navbar-logo-img,
  #mainNavbar.navbar-scrolled .navbar-logo-img {
    height: 50px !important;
  }
  
  /* Mantener logo section sin cambios de order */
  #mainNavbar .navbar-logo-section,
  #mainNavbar.navbar-scrolled .navbar-logo-section {
    order: 0 !important;
    text-align: center !important;
  }
  
  /* Deshabilitar transiciones en móvil para evitar "brincos" */
  #mainNavbar .container-fluid,
  #mainNavbar .navbar-logo-section,
  #mainNavbar .navbar-brand-centered,
  #mainNavbar .navbar-logo-img,
  #mainNavbar .navbar-collapse {
    transition: none !important;
  }
  
  .navbar-nav {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
  }
  
  .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
  }
  
  .navbar-icons {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    margin-top: 1rem;
  }
}

.section-padding{ padding: 3rem 0; } 
.section-title .title{ font-weight:700; }
.btn-dark{ 
  background:var(--hs-dark); 
  border-color:var(--hs-dark);
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 0.75rem 2rem;
  transition: all 0.3s ease;
}
.btn-dark:hover {
  background: #000;
  border-color: #000;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}


.product-card{ 
  transition: none;
}
.product-card:hover{
  transform: none;
  box-shadow: none;
}
.product-title{ font-size:.95rem; font-weight:600; margin:.35rem 0 0; }
.price{ font-weight:700; }
.price small{ font-weight:400; }

/* Imagen clickeable como en tienda */
.product-img-wrap{
  width: 100%;
  overflow: hidden;
  display: block;
}
.product-img{
  display: block;
  width: 100%;
  height: auto;
}








/* Link contenedor de la imagen */
.hs-product-img-link{
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #f5f5f5;
}

/* Imagen del producto */
.hs-product-img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;  /* o quita esta línea si quieres 100% natural */
  image-rendering: auto;
}

/* Cintillos desactivados - no van con el diseño */
.hs-product-cintillo{
  display: none !important;
}

/* Thumbnails de la galería */
.hs-thumb{
  border: 1px solid #dee2e6;
  border-radius: .35rem;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  aspect-ratio: 3 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs-thumb-img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-thumb.active{
  border-color: #000;
  border-width: 2px;
}






/* Imagen uniforme (banners 16:9) */
.ratio-16x9{
	position:relative; overflow:hidden; background:var(--hs-gray); border-radius:.5rem;
	aspect-ratio:16 / 9;
}
.ratio-16x9 > img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }

/* Imagen uniforme (productos 3:4) */
.product-img{
	position:relative; overflow:hidden; background:var(--hs-gray); border-radius:.5rem;
	aspect-ratio:3 / 4;
}
.product-img > img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }

.product-card .product-title{ font-size:.95rem; font-weight:600; margin:.5rem 0 0; }
.product-card .price{ font-weight:700; }
.product-card .icons a{ color:#777; }
.product-card .icons a:hover{ color:#000; }

/* Cajas de “Primavera” y features */
.promo-card, .feature-card{
	border:1px solid #e9ecef; border-radius:.75rem; overflow:hidden; background:#fff;
}
.feature-card{ padding:1.25rem; text-align:center; font-weight:700; }
.feature-card:hover{ background:#000; color:#fff; transition:.2s; }

/* Newsletter input */
.newsletter .form-control{ border-radius:2rem 0 0 2rem; }
.newsletter .btn{ border-radius:0 2rem 2rem 0; }

/* Footer fino */
.footer-bottom{ font-size:.9rem; color:#777; }



/* ratios verticales */
.ratio-3x4 { --bs-aspect-ratio: calc(4 / 3 * 100%); } /* 3:4 (más alto) */
.ratio-4x5 { --bs-aspect-ratio: calc(5 / 4 * 100%); } /* 4:5 (muy usado en moda) */

/* imagen llena el contenedor y recorta centrado */
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.btn-no-radius{
  border-radius: 0 !important;         /* funciona para cualquier .btn */
  /* opcional si usas BS 5.3+: */
  --bs-btn-border-radius: 0;
}




.feature-card{
  min-height:180px; border:1px solid #e9ecef; border-radius:.75rem; background:#fff;
  transition:background-color .2s,color .2s;
  white-space: normal;                 /* asegura saltos de línea */
}
.feature-text{ line-height:1.2; }
.feature-card:hover{ background:#000; color:#fff; }
.feature-card:hover small{ color:#fff !important; }





/* Cintillos productos - desactivados */
.product-card { position: relative; }
.img-cover { width: 100%; height: 100%; object-fit: cover; display: block; }

.product-img-wrap {
  position: relative;
  display: block;
}

/* Cintillos ocultos - no van con el diseño limpio */
.cintillo,
.cintillo--chip {
  display: none !important;
}


/* ============================================
   WOW.js + Animate.css - Utilidades
   ============================================
   
   Uso básico:
   <div class="wow animate__animated animate__fadeInUp">Contenido</div>
   
   Con delay:
   <div class="wow animate__animated animate__fadeIn" data-wow-delay="0.2s">Contenido</div>
   
   Con duración personalizada:
   <div class="wow animate__animated animate__fadeIn" data-wow-duration="1.5s">Contenido</div>
   
   Animaciones más usadas:
   - animate__fadeIn / animate__fadeInUp / animate__fadeInDown
   - animate__fadeInLeft / animate__fadeInRight
   - animate__zoomIn / animate__zoomInUp
   - animate__slideInUp / animate__slideInDown
   - animate__bounceIn
   - animate__rotateIn
   
   ============================================ */

/* Ajustes personalizados para animaciones */
.animate__animated {
  --animate-duration: 0.8s;
}

/* Animaciones más suaves y lentas */
.animate__slow {
  --animate-duration: 1.2s;
}

.animate__slower {
  --animate-duration: 1.8s;
}

/* Animaciones más rápidas */
.animate__fast {
  --animate-duration: 0.5s;
}

.animate__faster {
  --animate-duration: 0.3s;
}


/* ============================================
   HERO BANNER PARALLAX con División Diagonal
   ============================================ */

/* ============================================
   HERO BOUTIQUE (Diseño Simple)
   ============================================ */

.hero-boutique {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 550px;
  max-height: 750px;
  overflow: hidden;
  background: #f5f5f5;
}

.hero-boutique-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-boutique-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0.3) 70%, transparent 100%);
  z-index: 2;
}

.hero-boutique-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-boutique-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 3rem 0;
}

.hero-boutique-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 400;
  color: #1e1e1e;
  line-height: 1;
  margin-bottom: 2.5rem;
  font-family: var(--font-headings);
  letter-spacing: 0.5px;
}

.hero-boutique-content .btn {
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 0.85rem 3rem;
  font-size: 0.9rem;
  border-radius: 0;
  border: none;
}

.hero-boutique-content .btn-dark {
  background: #1e1e1e;
  color: white;
}

.hero-boutique-content .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
  background: #000;
}

@media (max-width: 768px) {
  .hero-boutique {
    height: 500px;
    min-height: 450px;
  }
  
  .hero-boutique-image::after {
    background: rgba(255,255,255,0.85);
  }
  
  .hero-boutique-title {
    font-size: 2rem;
  }
  
  .hero-boutique-content .btn {
    padding: 0.75rem 2.5rem;
    font-size: 0.85rem;
  }
}

/* ============================================
   DROPDOWN MENU STYLES
   ============================================ */

.navbar .dropdown-menu {
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  min-width: 200px;
}

.navbar .dropdown-item {
  padding: 0.75rem 1.5rem;
  font-size: 0.85rem;
  color: #1e1e1e;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
  font-weight: 400;
}

.navbar .dropdown-item:hover {
  background: #f8f9fa;
  color: #000;
  padding-left: 1.75rem;
}

.navbar .dropdown-item:first-child {
  border-top: none;
}

.navbar .dropdown-item + .dropdown-item {
  border-top: 1px solid #f0f0f0;
}

.navbar .dropdown-toggle::after {
  margin-left: 0.4em;
  font-size: 0.6em;
  vertical-align: middle;
}

/* Divider para separar secciones */
.navbar .dropdown-divider {
  margin: 0.5rem 0;
  border-color: #e0e0e0;
}

/* Submenu (para VESTIDOS) */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  float: right;
  margin-top: 0.5em;
}

/* Desktop: Submenu a la derecha */
@media (min-width: 992px) {
  .dropdown-submenu .dropdown-submenu-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 0;
  }

  .dropdown-submenu:hover > .dropdown-submenu-menu {
    display: block;
  }
}

/* Mobile: Submenu debajo */
@media (max-width: 991px) {
  .dropdown-submenu .dropdown-submenu-menu {
    position: static !important;
    margin-left: 1rem;
    border: none;
    box-shadow: none;
    padding-left: 0;
  }
  
  .dropdown-submenu .dropdown-submenu-menu .dropdown-item {
    padding-left: 2.5rem;
    font-size: 0.8rem;
  }
  
  .dropdown-submenu .dropdown-toggle::after {
    display: none;
  }
}

/* ============================================
   FILTROS Y CHECKBOXES (Tienda)
   ============================================ */

/* Custom Checkbox Styles */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid #d0d0d0;
  border-radius: 0;
  background: white;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

input[type="checkbox"]:hover {
  border-color: #999;
}

input[type="checkbox"]:checked {
  background: #1e1e1e;
  border-color: #1e1e1e;
}

input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}

/* Filter Labels */
label {
  cursor: pointer;
  user-select: none;
  font-family: var(--font-body);
  font-weight: 400;
  color: #555;
  transition: color 0.2s ease;
}

label:hover {
  color: #1e1e1e;
}

/* ============================================
   PARA TODA OCASIÓN
   ============================================ */

.para-toda-ocasion {
  background: #fff;
}

.para-toda-ocasion .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
}

.para-toda-ocasion h2 {
  font-size: 2rem;
  color: #1e1e1e;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: var(--font-headings);
  font-weight: 700;
  margin-bottom: 3rem;
}

.para-toda-ocasion .btn-outline-dark {
  border-width: 1px;
  border-color: #1e1e1e;
  color: #1e1e1e;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 0;
  padding: 0.75rem 3rem;
  font-size: 0.85rem;
}

.para-toda-ocasion .btn-outline-dark:hover {
  background: #1e1e1e;
  color: #fff;
  border-color: #1e1e1e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.para-toda-ocasion .product-card {
  position: relative;
  border-radius: 0;
  margin-bottom: 1rem;
  border: none;
  background: transparent;
  transition: transform 0.3s ease;
}

.para-toda-ocasion .product-card:hover {
  transform: translateY(-4px);
}

.para-toda-ocasion .product-img-wrapper {
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
  background: #fafafa;
  border-radius: 0;
  border: none;
}

.para-toda-ocasion .product-placeholder-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.para-toda-ocasion .product-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #eeeeee 25%, #f5f5f5 50%, #eeeeee 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.para-toda-ocasion .product-placeholder::after {
  content: '';
  display: block;
}

.para-toda-ocasion .product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease;
  border-radius: 0;
}

.para-toda-ocasion .product-card:hover .product-img {
  transform: scale(1.03);
}

.para-toda-ocasion a {
  border-radius: 0;
  text-decoration: none;
}

.para-toda-ocasion .product-link {
  border-radius: 0;
}

.product-cart-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  opacity: 0;
  transform: scale(0.9);
}

.para-toda-ocasion .product-card:hover .product-cart-btn {
  opacity: 1;
  transform: scale(1);
}

.product-cart-btn:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
  transform: scale(1.05);
}

.product-cart-btn:hover i {
  color: #fff;
}

.product-cart-btn i {
  font-size: 1.1rem;
  color: #1e1e1e;
  transition: color 0.3s ease;
}

.product-info {
  padding: 1rem 0 0.5rem;
  text-align: left;
}

.product-title {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
  margin-bottom: 0.5rem;
  min-height: auto;
  font-family: var(--font-body);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-title:hover {
  color: #1e1e1e;
}

.product-price {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e1e1e;
  font-family: var(--font-body);
  letter-spacing: 0.3px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .para-toda-ocasion h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .para-toda-ocasion h2 {
    font-size: 1.8rem;
  }
}

/* ============================================
   HERO PARALLAX (Legacy)
   ============================================ */

.hero-parallax {
  position: relative;
  width: 100%;
  min-height: 600px;
  height: 80vh;
  max-height: 700px;
  overflow: hidden;
  background-color: #1a1a1a;
  background-image: url('../img/bg_gallery_right_01.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: heroBgFadeIn 0.8s ease-out;
}

@keyframes heroBgFadeIn {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

/* Overlay oscuro sobre el fondo para legibilidad */
.hero-parallax::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, 
    transparent 0%, 
    transparent 45%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  z-index: 2;
}

/* Columna Izquierda - Imagen principal con clip-path diagonal */
.hero-left {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  animation: fadeInQuick 0.6s ease-out;
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 110%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease-out;
  will-change: transform;
}

/* Efecto Parallax en scroll */
.hero-parallax.parallax-active .hero-image {
  transform: translate(-50%, -45%) scale(1.05);
}

/* Overlay con luces doradas sutiles (opcional) */
.hero-lights {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 215, 0, 0.08) 0%, transparent 50%);
  pointer-events: none;
  opacity: 0.4;
}

/* Columna Derecha - Contenido */
.hero-right {
  flex: 0 0 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  animation: fadeInQuick 0.6s ease-out 0.2s backwards;
}

/* Animación de entrada rápida */
@keyframes fadeInQuick {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Contenedor de imagen de fondo (ya no necesario, pero mantenerlo por compatibilidad) */
.hero-bg-right {
  display: none;
}

.hero-bg-image {
  display: none;
}

/* Overlay oscuro sutil solo para legibilidad del texto */
.hero-overlay-dark {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, 
    transparent 0%, 
    rgba(0, 0, 0, 0.3) 30%,
    rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}

/* Contenido del Hero */
.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 2rem;
  max-width: 500px;
}

.hero-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.hero-logo-circle {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  animation: logoFloat 3s ease-in-out infinite;
}

@keyframes logoFloat {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.hero-script {
  font-family: 'Brush Script MT', 'Lucida Handwriting', cursive;
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.5);
  animation: textGlow 3s ease-in-out infinite;
}

@keyframes textGlow {
  0%, 100% { text-shadow: 0 0 30px rgba(255, 215, 0, 0.5); }
  50% { text-shadow: 0 0 50px rgba(255, 215, 0, 0.8), 0 0 70px rgba(255, 215, 0, 0.4); }
}

.hero-headline {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  margin: 1rem 0 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-btn {
  display: inline-block;
  padding: 1rem 3rem;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.hero-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: left 0.4s ease;
  z-index: -1;
}

.hero-btn:hover {
  color: #000;
  border-color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}

.hero-btn:hover::before {
  left: 0;
}

/* Responsive Hero */
@media (max-width: 992px) {
  .hero-parallax {
    min-height: 500px;
    height: 70vh;
  }

  .hero-parallax::before {
    background: linear-gradient(180deg, 
      transparent 0%, 
      transparent 40%,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.6) 100%);
  }

  .hero-container {
    flex-direction: column;
  }

  .hero-left {
    flex: 0 0 55%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }

  .hero-right {
    flex: 0 0 45%;
  }

  .hero-script {
    font-size: 3rem;
  }

  .hero-headline {
    font-size: 1.5rem;
  }

  .hero-logo-circle {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .hero-parallax {
    min-height: 650px;
    height: 650px;
    max-height: none;
    background-position: center;
    background-size: cover;
  }

  .hero-parallax::before {
    background: linear-gradient(180deg, 
      rgba(0, 0, 0, 0.1) 0%, 
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.6) 100%);
  }

  .hero-container {
    flex-direction: column;
    height: 650px;
    min-height: 650px;
  }

  .hero-left {
    flex: 0 0 auto;
    width: 100%;
    height: 60%;
    min-height: 390px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
  
  .hero-image-wrapper {
    width: 100%;
    height: 100%;
  }
  
  .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .hero-right {
    flex: 0 0 auto;
    width: 100%;
    height: 40%;
    min-height: 260px;
    padding: 1rem 0 1.5rem;
  }

  .hero-overlay-dark {
    background: linear-gradient(180deg, 
      transparent 0%, 
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.6) 100%);
  }

  .hero-content {
    padding: 1rem 1rem 1.5rem;
  }

  .hero-script {
    font-size: 2.5rem;
  }

  .hero-headline {
    font-size: 1.25rem;
    margin: 0.5rem 0 1.25rem;
  }

  .hero-btn {
    padding: 0.8rem 2rem;
    font-size: 0.95rem;
  }
  
  .hero-logo-circle {
    width: 55px;
    height: 55px;
    font-size: 1.35rem;
  }
  
  .hero-logo {
    margin-bottom: 0.75rem;
  }
}

/* Ajustes adicionales para móviles muy pequeños */
@media (max-width: 576px) {
  .hero-parallax {
    min-height: 600px;
    height: 600px;
  }
  
  .hero-container {
    height: 600px;
    min-height: 600px;
  }
  
  .hero-left {
    height: 58%;
    min-height: 350px;
  }
  
  .hero-right {
    height: 42%;
    min-height: 250px;
    padding: 0.75rem 0 1.25rem;
  }
  
  .hero-content {
    padding: 0.75rem 1rem 1.25rem;
  }
  
  .hero-script {
    font-size: 2rem;
  }
  
  .hero-headline {
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    margin: 0.5rem 0 1rem;
  }
  
  .hero-btn {
    padding: 0.75rem 1.75rem;
    font-size: 0.9rem;
    letter-spacing: 0.12em;
  }
  
  .hero-logo-circle {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  
  .hero-logo {
    margin-bottom: 0.5rem;
  }
}


/* ============================================
   SPECIAL PRICES SECTION
   ============================================ */

.special-prices-section {
  background: #f8f9fa;
  color: #1e1e1e;
  padding: 4rem 0;
  margin: 0;
  overflow: visible;
  position: relative;
  z-index: 10;
}

.special-prices-title {
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #1e1e1e;
  text-transform: uppercase;
  margin-bottom: 3rem;
  line-height: 1.2;
  position: relative;
  z-index: 10;
}

.special-prices-slider-wrapper {
  padding: 0;
  margin: 0 auto;
  position: relative;
}

#productosRandomList {
  display: flex;
  /* gap: 1.5rem; */
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding: 0 2rem 1.5rem;
  /* Ocultar scrollbar pero mantener funcionalidad */
  scrollbar-width: thin;
  scrollbar-color: #333 #000;
  justify-content: flex-start;
  cursor: grab;
}

#productosRandomList:active {
  cursor: grabbing;
}

/* En pantallas grandes, centrar si hay pocos items */
@media (min-width: 1400px) {
  #productosRandomList {
    justify-content: center;
  }
}

#productosRandomList::-webkit-scrollbar {
  height: 8px;
}

#productosRandomList::-webkit-scrollbar-track {
  background: #000;
}

#productosRandomList::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 4px;
}

#productosRandomList::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.special-price-item {
  flex: 0 0 auto;
  width: 280px;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.special-price-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
}

.special-price-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.special-price-image {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f8f9fa;
}

.special-price-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.special-price-item:hover .special-price-image img {
  transform: scale(1.05);
}

.special-price-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: #e30613;
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  font-weight: 700;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(227, 6, 19, 0.4);
}

.special-price-info {
  padding: 1rem;
  background: #fff;
  color: #000;
}

.special-price-name {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #000;
  line-height: 1.3;
  min-height: 2.6em;
}

.special-price-pricing {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.price-old {
  color: #999;
  text-decoration: line-through;
  font-size: 0.9rem;
  font-weight: 400;
}

.price-current {
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
}

.special-price-cart {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 3;
  opacity: 0;
  transform: scale(0.8);
}

.special-price-item:hover .special-price-cart {
  opacity: 1;
  transform: scale(1);
}

.special-price-cart:hover {
  background: #e30613;
  transform: scale(1.1);
}

.special-price-cart i {
  font-size: 1.2rem;
}

/* Botón "Ver más" especial */
.special-price-more {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.special-price-more:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.15);
}

.special-price-more-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  padding: 2rem;
}

.special-price-more-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.special-price-more-content i {
  font-size: 3rem;
  transition: transform 0.3s ease;
}

.special-price-more:hover .special-price-more-content i {
  transform: translateX(5px);
}

.special-price-more-content span {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Indicador de scroll en móvil */
@media (max-width: 768px) {
  .special-prices-section {
    padding: 2rem 0 3rem;
    margin: 0 0 -3rem 0;
  }

  .special-prices-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .special-price-item {
    width: 240px;
  }

  .special-prices-slider-wrapper {
    padding: 0 0.5rem;
  }

  #productosRandomList {
    gap: 1rem;
  }
  
  /* Mostrar scrollbar en móvil para indicar deslizamiento */
  #productosRandomList {
    scrollbar-width: auto;
  }
  
  #productosRandomList::-webkit-scrollbar {
    height: 6px;
  }
  
  .special-price-cart {
    opacity: 1;
    transform: scale(1);
  }
}


/* ============================================
   SECCIÓN CATEGORÍAS DINÁMICAS - Estilo diagonal con clip-path
   ============================================ */

.categorias-section {
  background: #000;
  color: #fff;
  padding: 4rem 0 5rem;
  overflow: visible;
  position: relative;
  z-index: 1;
}

/* Contenedor para permitir espacio extra */
#primaveraSliderWrapper {
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.categorias-header {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}

.categorias-subtitle {
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 0.5rem;
  color: #fff;
  text-transform: uppercase;
}

.categorias-title {
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 0.9;
  color: #fff;
  text-transform: uppercase;
}

.categorias-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0 auto;
  max-width: 1600px;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: thin;
  scrollbar-color: #444 transparent;
}

.categorias-grid::-webkit-scrollbar {
  height: 8px;
}

.categorias-grid::-webkit-scrollbar-track {
  background: transparent;
}

.categorias-grid::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 4px;
}

.categorias-grid::-webkit-scrollbar-thumb:hover {
  background: #666;
}

/* Tarjetas con clip-path diagonal */
.categorias-grid .compra-card {
  flex: 0 0 auto;
  width: clamp(220px, 22vw, 300px);
  height: clamp(400px, 50vh, 500px);
  margin: 0 -15px;
  position: relative;
  transition: all 0.4s ease;
  clip-path: polygon(10% 0, 88% 0%, 97% 100%, 20% 100%);
  cursor: pointer;
  transform: translateY(0);
}

.categorias-grid .compra-card:first-child {
  margin-left: 0;
}

.categorias-grid .compra-card:hover {
  transform: translateY(-15px);
  z-index: 10 !important;
  margin-left: -10px;
  margin-right: -10px;
}

.categorias-grid .compra-card:nth-child(1) {
  z-index: 1;
  transform: translateY(0) !important;
}

.categorias-grid .compra-card:nth-child(2) {
  z-index: 2;
  transform: translateY(0) !important;
}

.categorias-grid .compra-card:nth-child(3) {
  z-index: 3;
  transform: translateY(0) !important;
}

.categorias-grid .compra-card:nth-child(4) {
  z-index: 4;
  transform: translateY(0) !important;
}

/* Overlays desactivados */
.categorias-section .compra-overlay {
  display: none;
}

.categorias-section .compra-card:hover .compra-overlay {
  display: none;
}

/* Etiqueta de categoría en vertical - alineada con la diagonal */
.categorias-section .compra-label {
  position: absolute;
  bottom: 90%;
  left: 16%;
  transform: translateY(50%) rotate(86deg);
  transform-origin: left center;
  padding: .5rem 3rem;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  background: #fff;
  color: #000;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5); */
  white-space: nowrap;
  z-index: 10;
  transition: all 0.4s ease;
  min-width: fit-content;
}

.categorias-section .compra-card:hover .compra-label {
  background: #e30613;
  color: #fff;
  box-shadow: 0 6px 25px rgba(227, 6, 19, 0.7);
  transform: translateY(50%) rotate(86deg) scale(1.08);
}

/* Responsive para categorías */
@media (max-width: 1200px) {
  .categorias-grid {
    padding: 0 3rem 3rem;
  }
  
  .categorias-grid .compra-card {
    width: clamp(200px, 24vw, 280px);
    height: clamp(380px, 48vh, 480px);
    margin: 0 -12px;
    clip-path: polygon(10% 0, 88% 0%, 97% 100%, 20% 100%);
  }
  
  .categorias-grid .compra-card:hover {
    margin-left: -8px;
    margin-right: -8px;
  }
  
  .categorias-section .compra-label {
    font-size: 0.95rem;
    padding: 0.65rem 2.5rem;
    left: 17%;
    bottom: 50%;
  }
  
  .categorias-section .compra-card:hover .compra-label {
    background: #e30613;
    color: #fff;
    box-shadow: 0 6px 25px rgba(227, 6, 19, 0.7);
    transform: translateY(50%) rotate(86deg) scale(1.08);
  }
}

@media (max-width: 992px) {
  .categorias-section {
    padding: 3rem 0 3rem;
  }
  
  #primaveraSliderWrapper {
    min-height: 480px;
    overflow: visible;
    padding: 2.5rem 0;
  }
  
  .categorias-grid {
    flex-wrap: wrap;
    gap: 1.5rem;
    overflow-x: visible;
    padding: 0 2.5rem 2.5rem;
    justify-content: center;
  }
  
  .categorias-grid .compra-card {
    width: clamp(170px, 42vw, 250px);
    height: clamp(330px, 55vw, 450px);
    margin: 0 -10px;
    clip-path: polygon(10% 0, 88% 0%, 97% 100%, 20% 100%);
  }
  
  .categorias-grid .compra-card:first-child {
    margin-left: -10px;
  }
  
  .categorias-grid .compra-card:hover {
    margin-left: -6px;
    margin-right: -6px;
  }
  
  .categorias-section .compra-label {
    font-size: 0.9rem;
    padding: 0.6rem 2.3rem;
    left: 17%;
    bottom: 50%;
  }
  
  .categorias-section .compra-card:hover .compra-label {
    background: #e30613;
    color: #fff;
    box-shadow: 0 6px 25px rgba(227, 6, 19, 0.7);
    transform: translateY(50%) rotate(86deg) scale(1.08);
  }
}

@media (max-width: 768px) {
  .categorias-section {
    padding: 3rem 0 2rem;
  }
  
  .categorias-header {
    margin-bottom: 2rem;
  }
  
  .categorias-title {
    font-size: 2.5rem;
  }
  
  .categorias-subtitle {
    font-size: 0.85rem;
  }
  
  #primaveraSliderWrapper {
    min-height: auto;
    padding: 2rem 0;
  }
  
  .categorias-grid {
    flex-direction: column;
    gap: 2rem;
    padding: 0 2rem 2rem;
  }
  
  .categorias-grid .compra-card {
    width: 90%;
    max-width: 320px;
    height: 450px;
    margin: 0 auto !important;
    clip-path: polygon(10% 0, 88% 0%, 97% 100%, 20% 100%);
  }
  
  .categorias-grid .compra-card:hover {
    transform: translateY(-10px);
    margin: 0 auto !important;
  }
  
  .categorias-section .compra-label {
    font-size: 0.95rem;
    padding: 0.65rem 2.5rem;
    left: 17%;
    bottom: 50%;
  }
  
  .categorias-section .compra-card:hover .compra-label {
    background: #e30613;
    color: #fff;
    box-shadow: 0 6px 25px rgba(227, 6, 19, 0.7);
    transform: translateY(50%) rotate(86deg) scale(1.08);
  }
  
  .categorias-section .compra-image-wrapper {
    border-width: 6px;
  }
}

@media (max-width: 576px) {
  .categorias-title {
    font-size: 2rem;
  }
  
  .categorias-grid .compra-card {
    width: 95%;
    max-width: 300px;
    height: 420px;
  }
  
  .categorias-section .compra-label {
    font-size: 0.9rem;
    padding: 0.6rem 2.3rem;
    left: 17%;
    bottom: 90%;
  }
  
  .categorias-section .compra-card:hover .compra-label {
    background: #e30613;
    color: #fff;
    box-shadow: 0 6px 25px rgba(227, 6, 19, 0.7);
    transform: translateY(50%) rotate(86deg) scale(1.08);
  }
  
  .categorias-section .compra-image-wrapper {
    border-width: 5px;
  }
}


/* ============================================
   SECCIÓN COMPRA - Categorías en diagonal
   ============================================ */

.compra-section {
  background: #000;
  color: #fff;
  padding: 4rem 0 3rem;
  overflow: hidden;
  position: relative;
}

.compra-header {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}

.compra-subtitle {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  color: #fff;
}

.compra-title {
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1;
  color: #fff;
}

.compra-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  padding: 0 2rem;
  perspective: 1000px;
}

.compra-card {
  flex: 0 0 auto;
  width: clamp(200px, 22vw, 280px);
  height: clamp(400px, 50vw, 600px);
  position: relative;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
  margin: 0 -20px;
}

.compra-card:nth-child(1) {
  transform: rotate(-4deg) translateY(10px);
  z-index: 1;
}

.compra-card:nth-child(2) {
  transform: rotate(-2deg) translateY(-5px);
  z-index: 2;
}

.compra-card:nth-child(3) {
  transform: rotate(2deg) translateY(5px);
  z-index: 2;
}

.compra-card:nth-child(4) {
  transform: rotate(4deg) translateY(-10px);
  z-index: 1;
}

.compra-card:hover {
  transform: rotate(0deg) translateY(-20px) scale(1.05);
  z-index: 10;
}

.compra-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 8px solid #000;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease;
  background: #000;
}

.compra-card:hover .compra-image-wrapper {
  border-color: #000;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.9);
}

.compra-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease, filter 0.3s ease;
}

.compra-card:hover .compra-image {
  transform: scale(1.15);
}

/* Para categorías - sin filtros */
.categorias-section .compra-image {
  object-position: center;
  transition: transform 0.6s ease;
}

.categorias-section .compra-card:hover .compra-image {
  transform: scale(1.08);
}

.compra-overlay {
  display: none;
}

.compra-card:hover .compra-overlay {
  display: none;
}

.compra-label {
  position: absolute;
  bottom: 40px;
  left: -30px;
  background: #fff;
  color: #000;
  padding: 1.2rem 4rem;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  z-index: 5;
  transition: all 0.5s ease;
  white-space: nowrap;
}

.compra-card:hover .compra-label {
  background: #e30613;
  color: #fff;
  transform: rotate(-90deg) translateX(-10px);
  box-shadow: 0 6px 30px rgba(227, 6, 19, 0.6);
}

/* Responsive */
@media (max-width: 1200px) {
  .compra-grid {
    gap: 1rem;
    padding: 0 1rem;
  }
  
  .compra-card {
    margin: 0 -15px;
    width: clamp(180px, 23vw, 250px);
    height: clamp(350px, 48vw, 550px);
  }
  
  .compra-label {
    font-size: 1rem;
    padding: 1rem 3.5rem;
  }
}

@media (max-width: 992px) {
  .compra-section {
    padding: 3rem 0 2rem;
  }
  
  .compra-grid {
    flex-wrap: wrap;
    gap: 2rem;
  }
  
  .compra-card {
    width: clamp(160px, 40vw, 220px);
    height: clamp(320px, 55vw, 450px);
    margin: 0;
  }
  
  .compra-card:nth-child(1),
  .compra-card:nth-child(2),
  .compra-card:nth-child(3),
  .compra-card:nth-child(4) {
    transform: rotate(-2deg);
  }
  
  .compra-card:nth-child(2),
  .compra-card:nth-child(4) {
    transform: rotate(2deg);
  }
  
  .compra-label {
    font-size: 0.9rem;
    padding: 0.9rem 3rem;
    bottom: 30px;
  }
}

@media (max-width: 768px) {
  .compra-section {
    padding: 2rem 0 1.5rem;
  }
  
  .compra-title {
    font-size: 2.5rem;
  }
  
  .compra-subtitle {
    font-size: 0.9rem;
  }
  
  .compra-grid {
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 1rem;
  }
  
  .compra-card {
    width: 90%;
    max-width: 350px;
    height: 450px;
    margin: 0;
  }
  
  .compra-card:nth-child(1),
  .compra-card:nth-child(2),
  .compra-card:nth-child(3),
  .compra-card:nth-child(4) {
    transform: rotate(0deg);
  }
  
  .compra-card:hover {
    transform: translateY(-10px) scale(1.02);
  }
  
  .compra-label {
    font-size: 1rem;
    padding: 1rem 3.5rem;
    bottom: 35px;
  }
}

/* ============================================
   SECCIÓN NUESTRAS COLECCIONES
   ============================================ */

.nuestras-colecciones-section {
  background: #f8f9fa;
  padding: 4rem 0;
}

.colecciones-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #1e1e1e;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-family: var(--font-headings);
}

.colecciones-subtitle {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
  font-weight: 400;
  font-family: var(--font-body);
}

.nuestras-colecciones-section .btn {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
  border-width: 1px;
  border-radius: 0;
  font-size: 0.8rem;
  padding: 0.65rem 2rem;
}

.nuestras-colecciones-section .btn:hover {
  background: #1e1e1e;
  color: #fff;
  border-color: #1e1e1e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Slider Horizontal */
.colecciones-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.colecciones-slider {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 1rem;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  cursor: grab;
  user-select: none;
}

.colecciones-slider:active {
  cursor: grabbing;
}

/* Ocultar scrollbar en Chrome/Safari */
.colecciones-slider::-webkit-scrollbar {
  display: none;
}

.coleccion-slide {
  flex: 0 0 calc(50% - 0.75rem);
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  background: #f5f5f5;
  aspect-ratio: 3/4;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.coleccion-slide .placeholder-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.coleccion-slide .coleccion-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #e9ecef 25%, #f8f9fa 50%, #e9ecef 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.coleccion-slide .coleccion-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.coleccion-slide:hover {
  transform: scale(1.01);
}

.coleccion-slide:hover .coleccion-img {
  filter: brightness(0.95);
}

/* Efecto de fade en los bordes */
.colecciones-slider-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: linear-gradient(to right, rgba(248,249,250,0.9), transparent);
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 991px) {
  .colecciones-slider-wrapper::before {
    display: none;
  }
}

/* Indicador visual de scroll */
.colecciones-slider-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(to left, rgba(248,249,250,1) 0%, rgba(248,249,250,0.8) 30%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 991px) {
  .colecciones-title {
    font-size: 2rem;
  }
  
  .colecciones-subtitle {
    font-size: 0.95rem;
  }
  
  .nuestras-colecciones-section {
    padding: 3rem 0;
  }
  
  .coleccion-slide {
    flex: 0 0 calc(65% - 0.75rem);
  }
  
  .colecciones-slider {
    padding: 0 1rem;
  }
  
  .colecciones-slider-wrapper::after {
    width: 60px;
  }
}

@media (min-width: 992px) {
  .coleccion-slide {
    flex: 0 0 calc(40% - 0.75rem);
  }
  
  .colecciones-slider {
    padding: 0 1rem 0 0;
  }
  
  .colecciones-slider-wrapper::after {
    width: 80px;
  }
}

@media (min-width: 1400px) {
  .coleccion-slide {
    flex: 0 0 calc(35% - 0.75rem);
  }
}

/* ============================================
   SECCIÓN NUESTRA HISTORIA
   ============================================ */

.nuestra-historia-section {
  background: #1e1e1e;
  color: #fff;
}

.historia-content {
  background: transparent;
}

.historia-content h2 {
  font-size: 2rem;
  color: #fff;
  font-family: var(--font-headings);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.historia-content p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #ccc;
}

.valor-icon i {
  color: #fff;
  transition: all 0.3s ease;
}

.valor-icon:hover i {
  transform: scale(1.1);
  color: #aaa;
}

.nuestra-historia-section .small {
  color: #ccc;
}

/* ============================================
   SECCIÓN VISÍTANOS
   ============================================ */

.visitanos-section {
  min-height: 400px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(30,30,30,0.85) 0%, rgba(60,60,60,0.85) 100%),
              url('../img/foto-ubic.png') center/cover no-repeat;
  position: relative;
}

.visitanos-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}

.visitanos-section .container {
  z-index: 2;
}

.visitanos-section h2 {
  font-size: 3rem;
  letter-spacing: 2px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

.visitanos-section .btn-light {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.visitanos-section .btn-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
  .nuestras-colecciones h2 {
    font-size: 2rem;
  }
  
  .visitanos-section h2 {
    font-size: 2rem;
  }
  
  .visitanos-section {
    min-height: 300px;
  }
}

/* ============================================
   MODAL DEL MAPA
   ============================================ */

.mapa-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fadeIn 0.3s ease;
}

.mapa-modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mapa-modal-content {
  position: relative;
  background-color: white;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  height: 80vh;
  max-height: 700px;
  border-radius: 8px;
  overflow: hidden;
  animation: slideIn 0.3s ease;
}

.mapa-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  background: white;
  border: none;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: all 0.2s ease;
}

.mapa-modal-close:hover {
  background: var(--hs-dark);
  color: white;
  transform: rotate(90deg);
}

.mapa-container {
  width: 100%;
  height: 100%;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideIn {
  from { 
    transform: translateY(-50px);
    opacity: 0;
  }
  to { 
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive para Modal */
@media (max-width: 768px) {
  .mapa-modal-content {
    width: 95%;
    height: 70vh;
  }
  
  .mapa-modal-close {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    font-size: 28px;
  }
}


/* ============================================
   FOOTER BOUTIQUE 108
   ============================================ */

.hs-footer {
  background: #1e1e1e;
  color: #fff;
  padding: 4rem 0 2rem;
  margin-top: 0;
}

.hs-footer-header {
  max-width: 900px;
  margin: 0 auto 3rem;
}

.hs-footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hs-logo-circle {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  font-family: var(--font-headings);
  letter-spacing: -1px;
}

.hs-footer-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  font-family: var(--font-headings);
}

.hs-footer-tagline {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  font-family: var(--font-body);
}

.hs-footer-description,
.hs-footer-cta {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 0.75rem;
}

.hs-footer-divider {
  border-color: #444;
  margin: 3rem 0;
  opacity: 1;
}

.hs-footer-content {
  padding-bottom: 3rem;
}

.hs-footer-heading {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.hs-footer-subheading {
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  margin-top: 0;
}

.hs-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hs-footer-list li {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #ccc;
}

.hs-footer-list li i {
  margin-right: 0.5rem;
  color: #aaa;
}

.hs-footer-list a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.hs-footer-list a:hover {
  color: #fff;
}

.hs-footer-account {
  margin-top: 1.5rem;
}

.hs-social-icons {
  display: flex;
  gap: 1rem;
}

.hs-social-icons a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}

.hs-social-icons a:hover {
  background: #555;
  transform: translateY(-3px);
}

.hs-footer-location {
  margin-bottom: 1.5rem;
}

/* ====== Estilo Glass para VISÍTANOS ====== */
.hs-footer-location-glass {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 1.5rem;
  margin-top: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.hs-footer-location-glass:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.glass-location-icon {
  text-align: center;
  margin-bottom: 1rem;
}

.glass-location-icon i {
  font-size: 2.5rem;
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
  animation: float 3s ease-in-out infinite;
}

.glass-location-content {
  text-align: center;
}

.glass-location-address {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.3px;
}

/* Animación flotante para íconos */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* Responsive para glass location */
@media (max-width: 768px) {
  .hs-footer-location-glass {
    padding: 1.25rem;
  }
  
  .glass-location-icon i {
    font-size: 2rem;
    width: 50px;
    height: 50px;
  }
  
  .glass-location-address {
    font-size: 0.9rem;
  }
}

.hs-location-icon {
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.hs-location-icon i {
  margin-right: 0.5rem;
  color: #e30613;
}

.hs-location-address {
  font-size: 0.85rem;
  color: #ccc;
  line-height: 1.5;
  margin: 0;
}

.hs-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hs-footer-menu li {
  margin-bottom: 0.5rem;
}

.hs-footer-menu a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.hs-footer-menu a:hover {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.hs-footer-bottom {
  border-top: 1px solid #444;
  padding-top: 1.5rem;
  text-align: center;
}

.hs-footer-bottom p {
  margin: 0;
  font-size: 0.85rem;
  color: #aaa;
}

/* Responsive Footer */
@media (max-width: 992px) {
  .hs-footer {
    padding: 3rem 0 1.5rem;
  }

  .hs-footer-title {
    font-size: 2rem;
  }

  .hs-footer-header {
    margin-bottom: 2rem;
  }

  .hs-footer-content {
    padding-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .hs-footer {
    padding: 2rem 0 1rem;
  }

  .hs-footer-title {
    font-size: 1.75rem;
  }

  .hs-logo-circle {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }

  .hs-footer-tagline {
    font-size: 1rem;
  }

  .hs-footer-description,
  .hs-footer-cta {
    font-size: 0.9rem;
  }
}
      /* Breadcrumb limpio */
      .detail-breadcrumb {
        padding: 1.5rem 0 0.5rem;
        font-size: 0.9rem;
        color: #666;
      }
      
      .detail-breadcrumb a {
        color: #000;
        text-decoration: none;
        font-weight: 500;
      }
      
      .detail-breadcrumb a:hover {
        text-decoration: underline;
      }
      
      /* Título de categoría grande */
      .detail-category-title {
        font-size: clamp(2.5rem, 8vw, 4rem);
        font-weight: 900;
        letter-spacing: -0.02em;
        margin-bottom: 2rem;
        line-height: 1;
      }
      
      /* Galería de imágenes */
      .detail-main-image {
        position: relative;
        aspect-ratio: 3 / 4;
        max-height: 80vh;
        background: #f8f9fa;
        border-radius: 0.75rem;
        overflow: hidden;
        margin-bottom: 1rem;
      }
      
      .detail-main-image img,
      .detail-main-image video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
      }
      
      .detail-thumbnails {
        display: flex;
        gap: 0.75rem;
        overflow-x: auto;
        padding-bottom: 0.5rem;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #ddd transparent;
      }
      
      .detail-thumbnails::-webkit-scrollbar {
        height: 6px;
      }
      
      .detail-thumbnails::-webkit-scrollbar-track {
        background: transparent;
      }
      
      .detail-thumbnails::-webkit-scrollbar-thumb {
        background: #ddd;
        border-radius: 3px;
      }
      
      .detail-thumbnails::-webkit-scrollbar-thumb:hover {
        background: #bbb;
      }
      
      .detail-thumb {
        flex: 0 0 auto;
        width: 90px;
        height: 120px;
        border-radius: 0.5rem;
        overflow: hidden;
        border: 2px solid transparent;
        cursor: pointer;
        transition: all 0.3s ease;
      }
      
      .detail-thumb:hover,
      .detail-thumb.active {
        border-color: #000;
      }
      
      .detail-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      
      /* Responsive thumbnails y layout */
      @media (max-width: 576px) {
        .detail-main-image {
          max-height: 60vh;
          margin-bottom: 0.75rem;
        }
        
        .detail-thumbnails {
          gap: 0.5rem;
          margin-top: 0.5rem;
        }
        
        .detail-thumb {
          width: 70px;
          height: 93px;
        }
        
        .detail-product-name {
          font-size: 1.5rem;
        }
        
        .detail-category-title {
          font-size: 2rem;
        }
      }
      
      @media (min-width: 577px) and (max-width: 767px) {
        .detail-thumb {
          width: 80px;
          height: 107px;
        }
      }
      
      @media (min-width: 768px) and (max-width: 991px) {
        .detail-main-image {
          max-height: 70vh;
        }
        
        .detail-thumbnails {
          gap: 0.6rem;
        }
        
        .detail-thumb {
          width: 85px;
          height: 113px;
        }
      }
      
      @media (max-width: 991px) {
        .detail-breadcrumb {
          font-size: 0.8rem;
          margin-bottom: 1rem;
        }
        
        .detail-size-label {
          font-size: 0.9rem;
        }
        
        .detail-price-row {
          flex-direction: column;
          gap: 1rem;
        }
        
        /* Ajustar columnas en móvil */
        .row.g-4.pb-5 > .col-lg-5 {
          padding-top: 1rem;
        }
      }
      
      /* Info del producto */
      .detail-product-name {
        font-size: 1.75rem;
        font-weight: 700;
        margin-bottom: 0.75rem;
        line-height: 1.2;
      }
      
      .detail-product-description {
        font-size: 1rem;
        color: #666;
        margin-bottom: 1.5rem;
        line-height: 1.6;
      }
      
      .detail-sku {
        display: inline-block;
        padding: 0;
        background: transparent;
        font-size: 0.7rem;
        color: #999;
        font-weight: 400;
        margin-bottom: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }
      
      .detail-sku span {
        color: #aaa;
        font-weight: 300;
      }
      
      .detail-tags-inline {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 1.5rem;
      }
      
      .detail-tags-label {
        font-size: 0.8rem;
        color: #666;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }
      
      .detail-tags {
        display: flex;
        gap: 0.4rem;
        flex-wrap: wrap;
      }
      
      .detail-tag {
        padding: 0.25rem 0.65rem;
        background: #f8f9fa;
        border: 1px solid #e0e0e0;
        border-radius: 999px;
        font-size: 0.75rem;
        color: #666;
        font-weight: 500;
        transition: all 0.2s ease;
      }
      
      .detail-tag:hover {
        background: #fff;
        border-color: #999;
      }
      
      /* Selector de talla */
      .detail-size-label {
        font-size: 0.85rem;
        font-weight: 600;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        margin-bottom: 1rem;
        display: block;
        color: #1e1e1e;
        font-family: var(--font-body);
      }
      
      .detail-sizes {
        display: flex;
        gap: 1.5rem;
        margin-bottom: 2rem;
        flex-wrap: wrap;
      }
      
      .detail-size-btn {
        padding: 0;
        border: none;
        background: transparent;
        font-size: 0.95rem;
        font-weight: 400;
        color: #999;
        cursor: pointer;
        transition: all 0.2s ease;
        font-family: var(--font-body);
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }
      
      .detail-size-btn:hover {
        color: #1e1e1e;
        font-weight: 600;
      }
      
      .detail-size-btn.active,
      .detail-size-btn.selected {
        color: #1e1e1e;
        font-weight: 700;
        position: relative;
      }
      
      .detail-size-btn.active::after,
      .detail-size-btn.selected::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        right: 0;
        height: 2px;
        background: #1e1e1e;
      }
      
      .detail-size-btn:disabled {
        opacity: 0.3;
        cursor: not-allowed;
      }
      
      /* Precio y cantidad */
      .detail-price-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1.5rem;
        padding: 1.5rem 0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
      }
      
      .detail-price {
        font-size: 2.5rem;
        font-weight: 900;
        color: #000;
        line-height: 1;
      }
      
      .detail-quantity {
        display: flex;
        align-items: center;
        gap: 1rem;
        border: 2px solid #e0e0e0;
        padding: 0.5rem 1rem;
      }
      
      .detail-quantity-btn {
        background: none;
        border: none;
        font-size: 1.5rem;
        font-weight: 700;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
      }
      
      .detail-quantity-btn:hover {
        color: #28a745;
      }
      
      .detail-quantity-value {
        font-size: 1.25rem;
        font-weight: 700;
        min-width: 40px;
        text-align: center;
      }
      
      /* Botón agregar al carrito */
      .detail-add-btn {
        width: 100%;
        padding: 1rem 2rem;
        background: #1e1e1e;
        color: white;
        border: none;
        border-radius: 0;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-bottom: 1.5rem;
        font-family: var(--font-body);
      }
      
      .detail-add-btn:hover {
        background: #000;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
      }
      
      .detail-add-btn:disabled {
        background: #ccc;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
      }
      
      /* Iconos de pago */
      .detail-payment-info {
        text-align: center;
        margin-bottom: 2rem;
        padding: 1rem 0;
        border-bottom: 1px solid #e0e0e0;
      }
      
      .detail-payment-info small {
        display: block;
        color: #666;
        margin-bottom: 0.75rem;
        font-size: 0.85rem;
      }
      
      .detail-payment-icons {
        display: flex;
        gap: 0.75rem;
        justify-content: center;
        align-items: center;
      }
      
      .detail-payment-icons i {
        font-size: 1.75rem;
      }
      
      /* Acordeones */
      .detail-accordion .accordion-item {
        border: none;
        border-bottom: 1px solid #e0e0e0;
      }
      
      .detail-accordion .accordion-button {
        padding: 1.25rem 0;
        background: transparent;
        color: #000;
        font-weight: 700;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        box-shadow: none;
      }
      
      .detail-accordion .accordion-button:not(.collapsed) {
        background: transparent;
        color: #000;
      }
      
      .detail-accordion .accordion-button::after {
        width: 1.5rem;
        height: 1.5rem;
        background-size: 1.5rem;
      }
      
      .detail-accordion .accordion-body {
        padding: 0 0 1.5rem 0;
        color: #666;
        line-height: 1.8;
      }
      
      /* Colores */
      .detail-colors {
        display: flex;
        gap: 0.75rem;
        margin-bottom: 2rem;
        flex-wrap: wrap;
      }
      
      .detail-color {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 2px solid transparent;
        cursor: pointer;
        transition: all 0.2s ease;
        position: relative;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      }
      
      .detail-color:hover {
        transform: scale(1.15);
        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
      }
      
      .detail-color.active {
        border-color: #1e1e1e;
        transform: scale(1.1);
        box-shadow: 0 0 0 2px white, 0 0 0 4px #1e1e1e;
      }
      
      .detail-color.active::after {
        content: '';
        position: absolute;
        inset: -4px;
        border: 2px solid #1e1e1e;
        border-radius: 50%;
      }
      
      /* Responsive */
      @media (max-width: 992px) {
        .detail-category-title {
          font-size: 2.5rem;
          margin-bottom: 1.5rem;
        }
        
        .detail-price {
          font-size: 2rem;
        }
      }

 /* ====== Header Tienda Moderno ====== */
 .hero-resultados {
  position: relative;
  background: #fff;
  min-height: 180px;
  display: flex;
  align-items: end;
  color: #000;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e0e0e0;
}

.hero-resultados .content {
  position: relative;
  padding: 2rem 0 1.5rem;
}

.tienda-breadcrumb {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  color: #666;
}

.tienda-breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tienda-breadcrumb a:hover {
  color: #000;
}

.tienda-title {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0.5rem;
}

/* ====== Utilidades ====== */
.section-padding { padding: 2.5rem 0; }
.btn-no-radius { border-radius: 0 !important; }

/* ====== Grid de productos ====== */
.ratio-3x4{ --bs-aspect-ratio: calc(4 / 3 * 100%); } /* vertical */
.img-cover{ width:100%; height:100%; object-fit:cover; object-position:center; display:block; }

.product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-4px);
}

.product-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0.75rem 0 0.25rem;
  line-height: 1.3;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.price small {
  font-weight: 400;
}

/* ====== Filtros Modernos ====== */
.filters-sticky {
  position: sticky;
  top: 100px;
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 0.75rem;
}

.filters-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #000;
}

.filters-title {
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  background: transparent;
}

.accordion-button {
  background: transparent;
  color: #000;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 1rem 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  box-shadow: none;
}

.accordion-button::after {
  filter: brightness(0);
}

.accordion-body {
  padding: 0.5rem 0 1rem;
}

.color-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
/* Ratio vertical 9:16 usando Bootstrap 5 (.ratio) */
.ratio-9x16 {
  --bs-aspect-ratio: calc(16 / 9 * 100%); /* alto más largo que el ancho */
}

/* La imagen llena el contenedor sin deformarse (solo se recorta) */
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-img-wrap{
  width: 100%;
  overflow: hidden;
  display: block; /* para que el <a> se comporte como bloque */
}

.product-img{
  display: block;
  width: 100%;
  height: auto;
}




/* ===== Paginación custom ===== */
.pagination {
  gap: .35rem;               /* separa los botones */
}

.pagination .page-link {
  border-radius: 0;
  border: 2px solid #e0e0e0;
  min-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 600;
  background: white;
  color: #333;
  transition: all 0.3s ease;
}

.pagination .page-link:hover {
  background: #000;
  color: white;
  border-color: #000;
}

.pagination .page-item.active .page-link {
  background: #000;
  color: white;
  border-color: #000;
  box-shadow: none;
}

.pagination .page-item.disabled .page-link {
  background-color: transparent;
  color: #b5b5b5;
  border: none;
}

.pagination .page-link:focus {
  box-shadow: none;          /* quitar glow azul de focus */
  outline: none;
}

.color-wrapper {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 6px;
  transition: all .2s ease;
}

.color-wrapper.selected {
  outline: 2px solid #000;
  background: rgba(0,0,0,0.08);
}

/* Cada color en una fila, alineado a la izquierda */
#idFiltroColor .color-row{
  display: flex;
  align-items: center;
}

/* El label ocupa toda la fila */
#idFiltroColor .color-wrapper{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

/* Tamaño fijo del puntito para que no mueva el texto */
#idFiltroColor .color-dot{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex: 0 0 16px;
}

/* Texto siempre alineado igual */
#idFiltroColor .color-text {
  font-size: .9rem;
  line-height: 1.1;
}

/* ====== Barra de resultados ====== */
.results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
  flex-wrap: wrap;
  gap: 1rem;
}

.results-count {
  font-size: 0.95rem;
  color: #666;
}

.results-count strong {
  color: #000;
  font-weight: 700;
}

.search-input {
  border: 2px solid #e0e0e0;
  border-radius: 0;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  min-width: 250px;
}

.search-input:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}

/* ====== Checkboxes modernos ====== */
.form-check {
  padding-left: 0;
  margin-bottom: 0.75rem;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  border: 2px solid #e0e0e0;
  border-radius: 0;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.form-check-label {
  font-size: 0.9rem;
  color: #333;
  cursor: pointer;
  font-weight: 500;
}

.form-check-label:hover {
  color: #000;
}

/* Responsive */
@media (max-width: 992px) {
  .filters-sticky {
    position: static;
    top: auto;
    margin-bottom: 0;
  }
  
  .tienda-title {
    font-size: 2.5rem;
  }
  
  .results-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .search-input {
    width: 100%;
  }
}

/* ====== Botón flotante de WhatsApp ====== */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  transition: all 0.3s ease;
  text-decoration: none;
  animation: whatsappPulse 2s infinite;
}

.whatsapp-float:hover {
  background: #20BA5A;
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
  color: white;
}

.whatsapp-float i {
  line-height: 1;
}

@keyframes whatsappPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
  }
}

/* Responsive para WhatsApp flotante */
@media (max-width: 768px) {
  .whatsapp-float {
    width: 55px;
    height: 55px;
    font-size: 28px;
    bottom: 20px;
    right: 20px;
  }
}