.cart-drawer{min-width:520px;background:#f9f8f7;border-radius:32px 0 0 32px}.cart-drawer::part(body){padding:0}.cart-drawer::part(footer){padding:0}.cart-drawer__inner{display:flex;flex-direction:column;height:100%}.cart-drawer__top{padding:24px 24px 12px;border-bottom:none}.cart-drawer__top .h-stack{display:flex;align-items:center;gap:0}.cart-drawer__top .text-lg{font-family:Inter,sans-serif;font-size:24px;font-weight:600;line-height:1.4;color:#023130;display:flex;align-items:center;gap:8px}.cart-drawer__dot{width:4px;height:4px;background:#023130;border-radius:50%}.cart-drawer__count-badge{background:#dfbaff;color:#4b3c6e;padding:0 12px;height:24px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:1.5}.cart-drawer__close-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0}.cart-drawer__progress-bar{padding:12px 20px 20px;display:flex;flex-direction:column;gap:8px}.cart-drawer__progress-bar .cart-drawer__top-shipping{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:1.5;color:#023130;text-align:center;order:-1;margin:0}.cart-drawer__progress-bar .free-shipping-bar{order:2}.cart-drawer__progress-bar .progress-bar{background:#2e2e2e1a;height:10px;border-radius:30px;padding:2px;overflow:hidden}.cart-drawer__countdown{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;padding:8px 12px;background:#ffa5001a;border-radius:8px;flex-wrap:wrap}.cart-drawer__countdown-text{font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:#ff6b35;margin:0;line-height:1.4}.cart-drawer__countdown-timer{display:flex;align-items:center;gap:4px}.cart-drawer__countdown-item{display:flex;flex-direction:column;align-items:center;gap:2px}.cart-drawer__countdown-value{font-family:Inter,sans-serif;font-size:16px;font-weight:700;color:#ff6b35;line-height:1}.cart-drawer__countdown-label{font-family:Inter,sans-serif;font-size:11px;font-weight:500;color:#ff6b35;line-height:1;text-transform:lowercase}.cart-drawer__countdown-separator{font-family:Inter,sans-serif;font-size:16px;font-weight:700;color:#ff6b35;margin:0 2px}@media screen and (max-width: 767px){.cart-drawer__countdown{padding:6px 10px;gap:6px}.cart-drawer__countdown-text{font-size:12px}.cart-drawer__countdown-value{font-size:14px}.cart-drawer__countdown-label{font-size:10px}.cart-drawer__countdown-separator{font-size:14px}}.cart-drawer__progress-bar .progress-bar__progress{background:#023130;height:6px;border-radius:30px;transition:width .3s ease;position:relative}.cart-drawer__progress-bar .progress-bar__progress:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at left,#9fcbb566,#6e978a66 50%,#567c7566 75%,#3e626066);border-radius:30px}.cart-drawer__line-items{padding:0 10px;flex:1;overflow-y:auto}.cart-drawer__line-item{background:#fff;border:1px solid rgba(2,49,48,.1);border-radius:16px;padding:12px;margin-bottom:10px}.cart-drawer__line-item-content{display:flex;gap:16px;align-items:center}.cart-drawer__line-item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0}.cart-drawer__line-item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__line-item-details{flex:1;display:flex;flex-direction:column;gap:16px}.cart-drawer__line-item-header{display:flex;gap:16px;align-items:flex-start;justify-content:space-between}.cart-drawer__line-item-title{font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:1.5;color:#023130;flex:1;margin:0;overflow:hidden;text-overflow:ellipsis}.cart-drawer__line-item-remove{width:16px;height:16px;cursor:pointer;flex-shrink:0;background:none;border:none;padding:0}.cart-drawer__line-item-footer{display:flex;align-items:center;justify-content:space-between}.cart-drawer__quantity-selector{display:flex;align-items:center;gap:0}.cart-drawer__quantity-btn{width:32px;height:32px;border:1px solid rgba(2,49,48,.2);border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.cart-drawer__quantity-btn:hover{background:#0231300d}.cart-drawer__quantity-input{width:32px;min-width:32px;text-align:center;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:22px;color:#023130;border:none;background:none;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cart-drawer__quantity-input::-webkit-outer-spin-button,.cart-drawer__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.cart-drawer__price{display:flex;align-items:center;gap:8px}.cart-drawer__price-compare{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#023130;opacity:.5;text-decoration:line-through}.cart-drawer__price-final{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:1.5;color:#023130}.cart-drawer__free-gifts{margin-top:12px;padding-top:12px;border-top:1px solid rgba(2,49,48,.1)}.cart-drawer__free-gift-item{display:flex;align-items:center;gap:16px;padding:8px}.cart-drawer__free-gift-badge{background:#0231300d;padding:2px 8px;border-radius:999px;flex-shrink:0}.cart-drawer__free-gift-badge span{font-family:Inter,sans-serif;font-size:10px;font-weight:600;line-height:1.4;color:#023130;text-transform:uppercase}.cart-drawer__free-gift-image{width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0}.cart-drawer__free-gift-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__free-gift-details{flex:1;min-width:0}.cart-drawer__free-gift-name{font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:1.5;color:#023130;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.cart-drawer__free-gift-price{display:flex;align-items:center;gap:8px}.cart-drawer__free-gift-price-compare{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#023130;opacity:.5;text-decoration:line-through}.cart-drawer__free-gift-price-final{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:1.5;color:#023130}.cart-drawer__upsells{padding:4px 10px 12px;border-top:none;overflow:hidden;max-width:100%}.cart-drawer__upsells-header{display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-bottom:12px}.cart-drawer__upsells-title{font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:1.5;color:#023130;margin:0}.cart-drawer__upsells-list{display:flex;gap:12px;padding:0 10px;width:100%}.cart-drawer__upsells .horizontal-product{background:#f1eeec;border-radius:16px;padding:12px;min-width:calc(50% - 6px);max-width:calc(50% - 6px);flex:1;flex-shrink:0;display:flex;flex-direction:column;gap:12px;align-items:flex-start}.cart-drawer__upsells .horizontal-product__image{width:80px;height:80px;border-radius:8px;object-fit:cover;flex-shrink:0}.cart-drawer__upsells .horizontal-product__info{display:flex;flex-direction:column;gap:12px;flex:1;width:100%;justify-content:flex-end}.cart-drawer__upsells .horizontal-product__info .v-stack{gap:4px;align-items:flex-start;justify-content:flex-start;width:100%;display:flex;flex-direction:column}.cart-drawer__upsells .horizontal-product__info .h-stack{width:100%;justify-content:space-between}.cart-drawer__upsells .horizontal-product__info a,.cart-drawer__upsells .horizontal-product__info span.font-medium,.cart-drawer__upsells .horizontal-product__info span.font-semibold{font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:1.5;color:#023130;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;width:100%}.cart-drawer__upsells .horizontal-product__cta{width:100%;margin:0;min-width:100%}.cart-drawer__upsells .horizontal-product__cta .button{background:linear-gradient(90deg,#023130 0% 100%);border:none;border-radius:999px;padding:8px 16px;height:28px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;width:100%;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:1;color:#fff;text-transform:none;letter-spacing:0;transition:opacity .2s ease}.cart-drawer__upsells .horizontal-product__cta .button:hover:not(:disabled){opacity:.9}.cart-drawer__upsells .horizontal-product__cta .button:disabled{opacity:.6;cursor:not-allowed}.cart-drawer__upsells .price-list{display:flex;align-items:center;gap:8px;width:100%}.cart-drawer__upsells .price{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:1.5;color:#023130}.cart-drawer__upsells .price--compare{font-size:14px;font-weight:400;opacity:.5;text-decoration:line-through}.cart-drawer__footer{background:#f9f8f7;border-top:1px solid rgba(2,49,48,.12);padding:16px}.cart-drawer__footer-content{display:flex;flex-direction:column;gap:16px}.cart-drawer__summary{display:flex;flex-direction:column;gap:12px}.cart-drawer__summary-row{display:flex;align-items:center;justify-content:space-between}.cart-drawer__summary-label,.cart-drawer__summary-value{font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:1.5;color:#023130}.cart-drawer__total-row{display:flex;align-items:center;justify-content:space-between}.cart-drawer__total-label{font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:1.5;color:#023130}.cart-drawer__total-value{display:flex;align-items:center;gap:8px}.cart-drawer__savings-badge{background:#0231300d;padding:2px 8px;border-radius:999px}.cart-drawer__savings-badge span{font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:1.4;color:#023130}.cart-drawer__total-compare{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#023130;opacity:.5;text-decoration:line-through}.cart-drawer__total-final{font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:1.5;color:#023130}.cart-drawer__checkout-btn{background:#dfbaff;border:none;border-radius:999px;padding:10px 32px;height:56px;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;width:100%;text-decoration:none;transition:opacity .2s ease}.cart-drawer__checkout-btn:hover{opacity:.9}.cart-drawer__checkout-btn-text{font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:1.2;color:#4b3c6e}.cart-drawer__checkout-btn-icon{width:20px;height:20px}.cart-drawer__trust{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.cart-drawer__trust-item{display:flex;align-items:center;gap:8px}.cart-drawer__trust-icon{width:16px;height:16px}.cart-drawer__trust-text{font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:1.5;color:#023130;white-space:nowrap}.cart-drawer__trust-divider{width:1px;height:16px;background:#0231301f;border-radius:999px}.cart-drawer__trust-logo{width:65px;display:flex;align-items:center}.cart-drawer__trust-logo img,.cart-drawer__trust-logo svg{width:100%;height:auto}.cart-drawer__trust-rating{display:flex;align-items:center;gap:10px}.cart-drawer__trust-stars{width:85px;display:flex}.cart-drawer__trust-stars img,.cart-drawer__trust-stars svg{width:100%;height:100%}.cart-drawer__trust-score{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:22px;color:#023130;padding-top:2px}@media (max-width: 768px){.cart-drawer{min-width:100%;max-width:100%;border-radius:16px 16px 0 0}.cart-drawer__top{padding:16px 16px 8px}.cart-drawer__top .text-lg{font-size:20px}.cart-drawer__count-badge{font-size:14px}.cart-drawer__progress-bar{padding:8px 20px 12px}.cart-drawer__progress-bar .cart-drawer__top-shipping{font-size:12px}.cart-drawer__line-item-image{width:64px;height:64px}.cart-drawer__line-item-title{font-size:14px}.cart-drawer__price-compare,.cart-drawer__free-gift-price-compare{font-size:12px}.cart-drawer__price-final,.cart-drawer__free-gift-price-final{font-size:14px}.cart-drawer__free-gift-image{width:32px;height:32px}.cart-drawer__free-gift-name{font-size:10px}.cart-drawer__footer{padding:12px}.cart-drawer__summary-label,.cart-drawer__summary-value{font-size:12px}.cart-drawer__total-label,.cart-drawer__total-final{font-size:14px}.cart-drawer__savings-badge span{font-size:10px}.cart-drawer__total-compare{font-size:12px}.cart-drawer__trust-text{font-size:10px}.cart-drawer__trust-logo{width:52px}.cart-drawer__trust-stars{width:65px}.cart-drawer__trust-score{font-size:11px;line-height:16px}.cart-drawer__trust-divider{height:12px}.cart-drawer__upsells .horizontal-product{min-width:calc(50% - 6px);max-width:calc(50% - 6px)}.cart-drawer__upsells .horizontal-product__image{width:64px;height:64px}.cart-drawer__upsells .horizontal-product__info a,.cart-drawer__upsells .horizontal-product__info span.font-medium,.cart-drawer__upsells .horizontal-product__info span.font-semibold{font-size:13px}.cart-drawer__upsells .price{font-size:14px}.cart-drawer__upsells .price--compare{font-size:12px}.cart-drawer__checkout-btn{height:44px}.cart-drawer__checkout-btn-text{font-size:12px}.cart-drawer__checkout-btn-icon{width:16px;height:16px}}.drawer::part(content){background:#f9f8f7}
/*# sourceMappingURL=/cdn/shop/t/20/assets/cart-drawer.css.map */
