.cart-drawer-module__sBhnUW__scope{--orange:#e97715;--dark:#151008;--card:#fff;--bg:#f2f1ef;--bg2:#eceae7;--border:#e0ddd9;--text:#111;--muted:#888;--muted2:#c0bdb9;--success:#2d9e6b;--display:var(--font-bebas),"Bebas Neue",sans-serif;--body:var(--font-sans),"DM Sans",system-ui,sans-serif}.cart-drawer-module__sBhnUW__fab{z-index:350;background:var(--dark);color:#fff;cursor:pointer;font-family:var(--body);letter-spacing:1px;text-transform:uppercase;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:8px;padding:12px 18px;font-size:12px;font-weight:700;transition:transform .15s,background .15s;display:flex;position:fixed;bottom:16px;right:16px;box-shadow:0 6px 20px #00000040}.cart-drawer-module__sBhnUW__fab:hover{background:#241a0c;transform:translateY(-1px)}.cart-drawer-module__sBhnUW__cartCount{background:var(--orange);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;display:flex}.cart-drawer-module__sBhnUW__cartCount.cart-drawer-module__sBhnUW__empty{background:#fff3}.cart-drawer-module__sBhnUW__overlay{z-index:400;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;transition:opacity .25s;position:fixed;inset:0}.cart-drawer-module__sBhnUW__overlay.cart-drawer-module__sBhnUW__open{opacity:1;pointer-events:all}.cart-drawer-module__sBhnUW__drawer{z-index:500;width:420px;max-width:100vw;font-family:var(--body);background:#fff;flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-8px 0 40px #00000026}.cart-drawer-module__sBhnUW__drawer.cart-drawer-module__sBhnUW__open{transform:translate(0)}.cart-drawer-module__sBhnUW__hdr{border-bottom:1px solid var(--border);background:var(--dark);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.cart-drawer-module__sBhnUW__hdrTitle{font-family:var(--display);letter-spacing:1.5px;color:#fff;font-size:22px}.cart-drawer-module__sBhnUW__close{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;line-height:1;display:flex}.cart-drawer-module__sBhnUW__body{flex:1;padding:16px;overflow-y:auto}.cart-drawer-module__sBhnUW__emptyMsg{text-align:center;color:var(--muted);padding:60px 20px}.cart-drawer-module__sBhnUW__emptyIcon{opacity:.3;justify-content:center;margin-bottom:12px;display:flex}.cart-drawer-module__sBhnUW__emptyText{font-size:14px;font-weight:300}.cart-drawer-module__sBhnUW__item{background:var(--bg);border:1px solid var(--border);border-radius:8px;align-items:flex-start;gap:12px;margin-bottom:10px;padding:14px 16px;animation:.2s cart-drawer-module__sBhnUW__sIn;display:flex}@keyframes cart-drawer-module__sBhnUW__sIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.cart-drawer-module__sBhnUW__thumb{background:var(--dark);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;overflow:hidden}.cart-drawer-module__sBhnUW__thumb img{object-fit:contain;width:100%;height:100%}.cart-drawer-module__sBhnUW__thumbEmpty{color:var(--muted2);text-align:center;padding:2px;font-size:9px}.cart-drawer-module__sBhnUW__info{flex:1;min-width:0}.cart-drawer-module__sBhnUW__brand{letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-bottom:2px;font-size:9.5px;font-weight:700}.cart-drawer-module__sBhnUW__name{font-family:var(--display);letter-spacing:1px;color:var(--text);margin-bottom:2px;font-size:17px}.cart-drawer-module__sBhnUW__detail{color:var(--muted);font-size:12px;font-weight:300}.cart-drawer-module__sBhnUW__pn{letter-spacing:.5px;color:var(--muted2);margin-top:2px;font-size:10px;font-weight:600}.cart-drawer-module__sBhnUW__price{color:var(--text);margin-top:4px;font-size:15px;font-weight:600}.cart-drawer-module__sBhnUW__msrp{color:var(--muted2);margin-left:4px;font-size:10.5px;text-decoration:line-through}.cart-drawer-module__sBhnUW__save{color:var(--success);margin-left:4px;font-size:10px;font-weight:700}.cart-drawer-module__sBhnUW__rm{color:var(--muted2);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:2px;font-size:18px;line-height:1;transition:color .15s}.cart-drawer-module__sBhnUW__rm:hover{color:#dc2626}.cart-drawer-module__sBhnUW__qty{border:1px solid var(--border);background:#fff;border-radius:6px;align-items:center;gap:0;margin-top:8px;display:inline-flex;overflow:hidden}.cart-drawer-module__sBhnUW__qtyBtn{width:28px;height:26px;color:var(--text);cursor:pointer;background:#fff;border:none;justify-content:center;align-items:center;font-size:15px;line-height:1;transition:background .12s;display:flex}.cart-drawer-module__sBhnUW__qtyBtn:hover:not(:disabled){background:var(--bg2)}.cart-drawer-module__sBhnUW__qtyBtn:disabled{color:var(--muted2);cursor:not-allowed}.cart-drawer-module__sBhnUW__qtyVal{text-align:center;min-width:30px;color:var(--text);border-left:1px solid var(--border);border-right:1px solid var(--border);padding:0 2px;font-size:13px;font-weight:600;line-height:26px}.cart-drawer-module__sBhnUW__ftr{border-top:1px solid var(--border);background:var(--bg);padding:16px 24px}.cart-drawer-module__sBhnUW__row{justify-content:space-between;align-items:baseline;margin-bottom:5px;display:flex}.cart-drawer-module__sBhnUW__rl{color:var(--muted);font-size:12px;font-weight:500}.cart-drawer-module__sBhnUW__rv{color:var(--text);font-size:13px;font-weight:600}.cart-drawer-module__sBhnUW__totalRow{border-top:1px solid var(--border);justify-content:space-between;align-items:baseline;margin:8px 0 14px;padding-top:10px;display:flex}.cart-drawer-module__sBhnUW__totalLbl{color:var(--text);font-size:14px;font-weight:600}.cart-drawer-module__sBhnUW__totalVal{font-family:var(--display);letter-spacing:1px;color:var(--text);font-size:26px}.cart-drawer-module__sBhnUW__checkoutBtn{background:var(--orange);color:#fff;width:100%;font-family:var(--body);letter-spacing:2px;text-transform:uppercase;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:15px;font-size:12px;font-weight:700;text-decoration:none;transition:background .15s;display:flex}.cart-drawer-module__sBhnUW__checkoutBtn:hover{background:#d04609}.cart-drawer-module__sBhnUW__note{color:var(--muted);text-align:center;margin-top:8px;font-size:11px;font-weight:300}@media (max-width:480px){.cart-drawer-module__sBhnUW__drawer{width:100%;max-width:100vw}.cart-drawer-module__sBhnUW__overlay,.cart-drawer-module__sBhnUW__overlay.cart-drawer-module__sBhnUW__open{-webkit-backdrop-filter:none;backdrop-filter:none}.cart-drawer-module__sBhnUW__fab{padding:11px 16px;bottom:12px;right:12px}}
