*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#0b0b0b;color:#fff;font-family:Inter,sans-serif}
:root{
  --bg:#0b0b0b;
  --panel:#141414;
  --panel2:#191919;
  --line:#2c2c2c;
  --orange:#ff7a00;
  --orange2:#ff9c00;
  --yellow:#ffc31a;
  --white:#ffffff;
  --muted:#d2c2aa;
  --green:#1fbf56;
}
button,input,textarea{font:inherit}
.hero{
  position:relative;
  min-height:88vh;
  padding:24px 5vw 56px;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,122,0,.20), transparent 24%),
    linear-gradient(180deg, rgba(0,0,0,.20), rgba(0,0,0,.65)),
    url('https://images.unsplash.com/photo-1568901346375-23c9450c58cd?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.45),rgba(0,0,0,.80))}
.nav,.hero-content{position:relative;z-index:1}
.nav{display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:flex;align-items:center;gap:14px}
.brand img{
  width:74px;height:74px;border-radius:50%;object-fit:cover;
  border:3px solid var(--orange); box-shadow:0 0 0 4px rgba(255,156,0,.18)
}
.brand-text strong,.brand-text span{display:block}
.brand-text strong{font-weight:800;font-size:22px}
.brand-text span{font-size:13px;color:#ffe7c4;letter-spacing:.05em}
.cart-badge{
  border:1px solid rgba(255,156,0,.55);
  background:rgba(0,0,0,.38);
  color:#fff;padding:10px 16px;border-radius:999px;cursor:pointer;
  box-shadow:0 10px 24px rgba(0,0,0,.15)
}
.hero-content{max-width:760px;padding:30px 0 0}
.eyebrow,.section-mini{
  text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;color:var(--yellow)
}
.hero h1{
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(60px,11vw,118px);
  line-height:.92;margin:14px 0 16px;
  text-shadow:0 2px 10px rgba(0,0,0,.3)
}
.hero p{max-width:600px;font-size:18px;line-height:1.65;color:#f7e8d3}
.hero p strong{color:var(--yellow)}
.hero-tags{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}
.hero-tags span{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,156,0,.24);
  padding:10px 12px;border-radius:999px;color:#fff1d9;font-size:14px
}
.hero-btn{
  display:inline-block;background:linear-gradient(90deg,var(--orange),var(--yellow));
  color:#1a1108;text-decoration:none;padding:14px 22px;border-radius:14px;font-weight:800;
  box-shadow:0 12px 26px rgba(255,122,0,.25)
}
main{width:min(1180px,92vw);margin:auto}
.intro{display:flex;justify-content:space-between;gap:30px;align-items:end;padding:54px 0 20px}
.intro h2,.promo h2,.cart-head h3{
  font-family:'Bebas Neue',sans-serif;font-size:52px;line-height:.95;margin:8px 0
}
.intro p{max-width:500px;color:var(--muted);line-height:1.6}
.filters{
  position:sticky;top:0;z-index:5;background:rgba(11,11,11,.95);backdrop-filter:blur(8px);
  display:flex;gap:10px;overflow:auto;padding:12px 0 18px
}
.filter{
  background:transparent;border:1px solid var(--line);color:#fff;padding:10px 15px;border-radius:999px;cursor:pointer;white-space:nowrap
}
.filter.active{
  background:linear-gradient(90deg,var(--orange),var(--yellow));
  color:#1b1208;border-color:transparent;font-weight:800
}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:12px 0 52px}
.card{
  background:var(--panel);border:1px solid #2b1d12;border-radius:22px;overflow:hidden;
  box-shadow:0 18px 38px rgba(0,0,0,.22)
}
.card img{width:100%;height:220px;object-fit:cover;background:#000}
.card-body{padding:18px}
.topline{display:flex;align-items:start;justify-content:space-between;gap:10px}
.card h3{margin:0 0 8px;font-size:26px;font-family:'Bebas Neue',sans-serif;letter-spacing:.02em}
.price{font-size:28px;font-family:'Bebas Neue',sans-serif;color:var(--yellow);white-space:nowrap}
.desc{margin:0;color:#dfcfba;line-height:1.55;min-height:72px;font-size:14px}
.meta{display:flex;justify-content:space-between;align-items:center;margin-top:14px;gap:12px}
.tag{
  display:inline-block;padding:7px 11px;border-radius:999px;
  background:#25170f;color:#ffd997;border:1px solid rgba(255,156,0,.3);font-size:12px;font-weight:700
}
.add{
  border:none;background:linear-gradient(90deg,var(--orange),var(--yellow));
  color:#1a1108;padding:12px 16px;border-radius:12px;font-weight:800;cursor:pointer
}
.promo{
  display:flex;justify-content:space-between;align-items:center;gap:26px;
  background:linear-gradient(135deg,#18110b,#120f0d);
  border:1px solid #352113;padding:28px;border-radius:24px;margin-bottom:32px
}
.promo p{color:#f0dfc5;line-height:1.6}
.promo button{
  border:none;background:linear-gradient(90deg,var(--orange),var(--yellow));
  color:#1b1208;padding:14px 18px;border-radius:12px;font-weight:800;cursor:pointer
}
.extras{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:54px}
.extra-box{
  background:var(--panel2);border:1px solid #2d2d2d;padding:20px;border-radius:18px
}
.extra-box strong{display:block;margin-bottom:8px;color:var(--yellow)}
.extra-box p{margin:0;color:var(--muted)}
.floating-cart{
  position:fixed;left:50%;bottom:22px;transform:translate(-50%,150%);
  width:min(560px,92vw);background:#101010;border:1px solid #38220f;color:#fff;border-radius:18px;
  padding:14px 16px;display:flex;justify-content:space-between;align-items:center;z-index:20;transition:.3s;
  box-shadow:0 24px 56px rgba(0,0,0,.35)
}
.floating-cart.show{transform:translate(-50%,0)}
.floating-cart small{display:block;color:#ffe5bf;margin-top:3px}
.floating-cart button{
  border:none;background:linear-gradient(90deg,var(--orange),var(--yellow));
  color:#1a1208;padding:12px 16px;border-radius:12px;font-weight:800;cursor:pointer
}
.cart-panel{
  position:fixed;top:0;right:0;width:min(430px,100%);height:100vh;background:#fff6ea;color:#17120a;z-index:50;
  transform:translateX(104%);transition:.32s;display:flex;flex-direction:column;box-shadow:-20px 0 50px rgba(0,0,0,.3)
}
.cart-panel.open{transform:translateX(0)}
.cart-head{display:flex;justify-content:space-between;align-items:start;padding:22px;border-bottom:1px solid #e0d5c5}
.cart-head h3{margin:7px 0 0;font-size:42px}
.close-btn{border:none;background:#ece1d2;color:#17120a;width:40px;height:40px;border-radius:50%;cursor:pointer}
.cart-meta{padding:18px;border-bottom:1px solid #e0d5c5;display:grid;gap:10px}
.cart-meta input,.cart-meta textarea{
  width:100%;padding:12px 13px;border:1px solid #d8cab7;border-radius:12px;background:#fff;color:#17120a
}
.cart-meta textarea{min-height:80px;resize:vertical}
.cart-items{flex:1;overflow:auto;padding:18px}
.empty{padding:30px 14px;border:1px dashed #d8cab7;border-radius:16px;color:#7d6f5d;text-align:center;background:#fff}
.cart-item{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:14px 0;border-bottom:1px solid #eadfce}
.cart-item strong{display:block}
.cart-item small{display:block;color:#7f725f;margin-top:4px}
.qty{display:flex;align-items:center;gap:8px}
.qty button{width:30px;height:30px;border-radius:8px;border:1px solid #d8cab7;background:#fff;cursor:pointer}
.cart-foot{padding:18px;border-top:1px solid #e0d5c5;background:#fff9f0}
.total-line{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.wa-btn{width:100%;border:none;background:var(--green);color:#fff;padding:14px 16px;border-radius:14px;font-weight:800;cursor:pointer}
.backdrop{position:fixed;inset:0;background:rgba(0,0,0,.52);z-index:40;opacity:0;pointer-events:none;transition:.25s}
.backdrop.show{opacity:1;pointer-events:auto}
footer{padding:42px 5vw 90px;text-align:center;border-top:1px solid #1f1f1f;color:#f3d9b6}
.footer-logo{
  width:90px;height:90px;object-fit:cover;border-radius:50%;display:block;margin:0 auto 12px;
  border:3px solid var(--orange)
}
footer strong{display:block;color:#fff;margin-bottom:8px;font-size:22px}
footer p{margin:0 0 6px}
@media(max-width:950px){.cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){
  .hero{min-height:80vh}
  .nav{align-items:flex-start}
  .brand img{width:62px;height:62px}
  .brand-text strong{font-size:20px}
  .intro{display:block}
  .cards{grid-template-columns:1fr}
  .extras{grid-template-columns:1fr}
  .promo{display:block}
  .promo button{margin-top:12px}
  .hero h1{font-size:72px}
  .hero p{font-size:16px}
}


/* Tipo de pedido */
.field-label{
  display:block;
  font-size:12px;
  font-weight:800;
  color:#6e604e;
  margin:2px 0 7px;
}
.order-type{
  display:grid;
  gap:9px;
}
.order-option{
  display:grid;
  grid-template-columns:auto 38px 1fr;
  gap:10px;
  align-items:center;
  padding:12px;
  border:1px solid #d8cab7;
  border-radius:14px;
  background:#fff;
  cursor:pointer;
  transition:.2s ease;
}
.order-option input{
  width:17px;
  height:17px;
  accent-color:#ff7a00;
}
.order-option.selected{
  border-color:#ff8a00;
  background:#fff4e4;
  box-shadow:0 0 0 2px rgba(255,122,0,.08);
}
.order-option strong{
  display:block;
  color:#19120b;
  font-size:14px;
}
.order-option small{
  display:block;
  color:#7a6a57;
  font-size:12px;
  margin-top:2px;
}
.order-icon{
  width:38px;
  height:38px;
  border-radius:11px;
  display:grid;
  place-items:center;
  background:#fff0dc;
  font-size:20px;
}
.conditional-fields{
  display:grid;
  gap:8px;
}
.conditional-fields.hidden{
  display:none;
}
.delivery-note{
  display:block;
  background:#fff0dc;
  border:1px solid #f0c98b;
  color:#78470f;
  padding:10px 12px;
  border-radius:12px;
  font-size:12px;
  font-weight:700;
}
.address-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.validation-error{
  border-color:#d63b3b !important;
  box-shadow:0 0 0 2px rgba(214,59,59,.08);
}
@media(max-width:480px){
  .address-grid{grid-template-columns:1fr}
}


/* Redes sociales */
.social-links{
  display:flex;
  justify-content:center;
  gap:12px;
  margin-top:18px;
}
.social-links a{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:#171717;
  border:1px solid #452a15;
  transition:.2s ease;
}
.social-links a:hover{
  transform:translateY(-2px);
  background:#ff7a00;
}
.social-links svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.social-links a:nth-child(2) svg path,
.social-links a:nth-child(3) svg path{
  fill:currentColor;
  stroke:none;
}




/* Bebidas dentro de Tu selección / Mi pedido */
.cart-drink-label{
  display:block;
  margin-top:10px;
  color:#6f604d;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.cart-drink-options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
  margin-top:7px;
  width:100%;
}

.cart-drink-option{
  position:relative;
  display:flex;
  align-items:center;
  gap:7px;
  min-height:42px;
  padding:8px 9px;
  border:1px solid #d8cab7;
  border-radius:10px;
  background:#fff;
  cursor:pointer;
  transition:.18s ease;
  font-size:11px;
  font-weight:700;
  color:#332719;
}

.cart-drink-option:hover{
  border-color:#ff9a28;
  background:#fff9f1;
}

.cart-drink-option.selected{
  border-color:#ff7a00;
  background:#fff0dc;
  box-shadow:0 0 0 2px rgba(255,122,0,.08);
}

.cart-drink-option input{
  width:15px;
  height:15px;
  margin:0;
  accent-color:#ff7a00;
  flex:0 0 auto;
}

.cart-drink-option .drink-price{
  margin-left:auto;
  color:#d96800;
  font-size:10px;
  white-space:nowrap;
}

.cart-drink-option.no-drink{
  grid-column:1 / -1;
}

@media(max-width:420px){
  .cart-drink-options{
    grid-template-columns:1fr;
  }
  .cart-drink-option.no-drink{
    grid-column:auto;
  }
}


/* ===== V6: Corrección de scroll del carrito ===== */
.cart-panel{
  overflow-y:auto !important;
  overflow-x:hidden !important;
  display:block !important;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}

.cart-head{
  position:sticky;
  top:0;
  z-index:4;
  background:#fff6ea;
}

.cart-items{
  overflow:visible !important;
  flex:none !important;
  padding:18px;
}

.cart-foot{
  position:sticky;
  bottom:0;
  z-index:4;
  background:#fff9f0;
  box-shadow:0 -8px 24px rgba(0,0,0,.06);
}

.cart-meta{
  overflow:visible !important;
}

body.cart-open{
  overflow:hidden;
}

/* Evita que el footer fijo tape el último producto en pantallas pequeñas */
.cart-items{
  padding-bottom:28px !important;
}

@media(max-width:720px){
  .cart-panel{
    height:100dvh;
    max-height:100dvh;
  }
}

/* ===== Cremas por producto ===== */
.sauces-label{
  display:block;
  margin-top:11px;
  color:#6f604d;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.sauce-options{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:7px;
}

.sauce-option{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 10px;
  border:1px solid #d8cab7;
  border-radius:999px;
  background:#fff;
  color:#332719;
  cursor:pointer;
  font-size:11px;
  font-weight:700;
  transition:.18s ease;
}

.sauce-option:hover{
  border-color:#ff9a28;
  background:#fff9f1;
}

.sauce-option.selected{
  border-color:#ff7a00;
  background:#fff0dc;
  box-shadow:0 0 0 2px rgba(255,122,0,.08);
}

.sauce-option input{
  width:14px;
  height:14px;
  margin:0;
  accent-color:#ff7a00;
}

.cart-item{
  align-items:flex-start !important;
}

.cart-item > div:first-child{
  min-width:0;
  flex:1;
}

@media(max-width:430px){
  .cart-item{
    display:block !important;
  }
  .qty{
    margin-top:12px;
    justify-content:flex-end;
  }
}


/* ===== V7: Listas tipo selector para bebidas y cremas ===== */
.cart-drink-options,
.sauce-options{
  display:none !important;
}

.choice-list{
  width:100%;
  margin-top:8px;
  border-top:1px solid #ded8cf;
}

.choice-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto 30px;
  align-items:center;
  gap:12px;
  width:100%;
  min-height:56px;
  padding:12px 2px;
  border-bottom:1px solid #ded8cf;
  background:transparent;
  cursor:pointer;
  color:#17120a;
}

.choice-row:hover{
  background:rgba(255,122,0,.025);
}

.choice-row.selected{
  background:rgba(255,122,0,.045);
}

.choice-name{
  font-size:14px;
  font-weight:600;
  line-height:1.25;
}

.choice-price{
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
  color:#17120a;
}

.choice-price.free{
  color:#6f604d;
  font-weight:600;
}

.choice-row input[type="radio"],
.choice-row input[type="checkbox"]{
  appearance:none;
  -webkit-appearance:none;
  width:24px;
  height:24px;
  border:2px solid #1f1b27;
  background:#fff;
  border-radius:50%;
  margin:0;
  cursor:pointer;
  position:relative;
  display:block;
}

.choice-row input[type="radio"]:checked{
  border-color:#ff7a00;
}

.choice-row input[type="radio"]:checked::after{
  content:"";
  position:absolute;
  inset:4px;
  border-radius:50%;
  background:#ff7a00;
}

.choice-row input[type="checkbox"]:checked{
  border-color:#ff7a00;
  background:#ff7a00;
}

.choice-row input[type="checkbox"]:checked::after{
  content:"✓";
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:15px;
  font-weight:900;
}

.sauces-choice-list{
  margin-bottom:6px;
}

@media(max-width:430px){
  .choice-row{
    min-height:54px;
    grid-template-columns:minmax(0,1fr) auto 28px;
    gap:9px;
  }
  .choice-name{
    font-size:13px;
  }
  .choice-price{
    font-size:12px;
  }
}


/* ===== V8: Mejor alineación visual de bebidas y cremas ===== */

/* Cada producto ocupa todo el ancho del carrito */
.cart-item{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  column-gap:14px !important;
  align-items:start !important;
  width:100% !important;
}

/* El bloque izquierdo aprovecha todo el espacio disponible */
.cart-item > div:first-child{
  width:100% !important;
  min-width:0 !important;
}

/* Cantidad queda compacta a la derecha */
.qty{
  align-self:start !important;
  margin-top:0 !important;
}

/* Las listas se expanden hasta el borde derecho disponible,
   alineándose visualmente con el área marcada por el usuario */
.choice-list{
  width:calc(100% + 54px) !important;
  max-width:none !important;
  margin-right:-54px !important;
}

/* Filas más limpias y con mejor aprovechamiento horizontal */
.choice-row{
  grid-template-columns:minmax(0,1fr) auto 30px !important;
  width:100% !important;
  padding:13px 10px 13px 2px !important;
}

/* Nombre y precio mejor separados */
.choice-name{
  text-align:left !important;
}

.choice-price{
  min-width:62px !important;
  text-align:right !important;
}

/* En cremas no mostramos ninguna etiqueta de precio */
.choice-price.free{
  display:none !important;
}

/* Cuando no hay precio, el nombre se expande más */
.sauces-choice-list .choice-row{
  grid-template-columns:minmax(0,1fr) 30px !important;
}

/* Mejor separación visual de encabezados */
.cart-drink-label,
.sauces-label{
  margin-top:14px !important;
  padding-bottom:7px !important;
  border-bottom:1px solid #ded8cf !important;
}

/* Ajuste fino para móviles angostos */
@media(max-width:430px){
  .choice-list{
    width:calc(100% + 48px) !important;
    margin-right:-48px !important;
  }

  .choice-row{
    padding-right:8px !important;
  }

  .choice-price{
    min-width:56px !important;
  }
}


/* ===== V9: bebidas por cantidad y cremas por producto ===== */
.cart-item{
  display:block !important;
  width:100% !important;
  padding:18px 0 !important;
  border-bottom:1px solid #ded8cf !important;
}

.cart-item-top{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:start;
}

.cart-item-info strong{
  display:block;
  font-size:17px;
  color:#17120a;
  line-height:1.2;
}

.cart-item-info small{
  display:block;
  margin-top:4px;
  color:#7f725f;
  font-size:13px;
}

.qty{
  display:flex;
  align-items:center;
  gap:8px;
}

.qty button,
.mini-qty button{
  width:30px;
  height:30px;
  border-radius:8px;
  border:1px solid #d8cab7;
  background:#fff;
  color:#17120a;
  cursor:pointer;
  font-size:18px;
  line-height:1;
}

.qty span,
.mini-qty span{
  min-width:14px;
  text-align:center;
  font-weight:700;
  color:#17120a;
}

.cart-section-label{
  display:block;
  margin-top:14px;
  margin-bottom:8px;
  padding-bottom:6px;
  border-bottom:1px solid #ded8cf;
  color:#6f604d;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.option-list{
  width:100%;
}

.option-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  align-items:center;
  gap:12px;
  min-height:54px;
  padding:10px 0;
  border-bottom:1px solid #e4ddd3;
}

.option-row:last-child{
  border-bottom:1px solid #e4ddd3;
}

.option-name{
  font-size:15px;
  font-weight:600;
  color:#17120a;
}

.option-price{
  font-size:14px;
  font-weight:700;
  color:#17120a;
  white-space:nowrap;
}

.mini-qty{
  display:flex;
  align-items:center;
  gap:8px;
  justify-self:end;
}

.sauces-list .sauce-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 26px;
  align-items:center;
  gap:12px;
  min-height:50px;
  padding:10px 0;
  border-bottom:1px solid #e4ddd3;
  cursor:pointer;
}

.sauce-name{
  font-size:15px;
  font-weight:600;
  color:#17120a;
}

.sauce-circle{
  width:24px;
  height:24px;
  border:2px solid #1f1b27;
  border-radius:50%;
  position:relative;
  justify-self:end;
  background:#fff;
}

.sauce-row.selected .sauce-circle{
  border-color:#ff7a00;
  background:#ff7a00;
}

.sauce-row.selected .sauce-circle::after{
  content:"✓";
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:15px;
  font-weight:900;
}

.sauce-row input{
  display:none;
}

.line-subtotal{
  margin-top:10px;
  text-align:right;
  color:#7f725f;
  font-size:13px;
}

.line-subtotal strong{
  color:#17120a;
  font-size:14px;
}

@media(max-width:430px){
  .option-row{
    grid-template-columns:minmax(0,1fr) auto auto;
    gap:10px;
  }
  .option-name,
  .sauce-name{
    font-size:14px;
  }
  .option-price{
    font-size:13px;
  }
}


/* ===== V10: Delivery por zona + gratis desde S/ 60 ===== */
#deliveryZone{
  width:100%;
  padding:12px 13px;
  border:1px solid #d8cab7;
  border-radius:12px;
  background:#fff;
  color:#17120a;
}

.delivery-summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:11px 12px;
  border:1px solid #ead7b7;
  border-radius:12px;
  background:#fff8eb;
  color:#6f4a1b;
  font-size:12px;
}

.delivery-summary strong{
  color:#b45a00;
  text-align:right;
}

.free-delivery-progress{
  padding:12px;
  border:1px solid #ead7b7;
  border-radius:12px;
  background:#fffaf2;
}

.free-delivery-copy{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  color:#6f4a1b;
  font-size:12px;
}

.free-delivery-copy strong{
  color:#b45a00;
  white-space:nowrap;
}

.progress-track{
  width:100%;
  height:7px;
  margin-top:10px;
  border-radius:999px;
  background:#eadfce;
  overflow:hidden;
}

.progress-bar{
  width:0%;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#ff7a00,#ffc31a);
  transition:width .25s ease;
}

.free-delivery-progress.unlocked{
  border-color:#a9ddb6;
  background:#f2fff5;
}

.free-delivery-progress.unlocked .free-delivery-copy,
.free-delivery-progress.unlocked .free-delivery-copy strong{
  color:#19733a;
}

.totals-breakdown{
  display:grid;
  gap:8px;
  margin-bottom:12px;
}

.summary-line{
  display:flex;
  justify-content:space-between;
  gap:14px;
  color:#6f604d;
  font-size:14px;
}

.summary-line strong{
  color:#17120a;
}

.total-line{
  padding-top:10px;
  border-top:1px solid #ded8cf;
  font-size:18px;
}


/* ===== V12: Hero centrado solo en versión móvil ===== */
@media (max-width: 720px) {
  .hero-content {
    width: 100%;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .hero-content .eyebrow,
  .hero-content h1,
  .hero-content p {
    text-align: center !important;
  }

  .hero-content p {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-tags {
    justify-content: center !important;
  }

  .hero-btn {
    display: table !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
