.cart-button{position:fixed;right:5vw;bottom:28px;z-index:60;border:1px solid var(--orange);background:#0b0b0bee;padding:13px 16px;font:500 10px DM Mono,monospace;letter-spacing:.1em;box-shadow:0 10px 35px #000}.cart-button span{display:inline-grid;place-items:center;margin-left:7px;width:23px;height:23px;border-radius:50%;background:var(--orange);color:#fff}.product__actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.product__info .add-cart{color:var(--orange)}.modal__cart{margin-top:auto;border:0;background:var(--orange);color:#fff;padding:16px 17px;font:500 10px DM Mono,monospace;letter-spacing:.08em}.cart{position:fixed;inset:0;z-index:110;visibility:hidden}.cart.open{visibility:visible}.cart__backdrop{position:absolute;inset:0;background:#000b;opacity:0;transition:.3s}.cart.open .cart__backdrop{opacity:1}.cart__panel{position:absolute;right:0;top:0;width:min(440px,100%);height:100%;background:#0d0d0d;border-left:1px solid #333;display:flex;flex-direction:column;transform:translateX(100%);transition:.35s}.cart.open .cart__panel{transform:none}.cart__panel header{display:flex;justify-content:space-between;align-items:center;padding:28px;border-bottom:1px solid #292929}.cart__panel header span{color:var(--orange);font:500 9px DM Mono,monospace;letter-spacing:.16em}.cart__panel h2{font-size:38px;margin:2px 0 0}.cart__panel header button{border:1px solid #444;background:transparent;width:40px;height:40px;font-size:24px}.cart__items{padding:18px 28px;overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:86px 1fr;gap:16px;padding:14px 0;border-bottom:1px solid #252525}.cart-item img{width:86px;height:86px;object-fit:cover}.cart-item h3{font-size:20px;margin:2px 0 5px}.cart-item span{color:var(--orange)}.quantity{display:flex;align-items:center;gap:12px;margin-top:10px}.quantity button{width:27px;height:27px;border:1px solid #444;background:transparent}.quantity b{font-family:DM Mono,monospace;font-size:11px}.cart__empty{color:#777;text-align:center;margin-top:50px}.cart__footer{padding:24px 28px 30px;border-top:1px solid #292929}.cart__footer>div{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.cart__footer span{font:500 10px DM Mono,monospace;letter-spacing:.12em;color:#888}.cart__footer strong{font-size:30px;color:var(--orange)}.cart__footer a{display:block;text-align:center;background:var(--orange);padding:17px;font:500 10px DM Mono,monospace;letter-spacing:.08em}.cart__footer a.disabled{opacity:.35;pointer-events:none}@media(max-width:850px){.cart-button{right:18px;bottom:18px}.modal__cart{margin-top:30px}}@media(max-width:560px){.cart__panel header,.cart__items,.cart__footer{padding-left:20px;padding-right:20px}}
