.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a4d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-drawer-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:100%;background:#fff;z-index:9999;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.25,.8,.25,1);color:#0f172a;font-family:PTSans,Arial,sans-serif;border-left:1px solid #e2e8f0;box-shadow:-8px 0 30px #0000001a}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f1f5f9;flex-shrink:0;background:#fff}.cart-drawer__title{font-size:18px;font-weight:900;text-transform:uppercase;letter-spacing:2px;margin:0;color:#0f172a;text-decoration:none}.cart-drawer__title:hover{text-decoration:underline}.cart-drawer__close{background:none;border:none;color:#94a3b8;font-size:28px;cursor:pointer;padding:8px;line-height:1;border-radius:50%;transition:color .2s,background .2s;display:flex;align-items:center;justify-content:center}.cart-drawer__close:hover{color:#0f172a;background:#f1f5f9}.cart-drawer__shipping-banner{background:#ff254c14;color:#ff254c;text-align:center;padding:12px 24px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;border-bottom:1px solid rgba(255,37,76,.08)}.cart-drawer__body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.cart-drawer__body::-webkit-scrollbar{width:6px}.cart-drawer__body::-webkit-scrollbar-track{background:transparent}.cart-drawer__body::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:20px}.cart-drawer__items{padding:24px;display:flex;flex-direction:column;gap:16px}.cart-drawer__item{display:flex;gap:16px;padding:12px;background:#fff;border-radius:12px;border:1px solid #f1f5f9;box-shadow:0 1px 3px #0000000a;transition:box-shadow .2s}.cart-drawer__item:hover{box-shadow:0 4px 12px #00000014}.cart-drawer__item-image{width:80px;height:80px;border-radius:8px;object-fit:cover;background:#f8fafc;flex-shrink:0;border:1px solid #f1f5f9}.cart-drawer__item-details{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between}.cart-drawer__item-top{display:flex;justify-content:space-between;align-items:flex-start}.cart-drawer__item-title{font-size:13px;font-weight:700;margin:0 0 4px;text-transform:uppercase;letter-spacing:.5px;color:#0f172a;line-height:1.3}.cart-drawer__item-price{font-size:13px;color:#64748b;font-weight:500}.cart-drawer__item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.cart-drawer__qty{display:flex;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;box-shadow:0 1px 2px #0000000a}.cart-drawer__qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#ff254c;font-size:16px;font-weight:700;cursor:pointer;transition:background .15s,color .15s;padding:0;line-height:1}.cart-drawer__qty-btn:hover{background:#ff254c;color:#fff}.cart-drawer__qty-val{width:32px;text-align:center;font-size:14px;font-weight:700;color:#0f172a}.cart-drawer__item-total{font-size:15px;font-weight:700;color:#0f172a;white-space:nowrap}.cart-drawer__item-remove{background:none;border:none;color:#94a3b8;font-size:12px;cursor:pointer;padding:4px;transition:color .2s;display:flex;align-items:center;justify-content:center}.cart-drawer__item-remove:hover{color:#ff254c}.cart-drawer__footer{border-top:1px solid #f1f5f9;padding:24px;flex-shrink:0;background:#f8fafc}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px}.cart-drawer__subtotal-label{font-size:13px;color:#64748b;text-transform:uppercase;letter-spacing:1px;font-weight:700}.cart-drawer__subtotal-value{font-size:28px;font-weight:900;color:#0f172a}.cart-drawer__checkout-btn{display:block;width:100%;padding:16px;border:none;border-radius:30px;background:linear-gradient(to right,#ff2856,#b2052a);color:#fff;font-size:16px;font-weight:900;text-transform:uppercase;letter-spacing:3px;cursor:pointer;text-align:center;text-decoration:none;box-shadow:0 10px 25px -5px #ff285680,0 8px 10px -6px #ff285680;transition:transform .2s ease,opacity .15s linear}.cart-drawer__checkout-btn:hover{opacity:.85;transform:translateY(-2px)}.cart-drawer__checkout-btn:active{transform:translateY(0)}.cart-drawer__footer-note{text-align:center;font-size:11px;color:#94a3b8;margin-top:12px;text-transform:uppercase;letter-spacing:.5px}.cart-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center;color:#94a3b8}.cart-drawer__empty-icon{margin-bottom:16px;opacity:.5}.cart-drawer__empty-text{font-size:14px;color:#94a3b8;margin-bottom:24px;text-transform:uppercase;letter-spacing:1px;font-weight:600}.cart-drawer__continue-btn{display:inline-block;padding:12px 32px;border:2px solid #0f172a;border-radius:9999px;color:#0f172a;text-decoration:none;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;transition:background .2s,color .2s}.cart-drawer__continue-btn:hover{background:#0f172a;color:#fff}.cart-drawer__loading{display:flex;align-items:center;justify-content:center;padding:60px 20px}.cart-drawer__spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#ff254c;border-radius:50%;animation:cart-drawer-spin .7s linear infinite}@keyframes cart-drawer-spin{to{transform:rotate(360deg)}}.cart-drawer__item-placeholder{width:80px;height:80px;border-radius:8px;background:#f8fafc;border:1px solid #f1f5f9;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#cbd5e1}@media(max-width:500px){.cart-drawer{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/cart-drawer.css.map */
