.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none;visibility:hidden;transition:visibility .3s}.cart-drawer[aria-hidden=false]{pointer-events:auto;visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to left,#ffffffb3,#ffffff03);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);opacity:0;transition:opacity .3s}.cart-drawer[aria-hidden=false] .cart-drawer__overlay{opacity:1}.cart-drawer__container{position:absolute;top:12px;right:12px;bottom:12px;width:480px;max-width:calc(100vw - 24px);background:#fff;border-radius:30px;display:flex;flex-direction:column;overflow:hidden;padding:12px;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1)}.cart-drawer[aria-hidden=false] .cart-drawer__container{transform:translate(0)}.cart-drawer__header{flex-shrink:0;border:1px solid #f4d8eb;border-radius:22px;padding:4px;overflow:hidden}.cart-drawer__header-pill{display:flex;align-items:center;gap:10px;padding:6px 12px;background:#f7e8f2;border-radius:1000px}.cart-drawer__title{display:flex;align-items:center;gap:8px;flex:1;font-size:18px;line-height:24px;color:#1e1e1e}.cart-drawer__count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 6px;border-radius:50%;background:#1e1e1e;color:#fff;font-size:12px;line-height:1}.cart-drawer__close{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;border:none;cursor:pointer;color:#1e1e1e}.cart-drawer__close-icon{width:24px;height:24px}.cart-drawer__progress{padding:8px 12px}.cart-drawer__progress-text{font-size:12px;line-height:18px;color:#1e1e1e;text-align:left;margin-bottom:6px}.cart-drawer__progress-text strong{font-weight:700}.cart-drawer__progress-bar-wrapper{display:flex;flex-direction:column;gap:4px}.cart-drawer__progress-track-container{position:relative;padding:3px 0}.cart-drawer__progress-track{height:2px;background:#1e1e1e1a;border-radius:100px;overflow:hidden}.cart-drawer__progress-fill{height:100%;background:#1e1e1e;border-radius:1000px;transition:width .4s ease}.cart-drawer__progress-dot{position:absolute;top:0;width:8px;height:8px;border-radius:100px;background:#e8e8e8;transform:translate(-50%)}.cart-drawer__progress-dot--active{background:#1e1e1e}.cart-drawer__progress-labels{position:relative;display:flex;margin-top:4px;height:28px}.cart-drawer__progress-label{position:absolute;display:flex;flex-direction:column;text-align:center;align-items:center;color:#1e1e1e;transform:translate(-50%)}.cart-drawer__progress-label--end{left:100%;text-align:right;align-items:flex-end;transform:translate(-100%)}.cart-drawer__progress-label-title{font-size:12px;line-height:16px;white-space:nowrap}.cart-drawer__progress-label-threshold{font-size:10px;line-height:12px;font-weight:600;font-style:italic}.cart-drawer__gift-selection{display:flex;flex-direction:column;gap:12px;padding:12px 6px}.cart-drawer__gift-title{font-size:16px;line-height:22px;font-weight:600;font-style:italic;color:#1e1e1e;margin:0}.cart-drawer__gift-items{display:flex;flex-direction:column;gap:8px}.cart-drawer__gift-decline{font-size:12px;line-height:18px;color:#1e1e1e;opacity:.6;text-decoration:underline;background:transparent;border:none;cursor:pointer;padding:0;text-align:center}.cart-gift-item{display:flex;gap:10px;align-items:center;padding:6px;border:1px solid #f4d8eb;border-radius:12px;background:#fff}.cart-gift-item__image-wrapper{flex-shrink:0;width:72px;height:72px;border-radius:6px;overflow:hidden}.cart-gift-item__image{width:100%;height:100%;object-fit:cover}.cart-gift-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.cart-gift-item__title{font-size:16px;line-height:22px;color:#1e1e1e}.cart-gift-item__price-row{display:flex;gap:8px;align-items:center}.cart-gift-item__price-offert{font-size:16px;line-height:22px;font-weight:500;color:#1e1e1e}.cart-gift-item__price-original{font-size:14px;line-height:20px;color:#1e1e1e;opacity:.4;text-decoration:line-through}.cart-gift-item__add{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:8px 16px;background:#1e1e1e;border:none;border-radius:1000px;color:#fff;font-size:14px;font-weight:500;cursor:pointer}.cart-gift-item__add:disabled{opacity:.5;cursor:not-allowed}.cart-drawer__content{flex:1;min-height:0;overflow-y:auto;padding:12px 6px;display:flex;flex-direction:column;gap:12px}.cart-drawer__content.hidden{display:none}.cart-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px 20px}.cart-drawer__empty-text{font-size:22px;line-height:28px;font-style:italic;color:#1e1e1e;text-align:center;margin:0}.cart-drawer__empty-btn{background:#1e1e1e;color:#fff;border:none;border-radius:1000px;padding:12px 16px;font-size:18px;line-height:18px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.cart-drawer__items{display:flex;flex-direction:column;gap:12px}.cart-item-wrapper{background:#1e1e1e0d;border-radius:12px;overflow:hidden}.cart-item{display:flex;gap:10px;align-items:center;padding:6px;background:#fff;border:1px solid #f4d8eb;border-radius:12px}.cart-item__image-wrapper{flex-shrink:0;width:80px;height:80px;border-radius:6px;overflow:hidden}.cart-item__image{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px;padding:2px 2px 2px 0}.cart-item__header{display:flex;flex-direction:column;gap:2px}.cart-item__title-row{display:flex;gap:2px;align-items:flex-start}.cart-item__title{flex:1;font-size:16px;line-height:22px;color:#1e1e1e;text-decoration:none}.cart-item__remove{flex-shrink:0;width:16px;height:16px;padding:0;background:transparent;border:none;cursor:pointer;color:#1e1e1e}.cart-item__remove-icon{width:16px;height:16px}.cart-item__description{font-size:12px;line-height:18px;color:#1e1e1e;opacity:.4;margin:0}.cart-item__footer{display:flex;gap:6px;align-items:center}.cart-item__prices{flex:1;display:flex;gap:4px;align-items:center}.cart-item__price{font-size:16px;line-height:22px;font-weight:500;color:#1e1e1e}.cart-item__compare-price{font-size:16px;line-height:22px;color:#1e1e1e;opacity:.4;text-decoration:line-through}.cart-item__price--gift{font-size:16px;line-height:22px;font-weight:500;color:#1e1e1e}.cart-item__quantity{display:flex;gap:4px;align-items:center;justify-content:center;padding:4px;border:1px solid rgba(30,30,30,.2);border-radius:1000px}.cart-item__quantity-btn{display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;background:transparent;border:none;cursor:pointer;color:#1e1e1e}.cart-item__quantity-icon{width:22px;height:22px}.cart-item__quantity-value{width:22px;text-align:center;font-size:16px;line-height:22px;color:#1e1e1e}.cart-item__upsell{padding:8px}.cart-item__upsell-toggle-row{display:flex;gap:12px;align-items:center}.cart-item__toggle{flex-shrink:0;width:36px;height:22px;padding:0;background:transparent;border:none;cursor:pointer}.cart-item__toggle-icon{width:36px;height:22px}.cart-item__upsell-info{flex:1;display:flex;gap:4px;align-items:center;flex-wrap:wrap}.cart-item__upsell-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px 1px;background:#f4d8eb;border-radius:100px;font-size:12px;line-height:18px;font-weight:600;font-style:italic;color:#1e1e1e}.cart-item__upsell-text{font-size:12px;line-height:18px;color:#1e1e1e}.cart-item__upsell-preview{display:flex;gap:8px;align-items:center;margin-top:10px}.cart-item__upsell-image{flex-shrink:0;width:48px;height:48px;border-radius:6px;object-fit:cover}.cart-item__upsell-image--placeholder{background:#1e1e1e0d}.cart-item__upsell-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cart-item__upsell-name{font-size:14px;line-height:20px;color:#1e1e1e}.cart-item__upsell-desc{font-size:12px;line-height:18px;color:#1e1e1e;opacity:.6}.cart-item__upsell-pricing{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.cart-item__upsell-price{font-size:16px;line-height:22px;font-weight:500;color:#1e1e1e}.cart-item__upsell-original{font-size:12px;line-height:18px;color:#1e1e1e;opacity:.6;text-decoration:line-through}.cart-item__image--placeholder,.cart-upsell-item__image--placeholder,.cart-gift-item__image--placeholder{background:#1e1e1e0d;display:flex;align-items:center;justify-content:center}.cart-item__image--placeholder svg,.cart-upsell-item__image--placeholder svg,.cart-gift-item__image--placeholder svg,.cart-item__upsell-image--placeholder svg{width:50%;height:50%;opacity:.3}.cart-drawer__cross-sell{flex-shrink:0;display:flex;flex-direction:column;gap:6px;padding:0 6px}.cart-drawer__cross-sell-header{display:flex;gap:10px;align-items:center}.cart-drawer__cross-sell-title{flex:1;font-size:14px;line-height:20px;color:#1e1e1e}.cart-drawer__cross-sell-dots{display:flex;gap:4px;align-items:center}.cart-drawer__cross-sell-dot{height:3px;border-radius:1000px;background:#1e1e1e1a;width:12px;padding:0;border:none;cursor:pointer;transition:width .3s ease,background .3s ease}.cart-drawer__cross-sell-dot--active{width:18px;background:#1e1e1e}.cart-drawer__cross-sell-container{overflow:hidden}.cart-drawer__cross-sell-swiper{overflow:visible}.cart-drawer__cross-sell-swiper .swiper-wrapper{display:flex}.cart-drawer__cross-sell-slide{width:350px;flex-shrink:0}.cart-upsell-item{display:flex;gap:10px;align-items:center;padding:6px 8px 6px 6px;border:1px solid #f4d8eb;border-radius:12px;width:350px}.cart-upsell-item__image-wrapper{flex-shrink:0;width:72px;height:72px;border-radius:6px;overflow:hidden}.cart-upsell-item__image{width:100%;height:100%;object-fit:cover}.cart-upsell-item__info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:2px 0}.cart-upsell-item__title{font-size:16px;line-height:22px;color:#1e1e1e;text-decoration:none}.cart-upsell-item__price-row{display:flex;gap:6px;align-items:center}.cart-upsell-item__original{font-size:12px;line-height:18px;color:#1e1e1e;opacity:.6;text-decoration:line-through}.cart-upsell-item__price{font-size:16px;line-height:22px;font-weight:500;color:#1e1e1e}.cart-upsell-item__add{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:8px;background:#1e1e1e;border:none;border-radius:1000px;color:#fff;font-size:14px;font-weight:500;cursor:pointer}.cart-upsell-item__add:disabled{opacity:.5;cursor:not-allowed}.cart-drawer__footer{flex-shrink:0;display:flex;flex-direction:column;gap:6px;padding-top:12px}.cart-drawer__bundle-promo{display:flex;gap:6px;align-items:center;justify-content:center;padding:6px 12px;background:#1e1e1e0d;border-radius:1000px}.cart-drawer__bundle-text{font-size:14px;line-height:20px;color:#1e1e1e;text-align:center}.cart-drawer__bundle-text strong{font-weight:700}.cart-drawer__bundle-discount{display:inline-flex;align-items:center;justify-content:center;padding:1px 4px;background:#f7e8f2;border-radius:1000px;font-size:14px;line-height:20px;font-weight:700;font-style:italic;color:#1e1e1e}.cart-drawer__bundle-promo--active{background:#d4edda}.cart-drawer__bundle-promo--active .cart-drawer__bundle-text strong{color:#155724}.cart-drawer__cta{display:flex;align-items:center;justify-content:center;width:100%;padding:16px 24px;background:#1e1e1e;border:none;border-radius:1000px;color:#fff;font-size:20px;font-weight:500;cursor:pointer;text-decoration:none}.cart-drawer__cta-separator{padding-inline:10px}.cart-drawer__cta[aria-disabled=true]{opacity:.5;pointer-events:none}.cart-drawer__payment-icons{display:flex;gap:4px;align-items:center;justify-content:center}.cart-drawer__payment-icon{width:32px;height:18px}@media screen and (max-width:749px){.cart-upsell-item__price{font-size:12px}.cart-upsell-item__original{font-size:10px}.cart-drawer__container{top:0;right:0;bottom:0;width:100%;max-width:100%;border-radius:0;padding:6px}.cart-drawer__header{border-radius:18px}.cart-drawer__header-pill{padding:6px 12px}.cart-drawer__title{font-size:16px;line-height:22px}.cart-drawer__progress-label-title{font-size:11px}.cart-drawer__progress-label-threshold{font-size:9px}.cart-drawer__empty-text{font-size:18px;line-height:24px}.cart-drawer__empty-btn{font-size:16px}.cart-upsell-item,.cart-drawer__cross-sell-slide{width:300px}.cart-drawer__cta{font-size:18px;padding:14px 20px}}.hidden{display:none!important}.cart-drawer--loading .cart-drawer__container{pointer-events:none}.cart-drawer--loading .cart-drawer__content{opacity:.5}.cart-item--removing{opacity:0;transform:translate(20px);transition:opacity .3s,transform .3s}
/*# sourceMappingURL=/cdn/shop/t/4/assets/cart-drawer.css.map */
