/** Shopify CDN: Minification failed

Line 6:6 Unexpected "/"

**/
assets/custom_over.css

/* ============================= */
/*  MENÚ DE MARCAS (MAINMENU2)   */
/* ============================= */
.main-menu {    
    justify-content: center;
}
.secondary-menu {
  display: inline-flex!Important;
  /*gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;*/
  color: #16c6a1 !important;
}

.secondary-menu__item {
  position: relative;
}

.secondary-menu__link {
  text-decoration: none;
}

.secondary-menu__submenu
 {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    list-style: none;
    margin: 0;
    padding: 10px 20px 10px 10px;
    background: #fff;
    box-shadow: 0 6px 16px #0000001f;
    display: none;
    z-index: 2000;
    border-radius: 5px;
    text-align:left;
}

/* mostrar submenú en desktop */
.secondary-menu__item--has-children:hover > .secondary-menu__submenu {
  display: block;
}

.secondary-menu__submenu-item {
  padding: 0;
}

.secondary-menu__submenu-link {
  display: block;
  /*padding: 8px 16px;*/
  text-decoration: none;
  color: #16c6a1 !important;
}

.secondary-menu__submenu-link:hover {
  background: rgba(200, 198, 198, 0.57);
  color: rgb(8, 247, 195) !important;
}


.main-menu > li > a {
    color: rgb(8, 247, 195) !important;
}

/* ============================= */
/*  AJUSTES GENERALES HEADER     */
/* ============================= */

.header-col-center {
  width: 100% !important;
  display: block !important;
}

/* tamaño iconos cuenta / carrito */
.header-col-right .header-icons img {
  width: 60px !important;
}

/* por si acaso */
body .boxed-wrapper {
  overflow: inherit !important;
}

/* ============================= */
/*  HEADER GLASS SOLO EN DESKTOP */
/*   (>= 992px)                  */
/* ============================= */

@media (min-width: 992px) {  
  .header-sticky {
    position: fixed;
    width: 100% !important;
    padding: 0 30px 0 30px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #FFFFFF !important;
    backdrop-filter: blur(8px);
    box-shadow: none !important;
  }
  
  #header-style,
  #shopify-section-header-static,
  .section-header-static.header-desktop {    
    background: #ffffff05!Important;
    box-shadow: none !important;
  }
   
  #header-style.active{        
    background-color:#fdfdfdf0!important;    
  }

  .header-desktop {
    background: transparent!Important;        
  }

  /* Si el tema mete un borde bajo el header, lo quitamos */
  .header-border-wrapper {
    display: none !important;
  }

  /* Centramos el contenido del header como antes */
  .header-content {
    width: 90% !important;
    margin: 0 auto;
  }

  /* Ajusta si quieres que el hero no quede tan tapado por el header */
  .container-wrapper {
    margin-top: 0;
    padding-top: 0;     
  }

  .container-wrapper {
    margin-top: -90px!Important;
  }
  
}


/* ============================= */
/*  MOBILE: COMPORTAMIENTO BASE  */
/*   (< 992px)                   */
/* ============================= */

@media (max-width: 991px) {

  .header-sticky {
      position: fixed;
      width: 100% !important;
      padding: 0 30px 0 30px;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      background-color: #FFFFFF !important;
      backdrop-filter: blur(8px);
      box-shadow: none !important;
    }
    
    #header-style,
    #shopify-section-header-mobile-static,
    .section-header-static.header-mobile {    
      background: transparent!Important;
      box-shadow: none !important;
    }
    

    .header-sticky.active .header-desktop, .header-sticky.active .header-mobile {  
      -webkit-animation: animation-top-bottom .5s both;
        animation: animation-top-bottom .5s both;
        background:#fdfdfdf0! Important;
        box-shadow: 0 0 6px rgba(32, 33, 36, 0.15);
    }

    .svg-element-ui {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0c685f!Important;
    }

    #header-style.active{        
      background-color: #fffefe30 !important;    
    }

    .header-mobile {
      background: transparent!Important;        
    }

 
  /* Ajusta si quieres que el hero no quede tan tapado por el header */
  .container-wrapper {
    margin-top: 0;
    padding-top: 0;     
  }

  .container-wrapper {
    margin-top: -90px;
  }
}

/* ============================= */
/*  DRAWER (MENÚ MÓVIL)          */
/* ============================= */

.drawer-ui,
#menuMobile {
  position: fixed;      /* aseguramos que ocupe toda la pantalla */
  inset: 0;
  z-index: 4000 !important;   /* por encima del header y del hero */
}

.form-search-ui form {
    display: flex;
    align-items: center;
    background: transparent!Important;    
    border: solid 1px #8e8e8e!Important;
    height: 35px;
    border-radius: 20px;    
}

.form-search-ui form input {    
    width: 100%;
    color: #8e8e8e!important;
}

.form-search-ui form input::placeholder {
  color: #8e8e8e !important;  /* o el color que quieras */
  opacity: 1;
}



/* Logo */
/* por defecto: solo se ve el logo del top */
.logo-img--top {
  display: inline-block;
}
.logo-img--scrolled {
  display: none;
}

/* cuando el header tiene .active (scroll) cambiamos */
#header-style.active .logo-img--top {
  display: none;
}
#header-style.active .logo-img--scrolled {
  display: inline-block;
}

    .logo-wrapper {
    height: 55px;
    }


/* Padding general del footer estático */
.footer-static { 
  padding-top: 32px; 
  padding-bottom: 24px; 
}
.boxed-wrapper > footer {
    background: #106e64!Important;
}

/* Fila de pagos: alineado, espaciado y wrap */
.footer-static .ams-payments {
  display: flex;
  align-items: center;
  justify-content: flex-start;   /* derecha en desktop */
  gap: 10px;                    /* separación entre logos */
  flex-wrap: wrap;              /* si no caben que brinquen de línea */
}

/* Tamaño uniforme de logos de pago */
.footer-static .ams-payments img {
  height: 22px;                 /* ajusta 20–26px si lo prefieres */
  width: auto;
  display: block;
  object-fit: contain;
}

  /* Social del footer AMS en blanco */
  .footer-static .ams-social a { color:#fff; }
  .footer-static .ams-social svg path,
  .footer-static .ams-social svg [fill] { fill:#fff !important; }
  .footer-static .ams-social svg [stroke] { stroke:#fff !important; }
  .footer-static .ams-social a:hover { opacity:.85; }


    .ams-social {
    justify-content: right!Important;
    padding: 15px 0 0 0;
  }
/* En móviles, que no se vayan a la derecha forzado */
@media (max-width: 991px) {
  .footer-static .ams-payments {
    justify-content: flex-start;
  }

  .ams-social {
    justify-content: center!Important;
  }
}
