/** Shopify CDN: Minification failed

Line 485:9 Expected ":"
Line 788:0 Unexpected "/"

**/
/* ===========================
        Header Base
=========================== */

.header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:white;
  position:relative;
}

/* Logo */
.header__heading{
  flex:0 0 auto;
}

/* Menu centrado */
.header__inline-menu{
  flex:1 1 auto;
  display:flex;
  justify-content:center;
  color:#000 !important;
}

/* Iconos */
.header__icons{
  flex:0 0 auto;
  display:flex;
  justify-content:flex-end;
  gap:14px;
}

/* Ocultar icono usuario */
.header__icon--account{
  display:none !important;
}

.header-wrapper,
.header__inner{
  background:transparent;
}

.header-wrapper{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:20;
  transition:background 250ms ease, backdrop-filter 250ms ease, border-color 250ms ease;
}

/* Header sticky */
sticky-header{
  position:sticky;
  top:0;
  z-index:50;
}


/* ===========================
        Header Sticky
=========================== */

.shopify-section-group-header-group.section-header{
  border-bottom:none !important;
  box-shadow:none !important;
  background:transparent !important;
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

.shopify-section-header-sticky .header-wrapper{
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
}

.shopify-section-header-sticky .header,
.shopify-section-header-sticky .header a,
.shopify-section-header-sticky .header span,
.shopify-section-header-sticky .header__menu-item,
.shopify-section-header-sticky .header__icon{
  color:#000 !important;
}

.shopify-section-header-sticky .header__icon svg{
  fill:#000 !important;
}


/* ===========================
        Mobile Header
=========================== */

@media (max-width:989px){

  .header__inline-menu{
    display:none !important;
  }

  sticky-header .header,
  .header-wrapper .header,
  .header{
    display:grid !important;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
  }

  .header-drawer{
    justify-self:start;
  }

  .header__heading{
    justify-self:center;
    position:static !important;
    transform:none !important;
  }

  .header__icons{
    justify-self:end;
    margin-left:0 !important;
    gap:4px;
  }

  .header__icon--search svg{
    width:18px;
    height:18px;
  }

  .header__icon{
    padding:4px;
  }
}


/* ===========================
        Sub Menu
=========================== */

header-menu details {
  position: static !important;
}

/* Submenu */
.header__submenu.list-menu--disclosure {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;

  max-width: 90%;
  padding: 50px 80px;

  background: #f3f3f3 !important;
  border-radius: 20px !important;
  border: none !important;
  box-shadow: 0 30px 80px rgba(0,0,0,0.08) !important;

  column-count: 3;
  column-gap: 120px;

  box-sizing: border-box;
}

/* Items */
.header__submenu.list-menu--disclosure li {
  break-inside: avoid;
  margin-bottom: 12px;
}

/* Links */
.header__submenu .list-menu__item {
  font-size: 18px;
  font-weight: 400;
  padding: 4px 0;
}

/* =========================================
        Seccion de Best Sellers(Home)
========================================= */

.collection__title .title{
  text-align:center;
  font-family:"Playfair Display",serif;
  font-weight:600;
  letter-spacing:-.04em;
  margin-top:.5rem;
  font-size:64px !important;
}

.collection__title::before{
  content:"CHOOSE THE MOST SEARCHED";
  font-family:"Inter",sans-serif !important;
  display:block;
  letter-spacing:.25em !important;
  text-transform:uppercase;
  font-size:12px !important;
  line-height:1.2 !important;
  color:#555;
  text-align:center;
}

@media (max-width:749px){
  .collection__title .title{
    font-size:50px !important;
  }
}
/* ===============================================
      Seccion Titulo y Textos(Texto enriquecido)
=============================================== */

.rich-text__caption,
.rich-text__text,
.rich-text__text p{
  font-family:"Inter",sans-serif !important;
}

.rich-text__heading{
  font-family:"Playfair Display",serif !important;
  font-weight:600;
  line-height:.95 !important;
  letter-spacing:-.04em !important;
  font-size:64px !important;
}

.rich-text__heading strong{
  letter-spacing:-.02em !important;
}

.rich-text__caption{
  letter-spacing:.25em !important;
  text-transform:uppercase;
  font-size:12px !important;
  line-height:1.2 !important;
}

.rich-text__text,
.rich-text__text p{
  font-size:15px !important;
  line-height:1.6 !important;
  font-weight:400 !important;
}

@media (max-width:749px){
  .rich-text__heading{
    letter-spacing:-.01em !important;
    line-height:1.05 !important;
    font-size:45px !important;
  }
}

/* =====================================
    Seccion Women’s Collection (Home)
   ===================================== */

/* Quitar CUALQUIER fondo del section (celeste, gradient, etc) */
#shopify-section-template--28332613599575__image_with_text_djXQ8,
#shopify-section-template--28332613599575__image_with_text_djXQ8 .gradient{
  background: #fff !important;
}

/* Card centrado con bordes blancos laterales */
#shopify-section-template--28332613599575__image_with_text_djXQ8 .image-with-text{
  max-width: 1200px;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 16px;
  overflow: hidden;
}

/* Bordes blancos a los costados (padding del contenedor) */
#shopify-section-template--28332613599575__image_with_text_djXQ8 .page-width{
  padding-left: 32px !important;
  padding-right: 32px !important;
}

/* Padding interno del card */
#shopify-section-template--28332613599575__image_with_text_djXQ8 .image-with-text__grid{
  padding: 24px 32px;
}

/* Centrar contenido del lado texto */
#shopify-section-template--28332613599575__image_with_text_djXQ8 .image-with-text__content{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: flex-start;  
  align-items: left;
}

/* Evitar spacing automático del theme */
#shopify-section-template--28332613599575__image_with_text_djXQ8 .image-with-text__content > *{
  margin-top: 0 !important;
}

/* Por si el tema mete margin lateral raro en desktop */
@media (min-width: 990px){
  #shopify-section-template--28332613599575__image_with_text_djXQ8 .image-with-text__content{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 768px){
.image-hero__button{
  -webkit-tap-highlight-color: transparent;
  transition: all .2s ease;
}

.image-hero__button:active{
  background:#000 !important;
  color:#fff !important;
  border-color:#000 !important;
}

.image-hero__button:focus{
  outline:none !important;
  box-shadow:none !important;
}
}

/* ===========================
         Footer Base
   =========================== */
/* Footer Personalizacion Custom */
.footer_blocks-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: nowrap;
  min-height: 60px;
}

.footer-block--brand {
  flex: 1;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.footer-block--brand img {
  max-height: 40px;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.footer-block--menu {
  flex: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-block--menu ul {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}

.footer__list-social {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3px;
}

@media (max-width: 768px) {
  .footer-block--menu ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 1rem;
    text-align: left;
    padding: 0;
    justify-content: center;
  }

  .footer-block--menu li {
    list-style: none;
    margin: 0;
  }

  .footer-block--brand,
  .footer__list-social {
    justify-content: center;
    margin-bottom: 1rem;
  }
}

/* ==================================
        BOTON DE BET SELLERS(Home)
   ================================== */

/* Botón base */
a.button[aria-label*="View all"]{
  position: relative !important;
  font-size: 0 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

/* Texto centrado: SOLO texto, sin “botón interno” */
a.button[aria-label*="View all"]::after{
  content: "SEE ALL" !important;

  position: absolute !important;
  inset: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: .15em !important;
  line-height: 1 !important;

  /* evitar “botón dentro del botón” */
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Apaga cualquier pseudo que el tema use para bordes */
a.button[aria-label*="View all"]::before{
  content: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* ===============================
        Pagina Single Product
   =============================== */
/* Control de imagen Principal y img miniaturas */
.product__media.media.media--transparent{
  height:80vh !important;
  padding:0 !important;
}

.product__media.media.media--transparent img{
  height:80vh !important;
  object-fit:contain !important;
  display:block;
}

@media (max-width:749px){

.product__media.media.media--transparent,
.product__media.media.media--transparent img{
  height:40vh !important;
}
}

/* Botones tipo píldora */
button,
.button,
.shopify-payment-button__button,
.product-form__submit {
  border-radius: 999px !important;
  padding: 12px 24px !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  font-weight: 600;
  border: none !important;
  outline none !important;
  box-shadow: none !important;
  letter-spacing: 0.15em;
  color:#fff !important;
}

.drawer__close {
  color: #000 !important;
}

.search-modal__close-button modal__close-button link link--text focus-inset {
  color: #000 !important;
}


.price__sale {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-item--regular {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}

.price-item--sale {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

button.button::before,
button.button::after,
a.button::before,
a.button::after{
  content:none !important;
  display:none !important;
}


/* Botón ADD TO CART estilo píldora */
form[action^="/cart/add"] button[type="submit"],
.product-form__submit {
  border-radius: 999px !important;
  background-color: #fff !important;
  color: #000 !important;
  padding: 14px 24px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  border: 1px solid #000 !important;
  box-shadow: none !important;
  width: 100% !important;
  transition: all 0.2s ease-in-out;
}

form[action^="/cart/add"] button[type="submit"]:hover {
  background-color: #000 !important;
  color: #fff !important;
  box-shadow: none !important;
  border:none !important;
  outline:none;
}

/* Elimina bordes del boton add to cart */
button.product-form__submit::before {
  content: none !important;
  display: none !important;
}

button.product-form__submit::after {
  content: none !important;
  display: none !important;
}

/* PRODUCT PAGE: deja gap real debajo del header */
.template-product #MainContent {
  padding-top: 100px !important;
}

@media (max-width: 749px) {
  .template-product #MainContent {
    padding-top: 80px !important;
  }
}

/* === Subscribe inline (Single producto email) === */
.subscribe-inline{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:24px;
  width:100%;
  padding: 0;                 
  background: transparent;     
  white-space: nowrap;
}

.subscribe-inline__text{
  margin:0;
  font-size: 14px;
  font-weight: 600;
  color:#000;
  line-height: 1.1;
}

.subscribe-inline__form{
  flex: 0 0 220px;   
  max-width: 420px;
  width: 100%;
}

.subscribe-inline__input{
  width:90%;
  border:0;
  border-bottom:1px solid #000;
  background:transparent;
  padding:8px 0;
  font-size:16px;
  outline:none;
  box-sizing:border-box;
}

/* placeholder suave */
.subscribe-inline__input::placeholder{
  color: rgba(0,0,0,.55);
}

/* mobile: que baje debajo */
@media (max-width: 749px){
  .subscribe-inline{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }
  .subscribe-inline__form{
    flex: 1 1 auto;
    max-width: 100%;
  }
}

/* ===============================
        Pagina de Configuration
   =============================== */
/* Espacio entre navbar y body */
body:has([data-page-type="product"]) kickflip-customizer-iframe {
  margin-top: 80px;
  display: block;
}

/* ===============================
          Pagina de Cart
   =============================== */
/* Espacio entre navbar y body */
body:has(cart-items) cart-items {
  margin-top: 80px;
  display: block;
}
/* Letra del boton checkout */
.cart__checkout-button {
  color: #ffffff !important;
}

/* ===========================================
        Control del banner en Pagina Shop
   =========================================== */
#shopify-section-template--28332613271895__image_banner_GF9Qyh {
  max-width: 1550px;
  margin: 80px auto 40px auto;
  padding: 0 18px; /* espacio lateral interno */
}

#shopify-section-template--28332613271895__image_banner_GF9Qyh .banner__media {
  border-radius: 20px;
  overflow: hidden;
}

/* =================================
      PAGINA SINGLE PRODUCT HEADER 
====================================*/

.product__info-wrapper .custom-product-header {
  margin-bottom: 18px;
}

/* Quitar boton de shop wiht buy */
.shopify-payment-button {
  display: none !important;
}

/* Layout compacto y alineado perfecto */
.product__info-wrapper .custom-product-header__main {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

/* Collection */
.product__info-wrapper .collection-name {
  font-size: 11px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  color: #8a8a8a !important;
  margin-bottom: 10px !important;
}

/* Título */
.product__info-wrapper .product-title {
  flex: 1;
}

.product__info-wrapper .product-title h1 {
  font-family: 'Playfair Display', serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
  margin: 0 !important;
  color: #000 !important;
}

/* Precio */
.product__info-wrapper .product-price {
  text-align: right !important;
  white-space: nowrap;
}

/* Precio números */
.product__info-wrapper .price-current {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #111 !important;
}

.product__info-wrapper .price-compare {
  position: relative;
  display: inline-block;
  font-size: 15px !important;
  color: #9a9a9a !important;
  text-decoration: none !important; /* quitamos el tachado normal */
}

/* Línea diagonal */
.product__info-wrapper .price-compare::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #d40000;
  transform: rotate(-10deg);
  transform-origin: center;
}

/* Shipping */
.product__info-wrapper .shipping-note {
  font-size: 12px !important;
  color: #666 !important;
  margin-top: 4px !important;
  line-height: 1.3;
}

.product__info-wrapper .custom-product-header {
  border-bottom: 1px solid rgba(8, 0, 0, 0.99);
  padding-bottom: 18px;
  margin-bottom: 20px;
}



/* ===============================
           Responsive
=================================*/

@media (max-width: 990px) {

  .product__info-wrapper .custom-product-header__main {
    flex-direction: column;
    gap: 8px;
  }

  .product__info-wrapper .product-price {
    text-align: left !important;
  }

  .product__info-wrapper .product-title h1 {
    font-size: 30px !important;
  }

}

/* ======================================
       Seccion Pagina Track Your Order
=========================================*/
button.pp-button-enter {
  color: #ffffff !important;
  font-weight: 400 !important;
}
/
body.gradient #pp-tracking-page-app{
  margin-top: 0 !important;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Si el widget tiene un contenedor interno, céntralo y limita ancho */
body.gradient #pp-tracking-page-app > *{
  width: 100%;
  max-width: 720px;
  padding: 24px 16px;
}


/* ==================================================
       Seccion Premium Rotor(Pagina Single Product)
======================================================*/
.qbk-offer__body,
.qbk-offer__body--added {
  background-color: #E9E9E9 !important;
  color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 16px !important;
}

.qbk-offer__body::before {
  background: #E9E9E9 !important;
  color: #000000 !important;
  opacity: 0 !important;
  border: none !important;
  border-radius: 16px !important;
}

.qbk-offer__image {
  border-radius: 60px !important;
}

.qbk-offer__title,
.qbk-offer-box__header,
.qbk-offer__price,
.qbk-offer__price--origin,
.qbk-offer__contents {
  color: #000000 !important;
  opacity: 1 !important;
  font-weight: 700 !important;
}

.qbk-btn {
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  border-radius: 80px !important;
  font-size: 10px !important;
}

.qbk-upsurge__actions button {
  border-radius: 40px !important;
    font-size: 10px !important;
}

.video-section__media,
.video-section__media img,
.video-section__media video,
.global-media-settings {
  border-radius: 0 !important;
}

.video-section__media {
  max-width: 800px;
  margin: 0 auto;
}

.video-section__media video {
  height: 500px;
  object-fit: cover;
}

.qbk-upsurge__actions,
.qbk-upsurge-action {
  display:none !important;
}

.product-form {
  margin-bottom: 0px !important;
}

/* =====================================
       Seccion FOOTER - Terms of service
======================================== */
#shopify-section-template--28332613697879__main {
  margin-top: 40px;
}

/* =====================================
          Precios de Productos
======================================== */

.price.price--on-sale .price__sale {
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline;
  gap: 4px;
}

/* Precio primero */
.price.price--on-sale .price-item--sale {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.01em !important;
}

/* Precio segundo */
.price.price--on-sale .price-item--regular {
  position: relative;
  color: #999;
  text-decoration: none;
  letter-spacing: -0.01em !important;
  font-size: 14px;
}

.price.price--on-sale .price-item--regular::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #C00000;
  transform: rotate(-10deg);
  transform-origin: center;
}

/* Texto de Cards */
.card__heading,
.card__heading a {
  font-family: 'Inter', sans-serif !important;
  align-items: center;
  font-size: 17px;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

.card__information,
.card__information .price,
.card__information .card__heading {
  text-align: center !important;
}

/* Quitar tachado en precios que NO están en oferta */
.price:not(.price--on-sale) .price-item--regular {
  text-decoration: none !important;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.01em !important;
}

/* Version Mobile - Control de Tarjetas */
@media screen and (max-width: 749px) {

  .price.price--on-sale .price__sale {
    flex-direction: row !important;
    align-items: baseline !important;
    justify-content: center;
    gap: 1px;
  }

  .card__information {
    text-align: center !important;
  }

  .card__heading {
    min-height: 42px;
  }

  .price {
    display: flex;
    justify-content: center;
  }

  .price.price--on-sale .price-item--sale {
  font-weight: 400;
  font-size: 12px;
}

/* Precio segundo */
.price.price--on-sale .price-item--regular {
  position: relative;
  color: #999;
  text-decoration: none;
  letter-spacing: -0.01em !important;
  font-size: 11px;
}

.price.price--on-sale .price-item--regular::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #C00000;
  transform: rotate(-10deg);
  transform-origin: center;
}

/* Texto de Cards */
.card__heading,
.card__heading a {
  font-family: 'Inter', sans-serif !important;
  align-items: center;
  font-size: 15px;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
}


/* ===========================
      Filtros Estilo Pildoras
   =========================== */

/* Contenedor real dentro del drawer */
.facets-container-drawer .mobile-facets__list,
.facets-container-drawer ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Cada item */
.facets-container-drawer .mobile-facets__item {
    list-style: none !important;
    margin: 0 !important;
}

/* Label como píldora */
.facets-container-drawer .mobile-facets__label,
.facets-container-drawer label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 18px !important;
    border-radius: 50px !important;
    border: 1px solid #000 !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
}

/* Hover */
.facets-container-drawer label:hover {
    background: #000 !important;
    color: #fff !important;
}

/* Activo */
.facets-container-drawer input:checked + label {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

/* Ocultar checkbox visual */
.facets-container-drawer input[type="checkbox"],
.facets-container-drawer input[type="radio"] {
    display: none !important;
}

/* Estado normal boton filter */
.mobile-facets__open-wrapper {
    background: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 50px !important;
    padding: 6px 16px !important;
    transition: all 0.25s ease !important;
}

/* Texto blanco normal */
.mobile-facets__open-wrapper span {
    color: #fff !important;
    transition: all 0.25s ease !important;
}

/* HOVER invertido */
.mobile-facets__open-wrapper:hover {
    background: #fff !important;
    border: 1px solid #000 !important;
}

/* Texto negro en hover */
.mobile-facets__open-wrapper:hover span {
    color: #000 !important;
}

/* Contenedor principal */
.facets-container.facets-container-drawer {
    display: flex !important;
    align-items: center !important;
}

/* FILTER */
.facets-container.facets-container-drawer menu-drawer {
    order: 1;
}

/* CONTADOR PEGADO AL FILTER */
.facets-container.facets-container-drawer .product-count {
    order: 2;
    margin-left: 12px !important;
    margin-right: 0 !important;
    width: auto !important;
    white-space: nowrap !important;
}

/* SORT AL FINAL */
.facets-container.facets-container-drawer .facets.small-hide {
    order: 3;
    margin-left: auto !important;
}

/* Eliminar capa gris al cargar un filtro */
.product-grid-container.loading{
  opacity:1 !important;
}

.product-grid-container.loading::after{
  display:none !important;
}

.loading-overlay{
  display:none !important;
}

/* ===================================
    Control de Carrucel de App Judme
   =================================== */

/* Elimina contenido sin Video */
.jdgm-card iframe[src*="video/11"] {
  display: none !important;
}

/* Elimina contenido colo gris */
.jdgm-media-card:empty {
  display: none !important;
}

/* Flechas y boton cerrar */
.jm-navigation__previous,
.jm-navigation__next,
.jm-indicator__close {
    background: rgba(0,0,0,0.7) !important;
    border-radius: 50% !important;
    padding: 10px !important;
}

@media screen and (max-width: 749px) {

  .mobile-facets__open {
    white-space: nowrap !important;
    justify-content: flex-start !important;
    margin: 0 !important;
  }

}

/* ===================================
         Carrito Boton Eliminar
   =================================== */
cart-remove-button a.button.button--tertiary {
  color: red !important;
}

cart-drawer .cart-remove-button.button--tertiary {
  color: #d60000 !important;
}


/* ===================================
    Boton Cerrar de Search Navbar
   =================================== */
.search-modal__close-button{
  position:absolute;
  right:5px;
  top:50%;
  transform:translateY(-50%);
  z-index:1000;
  color:#000 !important;
} 
.search-modal__content{
  position:relative;
}

.search-modal__close-button svg{
  width:20px !important;
  min-width:20px;
  height:20px;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button{
    right: 20%;
  }
}

/* ===================================
     Acordeones de Single Product
   =================================== */
.accordion__title.inline-richtext {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    letter-spacing: 0.15em !important;
    color: #000000 !important;
    font-weight: 500;
    text-transform: uppercase;

}

.product__accordion {
    border-top: none !important;
}

.product__accordion summary {
    border-bottom: 2px solid #000;
}

/* ===================================
          Botones del banner hero
   =================================== */ 
[class*="ab-banner-button-wrapper"] a{
  letter-spacing: 0.15em !important;
}

@media (max-width: 768px) {
    .ab-banner-button-template--28332613599575__ss_video_banner_7gyHpy{
      white-space: nowrap;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 11px !important;
    }
    .ab-banner-button-second-template--28332613599575__ss_video_banner_7gyHpy{
      font-size: 11px !important;
      padding: 5px 12px;
    }
}

/* ===================================
     Tarjetas Productos transparentes
   =================================== */
.card__inner,
.card__media,
.media,
.media--transparent {
  background: transparent !important;
}
/* Control de tamaño*/
.card__media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card__media img {
  object-fit: contain !important;
  max-height: 100%;
}

.card__badge {
  display:none;
}

/* Fix Tarjetas de collection */
.card__inner.ratio{
  --ratio-percent:100% !important;
}

.card--media .media img{
  object-fit:contain !important;
}

/* ===================================
                HERO
=================================== */

/* Desktop */
#shopify-section-template-28332613599575{
  height:85vh;
  min-height:600px;
}

/* Overlay */
.ab-banner-overlay-template--28332613599575__ss_video_banner_7gyHpy{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  opacity:1 !important;
  background:linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 50%) !important;
}

/* Media del banner */
.ab-banner-slide video,
.ab-banner-slide img{
  object-fit:cover;
}

/* ===================================
        Pantallas bajas
=================================== */

@media (max-height:800px){

#shopify-section-template-28332613599575,
.ab-banner-template--28332613599575__ss_video_banner_7gyHpy,
.ab-banner-slide-template--28332613599575__ss_video_banner_7gyHpy{
  height:95vh !important;
}

}

/* ===================================
        Laptop grandes
=================================== */

@media (max-width:1440px){

#shopify-section-template-28332613599575,
.ab-banner-template--28332613599575__ss_video_banner_7gyHpy,
.ab-banner-slide-template--28332613599575__ss_video_banner_7gyHpy{
  height:96vh !important;
}

}

/* ===================================
        Netbook / Laptop
=================================== */

@media (max-width:1280px){

#shopify-section-template-28332613599575,
.ab-banner-template--28332613599575__ss_video_banner_7gyHpy,
.ab-banner-slide-template--28332613599575__ss_video_banner_7gyHpy{
  height:96vh !important;
}

.ab-banner-title-template--28332613599575__ss_video_banner_7gyHpy{
  font-size:42px !important;
}

.ab-banner-description-template--28332613599575__ss_video_banner_7gyHpy{
  font-size:15px !important;
}

}

/* ===================================
              Tablet
=================================== */

@media (max-width:1024px){

#shopify-section-template-28332613599575,
.ab-banner-template--28332613599575__ss_video_banner_7gyHpy,
.ab-banner-slide-template--28332613599575__ss_video_banner_7gyHpy{
  height:96vh !important;
}

.ab-banner-title-template--28332613599575__ss_video_banner_7gyHpy{
  font-size:36px !important;
}

.ab-banner-description-template--28332613599575__ss_video_banner_7gyHpy{
  font-size:14px !important;
}

.ab-banner-button-wrapper-template--28332613599575__ss_video_banner_7gyHpy a{
  font-size:12px !important;
  padding:10px 18px !important;
}

}

/* ===================================
              Mobile
=================================== */

@media (max-width:768px){

#shopify-section-template-28332613599575{
  height:92vh;
}

.ab-banner-template--28332613599575__ss_video_banner_7gyHpy,
.ab-banner-slide-template--28332613599575__ss_video_banner_7gyHpy{
  height:96vh !important;
}

.ab-banner-title-template--28332613599575__ss_video_banner_7gyHpy{
  font-size:30px !important;
}

.ab-banner-description-template--28332613599575__ss_video_banner_7gyHpy{
  font-size:13px !important;
}

.ab-banner-button-template--28332613599575__ss_video_banner_7gyHpy,
.ab-banner-button-second-template--28332613599575__ss_video_banner_7gyHpy{
  font-size:11px !important;
  padding:6px 14px !important;
  white-space:nowrap;
}

}

/* ===================================
         Mobile tap optimization
=================================== */

a,
button{
  -webkit-tap-highlight-color:transparent;
}
