.drawer{position:fixed;z-index:9999;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:#11162566;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:visibility .4s cubic-bezier(.16,1,.3,1);font-family:Inter,sans-serif;visibility:hidden}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:500px;max-width:100vw;background:#fff;box-shadow:-10px 0 40px #11162514;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);overflow:hidden;position:relative;border-top-left-radius:20px;border-bottom-left-radius:20px;z-index:2}.drawer.active .drawer__inner{transform:translate(0)}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;z-index:1}.drawer__inner-empty{height:100%;display:flex;align-items:center;justify-content:center;padding:30px}.cart-drawer__warnings{display:flex;flex-direction:column;align-items:center;text-align:center}.cart__empty-text{font-family:Outfit,sans-serif;font-size:22px;font-weight:700;color:#111625;margin-bottom:20px}.continue-shopping-btn{background:#ff2e2e!important;color:#fff!important;border:none!important;font-family:Outfit,sans-serif;font-weight:700;font-size:15px;padding:12px 30px!important;border-radius:4px!important;transition:all .2s ease!important;text-decoration:none}.continue-shopping-btn:hover{background:#e21c1c!important;transform:translateY(-1px)}.drawer__header{padding:18px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9;background:#fff}.drawer__heading{margin:0;font-family:Outfit,sans-serif;font-size:17px;font-weight:900;letter-spacing:.05em;color:#111625;display:flex;align-items:center;gap:6px}.cart-count-bubble-custom{color:#6c7a97;font-weight:700}.drawer__close-custom{background:none;border:none;cursor:pointer;color:#111625;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;transition:all .2s ease}.drawer__close-custom:hover{background-color:#f1f5f9;color:#ff2e2e}.cart-drawer-items-wrapper{flex:1;overflow-y:auto;padding:18px 24px;background-color:#f8fafc;display:flex;flex-direction:column;gap:20px}.cart-milestones-wrapper{background:#fff;padding:15px 20px 75px;border-bottom:1px solid #e2e8f0}.cart-milestones-header{text-align:center;font-size:14px;font-weight:700;color:#1e293b;margin-bottom:45px;font-family:Inter,sans-serif;letter-spacing:-.01em}.cart-milestones-header strong{color:#0f8a3c;font-weight:800}.milestones-progress-container{position:relative;height:5px;background:#e2e8f0;border-radius:10px;margin:0 24px}.milestones-progress-bar{position:absolute;top:0;left:0;height:100%;background:#0f8a3c;border-radius:10px;transition:width .4s ease}.milestone-step{position:absolute;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;z-index:2}.milestone-price{position:absolute;bottom:36px;font-family:Outfit,sans-serif;font-size:11px;font-weight:700;color:#ef4444;white-space:nowrap}.milestone-icon-wrapper{width:32px;height:32px;border-radius:50%;background:#fff;border:1.5px solid #cbd5e1;display:flex;align-items:center;justify-content:center;position:relative;color:#94a3b8;transition:all .3s ease}.milestone-step.active .milestone-icon-wrapper{border-color:#0f8a3c;background:#f0fdf4;color:#0f8a3c}.milestone-shield{width:18px;height:18px}.milestone-rupee{position:absolute;font-family:Outfit,sans-serif;font-size:9px;font-weight:900;top:50%;left:50%;transform:translate(-50%,-50%)}.milestone-gift{width:16px;height:16px}.milestone-label{position:absolute;top:36px;font-size:9px;color:#64748b;font-weight:500;white-space:normal;text-align:center;width:75px;line-height:1.25}.milestone-step.active .milestone-label{color:#1e293b;font-weight:700}.cart-item-custom{background:#fff;border-radius:8px;padding:16px;display:flex;gap:16px;border:1px solid #eef2f6;box-shadow:0 2px 10px #11162503;margin-bottom:12px}.cart-item-custom__image-wrapper{width:90px;height:90px;background:#f8fafc;border-radius:6px;border:1px solid #eef2f6;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-item-custom__image{max-width:90%;max-height:90%;object-fit:contain}.cart-item-custom__details{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item-custom__top{display:flex;flex-direction:column;gap:2px;margin-bottom:8px}.cart-item-custom__title{font-family:Outfit,sans-serif;font-size:14px;font-weight:700;color:#111625;text-decoration:none;line-height:1.3}.cart-item-custom__title:hover{color:#ff2e2e}.cart-item-custom__variant{font-size:11px;color:#64748b}.cart-item-custom__actions-price{display:flex;justify-content:space-between;align-items:center}.cart-item-custom__actions{display:flex;align-items:center;gap:10px}.cart-item-custom__remove-btn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#94a3b8;transition:all .2s ease}.cart-item-custom__remove-btn:hover{background:#fee2e2;border-color:#fecaca;color:#ef4444}.quantity-custom{display:flex!important;align-items:center;border:1px solid #e2e8f0;border-radius:6px;background:#fff;overflow:hidden;height:32px;width:90px}.quantity-custom .quantity__button{width:28px;height:100%;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#64748b}.quantity-custom .quantity__button:hover{background-color:#f1f5f9}.quantity-custom .quantity__button svg{width:10px;height:10px}.quantity-input-custom{width:34px!important;height:100%;border:none!important;text-align:center;font-size:13px!important;font-weight:700;color:#1e293b;padding:0!important;background:none;-moz-appearance:textfield}.quantity-input-custom::-webkit-outer-spin-button,.quantity-input-custom::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-custom__price{display:flex;flex-direction:column;align-items:flex-end}.cart-item-custom__price--final{font-family:Outfit,sans-serif;font-weight:700;font-size:15px;color:#111625}.cart-item-custom__price--sale{font-family:Outfit,sans-serif;font-weight:700;font-size:15px;color:#ef4444}.cart-item-custom__price--original{font-size:11px;color:#94a3b8;text-decoration:line-through;margin-top:1px}.cart-item__error{margin-top:8px;color:#ef4444;font-size:11px;display:flex;align-items:center;gap:4px}.cart-drawer-coupon-section{background:#fff;border-radius:8px;padding:16px;border:1px solid #eef2f6;box-shadow:0 2px 10px #11162503;margin-bottom:12px}.coupon-card{display:flex;justify-content:space-between;align-items:center;border:1px dashed rgba(15,138,60,.3);background:#0f8a3c05;padding:12px;border-radius:6px;margin-bottom:12px}.coupon-card__left{display:flex;align-items:center;gap:10px}.coupon-tag-icon{background:#0f8a3c1a;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#0f8a3c}.coupon-card__details{display:flex;flex-direction:column}.coupon-card__title{font-size:13px;font-weight:700;color:#0f8a3c}.coupon-card__sub{font-size:11px;color:#64748b}.coupon-apply-btn{background:#0f8a3c1a;color:#0f8a3c;border:none;font-weight:700;font-size:12px;padding:6px 14px;border-radius:50px;cursor:pointer;transition:all .2s ease}.coupon-apply-btn:hover{background:#0f8a3c;color:#fff}.more-offers-toggle{width:100%;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:4px 0;color:#64748b;font-size:12px;font-weight:500}.more-offers-toggle__left{display:flex;align-items:center;gap:6px;color:#0f8a3c;font-weight:600}.more-offers-toggle__right{display:flex;align-items:center;gap:4px}.chevron-icon{transition:transform .3s ease}.chevron-icon.rotate{transform:rotate(90deg)}.more-coupons-list{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;gap:8px;margin-top:0}.more-coupons-list.active{max-height:250px;margin-top:10px}.coupon-item{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0}.coupon-item__info{display:flex;flex-direction:column;gap:2px}.coupon-item__info strong{font-size:12px;color:#1e293b}.coupon-item__info span{font-size:10px;color:#64748b}.coupon-apply-btn-small{background:#fff;border:1px solid #e2e8f0;color:#0f8a3c;font-weight:700;font-size:11px;padding:4px 10px;border-radius:4px;cursor:pointer;transition:all .2s ease}.coupon-apply-btn-small:hover{background:#0f8a3c0d;border-color:#0f8a3c}.cart-drawer-upsell-section{background:#fff;border-radius:8px;padding:16px;border:1px solid #eef2f6;box-shadow:0 2px 10px #11162503;margin-bottom:12px;position:relative}.upsell-section-header{border-bottom:2px solid rgba(15,138,60,.1);padding-bottom:8px;margin-bottom:14px;display:inline-block}.upsell-title{font-family:Outfit,sans-serif;font-weight:700;font-size:14px;color:#0f8a3c;text-transform:uppercase;letter-spacing:.02em}.upsell-carousel-container{position:relative;width:100%}.upsell-carousel-track{display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:5px}.upsell-carousel-track::-webkit-scrollbar{display:none}.upsell-card{flex:0 0 220px;border:1px solid #e2e8f0;border-radius:10px;padding:12px;display:flex;flex-direction:column;background:#fff;gap:8px;align-items:stretch}.upsell-card__top{display:flex;gap:8px;align-items:center}.upsell-card__image-container{width:50px;height:50px;background:#f8fafc;border:1px solid #f1f5f9;border-radius:4px;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}.upsell-card__image{max-width:90%;max-height:90%;object-fit:contain}.upsell-badge{position:absolute;top:-4px;left:-4px;background:#0f8a3c;color:#fff;font-size:7px;font-weight:700;padding:1px 3px;border-radius:2px}.upsell-card__info{display:flex;flex-direction:column;min-width:0;flex-grow:1}.upsell-card__title{font-size:11px;font-weight:700;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.upsell-card__prices{display:flex;align-items:center;gap:4px;margin:2px 0 0}.upsell-price{font-size:11px;font-weight:700;color:#1e293b}.upsell-compare-price{font-size:9px;color:#94a3b8;text-decoration:line-through}.upsell-add-btn{width:100%;background:#fff;border:1.5px solid #0f8a3c;color:#0f8a3c;font-weight:700;font-size:11px;padding:6px 0;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.upsell-add-btn:hover{background:#0f8a3c;color:#fff}.upsell-arrow-btn{position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 5px #0000001a;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;color:#64748b;transition:all .2s ease}.upsell-arrow-btn:hover{background:#f8fafc;color:#0f8a3c;border-color:#0f8a3c}.cart-drawer-note-section{background:#fff;border-radius:8px;border:1px solid #eef2f6;box-shadow:0 2px 10px #11162503;overflow:hidden;margin-bottom:20px}.cart-note-toggle{width:100%;background:none;border:none;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:Outfit,sans-serif;font-weight:700;font-size:13px;color:#1e293b}.cart-note-toggle__left{display:flex;align-items:center;gap:8px;color:#111625}.cart-note-toggle__left svg{color:#6c7a97}.plus-icon{transition:transform .3s ease;color:#111625}.plus-icon.rotate{transform:rotate(45deg)}.cart-note-content{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.16,1,.3,1);padding:0 16px}.cart-note-content.active{max-height:120px;padding-bottom:16px}.cart-note-textarea{width:100%;height:80px;border:1px solid #e2e8f0;border-radius:6px;padding:8px 12px;font-size:12px;color:#1e293b;resize:none;font-family:Inter,sans-serif}.cart-note-textarea:focus{outline:none;border-color:#6c7a97}.drawer__footer-custom{border-top:1px solid #e2e8f0;background:#fff;box-shadow:0 -5px 25px #1116250d;display:flex;flex-direction:column;z-index:100}.checkout-announcement-banner{background:#5067d9;color:#fff;font-size:11px;font-weight:700;text-align:center;padding:6px 15px;font-family:Outfit,sans-serif;letter-spacing:.02em}.checkout-summary-row{display:flex;justify-content:space-between;align-items:flex-start;padding:16px 24px}.summary-label-col{display:flex;align-items:center;height:24px}.estimated-total-text{font-size:14px;font-weight:500;color:#475569}.summary-value-col{display:flex;flex-direction:column;align-items:flex-end}.checkout-total-price{font-family:Outfit,sans-serif;font-size:22px;font-weight:900;color:#111625;line-height:1.1}.checkout-savings-text{font-size:11px;color:#0f8a3c;font-weight:700;margin-top:2px}.checkout-cta-row{padding:0 24px 10px}.checkout-btn-custom{width:100%;height:48px;background:#0f8a3c;border:none;border-radius:6px;display:flex;justify-content:space-between;align-items:center;padding:0 16px;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #0f8a3c33}.checkout-btn-custom:hover{background:#0d7934;transform:translateY(-1px);box-shadow:0 6px 18px #0f8a3c59}.checkout-btn-text{font-family:Outfit,sans-serif;font-weight:700;font-size:15px;color:#fff;text-transform:uppercase;letter-spacing:.05em}.checkout-payment-logos{background:#fff;border-radius:50px;padding:4px 10px;display:flex;align-items:center;gap:8px;height:24px}.checkout-payment-logos span{font-family:Outfit,sans-serif;font-weight:900;font-size:9px;line-height:1}.payment-logo-ptm{color:#00baf2}.payment-logo-pe{color:#5f259f}.payment-logo-gpay{background:linear-gradient(to right,#4285f4,#ea4335,#fbbc05,#34a853);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.payment-logo-upi{color:#0f8a3c}.checkout-footer-watermark{text-align:center;padding:10px 0 14px;font-size:10px;color:#94a3b8;background:#fff}.checkout-footer-watermark strong{color:#64748b;font-weight:700}cart-drawer.active-fallback{right:0!important}
/*# sourceMappingURL=/cdn/shop/t/1/assets/component-cart-drawer.css.map */
