.preview-bar button{margin-left:auto;padding:7px 13px;border:1px solid #ffd451;border-radius:5px;background:#ffd451;color:#201b19;font-weight:800;cursor:pointer}
.preview-bar button b{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-left:5px;border-radius:50%;background:#201b19;color:#fff}
.compliance{max-width:900px;margin:35px auto 0;padding:20px 24px;text-align:left;background:#fff;border:2px solid #223f7d;box-shadow:5px 6px 0 rgba(34,63,125,.2)}
.compliance strong{font:20px 'Archivo Black';text-transform:uppercase}.compliance p{margin-bottom:0;line-height:1.55}
.cart-shade{position:fixed;inset:0;background:rgba(20,15,12,.56);opacity:0;pointer-events:none;transition:.2s;z-index:40}.cart-shade.open{opacity:1;pointer-events:auto}
.cart-drawer{position:fixed;z-index:41;right:0;top:0;bottom:0;width:min(480px,100%);padding:28px;background:#fff6db;box-shadow:-10px 0 30px rgba(0,0,0,.3);transform:translateX(105%);transition:.25s;overflow:auto}.cart-drawer.open{transform:translateX(0)}
.cart-head{display:flex;align-items:start;justify-content:space-between;border-bottom:3px solid #221b18;padding-bottom:16px}.cart-head h2{margin:0;font:36px 'Archivo Black';text-transform:uppercase}.cart-head .kicker{margin-bottom:5px}.cart-head button{border:0;background:transparent;font-size:40px;cursor:pointer}
.cart-empty{padding:55px 15px;text-align:center;color:#725e4c}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:14px;align-items:start;padding:24px 0;border-bottom:1px dashed #96795e}.cart-item img{width:100px;height:76px;object-fit:cover;border:4px solid #fff;box-shadow:2px 3px 0 #5f4b3b}.cart-item strong{display:block;font:18px 'Archivo Black';text-transform:uppercase}.cart-item p{max-height:75px;overflow:hidden;margin:7px 0;color:#554439}.cart-item small{color:#9e1821;font-weight:700}.cart-item button{border:0;background:none;color:#9e1821;text-decoration:underline;cursor:pointer}
.cart-total{display:flex;justify-content:space-between;margin:24px 0;padding-top:18px;border-top:2px solid #221b18;font-size:19px}.cart-total strong{font:26px 'Archivo Black'}.cart-drawer>.btn{width:100%}.cart-drawer>.btn:disabled{opacity:.45;cursor:not-allowed}.cart-disclaimer{font-size:12px;line-height:1.5;color:#6a5849}
.customer-actions{grid-template-columns:1fr}.customer-actions .btn{width:100%;font-size:16px}.cart-email{display:grid;gap:7px;margin:18px 0;font-weight:800}.cart-email input{padding:12px;border:1px solid #90765d;background:#fffdf4;border-radius:3px;font:16px inherit}.cart-drawer>.btn+.btn{margin-top:12px}.order-result{min-height:22px;color:#79202a;font-weight:700;font-size:13px}
@media(max-width:700px){.preview-bar button{width:100%;margin-left:0}.cart-item{grid-template-columns:82px 1fr}.cart-item img{width:82px;height:64px}.cart-item button{grid-column:2}}
@media print{.cart-drawer,.cart-shade,.compliance{display:none!important}}
