.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;pointer-events:none}.cart-drawer.open{pointer-events:auto}.cart-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#1a3c5e99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .5s}.cart-drawer.open .cart-drawer-backdrop{opacity:1}.cart-drawer-content{position:fixed;inset-y:0;right:0;width:100%;max-width:28rem;background-color:#fff;box-shadow:-10px 0 25px #00000040;transform:translate(100%);transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;height:100%}.cart-drawer.open .cart-drawer-content{transform:translate(0)}.cart-drawer-header{padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center;background-color:#fff}.cart-drawer-title{font-size:1.5rem;font-weight:700;color:var(--brand-navy);margin:0}.cart-drawer-count{color:#9ca3af;font-weight:400;font-size:1.125rem}.cart-drawer-close{padding:.5rem;background:none;border:none;color:#6b7280;transition:background-color .3s;border-radius:9999px;cursor:pointer}.cart-drawer-close:hover{background-color:#f3f4f6}.cart-drawer-close-icon{height:1.5rem;width:1.5rem}.cart-drawer-items{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.cart-drawer-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#9ca3af;gap:1rem}.cart-drawer-empty-icon{width:4rem;height:4rem;background-color:#f3f4f6;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.cart-drawer-empty-icon svg{height:2rem;width:2rem;color:#d1d5db}.cart-drawer-empty-text{font-size:1.125rem;font-weight:500}.cart-drawer-empty-button{padding:.5rem 1.5rem;background-color:var(--brand-navy);color:#fff;border-radius:9999px;font-size:.875rem;font-weight:700;transition:background-color .3s;cursor:pointer}.cart-drawer-empty-button:hover{background-color:var(--brand-orange)}.cart-drawer-item{display:flex;gap:1rem}.cart-drawer-item-image{width:6rem;height:6rem;background-color:#f3f4f6;border-radius:1rem;overflow:hidden;flex-shrink:0;border:1px solid #E5E7EB}.cart-drawer-item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer-item-content{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:.25rem 0}.cart-drawer-item-header{display:flex;justify-content:space-between;align-items:start}.cart-drawer-item-name{font-weight:700;color:var(--brand-navy);font-size:1.125rem;line-height:1.2}.cart-drawer-item-remove{color:#d1d5db;transition:color .3s;background:none;border:none;cursor:pointer;padding:0}.cart-drawer-item-remove:hover{color:#ef4444}.cart-drawer-item-remove svg{height:1.25rem;width:1.25rem}.cart-drawer-item-variant{font-size:.875rem;color:#6b7280;font-weight:500;background-color:#f9fafb;display:inline-block;padding:.125rem .5rem;border-radius:.375rem;margin-top:.25rem}.cart-drawer-item-footer{display:flex;justify-content:space-between;align-items:end}.cart-drawer-item-quantity{font-size:.875rem;color:#9ca3af}.cart-drawer-item-price{color:var(--brand-orange);font-weight:700;font-size:1.125rem}.cart-drawer-footer{padding:1.5rem;border-top:1px solid rgba(0,0,0,.05);background-color:#f9fafb}.cart-drawer-summary{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.cart-drawer-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#6b7280}.cart-drawer-shipping-free{color:#059669;font-weight:500}.cart-drawer-total{padding-top:1rem;border-top:1px solid #E5E7EB}.cart-drawer-total span:first-child{color:#1f2937;font-weight:700}.cart-drawer-total span:last-child{font-size:1.5rem;font-weight:700;color:var(--brand-navy)}.cart-drawer-checkout-button{width:100%;padding:1rem;background-color:var(--brand-navy);color:#fff;border-radius:1rem;font-weight:700;box-shadow:0 10px 15px -3px #1a3c5e1a;transition:all .3s;display:flex;justify-content:center;align-items:center;gap:.5rem;cursor:pointer;border:none}.cart-drawer-checkout-button:hover{background-color:var(--brand-orange);box-shadow:0 10px 15px -3px #f0713633}.cart-drawer-checkout-button:active{transform:scale(.98)}.cart-drawer-checkout-button:disabled{opacity:.5;cursor:not-allowed}.cart-drawer-checkout-icon{height:1.25rem;width:1.25rem}.cart-drawer-security{text-align:center;font-size:.625rem;color:#9ca3af;margin-top:1rem;text-transform:uppercase;letter-spacing:.05em}
/*# sourceMappingURL=/cdn/shop/t/11/assets/cart-drawer.css.map */
