.cart-drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:9998;cursor:pointer}.cart-drawer-overlay.open{display:block}.cart-drawer{position:fixed;top:0;right:0;width:420px;height:100vh;height:100dvh;background:#fff8f0;z-index:9999;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 20px #0000001a}.cart-drawer.open{transform:translate(0)}@media(max-width:768px){.cart-drawer{width:100%}}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:.7rem 1rem;border-bottom:1px solid #F5EDE3;flex-shrink:0}.cart-drawer-header h2{font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:700;color:#1a1a2e;display:flex;align-items:center;gap:8px}.cart-count{background:#e83e6c;color:#fff;font-size:.68rem;font-weight:700;min-width:20px;height:20px;border-radius:10px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;font-family:DM Sans,sans-serif}.cart-drawer-close{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1a1a2e;background:none;border:none;cursor:pointer;transition:background .2s,color .2s}.cart-drawer-close:hover{background:#f5ede3;color:#e83e6c}.cart-drawer-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:4px 12px}.cart-item{display:flex;gap:8px;padding:8px 0;border-bottom:1px solid #F5EDE3}.cart-item-img{width:56px;height:56px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f5ede3}.cart-item-img img{width:100%;height:100%;object-fit:cover;display:block}.cart-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.cart-item-title{font-size:13px;font-weight:700;color:#1a1a2e;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item-variant{font-size:11px;color:#9ca3af}.cart-item-price{font-size:12px;font-weight:600;color:#e83e6c}.cart-item-qty{display:flex;align-items:center;margin-top:4px;border:1.5px solid #F5EDE3;border-radius:6px;overflow:hidden;width:fit-content;background:#fff}.qty-btn{width:26px;height:30px;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;color:#1a1a2e;background:none;border:none;cursor:pointer;transition:background .15s,color .15s}.qty-btn:hover{background:#f5ede3;color:#e83e6c}.qty-val{width:24px;height:30px;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;border-left:1.5px solid #F5EDE3;border-right:1.5px solid #F5EDE3}.cart-empty{text-align:center;padding:3rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.cart-empty p{font-size:1rem;color:#6b7280;font-weight:500}.cart-continue{display:inline-flex;padding:.7rem 1.75rem;background:#e83e6c;color:#fff;border-radius:100px;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s}.cart-continue:hover{background:#c2305a;transform:translateY(-1px)}.cart-drawer-footer{padding:8px 12px calc(10px + env(safe-area-inset-bottom,0px));border-top:1px solid #F5EDE3;background:#fff8f0;flex-shrink:0}.cart-subtotal-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:14px}.cart-subtotal-row span:first-child{color:#6b7280}.cart-subtotal-row #cart-subtotal{font-family:Playfair Display,Georgia,serif;font-size:14px;font-weight:700;color:#1a1a2e}.cart-checkout-btn{display:flex;align-items:center;justify-content:center;width:100%;height:46px;background:#e83e6c;color:#fff;border-radius:100px;font-size:14px;font-weight:700;letter-spacing:.04em;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;margin-bottom:8px}.cart-checkout-btn:hover{background:#c2305a;transform:translateY(-1px);box-shadow:0 4px 16px #e83e6c59}.cart-payment-icons{display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap;margin-top:4px}.cart-payment-icons span{display:inline-flex;align-items:center;justify-content:center;height:18px;padding:0 5px;border:1px solid #F5EDE3;border-radius:3px;font-size:.5rem;font-weight:700;color:#1a1a2e;background:#fff;letter-spacing:.02em}body.cart-open{overflow:hidden;touch-action:none}.cart-banner{background:linear-gradient(to right,#e83e6c,#c92d58);padding:8px 12px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.cart-banner-text{color:#fff;font-size:12px;font-weight:700;letter-spacing:.02em}.cart-timer{background:#00000038;color:#fff;font-size:11px;font-weight:700;font-variant-numeric:tabular-nums;padding:3px 9px;border-radius:100px;min-width:50px;text-align:center;letter-spacing:.04em}.cart-milestones{padding:8px 12px 10px;background:#fff8f0;border-bottom:1px solid #F5EDE3;flex-shrink:0}.cart-milestone-msg{font-size:11px;font-weight:500;color:#4a4a4a;margin-bottom:7px;text-align:center;min-height:1em}.cart-milestone-msg.partial{color:#e83e6c;font-weight:600}.cart-milestone-msg.unlocked{color:#22c55e;font-weight:700}.cart-progress-wrap{position:relative;padding-bottom:14px}.cart-progress-track{position:relative;height:6px;background:#f5ede3;border-radius:100px;overflow:visible}.cart-progress-fill{height:100%;background:linear-gradient(to right,#e83e6c,#c92d58);border-radius:100px;width:0%;transition:width .4s ease}.cart-milestone-dot{position:absolute;top:50%;transform:translate(-50%,-50%);width:11px;height:11px;border-radius:50%;background:#fff;border:2px solid #E83E6C;transition:background .3s;z-index:1}.cart-milestone-dot.reached{background:#e83e6c}.cart-dot-label{position:absolute;top:12px;left:50%;transform:translate(-50%);font-size:9px;font-weight:600;color:#9ca3af;white-space:nowrap;pointer-events:none}.cart-upsell{display:flex;align-items:center;gap:8px;background:#fce4ec;padding:8px 10px;border-radius:10px;margin:6px 0;flex-shrink:0}.cart-upsell-img{width:48px;height:48px;border-radius:6px;object-fit:cover;flex-shrink:0}.cart-upsell-info{flex:1;min-width:0}.cart-upsell-title{font-size:12px;font-weight:700;color:#1a1a2e;margin-bottom:1px}.cart-upsell-desc{font-size:11px;color:#6b7280;margin-bottom:2px;line-height:1.3}.cart-upsell-price{font-size:11px}.cart-upsell-toggle{cursor:pointer;flex-shrink:0;position:relative;display:inline-block}.toggle-track{display:block;width:34px;height:20px;background:#d1d5db;border-radius:100px;position:relative;transition:background .2s}.toggle-thumb{position:absolute;top:3px;left:3px;width:14px;height:14px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0003}#cart-upsell-check:checked+.toggle-track{background:#e83e6c}#cart-upsell-check:checked+.toggle-track .toggle-thumb{transform:translate(14px)}.cart-addons{padding:8px 16px;border-top:1px solid #F5EDE3;border-bottom:1px solid #F5EDE3;flex-shrink:0;max-width:100%;overflow:hidden}.cart-addons-title{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin-bottom:6px}.cart-addon-row{display:flex;align-items:center;gap:4px;padding:6px 0;font-size:12px;cursor:pointer}.cart-addon-check{accent-color:#E83E6C;width:14px;height:14px;flex-shrink:0;cursor:pointer}.cart-addon-name{font-size:12px;color:#1a1a2e;display:flex;align-items:center;gap:4px;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.cart-addon-info{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:#e5e7eb;color:#6b7280;font-size:9px;font-style:italic;font-weight:700;cursor:help;position:relative}.cart-addon-info:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:#1a1a2e;color:#fff;font-size:11px;font-style:normal;padding:5px 8px;border-radius:6px;z-index:10001;pointer-events:none;opacity:0;transition:opacity .2s;white-space:normal;text-align:center;min-width:140px;max-width:220px}.cart-addon-info:hover:after{opacity:1}.cart-addon-dots{display:none}.cart-addon-price{font-size:12px;font-weight:600;color:#1a1a2e;flex-shrink:0;white-space:nowrap}.cart-item-gift .cart-item-img img{border:2px solid #22C55E;border-radius:6px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/cart-drawer.css.map */
