.cart { height:100dvh; overflow-y:auto; }
.cart-head { display:flex; justify-content:space-between; align-items:center; flex-shrink:0; }
.cart-head h2 { margin:0 0 12px; }
.cart-region { font-size:14px; color:#6d6562; margin:0 0 16px; }
.payment-label { font-size:15px; font-weight:bold; margin-bottom:8px; }
#payment { width:100%; padding:12px 8px; font-size:15px; border:1px solid #d6cbc5; border-radius:5px; background:white; color:#242020; }
#paymentNote { font-size:14px; line-height:1.4; color:#6d6562; margin:8px 0 18px; }
#items { flex:1; }
.cart .item small { display:block; letter-spacing:0; font-size:14px; font-weight:normal; }
.qty { flex-wrap:wrap; font-size:15px; }
.qty button { min-width:36px; min-height:36px; }
.qty b { margin-left:auto; }
.remove-item { color:#b40000; background:transparent; padding:8px 0; font-weight:normal; }
#send:disabled { opacity:.5; cursor:not-allowed; }
.cart > small { font-size:13px; letter-spacing:0; font-weight:normal; line-height:1.45; }
.cart .total { margin-top:18px; flex-shrink:0; }
button:focus-visible,select:focus-visible { outline:3px solid #b40000; outline-offset:3px; }
#continueShopping { background:#fff; color:#b40000; border:1px solid #b40000; width:100%; min-height:44px; margin:4px 0 18px; flex-shrink:0; }
#continueShopping:hover { background:#fff0ec; }
#produtos { scroll-margin-top:140px; }
.cart-actions { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:10px; flex-shrink:0; }
.cart-actions #continueShopping,.cart-actions #send { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; width:100%; min-height:100px; margin:0; padding:12px 8px; font-size:13px; line-height:1.4; }
.cart-actions #continueShopping { background:#1769c2; border-color:#1769c2; color:#fff; }
.cart-actions #continueShopping:hover { background:#10549e; border-color:#10549e; }
.cart-actions #continueShopping svg { width:23px; height:23px; flex-shrink:0; }
#customerDialog { width:min(480px,calc(100% - 32px)); border:0; border-radius:12px; padding:28px; color:#242020; box-shadow:0 15px 60px #0004; }
#customerDialog::backdrop { background:rgba(0,0,0,.55); }
#customerDialog h2 { font-size:24px; margin:0 0 22px; }
#customerDialog label { display:block; font-weight:bold; margin-bottom:8px; }
#customerName { width:100%; padding:12px; border:1px solid #aaa; border-radius:5px; font:inherit; }
#customerDialog p { font-size:14px; line-height:1.5; color:#6d6562; }
.customer-actions { display:flex; flex-direction:column; gap:10px; margin-top:22px; }
#clearCart { align-self:flex-start; background:transparent; color:#a00000; padding:10px 0; margin-top:8px; text-decoration:underline; font-size:13px; flex-shrink:0; }
#clearCart[hidden] { display:none; }
