/** Shopify CDN: Minification failed

Line 2433:0 Unexpected "}"
Line 2665:0 Unexpected "}"
Line 2806:0 Unexpected "}"
Line 2938:0 Unexpected "}"
Line 4321:1 Unexpected "/"
Line 5249:0 Unexpected "#"
Line 5299:0 Unexpected "#"
Line 5927:5 Unexpected "/"

**/
body, .gradient {
  background: rgb(var(--color-background));
  background-attachment: fixed;
  color: rgba(var(--color-foreground), 0.85);
}

/* ==========================================================================
   2. HEADER Y NAVEGACIÓN
   ========================================================================== */
.header-wrapper, .header, .header-wrapper--border-bottom {
  background-color: rgba(var(--color-background), 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom-color: rgba(var(--color-foreground), 0.1) !important;
}

.header__menu-item, .header__icon, .header__heading-link {
  color: rgb(var(--color-foreground)) !important;
}

.header__menu-item:hover span {
  text-decoration: none !important;
  color: rgb(var(--color-button)) !important;
  transition: color 0.3s ease;
}

.header__menu-item span {
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.header__menu-item:hover span {
  border-bottom-color: rgb(var(--color-button));
}

.header__active-menu-item {
  text-decoration: none !important;
  border-bottom: 2px solid rgb(var(--color-button)) !important;
}

/* ==========================================================================
   3. PÁGINA DE INICIO - SLIDESHOW Y SECCIONES
   ========================================================================== */
.slideshow__slide .banner__media::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.4) !important; /* Capa oscura para contraste */
  opacity: 1 !important;
}

.slideshow__text, .banner__box {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.banner__heading, .banner__text p {
  color: #FFFFFF !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5); /* Sombra para legibilidad */
}

.button--secondary {
  background-color: rgb(var(--color-button)) !important;
  color: rgb(var(--color-button-text)) !important;
  border: none !important;
  border-radius: 50px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(var(--color-button), 0.3) !important;
}

.button--secondary:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 25px rgba(var(--color-button), 0.4) !important;
  filter: brightness(1.1);
}

.title, .collection__description {
  color: rgb(var(--color-foreground)) !important;
}

.card__inner {
  background-color: rgba(31, 41, 55, 0.7) !important; /* Fondo de la tarjeta */
  border-radius: 15px !important;
  overflow: hidden;
  border: 1px solid rgba(var(--color-foreground), 0.1) !important;
  box-shadow: 0 4px 15px rgba(var(--color-shadow), 0.1) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

/* --- 4. Botón 'Agregar al Carrito' Mejorado --- */
.quick-add__submit, .product-form__submit {
  background: linear-gradient(135deg, rgb(var(--color-button)) 0%, #00C4FF 100%) !important;
  color: rgb(var(--color-button-text)) !important;
  border: none !important;
  border-radius: 50px !important;
  font-weight: bold !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 5px 20px rgba(var(--color-button), 0.3) !important;
}

.quick-add__submit:hover, .product-form__submit:hover {
  transform: translateY(-4px) scale(1.02) !important;
  box-shadow: 0 10px 30px rgba(var(--color-button), 0.4) !important;
  filter: brightness(1.1);
}

/* ==========================================================================
   5. FOOTER (PIE DE PÁGINA)
   ========================================================================== */
.footer {
  background-color: #111827 !important; /* Un poco más oscuro para diferenciar */
  border-top-color: rgba(var(--color-foreground), 0.1) !important;
}

.footer-block__heading, .footer__copyright, .copyright__content, .policies li a {
  color: rgba(var(--color-foreground), 0.8) !important;
}

.footer .newsletter-form .field__input {
  background-color: rgba(255,255,255,0.05) !important;
  border-color: rgba(255,255,255,0.2) !important;
  color: white !important;
}

.footer .newsletter-form__button {
  color: rgb(var(--color-button)) !important;
}

:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
}

/* CORRECCIÓN HEADER - TEXTO BLANCO SIN SUBRAYADO */
.header__menu-item {
    color: #ffffff !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.header__menu-item:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    border-bottom: 2px solid #ffffff !important;
}

/* Eliminar subrayado automático de Shopify */
.list-menu--inline .header__menu-item span {
    text-decoration: none !important;
}

.header__active-menu-item {
    text-decoration: none !important;
    border-bottom: 2px solid #ffffff !important;
}

/* ALINEACIÓN PERFECTA DEL HEADER */
.header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 20px !important;
}

.header__heading {
    flex: 1;
    text-align: center;
}

.header__icons {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

/* Asegurar que los elementos del menú estén alineados */
.list-menu--inline {
    display: flex !important;
    gap: 20px !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Corrección específica para el selector de idioma/país */
.localization-selector {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    border-radius: 8px;
    padding: 8px 15px;
}

/* BLOQUE DERECHO - MÁS ESPACIO Y MEJOR ORGANIZACIÓN */
.product__info-container {
    width: 100% !important;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    padding: 40px 30px !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    border: 1px solid #e2e8f0 !important;
}

/* Mejorar la jerarquía visual */
.product__title h1 {
    font-size: 2.5rem !important;
    color: #1a365d !important;
    margin-bottom: 20px !important;
    text-align: left !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.price--large {
    font-size: 2.8rem !important;
    color: #3182ce !important;
    font-weight: 700 !important;
    margin: 25px 0 !important;
}

/* Espaciado mejorado entre elementos */
.product__info-wrapper > * {
    margin: 25px 0 !important;
}

/* CORRECCIONES ESPECÍFICAS VISIBLES EN LAS CAPTURAS */

/* 1. Texto desalineado en el título */
.product__title {
    text-align: left !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
}
/* 3. Cantidad centrada */
.product-form__quantity {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin: 25px 0 !important;
}

.quantity__label {
    text-align: left !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
    color: #374151 !important;
}

/* 4. Trust indicators mejorados */
.trust-indicators {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
    margin: 30px 0 !important;
    padding: 25px !important;
}

/* 5. Urgency indicator más visible */
.urgency-indicator {
    font-size: 1.1rem !important;
    padding: 15px 25px !important;
    margin: 25px 0 !important;
    text-align: center !important;
}

/* ELEMENTOS PERSUASIVOS MEJORADOS */
/* Badge de oferta más prominente */
.price--on-sale::after {
    content: "🔥 ¡OFERTA ESPECIAL!" !important;
    position: absolute !important;
    top: -12px !important;
    right: -15px !important;
    background: linear-gradient(45deg, #ff4757, #ff6b6b) !important;
    color: white !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    animation: pulse 2s infinite !important;
    box-shadow: 0 6px 20px rgba(255, 71, 87, 0.4) !important;
    z-index: 20 !important;
}

/* Social proof más visible */
.social-proof-popup {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    border: none !important;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3) !important;
}

/* Viewer count mejorado */
.viewer-count {
    background: linear-gradient(45deg, #f97316, #fb923c) !important;
    padding: 12px 20px !important;
    border-radius: 25px !important;
    font-size: 1.1rem !important;
    margin-bottom: 20px !important;
}

/* RESPONSIVE - PARA DISPOSITIVOS MÓVILES */
@media (max-width: 768px) {
    .header {
        flex-direction: column !important;
        gap: 15px !important;
        padding: 15px !important;
    }
    
    .list-menu--inline {
        flex-wrap: wrap !important;
        gap: 10px !important;
        justify-content: center !important;
    }
    
    .product__info-container {
        margin: 0 auto !important;
        padding: 25px 20px !important;
    }
    
    .product__title h1 {
        font-size: 2rem !important;
        text-align: center !important;
    }
    
    .price--large {
        text-align: center !important;
        font-size: 2.2rem !important;
    }
    
    .trust-indicators {
        grid-template-columns: 1fr !important;
    }
}


.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.page-width {
  margin: 0 auto;
  padding: 0 1.5rem;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.product.grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 40px !important;
  align-items: start !important;
  margin: 0 auto !important;
  padding: 30px 20px !important;
  max-width: 1200px !important;
}

.product__info-container {
  padding: 25px !important;
  margin: 0 !important;
  background: white !important;
  border-radius: 20px !important;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
  border: 1px solid #e2e8f0 !important;
}


.product__info-wrappe {
  color: black;
}

.product__text {
  color: #1e293b !important;
}

.product__title {
  color: #1e293b !important;
}

.product__title > h1{
  color: #1e293b !important;
}

.product__info-wrapper > * {
  margin: 12px 0 !important;
}

.product__info-wrapper > *:first-child {
  margin-top: 0 !important;
}

.product__info-wrapper > *:last-child {
  margin-bottom: 0 !important;
}

.no-js-hidden {
  opacity: 1 !important;
  visibility: visible !important;
}

.header {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  height: 88px !important;
  min-height: 88px !important;
  padding: 0 !important;
  border-bottom: 1px solid #aab6c7;
  box-shadow: 0 2px 6px rgba(90,120,153,0.06);
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

.header__heading-logo:hover {
    transform: scale(1.05);
}

.header__menu-item {
    padding: 0.8rem 1.2rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 6px;
}


.list-menu--inline {
    gap: 0.5rem;
}

.localization-selector {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
}

.localization-selector:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.disclosure__link {
    padding: 0.75rem 1rem;
    border-radius: 6px;
}

.disclosure__link:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.list-social__item {
    margin: 0 0.5rem;
}

.list-social__link {
    padding: 0.5rem;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.list-social__link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.menu-drawer__navigation-container {
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

.header__menu-item:focus-visible,
.header__icon:focus-visible,
.disclosure__button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.focus-inset:focus {
    box-shadow: inset 0 0 0 2px #fff;
}

/* Mejora de contraste para accesibilidad */
.header__menu-item {
    color: rgba(255, 255, 255, 0.9);
}

.header__menu-item:hover {
    color: #fff;
}

.button:disabled,
.btn:disabled {
  background: #aab6c7 !important;
  color: #fff !important;
  opacity: 0.6;
  cursor: not-allowed;
}

.button:empty,
.btn:empty {
  display: none !important;
}

.product-main-image img,
.product-gallery__image img {
  max-width: 400px !important;
  max-height: 400px !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  display: block !important;
  border-radius: 16px !important;
  border-color: #202a3d;
}

.product__title,
.product__price {
  font-size: 2rem;
  font-weight: bold;
  color: #2677c7;
  margin-bottom: 12px;
  margin-top: 0;
  word-break: break-word;
  text-align: left;
}

.product__offer-timer {
  background: #ff6677;
  color: #fff;
  margin-bottom: 12px;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(255,102,119,0.09);
  letter-spacing: 0.5px;
  text-align: center;
}

.main-content,
.product-page,
.product-section,
.product-main {
  padding-top: 52px !important;
  margin-top: 0 !important;
}

/* 2. Imagen principal del producto: tamaño máximo y centrado */
.product-main-image img,
.product-gallery__image img {
  max-width: 420px;
  max-height: 420px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 3px 18px rgba(38,119,199,0.09);
  background: #f5f7fa;
  transition: transform 0.2s;
}

/* Efecto al pasar el mouse sobre la imagen principal */
.product-main-image img:hover,
.product-gallery__image img:hover {
  transform: scale(1.03) rotate(-2deg);
}

/* 4. La columna derecha (descripción del producto) no debe sobresalir ni superponerse */
.product-column-right,
.product__content,
.product-info {
  position: relative;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 12px rgba(38,119,199,0.07);
  border-radius: 18px;
  padding: 32px 24px;
  margin-top: 0 !important;
  margin-bottom: 20px;
  margin-right: 8px;
  max-width: 520px;
  min-width: 320px;
  width: 100%;
}

/* 5. Haz la página más interesante: separa y suaviza los bloques */
.product-section,
.product-main,
.related-products,
.suggested-products {
  border-radius: 18px;
  background: linear-gradient(120deg, #eaf4fc 0%, #ffffff 100%);
  box-shadow: 0 2px 14px rgba(38,119,199,0.08);
  padding: 18px 12px;
  margin-bottom: 28px;
}

/* 7. Agrega detalles visuales para vender más */
.product__price,
.product__offer-timer {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.product__offer-timer {
  background: #ff6677;
  color: #fff;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 14px;
  box-shadow: 0 2px 8px rgba(255,102,119,0.08);
  letter-spacing: 0.5px;
}

/* 8. Sombra y hover en la columna derecha para destacar */
.product-column-right:hover,
.product__content:hover,
.product-info:hover {
  box-shadow: 0 4px 22px rgba(38,119,199,0.13);
  transform: scale(1.01);
  transition: box-shadow 0.22s, transform 0.20s;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

.element-margin-top {
  margin-top: 5rem;
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

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

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 2.2rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

.product-card__image-container {
    width: 100%;
    /* Puedes ajustar esta altura según el diseño de tus tarjetas */
    height: 280px; 
    position: relative; /* Necesario para posicionar elementos encima */
    background-color: #f9fafb; /* Color de fondo mientras carga la imagen */
}

/* La imagen del producto */
.product-card__image {
    width: 100%;
    height: 100%;
    /* * Propiedad clave para evitar el recorte.
     * 'contain' se asegura de que toda la imagen quepa dentro del contenedor.
     */
    object-fit: contain; 
    object-position: center; /* Centra la imagen */
}

/* Capa de texto que va sobre la imagen */
.product-card__overlay-text {
    /* Posicionamiento para cubrir el contenedor de la imagen */
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    /* Centrado del contenido */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    padding: 1rem;
    background-color: rgba(30, 41, 59, 0.7); /* Fondo oscuro semitransparente */

    /* * Propiedad clave para la visibilidad.
     * 'opacity: 1' hace que el texto sea visible por defecto.
     */
    opacity: 1; 
    transition: opacity 0.3s ease-in-out; /* Transición suave para el efecto hover */
}

/* Estilos para el título del producto en la capa superpuesta */
.product-card__title {
    color: white;
    font-weight: 600;
    text-align: center;
    font-size: 1.125rem;
}

/* Efecto al pasar el cursor sobre la tarjeta completa */
.product-card:hover .product-card__overlay-text {
    /* * Oculta la capa de texto al pasar el cursor.
     * Puedes cambiar este efecto si prefieres que permanezca visible.
     */
    opacity: 0; 
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}



  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }


  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }


/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}


deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 2.2rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  visibility: visible;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

product-info .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}


  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 33;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: 34;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  /* overflow: hidden; */
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

.no-js .predictive-search {
  display: none;
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  /* display: none; */
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }


}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > svg {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > svg {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

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

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* CONTENEDOR PRINCIPAL DE BOTONES */
.product-form__buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 15px !important;
    margin: 30px 0 !important;
    width: 100% !important;
}

/* BOTÓN AGREGAR AL CARRITO */
#ProductSubmitButton-template--25445109891381__main,
.product-form__cart-submit {
    width: 100% !important;
    max-width: 400px !important;
    margin: 0 auto !important;
    padding: 16px 24px !important;
    border-radius: 12px !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    text-align: center !important;
}

/* BOTÓN COMPRAR AHORA */
.shopify-payment-button__button {
    width: 100% !important;
    max-width: 400px !important;
    margin: 0 auto !important;
    padding: 16px 24px !important;
    border-radius: 12px !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    text-align: center !important;
}


/* Botón Agregar al Carrito */
#ProductSubmitButton-template--22626285420853__main,
.product-form__cart-submit {
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%) !important;
  color: white !important;
  border: none !important;
  padding: 15px 25px !important;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3) !important;
}

#ProductSubmitButton-template--22626285420853__main:hover,
.product-form__cart-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4) !important;
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%) !important;
}

.shopify-payment-button__button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(5, 150, 105, 0.4) !important;
  background: linear-gradient(135deg, #047857 0%, #059669 100%) !important;
}


.product-form__extra-button {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  transition: box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.product-form__extra-button:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.related-products__item img,
.product-grid__item img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  border-radius: 12px !important;
}

.related-products__item img:hover,
.product-grid__item img:hover {
  transform: scale(1.05);
  filter: brightness(1.08);
}

/* 3. Evita que la imagen quede recortada y desordenada */
.related-products__item,
.product-grid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 8px;
  margin: 10px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  min-width: 220px;
  max-width: 260px;
  height: auto;
  transition: box-shadow 0.2s;
}

.related-products__item:hover,
.product-grid__item:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.09);
}

/* 4. Mejora margen y alineación de los productos relacionados */
.related-products,
.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 32px;
}

/* 6. Mejora el CTA de productos */
.cta-button {
  background: linear-gradient(90deg, #2677c7 0%, #5d9cec 100%);
  color: #fff;
  font-weight: 700;
  border: none;
  box-shadow: 0 2px 10px rgba(38,119,199,0.15);
  transition: background 0.2s, transform 0.18s;
}

.cta-button:hover,
.product-form__submit:hover {
  background: linear-gradient(90deg, #1e5ea0 0%, #2677c7 100%);
  transform: scale(1.03);
}

/* 7. Destaca las ofertas */
.product__offer-timer {
  background: #ff6677;
  color: #fff;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 14px;
  box-shadow: 0 2px 8px rgba(255,102,119,0.08);
  letter-spacing: 0.5px;
}

/* 8. Resalta el precio */
.product__price {
  font-size: 2rem;
  color: #2677c7;
  font-weight: bold;
  margin-bottom: 10px;
}

/* 10. Sugerencia de productos para vender más */
.suggested-products {
  background: #eaf4fc;
  border-radius: 14px;
  padding: 18px;
  margin: 32px auto 0 auto;
  max-width: 820px;
  box-shadow: 0 2px 10px rgba(38,119,199,0.10);
}

.suggested-products__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2677c7;
  margin-bottom: 12px;
}

.suggested-products__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
/* Contenedor principal para ajustar el espaciado si es necesario */
.product-recommendations {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Estilo para cada tarjeta de producto */
.product-recommendations .card-wrapper {
  background-color: #202a3d;
  border-radius: 15px; /* Esquinas más redondeadas */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* Sombra sutil */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden; /* Asegura que el contenido respete las esquinas redondeadas */
  border: 1px solid #202a3d; /* Un borde muy ligero */
}

/* Efecto al pasar el mouse por encima de la tarjeta */
.product-recommendations .card-wrapper:hover {
  transform: translateY(-8px); /* Levanta la tarjeta */
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1); /* Sombra más pronunciada */
}

/* Ajustes a la imagen dentro de la tarjeta */
.product-recommendations .card__inner .card__media {
  border-bottom: 1px solid #202a3d;
}

.product-recommendations .card-information h3 {
  margin-bottom: 1rem; /* Más espacio entre el título y el precio */
  font-weight: 600;
  color: #1e293b;
}

.pickup-availability-info {
  color: black;
}

#ShowPickupAvailabilityDrawer {
  color: black;
}







.product-description-wrapper {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.7;
  color: #334155;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}

.product-description-wrapper * {
  box-sizing: border-box;
}

.product-description-wrapper .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-description-wrapper .section {
  padding: 60px 0;
  margin: 40px 0;
}

.product-description-wrapper .section-title {
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1rem;
  color: #1e293b;
  line-height: 1.2;
}

.product-description-wrapper .section-subtitle {
  font-size: 1.2rem;
  text-align: center;
  color: #64748b;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.product-description-wrapper .btn {
  display: inline-block;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  margin: 20px 0;
}

.product-description-wrapper .btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.product-description-wrapper .btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(102, 126, 234, 0.4);
}

.product-description-wrapper .hero {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  color: #fff;
  text-align: center;
  padding: 80px 0;
  border-radius: 20px;
  margin: 30px 0;
}

.product-description-wrapper .hero h1 {
  font-size: 2.8rem;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.product-description-wrapper .hero p {
  font-size: 1.2rem;
  color: #94a3b8;
  max-width: 750px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}

.product-description-wrapper .hero-image {
  max-width: 100%;
  width: 400px;
  height: auto;
  margin-bottom: 2.5rem;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product-description-wrapper .feature-split {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 4rem;
  padding: 30px 0;
}

.product-description-wrapper .feature-split:last-child {
  margin-bottom: 0;
}

.product-description-wrapper .feature-split:nth-child(even) {
  flex-direction: row-reverse;
}

.product-description-wrapper .feature-image {
  flex: 1;
}

.product-description-wrapper .feature-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  height: auto;
}

.product-description-wrapper .feature-content {
  flex: 1;
}

.product-description-wrapper .feature-content h2 {
  font-size: 2rem;
  color: #1e293b;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.product-description-wrapper .feature-content p {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.6;
}

.product-description-wrapper .kit-section {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  border-radius: 20px;
  padding: 60px 0;
  margin: 40px 0;
}

.product-description-wrapper .kit-content {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.product-description-wrapper .kit-image {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-description-wrapper .kit-image img {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  height: auto;
  margin-bottom: 15px;
}

.product-description-wrapper .kit-list {
  flex: 1;
}

.product-description-wrapper .kit-list h2 {
  font-size: 2rem;
  color: #1e293b;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.product-description-wrapper .kit-list ul {
  list-style: none;
  padding: 0;
}

.product-description-wrapper .kit-list li {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  padding-left: 35px;
  position: relative;
  color: #4a5568;
  line-height: 1.5;
}

.product-description-wrapper .kit-list li::before {
  content: '✓';
  color: #667eea;
  position: absolute;
  left: 0;
  font-weight: 900;
  font-size: 1.2rem;
}

.product-description-wrapper .guarantee-section {
  background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
  text-align: center;
  border-radius: 20px;
  padding: 60px 0;
  margin: 40px 0;
}

.product-description-wrapper .guarantee-section h2 {
  color: #7c3aed;
}

.product-description-wrapper .guarantee-items {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 30px 0;
}

.product-description-wrapper .guarantee-item {
  font-weight: 600;
  font-size: 1.1rem;
  color: #6d28d9;
  background: white;
  padding: 15px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(109, 40, 217, 0.15);
}

/* Responsive Design */
@media (max-width: 968px) {
  .product-description-wrapper .feature-split,
  .product-description-wrapper .feature-split:nth-child(even),
  .product-description-wrapper .kit-content {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
  
  .product-description-wrapper .section-title {
    font-size: 2.2rem;
  }
  
  .product-description-wrapper .hero h1 {
    font-size: 2.2rem;
  }
  
  .product-description-wrapper .hero-image {
    width: 300px;
  }
  
  .product-description-wrapper .feature-content h2 {
    font-size: 1.8rem;
  }
  
  .product-description-wrapper .kit-list ul {
    text-align: left;
  }
  
  .product-description-wrapper .guarantee-items {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .product-description-wrapper .section {
    padding: 40px 0;
    margin: 30px 0;
  }
  
  .product-description-wrapper .hero {
    padding: 60px 20px;
  }
  
  .product-description-wrapper .section-title {
    font-size: 2rem;
  }
  
  .product-description-wrapper .hero h1 {
    font-size: 2rem;
  }
  
  .product-description-wrapper .hero p {
    font-size: 1.1rem;
  }
  
  .product-description-wrapper .hero-image {
    width: 250px;
  }
  
  .product-description-wrapper .btn {
    padding: 15px 30px;
    font-size: 1rem;
  }
  
  .product-description-wrapper .feature-content h2 {
    font-size: 1.6rem;
  }
  
  .product-description-wrapper .feature-content p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .product-description-wrapper .container {
    padding: 0 15px;
  }
  
  .product-description-wrapper .section-title {
    font-size: 1.8rem;
  }
  
  .product-description-wrapper .hero h1 {
    font-size: 1.8rem;
  }
  
  .product-description-wrapper .hero-image {
    width: 200px;
  }
  
  .product-description-wrapper .guarantee-item {
    padding: 12px 20px;
    font-size: 1rem;
  }
}

/* --- 1. Forzar consistencia en TODAS las tarjetas de producto --- */
.card-wrapper .card__inner {
  background-color: #1f2937 !important; /* Mismo fondo oscuro para todas */
  border-color: #202a3d !important;
}

.card--product .card__content {
  padding: 1rem;
}

/* --- 2. Estilos para Insignias de Confianza --- */
.trust-badges-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
  margin: 25px 0;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #D1D5DB; /* Gris claro */
}
.trust-badge svg {
  width: 28px;
  height: 28px;
  color: #34D399; /* Verde esmeralda para confianza */
}

/* --- 3. Estilos para Contador de Stock --- */
.stock-countdown-container {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  overflow: hidden;
  margin: 25px 0;
  border: 1px solid #e53e3e;
}
.stock-countdown-bar {
  height: 100%;
  background: linear-gradient(90deg, #ef4444 0%, #f87171 100%);
  border-radius: 50px;
  transition: width 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.stock-countdown-text {
  position: relative;
  z-index: 2;
  display: block;
  padding: 12px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: white;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* --- 1. ESTILO UNIFICADO PARA BOTONES DEL BANNER (SLIDESHOW) --- */

.slideshow__text .button {
  position: relative;
  background: linear-gradient(135deg, rgb(var(--color-button)) 0%, #00C4FF 100%) !important;
  color: rgb(var(--color-button-text)) !important;
  border: none !important;
  border-radius: 50px !important;
  font-weight: bold !important;
  padding: 15px 35px !important; /* Más padding para que se vea más grande */
  font-size: 1.1rem !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 5px 20px rgba(var(--color-button), 0.3) !important;
  text-decoration: none !important;
}

.slideshow__text .button:hover {
  transform: translateY(-4px) scale(1.05) !important;
  box-shadow: 0 10px 30px rgba(var(--color-button), 0.4) !important;
  filter: brightness(1.1);
  color: rgb(var(--color-button-text)) !important;
}

/* --- 2. Estilos para las Estrellas de Reseñas en Tarjetas --- */
.card-product-rating {
  margin-top: 8px;
  min-height: 20px; /* Asegura que el espacio se mantenga aunque no haya estrellas */
}
.spr-badge-starrating .spr-icon {
  color: #facc15 !important; /* Color amarillo para las estrellas */
}

/* --- 3. Estilos para Barra de Compra Fija --- */
.sticky-atc-bar {
  position: fixed;
  bottom: -100px; /* Inicia oculto */
  left: 0;
  width: 100%;
  background-color: rgba(17, 24, 39, 0.9); /* Fondo oscuro con transparencia */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
  z-index: 99;
  transition: bottom 0.4s ease-in-out;
  box-shadow: 0 -5px 20px rgba(0,0,0,0.2);
}
.sticky-atc-bar.visible {
  bottom: 0; /* Lo hace visible */
}
.sticky-atc-bar__content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sticky-atc-bar__image img {
  border-radius: 8px;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.sticky-atc-bar__info {
  flex-grow: 1;
}
.sticky-atc-bar__title {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sticky-atc-bar__button {
  width: 200px;
}
.sticky-atc-bar__button .product-form__submit {
  margin: 0 !important;
  padding: 12px 20px !important;
  font-size: 14px !important;
  min-height: 45px !important;
}

@media (max-width: 749px) {
  .sticky-atc-bar__info {
      display: none; /* Oculta el texto en móviles para más espacio */
  }
  .sticky-atc-bar__button {
    flex-grow: 1;
  }
}

.header__heading-logo-wrapper img {
    border-radius: 10px;
    z-index: 101;
}
    
#Slider-template--25445109629237__featured_collection_9GzLFt {
    margin: 20px;
}

.card__media .media, 
.product__media.media {
  z-index: 101;
    background-color: #f7f7f7; /* Fondo sutil para el espacio vacío */
}

.card__media .media img,
.related-products__item img,
.product-grid__item img {
    object-fit: contain !important; /* ¡Esta es la corrección clave! */
    mix-blend-mode: normal !important; /* Evita mezclas de color extrañas */
}

*/
.card__content {
    /* Nos aseguramos de que el contenedor de contenido siempre sea visible */
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    transform: none !important;
    padding: 1rem !important;
    z-index: 100;
}

.card__information {
    /* Hacemos lo mismo para el contenedor interno de información */
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    transform: none !important;
    text-align: center; /* Centramos el texto para mejor estética */
}

/*
 * Limpieza del efecto hover:
 * El tema puede intentar mover el texto o cambiar su opacidad al pasar
 * el cursor. Con esto, nos aseguramos de que no suceda nada inesperado.
*/
.card-wrapper:hover .card__content,
.card-wrapper:hover .card__information {
    transform: none !important;
    opacity: 1 !important;
}

/*
 * Ajuste final de la altura de la tarjeta para consistencia.
 * Puedes ajustar o eliminar este valor si prefieres alturas variables.
*/
.card-wrapper .card {
    height: auto; /* Dejamos que la tarjeta se ajuste a su contenido */
    min-height: 420px; /* Le damos una altura mínima para consistencia */
}


.card:not(.ratio) {
  display: flex !important;
  flex-direction: column !important;
  height: 100%; /* Permite que la tarjeta ocupe el espacio del grid para alineación */
}

.card__inner {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1;
}

/* --- CORRECCIÓN PARA EL TEXTO --- */
/*
 * Se asegura que la sección de texto siempre sea visible
 * y ocupe el espacio restante debajo de la imagen.
*/
.card__content {
  flex-grow: 1; /* El texto ocupa el espacio sobrante */
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start; /* Alinea el texto al inicio (arriba) */
  padding: 0 1rem 1rem 1rem !important; /* Ajusta el padding */
}

/* Hacemos visibles los elementos de información que el tema oculta por defecto */
.card--standard.card--media .card__inner .card__information,
.card--standard.card--text:not(.card--horizontal) > .card__content .card__heading,
.card--standard > .card__content .card__caption {
  display: block !important;
}

.card__information {
  text-align: center;
  padding: 0 !important;
}

.card:not(.ratio) {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important; /* CLAVE: La tarjeta no se estira, se adapta a su contenido */
  background-color: #1f2937 !important; /* Fondo oscuro consistente */
  border-radius: 15px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.card__inner {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1;
  background-color: transparent !important; /* El fondo ya está en .card */
}

/* --- CORRECCIÓN PARA LA IMAGEN (CUADRADA) --- */
/*
 * Se mantiene el 'aspect-ratio' para forzar un contenedor de imagen
 * perfectamente cuadrado y con fondo blanco.
*/
.card__media, .card .media {
  position: relative !important;
  height: auto !important;
  flex-shrink: 0;
  background-color: #ffffff; /* Fondo blanco para las imágenes */
  aspect-ratio: 1 / 1; /* Mantiene la imagen cuadrada */
}

.card__media .media img {
  object-fit: contain !important; /* Asegura que la imagen completa se vea */
  padding: 1rem;
}

/* --- CORRECCIÓN PARA EL TEXTO --- */
/*
 * El contenido de texto ahora se alinea correctamente debajo de la imagen.
*/
.card__content {
  flex-grow: 1;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between; /* Empuja el precio al fondo si hay espacio */
  padding: 1rem !important;
}

/* Hacemos visibles los elementos de información */
.card--standard.card--media .card__inner .card__information,
.card--standard.card--text:not(.card--horizontal) > .card__content .card__heading,
.card--standard > .card__content .card__caption {
  display: block !important;
}

.card__information {
  text-align: center;
  padding: 0 !important;
}

.card--standard.card--media {
  height: auto !important; /* CLAVE: La tarjeta no se estira, se adapta a su contenido */
  background-color: #1f2937 !important; /* Fondo oscuro consistente */
  border-radius: 15px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  display: flex !important;
  flex-direction: column !important;
}

/* --- OCULTAR TEXTO DUPLICADO Y CORREGIR ESPACIO SUPERIOR --- */
/*
 * El tema crea dos bloques de texto. Ocultamos el que está "sobre" la imagen
 * y eliminamos el padding que genera el espacio vacío en el contenedor .card__inner.
*/
.card__inner {
  background: transparent !important;
}
.card__inner.ratio::before {
  padding-bottom: 0 !important; /* CLAVE: Elimina el espacio superior que crea la clase 'ratio' */
}
.card__inner > .card__content {
  display: none !important; /* Oculta el primer bloque de texto (el duplicado) */
}


/* --- ESTILOS DE LA IMAGEN (CUADRADA) --- */
.card__media {
  position: relative !important;
  height: auto !important;
  background-color: #ffffff !important; /* Fondo blanco para las imágenes */
  aspect-ratio: 1 / 1; /* Mantiene la imagen cuadrada */
}

.card__media .media img {
  object-fit: contain !important; /* Asegura que la imagen completa se vea */
  padding: 1rem;
}

/* --- ESTILOS DEL TEXTO VISIBLE --- */
/*
 * Se asegura que el segundo bloque .card__content sea el único visible y se estiliza.
*/
.card > .card__content {
  display: block !important; /* Asegura que el contenedor principal de texto sea visible */
  padding: 1rem !important;
  text-align: center;
}

.card__information {
  padding: 0 !important;
}

/* --- 1. PALETA DE COLORES Y FONDO GENERAL --- */
body.gradient {
  background-color: #111827 !important; /* Un azul noche más moderno */
  background-image: none !important; /* Eliminamos el gradiente anterior para un look más limpio */
}

/* --- 2. REDUCCIÓN DE ESPACIOS Y AJUSTE DE MÁRGENES --- */
/*
 * Se reduce el espacio superior entre el header y el contenido principal.
*/
.section-template--25445109891381__main-padding {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
@media screen and (min-width: 750px) {
  .section-template--25445109891381__main-padding {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

/* --- 3. CONTENEDOR PRINCIPAL DEL PRODUCTO (MEJOR USO DEL ESPACIO) --- */
/*
 * Se crea un contenedor blanco para agrupar las dos columnas (imágenes e info),
 * lo que define mejor los márgenes y aprovecha el espacio.
*/
.product.grid {
  background-color: #ffffff !important;
  border-radius: 24px !important; /* Esquinas más redondeadas */
  padding: 40px !important;
  max-width: 1200px !important; /* Se asegura de que no sea demasiado ancho en pantallas grandes */
  margin: 0 auto !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2) !important;
  border: none !important;
}

/* --- 4. AJUSTES DE COLOR Y ESTILO DENTRO DEL CONTENEDOR --- */

/*
 * Se eliminan los fondos y sombras individuales de la columna de información
 * para que se integre perfectamente en el nuevo contenedor blanco.
*/
.product__info-container {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

/* Título del producto */
.product__title h1 {
  color: #111827 !important; /* Texto oscuro para contraste */
  font-size: 2.2rem !important;
  font-weight: 700 !important;
}

/* Texto de "Envío calculado..." */
.product__tax {
  color: #6b7280 !important;
}

/* Botón "Agregar al carrito" */
.product-form__submit {
  background: #2563eb !important;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3) !important;
}
.product-form__submit:hover {
  background: #1d4ed8 !important;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4) !important;
}

.shopify-payment-button__button:hover {
  background: #000000 !important;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.3) !important;
}

/* Estilos generales mejorados */
body {
  background: var(--gradient-background);
  color: rgb(var(--color-foreground));
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
  line-height: 1.6;
}

/* Header y navegación */
.header {
  background: rgba(17, 24, 39, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-link {
  color: rgb(var(--color-foreground));
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: rgb(var(--color-link));
}

/* Botones principales optimizados */
.btn-primary {
  background: linear-gradient(135deg, 
    rgb(var(--color-button)) 0%,
    rgb(var(--color-button-hover)) 100%);
  color: rgb(var(--color-button-text));
  border: none;
  border-radius: var(--border-radius-md);
  padding: 12px 24px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(135deg, 
    rgb(var(--color-button-hover)) 0%,
    rgb(var(--color-button)) 100%);
}

/* Botones secundarios */
.btn-secondary {
  background: rgb(var(--color-secondary-button));
  color: rgb(var(--color-secondary-button-text));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--border-radius-md);
  padding: 12px 24px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: rgb(var(--color-secondary-button-hover));
  transform: translateY(-1px);
}

/* Cards de productos mejoradas */
.product-card {
  background: rgba(31, 41, 55, 0.8);
  border-radius: var(--border-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(var(--color-primary-light), 0.3);
}

/* Badges y etiquetas */
.badge {
  background: rgb(var(--color-badge-background));
  color: rgb(var(--color-badge-foreground));
  border: 1px solid rgb(var(--color-badge-border));
  border-radius: var(--border-radius-sm);
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Formularios mejorados */
.input-field {
  background: rgba(55, 65, 81, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius-md);
  color: rgb(var(--color-foreground));
  padding: 12px 16px;
  transition: all 0.3s ease;
}

.input-field:focus {
  border-color: rgb(var(--color-primary));
  box-shadow: 0 0 0 3px rgba(var(--color-primary), 0.1);
  outline: none;
}

/* Mejoras específicas para el diseño de Techäure */
.quantity-selector {
  background: rgba(55, 65, 81, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius-md);
}

.price-display {
  color: rgb(var(--color-primary));
  font-weight: 700;
  font-size: 1.5rem;
}

.stock-warning {
  color: #FF6B6B;
  font-weight: 600;
  background: rgba(255, 107, 107, 0.1);
  padding: 8px 12px;
  border-radius: var(--border-radius-sm);
  border-left: 3px solid #FF6B6B;
}


/* Estilos optimizados para las cards de producto */
.card__content {
  padding: 20px;
  background: rgba(31, 41, 55, 0.9);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.card__content:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 169, 224, 0.3);
}

/* Mejora de contraste y accesibilidad */
.visually-hidden {
  color: rgba(255, 255, 255, 0.6) !important;
}

.caption-large {
  font-size: 14px;
}

/* Badge mejorado */
.card__badge {
  background: linear-gradient(135deg, rgba(0, 169, 224, 0.9), rgba(0, 132, 180, 0.9)) !important;
  color: white !important;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
}

/* Estados hover para mejor interactividad */
.full-unstyled-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Mejora de espaciado */
.card__information {
  margin-bottom: 15px;
}

/* ===== MEJORAS DE TEXTO - TAMAÑO AUMENTADO Y VISIBILIDAD ===== */

/* Títulos de productos - MUCHO MÁS GRANDES */
.card__heading.h5,
.card__heading h3 {
  color: #FFFFFF !important;
  font-size: 22px !important; /* Aumentado de 18px a 22px */
  font-weight: 800 !important; /* Más grueso */
  line-height: 1.3 !important;
  margin-bottom: 15px !important;
  font-family: 'Assistant', 'Inter', sans-serif !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
  letter-spacing: -0.3px !important;
}

/* Enlaces dentro de títulos - MÁS VISIBLES */
.card__heading .full-unstyled-link {
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-size: 22px !important; /* Tamaño consistente */
  font-weight: 800 !important;
  transition: all 0.3s ease !important;
  display: block !important;
  padding: 5px 0 !important;
}

.card__heading .full-unstyled-link:hover {
  color: rgba(255, 255, 255, 0.95) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  transform: translateY(-1px) !important;
}

.price__container > * {
  display: none !important;
}

/* MOSTRAR SOLO EL PRECIO REGULAR (oculta el precio de "venta" duplicado) */
.price__container .price__regular {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 3px !important;
}

/* OCULTAR COMPLETAMENTE EL CONTENEDOR DE VENTA */
.price__container .price__sale {
  display: none !important;
}

/* ESTILOS PARA EL PRECIO REGULAR */
.price-item--regular {
  color: #FFFFFF !important;
  font-family: 'Assistant', sans-serif !important;
  font-weight: 900 !important;
  font-size: 26px !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6) !important;
  line-height: 1.2 !important;
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  margin: 5px 0 !important;
}

/* ELIMINAR SÍMBOLOS AUTOMÁTICOS DE SHOPIFY */
.price-item--regular::before,
.price-item--regular::after {
  content: "" !important;
  display: none !important;
}

/* RESPONSIVIDAD */
@media (max-width: 768px) {
  .price-item--regular {
    font-size: 22px !important;
  }
}

@media (max-width: 480px) {
  .price-item--regular {
    font-size: 20px !important;
  }
}

/* SOLUCIÓN NUCLEAR - Si hay productos con descuento real */
/* Esto mostrará el precio de venta SOLO cuando haya un descuento real */
.price__container:has(.price__sale .price-item--sale:not(:empty)) .price__regular {
  display: none !important;
}

.price__container:has(.price__sale .price-item--sale:not(:empty)) .price__sale {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 3px !important;
}

/* Estilos para precio tachado cuando hay descuento real */
.price__sale s.price-item--regular {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
}

/* Estilos para precio de oferta cuando hay descuento real */
.price__sale .price-item--sale {
  color: #4CAF50 !important;
  font-size: 26px !important;
  font-weight: 900 !important;
}

/* ELIMINAR ELEMENTOS VACÍOS */
.price__sale:empty,
.price__regular:empty {
  display: none !important;
}

/* LIMPIEZA FINAL */
.visually-hidden {
  display: none !important;
}


.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-scheme-3.gradient.slideshow__text--left.slideshow__text-mobile--center {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 800px !important;
}

/* Forzar centrado de todos los elementos hijos */
.slideshow__text.banner__box > * {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Eliminar específicamente la clase que causa alineación izquierda */
.slideshow__text--left {
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

/* Centrar el título específico */
.banner__heading.inline-richtext.h1 {
  left: 80px;
  margin: 0 auto 15px !important;
  width: 100% !important;
}

/* Centrar el párrafo específico */
.banner__text.rte p {
  text-align: center !important;
  margin: 0 auto 25px !important;
  width: 100% !important;
  max-width: 600px !important;
}

/* Centrar los botones específicos */
.banner__buttons {
  text-align: center !important;
  margin: 0 auto !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}

/* Botón específico */
a.button.button--primary[href="/pages/usb-al-gusto"] {
  margin: 0 auto !important;
  display: block !important;
  width: fit-content !important;
}



#shopify-pc__banner {
background-color: #111928;
color: #111928;
}

/* Fondo azul consistente en lugar de blanco */
body.gradient {
  background-color: #111827 !important;
  background-image: none !important;
}

.card-wrapper .card__inner {
  background-color: #1f2937 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.header {
  background: rgba(17, 24, 39, 0.95) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.header__menu-item {
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 6px;
  padding: 0.8rem 1.2rem;
}

.header__menu-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.card:not(.ratio) {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  background-color: #1f2937 !important;
  border-radius: 15px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.card__media .media img {
  object-fit: contain !important;
  padding: 1rem;
}

.price-item--regular {
  color: #FFFFFF !important;
  font-size: 26px !important;
  font-weight: 900 !important;
}

.quick-add__submit, .product-form__submit {
  background: linear-gradient(135deg, rgb(0, 169, 224) 0%, #00C4FF 100%) !important;
  color: white !important;
  border: none !important;
  border-radius: 50px !important;
  font-weight: bold !important;
  transition: all 0.3s ease !important;
}

.quick-add__submit:hover, .product-form__submit:hover {
  transform: translateY(-4px) scale(1.02) !important;
  box-shadow: 0 10px 30px rgba(0, 169, 224, 0.4) !important;
}

.product.grid {
  gap: 20px !important;
  padding: 20px !important;
}

.card__content {
  padding: 1rem !important;
}

.card-wrapper {
    position: relative !important;
    cursor: pointer !important;
}

/* Permitir clicks en botones de compra */
.quick-add__submit,
.product-form__submit,
.card__badge {
    position: relative !important;
    z-index: 20 !important;
    cursor: pointer !important;
}

/* Efecto hover para toda la tarjeta */
.card-wrapper:hover {
    transform: translateY(-2px) !important;
    transition: transform 0.2s ease !important;
}


.caption-large {
  color: black;
}

/* PALETA DE COLORES MEJORADA */
:root {
    --primary-blue: #2563eb;       /* Azul principal */
    --primary-green: #059669;     /* Verde principal */
    --accent-purple: #7c3aed;     /* Púrpura acento */
    --success-green: #10b981;     /* Verde éxito */
    --warning-orange: #f59e0b;    /* Naranja advertencia */
    --text-dark: #1f2937;         /* Texto oscuro */
    --text-light: #6b7280;        /* Texto claro */
    --bg-light: #f9fafb;          /* Fondo claro */
}

/* BOTÓN AGREGAR AL CARRITO - NUEVOS COLORES */
#ProductSubmitButton-template--25445109891381__main,
.product-form__cart-submit {
    background: linear-gradient(135deg, var(--primary-blue) 0%, #3b82f6 100%) !important;
    color: white !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3) !important;
    transition: all 0.3s ease !important;
}

#ProductSubmitButton-template--25445109891381__main:hover,
.product-form__cart-submit:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, var(--primary-blue) 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4) !important;
}

/* BOTÓN COMPRAR AHORA - NUEVOS COLORES */
.shopify-payment-button__button {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--success-green) 100%) !important;
    color: white !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(5, 150, 105, 0.3) !important;
    transition: all 0.3s ease !important;
}

.shopify-payment-button__button:hover {
    background: linear-gradient(135deg, #047857 0%, var(--primary-green) 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(5, 150, 105, 0.4) !important;
}

/* EFECTOS DE HOVER MEJORADOS */
.product-form__cart-submit:hover,
.shopify-payment-button__button:hover {
    transform: translateY(-2px) scale(1.02) !important;
    filter: brightness(1.05) !important;
}

/* SOMBRAS MÁS SUAVES */
.product-form__cart-submit {
    box-shadow: 0 5px 20px rgba(37, 99, 235, 0.25) !important;
}

.shopify-payment-button__button {
    box-shadow: 0 5px 20px rgba(5, 150, 105, 0.25) !important;
}

/* TRANSICIONES SUAVES */
.product-form__cart-submit,
.shopify-payment-button__button {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* RESPONSIVIDAD MEJORADA */
@media (max-width: 768px) {
    .product-form__buttons {
        gap: 12px !important;
        margin: 20px 0 !important;
    }
    
    #ProductSubmitButton-template--25445109891381__main,
    .product-form__cart-submit,
    .shopify-payment-button__button {
        padding: 14px 20px !important;
        font-size: 1rem !important;
        max-width: 100% !important;
    }
}


@media (max-width: 749px) { /* Estructura de la tarjeta: que se autoajuste al contenido y no use ratio “fantasma” / .card { display: flex !important; flex-direction: column !important; height: auto !important; } .card__inner.ratio::before { padding-bottom: 0 !important; / elimina espacio en blanco superior / } .card__inner > .card__content:first-of-type { display: none !important; / oculta el bloque de texto duplicado sobre la imagen */ }
/* Contenedor de imagen cuadrado, sin recorte */
.card__media, .card .media {
position: relative !important;
height: auto !important;
aspect-ratio: 1 / 1 !important;
background-color: #fff !important;
}
.card__media .media img {
width: 100% !important;
height: 100% !important;
object-fit: contain !important;
padding: 0.75rem !important;
}

/* Texto bajo la imagen: visible y legible */
.card > .card__content {
display: block !important;
padding: 0.75rem 0.75rem 1rem !important;
text-align: center !important;
}
.card__information { padding: 0 !important; }

/* Precio: mostrar solo uno (evita duplicados) */
.price__container .price__sale { display: none !important; }
.price__container .price__regular {
display: flex !important;
justify-content: center !important;
}
.price-item--regular {
color: #fff !important;
font-weight: 800 !important;
font-size: 1.1rem !important;
}

/* Botón Quick add: ancho completo pero con altura cómoda */
.quick-add__submit {
width: 100% !important;
min-height: 44px !important;
font-size: 0.95rem !important;
border-radius: 10px !important;
}

/* Evita solapamientos por hovers en móvil */
.card-wrapper:hover .card__content,
.card-wrapper:hover .card__information {
transform: none !important;
opacity: 1 !important;
}

@media (max-width: 749px) {
.slideshow__text,
.banner__box,
.slideshow__text--left {
align-items: center !important;
justify-content: center !important;
text-align: center !important;
}
.banner__heading,
.banner__text p {
text-align: center !important;
margin-left: auto !important;
margin-right: auto !important;
max-width: 90% !important;
}
.banner__buttons {
display: flex !important;
justify-content: center !important;
width: 100% !important;
}
.banner__buttons .button {
padding: 12px 22px !important;
border-radius: 999px !important;
font-size: 0.95rem !important;
}
}

@media (max-width: 749px) {
/* Contenedor info sin sombra doble y con padding correcto */
.product__info-container {
background: transparent !important;
box-shadow: none !important;
border: 0 !important;
padding: 0 1rem !important;
}

.product__title h1 {
font-size: 1.6rem !important;
text-align: center !important;
margin-bottom: 10px !important;
}

.price--large {
font-size: 1.6rem !important;
text-align: center !important;
margin: 10px 0 !important;
}

.product-form__buttons {
display: flex !important;
flex-direction: column !important;
gap: 10px !important;
}

.product-form__submit,
.shopify-payment-button__button {
width: 100% !important;
max-width: 100% !important;
min-height: 46px !important;
border-radius: 12px !important;
font-size: 1rem !important;
}
}

### TechAura – Fix Dawn móvil y tablet (header + grid + tarjetas)
/* Móvil <= 749px */
@media (max-width: 749.98px) {
  /* Forzar re-cálculo de --header-height cuando cambie layout */
  html { --header-height: 56px !important; }

  /* TARJETAS: romper el ratio y fijar altura de imagen */
  .card__inner.ratio { padding-top: 0 !important; }           /* anula truco de ratio */
  .card__media .media { padding-top: 0 !important; background: #f3f4f6 !important; }
  .card__media .media img {
    display: block !important;
    width: 100% !important;
    height: 180px !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  /* Tipografía y legibilidad en tarjeta */
  .card__inner {
    border-radius: 12px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06) !important;
    background: #fff !important;
  }
  .card__heading,
  .card__heading.h5 {
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 8px 0 4px !important;
  }
  .card__heading a,
  .card__heading.h5 a,
  .card-information .price-item {
    color: #0f172a !important;
  }
  .card-information .price-item {
    font-size: 13px !important;
    font-weight: 700 !important;
  }

  /* Botón quick add cómodo */
  .quick-add__submit.button {
    width: 100% !important;
    min-height: 44px !important;
    font-size: 2.2rem !important;
    border-radius: 10px !important;
    padding: 10px 12px !important;
  }
}

### Patch responsivo Dawn (header + tarjetas + PDP)

@media (max-width: 749.98px) {

  /* Contenedor de imagen de tarjeta Dawn */
  .card__media .media {
    padding-top: 0 !important; /* anula ratios exagerados */
    background: #f3f4f6 !important;
  }
  .card__media .media img {
    width: 100% !important;
    height: 180px !important;         /* imagen más grande en móvil */
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
  }

  /* Tarjeta: limpiar overlays, mejorar legibilidad */
  .card__inner {
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06) !important;
    border: 1px solid rgba(0,0,0,0.06) !important;
  }
  .card__heading a,
  .card__heading.h5 a,
  .card-information .price-item {
    color: #0f172a !important; /* gris-900 */
  }
  .card__heading,
  .card__heading.h5 {
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 8px 0 4px !important;
  }
  .card-information .price-item {
    font-size: 13px !important;
    font-weight: 700 !important;
  }
  .card-product-rating,
  .caption-with-letter-spacing,
  .caption-large.light {
    font-size: 12px !important;
    color: #475569 !important; /* gris-600 */
  }
  /* Badges mejor posicionados */
  .card__badge {
    inset: auto 8px 8px auto !important;
  }

  /* QUICK ADD: botón a ancho completo, táctil */
  .quick-add__submit.button {
    width: 100% !important;
    min-height: 44px !important;
    font-size: 2.2rem !important;
    border-radius: 10px !important;
    padding: 10px 12px !important;
  }

  /* PDP (página de producto): una columna e imagen protagonista */
 
  .product-main-image img,
  .product-gallery__image img,
  .product__media img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 60vh !important;
    object-fit: contain !important;
    border-radius: 12px !important;
    display: block !important;
    margin: 0 auto !important;
  }
  .product__info-container {
    padding: 16px 14px !important;
    max-width: 100% !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
    border-radius: 12px !important;
  }
  .product__title h1 {
    font-size: 1.6rem !important;
    line-height: 1.25 !important;
    color: #0f172a !important;
  }
  .price--large {
    font-size: 1.8rem !important;
    color: #0f172a !important;
    margin: 10px 0 !important;
  }
  .product-form__submit,
  .shopify-payment-button {
    width: 100% !important;
    min-height: 48px !important;
    font-size: 2.2rem !important;
    border-radius: 12px !important;
  }
  .product-form__quantity {
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 12px 0 !important;
  }
  .quantity {
    width: 120px !important;
    min-height: 40px !important;
  }

  /* Contraste general en móvil */
  body,
  .title,
  .collection__description,
  .product__text {
    color: #0f172a !important;
  }
}

/* TABLET (750–989px): header moderado y 3 columnas */
@media (min-width: 750px) and (max-width: 989.98px) {
  .card__media .media img {
    height: 200px !important;
  }
  .card__heading { font-size: 15px !important; }
  .card-information .price-item { font-size: 14px !important; }
}

/* TechAura – Fix móvil: ratio, imagen visible y 2 columnas reales */

/* MÓVIL <= 749px */
@media (max-width: 749.98px) {
  /* 1) Grids a 2 columnas (productos y colecciones) */
  .collection .grid,
  .template-collection .grid,
  .product-grid,
  .collection-product-grid,
  .grid--2-col-mobile {
    column-gap: 8px !important;
    row-gap: 10px !important;
  }
  .grid--2-col-mobile > .grid__item,
  .product-grid > .grid__item,
  .collection-product-grid > .grid__item,
  .collection .grid > .grid__item,
  .template-collection .grid > .grid__item {
    width: calc(50% - 4px) !important;
    max-width: calc(50% - 4px) !important;
    flex: 0 0 calc(50% - 4px) !important;
  }

  /* 2) Romper ratio sin perder altura de contenedor */
  /* Importante: Dawn usa padding-top en .ratio para crear altura. Si lo anulamos, debemos dar altura al media. */
  .card,
  .card__inner {
    --ratio-percent: 0% !important;
  }
  .card.ratio,
  .card__inner.ratio {
    padding-top: 0 !important;
  }

  /* 3) Asegurar que el contenedor de imagen tenga altura y que la imagen se vea */
  .card__media {
    position: relative !important;
  }
  .card__media .media {
    position: relative !important;
    padding-top: 0 !important;         /* anulamos ratio */
    min-height: 180px !important;       /* altura visible en móvil */
    height: 180px !important;
    background: #f3f4f6 !important;
    overflow: hidden !important;
    display: block !important;
  }
  .card__media .media > img,
  .card__media .media > picture img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;            /* ocupar el contenedor */
    object-fit: contain !important;     /* que se vea completa */
    object-position: center !important;
    opacity: 1 !important;              /* evitar efectos de hover ocultos */
    visibility: visible !important;
  }

  /* 4) Quitar efectos que puedan colapsar la imagen en mobile reduce-motion */
  .media--hover-effect img,
  .motion-reduce {
    transform: none !important;
  }

  /* 5) Estilo de tarjeta y textos */
  .card__inner {
    border-radius: 12px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06) !important;
    background: #fff !important;
  }
  .card__heading,
  .card__heading.h5 {
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 8px 0 4px !important;
  }
  .card-information .price-item {
    font-size: 13px !important;
    font-weight: 700 !important;
  }

  /* 6) Header compacto */
  html { --header-height: 56px !important; }
  .section-header .header {
    height: 56px !important;
    min-height: 56px !important;
    padding: 6px 12px !important;
    align-items: center !important;
  }
  .section-header .header__heading-logo-wrapper { max-width: 120px !important; }
  .section-header .header__heading-logo { max-height: 32px !important; height: 32px !important; width: auto !important; }
}

/* TABLET 750–989px: 3 columnas + imagen más alta */
@media (min-width: 750px) and (max-width: 989.98px) {
  .grid--2-col-mobile > .grid__item,
  .collection .grid > .grid__item,
  .template-collection .grid > .grid__item,
  .grid > .grid__item {
    width: calc(33.333% - 6px) !important;
    max-width: calc(33.333% - 6px) !important;
    flex: 0 0 calc(33.333% - 6px) !important;
  }
  .card__media .media {
    min-height: 200px !important;
    height: 200px !important;
  }
  html { --header-height: 64px !important; }
  .section-header .header { height: 64px !important; min-height: 64px !important; padding: 8px 16px !important; }
}

/* Mobile */
@media (max-width: 749.98px) {
  html { --header-height: var(--ta-header-mobile) !important; }

  .section-header .header {
    height: var(--ta-header-mobile) !important;
    min-height: var(--ta-header-mobile) !important;
    padding: 6px 12px !important;
    align-items: center !important;
  }

  /* Logo compacto en móvil */
  .section-header .header__heading-logo-wrapper { max-width: 120px !important; }
  .section-header .header__heading-logo {
    max-height: 32px !important;
    height: 32px !important;
    width: auto !important;
  }

  /* Iconos alineados y con hit-area adecuada */
  .header__icons .header__icon {
    padding: 6px !important;
    line-height: 1 !important;
  }

  /* Ocultar menú inline en mobile (usar drawer) */
  .header__inline-menu { display: none !important; }
}

/* Tablet */
@media (min-width: 750px) and (max-width: 989.98px) {
  html { --header-height: var(--ta-header-tablet) !important; }

  .section-header .header {
    height: var(--ta-header-tablet) !important;
    min-height: var(--ta-header-tablet) !important;
    padding: 8px 16px !important;
  }

  .section-header .header__heading-logo {
    max-height: 36px !important;
    height: 36px !important;
    width: auto !important;
  }
}

/* TechAura — Header autohide y hero estable SOLO móvil/tablet (<990px) */

/* Alturas estándar del header */
:root{
  --ta-h-m:56px;
  --ta-h-t:64px;
}

/* Header sticky y con transición solo <990px */
@media (max-width: 989.98px){
  .section-header,
  .header-wrapper,
  .section-header .header{
    position: relative !important;
    top: 0 !important;
    z-index: 90 !important;
    background: var(--color-background, #fff) !important;
    transition: transform .25s ease, box-shadow .2s ease !important;
    will-change: transform;
  }

  /* Empuje del contenido para evitar solape */
  main#MainContent{ margin-top: var(--ta-h-m) !important; }
  @media(min-width:750px) and (max-width:989.98px){
    main#MainContent{ margin-top: var(--ta-h-t) !important; }
  }

  /* Tamaños internos */
  @media (max-width:749.98px){
    .section-header .header{ height:var(--ta-h-m)!important; min-height:var(--ta-h-m)!important; padding:6px 12px!important; }
    .section-header .header__heading-logo{ max-height:32px!important; height:32px!important; width:auto!important; }
  }
  @media (min-width:750px) and (max-width:989.98px){
    .section-header .header{ height:var(--ta-h-t)!important; min-height:var(--ta-h-t)!important; padding:8px 16px!important; }
  }

  /* Estados controlados por JS */
  .header--hide{ transform: translateY(-100%) !important; box-shadow:none!important; }
  .header--show{ transform: translateY(0) !important; box-shadow: 0 3px 10px rgba(0,0,0,.05)!important; }

  /* Menús encima del header */
  .menu-drawer, .header__submenu, .predictive-search{ z-index: 100 !important; }

  /* Hero/primeras secciones: alturas estables */
  .slideshow, .slideshow__slide, .banner, .banner__media{
    min-height: 260px !important;
  }
  .slideshow__media, .banner__media, .image-with-text__media{
    height: 260px !important;
    position: relative !important;
    overflow: hidden !important;
  }
  .slideshow__media img, .banner__media img, .image-with-text__media img,
  .slideshow__media picture img, .banner__media picture img, .image-with-text__media picture img{
    width:100%!important; height:100%!important; object-fit:cover!important; object-position:center!important; display:block!important;
  }

  /* Cards de producto en grid móvil */
  .card__media .media{ height:180px!important; min-height:180px!important; padding-top:0!important; }
  .card__media .media > img, .card__media .media > picture img{ height:100%!important; width:100%!important; object-fit:contain!important; }
}

/* Buenas prácticas generales */
img{ max-width:100%; height:auto; }

/* TechAura — Header móvil: alineación logo/botones con hamburguesa */
@media (max-width: 989.98px){
  /* Contenedor del header en fila, centrado vertical y con alturas fijas */
  .section-header .header,
  .header-wrapper .header{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    height: 56px !important; /* móvil */
    min-height:56px !important;
    box-sizing: border-box !important;
  }
  @media (min-width:750px) and (max-width:989.98px){
    .section-header .header,
    .header-wrapper .header{
      height: 64px !important; /* tablet */
      min-height:64px !important;
      padding: 8px 16px !important;
    }
  }

  /* Alinear iconos a la misma línea base */
  .header__icon,
  .header__icon--menu,
  .header__icon--cart,
  .header__icon--account,
  .header__icon--search{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    height: 2rem !important;
    width: 2rem !important;
  }

  /* Forzar que el botón de menú (tres líneas) defina la línea de referencia */
  .header__icon--menu{
    margin: 0 !important;
  }

  /* Logo centrado ópticamente y con altura controlada */
  .header__heading,
  .header__heading-link{
    display:flex !important;
    align-items:center !important;
  }
  .section-header .header__heading-logo{
    height: 28px !important;
    max-height: 28px !important;
    width: auto !important;
  }
  @media (min-width:750px) and (max-width:989.98px){
    .section-header .header__heading-logo{
      height: 32px !important;
      max-height: 32px !important;
    }
  }

  /* Espaciado horizontal parejo entre iconos y logo */
  .section-header .header > *{
    gap: 8px !important;
  }

  /* Distribución típica Dawn: menú izquierda, logo centro, acciones derecha */
  .header__inline-menu{ display:none !important; } /* ocultar menú de enlaces en móvil */
  .header__icons{
    display:flex !important;
    align-items:center !important;
    gap: 6px !important;
  }

  /* Asegurar que el contenedor no “salte” */
  .section-header,
  .header-wrapper{ position: sticky !important; top:0; z-index:90; background:#fff; }
}

/* TechAura — Eliminar gap entre primera imagen y primer texto solo móvil/tablet */
@media (max-width: 989.98px){

  /* Slideshow/Banner sin margen inferior extra */
  .slideshow,
  .banner{
    margin-bottom: 0 !important;
  }

  /* Imagen con texto: reducir el espacio entre media y texto en stack vertical */
  .image-with-text{
    margin-top: 0 !important;
  }
  .image-with-text .image-with-text__media{
    margin-bottom: 8px !important; /* era mayor en algunos presets */
  }
  .image-with-text .image-with-text__text{
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* Quitar márgenes colapsados típicos del primer heading */
  .image-with-text .image-with-text__heading,
  .banner .banner__heading,
  .slideshow .slideshow__heading{
    margin-top: 0 !important;
  }

  /* Si hay “gap” por contenedores con padding superior, ajústalo */
  .section:first-of-type .page-width{
    padding-top: 0 !important;
  }
}

/* TechAura — Alinear header en móvil/tablet (<990px) */
@media (max-width: 989.98px){
  /* 1) Forzar layout en 3 columnas: menú | logo | iconos */
  .section-header .header{
    display:grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items:center !important;
    column-gap: 8px !important;
    height:56px !important;
    min-height:56px !important;
    padding:6px 12px !important;
  }
  @media (min-width:750px) and (max-width:989.98px){
    .section-header .header{
      height:64px !important;
      min-height:64px !important;
      padding:8px 16px !important;
    }
  }

  /* 2) Ubicar cada bloque en su columna */
  header-drawer { grid-column: 1 / 2 !important; }
  .header__heading { 
    grid-column: 2 / 3 !important; 
    justify-self: center !important;
    margin:0 !important;
  }
  .header__inline-menu{ display:none !important; } /* ocultar menú de enlaces en móvil */
  .header__icons{ 
    grid-column: 3 / 4 !important; 
    justify-self: end !important; 
    display:flex !important; 
    align-items:center !important; 
    gap:6px !important;
    margin:0 !important;
  }

  /* 3) Normalizar los items internos de iconos para que “asienten” a la misma línea */
  .header__icons .header__icon,
  .header__icons .link,
  .header__icons .disclosure__button,
  .header__icons .localization-form__select{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    height:36px !important;
    min-height:36px !important;
    line-height:1 !important;
    padding:0 8px !important;
    gap:6px !important;
  }

  /* Quitar expansiones que rompen el alto del header */
  .header__icons .caption-large{ font-size:12px !important; }
  .header__icons .icon,
  .header__icons svg{ width:18px !important; height:18px !important; }

  /* 4) Logo con altura controlada y centrado */
  .header__heading-link,
  .header__heading-logo-wrapper{
    display:flex !important; align-items:center !important; justify-content:center !important;
  }
  .header__heading-logo{
    height:28px !important; max-height:28px !important; width:auto !important;
  }
  @media (min-width:750px) and (max-width:989.98px){
    .header__heading-logo{ height:32px !important; max-height:32px !important; }
  }

  /* 5) Botón menú (tres líneas) con caja homogénea */
  .header__icon--menu{
    display:flex !important; align-items:center !important; justify-content:center !important;
    width:36px !important; height:36px !important; padding:0 !important; margin:0 !important;
  }
  .header__icon--menu .icon{ width:20px !important; height:20px !important; }

  /* 6) Evitar que la localización se “rompa” a otra línea */
  .header__icons.header__icons--localization.header-localization{
    white-space:nowrap !important;
  }
  .header__icons .disclosure__button span{ display:inline-flex !important; align-items:center !important; }

  /* 7) Limitar el texto de localización para no empujar el layout */
  .header__icons .disclosure__button .caption-large span{
    max-width:120px !important; overflow:hidden !important; text-overflow:ellipsis !important;
  }

  /* 8) El buscador y cuenta en móvil: mantener alineación vertical */
  details-modal.header__search summary.header__icon{
    width:36px !important; height:36px !important; padding:0 !important;
  }

  /* 9) Evitar doble margen/gap arriba de la primera sección (por si persiste el hueco) */
  main#MainContent > .shopify-section:first-child { margin-top:0 !important; padding-top:0 !important; }
}

/* TechAura — Anular sticky de la galería en móvil/tablet (Dawn) */
@media (max-width: 989.98px){
  /* 1) El componente nativo */
  media-gallery,
  media-gallery.product__column-sticky {
    position: static !important;
    top: auto !important;
  }

  /* 2) Contenedores internos que reactivan sticky */
  .product__column-sticky,
  .product__media-wrapper,
  .product__media-list,
  .product-media-container,
  .product__media.media {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
  }

  /* 3) Alturas/overflow que “clavan” imagen */
  media-gallery,
  media-gallery *:is(img, video, model-viewer),
  .product__media-wrapper img,
  .product__media img {
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    overflow: visible !important;
  }

  /* 4) Eliminar zoom/hover que captura eventos en móvil */
  .image-magnify-hover { pointer-events: none !important; }
}


/* TechAura — Header móvil alineado con autohide activo */
@media (max-width: 989.98px){

  .header-wrapper{
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    background: #111827 !important;
  }

  .section-header .header{
    display: grid !important;
    grid-template-columns: auto 1fr auto !important; /* menú | logo | acciones */
    align-items: center !important;
    column-gap: 8px !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 6px 12px !important;
    background: transparent !important;
  }

  header-drawer { grid-column: 1 / 2 !important; margin-left: 0 !important; }
  .header__heading { grid-column: 2 / 3 !important; justify-self: center !important; margin: 0 !important; }
  .header__icons { grid-column: 3 / 4 !important; justify-self: end !important; display:flex !important; gap:6px !important; }

  .header__inline-menu{ display:none !important; }

  .header__icon { width:36px !important; height:36px !important; display:flex !important; align-items:center !important; justify-content:center !important; }

  .header__heading-logo{ height:28px !important; max-height:28px !important; width:auto !important; }

  /* Mantener autohide de Dawn funcional */
  .header--hide{ transform: translateY(-100%) !important; }
  .header--show{ transform: translateY(0) !important; }
}

  .header__icon--menu{
    display: none !important;
  } */

  
  @media (max-width: 749.98px) {
  /* Header compacto y sin saltos */
  .section-header .header,
  .header-wrapper .header {
    height: 56px !important;
    min-height: 56px !important;
    padding: 6px 12px !important;
    margin: 0 !important;
  }
  .section-header { margin-bottom: 0 !important; }
  main#MainContent { margin-top: 56px !important; }

  /* Eliminar huecos arriba/entre primeras secciones */
  .section:first-of-type,
  .section:first-of-type .page-width,
  .banner,
  .slideshow {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Contenedor de página: lateral consistente */
  .page-width,
  .page-width-desktop {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Grid de producto (PDP) en una columna, con espaciado justo */
  .product.grid,
  .product {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 16px 12px !important;
    margin: 0 auto !important;
  }

  /* Media de producto: altura controlada y centrada */
  .product__media-wrapper,
  .product__media-list,
  .product__media.media {
    margin: 0 !important;
    padding: 0 !important;
  }
  .product__media img,
  .product-main-image img,
  .product-gallery__image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 60vh !important;
    object-fit: contain !important;
    margin: 0 auto !important;
  }

  /* Bloque info: quitar rellenos dobles y alinear verticalmente */
  .product__info-container {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 12px !important;
    margin: 0 !important;
  }
  .product__info-wrapper > * {
    margin: 12px 0 !important;
  }
  .product__title h1 {
    font-size: 1.7rem !important;
    line-height: 1.3 !important;
    margin: 0 0 8px !important;
    text-align: center !important;
  }
  .price--large {
    font-size: 1.8rem !important;
    margin: 8px 0 !important;
    text-align: center !important;
  }

  /* Cantidad y botones: bloque compacto y al ancho */
  .product-form__quantity {
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 10px 0 !important;
  }
  .quantity { width: 120px !important; min-height: 40px !important; }
  .product-form__buttons {
    gap: 10px !important;
    margin: 14px 0 !important;
    padding: 0 !important;
  }
  .product-form__submit,
  .shopify-payment-button__button {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 46px !important;
    border-radius: 12px !important;
    font-size: 2.2rem !important;
  }

  /* Tarjetas en listados/relacionados: eliminar espacios irregulares */
  .collection .grid,
  .template-collection .grid,
  .product-grid,
  .collection-product-grid,
  .grid--2-col-mobile {
    column-gap: 10px !important;
    row-gap: 12px !important;
    margin: 0 !important;
  }
  .grid__item {
    margin: 0 !important;
  }
  .card,
  .card:not(.ratio) {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    margin: 0 !important;
  }
  .card__inner.ratio::before { padding-bottom: 0 !important; }
  .card__media .media {
    padding-top: 0 !important;
    background: #f3f4f6 !important;
    height: 180px !important;
    min-height: 180px !important;
  }
  .card__media .media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: 8px !important;
  }
  .card > .card__content {
    padding: 10px 10px 12px !important;
    text-align: center !important;
  }
  .card__information { padding: 0 !important; margin-bottom: 0 !important; }

  /* Productos relacionados: compactar margen y padding */
  .related-products {
    padding: 16px 12px !important;
    margin: 16px 0 !important;
  }
  .related-products .grid {
    gap: 12px !important;
    margin: 0 !important;
  }

  /* Bloques “hero/sections” de la descripción: sin exceso de aire */
  .product-description-wrapper .container,
  .pdp-wrapper .container {
    padding: 0 12px !important;
    margin: 0 auto !important;
  }
  .product-description-wrapper .section,
  .pdp-wrapper .section {
    padding: 24px 0 !important;
    margin: 16px 0 !important;
  }
  .pdp-wrapper .hero { padding: 28px 14px !important; margin: 16px 0 !important; }
  .pdp-wrapper .hero-image { width: 240px !important; margin-bottom: 16px !important; }

  /* Trust/urgency: separar con margen corto y padding razonable */
  .trust-indicators {
    gap: 10px !important;
    margin: 14px 0 !important;
    padding: 14px !important;
  }
  .urgency-indicator {
    margin: 12px 0 !important;
    padding: 10px 12px !important;
    font-size: 0.95rem !important;
  }

  /* Slideshow/banner textos centrados y sin desplazamientos laterales */
  .slideshow__text,
  .banner__box,
  .slideshow__text--left,
  .banner__buttons {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .banner__heading,
  .banner__text p {
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Footer: compactar alto vertical */
  .footer {
    margin-top: 0 !important;
  }
  .section-sections--25633918419253__footer-padding {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}



/* ===== TechAura – Hotfix SOLO MÓVIL v2 (<=749.98px) ===== */
@media (max-width: 749.98px) {
  /* 1) Anti-overflow total (fuente típica del “scroll” lateral) */
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
  }
  /* Corta cualquier desborde de contenedores comunes en Shopify */
  #MainContent,
  .page-width,
  .page-width-desktop,
  .shopify-section,
  .section,
  .grid,
  .grid__item,
  .content-for-layout,
  .content-for-index,
  .container,
  .wrapper {
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* 2) Header y empuje único del contenido */
  .header,
  .section-header .header,
  .header-wrapper .header {
    height: 56px !important;
    min-height: 56px !important;
    padding: 6px 12px !important;
    margin: 0 !important;
  }
  .header-wrapper,
  .section-header { position: sticky !important; top: 0 !important; z-index: 100 !important; }
  main#MainContent { margin-top: 56px !important; }
  /* Quita top extra en primera sección/hero */
  .main-content,
  .product-page,
  .product-section,
  .product-main,
  .section:first-of-type,
  .section:first-of-type .page-width,
  .banner,
  .slideshow {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* 3) Grids sin “rebasar” el 100% por gaps/paddings */
  .grid, .product.grid { width: 100% !important; gap: 12px !important; }
  .grid__item { max-width: 100% !important; }
  /* Forzar caja para que paddings no sumen ancho extra */
  *, *::before, *::after { box-sizing: border-box !important; }

  /* 4) Imágenes y contenedores multimedia sin desbordes ni ratio fantasma */
  .ratio::before,
  .card__inner.ratio::before { padding-bottom: 0 !important; }

  media-gallery,
  .product__media-wrapper,
  .product__media-list,
  .product__media.media {
    position: static !important;
    top: auto !important;
    max-width: 100% !important;
  }

  .product__media,
  .product-main-image,
  .product-gallery__image,
  .card__media,
  .card .media {
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .product__media img,
  .product-main-image img,
  .product-gallery__image img,
  .product__media.media img,
  .card__media .media img,
  .card .media img,
  img.responsive,
  img.lazyloaded {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: 60vh !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto !important;
    transform: none !important;
  }

  /* 5) Columna de info sin huecos extra */
  .product__info-container,
  .product-column-right,
  .product__content,
  .product-info {
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
  }
  .product__info-wrapper > * { margin: 12px 0 !important; }
  .product__title { margin: 0 !important; padding: 0 !important; }
  .product__title h1 { margin: 0 0 8px 0 !important; line-height: 1.25 !important; text-align: center !important; }
  .price--large { margin: 8px 0 !important; text-align: center !important; }

  /* 6) Colecciones/cards: sin overflow lateral y columnas seguras */
  .collection .grid,
  .template-collection .grid,
  .product-grid,
  .collection-product-grid,
  .grid--2-col-mobile {
    column-gap: 10px !important;
    row-gap: 12px !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .collection .grid > .grid__item,
  .template-collection .grid > .grid__item,
  .product-grid > .grid__item,
  .collection-product-grid > .grid__item,
  .grid--2-col-mobile > .grid__item {
    width: calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
    flex: 0 0 calc(50% - 5px) !important;
  }
  .card__media, .card .media {
    aspect-ratio: auto !important;
    height: auto !important;
    background: #f3f4f6 !important;
  }
  .card > .card__content,
  .card__content { padding: 10px 10px 12px !important; text-align: center !important; }

  /* 7) Eliminación de causas típicas de “scroll” lateral */
  /* Bloquea elementos que suelen romper el layout en temas Dawn */
  .page-width,
  .page-width-desktop,
  .grid,
  .grid__item,
  .product__media,
  .product__content,
  .banner,
  .slideshow {
    left: 0 !important;
    right: 0 !important;
  }
  /* Si algún carrusel/slider usa transform/translate, limítalo visualmente */
  .slideshow, .slider, .flickity-enabled, .splide, .swiper {
    overflow: hidden !important;
    contain: content !important;
  }
}
