.cart-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:40;background:#d8939300;position:fixed;inset:0}.cart-drawer{z-index:9999999;background:#fff;border-top-left-radius:16px;border-bottom-left-radius:16px;flex-direction:column;width:100%;max-width:380px;height:100%;margin-top:5.3%;margin-bottom:5%;padding:20px;animation:.3s slideIn;display:flex;position:fixed;top:0;right:0;box-shadow:-4px 0 15px #00000026}@media (max-width:768px){.cart-drawer{margin-top:25%}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.cart-header h2{color:#222;font-size:20px;font-weight:600}.close-btn{color:#555;cursor:pointer;background:0 0;border:none;font-size:22px;transition:all .2s}.close-btn:hover{color:#000}.cart-body{flex:1;padding-right:5px;overflow-y:auto}.empty-msg{text-align:center;color:#777;margin-top:50px}.cart-list{margin:0;padding:0;list-style:none}.cart-item{background:#f9f9f9;border-radius:10px;align-items:center;gap:12px;margin-bottom:12px;padding:12px;transition:box-shadow .2s;display:flex}.cart-item:hover{box-shadow:0 2px 8px #0000001a}.cart-item img{object-fit:cover;border:1px solid #eee;border-radius:8px;width:55px;height:55px}.item-info{flex:1}.item-title{color:#000;margin-bottom:4px;font-size:15px;font-weight:500}.item-price{color:#666;font-size:14px}.checkout-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:10px;margin-top:16px;margin-bottom:5%;padding:14px;font-size:15px;font-weight:500;transition:background .3s;position:sticky;bottom:0}.checkout-btn:hover{background:#ffa600}@media (max-width:480px){.cart-drawer{border-radius:0;max-width:100%}}.qty-controls{align-items:center;gap:8px;margin-top:5px;display:flex}.qty-controls button{cursor:pointer;background:#eee;border:none;border-radius:4px;width:25px;height:25px;font-size:16px}.remove-btn{color:#fff;cursor:pointer;background:#ff4d4d;border:none;border-radius:4px;margin-top:6px;padding:4px 10px;font-size:12px}.remove-btn:hover{background:#e60000}
:root{--accent:#111;--accent-contrast:#fff;--muted:#6b7280;--panel-bg:#fff;--overlay-bg:#00000073;--radius:12px;--shadow:0 8px 24px #0c0e141f;--sm-break:640px}.atc-button{background:var(--accent);width:100%;color:var(--accent-contrast);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;line-height:1;transition:transform .12s,box-shadow .12s,opacity .12s;display:flex;box-shadow:0 6px 18px #00000014}.atc-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000001f}.atc-button:active{transform:translateY(0)}.atc-button:focus{outline-offset:2px;outline:3px solid #1118271f}.atc-button--in{background:linear-gradient(#111 0%,#0b0b0b 100%);box-shadow:0 6px 18px #02061740}@media (max-width:420px){.atc-button{border-radius:8px;padding:9px 12px;font-size:13px}}.atc-button__text{display:inline-block}.cart-drawer-overlay{background:var(--overlay-bg);z-index:999;opacity:0;pointer-events:none;transition:opacity .22s;position:fixed;inset:0}.cart-drawer-overlay.is-open{opacity:1;pointer-events:auto}.cart-drawer-panel{background:var(--panel-bg);border-radius:var(--radius);width:420px;max-width:calc(100% - 36px);box-shadow:var(--shadow);z-index:1000;opacity:0;flex-direction:column;transition:transform .22s cubic-bezier(.2,.9,.2,1),opacity .18s;display:flex;position:fixed;top:18px;bottom:18px;right:18px;overflow:hidden;transform:translate(18px)scale(.995)}.cart-drawer-panel.is-open{opacity:1;transform:translate(0)scale(1)}.cart-drawer-panel .drawer-header{border-bottom:1px solid #f1f3f5;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.cart-drawer-panel .drawer-content{flex:auto;padding:14px 18px;overflow-y:auto}.cart-drawer-panel .drawer-footer{border-top:1px solid #f1f3f5;justify-content:space-between;align-items:center;gap:10px;padding:14px 18px;display:flex}.cart-drawer-close{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:inline-flex}.cart-drawer-close:hover{background:#0000000a}@media (max-width:640px){.cart-drawer-panel{border-radius:12px 12px 0 0;width:100%;max-width:100%;height:68vh;inset:auto 0 0;transform:translateY(24px)scale(.995)}.cart-drawer-panel.is-open{transform:translateY(0)scale(1)}}
