.store-cart-button{position:relative;flex:0 0 auto;min-width:54px;height:38px;border:1px solid var(--line);color:#fff;background:#080808;cursor:pointer;font-weight:900}.store-cart-button span{position:absolute;right:-6px;top:-8px;min-width:19px;height:19px;display:grid;place-items:center;border-radius:12px;color:#050505;background:#fff;font-size:10px}.store-cart-backdrop{position:fixed;inset:0;z-index:90;background:rgba(0,0,0,.78);backdrop-filter:blur(4px)}.store-cart{position:fixed;z-index:91;right:0;top:0;bottom:0;width:min(440px,100%);display:flex;flex-direction:column;border-left:1px solid #555;color:#fff;background:#080808;box-shadow:-25px 0 80px #000}.store-cart[hidden],.store-cart-backdrop[hidden]{display:none}.store-cart>header{display:flex;align-items:center;justify-content:space-between;padding:1.4rem;border-bottom:1px solid #333}.store-cart h2{margin:.25rem 0 0;font:900 2rem "Arial Black",Arial}.store-cart>header button{width:42px;height:42px;border:1px solid #444;color:#fff;background:#090909;font-size:1.5rem}.store-cart-lines{flex:1;overflow:auto;padding:1.4rem}.cart-empty{padding:2rem;border:1px solid #333;color:#888}.cart-line{display:grid;grid-template-columns:76px 1fr;gap:1rem;padding:0 0 1rem;margin-bottom:1rem;border-bottom:1px solid #292929}.cart-line img{width:76px;height:92px;object-fit:cover}.cart-line strong,.cart-line small,.cart-line b{display:block}.cart-line small{margin:.35rem 0;color:#888}.cart-line b{margin-bottom:.7rem}.cart-line div div{display:flex;align-items:center;gap:.4rem}.cart-line button{width:30px;height:30px;border:1px solid #444;color:#fff;background:#111}.cart-line .remove{margin-left:auto;color:#ff8f8f}.store-cart>footer{padding:1.4rem;border-top:1px solid #555}.store-cart>footer p{display:flex;justify-content:space-between;align-items:center}.store-cart>footer strong{font-size:1.7rem}.store-cart>footer button{width:100%;padding:1rem;border:1px solid #333;color:#666;background:#090909}.backend-buy{display:grid;gap:1rem;margin-top:1.25rem}.backend-buy label{display:grid;gap:.5rem;color:#888;font-size:.65rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.backend-buy select{width:100%;padding:.9rem;border:1px solid #444;color:#fff;background:#0a0a0a}.backend-buy button:disabled{opacity:.35}.cart-open{overflow:hidden}@media(max-width:800px){.store-cart-button{min-width:42px}.store-header{flex-wrap:wrap}.store-controls{order:3}.store-cart-button{order:4}}

