.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9998;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;width:min(440px,94vw);height:100dvh;background:#faf8f5;z-index:9999;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;box-shadow:-8px 0 50px #00000026}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem 1rem;border-bottom:1.5px solid #f0ece6}.cart-drawer-title{font-family:PP Editorial New,Georgia,serif;font-weight:400;font-size:1.3rem;font-style:italic}.cart-drawer-count{font-family:ESRebondGrotesque,sans-serif;font-weight:700;font-size:.7rem;background:#ff30cc;color:#fff;padding:.15rem .5rem;border-radius:100px;margin-left:.5rem;vertical-align:middle;letter-spacing:.03em}.cart-drawer-close{width:36px;height:36px;border-radius:50%;border:none;background:#f0ece6;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#555;transition:all .2s}.cart-drawer-close:hover{background:#e5e0d8;transform:rotate(90deg) scale(1.1)}.cart-shipping-bar{padding:.7rem 1.5rem;background:#fff0fa;border-bottom:1px solid #f0ece6}.cart-shipping-text{font-family:ESRebondGrotesque,sans-serif;font-size:.75rem;font-weight:600;text-align:center;margin-bottom:.4rem;color:#333}.cart-shipping-text span{color:#ff30cc}.cart-shipping-track{height:4px;background:#f0ece6;border-radius:4px;overflow:hidden}.cart-shipping-fill{height:100%;background:linear-gradient(90deg,#ff30cc,#ccfd28);border-radius:4px;transition:width .6s cubic-bezier(.16,1,.3,1)}.cart-drawer-items{flex:1;overflow-y:auto;padding:.5rem 1.5rem;scrollbar-width:thin}.cart-drawer-items::-webkit-scrollbar{width:3px}.cart-drawer-items::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.cart-item{display:grid;grid-template-columns:80px 1fr;gap:1rem;padding:1.1rem 0;border-bottom:1px solid #f0ece6;align-items:start;position:relative}.cart-item:last-child{border-bottom:none}.cart-item-img{width:80px;height:80px;border-radius:14px;overflow:hidden;background:#f3efe9;position:relative}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-details{min-width:0}.cart-item-top-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.cart-item-name{font-family:ESRebondGrotesque,sans-serif;font-weight:700;font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.cart-item-remove{flex-shrink:0;width:28px;height:28px;background:#f5f0ea;border:none;border-radius:50%;cursor:pointer;color:#999;font-size:.75rem;display:flex;align-items:center;justify-content:center;transition:all .2s;line-height:1}.cart-item-remove:hover{background:#ffe0f0;color:#ff30cc;transform:scale(1.1)}.cart-item-remove svg{width:14px;height:14px}.cart-item-variant{font-size:.72rem;color:#888;margin-top:.15rem}.cart-item-scarcity{display:inline-flex;align-items:center;gap:.25rem;font-family:ESRebondGrotesque,sans-serif;font-size:.65rem;font-weight:600;color:#d9534f;margin-top:.3rem;letter-spacing:.02em}.cart-item-scarcity:before{content:"";width:5px;height:5px;border-radius:50%;background:#d9534f;animation:scarcity-pulse 1.5s ease-in-out infinite}@keyframes scarcity-pulse{0%,to{opacity:1}50%{opacity:.3}}.cart-item-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.cart-item-price{font-family:ESRebondGrotesque,sans-serif;font-weight:700;font-size:.95rem}.cart-item-qty{display:flex;align-items:center;gap:0;border:1.5px solid #e5e0d8;border-radius:100px;overflow:hidden}.cart-item-qty button{width:30px;height:30px;border:none;background:transparent;cursor:pointer;font-size:.9rem;font-weight:600;color:#555;display:flex;align-items:center;justify-content:center;transition:all .15s}.cart-item-qty button:hover{background:#f0ece6;color:#ff30cc}.cart-item-qty span{font-family:ESRebondGrotesque,sans-serif;font-weight:700;font-size:.8rem;min-width:1.8rem;text-align:center}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:2.5rem 1.5rem}.cart-empty-icon{font-size:3.5rem;margin-bottom:.6rem}.cart-empty-title{font-family:PP Editorial New,Georgia,serif;font-size:1.4rem;font-style:italic;font-weight:400;margin-bottom:.3rem}.cart-empty-sub{font-family:ESRebondGrotesque,sans-serif;font-size:.8rem;color:#999;line-height:1.5;max-width:260px;margin-bottom:1.5rem}.cart-empty-shop{padding:.8rem 2.2rem;background:#111;color:#fff;border:none;border-radius:100px;font-family:ESRebondGrotesque,sans-serif;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:all .3s}.cart-empty-shop:hover{background:#ff30cc;transform:scale(1.04);box-shadow:0 4px 20px #ff30cc40}.cart-drawer-footer{padding:1.1rem 1.5rem 1.4rem;border-top:1.5px solid #f0ece6;background:#fff}.cart-footer-note{font-family:ESRebondGrotesque,sans-serif;font-size:.7rem;color:#999;text-align:center;margin-bottom:.6rem;line-height:1.4}.cart-footer-note strong{color:#555}.cart-subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.6rem}.cart-subtotal-label{font-family:ESRebondGrotesque,sans-serif;font-weight:600;font-size:.85rem;color:#555;text-transform:uppercase;letter-spacing:.05em}.cart-subtotal-value{font-family:ESRebondGrotesque,sans-serif;font-weight:800;font-size:1.3rem}.cart-saved-tag{font-family:ESRebondGrotesque,sans-serif;font-size:.7rem;font-weight:700;color:#16a34a;text-align:right;margin-bottom:.8rem}.cart-checkout-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;background:#111;color:#fff;border:none;border-radius:100px;font-family:ESRebondGrotesque,sans-serif;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);text-transform:uppercase;letter-spacing:.06em;position:relative;overflow:hidden}.cart-checkout-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transform:translate(-100%);animation:checkout-shimmer 2s ease-in-out infinite}@keyframes checkout-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.cart-checkout-btn:hover{background:#ff30cc;transform:scale(1.02);box-shadow:0 6px 24px #ff30cc4d}.cart-billing-note{display:flex;align-items:center;gap:6px;background:#f5f3f0;border:1px solid #e8e4de;border-radius:6px;padding:7px 10px;margin-bottom:.75rem;font-family:ESRebondGrotesque,sans-serif;font-size:.7rem;color:#999;line-height:1.3}.cart-billing-note svg{flex-shrink:0;color:#bbb}.cart-billing-note strong{color:#666}.cart-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:.75rem}.cart-trust-cell{display:flex;flex-direction:column;align-items:center;gap:3px;background:#f5f3f0;border:1px solid #e8e4de;border-radius:6px;padding:8px 4px;text-align:center}.cart-trust-icon{font-size:1rem;line-height:1}.cart-trust-label{font-family:ESRebondGrotesque,sans-serif;font-size:.62rem;color:#999;line-height:1.3}.product-card{position:relative}.quick-add-btn{position:absolute;bottom:0;left:0;right:0;padding:.75rem;background:#111111eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border:none;font-family:ESRebondGrotesque,DM Sans,sans-serif;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.4rem;opacity:0;transform:translateY(8px);transition:all .3s cubic-bezier(.16,1,.3,1);z-index:5;border-radius:0 0 var(--radius-sm, 12px) var(--radius-sm, 12px)}.quick-add-btn svg{width:14px;height:14px}.product-card:hover .quick-add-btn,.product-card:focus-within .quick-add-btn{opacity:1;transform:translateY(0)}.quick-add-btn:hover{background:#ff30cc}.quick-add-btn.added{background:#ccfd28!important;color:#111!important}.soldout-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10001;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.soldout-modal-overlay.open{opacity:1;pointer-events:auto}.soldout-modal{background:#fff;border-radius:28px;padding:2.8rem 2.2rem 2.2rem;max-width:420px;width:92%;text-align:center;transform:scale(.9) translateY(20px);transition:transform .4s cubic-bezier(.16,1,.3,1);box-shadow:0 24px 80px #0003;position:relative;overflow:hidden}.soldout-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff30cc,#ccfd28,#ff30cc);background-size:200% 100%;animation:gradient-slide 3s ease infinite}@keyframes gradient-slide{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.soldout-modal-overlay.open .soldout-modal{transform:scale(1) translateY(0)}.soldout-badge{display:inline-block;font-family:ESRebondGrotesque,sans-serif;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;background:#fff0fa;color:#ff30cc;padding:.35rem 1rem;border-radius:100px;margin-bottom:1rem}.soldout-title{font-family:PP Editorial New,Georgia,serif;font-size:2rem;font-weight:400;font-style:italic;margin-bottom:.35rem}.soldout-sub-head{font-family:ESRebondGrotesque,sans-serif;font-size:.95rem;font-weight:700;margin-bottom:1rem}.soldout-sub{font-family:ESRebondGrotesque,sans-serif;font-size:.85rem;color:#777;margin-bottom:1.6rem;line-height:1.65;max-width:340px;margin-left:auto;margin-right:auto}.soldout-sub strong{color:#ff30cc;font-weight:600}.soldout-stats{display:flex;justify-content:center;gap:2rem;margin-bottom:1.8rem;padding:1rem 0;border-top:1px solid #f5f0ea;border-bottom:1px solid #f5f0ea}.soldout-stat{text-align:center}.soldout-stat-num{font-family:ESRebondGrotesque,sans-serif;font-weight:800;font-size:1.4rem;color:#111;margin-bottom:.15rem}.soldout-stat-label{font-family:ESRebondGrotesque,sans-serif;font-size:.6rem;color:#999;text-transform:uppercase;letter-spacing:.08em}.soldout-email-form{display:flex;gap:.5rem;margin-bottom:1rem}.soldout-email-input{flex:1;padding:.85rem 1.1rem;border:2px solid #f0ece6;border-radius:100px;font-family:ESRebondGrotesque,sans-serif;font-size:.85rem;outline:none;transition:border-color .2s;background:#faf8f5}.soldout-email-input:focus{border-color:#ff30cc;background:#fff}.soldout-email-input::placeholder{color:#bbb}.soldout-notify-btn{padding:.85rem 1.6rem;background:#ff30cc;color:#fff;border:none;border-radius:100px;font-family:ESRebondGrotesque,sans-serif;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:all .2s;white-space:nowrap}.soldout-notify-btn:hover{background:#e620b5;transform:scale(1.03)}.soldout-notify-btn.submitted{background:#ccfd28;color:#111;pointer-events:none}.soldout-close-btn{background:none;border:none;color:#bbb;font-size:.82rem;cursor:pointer;padding:.6rem 1.2rem;font-family:ESRebondGrotesque,sans-serif;transition:color .2s;margin-top:.3rem}.soldout-close-btn:hover{color:#555}.cart-toast{position:fixed;top:80px;right:1.5rem;background:#111;color:#fff;padding:.9rem 1.3rem;border-radius:16px;font-family:ESRebondGrotesque,sans-serif;font-size:.82rem;display:flex;align-items:center;gap:.6rem;z-index:10000;opacity:0;transform:translate(20px) scale(.95);transition:all .35s cubic-bezier(.16,1,.3,1);pointer-events:none;box-shadow:0 8px 30px #00000040;max-width:320px}.cart-toast.show{opacity:1;transform:translate(0) scale(1);pointer-events:auto}.cart-toast-check{width:22px;height:22px;min-width:22px;background:#ccfd28;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#111;font-size:.7rem;font-weight:800}.cart-toast-text{line-height:1.3}.cart-toast-text strong{font-weight:700}.cart-toast-text small{display:block;font-size:.7rem;color:#aaa;margin-top:.1rem}.cart-count{display:none!important}.cart-count.has-items{display:flex!important}.nav-cart{cursor:pointer}@media(max-width:768px){.cart-drawer{width:100vw}.cart-toast{right:.75rem;left:.75rem;max-width:none;justify-content:center}.soldout-modal{padding:2.2rem 1.5rem 1.8rem;border-radius:24px}.soldout-email-form{flex-direction:column}.soldout-stats{gap:1.2rem}.soldout-title{font-size:1.7rem}}.deposit-step{padding:.25rem 0 0;text-align:center}.deposit-step .deposit-confirm{display:inline-block;font-family:ESRebondGrotesque,sans-serif;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;background:#ccfd28;color:#111;padding:.35rem 1rem;border-radius:100px;margin-bottom:1.2rem}.deposit-step .deposit-headline{font-family:PP Editorial New,Georgia,serif;font-size:1.9rem;font-weight:400;font-style:italic;margin-bottom:.4rem;line-height:1.15}.deposit-step .deposit-sub{font-family:ESRebondGrotesque,sans-serif;font-size:.85rem;color:#777;margin-bottom:1.6rem;line-height:1.65;max-width:300px;margin-left:auto;margin-right:auto}.deposit-step .deposit-btn{display:block;background:#ff30cc;color:#fff;font-family:ESRebondGrotesque,sans-serif;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;padding:.85rem 1.6rem;border-radius:100px;text-decoration:none;margin-bottom:.5rem;transition:all .2s;cursor:pointer}.deposit-step .deposit-btn:hover{background:#e620b5;transform:scale(1.03)}.deposit-step .deposit-skip{background:none;border:none;color:#bbb;font-size:.82rem;font-family:ESRebondGrotesque,sans-serif;cursor:pointer;padding:.5rem 1rem;transition:color .2s;display:block;width:100%}.deposit-step .deposit-skip:hover{color:#555}@media(max-width:768px){.deposit-step .deposit-headline{font-size:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/cart.css.map */
