.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:2000;opacity:0;pointer-events:none;transition:opacity .35s ease}.cart-overlay.open{opacity:1;pointer-events:all}.cart-panel{position:fixed;top:0;right:0;width:420px;max-width:100%;height:100vh;background:#fff;z-index:2100;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #0000001f}.cart-panel.open{transform:translate(0)}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;border-bottom:1px solid #e8e8e8}.cart-header h2{font-family:Outfit,sans-serif;font-size:.9rem;letter-spacing:.18em;font-weight:500}.cart-close-btn{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;color:#000;transition:opacity .2s ease}.cart-close-btn:hover{opacity:.5}.cart-items{flex:1;overflow-y:auto;padding:1.5rem 1.75rem}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;color:#888;font-size:.85rem;letter-spacing:.08em;text-align:center}.cart-empty svg{width:40px;height:40px;stroke:#ccc}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:1rem;align-items:start;padding:1.25rem 0;border-bottom:1px solid #f0f0f0}.cart-item:last-child{border-bottom:none}.cart-item-img{width:72px;height:90px;object-fit:cover;display:block}.cart-item-details{display:flex;flex-direction:column;gap:.35rem}.cart-item-name{font-family:Outfit,sans-serif;font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#111}.cart-item-meta{font-size:.78rem;color:#888;letter-spacing:.04em}.cart-item-price{font-size:.82rem;font-weight:500;color:#111;letter-spacing:.04em}.cart-item-qty{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.cart-item-qty button{width:24px;height:24px;border:1px solid #ddd;background:none;cursor:pointer;font-size:.9rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .15s}.cart-item-qty button:hover{background:#f5f5f5}.cart-item-qty span{font-size:.82rem;min-width:1.5rem;text-align:center}.cart-item-remove{background:none;border:none;cursor:pointer;padding:2px 0 0;color:#bbb;transition:color .2s;display:flex;align-items:flex-start}.cart-item-remove:hover{color:#000}.cart-item-remove svg{width:16px;height:16px}.cart-footer{padding:1.5rem 1.75rem;border-top:1px solid #e8e8e8;background:#fff}.cart-subtotal{display:flex;justify-content:space-between;font-family:Outfit,sans-serif;font-size:.85rem;letter-spacing:.08em;margin-bottom:1.25rem}.cart-subtotal span:last-child{font-weight:600}.cart-checkout-btn{display:block;width:100%;padding:1rem;background:#000;color:#fff;font-family:Outfit,sans-serif;font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;border:none;cursor:pointer;text-align:center;transition:background .2s ease}.cart-checkout-btn:hover{background:#333}.cart-badge{position:absolute;top:2px;right:2px;background:#c9a84c;color:#111;font-size:.65rem;font-weight:700;min-width:17px;height:17px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;pointer-events:none;box-shadow:0 2px 6px #00000026;padding:0 4px}.nav-cart-wrapper{position:relative;cursor:pointer;display:flex!important;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;color:#111;transition:background .2s ease,transform .2s ease;flex-shrink:0}.nav-cart-wrapper:hover{background:#0000000f;transform:scale(1.05)}.nav-cart-wrapper svg{width:21px!important;height:21px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round;stroke-linejoin:round}
