/** Shopify CDN: Minification failed

Line 502:12 Expected ":"

**/
:root{
  --luria-dark:#252820;
  --luria-orange:#E94E1A;
  --luria-light:#E8E2DB;
  --luria-white:#FFFFFF;
}

.title,
.h0,
.h1,
.h2,
h1,
h2,
h3{
  font-family:'Michroma',sans-serif !important;
}





#luria-splash {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  overflow: hidden;
}



.lab-plus{
  color:var(--luria-orange);
   font-family: "Montserrat", sans-serif;
  font-weight:400;
    font: inherit;
  display:inline-block;
  transform:translateY(-1px);
}

/* Fondo clínico oscuro elegante */
.lab-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(0, 180, 160, 0.10), transparent 40%),
    radial-gradient(circle at 70% 80%, rgba(120, 140, 255, 0.08), transparent 45%),
    #05070a;
}

/* Grid tipo laboratorio / precisión */
.lab-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.4;
}

/* Contenido central */
.lab-content {
  position: relative;
  text-align: center;
  color: white;
}

/* Logo */
.lab-logo {
  width: 300px;
  opacity: 0;
  transform: scale(0.9);
  animation: fadeInScale 1.4s ease forwards;
  filter: drop-shadow(0 0 18px rgba(0, 200, 180, 0.15));
}

/* Línea clínica fina */
.lab-divider {
  width: 0;
  height: 1px;
  margin: 18px auto;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
  animation: lineExpand 1.5s ease forwards;
  animation-delay: 0.5s;
}

/* Texto científico */
.lab-text {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #252820;
  opacity: 0;
  animation: fadeText 1.2s ease forwards;
  animation-delay: 0.9s;
}

/* Pulso tipo “biológico” */
.pulse-ring {
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(0, 200, 180, 0.15);
  border-radius: 50%;
  animation: pulse 2.5s ease-out infinite;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 45%;
}

/* Animaciones */
@keyframes fadeInScale {
  to { opacity: 1; transform: scale(1); }
}

@keyframes lineExpand {
  to { width: 180px; }
}

@keyframes fadeText {
  to { opacity: 1; }
}

@keyframes pulse {
  0% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.6; }
  100% { transform: translate(-50%, -50%) scale(1.4); opacity: 0; }
}

/* salida elegante */
.luria-hide {
  opacity: 0;
  transition: opacity 0.7s ease;
}





/* ANIMACIONES SUAVES */

.shopify-section {
  animation: luriaFadeIn 0.8s ease;
}

@keyframes luriaFadeIn {

  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}



.slider-buttons{
 
}


.product__description,
.product__description p{
  text-align: justify !important;
  line-height: 1.8;
}



/* HEADER PREMIUM */

.header-wrapper{
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.header{
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* Menú principal */

.header__menu-item{
  font-family:'Inter',sans-serif !important;
  font-weight:500 !important;
  letter-spacing:.5px;
  transition:.3s ease;
}

.header__menu-item:hover{
  color:var(--luria-orange) !important;
}

/* Logo */

.header__heading-logo{
  transition:.3s ease;
}

.header__heading-logo:hover{
  transform:scale(1.03);
}

/* Iconos */

.header__icon{
  transition:.3s ease;
}

.header__icon:hover{
  color:var(--luria-orange);
  transform:translateY(-2px);
}
/* Eliminar subrayados del menú */

.header__menu-item{
  text-decoration:none !important;
}

.header__menu-item span{
  text-decoration:none !important;
}

.header__active-menu-item{
  text-decoration:none !important;
}

.header__menu-item:hover{
  color:var(--luria-orange) !important;
}

.header__menu-item:hover span{
  text-decoration:none !important;
}

/* Hover elegante */

.header__menu-item:hover{
  color:var(--luria-orange) !important;
}


@media screen and (max-width:768px){

  .slideshow__media img{
      object-position: right center !important;
  }
}




.banner__heading{
    font-family:'Michroma',sans-serif !important;
    font-size:clamp(3rem,6vw,5rem) !important;
    line-height:1.1 !important;
    letter-spacing:-1px;
}

.banner__text{
    font-size:1.30rem !important;
    max-width:650px;
    line-height:1.7;
}

.banner__buttons{
    margin-top:30px !important;
}
.banner__content{
    animation:luriaFadeUp 1s ease forwards;
}

@keyframes luriaFadeUp{
    from{
        opacity:0;
        transform:translateY(30px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}








/* BENEFICIOS PREMIUM */

.multicolumn-card{
  border:1px solid transparent;
  transition:all .35s ease;
}

.multicolumn-card:hover{
  transform:translateY(-8px);

  border:1px solid rgba(233,78,26,.25);

  box-shadow:
    0 15px 35px rgba(0,0,0,.08),
    0 0 25px rgba(233,78,26,.18);
}

.multicolumn-card__image-wrapper img{
  transition:transform .5s ease;
}

.multicolumn-card:hover .multicolumn-card__image-wrapper img{
  transform:scale(1.08);
}







/* SECCION NO VENDEMOS UN VIAL */

.image-with-text__heading {
  font-size: 5rem !important;
  line-height: 1.05 !important;
  max-width: 700px;
}

.image-with-text__text {
  font-size: 1.9rem !important;
  line-height: 1.8 !important;
  max-width: 600px;
}

.image-with-text__content {
  padding-left: 60px !important;
}

.image-with-text .button {
  min-width: 220px;
}

/* IMAGEN PREMIUM */

.image-with-text__media {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,.15);
}

.image-with-text__media img {
  transition: transform .6s ease;
}

.image-with-text__media:hover img {
  transform: scale(1.03);
}



.card-short-desc{
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  display: block;
}

.rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.rating-star {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

/* base gris */
.rating-star::before {
  content: "★★★★★";
  color: #e0e0e0;
}

/* dorado encima */
.rating-star::after {
  content: "★★★★★";
  position: absolute;
  left: 0;
  top: 0;
  color: #f5b301;
}

.rating-star::before,
.rating-star::after {
  letter-spacing: 0.5px;
}

.card{
  border-radius:18px;
  overflow:hidden;
}

.card-wrapper{
  transition:all .35s ease;
}

.card-wrapper:hover{
  transform:translateY(-6px);
}


.full-unstyled-link {
  color: white !important;
}



.product-card-wrapper .card {
  /* Bajamos la opacidad a 0.15 (15%) para que realmente parezca cristal */
  background: rgba(255, 255, 255, 0.15) !important;

  /* El blur se mantiene, pero añadimos saturate para mejorar el efecto visual */
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);

  /* Un borde blanco muy sutil que simula el brillo del borde del cristal */
  border: 1px solid rgba(255, 255, 255, 0.25) !important;

  /* Una sombra más suave y difuminada (menos opaca que la tuya para evitar que se vea pesada) */
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08) !important;

  /* Ajustamos el radio para que sea un diseño moderno y curvo como la referencia */
  border-radius: 20px;
  
  /* Asegura que nada de adentro rompa las esquinas redondeadas */
  overflow: hidden; 
}

/* Forzamos a que los elementos internos de Shopify no hereden fondos opacos */
.product-card-wrapper .card__inner,
.product-card-wrapper .card__content {
  background: transparent !important;
}




.card-wrapper .card{
  transition:all .35s ease;
}

.card-wrapper:hover .card{
  box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.card__media img{
  transition:transform .5s ease;
}

.card:hover .card__media img{
  transform:scale(1.05);
}

.card{
  background:#ffffff;
  border:1px solid rgba(0,0,0,.05);
}

.card__heading{
  font-family:'Michroma',sans-serif !important;
  font-size:1.25rem !important;
  line-height:1.5 !important;
  margin-bottom:12px !important;
}

.price{
  font-family:'Inter',sans-serif !important;
  font-weight:700 !important;
  font-size:1.4rem !important;
  color:var(--luria-orange) !important;
  background color: white;
}

.card__information{
  padding:20px !important;
}

.card-short-desc {
color: rgb(181 181 181) !important;
}
    


.luria-card-divider{
  width:100%;
  height:12px;
  display: block !important;

  background:linear-gradient(
    90deg,
    transparent,
    rgba(233,78,26,.6),
    transparent
  );

  margin:12px 0;
}




.card__heading{
  min-height:60px !important;
}

.card-short-desc{
  display:block;
  min-height:42px !important;
}

.card--card.card--media>.card__content {
       padding: 0px !important;
}




/* RATING */
.rating,
.rating-text,
.rating-count{
  min-height: 20px;
}

/* DIVISOR */
.luria-card-divider{
  margin: 12px 0;
}

/* PRECIO */
.price{
  min-height: 32px;
}







.button,
.button--primary{
  border-radius:10px !important;
  font-weight:600 !important;
  letter-spacing:.5px;
}

.button,
.button--primary{
  background: transparent !important;

  color: var(--luria-orange) !important;

  border: 1.5px solid var(--luria-orange) !important;

  box-shadow:0 10px 25px rgba(233,78,26,.35);

  transition: all .35s ease !important;

  border-radius: 12px !important;
}

.button:hover,
.button--primary:hover{
  background: var(--luria-orange) !important;
  color: white !important;
  border-color: var(--luria-orange) !important;
  box-shadow: 0 10px 25px rgba(233,78,26,.35);
  transform: translateY(-2px);

  outline: none !important;
}


.button::after,
.button--primary::after{
  box-shadow: none !important;
  border: none !important;
}

.button:hover,
.button--primary:hover{
  outline: none !important;
}




.shopify-section{
  margin-bottom:20px;
}


/* TESTIMONIO */
.pr-powered-by {
  display: none;
}


.rating-empty {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #8f8f8f;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 1.2;
}


.rating,
.rating-text.caption,
.rating-count.caption {
  margin: 0;
  line-height: 1.2;
}

/* FAQ PREMIUM */

.collapsible-content summary:hover {
  color: var(--luria-orange);
  transition: .3s ease;
}

.collapsible-content summary {
  transition: .3s ease;
}

.collapsible-content__heading {
  margin-bottom: 30px;
}


.luria-product-rating {
  margin: 8px 0 14px;
}

.luria-product-rating .stars {
  color: #D4AF37;
  font-size: 20px;
  letter-spacing: 3px;
}




/* FOOTER PREMIUM */

.footer {
  padding-top: 60px !important;
}

.footer-block__heading {
  font-family: 'Michroma', sans-serif !important;
  font-size: 1.3rem !important;
  margin-bottom: 20px !important;
}

.footer-block__details-content a {
  transition: .3s ease;
}

.footer-block__details-content a:hover {
  color: var(--luria-orange) !important;
  padding-left: 4px;
}

.footer__content-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 40px;
  padding-top: 20px;
}

.footer .list-social__link{
  transition:.3s ease;
}

.footer .list-social__link:hover{
  color:var(--luria-orange) !important;
  transform:translateY(-2px);
}






.luria-whatsapp{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:9999;

  display:flex;
  align-items:center;
  gap:12px;

  padding:10px 18px 10px 10px;

  background:#25D366;

  border-radius:999px;

  text-decoration:none;

  box-shadow:
    0 8px 25px rgba(37,211,102,.35);

  transition:.35s ease;
}

.luria-whatsapp:hover{
  transform:translateY(-3px);
  box-shadow:
    0 12px 35px rgba(37,211,102,.45);
}

.wa-icon{
  width:46px;
  height:46px;

  background:#fff;

  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  flex-shrink:0;
}

.wa-icon svg{
  width:26px;
  height:26px;
  color:#25D366;
}

.wa-text{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}

.wa-title{
  color:#fff;
  font-size:16px;
  font-weight:700;
}

.wa-subtitle{
  color:rgba(255,255,255,.92);
  font-size:11px;
  font-weight:500;
}

@media(max-width:768px){

  .luria-whatsapp{
    padding:8px 14px 8px 8px;
    right:15px;
    bottom:15px;
  }

  .wa-title{
    font-size:14px;
  }

  .wa-subtitle{
    font-size:10px;
  }

  .wa-icon{
    width:40px;
    height:40px;
  }
}

/* ==========================================
   LURIA LABS - CART DRAWER TRUST SECTION
   ========================================== */

.cart-trust-section {
  margin: 18px 0;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cart-trust-badges {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.trust-badge svg {
  color: #222222;
  flex-shrink: 0;
}

.payment-methods-image {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .cart-trust-badges {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .trust-badge {
    justify-content: center;
  }

  .payment-methods-image {
    max-width: 240px;
  }
}



.luria-testimonials-header{
  text-align:center;
  max-width:800px;
  margin:0 auto 50px;
}

.luria-testimonials-header h2{
  margin-bottom:15px;
}

.luria-testimonials-header p{
  max-width:650px;
  margin:0 auto;
  line-height:1.8;
  color:#666;
}

.luria-review-slider{
  max-width:1400px;
  margin:0 auto;
  overflow:hidden;
  padding:0px 80px;
}

.luria-review-track{
  display:flex;
  gap:30px;
  transition:transform .8s ease;
}

.luria-review-card{

  flex:0 0 calc((100% - 90px) / 4);

  padding:25px;

  border-radius:22px;

  background:rgba(255,255,255,.55);

  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);

  border:1px solid rgba(255,255,255,.7);

  box-shadow:
    0 10px 35px rgba(0,0,0,.08);

  min-height:380px;

  box-sizing:border-box;

  transition:.35s ease;
}

.luria-review-card:hover{

  transform:translateY(-6px);

  border-color:rgba(233,78,26,.35);

  box-shadow:
    0 20px 45px rgba(233,78,26,.12);

}


.luria-review-card img{

  width:65px;
  height:65px;

  border-radius:50%;

  object-fit:cover;

  margin-bottom:16px;

  border:2px solid rgba(233,78,26,.4);

}

.luria-review-card h4{

  margin:0 0 8px;

  font-size:18px;

  color:#1d1d1d;

  font-weight:600;

}


.luria-review-card h6{
  margin-top: -10px;
}


.stars{
  display:flex;
  align-items:center;
  gap:4px;
  margin-bottom:16px;
}

.stars span{

  color:#f7b731;

  font-size:18px;

  text-shadow:
    0 0 10px rgba(247,183,49,.25);

}

.stars small{

  margin-left:8px;

  color:#888;

  font-size:13px;

  font-weight:600;

}


.product{

  color:var(--luria-orange);

  font-weight:600;

  margin-bottom:10px;

}

.luria-review-card p{

  color:#4f4f4f;

  line-height:1.7;

  font-size:14px;

}

@media(max-width:990px){

  .luria-review-card{
    flex:0 0 calc(50% - 15px);
  }

}

@media(max-width:768px){

  .luria-review-slider{
    padding:20px;
  }

  .luria-review-card{
    flex:0 0 100%;
  }

}



