/* Tía Vicenta v477 — flujo +18 y envío por WhatsApp organizado */

:root{
  --tv477-ink:#2b170d;
  --tv477-muted:#745742;
  --tv477-line:rgba(91,43,0,.14);
  --tv477-paper:#fffdf9;
  --tv477-wine:#7f1d1d;
  --tv477-green:#16a34a;
  --tv477-whatsapp:#25d366;
  --tv477-whatsapp-dark:#075e54;
}

/* ---------- Confirmación +18 ---------- */
#tv477AgeGate{
  position:fixed;
  inset:0;
  z-index:2147483646;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(10,13,20,.78);
  -webkit-backdrop-filter:blur(10px) saturate(1.04);
  backdrop-filter:blur(10px) saturate(1.04);
}

#tv477AgeGate.is-open{display:flex}

#tv477AgeGate .tv477-age-card{
  width:min(100%,470px);
  max-height:min(92dvh,720px);
  overflow:auto;
  overscroll-behavior:contain;
  border:1px solid rgba(255,255,255,.74);
  border-radius:26px;
  background:linear-gradient(180deg,#fffefa,#fff7ec);
  color:var(--tv477-ink);
  box-shadow:0 34px 100px rgba(0,0,0,.46),0 0 0 1px rgba(91,43,0,.08);
}

.tv477-age-header{
  display:grid;
  grid-template-columns:68px minmax(0,1fr);
  gap:14px;
  align-items:center;
  padding:21px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.12),transparent 46%),
    linear-gradient(135deg,#451108,#7f1d1d 58%,#a92720);
  color:#fff;
}

.tv477-age-mark{
  width:68px;
  height:68px;
  display:grid;
  place-items:center;
  border-radius:21px;
  background:#fff;
  color:var(--tv477-wine);
  border:1px solid rgba(255,255,255,.92);
  box-shadow:0 12px 26px rgba(0,0,0,.18);
  font-size:24px;
  font-weight:1000;
  letter-spacing:-.04em;
}

.tv477-age-kicker{
  display:block;
  margin:0 0 5px;
  color:#ffdda9;
  font-size:11px;
  line-height:1;
  font-weight:1000;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.tv477-age-title{
  margin:0;
  color:#fff;
  font-size:23px;
  line-height:1.07;
  font-weight:1000;
  letter-spacing:-.025em;
}

.tv477-age-body{padding:19px 21px 21px}

.tv477-age-product{
  margin:0 0 13px;
  padding:12px 13px;
  border:1px solid rgba(127,29,29,.16);
  border-radius:16px;
  background:#fff;
  color:#2b170d;
  font-size:15px;
  line-height:1.25;
  font-weight:950;
  box-shadow:0 8px 18px rgba(71,29,8,.06);
}

.tv477-age-question{
  margin:0 0 12px;
  color:#21140c;
  font-size:18px;
  line-height:1.18;
  font-weight:1000;
}

.tv477-age-law{
  margin:0 0 17px;
  padding:13px 14px;
  border:1px solid rgba(245,158,11,.30);
  border-radius:16px;
  background:#fff;
  color:#5d4022;
  font-size:13px;
  line-height:1.46;
}

.tv477-age-law b{color:#26170e}
.tv477-age-law a{color:#0f766e;font-weight:950;text-decoration:underline;text-underline-offset:2px}

.tv477-age-actions{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:10px;
}

.tv477-age-actions button{
  min-height:56px;
  padding:11px 13px;
  border-radius:16px;
  font:inherit;
  font-size:14px;
  line-height:1.08;
  font-weight:1000;
  cursor:pointer;
  touch-action:manipulation;
  transition:transform .14s ease,filter .14s ease,box-shadow .14s ease;
}

.tv477-age-actions button:active{transform:translateY(1px) scale(.99)}

#tv477AgeYes{
  border:0;
  background:linear-gradient(135deg,#15803d,#22c55e);
  color:#fff;
  box-shadow:0 14px 26px rgba(34,197,94,.30);
}

#tv477AgeNo{
  border:1px solid rgba(91,43,0,.18);
  background:#fff;
  color:#2c170d;
}

.tv477-age-note{
  margin:12px 0 0;
  color:#745235;
  text-align:center;
  font-size:12px;
  line-height:1.3;
}

body.tv477-age-open{overflow:hidden!important}

.tv477-alcohol-badge{
  position:absolute;
  top:9px;
  right:9px;
  z-index:4;
  min-width:40px;
  height:28px;
  padding:0 9px;
  display:inline-grid;
  place-items:center;
  border:2px solid rgba(255,255,255,.92);
  border-radius:999px;
  background:var(--tv477-wine);
  color:#fff;
  font-size:12px;
  line-height:1;
  font-weight:1000;
  box-shadow:0 6px 16px rgba(0,0,0,.24);
  pointer-events:none;
}

.tv477-age-verified .tv477-alcohol-badge{background:#166534}

/* ---------- Formulario y WhatsApp ---------- */
.tv477-field-error{
  border-color:#dc2626!important;
  outline:3px solid rgba(220,38,38,.16)!important;
}

#whatsappOrderStatusV477{
  display:none;
  grid-column:1 / -1;
  margin:0;
  padding:10px 12px;
  border:1px solid rgba(220,38,38,.24);
  border-radius:13px;
  background:#fff1f2;
  color:#8b1d24;
  font-size:12px;
  line-height:1.35;
  font-weight:850;
}

#whatsappOrderStatusV477.is-visible{display:block}
#whatsappOrderStatusV477.is-ready{
  display:block;
  border-color:rgba(22,163,74,.22);
  background:#f0fdf4;
  color:#166534;
}

html body.tv477-checkout-active #cartDrawer .drawer-foot{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  align-items:stretch!important;
  gap:9px!important;
  padding-bottom:max(13px,env(safe-area-inset-bottom,0px))!important;
}

html body.tv477-checkout-active #cartDrawer .drawer-foot .shipping-box,
html body.tv477-checkout-active #cartDrawer .drawer-foot #whatsappOrderStatusV477,
html body.tv477-checkout-active #cartDrawer .drawer-foot .total-row.total,
html body.tv477-checkout-active #cartDrawer .drawer-foot #whatsappOrderSubmitV477{
  grid-column:1 / -1!important;
}

html body.tv477-checkout-active #cartDrawer .drawer-foot .shipping-box{
  margin:0!important;
  border-radius:14px!important;
  font-size:12px!important;
}

html body.tv477-checkout-active #cartDrawer .drawer-foot .total-row:not(.total){display:none!important}

html body.tv477-checkout-active #cartDrawer .drawer-foot .total-row.total{
  margin:0!important;
  padding:12px 14px!important;
  border:1px solid rgba(91,43,0,.10)!important;
  border-radius:16px!important;
  background:#fffaf2!important;
}

html body.tv477-checkout-active #cartDrawer .drawer-foot #continueBtn{display:none!important}

#whatsappOrderSubmitV477{
  width:100%;
  min-width:0;
  min-height:68px;
  margin:0;
  padding:11px 13px;
  border:0;
  border-radius:19px;
  display:none;
  grid-template-columns:48px minmax(0,1fr) 30px;
  grid-template-rows:auto auto;
  align-items:center;
  gap:2px 12px;
  position:relative;
  z-index:30;
  overflow:hidden;
  cursor:pointer;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
  text-align:left;
  font:inherit;
  background:
    linear-gradient(135deg,rgba(255,255,255,.22),transparent 42%),
    linear-gradient(135deg,var(--tv477-whatsapp) 0%,var(--tv477-green) 54%,var(--tv477-whatsapp-dark) 100%);
  color:#fff;
  box-shadow:0 18px 36px rgba(18,140,126,.36),inset 0 1px 0 rgba(255,255,255,.30);
  transition:transform .15s ease,filter .15s ease,box-shadow .15s ease;
}

#whatsappOrderSubmitV477.is-visible{display:grid!important}
#whatsappOrderSubmitV477:hover{filter:brightness(1.04)}
#whatsappOrderSubmitV477:active{transform:translateY(1px) scale(.995)}
#whatsappOrderSubmitV477[aria-busy="true"]{opacity:.84;cursor:wait}
#whatsappOrderSubmitV477:disabled{opacity:.65;cursor:not-allowed}

.tv477-whatsapp-icon{
  grid-column:1;
  grid-row:1 / span 2;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:#fff;
  color:var(--tv477-whatsapp-dark);
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.05);
}

.tv477-whatsapp-icon svg{width:27px;height:27px;display:block;fill:currentColor}

#whatsappOrderSubmitV477 .tv477-whatsapp-title{
  grid-column:2;
  grid-row:1;
  min-width:0;
  color:#fff;
  font-size:17px;
  line-height:1.04;
  font-weight:1000;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

#whatsappOrderSubmitV477 .tv477-whatsapp-subtitle{
  grid-column:2;
  grid-row:2;
  min-width:0;
  color:rgba(255,255,255,.92);
  font-size:11px;
  line-height:1.16;
  font-weight:800;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.tv477-whatsapp-arrow{
  grid-column:3;
  grid-row:1 / span 2;
  color:#fff;
  font-size:24px;
  line-height:1;
  font-weight:900;
}

@media(max-width:520px){
  #tv477AgeGate{padding:10px;align-items:flex-end}
  #tv477AgeGate .tv477-age-card{
    width:100%;
    max-height:94dvh;
    border-radius:24px 24px 14px 14px;
  }
  .tv477-age-header{
    grid-template-columns:58px minmax(0,1fr);
    gap:12px;
    padding:17px;
  }
  .tv477-age-mark{width:58px;height:58px;border-radius:18px;font-size:21px}
  .tv477-age-title{font-size:20px}
  .tv477-age-body{padding:16px}
  .tv477-age-question{font-size:17px}
  .tv477-age-actions{grid-template-columns:1fr}
  .tv477-age-actions button{min-height:56px}

  #whatsappOrderSubmitV477{
    min-height:66px;
    grid-template-columns:44px minmax(0,1fr) 24px;
    gap:2px 10px;
    padding:10px 12px;
    border-radius:17px;
  }
  .tv477-whatsapp-icon{width:44px;height:44px;border-radius:14px}
  .tv477-whatsapp-icon svg{width:25px;height:25px}
  #whatsappOrderSubmitV477 .tv477-whatsapp-title{font-size:16px}
  #whatsappOrderSubmitV477 .tv477-whatsapp-subtitle{font-size:10.5px}
}

@media(prefers-reduced-motion:reduce){
  .tv477-age-actions button,
  #whatsappOrderSubmitV477{transition:none}
}

#whatsappOrderStatusV477.is-neutral{
  display:block;
  border-color:rgba(245,158,11,.24);
  background:#fffbeb;
  color:#7c4a03;
}
