.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-drawer-overlay--open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:90vw;height:100%;background:#fff;z-index:1000;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;box-shadow:-4px 0 24px #0000001a}.cart-drawer--open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #eee;flex-shrink:0}.cart-drawer__title{font-size:20px;font-weight:700;margin:0;font-family:var(--font-heading, serif)}.cart-drawer__count{font-size:14px;font-weight:400;color:#888;margin-left:4px}.cart-drawer__close{background:none;border:none;cursor:pointer;padding:4px;color:#333;transition:opacity .2s}.cart-drawer__close:hover{opacity:.6}.cart-drawer__body{flex:1;overflow-y:auto;padding:16px 24px}.cart-drawer__item{display:flex;align-items:flex-start;gap:14px;padding:16px 0;border-bottom:1px solid #f0f0f0}.cart-drawer__item:last-child{border-bottom:none}.cart-drawer__item-image{width:72px;height:72px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f8f8f8}.cart-drawer__item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-placeholder{width:100%;height:100%;background:#eee}.cart-drawer__item-info{flex:1;min-width:0}.cart-drawer__item-title{display:block;font-size:14px;font-weight:600;color:#1a1a2e;line-height:1.3;margin-bottom:2px}.cart-drawer__item-variant{display:block;font-size:13px;color:#888;margin-bottom:8px}.cart-drawer__item-qty{display:inline-flex;align-items:center;border:1px solid #ddd;border-radius:6px;overflow:hidden}.cart-drawer__qty-btn{background:none;border:none;width:32px;height:32px;cursor:pointer;font-size:16px;color:#333;display:flex;align-items:center;justify-content:center;transition:background .15s}.cart-drawer__qty-btn:hover{background:#f5f5f5}.cart-drawer__qty-value{font-size:14px;font-weight:600;min-width:28px;text-align:center}.cart-drawer__item-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.cart-drawer__item-compare-price{font-size:13px;font-weight:400;color:#999;text-decoration:line-through;white-space:nowrap}.cart-drawer__item-price{font-size:15px;font-weight:700;color:#1a1a2e;white-space:nowrap}.cart-drawer__item-remove{background:none;border:none;cursor:pointer;color:#bbb;padding:4px;transition:color .2s}.cart-drawer__item-remove:hover{color:#e53e3e}.cart-drawer__empty{text-align:center;padding:60px 20px;color:#888}.cart-drawer__empty p{font-size:16px;margin-bottom:16px}.cart-drawer__continue{display:inline-block;padding:12px 28px;background:#1a1a2e;color:#fff;text-decoration:none;border-radius:8px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:opacity .2s}.cart-drawer__continue:hover{opacity:.9}.cart-drawer__footer{padding:20px 24px;border-top:1px solid #eee;flex-shrink:0}.cart-drawer__savings{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:14px;font-weight:600;color:#1a1a2e}.cart-drawer__savings-amount{color:#d63384;font-weight:700}.cart-drawer__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:16px;font-weight:700;color:#1a1a2e}.cart-drawer__total-prices{display:flex;align-items:center;gap:8px}.cart-drawer__total-compare{font-size:14px;font-weight:400;color:#999;text-decoration:line-through}.cart-drawer__total-price{font-size:18px}.cart-drawer__checkout{display:block;width:100%;padding:16px;background:linear-gradient(135deg,#d63384,#7b2ff7);color:#fff;text-align:center;text-decoration:none;border-radius:8px;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:1px;transition:opacity .2s}.cart-drawer__checkout:hover{opacity:.9}.cart-drawer__guarantee{margin:14px 0 0;font-size:13px;color:#666;line-height:1.4;text-align:center}.cart-drawer__guarantee svg{display:inline-block;vertical-align:-3px;margin-right:4px}.cart-drawer__review{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;padding-top:12px;border-top:1px solid #f0f0f0}.cart-drawer__review-label{font-size:14px;font-weight:700;color:#1a1a2e}.cart-drawer__review-stars{display:flex;gap:1px;color:#22c55e}.cart-drawer__review-stars svg{width:14px;height:14px;fill:currentColor}.cart-drawer__review-score{font-size:14px;font-weight:300;color:#1a1a2e}.cart-drawer__payment-icons{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px}.cart-drawer__payment-icons svg{height:24px;width:auto}@media(max-width:768px){.cart-drawer{width:100%;max-width:100vw}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-cart-drawer.css.map */
