body.drawer-open{overflow:hidden}.cart-overlay{position:fixed;inset:0;z-index:80;background:rgba(5,8,9,.62);opacity:0;transition:opacity .22s}.cart-overlay.show{opacity:1}.cart-drawer{position:fixed;z-index:90;top:0;right:0;width:min(440px,100vw);height:100dvh;background:#f5f7f6;box-shadow:-20px 0 60px #0003;transform:translateX(105%);transition:transform .28s ease;display:grid;grid-template-rows:auto minmax(0,1fr) auto;color:#15191a}.cart-drawer.open{transform:none}.cart-drawer>header{position:static;height:auto;background:#0b0f10;color:#fff;padding:23px 25px;display:flex;justify-content:space-between;align-items:center;border:0}.cart-drawer>header small{color:#baff18;font-size:9px;letter-spacing:.14em}.cart-drawer>header h2{font:800 30px/1 Barlow Condensed;margin:5px 0 0}.cart-drawer>header h2 span{color:#baff18}.cart-drawer>header button{border:1px solid #ffffff28;background:transparent;color:#fff;width:38px;height:38px;padding:0;font-size:25px}.drawer-items{overflow-y:auto;padding:10px 22px}.drawer-items article{display:grid;grid-template-columns:86px minmax(0,1fr) auto;gap:13px;align-items:center;padding:14px 0;border-bottom:1px solid #dfe4e3}.drawer-items img{width:86px;height:72px;object-fit:cover}.drawer-items small,.drawer-items b,.drawer-items span,.drawer-items strong{display:block}.drawer-items small{font-size:8px;color:#70797a;text-transform:uppercase}.drawer-items b{font:700 18px/1.05 Barlow Condensed;margin:4px 0}.drawer-items span{font-size:9px;color:#7b8485}.drawer-items strong{font:800 18px Barlow Condensed;margin-top:7px}.drawer-remove{align-self:start;border:0;background:transparent;color:#777;font-size:8px;padding:4px;text-decoration:underline}.drawer-empty{align-self:center;text-align:center;padding:45px 25px}.drawer-empty b{font:800 25px Barlow Condensed}.drawer-empty p{color:#7c8586}.cart-drawer>footer{background:#fff;color:#15191a;text-align:left;padding:20px 24px;border-top:1px solid #dfe4e3}.cart-drawer>footer>div{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.cart-drawer>footer>div span{font-size:10px}.cart-drawer>footer>div strong{font:800 29px Barlow Condensed}.cart-drawer>footer>a{display:block;text-align:center;padding:14px;text-decoration:none;font-size:9px;font-weight:700}.cart-drawer>footer>a:first-of-type{background:#baff18;color:#101516}.cart-drawer>footer>a:nth-of-type(2){padding:11px;color:#60696a}.cart-drawer>footer>a.is-disabled{pointer-events:none;opacity:.35}.cart-drawer>footer>small{display:block;text-align:center;color:#889091;font-size:8px}@media(max-width:480px){.cart-drawer{width:100vw}.drawer-items{padding-inline:16px}.drawer-items article{grid-template-columns:72px minmax(0,1fr)}.drawer-items img{width:72px;height:66px}.drawer-remove{grid-column:2;justify-self:start}.cart-drawer>footer{padding:16px}}
