:root{--smart-cart-primary: #111111;--smart-cart-secondary: #71717a;--smart-cart-accent: #10b981;--smart-cart-border: #e4e4e7;--smart-cart-bg: #ffffff;--smart-cart-light-gray: #f4f4f5;--smart-cart-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--smart-cart-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}.smart-cart-wrapper{font-family:var(--smart-cart-font);color:var(--smart-cart-primary);display:flex;flex-direction:column;height:100%;background:var(--smart-cart-bg)}.smart-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--smart-cart-border);background:var(--smart-cart-bg)}.smart-header .title{font-size:1.15rem;font-weight:600;letter-spacing:-.02em}.smart-header .close_popup_ajax{font-size:1.3rem;cursor:pointer;color:var(--smart-cart-secondary);transition:color .2s ease}.smart-header .close_popup_ajax:hover{color:var(--smart-cart-primary)}body.smart-modal-open{overflow:hidden!important}.smart-cart-body{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:20px;display:flex;flex-direction:column;gap:24px}.smart-progress-section{background:var(--smart-cart-light-gray);padding:16px;border-radius:12px;margin-bottom:8px}.smart-progress-banner{font-size:.9rem;font-weight:500;margin-bottom:16px;line-height:1.4;color:#3f3f46}.smart-money-highlight{font-weight:700;color:var(--smart-cart-primary)}.smart-reward-highlight{font-weight:700;color:var(--smart-cart-accent)}.smart-progress-bar-container{position:relative;margin:10px 0 25px;padding:0 10px}.smart-progress-bar-track{height:6px;background:#e4e4e7;border-radius:3px;overflow:hidden;position:relative}.smart-progress-bar-fill{height:100%;background:var(--smart-cart-accent);transition:width .4s ease-out}.smart-milestones{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);height:0}.smart-milestone{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}.smart-milestone-circle{width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid #cbd5e1;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.smart-milestone-circle i{display:none;font-size:8px;color:#fff}.smart-milestone.active .smart-milestone-circle{background:var(--smart-cart-accent);border-color:var(--smart-cart-accent)}.smart-milestone.active .smart-milestone-circle i{display:block}.smart-milestone-label{position:absolute;top:22px;font-size:.75rem;font-weight:600;text-align:center;white-space:nowrap;color:#71717a;line-height:1.2}.smart-milestone-label .lbl-name{font-weight:400;font-size:.7rem}.smart-milestone.active .smart-milestone-label{color:var(--smart-cart-primary);font-weight:700}.smart-items-list-wrap{border-bottom:1px solid var(--smart-cart-border);padding-bottom:16px}.smart-cart-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.smart-cart-item{display:flex;gap:16px;position:relative;padding:12px;border-radius:8px;border:1px solid var(--smart-cart-border);background:var(--smart-cart-bg)}.smart-cart-item .thumb img{border-radius:6px;object-fit:cover}.smart-item-info{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding-right:24px}.smart-item-info .product-name{font-size:.95rem;font-weight:600;text-decoration:none;color:var(--smart-cart-primary);line-height:1.3;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.smart-item-info .product-option-title{font-size:.8rem;color:var(--smart-cart-secondary);margin-bottom:6px}.smart-item-info .price-box{margin-bottom:10px}.smart-item-info .price{font-weight:700;font-size:.95rem}.smart-item-info .quantity-item{display:inline-block;margin-top:4px}.smart-item-info .group-quantity-button{display:flex;align-items:center;border:1px solid var(--smart-cart-border);border-radius:6px;overflow:hidden;max-width:90px}.smart-item-info .group-quantity-button a{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--smart-cart-secondary);background:var(--smart-cart-light-gray);text-decoration:none;font-size:.75rem;transition:background .2s}.smart-item-info .group-quantity-button a:hover{background:#e4e4e7;color:var(--smart-cart-primary)}.smart-item-info .group-quantity-button input.qty{width:34px;height:28px;border:none;border-left:1px solid var(--smart-cart-border);border-right:1px solid var(--smart-cart-border);text-align:center;font-size:.85rem;font-weight:600;color:var(--smart-cart-primary);background:#fff}.smart-item-info .remove{position:absolute;top:12px;right:12px;color:#a1a1aa;font-size:1.1rem;transition:color .2s;cursor:pointer}.smart-item-info .remove:hover{color:#ef4444}.smart-upsell-section{border-bottom:1px solid var(--smart-cart-border);padding-bottom:20px}.smart-section-title{font-size:.8rem;font-weight:700;letter-spacing:.05em;color:var(--smart-cart-secondary);margin-bottom:12px}.smart-upsell-list{display:flex;flex-direction:column;gap:12px}.smart-upsell-item{display:flex;align-items:center;gap:12px;padding:10px;border:1px dashed var(--smart-cart-border);border-radius:8px;background:#fbfbfb}.smart-upsell-img{width:50px;height:50px;object-fit:cover;border-radius:4px;border:1px solid #f4f4f5}.smart-upsell-details{flex:1}.smart-upsell-name{font-size:.85rem;font-weight:600;line-height:1.2;margin-bottom:2px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.smart-upsell-price{font-size:.8rem;font-weight:700}.smart-upsell-variant-select{font-size:.75rem;padding:2px 4px;border:1px solid var(--smart-cart-border);border-radius:4px;margin-top:4px;max-width:140px}.smart-upsell-add-btn{background:var(--smart-cart-primary);color:#fff;border:none;padding:6px 14px;font-size:.8rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s}.smart-upsell-add-btn:hover{background:#27272a;transform:scale(1.02)}.smart-notes-section{border-bottom:1px solid var(--smart-cart-border);padding-bottom:16px}.smart-notes-toggle{width:100%;background:none;border:none;display:flex;align-items:center;justify-content:space-between;padding:4px 0;font-size:.9rem;font-weight:600;color:var(--smart-cart-primary);cursor:pointer}.smart-notes-toggle i{color:var(--smart-cart-secondary)}.smart-notes-toggle .toggle-arrow{transition:transform .3s}.smart-notes-toggle.open .toggle-arrow{transform:rotate(180deg)}.smart-notes-content{margin-top:10px;display:flex;flex-direction:column;gap:8px}.smart-note-input{width:100%;min-height:70px;padding:10px;font-size:.85rem;border:1px solid var(--smart-cart-border);border-radius:6px;resize:vertical}.smart-note-save-btn{align-self:flex-end;background:var(--smart-cart-light-gray);color:var(--smart-cart-primary);border:1px solid var(--smart-cart-border);padding:4px 12px;font-size:.8rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background .2s}.smart-note-save-btn:hover{background:#e4e4e7}.smart-coupons-section{padding-bottom:10px}.smart-coupon-input-group{display:flex;gap:8px;margin-bottom:16px}.smart-coupon-input-group input{flex:1;padding:10px 12px;font-size:.85rem;border:1px solid var(--smart-cart-border);border-radius:6px}.smart-coupon-input-group button{background:var(--smart-cart-primary);color:#fff;border:none;padding:0 16px;font-size:.85rem;font-weight:600;border-radius:6px;cursor:pointer;transition:background .2s}.smart-coupon-input-group button:hover{background:#27272a}.smart-coupons-list{display:flex;flex-direction:column;gap:12px}.smart-coupon-card{border:1px dashed var(--smart-cart-border);padding:12px;border-radius:8px;background:#fff;transition:all .2s;display:flex;flex-direction:column;gap:4px}.smart-coupon-card.unlocked{cursor:pointer;border-color:#cbd5e1}.smart-coupon-card.unlocked:hover{border-color:var(--smart-cart-accent);background:#f0fdf4}.smart-coupon-card.locked{opacity:.65;background:#fafafa}.smart-coupon-badge{font-size:.85rem;font-weight:700;color:var(--smart-cart-primary)}.smart-coupon-card.unlocked .smart-coupon-badge{color:var(--smart-cart-accent)}.smart-coupon-desc{font-size:.8rem;color:var(--smart-cart-secondary)}.smart-coupon-status{font-size:.75rem;font-weight:600;margin-top:4px}.smart-coupon-card.locked .smart-coupon-status{color:#ef4444}.smart-coupon-card.unlocked .smart-coupon-status.tap-to-apply{color:var(--smart-cart-accent);letter-spacing:.02em}.smart-coupon-card.applied{border-color:var(--smart-cart-accent);background:#f0fdf4;box-shadow:0 0 0 1px var(--smart-cart-accent)}.smart-coupon-card.applied .tap-to-apply{display:none}.smart-coupon-card.applied:after{content:"Applied \2713";font-size:.75rem;font-weight:700;color:var(--smart-cart-accent);margin-top:4px}.smart-bottom-actions{border-top:1px solid var(--smart-cart-border);padding:16px 20px 24px;background:var(--smart-cart-bg);box-shadow:0 -4px 6px -1px #0000000d;flex-shrink:0;position:sticky;bottom:0;z-index:10}.smart-discount-info{background:#f0fdf4;border-radius:8px;padding:8px 12px;margin-bottom:12px;display:flex;flex-direction:column;gap:4px}.smart-discount-line{display:flex;justify-content:space-between;font-size:.8rem;font-weight:600;color:var(--smart-cart-accent)}.smart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.smart-subtotal .text{font-size:.95rem;font-weight:600;color:var(--smart-cart-secondary)}.smart-subtotal .js-total-price{font-size:1.15rem;font-weight:700}.smart-checkout-wrap{width:100%}.smart-checkout-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:var(--smart-cart-primary);color:#fff!important;border:none;padding:14px 24px;font-size:.95rem;font-weight:700;border-radius:8px;text-decoration:none!important;transition:all .2s ease;box-shadow:var(--smart-cart-shadow)}.smart-checkout-btn:hover{background:#27272a}.smart-checkout-btn i{transition:transform .2s}.smart-checkout-btn:hover i{transform:translate(4px)}.smart-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.smart-empty-icon{width:60px;height:60px;border-radius:50%;background:var(--smart-cart-light-gray);display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:var(--smart-cart-secondary);margin-bottom:16px}.smart-cart-empty p{font-size:.95rem;color:var(--smart-cart-secondary);margin-bottom:24px}.smart-continue-shopping{background:var(--smart-cart-primary);color:#fff!important;padding:10px 20px;font-size:.85rem;font-weight:600;border-radius:6px;text-decoration:none;transition:background .2s}.smart-continue-shopping:hover{background:#27272a}#js_cart_popup{padding:0!important;overflow:hidden!important}#js_cart_popup .box-cart{padding:0!important;height:100%!important;display:flex!important;flex-direction:column!important}#js_cart_popup .js-cart-inner,#js_cart_popup [id^=shopify-section],#js_cart_popup .shopify-section{height:100%!important;display:flex!important;flex-direction:column!important;flex:1!important}#js_cart_popup .smart-cart-wrapper{height:100%!important;min-height:100%!important}.smart-buy-now-btn{display:flex;justify-content:space-between;align-items:center;width:100%;background:#d91d24;color:#fff!important;border:none;padding:11px 16px;font-size:1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:background .2s,transform .1s;box-shadow:0 4px 6px #00000014;gap:8px}.smart-buy-now-btn:hover{background:#b8151b}.smart-buy-now-btn:active{transform:scale(.99)}.smart-buy-now-text{letter-spacing:-.01em;font-size:.95rem;flex-shrink:0}.smart-buy-now-payment-icons{display:flex;align-items:center;gap:0;flex-shrink:0}.smart-pay-icon{width:24px;height:24px;border-radius:50%;display:block;object-fit:contain;background:#fff;border:1px solid #ff4d4d;margin-left:-6px;box-shadow:0 1px 3px #00000014;position:relative;transition:transform .2s ease}.smart-pay-icon:first-child{margin-left:0}.smart-pay-icon:hover{transform:translateY(-2px);z-index:20}.smart-powered-by{text-align:center;font-size:.72rem;color:#71717a;margin-top:8px;font-weight:500;letter-spacing:.02em}.smart-id-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#11182799;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999999;font-family:var(--smart-cart-font);padding:16px;box-sizing:border-box}.smart-id-modal-container{background:#fff;border-radius:16px;padding:24px;width:100%;max-width:420px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;position:relative;box-sizing:border-box;text-align:left}.smart-id-modal-close{position:absolute;top:14px;right:16px;background:none;border:none;font-size:1.6rem;color:#a1a1aa;cursor:pointer;line-height:1;padding:0;transition:color .2s}.smart-id-modal-close:hover{color:#18181b}.smart-id-modal-step{display:none}.smart-id-modal-step.active{display:flex;flex-direction:column;min-height:0;overflow:hidden}.smart-id-modal-title{font-size:1.35rem;font-weight:800;color:#18181b;margin:0 0 6px;letter-spacing:-.02em}.smart-id-modal-subtitle{font-size:.85rem;color:#71717a;margin:0 0 24px;line-height:1.4}.smart-id-modal-input-wrapper{display:flex;align-items:center;border:1.5px solid #e4e4e7;border-radius:8px;overflow:hidden;background:#fff;margin-bottom:20px;transition:border-color .2s}.smart-id-modal-input-wrapper:focus-within{border-color:#d91d24}.smart-id-modal-country-select{display:flex;align-items:center;gap:6px;padding:12px 12px 12px 16px;background:#f4f4f5;border-right:1.5px solid #e4e4e7;font-weight:700;font-size:.9rem;color:#18181b}.smart-id-modal-flag{font-size:1.1rem;line-height:1}#smart-id-modal-phone-input{flex:1;border:none!important;outline:none!important;padding:12px 16px!important;font-size:.95rem!important;font-weight:700!important;color:#18181b!important;letter-spacing:.05em;background:transparent!important}.smart-id-modal-submit-btn{width:100%;background:#d91d24;color:#fff!important;border:none;border-radius:8px;padding:14px;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .2s;text-align:center}.smart-id-modal-submit-btn:hover{background:#b8151b}.smart-id-modal-submit-btn:disabled{opacity:.7;cursor:not-allowed}.smart-id-modal-otp-group{display:flex;gap:12px;justify-content:center;margin:8px 0 16px}.smart-id-modal-otp-digit{width:50px;height:50px;border:1.5px solid #e4e4e7;border-radius:8px;text-align:center;font-size:1.4rem;font-weight:700;color:#18181b;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s}.smart-id-modal-otp-digit:focus{border-color:#d91d24;box-shadow:0 0 0 1px #d91d2440}.smart-id-modal-otp-actions{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;margin-bottom:24px;color:#71717a}.smart-id-modal-back-btn{cursor:pointer;font-weight:700;color:#71717a;transition:color .2s}.smart-id-modal-back-btn:hover{color:#18181b}.smart-id-modal-timer{font-weight:500}.smart-id-modal-timer span{font-weight:700;color:#18181b}.smart-id-modal-address-box{background:#f4f4f5;border:1.5px solid #e4e4e7;border-radius:8px;padding:14px;margin-bottom:16px}.smart-id-modal-phone{font-size:.85rem;font-weight:700;color:#18181b;margin:0 0 6px}.smart-id-modal-address{font-size:.8rem;color:#52525b;line-height:1.4;margin:0}.smart-id-modal-actions-row{margin-bottom:16px}.smart-id-modal-logout-btn{font-size:.75rem;color:#71717a;text-decoration:underline;cursor:pointer;font-weight:500;transition:color .2s}.smart-id-modal-logout-btn:hover{color:#d91d24}.smart-id-modal-footer{text-align:center;font-size:.72rem;color:#a1a1aa;margin-top:24px;border-top:1px solid #e4e4e7;padding-top:14px;font-weight:500;letter-spacing:.02em}.smart-id-modal-address-form{display:flex;flex-direction:column;gap:12px;overflow-y:auto;min-height:0;padding-right:4px}.smart-id-form-group{display:flex;flex-direction:column;gap:4px}.smart-id-form-row{display:flex;gap:12px}.smart-id-form-group.half-width{flex:1}.smart-id-form-label{font-size:.72rem;font-weight:700;color:#71717a;text-transform:uppercase;letter-spacing:.02em}.smart-id-form-input{width:100%!important;border:1.5px solid #e4e4e7!important;border-radius:8px!important;padding:10px 12px!important;font-size:.85rem!important;font-weight:600!important;color:#18181b!important;background:#fff!important;outline:none!important;box-sizing:border-box!important;transition:border-color .2s}.smart-id-form-input:focus{border-color:#d91d24!important}#smart-id-modal-step-checkout{display:flex;flex-direction:column;height:100%}.smart-checkout-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1.5px solid #f4f4f5;padding-bottom:14px;margin-bottom:14px}.smart-checkout-back{font-size:1rem;color:#71717a;cursor:pointer;padding:4px;transition:color .2s}.smart-checkout-back:hover{color:#d91d24}.smart-checkout-logo{font-size:1.05rem;font-weight:800;color:#18181b;letter-spacing:-.02em}.smart-checkout-total{font-size:1.05rem;font-weight:800;color:#d91d24}.smart-checkout-scroll-content{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;padding-right:4px}.smart-checkout-summary-toggle{display:flex;justify-content:space-between;align-items:center;background:#f4f4f5;border-radius:8px;padding:10px 14px;font-size:.82rem;font-weight:700;color:#52525b;cursor:pointer;margin-bottom:12px}.smart-checkout-summary-items{border:1px solid #e4e4e7;border-radius:8px;padding:12px;margin-bottom:14px;max-height:200px;overflow-y:auto;background:#fafafa}.smart-checkout-item-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #f4f4f5}.smart-checkout-item-row:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.smart-checkout-item-left{display:flex;align-items:center;gap:10px}.smart-checkout-item-img{width:36px;height:36px;border-radius:4px;object-fit:cover;border:1px solid #e4e4e7}.smart-checkout-item-name{font-size:.78rem;font-weight:600;color:#18181b;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smart-checkout-item-qty{font-size:.72rem;color:#71717a;margin-top:2px}.smart-checkout-item-price{font-size:.78rem;font-weight:700;color:#18181b}.smart-checkout-section-card{border:1.5px solid #e4e4e7;border-radius:12px;padding:14px;margin-bottom:14px;background:#fff}.smart-checkout-card-header{display:flex;justify-content:space-between;align-items:center;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#71717a;margin-bottom:8px}.smart-checkout-card-edit{color:#d91d24;cursor:pointer;text-decoration:underline}.smart-checkout-address-preview strong{font-size:.85rem;color:#18181b}.smart-checkout-address-preview p{font-size:.8rem;color:#52525b;margin:3px 0 0;line-height:1.4}.smart-checkout-coupon-wrapper{display:flex;gap:8px}.smart-checkout-coupon-wrapper input{flex:1;border:1.5px solid #e4e4e7!important;border-radius:8px!important;padding:8px 12px!important;font-size:.82rem!important;font-weight:600!important;color:#18181b!important;outline:none!important}.smart-checkout-coupon-wrapper button{background:#18181b;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:.82rem;font-weight:700;cursor:pointer;transition:background .2s}.smart-checkout-coupon-wrapper button:hover{background:#d91d24}.smart-checkout-payment-methods{display:flex;flex-direction:column;gap:10px}.smart-checkout-payment-option{border:1.5px solid #e4e4e7;border-radius:8px;padding:10px 12px;cursor:pointer;transition:all .2s}.smart-checkout-payment-option.active{border-color:#d91d24;background:#fdf2f2}.smart-checkout-option-label{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;margin:0}.smart-checkout-option-label input[type=radio]{margin-right:10px;accent-color:#d91d24}.option-title{font-size:.82rem;font-weight:700;color:#18181b;flex:1}.option-icons{display:flex;align-items:center;gap:6px;font-size:.9rem;color:#52525b}.option-text-right{font-size:.76rem;font-weight:700;color:#52525b}.badge{font-size:.65rem;font-weight:700;padding:2px 4px;border-radius:4px}.badge.upi{background:#e0f2fe;color:#0369a1}.badge.gpay{background:#f3e8ff;color:#6b21a8}.smart-checkout-method-details{margin-top:10px;border-top:1px dashed #e4e4e7;padding-top:10px}.smart-checkout-sub-input{width:100%!important;border:1.5px solid #e4e4e7!important;border-radius:6px!important;padding:8px 10px!important;font-size:.8rem!important;font-weight:600!important;outline:none!important;box-sizing:border-box!important}.smart-checkout-sub-input:focus{border-color:#d91d24!important}.smart-checkout-upi-quick-tags{display:flex;gap:8px;margin-top:8px}.quick-tag{font-size:.72rem;font-weight:700;color:#52525b;background:#f4f4f5;padding:4px 8px;border-radius:4px;cursor:pointer;transition:background .2s}.quick-tag:hover{background:#e4e4e7}.card-input-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.card-input-grid .full{grid-column:span 2}.cod-helper-text{font-size:.75rem;color:#d91d24;margin:0;font-weight:600;line-height:1.4}.smart-checkout-logged-row{text-align:center;font-size:.76rem;color:#71717a;margin-top:8px;font-weight:500}.smart-checkout-logout-link{color:#d91d24;text-decoration:underline;cursor:pointer}.smart-checkout-sticky-footer{border-top:1px solid #e4e4e7;padding-top:14px;margin-top:14px;background:#fff}.smart-pincode-status-text{font-size:.72rem;font-weight:700;margin-top:-6px;padding:0 4px}.smart-pincode-status-text.loading{color:#0284c7}.smart-pincode-status-text.success{color:#16a34a}.smart-pincode-status-text.error{color:#dc2626}select#smart-id-form-state.smart-id-form-input{height:42px!important;line-height:1.2!important;color:#18181b!important;font-weight:600!important;background-color:#fff!important}#smart-celebration-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:transparent;pointer-events:none!important;z-index:99999999;overflow:hidden;box-sizing:border-box}.falling-mango{position:absolute;top:-80px;z-index:99999999;pointer-events:none!important;opacity:.9;animation:smart-fall linear forwards}@keyframes smart-fall{0%{transform:translateY(0) rotate(var(--start-rot));opacity:0}10%{opacity:.9}90%{opacity:.9}to{transform:translateY(115vh) rotate(var(--end-rot));opacity:0}}.smart-addresses-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;margin-top:10px}.smart-addresses-section-header .title-left{font-weight:700;font-size:1.1rem;color:#1f2937;display:inline-flex;align-items:center;gap:8px}.smart-addresses-badge{font-size:.72rem;background:#eff6ff;color:#3b82f6;padding:2px 8px;border-radius:9999px;font-weight:600;border:1px solid #dbeafe}.smart-add-address-pill{background:#eff6ff;color:#2563eb;border:none;padding:6px 12px;border-radius:9999px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.smart-add-address-pill:hover{background:#dbeafe}.smart-addresses-list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.smart-address-card{border-radius:12px;padding:16px;position:relative;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.smart-address-card.selected{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;box-shadow:0 4px 12px #2563eb40;border:1px solid #2563eb}.smart-address-card.unselected{background:#fff;color:#1f2937;border:1px solid #e4e4e7}.smart-address-card.unselected:hover{border-color:#a1a1aa}.smart-address-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.smart-address-card-title{font-weight:700;font-size:.95rem}.smart-address-card-edit{font-size:.78rem;font-weight:600;text-decoration:none;cursor:pointer}.smart-address-card.selected .smart-address-card-edit{color:#bfdbfe}.smart-address-card.unselected .smart-address-card-edit{color:#2563eb}.smart-address-card-details{font-size:.82rem;line-height:1.4;opacity:.9}.smart-address-card.selected .smart-address-card-details{color:#eff6ff}.smart-address-card.unselected .smart-address-card-details{color:#4b5563}.smart-address-card-phone,.smart-address-card-email{font-size:.8rem;margin-bottom:4px}.smart-address-card-line{margin-top:6px}
/*# sourceMappingURL=/cdn/shop/t/11/assets/smart-cart.css.map */
