/** Shopify CDN: Minification failed

Line 91:0 Unexpected "}"

**/
/* Overlay + panel independientes */
#zk-cart-root { position: fixed; inset: 0; z-index: 2147483647; pointer-events: none; }
#zk-cart-root .zk-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.75); opacity: 0; transition: opacity .25s ease; }
#zk-cart-root .zk-panel {
  position: absolute;
  top: env(safe-area-inset-top, 0);
  bottom: env(safe-area-inset-bottom, 0);
  right: max(0px, env(safe-area-inset-right));
  width: 80vw; max-width: 640px;
  background: #fff;
  border-radius: 14px 0 0 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  transform: translateX(100%);
  transition: transform .28s ease;
  overflow: hidden;
  display: flex; flex-direction: column;
}

/* Estado visible */
#zk-cart-root.zk-open { pointer-events: auto; }
#zk-cart-root.zk-open .zk-overlay { opacity: 1; }
#zk-cart-root.zk-open .zk-panel { transform: translateX(0); }
html.zk-noscroll, body.zk-noscroll { overflow: hidden; }
  
/* Header */
#zk-cart-root .zk-header{
  position: sticky; top: 0; z-index: 1;
  display:flex; align-items:center; justify-content:space-between;
  background:#fff; padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
#zk-cart-root .zk-title{
  margin:0; font-weight:800; letter-spacing:.08em; text-transform:uppercase; font-size:16px;text-decoration: none;  
}
#zk-cart-root .zk-close{
  appearance:none; border:0; background:transparent; font-size:28px; line-height:1; padding:6px 10px; cursor:pointer;
}

/* Body (contenido de tu sección) */
#zk-cart-root .zk-body { flex: 1 1 auto; overflow:auto; -webkit-overflow-scrolling:touch; }

/* Footer */
#zk-cart-root .zk-footer{
  position: sticky; bottom: 0; z-index: 1;
  background:#fff; border-top:1px solid rgba(0,0,0,.08);
  padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0));
  box-shadow: 0 -6px 18px rgba(0,0,0,.06);
}
#zk-cart-root .zk-subtotal { display:flex; justify-content:space-between; align-items:baseline; margin-bottom:8px; }
#zk-cart-root .zk-subtotal span { font-weight:800; font-size:18px; }
#zk-cart-root .zk-subtotal strong { font-weight:900; font-size:18px; }
#zk-cart-root .zk-note { font-size:13px; color:#666; margin:6px 0 14px; }

/* Botones */
#zk-cart-root .zk-btn { width:100%; display:inline-flex; align-items:center; justify-content:center; border-radius:14px; padding:14px 16px; font-weight:800; text-decoration:none; border:0; cursor:pointer; font-family: 'fredoka', bold; }
#zk-cart-root .zk-btn + .zk-btn { margin-top:10px; }
#zk-cart-root .zk-btn-secondary { background:#FFBABC; color:#fff; }
#zk-cart-root .zk-btn-primary   { background:#5CA6D1; color:#fff; }
#zk-cart-root .zk-btn-cod       { background:#25d366; color:#fff; border:0px solid #cbe9df; }

/* Desktop */
@media (min-width: 992px){ #zk-cart-root .zk-panel{ width:480px; border-radius:0; } }

/* Ocultar UIs antiguas del tema */
cart-notification, cart-drawer, .cart-notification, .cart-drawer { display:none!important; }
/* ===== Items renderizados por ZK ===== */
#zk-cart-root .zk-items { list-style: none; margin: 0; padding: 12px 12px 4px; }
#zk-cart-root .zk-item {
  display: grid; grid-template-columns: 96px 1fr; gap: 12px;
  padding: 12px 4px; border-bottom: 1px solid rgba(0,0,0,.06);
}
#zk-cart-root .zk-img {
  width: 96px; height: 96px; object-fit: contain;
  border: 1px solid rgba(0,0,0,.05); border-radius: 8px; background:#fff;
}
#zk-cart-root .zk-title {
  font-size: 14.5px;           /* tamaño equilibrado */
  font-weight: 600;            /* menos pesado que 700 */
  color: #222;                 /* gris oscuro sólido */
  line-height: 1.3;            /* espacio visual limpio */
  text-transform: capitalize;  /* convierte a Capital Inicial */
  letter-spacing: 0.2px;       /* suaviza la lectura */
  margin-bottom: 4px;
}

}

#zk-cart-root .zk-variant {
  color: #666;
  font-size: 13px;
  margin-bottom: 6px;
}

#zk-cart-root .zk-price {
  color: #5CA6D1;
  font-weight: 800;
  margin-bottom: 8px;
}

#zk-cart-root .zk-qty {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 6px; /* da respiro al botón (-) */
}

#zk-cart-root .zk-qty-btn {
  appearance: none;
  border: none;              /* 👈 quita el borde */
  background: transparent;   /* mantiene fondo limpio */
  width: 28px;
  height: 28px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
}

#zk-cart-root .zk-qty-num {
  min-width: 16px;
  text-align: center;
  font-weight: 700;
}
#zk-cart-root .zk-qty-btn:hover {
  background-color: #f2f2f2; /* leve gris al pasar el mouse */
  transition: background 0.2s ease;
}

#zk-cart-root .zk-remove {
  margin-left: 5px; appearance: none; border: 0; background: transparent; cursor: pointer; font-size: 18px;transform: translateX(-8px);
}
/* --- FIX: que el footer siempre quede visible y solo scrollee la lista --- */
#zk-cart-root .zk-panel{
  display: flex;
  flex-direction: column;
  /* La altura exacta del panel: toda la pantalla menos safe-areas */
  height: calc(100vh - env(safe-area-inset-top, 0) - env(safe-area-inset-bottom, 0));
  overflow: hidden !important;   /* evita que el panel entero scrollee */
  min-height: 0;                 /* necesario en iOS para que el hijo pueda scrollear */
}

#zk-cart-root .zk-header{
  flex: 0 0 auto;
}

#zk-cart-root .zk-body{
  flex: 1 1 auto;                /* ocupa el espacio libre */
  min-height: 0;                 /* clave para permitir overflow dentro de flex */
  overflow-y: auto;              /* solo el cuerpo scrollea */
  -webkit-overflow-scrolling: touch;
}

#zk-cart-root .zk-footer{
  flex: 0 0 auto;                /* no se colapsa */
  position: sticky;
  bottom: 0;                     /* pegado al borde inferior del panel */
  z-index: 1;
}

/* Si el botón COD es alto, evitamos que “salte” por padding extra en iOS */
#zk-cart-root .zk-footer .zk-btn { max-width: 100%; }
/* ===== Overlay y panel: robusto ===== */
#zk-cart-root{
  position: fixed;                 /* fuera de cualquier contenedor del tema */
  inset: 0;
  z-index: 2147483647;             /* por encima de TODO */
  pointer-events: none;            /* cerrado: no bloquea */
}
#zk-cart-root.zk-open{ pointer-events: auto; }

/* Overlay ocupa toda la pantalla y capta el click al abrir */
#zk-cart-root .zk-overlay{
  position: fixed;                 /* importante: fixed, no absolute */
  inset: 0;
  background: rgba(0,0,0,.70);
  opacity: 0;
  transition: opacity .22s ease;
  pointer-events: none;            /* cerrado: no capta */
  z-index: 1;                      /* por debajo del panel, por encima de la página */
}
#zk-cart-root.zk-open .zk-overlay{
  opacity: 1;
  pointer-events: auto;            /* abierto: sí capta clic/touch */
}

/* Panel fijo al borde derecho, por encima del overlay */
#zk-cart-root .zk-panel{
  position: fixed;                 /* importante: fixed */
  top: 0;
  right: 0;
  bottom: 0;
  width: 76vw;                     /* tu ancho reducido */
  max-width: 420px;
  background: #fff;
  transform: translateX(100%);
  transition: transform .28s ease;
  z-index: 2;                      /* encima del overlay */
  display: flex; flex-direction: column;
  border-radius: 14px 0 0 14px;
  overflow: hidden;
}

/* Que sólo scrollee la lista, el footer siempre visible */
#zk-cart-root .zk-header{ flex: 0 0 auto; }
#zk-cart-root .zk-body{
  flex: 1 1 auto; min-height: 0;
  overflow-y: auto; -webkit-overflow-scrolling: touch;
}
#zk-cart-root .zk-footer{
  flex: 0 0 auto;
  position: sticky; bottom: 0; z-index: 3;
  background: #fff; border-top: 1px solid rgba(0,0,0,.08);
  padding-bottom: calc(14px + env(safe-area-inset-bottom, 0));
}

/* Desktop */
@media (min-width: 992px){
  #zk-cart-root .zk-panel{ width: 420px; border-radius: 0; }
}
/* =============== FORCE OVERLAY DARK + ONLY BODY SCROLL =============== */

/* Root siempre por encima de todo */
#zk-cart-root{
  position: fixed;
  inset: 0;
  z-index: 2147483647;                 /* super alto */
  pointer-events: none;
}
#zk-cart-root.zk-open{ pointer-events: auto; }

/* Overlay: que SIEMPRE se vea oscuro y capture clics */
#zk-cart-root .zk-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.72) !important;  /* fuerza el oscuro */
  opacity: 0;
  transition: opacity .22s ease;
  pointer-events: none;
  z-index: 1;
}
#zk-cart-root.zk-open .zk-overlay{
  opacity: 1;
  pointer-events: auto;
}
/* (opcional) ligero blur del fondo */
@supports (backdrop-filter: blur(2px)){
  #zk-cart-root .zk-overlay{ backdrop-filter: blur(2px); }
}

/* Panel fijo en el borde derecho, por ENCIMA del overlay */
#zk-cart-root .zk-panel{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 76vw;                 /* tu ancho reducido */
  max-width: 420px;
  background: #fff;
  transform: translateX(100%);
  transition: transform .28s ease;
  z-index: 2;
  display: flex;
  flex-direction: column;
  border-radius: 14px 0 0 14px;
  overflow: hidden !important; /* clave: el panel NO scrollea */
  height: 100dvh;              /* alto real en móviles (iOS/Chrome) */
}

/* Abierto */
#zk-cart-root.zk-open .zk-panel{ transform: translateX(0); }

/* Header fijo arriba */
#zk-cart-root .zk-header{ flex: 0 0 auto; }

/* SOLO el cuerpo hace scroll (los productos) */
#zk-cart-root .zk-body{
  flex: 1 1 auto;
  min-height: 0;                         /* imprescindible en iOS */
  overflow-y: auto !important;           /* solo aquí el scroll */
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;                    /* respirito */
}

/* Footer siempre visible (no se va para abajo) */
#zk-cart-root .zk-footer{
  flex: 0 0 auto;
  position: sticky;
  bottom: 0;
  z-index: 3;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.08);
  padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0));
}

/* Botones al 100% y sin desbordes raros */
#zk-cart-root .zk-footer .zk-btn{
  width: 100%;
  max-width: 100%;
  display: inline-flex;
  justify-content: center;
}

/* Desktop */
@media (min-width: 992px){
  #zk-cart-root .zk-panel{ width: 420px; border-radius: 0; }
}
/* ROOT encima de todo */
#zk-cart-root{
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  pointer-events: none;
}
#zk-cart-root.zk-open{ pointer-events: auto; }

/* OVERLAY oscuro y clickeable */
#zk-cart-root .zk-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.72) !important;
  opacity: 0;
  transition: opacity .22s ease;
  pointer-events: none;
  z-index: 1;
}
#zk-cart-root.zk-open .zk-overlay{
  opacity: 1;
  pointer-events: auto;
}
@supports (backdrop-filter: blur(2px)){
  #zk-cart-root .zk-overlay{ backdrop-filter: blur(2px); }
}

/* PANEL fijo y más angosto, por encima del overlay */
#zk-cart-root .zk-panel{
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 76vw;
  max-width: 420px;
  background: #fff;
  transform: translateX(100%);
  transition: transform .28s ease;
  z-index: 2;
  display: flex; flex-direction: column;
  border-radius: 14px 0 0 14px;
  overflow: hidden !important;          /* el panel NO scrollea */
  height: 100dvh !important;            /* alto real móvil */
}
#zk-cart-root.zk-open .zk-panel{ transform: translateX(0); }

/* SOLO el body scrollea; footer siempre visible */
#zk-cart-root .zk-header{ flex: 0 0 auto; }
#zk-cart-root .zk-body{
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}
#zk-cart-root .zk-footer{
  flex: 0 0 auto;
  position: sticky;
  bottom: 0;
  z-index: 3;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.08);
  padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0));
}
#zk-cart-root .zk-footer .zk-btn{ width:100%; max-width:100%; }

/* Desktop */
@media (min-width: 992px){
  #zk-cart-root .zk-panel{ width: 420px; border-radius: 0; }
}
/* ROOT por encima de todo */
#zk-cart-root{
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  pointer-events: none;
}
#zk-cart-root.zk-open{ pointer-events: auto; }

/* OVERLAY oscuro y clickeable */
#zk-cart-root .zk-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.72) !important;
  opacity: 0;
  transition: opacity .22s ease;
  pointer-events: none;
  z-index: 1;
}
#zk-cart-root.zk-open .zk-overlay{
  opacity: 1;
  pointer-events: auto;
}
@supports (backdrop-filter: blur(2px)){
  #zk-cart-root .zk-overlay{ backdrop-filter: blur(2px); }
}

/* PANEL fijo */
#zk-cart-root .zk-panel{
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 76vw;
  max-width: 420px;
  background: #fff;
  transform: translateX(100%);
  transition: transform .28s ease;
  z-index: 2;
  display: flex; flex-direction: column;
  border-radius: 14px 0 0 14px;
  overflow: hidden !important;
  height: 100dvh !important;
}
#zk-cart-root.zk-open .zk-panel{ transform: translateX(0); }

/* SOLO el body scrollea */
#zk-cart-root .zk-header{ flex: 0 0 auto; }
#zk-cart-root .zk-body{
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}
#zk-cart-root .zk-footer{
  flex: 0 0 auto;
  position: sticky;
  bottom: 0;
  z-index: 3;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.08);
  padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0));
}
#zk-cart-root .zk-footer .zk-btn{ width:100%; max-width:100%; }

/* Desktop */
@media (min-width: 992px){
  #zk-cart-root .zk-panel{ width: 420px; border-radius: 0; }
}
/* ========= 1) OVERLAY GLOBAL A PRUEBA DE TODO =========
   Pinta el fondo SIEMPRE que el carrito esté abierto.
   No captura clics (eso ya lo hace nuestro overlay del root),
   solo oscurece. */
html.zk-noscroll::before{
  content:"";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.78) !important; /* súbelo a .85 si quieres más oscuro */
  z-index: 2147483646;                    /* por debajo del panel (que va a 2147483647) */
  pointer-events: none;                   /* no bloquea; el click lo recoge #zk-cart-root .zk-overlay */
}

/* ========= 2) ROOT Y PANEL POR ENCIMA DE TODO ========= */
#zk-cart-root{
  position: fixed;
  inset: 0;
  z-index: 2147483647;    /* más alto que el overlay global del <html> */
  pointer-events: none;
}
#zk-cart-root.zk-open{ pointer-events: auto; }

#zk-cart-root .zk-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.01) !important; /* puede ser casi transparente (ya oscurece el ::before) */
  opacity: 1 !important;                   /* aseguramos que reciba clics */
  pointer-events: auto !important;         /* captura toques para cerrar */
  z-index: 1;
}

#zk-cart-root .zk-panel{
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 76vw; max-width: 420px;
  background: #fff;
  transform: translateX(100%);
  transition: transform .28s ease;
  z-index: 2147483647;       /* explícito por si algún estilo raro pisa valores */
  display: flex; flex-direction: column;
  border-radius: 14px 0 0 14px;
  overflow: hidden !important;
  height: 100dvh !important;
}
#zk-cart-root.zk-open .zk-panel{ transform: translateX(0); }

/* ========= 3) SOLO SCROLLEA LA LISTA; FOOTER SIEMPRE VISIBLE ========= */
#zk-cart-root .zk-header{ flex: 0 0 auto; }
#zk-cart-root .zk-body{
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}
#zk-cart-root .zk-footer{
  flex: 0 0 auto;
  position: sticky;
  bottom: 0;
  z-index: 3;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.08);
  padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0));
}
#zk-cart-root .zk-footer .zk-btn{ width:100%; max-width:100%; }

/* Desktop */
@media (min-width: 992px){
  #zk-cart-root .zk-panel{ width: 420px; border-radius: 0; }
}
/* Separación entre botones del footer */
#zk-cart-root .zk-footer .zk-btn {
  margin-bottom: 10px; /* ajusta este valor a tu gusto */
}

#zk-cart-root .zk-footer .zk-btn:last-child {
  margin-bottom: ; /* el último no necesita espacio extra */
}

/* ===== Tamaños optimizados Baby On Col ===== */
#zk-cart-root .zk-btn-secondary {
  font-size: 15px !important;
  font-weight: 700;
}

#zk-cart-root .zk-btn-primary {
  font-size: 16px !important;
  font-weight: 800;
}

#zk-cart-root .zk-btn-cod {
  font-size: 17px !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
#zk-cart-root .zk-btn {
  padding: 14px 0 !important; /* mismos márgenes verticales */
  border-radius: 14px;
}

/* ===========================================================
   KAI BALANCE PLUS — MINI CARRITO (compacto, pero cómodo)
   =========================================================== */

/* Footer general */
#zk-cart-root .zk-panel footer.zk-footer {
  padding: 10px 12px !important; /* un poco más de aire */
  display: block !important;
}

/* Subtotal */
#zk-cart-root .zk-panel .zk-footer .zk-subtotal {
  margin-bottom: 6px !important;
}

/* Botones */
#zk-cart-root .zk-panel .zk-footer .zk-btn {
  font-size: 14px !important;       /* +0.5px más grande */
  font-weight: 600 !important;
  padding: 9px 0 !important;        /* +2px respecto al anterior */
  border-radius: 8px !important;
  line-height: 1.25 !important;
  margin: 5px 0 !important;
}

/* Separación uniforme */
#zk-cart-root .zk-panel .zk-footer .zk-btn + .zk-btn {
  margin-top: 5px !important;
}

/* Móvil: un toque más cómodo también */
@media (max-width: 480px) {
  #zk-cart-root .zk-panel footer.zk-footer {
    padding: 8px 10px !important;
  }

  #zk-cart-root .zk-panel .zk-footer .zk-btn {
    font-size: 13px !important;
    padding: 8px 0 !important;
    border-radius: 7px !important;
  }
}
/* === ✨ Baby On Col — Premium Visual Progress Bar (vFinal PRO — Camión Estático) === */

.zk-cart-free-shipping {
  background: #fff;
  border-radius: 12px;
  padding: 18px 14px 14px;
  margin: 10px 14px 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
  font-family: 'Nunito', sans-serif;
  position: relative;
  overflow: visible;
  z-index: 3;
  transition: all 0.3s ease;
}

/* === 🔵 Contenedor de la barra === */
.zk-progress-wrap {
  position: relative;
  width: 100%;
  height: 8px;
  background: #f3f3f3;
  border-radius: 999px;
  overflow: visible;
  margin-top: 4px;
  margin-bottom: 8px;
}

/* === 🌈 Barra de progreso animada (fluida y elegante) === */
.zk-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 999px;
 background: linear-gradient(90deg, #FFF3B0 0%, #FFD56B 50%, #FFC94D 100%);

  background-size: 200% 100%;
  width: 0%;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  animation: zkGradientMove 6s ease-in-out infinite;
  box-shadow: inset 0 0 4px rgba(255,255,255,0.3);
}

@keyframes zkGradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* === 🚛 Camión (estático sobre la barra) === */
.zk-truck-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-120%); /* 🟩 posición visual perfecta sobre la barra */
  left: 0%;
  font-size: 22px;
  transition: left 0.6s ease-in-out; /* solo se moverá lateralmente según el progreso */
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
}


/* === 💬 Texto informativo === */
.zk-free-shipping-text {
  font-size: 14px;
  color: #444;
  margin: 3px 0 0 0;
  line-height: 1.4;
  transition: color 0.3s ease, transform 0.3s ease;
}

.zk-free-shipping-text strong {
  color: #2ecc71;
  font-weight: 600;
}

/* === 🟩 Estado: Envío gratis alcanzado === */
.zk-free-shipping-success .zk-progress-fill {
  background: linear-gradient(90deg, #FFF3B0 0%, #FFD56B 50%, #FFC94D 100%);

  animation: none;
}

.zk-free-shipping-success .zk-free-shipping-text {
  color: #27ae60;
  transform: scale(1.05);
}

/* === 📱 Ajustes móviles === */
@media (max-width: 600px) {
  .zk-cart-free-shipping {
    padding: 16px 12px 12px;
    margin: 8px 10px;
  }
  .zk-free-shipping-text {
    font-size: 13px;
  }
  .zk-truck-icon {
    font-size: 20px;
    transform: translateY(-115%);
  }
}


/* =========================================================
   🛠️ FIX: Alineación precisa del camión sobre la barra
   ========================================================= */

.zk-progress-wrap {
  position: relative;
  width: 100%;
  height: 8px;
  background: #f3f3f3;
  border-radius: 999px;
  overflow: visible; /* permitir que el camión sobresalga un poco */
  margin-top: 8px;
  margin-bottom: 6px;
}

/* Barra de progreso (relleno) */
.zk-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #FFF3B0 0%, #FFD56B 50%, #FFC94D 100%);

  transition: width 0.4s ease;
  animation: zk-fill-pulse 3s ease-in-out infinite;
}

/* Camión */
.zk-truck-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* centra verticalmente */
  left: 0%;
  font-size: 20px;
  transition: left 0.4s ease;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
  z-index: 3;
}

/* Pulso de color suave (mantén si te gusta el efecto) */
@keyframes zk-fill-pulse {
  0% { filter: brightness(1); }
  50% { filter: brightness(1.2); }
  100% { filter: brightness(1); }
}

/* Estado: Envío gratis alcanzado */
.zk-free-shipping-success .zk-progress-fill {
  background: linear-gradient(90deg, #27ae60 0%, #6ed784 100%);
  animation: none;
}
.zk-free-shipping-success .zk-free-shipping-text strong {
  color: #27ae60;
}
/* === 🎨 Camión SVG Baby On Col — Reemplazo del emoji === */
.zk-truck-icon svg {
  width: 1.6em;
  height: auto;
  display: block;
  transform: scaleX(1); /* asegura orientación normal hacia la derecha */
}
