.cart-drawer-custom{--cart-width: 440px;position:fixed;top:0;right:0;height:100%;width:var(--cart-width);max-width:100%;background-color:#fff;box-shadow:-5px 0 15px #0000001a;z-index:1000;transform:translate(100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column}.cart-drawer-custom.active{transform:translate(0)}.cart-drawer-custom .gif-icon{position:absolute;right:0;top:0;width:100%;display:none}.cart-drawer-custom .gif-icon img{width:100%}.cart-drawer-custom .gif-icon.active{display:block}.cart-drawer-custom .cart-header{display:flex;align-items:center;justify-content:space-between;padding:30px 15px;border-bottom:1px solid #e5e5e5}.cart-drawer-custom .cart-header h2{font-size:24px;font-weight:600;margin:0}.cart-drawer-custom .close-cart{align-items:center;background-color:#0000000c;border-color:#000;border-style:solid;cursor:pointer;display:flex;height:30px;justify-content:center;transition:background-color .2s;width:30px;border:none}.cart-drawer-custom .close-cart svg{fill:#637381;height:33%;width:33%}.cart-drawer-custom .cart-items{flex-grow:1;overflow-y:auto;padding:0;margin:0;scrollbar-width:none;-ms-overflow-style:none}.cart-drawer-custom .cart-item{display:flex;padding:16px;border-bottom:1px solid #e5e5e5;position:relative}.cart-drawer-custom .cart-item-image{width:80px;height:80px;min-width:80px;margin-right:16px;position:relative;flex-shrink:0}.cart-drawer-custom .cart-item-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.cart-drawer-custom .wellness-icon{position:absolute;top:-5px;left:-5px;background-color:#4caf50;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.cart-drawer-custom .cart-item-details{flex-grow:1}.cart-drawer-custom .cart-item-title{line-height:2rem;margin:0 0 4px;font-size:15px;color:#000;font-weight:600;max-width:90%;overflow-wrap:break-word}.cart-drawer-custom .cart-item-variant{color:#666;font-size:14px;margin:0 0 8px}.cart-drawer-custom .cart-item-price{font-weight:500;display:flex}.cart-drawer-custom .cart-item-price .original-price{display:block}.cart-drawer-custom .cart-item-price .line-item-price{font-size:15.5px}.cart-drawer-custom .cart-item-price .original-price{text-decoration:line-through;color:#999;margin-right:8px}.cart-drawer-custom .empty-cart-wrapper{height:80vh;display:flex;justify-content:center}.cart-drawer-custom .remove-item{background:none;border:none;color:#999;cursor:pointer;padding:0;position:absolute;top:16px;right:16px;border-radius:1px;display:flex;justify-content:center;align-items:center;transition:.2s stroke}.cart-drawer-custom .remove-item svg{min-width:15px!important;height:15px!important;fill:transparent!important}.cart-drawer-custom .remove-item svg:hover path{stroke:#d30000}.cart-drawer-custom .remove-item:hover{color:#000}.cart-drawer-custom .cart-price-quantity-wrapper{display:flex;justify-content:space-between;align-items:center}.cart-drawer-custom .cart-price-quantity-wrapper.extra-free{justify-content:flex-end}.cart-drawer-custom .cart-price-quantity-wrapper.extra-free .cart-item-price{width:100%;justify-content:space-between}.cart-drawer-custom .quantity-controls{display:flex;align-items:center;border:1px solid #e5e5e5;overflow:hidden;width:fit-content}.cart-drawer-custom .quantity-btn{background:none;border:none;width:32px;height:32px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart-drawer-custom .quantity-btn:hover{background-color:#f5f5f5}.cart-drawer-custom .quantity-input{width:40px;text-align:center;border:none;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;height:32px;padding:0;-moz-appearance:textfield}.cart-drawer-custom .quantity-input::-webkit-outer-spin-button,.cart-drawer-custom .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer-custom .quantity-input:focus{outline:none}.cart-drawer-custom .recommended-wrapper{border-top:1px solid #ccc;padding:15px 30px;padding-top:25px!important;background:#f6f6f7}.cart-drawer-custom .recommended-heading{text-align:center;margin-bottom:15px}.cart-drawer-custom .recommended-heading p{font-size:15px}.cart-drawer-custom .recommended-product{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding:15px;background:#fff}.cart-drawer-custom .with-border{border-bottom:1px solid #ddd}.cart-drawer-custom .recommended-product-info{display:flex;align-items:center;gap:12px;width:100%}.cart-drawer-custom .recommended-image-wrapper{position:relative}.cart-drawer-custom .recommended-image{width:60px;height:60px;object-fit:cover}.cart-drawer-custom .wellness-icon{position:absolute;top:0;left:0;background-color:green;color:#fff;padding:2px;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:10px}.cart-drawer-custom .recommended-details{width:calc(100% - 72px)}.cart-drawer-custom .recommended-title{margin:0;font-size:15px;color:#000;font-weight:600;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;max-width:95%;line-height:1.2;vertical-align:middle}.cart-drawer-custom .recommended-price-wrapper{display:flex;gap:8px;align-items:center}.cart-drawer-custom .recommended-price{font-weight:500;margin:0;font-size:15px}.cart-drawer-custom .recommended-compare-at-price{font-size:12px;text-decoration:line-through}.cart-drawer-custom .recommended-form,.cart-drawer-custom .recommended-variant-select{display:flex;align-items:center;gap:8px}.cart-drawer-custom .recommended-select{padding:9px 6px;background:#fff;border:1px solid #dfe3e8;width:100%}.cart-drawer-custom .recommended-button{background-color:#000;color:#fff;padding:10px;border:none;cursor:pointer;line-height:normal;width:100%;font-weight:600;font-size:15px}.cart-drawer-custom .discount-container{padding:16px 16px 0;border-top:1px solid #e5e5e5}.cart-drawer-custom .discount-form{display:flex;margin-bottom:8px;gap:10px}.cart-drawer-custom .discount-input{flex-grow:1;padding:8px 12px;border:1px solid #e5e5e5;border-radius:0}.cart-drawer-custom .discount-input:focus{outline:none;border-color:#999}.cart-drawer-custom .apply-discount{background-color:#000;color:#fff;border:none;border-top-right-radius:4px;border-bottom-right-radius:4px;cursor:pointer;font-weight:500;min-width:30%}.cart-drawer-custom .apply-discount .btn-text{padding:8px 16px}.cart-drawer-custom .apply-discount:hover{background-color:#333}.cart-drawer-custom .discount-applied{display:flex;align-items:center;margin-top:8px;color:#4caf50;font-size:14px}.cart-drawer-custom .discount-option{display:flex;align-items:center;margin-top:8px;font-size:14px}.cart-drawer-custom .discount-option .discount-option-js label,.cart-drawer-custom .discount-option .discount-option-js span{cursor:pointer}.cart-drawer-custom .discount-option input{margin-right:8px}.cart-drawer-custom .cart-footer{padding:16px;border-top:1px solid #e5e5e5;margin-top:16px}.cart-drawer-custom .subtotal{display:flex;justify-content:space-between;margin-bottom:16px;font-weight:600;font-size:18px;color:#000}.cart-drawer-custom .total-discount,.cart-drawer-custom .flat-discount,.cart-drawer-custom .discount-title{color:#000}:is(.cart-drawer-custom .total-discount,.cart-drawer-custom .flat-discount,.cart-drawer-custom .discount-title) span{white-space:nowrap}.cart-drawer-custom .checkout-btn{display:block;width:100%;color:#fff;border:none;border-radius:10px;text-align:center;font-weight:500;cursor:pointer;text-decoration:none;font-size:16px}.cart-drawer-custom .checkout-btn button{padding:0!important;box-shadow:none!important}.cart-drawer-custom .checkout-btn button .btn-text span{font-size:17px!important;font-weight:700!important}.cart-drawer-custom .empty-cart{padding:32px 16px;text-align:center}.cart-drawer-custom .empty-cart .empty-info-div{padding:5px 20px;margin-bottom:20px;background-color:#4caf50;color:#fff;border-radius:10px;font-size:16px}.cart-drawer-custom .continue-shopping{display:inline-block;background-color:#000;color:#fff;border:none;padding:12px 24px;border-radius:4px;margin-top:16px;text-decoration:none;font-weight:500}.cart-drawer-custom .continue-shopping:hover{background-color:#333}.cart-drawer-section .cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out}.cart-drawer-section .cart-overlay.active{opacity:1;visibility:visible}.cart-drawer-section .recommended-product,.cart-drawer-section .cart-item{position:relative}.cart-drawer-section .cart-item.loading,.cart-drawer-section .recommended-product.loading{opacity:.7;pointer-events:none}.cart-drawer-section .DiscountCodeBadge-discountBadge{display:inline-flex;padding:2px 3px 2px 5px;vertical-align:middle;align-items:center;background:#0000000d;border-radius:3px;font-weight:600;margin-left:8px;color:#585858;position:relative;margin-bottom:4px}.cart-drawer-section .DiscountCodeBadge-discountBadge .DiscountCodeBadge-close svg{height:20px;width:20px;color:#585858;fill:#585858}.cart-drawer-section .DiscountCodeBadge-icon{display:flex;align-items:center;justify-content:center}.cart-drawer-section .DiscountCodeBadge-title{text-transform:uppercase;margin:0 5px;font-size:13px}.cart-drawer-section .DiscountCodeBadge-close{cursor:pointer;height:20px;width:20px;border-radius:3px;display:flex;align-items:center;justify-content:center}.cart-drawer-section .DiscountCodeBadge-icon svg{width:15px;height:15px;fill:#585858}.cart-drawer-section .discount-applied-wrapper{display:flex;align-items:center;justify-content:space-between}.cart-drawer-section .discountapplied-wrapper{display:flex;align-items:center}.cart-drawer-section #discount-code-error{padding:0;font-size:12px;color:#d30000}.cart-drawer-section .whatsup-discount-apply-text-dot{display:inline-block;width:12px;pointer-events:none;height:12px;border:1px solid #000;border-radius:100%;margin-right:3px}.cart-drawer-section .cart-loader{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fffc;display:flex;justify-content:center;align-items:center;z-index:10;opacity:0;visibility:hidden;transition:opacity .3s ease}.cart-drawer-section .cart-loader.active{opacity:1;visibility:visible}.cart-drawer-section .cart-loader .loader-spinner{width:30px;height:30px;border:5px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#000;animation:spin 1s linear infinite}.cart-drawer-section .recommended-product-title{margin-bottom:5px}.cart-drawer-section .DiscountCodeBadge-discountBadge .cart-loader{left:initial;right:3.7px;width:fit-content;background-color:unset}.cart-drawer-section .DiscountCodeBadge-discountBadge.pending .cart-loader{opacity:1;visibility:visible}.cart-drawer-section .DiscountCodeBadge-discountBadge.pending .DiscountCodeBadge-close{opacity:0;visibility:hidden}.cart-drawer-section .DiscountCodeBadge-discountBadge .cart-loader .loader-spinner{width:20px;height:20px}.cart-drawer-section .free-gift-progress-wrapper{display:flex;padding:8px 15px 0 0}.cart-drawer-section .progress-end-circle{position:absolute;top:2px;right:0;transform:translate(50%,-50%);width:20px;height:20px;background-color:#fff;border-radius:50%;z-index:2}.cart-drawer-section .free-gift-wrapper{width:100%;position:relative}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width: 768px){.cart-drawer-custom{--cart-width: 90%}.cart-drawer-custom .recommended-wrapper{padding:15px 10px 10px!important}.cart-header{padding:15px!important}.cart-header h2{font-size:18px!important}.cart-drawer-custom .recommended-image-wrapper,.cart-drawer-custom .cart-item-image{width:70px;height:70px;min-width:70px;min-height:70px}.cart-drawer-custom .recommended-product-image{width:50px;height:50px}.cart-drawer-custom .recommended-product-actions{flex-direction:column}.cart-drawer-custom .variant-select,.cart-drawer-custom .add-recommended{font-size:12px}.cart-drawer-custom .recommended-details{width:calc(100% - 82px)}}.cart-drawer-custom .free-gift-container{padding:16px;border-bottom:1px solid #e5e5e5;background-color:#f9f9f9;text-align:center}.cart-drawer-custom .free-gift-progress-container{height:4px;background-color:#e5e5e5;border-radius:4px;overflow:hidden;margin-bottom:8px;width:100%}.cart-drawer-custom .free-gift-progress-bar{height:100%;background-color:#4caf50;border-radius:4px;transition:width .5s ease}.cart-drawer-custom .free-gift-message{font-size:14px;text-align:center}.cart-drawer-custom .recommended-variant-select select.recommended-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;color:#000;border:1px solid #000;padding:10px 20px 10px 10px;border-radius:0;background-image:url(data:image/svg+xml;utf8,%3Csvg%20width%3D%22120%22%20height%3D%22120%22%20viewBox%3D%220%200%20120%20120%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M111.016%2039.4797L65.7408%2087.5851C62.6283%2090.8922%2057.3727%2090.8922%2054.2602%2087.5851L8.98416%2039.4797C5.58253%2035.8651%208.14491%2029.9341%2013.1084%2029.9341H106.892C111.856%2029.9341%20114.418%2035.8651%20111.016%2039.4797Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 10px center;background-size:8px 10px;font-size:12px}.cart-drawer-custom .free-gift-qualified{color:#4caf50;font-weight:500}.cart-drawer-custom .cart-item-free-price-wrapper{display:flex;align-items:center}.cart-drawer-custom .cart-item-free-price-wrapper .DiscountCodeBadge-discountBadge-free_gift{display:inline-flex;padding:2px 3px 2px 5px;vertical-align:middle;align-items:center;background:#0000000d;border-radius:3px;font-weight:600;margin-left:8px;color:#585858;position:relative}.cart-drawer-custom .free-gift-button{display:flex;align-items:center;justify-content:center;margin-top:10px;padding:8px 16px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.cart-drawer-custom .free-gift-button.offer-pending{background-color:#e53935;color:#fff}.cart-drawer-custom .free-gift-button svg{width:20px;height:20px;margin-left:8px}.cart-drawer-custom .free-gift-button.locked{background-color:#e0e0e0;color:#757575;cursor:not-allowed}.cart-drawer-custom .free-gift-button.locked:hover{background-color:#e0e0e0}.cart-drawer-custom .free-gift-drawer{position:fixed;top:0;right:0;width:100%;transform:translate(100%);height:100%;background-color:#fff;box-shadow:-2px 0 10px #0000001a;z-index:1001;overflow-y:auto;transition:transform .3s ease-in-out}.cart-drawer-custom .free-gift-drawer.active{transform:translate(0)}.cart-drawer-custom .free-gift-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;display:none}.cart-drawer-custom .free-gift-overlay.active{display:block}.cart-drawer-custom .free-gift-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e5e5e5}.cart-drawer-custom .free-gift-drawer-header h2{margin:0;font-size:18px;font-weight:600}.cart-drawer-custom .close-free-gift{background:none;border:none;cursor:pointer;padding:0}.cart-drawer-custom .close-free-gift svg{width:20px;height:20px}.cart-drawer-custom .free-gift-content{padding:16px}.cart-drawer-custom .free-gift-intro{margin-top:0;margin-bottom:16px;font-size:16px;color:#4caf50;text-align:center}.cart-drawer-custom .free-gift-items{display:flex;flex-direction:column;gap:16px}.cart-drawer-custom .free-gift-items.desable{pointer-events:none;opacity:.5}.cart-drawer-custom .free-gift-item{display:flex;border:1px solid #e5e5e5;border-radius:4px;padding:12px;position:relative}.cart-drawer-custom .free-gift-item.disable{pointer-events:none;opacity:.5}.cart-drawer-custom .free-gift-item-image{position:relative;width:80px;height:80px;margin-right:12px}.cart-drawer-custom .free-gift-item-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.cart-drawer-custom .free-gift-badge{position:absolute;top:-8px;right:-8px;background-color:#4caf50;color:#fff;font-size:12px;font-weight:600;padding:2px 8px;border-radius:10px}.cart-drawer-custom .free-gift-item-details{flex:1}.cart-drawer-custom .free-gift-item-title{margin-top:0;margin-bottom:4px;font-size:16px;font-weight:500}.cart-drawer-custom .free-gift-item-price{display:flex;align-items:center;gap:8px;display:block;text-align:right;margin-bottom:0}.cart-drawer-custom .original-price{text-decoration:line-through;color:#757575;font-size:14px}.cart-drawer-custom .free-price{color:#4caf50;font-weight:600;font-size:16px}.cart-drawer-custom .free-price.cart-items{color:#4caf50;font-weight:600;font-size:13px;background:#000;color:#fff;padding:8px;border-radius:4px;display:inline-block;align-items:center;line-height:.1;min-width:71px;justify-content:center}.cart-drawer-custom .free-price.cart-items:before{content:"";height:10px;width:10px;display:inline-block;background:url(/cdn/shop/files/gift_1.png?v=1747312483);background-size:contain;background-repeat:no-repeat;margin-right:2px}.cart-drawer-custom .add-free-gift-btn{background-color:#4caf50;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-weight:500;cursor:pointer;transition:background-color .3s ease;width:100%}.cart-drawer-custom .add-free-gift-btn:hover{background-color:#45a049}.cart-drawer-custom .free-gift-variant-select{display:flex;flex-direction:column;gap:8px}.cart-drawer-custom .free-gift-select{padding:8px;border:1px solid #e5e5e5;border-radius:4px}.cart-drawer-custom .free-gift-loader{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fffc;display:flex;justify-content:center;align-items:center;z-index:1002;display:none}.cart-drawer-custom .free-gift-loader.active{display:flex}.cart-drawer-custom .free-gift-lock{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cart-drawer-custom .free-gift-item-wrapper.disable .free-gift-lock{display:flex}.cart-drawer-custom .free-gift-item-wrapper.disable .free-gift-lock .lock-icon{width:40px;height:40px;opacity:1}.cart-drawer-custom .free-gift-item-wrapper{position:relative}.cart-drawer-custom .free-gift-item-wrapper.disable .free-gift-item{pointer-events:none;opacity:.5}.cart-drawer-custom .already-in-cart-message{display:none;position:absolute;top:8px;right:8px;background-color:#28a745;color:#fff;padding:4px 8px;font-size:12px;border-radius:12px;font-weight:700}.cart-drawer-custom .free-gift-item-wrapper.already-in-cart .already-in-cart-message{display:block}.cart-drawer-custom .free-gift-item-wrapper.already-in-cart .free-gift-item{pointer-events:none;opacity:.5}.cart-drawer-custom .free-gift-intro-amount{margin-top:0;margin-bottom:16px;font-size:16px;text-align:center}.cart-drawer-custom .close-free-gift{align-items:center;background-color:#0000000c;border-color:#000;border-style:solid;cursor:pointer;display:flex;height:30px;justify-content:center;transition:background-color .2s;width:30px;border:none}.cart-drawer-custom .close-free-gift svg{fill:#637381;height:33%;width:33%}.cart-drawer-custom .discount-wrapper .discount-badge{display:inline-flex;align-items:center;gap:4px;font-size:14px;color:#555;font-family:sans-serif}.cart-drawer-custom .discount-wrapper .discount-badge .discount-icon{display:block;width:15px;height:15px}.cart-drawer-custom .discount-wrapper .discount-badge .discount-text{font-weight:500;font-size:13px}@media screen and (max-width: 540px){.cart-drawer-custom .recommended-variant-select select.recommended-select{padding:9px 20px 9px 6px}}@media screen and (max-width: 465px){.cart-drawer-custom .cart-price-quantity-wrapper .cart-item-price{font-weight:500;display:flex}.cart-drawer-custom .cart-price-quantity-wrapper .cart-item-price .original-price{display:block;font-size:13.5px}.cart-drawer-custom .cart-price-quantity-wrapper .cart-item-price .line-item-price{font-size:14.5px}.cart-drawer-custom .cart-price-quantity-wrapper .quantity-controls .quantity-input{height:25px;width:32px}.cart-drawer-custom .cart-price-quantity-wrapper .quantity-controls .quantity-btn{width:25px;height:25px;font-size:13px}}@media screen and (max-width: 421px){.cart-drawer-custom .cart-price-quantity-wrapper .cart-item-price{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/426/assets/cart-drawer.css.map */
