
:root{--wb-sage:#687964;--wb-ink:#2f2b29;--wb-paper:#fbfaf6;--wb-line:#dbe1d7;--wb-copper:#d98269}.wb-lock{overflow:hidden}.cart-overlay{position:fixed;inset:0;background:#25302680;opacity:0;visibility:hidden;transition:.25s;z-index:1000}.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed!important;inset:0 0 0 auto!important;width:min(520px,100vw)!important;height:100dvh!important;z-index:1001!important;background:#fffdf9!important;transform:translateX(105%)!important;transition:transform .28s ease!important;display:flex!important;flex-direction:column!important}.cart-drawer.open{transform:translateX(0)!important}.cart-head{padding:34px 32px 24px!important;border-bottom:1px solid var(--wb-line)!important}.cart-head h2{font:500 46px/1 var(--font-cormorant,Georgia,serif)!important}.cart-head>button{width:46px;height:46px;border-radius:50%;background:#eef2eb;font-size:26px}.wb-cart-content{display:flex;flex:1;min-height:0;flex-direction:column}.wb-cart-lines{overflow:auto;padding:22px 32px}.wb-cart-line{display:grid;grid-template-columns:112px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid var(--wb-line)}.wb-cart-line img{width:112px;height:126px;object-fit:contain;border-radius:16px;background:#f3f2ed}.wb-cart-line small{color:var(--wb-copper);font-weight:800;letter-spacing:.12em}.wb-cart-line h3{font:500 28px/1.1 var(--font-cormorant,Georgia,serif);margin:7px 0}.wb-cart-line p{color:var(--wb-sage);margin:0}.wb-qty{display:inline-flex;align-items:center;gap:12px;border:1px solid var(--wb-line);border-radius:999px;margin-top:10px;padding:3px}.wb-qty button{width:34px;height:34px;border-radius:50%;background:#edf1ea}.wb-remove{display:block;margin-top:8px;text-decoration:underline;color:#6b6b65}.wb-cart-footer{margin-top:auto;border-top:1px solid var(--wb-line);padding:22px 32px 28px}.wb-cart-footer>div{display:flex;justify-content:space-between;font-size:18px;margin-bottom:20px}.wb-cart-checkout,.wb-pay-button{width:100%;min-height:58px;border:0;border-radius:999px;background:var(--wb-sage);color:#fff;font-weight:800;letter-spacing:.03em}.wb-cart-footer small{display:block;text-align:center;color:#7a7d76;margin-top:12px}.wb-modal-backdrop{position:fixed;inset:0;z-index:1100;background:#2630279c;backdrop-filter:blur(5px)}.wb-checkout{z-index:1101;width:min(930px,calc(100% - 28px));max-height:94dvh;border:0;border-radius:34px;padding:0;background:#fffdf9;color:var(--wb-ink);box-shadow:0 30px 100px #1e271f66}.wb-checkout::backdrop{background:transparent}.wb-checkout-close-form{position:absolute;right:26px;top:26px;z-index:2}.wb-round-close{width:58px;height:58px;border:1px solid #d4d9d0;border-radius:50%;background:#fffdf9;font-size:30px}.wb-checkout-head{padding:45px 48px 26px;border-bottom:1px solid var(--wb-line)}.wb-checkout-head p{color:var(--wb-copper);font-weight:800;letter-spacing:.18em}.wb-checkout-head h2{font:500 clamp(52px,7vw,78px)/.95 var(--font-cormorant,Georgia,serif);margin:10px 0}.wb-checkout-summary{margin:34px 48px 10px;padding:22px 28px;border-radius:26px;background:#edf1ea}.wb-checkout-summary>div{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #cad2c6}.wb-checkout-summary>div:last-child{border:0}.wb-summary-total{font-size:22px}.wb-checkout-form{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:28px 48px 45px}.wb-field{display:grid;gap:8px;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:800;color:#566653}.wb-field input,.wb-field select{width:100%;min-height:56px;padding:13px 16px;border:1px solid #c4cec0;border-radius:15px;background:#fff;font-size:17px;text-transform:none;letter-spacing:0;color:var(--wb-ink)}.wb-full{grid-column:1/-1}.wb-form-note{color:#747a70;text-align:center;margin:0}.wb-pay-button:disabled{opacity:.65}.empty-cart{margin:auto;text-align:center;padding:35px}.empty-cart span{font-size:45px}.empty-cart a{display:inline-block;margin-top:15px;border-bottom:1px solid}
@media(max-width:650px){.cart-head{padding:24px 20px 18px!important}.cart-head h2{font-size:38px!important}.wb-cart-lines{padding:12px 20px}.wb-cart-line{grid-template-columns:82px 1fr;gap:14px}.wb-cart-line img{width:82px;height:100px}.wb-cart-footer{padding:18px 20px 22px}.wb-checkout{width:100%;max-width:none;height:100dvh;max-height:none;border-radius:0}.wb-checkout-head{padding:34px 20px 20px}.wb-checkout-head h2{font-size:52px}.wb-round-close{width:46px;height:46px}.wb-checkout-close-form{right:16px;top:16px}.wb-checkout-summary{margin:18px 20px 4px;padding:16px 18px}.wb-checkout-form{grid-template-columns:1fr;padding:20px;gap:14px}.wb-full{grid-column:auto}.wb-field input,.wb-field select{min-height:54px}.wb-pay-button{min-height:62px}}

/* Checkout aprobado: centrado, amplio y consistente en computadora y celular */
.wb-checkout[open]{
  position:fixed!important;
  inset:50% auto auto 50%!important;
  transform:translate(-50%,-50%)!important;
  margin:0!important;
  width:min(1040px,calc(100vw - 40px))!important;
  max-width:1040px!important;
  max-height:min(94dvh,980px)!important;
  overflow:auto!important;
  border-radius:42px!important;
}
.wb-checkout-head{padding:44px 56px 28px!important}
.wb-checkout-head h2{font-size:clamp(58px,6vw,86px)!important}
.wb-checkout-summary{margin:34px 56px 8px!important}
.wb-checkout-form{padding:28px 56px 52px!important}
.wb-pay-button{position:relative;z-index:1}
@media (max-width:700px){
  .wb-checkout[open]{
    inset:0!important;
    transform:none!important;
    width:100vw!important;
    max-width:none!important;
    height:100dvh!important;
    max-height:100dvh!important;
    border-radius:0!important;
  }
  .wb-checkout-head{padding:30px 22px 20px!important}
  .wb-checkout-head h2{font-size:54px!important;padding-right:52px}
  .wb-checkout-summary{margin:22px 18px 4px!important;padding:18px!important}
  .wb-checkout-form{grid-template-columns:1fr!important;padding:22px 18px 36px!important;gap:14px!important}
  .wb-full{grid-column:1!important}
  .wb-checkout-close-form{right:16px!important;top:16px!important}
  .wb-round-close{width:48px!important;height:48px!important}
}

/* Dirección de entrega y autocompletado postal */
.wb-field small.wb-postal-status,.wb-field .wb-field-help{display:block;margin-top:2px;color:#7a7d76;font-size:11px;font-weight:500;letter-spacing:0;line-height:1.35;text-transform:none}
.wb-field input[readonly]{background:#f1f3ee;color:#4e5a4b}
