@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#0f2b5c;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color:#0f2b5c;--secondary-color:#f3f4f6;--accent-color:#0f2b5c;--input-bg:#eef4ff;--input-text:#0f172a;--input-border:#dbeafe;--input-focus-border:#4f46e5;--input-placeholder:#64748b;--btn-grad-primary:linear-gradient(135deg, #0f2b5c 0%, #1e40af 100%);--btn-grad-primary-hover:linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);--btn-grad-success:linear-gradient(135deg, #10b981 0%, #059669 100%);--btn-grad-success-hover:linear-gradient(135deg, #059669 0%, #047857 100%);--btn-grad-danger:linear-gradient(135deg, #ef4444 0%, #dc2626 100%);--btn-grad-danger-hover:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);--btn-grad-secondary:linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);--btn-grad-secondary-hover:linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);--btn-grad-warning:linear-gradient(135deg, #f59e0b 0%, #d97706 100%);--btn-grad-warning-hover:linear-gradient(135deg, #d97706 0%, #b45309 100%);--glass-bg:#ffffffe6;--glass-bg-hover:#fffffff2;--glass-border:1px solid #ffffff80;--glass-border-hover:1px solid #fffc;--glass-blur:blur(12px);--glass-shadow:0 8px 32px #0f2b5c14;--glass-shadow-hover:0 12px 48px #0f2b5c1f;--shadow-sm:0 2px 4px #0f2b5c0a;--shadow-md:0 4px 12px #0f2b5c14;--shadow-lg:0 12px 24px #0f2b5c1f;background-color:#fff;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.6}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}html,body{scroll-behavior:smooth;background-color:#fff;margin:0;padding:0;overflow-x:hidden}body{color:var(--primary-color);min-height:100vh;position:relative}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}p{margin:0}a{color:inherit;cursor:pointer;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit;transition:all .2s}button:active{transform:scale(.98)!important}input,select,textarea{background:var(--input-bg);color:var(--input-text);border:1px solid var(--input-border);border-radius:8px;font-family:inherit;transition:border-color .2s,background .2s,color .2s}input::placeholder,textarea::placeholder,select::placeholder{color:var(--input-placeholder);opacity:1}input:focus,select:focus,textarea:focus{border-color:var(--input-focus-border);background:var(--input-bg);outline:none;box-shadow:0 0 0 3px #4f46e533}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#d1d5db}::selection{color:#fff;background-color:#0f2b5c}::selection{color:#fff;background-color:#0f2b5c}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.login-modal{max-width:520px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes stepFadeIn{0%{opacity:0}to{opacity:1}}@keyframes stepSlideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.password-wrapper{align-items:center;display:flex;position:relative}.toggle-password{cursor:pointer;color:#9ca3af;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;right:12px}.auth-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;box-shadow:var(--shadow-sm);background:#0f2b5c;border:none;border-radius:12px;padding:12px 14px;font-size:13px;font-weight:600;transition:all .2s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-footer p{color:#6b7280;text-align:center;margin:0;font-size:13px}.switch-auth-btn{color:#0f2b5c;cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;text-decoration:none;transition:color .2s}.forgot-password-btn{color:#0f2b5c;text-align:center;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s}.forgot-password-btn:hover{text-decoration:underline}@keyframes successFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes checkmarkStroke{to{stroke-dashoffset:0}}.auth-overlay{z-index:1000;background:#0f2b5cd9;place-items:center;padding:20px;animation:.2s ease-in-out fadeIn;display:grid;position:fixed;inset:0;overflow-y:auto}.auth-modal{width:90%;max-width:360px;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin:auto;animation:.2s ease-out slideUp;position:relative;overflow:hidden}.signup-modal{max-width:520px}.signup-modal .auth-content{min-height:auto;padding:24px 26px}.signup-modal .auth-title{margin-bottom:4px;font-size:22px}.signup-modal .auth-subtitle{margin-bottom:12px;font-size:12px}.signup-modal .auth-form{gap:10px}.signup-modal .form-group{gap:5px}.signup-modal .form-group label{margin-bottom:2px;font-size:11px}.signup-modal .form-group input,.signup-modal .form-group select{padding:9px 13px;font-size:14px}.signup-modal .terms-checkbox{gap:8px;margin-top:4px}.signup-modal .terms-checkbox input[type=checkbox]{width:15px;height:15px}.signup-modal .terms-checkbox label{font-size:12px}.signup-modal .auth-btn{height:38px;margin-top:6px;font-size:13px}.signup-modal .auth-footer{margin-top:10px;padding-top:10px}.close-btn:hover{background:#f3f4f6}.auth-content{min-height:320px;padding:20px 22px 16px;position:relative}.auth-step{display:none}.auth-step.step-active{animation:.3s ease-out stepFadeIn;display:block}.auth-step.step-exit{display:none}.auth-step.step-enter{animation:.3s ease-out stepSlideIn}.auth-title{color:#0f2b5c;margin-bottom:4px;font-size:20px;font-weight:700}.auth-subtitle{color:#6b7280;margin-bottom:12px;font-size:12px}.auth-form{flex-direction:column;gap:8px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.form-group input,.form-group select{background:var(--input-bg);border:1px solid var(--input-border);width:100%;color:var(--input-text);border-radius:12px;padding:10px 14px;font-family:inherit;font-size:14px;transition:all .2s}.form-group input:focus,.form-group select:focus{border-color:var(--input-focus-border);background:var(--input-bg);outline:none}.form-group input:disabled,.form-group select:disabled{cursor:not-allowed;background:#f9fafb}.password-wrapper{position:relative}.password-wrapper input{width:100%;padding-right:40px}.toggle-password{cursor:pointer;color:#9ca3af;background:0 0;border:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.toggle-password:hover{color:#0f2b5c}.terms-checkbox{align-items:flex-start;gap:8px;margin-top:4px;display:flex}.terms-checkbox input[type=checkbox]{accent-color:#0f2b5c;cursor:pointer;width:16px;height:16px;margin-top:2px}.terms-checkbox label{color:#6b7280;cursor:pointer;font-size:12px;line-height:1.4}.terms-link{color:#0f2b5c;font-weight:600;text-decoration:none}.terms-link:hover{text-decoration:underline}.error-message{color:#ef4444;background:#fef2f2;border-left:2px solid #ef4444;padding:10px 12px;font-size:12px;font-weight:600}.auth-btn{color:#fff;text-transform:uppercase;cursor:pointer;letter-spacing:.5px;background:#0f2b5c;border:none;border-radius:12px;height:40px;margin-top:4px;font-size:13px;font-weight:600;transition:all .2s}.btn-loading{justify-content:center;align-items:center;gap:8px;display:flex}.spin{animation:1s linear infinite spin}.auth-footer{border-top:1px solid #e5e7eb;margin-top:12px;padding-top:12px}.auth-footer p{text-align:center;color:#6b7280;margin:0;font-size:12px}.switch-auth-btn{color:#0f2b5c;cursor:pointer;background:0 0;border:none;font-size:12px;font-weight:600}.switch-auth-btn:hover{text-decoration:underline}.back-btn{color:#0f2b5c;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:6px;margin-bottom:16px;padding:4px 8px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.back-btn:hover{background:#f3f4f6}.otp-header{text-align:center;margin-bottom:24px}.otp-icon{color:#0f2b5c;background:#f9fafb;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex}.otp-header .auth-title{text-align:center;font-size:20px}.otp-header .auth-subtitle{text-align:center;font-size:13px;line-height:1.6}.otp-email{color:#0f2b5c;font-weight:600}.dev-otp-banner{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;gap:10px;margin-bottom:20px;padding:10px 16px;display:flex}.dev-label{color:#6b7280;font-size:12px;font-weight:600}.dev-code{color:#0f2b5c;letter-spacing:4px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2px 10px;font-family:Courier New,monospace;font-size:20px;font-weight:700}.otp-inputs{justify-content:center;gap:8px;margin-bottom:16px;display:flex}.otp-input{text-align:center;color:#0f2b5c;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:46px;height:54px;font-family:Courier New,monospace;font-size:22px;font-weight:600;transition:all .2s}.otp-input:focus{background:#fff;border-color:#0f2b5c;outline:none}.otp-input.otp-filled{background:#f9fafb;border-color:#0f2b5c}.otp-input.otp-error{background:#fef2f2;border-color:#ef4444}.otp-input:disabled{opacity:.6;cursor:not-allowed}.otp-verifying{color:#0f2b5c;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:13px;font-weight:600;display:flex}.otp-footer{border-top:1px solid #e5e7eb;flex-direction:column;align-items:center;gap:12px;margin-top:20px;padding-top:16px;display:flex}.otp-timer{color:#6b7280;font-size:13px}.otp-timer strong{color:#0f2b5c;font-family:Courier New,monospace}.timer-expired{color:#ef4444;font-weight:600}.resend-btn{color:#0f2b5c;cursor:pointer;background:0 0;border:none;border-radius:12px;padding:6px 16px;font-size:13px;font-weight:600;transition:all .2s}.resend-btn:hover:not(:disabled){background:#f3f4f6;text-decoration:underline}.resend-btn.resend-disabled{color:#9ca3af;cursor:not-allowed}.success-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;animation:.3s ease-out successFadeIn;display:flex}.success-checkmark{width:72px;height:72px;margin-bottom:20px}.checkmark-svg{width:72px;height:72px}.checkmark-circle{stroke:#10b981;stroke-width:2px;stroke-dasharray:166;stroke-dashoffset:166px;animation:.4s cubic-bezier(.65,0,.45,1) forwards checkmarkStroke}.checkmark-check{stroke:#10b981;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48px;animation:.3s cubic-bezier(.65,0,.45,1) .3s forwards checkmarkStroke}.success-title{color:#10b981;margin:0 0 8px;font-size:22px;font-weight:700}.success-text{color:#6b7280;margin:0;font-size:14px}@media (width<=480px){.auth-modal,.signup-modal{max-width:95%}.form-row{grid-template-columns:1fr}.auth-content{padding:24px 18px}.otp-input{width:40px;height:48px;font-size:18px}}.auth-overlay{z-index:1000;background:#0f2b5cd9;justify-content:center;align-items:center;animation:.2s ease-in-out fadeIn;display:flex;position:fixed;inset:0}.forgot-password-modal{width:90%;max-width:380px;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px;animation:.2s ease-out slideUp;position:relative}.close-btn{cursor:pointer;color:#0f2b5c;z-index:10;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s;display:flex;position:absolute;top:20px;right:20px}.close-btn:hover{background-color:#f3f4f6}.auth-content{padding:50px 30px 30px}.auth-title{color:#0f2b5c;letter-spacing:-.5px;margin:0 0 8px;font-size:24px;font-weight:700}.auth-subtitle{color:#6b7280;margin:0 0 24px;font-size:13px;line-height:1.6}.auth-form{flex-direction:column;gap:20px;margin-bottom:24px;display:flex}.form-group label{color:#0f2b5c;text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.form-group input{border:1px solid var(--input-border);background:var(--input-bg);color:var(--input-text);border-radius:12px;padding:12px 14px;font-family:inherit;font-size:14px;transition:all .2s}.form-group input:focus{border-color:var(--input-focus-border);background:var(--input-bg);outline:none}.form-group input:disabled{cursor:not-allowed;background-color:#f9fafb}.error-message{color:#ef4444;background-color:#fef2f2;border-left:2px solid #ef4444;padding:12px 14px;font-size:13px;font-weight:600}.success-message{color:#166534;background-color:#f0fdf4;border-left:2px solid #22c55e;align-items:center;gap:8px;padding:12px 14px;font-size:13px;font-weight:600;display:flex}.auth-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#0f2b5c;border:none;border-radius:12px;padding:14px 16px;font-size:15px;font-weight:600;transition:all .2s}.auth-btn:hover:not(:disabled){background:#1a365d}.auth-btn:disabled{opacity:.7;cursor:not-allowed}.auth-footer{border-top:1px solid #e5e7eb;flex-direction:column;gap:12px;padding-top:20px;display:flex}.forgot-footer{border-top:none;padding-top:0}.back-btn{color:#0f2b5c;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.back-btn:hover{background:#f9fafb;border-color:#0f2b5c}.siteHeader{z-index:1000;background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);color:#0f2b5c;border-bottom:var(--glass-border);box-shadow:var(--shadow-sm);position:sticky;top:0}.topBannerStrip{color:#fff;background:#0f2b5c;padding:8px 16px;font-size:13px}.topBannerInner{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.topBannerRight{align-items:center;gap:16px;display:flex}.topBannerRight .divider{opacity:.5}.topBannerLink{color:#fff;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit}.topBannerLink:hover{text-decoration:underline}.siteHeaderTop{box-sizing:border-box;grid-template-columns:auto 1fr auto auto;align-items:center;gap:14px;width:100%;max-width:1400px;margin:0 auto;padding:10px 16px;display:grid}.brand{color:inherit;border-radius:12px;align-items:center;gap:10px;padding:6px 10px;text-decoration:none;display:flex}.brand:hover{background:#f3f4f6}.brandLogo{object-fit:contain;width:auto;height:54px}.deliverTo{color:inherit;background:0 0;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:10px;padding:8px 12px;transition:all .2s;display:flex}.deliverTo:hover{border-color:#0f2b5c}.deliverToText{flex-direction:column;line-height:1.1;display:flex}.deliverToLabel{opacity:.8;font-size:11px}.deliverToValue{font-size:13px;font-weight:600}.headerSearchWrap{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;grid-template-columns:auto auto 1fr auto;align-items:stretch;width:100%;max-width:750px;margin:0 auto;transition:all .2s;display:grid}.locationPinBadge{color:#475569;white-space:nowrap;background:#f1f5f9;border-right:1px solid #e2e8f0;align-items:center;gap:5px;padding:0 10px;font-size:12px;display:flex}.locationPinIcon{color:#0284c7}.locationPinText strong{color:#0f2b5c}.userAccountDropdownWrap{position:relative}.dropdownChevron{transition:transform .2s}.userAccountDropdownWrap:hover .dropdownChevron{transform:rotate(180deg)}.accountDropdownMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;visibility:hidden;z-index:1100;background:#fffffffa;border:1px solid #e2e8f0;border-radius:14px;width:230px;margin-top:8px;padding:8px;transition:all .25s cubic-bezier(.16,1,.3,1);position:absolute;top:100%;right:0;transform:translateY(8px);box-shadow:0 12px 32px #0000001f}.userAccountDropdownWrap:hover .accountDropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}.dropdownHeader{flex-direction:column;padding:10px 12px;display:flex}.dropdownUserFull{color:#0f2b5c;font-size:14px;font-weight:700}.dropdownUserEmail{color:#64748b;font-size:11px}.dropdownDivider{background:#f1f5f9;height:1px;margin:6px 0}.dropdownItem{color:#334155;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.dropdownItem:hover{color:#0284c7;background:#f0f9ff}.logoutItem:hover{color:#ef4444;background:#fef2f2}.headerSearchWrap:focus-within{background:#fff;border-color:#0f2b5c}.headerSearchCategoryWrapper{background:0 0;border-right:1px solid #e5e7eb;align-items:center;transition:all .2s;display:flex;position:relative}.headerSearchCategoryWrapper:hover{background:#f3f4f6}.headerSearchCategorySelect{appearance:none;color:#0f2b5c;cursor:pointer;text-overflow:ellipsis;background:0 0;border:none;outline:none;max-width:130px;height:100%;padding:0 28px 0 12px;font-family:inherit;font-size:13px;font-weight:500}.headerSearchCategorySelect option{color:#0f2b5c;background:#fff}.headerSearchCategoryIcon{pointer-events:none;color:#0f2b5c;position:absolute;right:10px}.headerSearchInput{width:100%;min-width:0;min-height:44px;padding:0 16px;font-size:14px;font-weight:400;color:#0f2b5c!important;appearance:none!important;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.headerSearchInput:-webkit-autofill{-webkit-text-fill-color:#0f2b5c!important;transition:background-color 5000s ease-in-out!important}.headerSearchInput:-webkit-autofill:hover{-webkit-text-fill-color:#0f2b5c!important;transition:background-color 5000s ease-in-out!important}.headerSearchInput:-webkit-autofill:focus{-webkit-text-fill-color:#0f2b5c!important;transition:background-color 5000s ease-in-out!important}.headerSearchInput:-webkit-autofill:active{-webkit-text-fill-color:#0f2b5c!important;transition:background-color 5000s ease-in-out!important}.headerSearchInput::placeholder{color:#9ca3af}.headerSearchBtn{color:#0f2b5c;cursor:pointer;background:0 0;border:none;border-left:1px solid #e5e7eb;place-items:center;width:50px;transition:all .2s;display:grid}.headerSearchBtn:hover{background:#f3f4f6}.headerRight{align-items:center;gap:10px;display:flex}.userProfileBtn{color:#fff;cursor:pointer;background:#0f2b5c;border:none;border-radius:12px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.userProfileBtn:hover{background:#1a365d}.userInitials{background:#1a365d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.userName{display:none}@media (width>=1024px){.userName{display:inline}}.authBtn{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.loginBtn{color:#0f2b5c;background:0 0;border:1px solid #e5e7eb}.loginBtn:hover{background:#f9fafb;border-color:#0f2b5c}.signupBtn,.signinBtn{color:#fff;background:#0f2b5c}.signupBtn:hover,.signinBtn:hover{background:#1a365d}.headerLink{color:inherit;border-radius:12px;flex-direction:column;gap:2px;padding:6px 10px;transition:all .2s;display:flex}.headerLink:hover{background:#f3f4f6}.headerLinkTop{color:#6b7280;font-size:11px}.headerLinkBottom{align-items:center;gap:6px;font-size:13px;font-weight:600;display:inline-flex}.cartMini{color:inherit;border-radius:12px;align-items:center;gap:8px;padding:6px 10px;transition:all .2s;display:flex}.cartMini:hover{background:#f3f4f6}.trackOrderBtn{color:inherit;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:8px;padding:6px 10px;transition:all .2s;display:flex}.trackOrderBtn:hover{background:#f3f4f6}.trackLabel{font-size:13px;font-weight:600}.cartIconWrap{place-items:center;display:grid;position:relative}.cartCount{color:#fff;background:#0f2b5c;border:1px solid #fff;border-radius:12px;padding:2px 6px;font-size:11px;font-weight:600;position:absolute;top:-6px;right:-8px}.cartLabel{font-size:13px;font-weight:600}.mobileMenuBtn{width:40px;height:40px;color:inherit;border-radius:12px;display:none}.mobileMenuBtn:hover{background:#f3f4f6}.mobileNavSectionTitle,.mobileNavDivider,.mobileNavSection.quickLinksSection,.mobileNavSection.accountSection{display:none}.mobileCategoryLinks{align-items:center;gap:12px;display:flex}.siteHeaderBottom{background:#fff;border-top:1px solid #e5e7eb;display:none}.siteHeaderBottom.open{display:block}.categoryNav{scrollbar-width:none;align-items:center;gap:12px;max-width:1400px;margin:0 auto;padding:8px 16px;display:flex;overflow-x:auto}.categoryNav::-webkit-scrollbar{display:none}.categoryLink{white-space:nowrap;color:#0f2b5c;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.navCategoryIcon{color:#0284c7;flex-shrink:0;transition:transform .2s,color .2s}.categoryLink:hover{color:#0284c7;background:#f0f9ff;border-color:#e2e8f0}.categoryLink:hover .navCategoryIcon{transform:scale(1.1)}.categoryLink.active{color:#fff;background:#0f2b5c;border-color:#0f2b5c}.categoryLink.active .navCategoryIcon{color:#38bdf8}.topStrip{color:#6b7280;max-width:1400px;margin:0 auto;padding:0 16px 10px;font-size:12px}@media (width<=1024px){.siteHeaderTop{grid-template-columns:auto auto 1fr auto}.headerRight{gap:6px}.authBtn{padding:6px 12px;font-size:12px}}@media (width<=768px){.siteHeaderTop{grid-template-columns:1fr auto auto;grid-template-areas:"brand right menu""search search search";gap:12px}.brand{grid-area:brand}.mobileMenuBtn{grid-area:menu;place-items:center;display:grid}.deliverTo{display:none}.headerSearchWrap{grid-area:search;width:100%}.headerRight{grid-area:right}.trackOrderBtn{display:none}.authBtn{color:#0f2b5c;background:0 0;border:1px solid #0f2b5c;justify-content:center;align-items:center;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.authBtn:hover{color:#1a365d;background:#f9fafb;border-color:#1a365d}.siteHeaderBottom{z-index:999;background:#fff;border-top:1px solid #e5e7eb;padding:24px;display:none;position:fixed;inset:142px 0 0;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a}.siteHeaderBottom.open{flex-direction:column;display:flex}.categoryNav{flex-direction:column;align-items:stretch;gap:0;padding:0;overflow-x:visible}.mobileNavSection.categorySection,.mobileNavSection.quickLinksSection,.mobileNavSection.accountSection{flex-direction:column;gap:10px;width:100%;display:flex}.mobileNavSectionTitle{text-transform:uppercase;letter-spacing:1px;color:#6b7280;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.mobileCategoryLinks{flex-direction:column;align-items:stretch;gap:6px;display:flex}.categoryLink{text-align:left;border:1px solid #0000;border-radius:12px;width:100%;padding:12px 16px;font-size:14px;display:block}.categoryLink.active{border-color:#0f2b5c}.mobileNavDivider{background:#e5e7eb;width:100%;height:1px;margin:16px 0;display:block}.mobileNavLink{color:#0f2b5c;cursor:pointer;text-align:left;background:0 0;border:1px solid #e5e7eb;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.mobileNavLink:hover{background:#f9fafb;border-color:#0f2b5c}.mobileNavUserBtn{color:#0f2b5c;cursor:pointer;text-align:left;background:0 0;border:1px solid #e5e7eb;align-items:center;gap:12px;width:100%;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.mobileNavUserBtn:hover{background:#f9fafb;border-color:#0f2b5c}.mobileNavUserBtn .userInitials{color:#fff;background:#0f2b5c;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:600;display:flex}.mobileNavUserBtn .userNameText{color:#0f2b5c;font-size:14px}.mobileNavAuthBtn{color:#fff;cursor:pointer;background:#0f2b5c;border:none;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.mobileNavAuthBtn:hover{background:#1a365d}}@media (width<=480px){.siteHeaderTop{gap:8px;padding:8px 10px}.brandText,.brandMark{font-size:18px}.cartLabel{display:none}.headerSearchCategory{padding:0 10px}.headerSearchCategorySelect{max-width:90px;padding-left:8px;padding-right:20px;font-size:11px}.headerSearchInput{padding:0 10px;font-size:13px}.siteHeaderBottom{top:130px}}.locationPinBadge{color:#1d4ed8;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.locationPinBadge:hover{background:#dbeafe;border-color:#93c5fd;transform:translateY(-1px)}.locationPinIcon{color:#2563eb;flex-shrink:0}.locationPinText{color:#1e3a8a}.locationPinText strong{color:#1d4ed8;font-weight:700}.animate-spin{animation:1s linear infinite locationSpin}@keyframes locationSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer{color:#fff;background:linear-gradient(#0f2b5c 0%,#081630 100%);padding-top:60px;position:relative}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;max-width:1400px;margin:0 auto;padding:0 20px 40px;display:grid}.footer-section{flex-direction:column;gap:15px;display:flex}.footer-logo{color:#fff;letter-spacing:-.5px;align-items:center;gap:10px;margin-bottom:10px;font-size:24px;font-weight:700;display:flex}.logo-icon{font-size:28px}.footer-description{color:#9ca3af;margin:0;font-size:14px;line-height:1.7}.example-2{justify-content:flex-start;align-items:center;margin:10px 0 0;padding:0;list-style:none;display:flex}.example-2 .icon-content{margin:0 10px 0 0;position:relative}.example-2 .icon-content .tooltip{display:none}.example-2 .icon-content a{color:#fff;background-color:#0000;border:1px solid #1a365d;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden}.example-2 .icon-content a:hover{background-color:#1a365d;border-color:#fff}.example-2 .icon-content a svg{z-index:1;position:relative}.example-2 .icon-content a .filled{display:none}.footer-section h4{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:14px;font-weight:600}.footer-links{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#9ca3af;font-size:14px;text-decoration:none;transition:all .2s;display:inline-block}.footer-links a:hover{color:#fff;transform:translate(2px)}.trackOrderLink{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:400;text-decoration:none;transition:all .2s;display:inline-block}.trackOrderLink:hover{color:#fff;transform:translate(2px)}.contact-info{flex-direction:column;gap:12px;display:flex}.contact-item{color:#9ca3af;align-items:center;gap:12px;font-size:14px;display:flex}.contact-item svg{color:#9ca3af;flex-shrink:0}.contact-item a{color:#9ca3af;text-decoration:none;transition:all .2s}.contact-item a:hover{color:#fff}.newsletter-form{gap:8px;margin-top:10px;display:flex}.newsletter-form input{color:#fff;background:0 0;border:1px solid #1a365d;border-radius:12px;outline:none;flex:1;padding:10px 12px;font-size:13px;transition:all .2s}.newsletter-form input::placeholder{color:#6b7280}.newsletter-form input:focus{border-color:#fff}.newsletter-form button{color:#0f2b5c;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:12px;padding:10px 16px;font-size:13px;font-weight:600;transition:all .2s}.newsletter-form button:hover{background:#e5e7eb}.footer-bottom{border-top:1px solid #1a365d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1400px;margin:0 auto;padding:20px 40px;display:flex}.footer-bottom p{color:#6b7280;margin:0;font-size:13px}.footer-bottom-links{gap:20px;display:flex}.footer-bottom-links a{color:#6b7280;font-size:13px;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#fff}.payment-methods{color:#6b7280;align-items:center;gap:10px;font-size:13px;display:flex}.payment-icons{gap:6px;font-size:18px;display:flex}@media (width<=768px){.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;padding:0 15px 30px}.footer-bottom{text-align:center;flex-direction:column}.footer-section{gap:12px}.footer-links{gap:8px}.newsletter-form{flex-direction:column}.newsletter-form input,.newsletter-form button{width:100%}}@media (width<=480px){.footer-content{grid-template-columns:1fr;gap:25px}.footer-section{gap:10px}.footer-logo{font-size:18px}}.chatbot-widget-container{z-index:99999;position:fixed;bottom:24px;right:24px}.chatbot-embedded-container{width:100%;margin-top:24px}.chatbot-window.embedded-window{border-radius:12px;width:100%;height:520px;box-shadow:0 4px 20px #0000000a}.chatbot-trigger-btn{color:#fff;cursor:pointer;transition:all .25 ease;background:#0f2b5c;border:none;border-radius:30px;align-items:center;gap:10px;padding:12px 20px;font-size:14px;font-weight:700;display:flex;position:relative;box-shadow:0 8px 24px #0f2b5c59}.chatbot-trigger-btn:hover{background:#0284c7;transform:translateY(-2px)}.chatbot-unread-dot{background:#ef4444;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:2px;right:2px}.chatbot-window{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;width:380px;height:540px;display:flex;overflow:hidden;box-shadow:0 20px 40px #0f172a33}.chatbot-header{color:#fff;background:#0f2b5c;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.chatbot-header-info{align-items:center;gap:12px;display:flex}.bot-avatar-box{background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.chatbot-header-info h4{color:#fff;margin:0;font-size:14px;font-weight:700}.status-indicator{color:#cbd5e1;align-items:center;gap:6px;font-size:11px;display:flex}.green-dot{background:#22c55e;border-radius:50%;width:8px;height:8px}.header-actions{align-items:center;gap:8px;display:flex}.handoff-btn{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff40;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;transition:all .2s;display:flex}.handoff-btn:hover{background:#ffffff40}.close-chat-btn{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none}.close-chat-btn:hover{opacity:1}.chatbot-messages-body{background:#f8fafc;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.chat-bubble-row{align-items:flex-end;gap:10px;max-width:88%;display:flex}.chat-bubble-row.user-side{flex-direction:row-reverse;align-self:flex-end}.chat-bubble-row.bot-side,.chat-bubble-row.agent-side{align-self:flex-start}.msg-avatar{color:#fff;background:#0f2b5c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.agent-side .msg-avatar{background:#16a34a}.msg-bubble-content{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:12px 12px 12px 2px;padding:12px 16px;font-size:13.5px;line-height:1.55;box-shadow:0 2px 6px #0000000a}.msg-text{word-break:break-word}.msg-line{line-height:1.55}.msg-line.bullet-line{margin-top:3px;margin-bottom:3px;padding-left:12px}.user-side .msg-bubble-content{color:#fff;background:#0f2b5c;border:none;border-radius:12px 12px 2px}.agent-side .msg-bubble-content{background:#f0fdf4;border-left:3.5px solid #16a34a}.msg-timestamp{color:#94a3b8;text-align:right;margin-top:4px;font-size:10px;display:block}.user-side .msg-timestamp{color:#cbd5e1}.typing-dots{align-items:center;gap:4px;padding:12px 16px;display:flex}.typing-dots span{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typingBounce}.typing-dots span:first-child{animation-delay:0s}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chatbot-quick-chips{white-space:nowrap;background:#fff;border-top:1px solid #f1f5f9;gap:8px;padding:10px 14px;display:flex;overflow-x:auto}.chatbot-quick-chips::-webkit-scrollbar{display:none}.chip-btn{color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:20px;flex-shrink:0;padding:6px 12px;font-size:11px;font-weight:600;transition:all .2s}.chip-btn:hover{color:#fff;background:#0f2b5c;border-color:#0f2b5c}.chatbot-input-form{background:#fff;border-top:1px solid #e2e8f0;gap:8px;padding:12px 14px;display:flex}.chatbot-input-form input{border:1px solid #cbd5e1;border-radius:20px;outline:none;flex:1;padding:10px 14px;font-size:13px}.chatbot-input-form input:focus{border-color:#0284c7}.chatbot-input-form button{color:#fff;cursor:pointer;background:#0f2b5c;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.chatbot-input-form button:disabled{cursor:not-allowed;background:#cbd5e1}@media (width<=480px){.chatbot-window{width:calc(100vw - 32px);height:480px}}:root{--zepto-purple:#0f2b5c;--zepto-purple-hover:#071633;--zepto-bg-gray:#f4f6fb;--zepto-border:#ebecef;--zepto-text-dark:#262a33;--zepto-text-muted:#64748b;--zepto-green:#10b981}.profile-page-wrapper{background-color:var(--zepto-bg-gray);flex-direction:column;min-height:100vh;display:flex}.profile-page-content-wrapper{flex:1;width:100%;max-width:1200px;margin:40px auto;padding:0 20px}.profile-dashboard-layout{grid-template-columns:340px 1fr;align-items:start;gap:30px;display:grid}@media (width<=900px){.profile-dashboard-layout{grid-template-columns:1fr}}.profile-left-sidebar{flex-direction:column;gap:20px;display:flex}.user-profile-header-card{border:1px solid var(--zepto-border);background-color:#fff;border-radius:16px;align-items:center;gap:16px;padding:24px;display:flex}.user-avatar-circle{background-color:var(--zepto-purple);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:20px;font-weight:700;display:flex;box-shadow:0 4px 6px #7c3aed26}.user-name-phone-details h3{color:var(--zepto-text-dark);margin:0;font-size:18px;font-weight:600}.user-name-phone-details p{color:var(--zepto-text-muted);margin:4px 0 0;font-size:14px}.user-name-phone-details span{color:var(--zepto-text-muted);margin-top:4px;font-size:12px;display:block}.zepto-cash-card-purple{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#a78bfa);border-radius:16px;padding:20px;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 16px #7c3aed33}.zepto-cash-card-purple:hover{transform:translateY(-2px);box-shadow:0 10px 20px #7c3aed40}.zepto-cash-header{justify-content:space-between;align-items:center;display:flex}.zepto-cash-header .logo-text{letter-spacing:.5px;font-size:14px;font-weight:700}.zepto-cash-header .balance-value{font-size:24px;font-weight:800}.zepto-cash-footer{opacity:.9;justify-content:space-between;align-items:center;margin-top:15px;font-size:12px;display:flex}.add-balance-text-btn{color:#fff;cursor:pointer;background:#fff3;border:1px solid #fff6;border-radius:20px;padding:4px 12px;font-weight:700;transition:background .2s}.add-balance-text-btn:hover{background:#ffffff59}.profile-nav-menu-list{border:1px solid var(--zepto-border);background-color:#fff;border-radius:16px;flex-direction:column;gap:4px;padding:12px;display:flex}.menu-item-btn{color:var(--zepto-text-dark);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;padding:14px 16px;font-size:15px;font-weight:600;transition:background .2s,color .2s;display:flex}.menu-item-btn:hover{background-color:var(--zepto-bg-gray);color:var(--zepto-purple)}.menu-item-btn.active{color:var(--zepto-purple);background-color:#7c3aed14}.logout-menu-btn{color:#ef4444;border-top:1px solid var(--zepto-border);border-radius:12px;margin-top:10px;padding-top:18px}.logout-menu-btn:hover{color:#ef4444;background-color:#fef2f2}.profile-right-content-card{border:1px solid var(--zepto-border);background-color:#fff;border-radius:16px;min-height:500px;padding:30px}.tab-title{color:var(--zepto-text-dark);border-bottom:2px solid var(--zepto-bg-gray);margin-top:0;margin-bottom:24px;padding-bottom:12px;font-size:20px;font-weight:700}.empty-state-view{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.empty-icon{color:var(--zepto-text-muted);opacity:.4;margin-bottom:15px}.empty-state-view h4{color:var(--zepto-text-dark);margin:0;font-size:18px}.empty-state-view p{color:var(--zepto-text-muted);max-width:320px;margin:8px 0 0;font-size:14px;line-height:1.5}.profile-orders-list{max-height:550px;padding-right:8px;overflow-y:auto}.profile-orders-list::-webkit-scrollbar{width:6px}.profile-orders-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.profile-orders-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.profile-orders-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.premium-order-card{border:1px solid var(--zepto-border);border-radius:12px;margin-bottom:16px;padding:20px;transition:box-shadow .2s}.premium-order-card:hover{box-shadow:0 4px 12px #0000000d}.order-card-header{border-bottom:1px dashed var(--zepto-border);justify-content:space-between;align-items:flex-start;padding-bottom:12px;display:flex}.order-id{color:var(--zepto-text-dark);font-size:15px;font-weight:700}.order-date{color:var(--zepto-text-muted);margin:4px 0 0;font-size:13px}.order-status-pill{text-transform:capitalize;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:700}.order-status-pill.processing{color:#3b82f6;background-color:#eff6ff}.order-status-pill.shipped{color:#d97706;background-color:#fffbeb}.order-status-pill.delivered{color:#10b981;background-color:#ecfdf5}.order-status-pill.cancelled{color:#ef4444;background-color:#fef2f2}.order-card-items{flex-direction:column;gap:8px;padding:16px 0;display:flex}.order-item-row{color:var(--zepto-text-dark);justify-content:space-between;font-size:14px;display:flex}.order-card-footer{border-top:1px solid var(--zepto-border);justify-content:space-between;align-items:center;padding-top:12px;font-size:14px;display:flex}.pay-method{color:var(--zepto-text-muted);font-size:13px}.order-total strong{color:var(--zepto-purple);margin-left:6px;font-size:16px}.tab-header-row{border-bottom:2px solid var(--zepto-bg-gray);justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:12px;display:flex}.tab-header-row .tab-title{border-bottom:none;margin:0;padding:0}.add-address-btn{background-color:var(--zepto-purple);color:#fff;cursor:pointer;border:none;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:700;transition:background-color .2s;display:flex}.add-address-btn:hover{background-color:var(--zepto-purple-hover)}.saved-addresses-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.address-card{border:1px solid var(--zepto-border);background-color:#fff;border-radius:12px;flex-direction:column;padding:16px;display:flex}.address-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.address-badge{background-color:var(--zepto-bg-gray);color:var(--zepto-purple);border-radius:12px;padding:3px 8px;font-size:11px;font-weight:700}.address-actions{gap:8px;display:flex}.icon-btn{cursor:pointer;color:var(--zepto-text-muted);background:0 0;border:none;border-radius:4px;padding:4px;transition:background .2s,color .2s}.icon-btn.edit:hover{background-color:var(--zepto-bg-gray);color:var(--zepto-purple)}.icon-btn.delete:hover{color:#ef4444;background-color:#fef2f2}.address-text{color:var(--zepto-text-dark);flex:1;margin:0;font-size:14px;line-height:1.4}.address-city-state{color:var(--zepto-text-muted);margin:8px 0 0;font-size:13px}.profile-edit-form{flex-direction:column;gap:20px;display:flex}.form-row-two{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (width<=600px){.form-row-two{grid-template-columns:1fr}}.input-group{flex-direction:column;gap:6px;display:flex}.input-group label{color:var(--zepto-text-muted);font-size:13px;font-weight:700}.input-group input{border:1px solid var(--zepto-border);color:var(--zepto-text-dark);border-radius:10px;padding:12px;font-size:14px;transition:border-color .2s}.input-group input:focus{border-color:var(--zepto-purple);outline:none}.form-alert-message{border-radius:8px;padding:12px;font-size:14px;font-weight:600}.form-alert-message.success{color:#10b981;background-color:#ecfdf5;border:1px solid #a7f3d0}.form-alert-message.error{color:#ef4444;background-color:#fef2f2;border:1px solid #fca5a5}.save-profile-btn{background-color:var(--zepto-purple);color:#fff;cursor:pointer;border:none;border-radius:10px;align-self:flex-start;min-width:200px;padding:14px;font-size:15px;font-weight:700;transition:background-color .2s}.save-profile-btn:hover{background-color:var(--zepto-purple-hover)}.faqs-accordion-list{flex-direction:column;gap:12px;margin-bottom:30px;display:flex}.faq-item-box{border:1px solid var(--zepto-border);border-radius:10px;overflow:hidden}.faq-question-trigger{width:100%;color:var(--zepto-text-dark);text-align:left;cursor:pointer;background-color:#fff;border:none;justify-content:space-between;align-items:center;padding:16px 20px;font-size:15px;font-weight:600;transition:background .2s;display:flex}.faq-question-trigger:hover{background-color:var(--zepto-bg-gray)}.faq-answer-pane{background-color:var(--zepto-bg-gray);border-top:1px solid var(--zepto-border);color:var(--zepto-text-muted);padding:16px 20px;font-size:14px;line-height:1.5}.support-cta-box{text-align:center;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:20px}.support-info-badge{color:#1e40af;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;font-weight:700;display:inline-flex}.support-cta-box p{color:#1e3a8a;margin:0 0 15px;font-size:13px}.support-ticket-link-btn{color:#fff;background-color:#3b82f6;border-radius:20px;padding:10px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:background-color .2s;display:inline-block}.support-ticket-link-btn:hover{background-color:#2563eb}.wallet-desc{color:var(--zepto-text-muted);margin:-10px 0 20px;font-size:14px;line-height:1.5}.wallet-balance-banner{color:#fff;background:linear-gradient(135deg,#10b981,#34d399);border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:24px;display:flex}.wallet-balance-banner span{opacity:.9;font-size:14px;font-weight:700}.wallet-balance-banner h3{margin:0;font-size:32px;font-weight:800}.wallet-add-form{flex-direction:column;gap:20px;display:flex}.wallet-preset-chips-row{flex-wrap:wrap;gap:12px;display:flex}.preset-chip{border:1px solid var(--zepto-border);color:var(--zepto-text-dark);cursor:pointer;background-color:#fff;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:700;transition:border-color .2s,background-color .2s;display:flex}.preset-chip:hover{border-color:var(--zepto-purple);background-color:#7c3aed0a}.preset-chip .pop-badge{color:#fff;background-color:#ef4444;border-radius:8px;padding:2px 6px;font-size:9px;font-weight:800}.add-money-wallet-btn{background-color:var(--zepto-purple);color:#fff;cursor:pointer;border:none;border-radius:10px;align-self:flex-start;min-width:200px;padding:14px;font-size:15px;font-weight:700;transition:background-color .2s}.add-money-wallet-btn:hover{background-color:var(--zepto-purple-hover)}.wallet-alert-msg{color:#1e40af;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:12px;font-size:14px;font-weight:600}.address-modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0}.address-modal-card{background-color:#fff;border-radius:16px;width:100%;max-width:500px;padding:30px;box-shadow:0 10px 25px #00000026}.address-modal-card h3{color:var(--zepto-text-dark);margin-top:0;margin-bottom:20px}.form-group{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.form-group input{border:1px solid var(--zepto-border);border-radius:8px;padding:10px;font-size:14px}.form-group-radio{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.form-group-radio label{color:var(--zepto-text-muted);font-size:12px;font-weight:700}.label-radio-options{gap:10px;display:flex}.radio-chip{border:1px solid var(--zepto-border);cursor:pointer;color:var(--zepto-text-dark);background-color:#fff;border-radius:20px;padding:6px 16px;font-size:13px;font-weight:600;transition:all .2s}.radio-chip.active{background-color:var(--zepto-purple);border-color:var(--zepto-purple);color:#fff}.form-row-three{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}.address-modal-actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.address-modal-actions button{cursor:pointer;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:700}.address-modal-actions button.cancel{border:1px solid var(--zepto-border);color:var(--zepto-text-dark);background:0 0}.address-modal-actions button.save{background-color:var(--zepto-purple);color:#fff;border:none}.address-modal-actions button.save:hover{background-color:var(--zepto-purple-hover)}.invoice-modal-overlay{z-index:9999;background-color:#000000a6;justify-content:center;align-items:flex-start;width:100vw;height:100vh;padding:40px 20px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.invoice-modal-card{background-color:#fff;border-radius:12px;flex-direction:column;gap:20px;width:100%;max-width:800px;padding:25px;display:flex;position:relative;box-shadow:0 10px 30px #00000040}.invoice-modal-actions-bar{border-bottom:1px solid var(--zepto-border);justify-content:flex-end;gap:12px;padding-bottom:15px;display:flex}.invoice-modal-actions-bar button{cursor:pointer;border:none;border-radius:8px;padding:8px 20px;font-size:14px;font-weight:700;transition:all .2s}.invoice-modal-actions-bar .print-btn{background-color:var(--zepto-purple);color:#fff}.invoice-modal-actions-bar .print-btn:hover{background-color:var(--zepto-purple-hover)}.invoice-modal-actions-bar .close-btn{color:var(--zepto-text-dark);border:1px solid var(--zepto-border);background-color:#f1f5f9}.invoice-modal-actions-bar .close-btn:hover{background-color:#e2e8f0}.invoice-sheet{color:#000;background-color:#fff;border:1px solid #000;padding:30px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.invoice-header-section{border-bottom:1px solid #000;grid-template-columns:1fr 1fr;align-items:start;gap:20px;padding-bottom:20px;display:grid}.invoice-logo-container .logo-box{border:2px solid #1e3a8a;flex-direction:column;width:fit-content;padding:10px 15px;display:flex}.invoice-logo-container .logo-text-bold{color:#1e3a8a;letter-spacing:1px;font-size:32px;font-weight:900;line-height:1}.invoice-logo-container .logo-subtext{color:#1e3a8a;letter-spacing:2px;margin-top:4px;font-size:10px;font-weight:700}.invoice-company-details{text-align:right}.invoice-company-details h4{color:#000;margin:0 0 6px;font-size:18px;font-weight:800}.invoice-company-details p{color:#333;margin:0 0 3px;font-size:11px;line-height:1.3}.invoice-title-banner{text-align:center;text-transform:uppercase;letter-spacing:1px;background-color:#f1f5f9;border:1px solid #000;margin-top:15px;margin-bottom:15px;padding:6px;font-size:18px;font-weight:800}.invoice-meta-grid{border:1px solid #000;grid-template-columns:1fr 1fr;margin-bottom:15px;display:grid}.meta-cell{border:.5px solid #000;padding:8px;font-size:12px}.meta-cell .label{font-weight:700}.meta-cell .value{margin-left:5px}.invoice-parties-grid{border:1px solid #000;grid-template-columns:1fr 1fr;margin-bottom:15px;display:grid}.party-column{border-right:1px solid #000;padding:12px;font-size:12px}.party-column:last-child{border-right:none}.party-header{text-align:center;text-transform:uppercase;background-color:#f8fafc;border:1px solid #000;margin-bottom:10px;padding:4px;font-weight:800}.party-column p{margin:0 0 6px;line-height:1.4}.invoice-items-table{border-collapse:collapse;border:1px solid #000;width:100%;margin-bottom:15px;font-size:12px}.invoice-items-table th,.invoice-items-table td{text-align:center;border:1px solid #000;padding:8px}.invoice-items-table th{background-color:#f8fafc;font-weight:800}.invoice-items-table .sub-headers th{padding:2px}.invoice-items-table .item-row td{padding:10px 8px}.invoice-items-table .desc-cell{text-align:left}.totals-row td{background-color:#f8fafc}.summary-bottom-row td{vertical-align:top;padding:12px}.words-cell{text-align:left;line-height:1.5}.breakdown-labels{text-align:right;font-weight:700;border-right:none!important}.breakdown-labels p,.breakdown-values p{margin:0 0 6px}.breakdown-labels p:last-child,.breakdown-values p:last-child{margin-bottom:0}.final-label,.final-value{border-top:1.5px double #000;padding-top:6px;font-size:13px}.breakdown-values{text-align:right;border-left:none!important}.invoice-footer-section{border:1px solid #000;grid-template-columns:1.5fr 1fr 1fr;font-size:11px;display:grid}.bank-notes-column{border-right:1px solid #000;padding:12px;line-height:1.4}.bank-notes-column h5{margin:0 0 6px;font-size:12px;font-weight:800}.bank-notes-column p{margin:0 0 3px}.seal-column{border-right:1px solid #000;justify-content:center;align-items:flex-end;padding:12px;display:flex}.seal-box{text-align:center;text-transform:uppercase;color:#666;border:1px solid #000;padding:8px 16px;font-weight:700}.signature-column{text-align:right;color:#333;flex-direction:column;justify-content:flex-end;padding:12px;display:flex}@media print{body *{visibility:hidden}#invoice-print-area,#invoice-print-area *{visibility:visible}#invoice-print-area{border:none;width:100%;padding:0;position:absolute;top:0;left:0}.invoice-modal-overlay{background:0 0;padding:0;position:relative}.invoice-modal-card{box-shadow:var(--shadow-sm);width:100%;max-width:100%;padding:0}.invoice-modal-actions-bar{display:none}}.hero{background:#fff;padding:24px}.heroInner{box-sizing:border-box;width:100%;max-width:1350px;margin:0 auto}.carouselBanner{aspect-ratio:16/5.5;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:16px;justify-content:center;align-items:center;width:100%;min-height:280px;max-height:480px;padding:0;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000f}.carouselBackground{z-index:0;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:hidden}.banner-hero-img{z-index:2;object-fit:contain;object-position:center;width:100%;height:100%;position:relative}.banner-dark-overlay{background:linear-gradient(90deg,#041632f5 0%,#041632d9 45%,#0416321a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.carouselContent{z-index:2;justify-content:space-between;align-items:center;width:100%;padding:0 30px;display:flex;position:relative}.carouselText{flex-direction:column;gap:12px;max-width:650px;display:flex}.carouselKicker{text-transform:uppercase;letter-spacing:1.5px;-webkit-backdrop-filter:blur(10px);color:#fff;background:#ffffff2e;border:1px solid #ffffff4d;border-radius:30px;align-self:flex-start;margin-bottom:4px;padding:6px 14px;font-size:13px;font-weight:700;display:inline-block;box-shadow:0 4px 15px #0000001a}.carouselTitle{color:#fff;letter-spacing:-.5px;text-shadow:0 4px 15px #0000004d;margin:0;font-size:40px;font-weight:800;line-height:1.15}.carouselSubtitle{color:#fffffff2;text-shadow:0 2px 10px #0003;margin:0;font-size:16px;font-weight:400;line-height:1.6}.carouselIndicators{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd9;border:1px solid #00000014;border-radius:20px;align-items:center;gap:8px;padding:6px 14px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 2px 10px #00000014}.dot{opacity:.5;cursor:pointer;background:#94a3b8;border-radius:50%;width:8px;height:8px;transition:all .25s}.dot.active{opacity:1;background:#0284c7;border-radius:12px;width:24px}.carouselImage{align-items:center;height:300px;display:flex;position:relative}.carouselImage img{object-fit:contain;height:100%}.carouselNavBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#0f2b5c;cursor:pointer;z-index:10;background:#fff;border:1px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 14px #0000001f}.carouselNavBtn:hover{color:#0284c7;background:#f8fafc;border-color:#0284c7;transform:translateY(-50%)scale(1.08)}.prevBtn{left:16px}.nextBtn{right:16px}@media (width<=768px){.carouselBanner{aspect-ratio:16/7;min-height:220px;padding:0}.carouselIndicators{justify-content:center;padding:4px 10px;bottom:10px}.carouselNavBtn{width:34px;height:34px}.prevBtn{left:8px}.nextBtn{right:8px}}@media (width<=480px){.hero{padding:12px}.carouselBanner{aspect-ratio:16/8;border-radius:12px;min-height:180px;padding:0}}.animate-slide-up{animation:.5s ease-out forwards slideUp}.animate-fade-in{animation:.8s ease-out forwards fadeIn}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;height:100%;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.product-card:hover{background:#fff;border-color:#0f2b5c;transform:translateY(-5px);box-shadow:0 16px 36px #0f2b5c1f}.product-image-container{background:#f9fafb;justify-content:center;align-items:center;width:100%;padding-top:52%;display:flex;position:relative;overflow:hidden}.product-image{object-fit:contain;object-position:center;box-sizing:border-box;width:100%;height:100%;padding:0;transition:transform .4s;position:absolute;top:0;left:0}.product-card:hover .product-image{transform:scale(1.05)}.seko-image{mix-blend-mode:multiply}.speed-queen-image{transform:scale(1.5)}.product-card:hover .speed-queen-image{transform:scale(1.6)}.badge-container{flex-wrap:wrap;gap:8px;display:flex;position:absolute;top:12px;left:12px}.badge{text-transform:uppercase;color:#fff;letter-spacing:.5px;box-shadow:var(--shadow-sm);border-radius:12px;padding:4px 10px;font-size:11px;font-weight:600;animation:.3s fadeIn;display:inline-block}.badge-best-seller{background:var(--btn-grad-warning)}.badge-limited-offer{background:var(--btn-grad-danger)}.badge-top-rated{background:var(--btn-grad-primary)}.badge-eco-friendly{color:#0f2b5c;background:#f3f4f6;border:1px solid #e5e7eb}.badge-premium{color:#fff;background:#0f2b5c}.badge-energy-saver{color:#0f2b5c;background:#f3f4f6;border:1px solid #e5e7eb}.discount-badge{color:#fff;box-shadow:var(--shadow-sm);background:#ef4444;border-radius:12px;padding:4px 10px;font-size:12px;font-weight:600;position:absolute;top:12px;right:12px}.wishlist-btn-card{cursor:pointer;color:#0f2b5c;width:36px;height:36px;box-shadow:var(--shadow-sm);z-index:10;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;bottom:12px;right:12px}.wishlist-btn-card:hover,.wishlist-btn-card.wishlisted{color:#fff;box-shadow:var(--shadow-sm);background:#0f2b5c;border-color:#0f2b5c;transform:none}.overlay-actions{opacity:0;pointer-events:none;background:#ffffffe6;border-top:1px solid #e5e7eb;justify-content:center;padding:20px 15px 15px;transition:opacity .2s;display:flex;position:absolute;bottom:0;left:0;right:0}.product-card:hover .overlay-actions{opacity:1;pointer-events:auto}.quick-add-btn{color:#0f2b5c;cursor:pointer;background:#fff;border:1px solid #0f2b5c;border-radius:12px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.quick-add-btn:hover{color:#fff;box-shadow:var(--shadow-sm);background:#0f2b5c;transform:none}.product-info{background:#fff;flex-direction:column;flex-grow:1;gap:6px;padding:12px;display:flex}.product-category{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.product-name{color:#0f2b5c;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:36px;margin:0;font-size:14px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.description-wrapper{flex-direction:column;align-items:flex-start;display:flex}.product-description{color:#4b5563;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-grow:0;height:34px;margin:0;font-size:12px;font-weight:400;line-height:1.4;display:-webkit-box;overflow:hidden}.product-description.expanded{height:auto;display:block}.read-more-btn{color:#0f2b5c;cursor:pointer;background:0 0;border:none;margin-top:2px;padding:0;font-size:11px;font-weight:600}.read-more-btn:hover{text-decoration:underline}.rating-section{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;align-items:center;gap:8px;margin-top:2px;padding:4px 0;display:flex}.stars{color:#0f2b5c;gap:2px;display:flex}.rating-text{color:#6b7280;font-size:12px;font-weight:500}.specifications-container{flex-direction:column;margin:4px 0;display:flex}.toggle-specs-btn{color:#0f2b5c;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;width:max-content;padding:2px 0;font-size:11px;font-weight:600;transition:color .2s;display:flex}.toggle-specs-btn:hover{color:#1a365d}.specs-list{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:3px;margin:4px 0 0;padding:6px 8px;font-size:11px;list-style:none;animation:.2s fadeInDown;display:flex}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.spec-key{color:#0f2b5c;margin-right:4px;font-weight:600}.price-section{flex-direction:column;align-items:flex-start;gap:2px;margin:12px 0;display:flex}.price-row-main{align-items:baseline;gap:8px;display:flex}.current-price{color:#0f1111;font-size:20px;font-weight:700}.original-price{color:#565959;font-size:14px;font-weight:400;text-decoration:line-through}.gst-info{color:#565959;flex-direction:column;margin-top:2px;font-size:12px;display:flex}.inclusive-text{font-weight:500}.exclusive-price{font-weight:400}.add-to-cart-btn{background:var(--btn-grad-primary);color:#fff;cursor:pointer;box-shadow:var(--shadow-sm);border:none;border-radius:12px;justify-content:center;align-items:center;gap:6px;margin-top:auto;padding:8px 12px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.add-to-cart-btn:hover{background:var(--btn-grad-primary-hover);transform:none;box-shadow:0 4px 12px #0f2b5c33}.add-to-cart-btn.added{background:var(--btn-grad-success)}.add-to-cart-btn:active{transform:scale(.98)}.added-notice{color:#fff;background:#0f2b5c;border-radius:12px;padding:6px 12px;font-size:12px;font-weight:600;animation:.2s fadeIn;position:absolute;top:12px;left:12px}@media (width<=768px){.product-name{font-size:14px}.current-price{font-size:18px}}@media (width<=480px){.product-name{height:32px;font-size:13px}.current-price{font-size:14px}.original-price{font-size:11px}.add-to-cart-btn,.quick-add-btn{padding:6px 10px;font-size:11px}.product-image-container{padding-top:80%}}.list-mode-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:220px 1fr 260px;align-items:start;gap:24px;height:auto;margin-bottom:20px;padding:20px;transition:all .25s;display:grid;box-shadow:0 1px 4px #0000000a}.list-mode-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.list-col-left{flex-direction:column;align-items:center;gap:12px;display:flex}.list-image-wrapper{background:#fff;justify-content:center;align-items:center;width:100%;height:180px;display:flex;position:relative}.list-image-wrapper .product-image{object-fit:contain;width:auto;max-width:100%;max-height:170px;position:static}.compare-checkbox-label{color:#64748b;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.compare-checkbox-label input{cursor:pointer;accent-color:#0f2b5c;width:15px;height:15px}.list-col-mid{flex-direction:column;gap:6px;display:flex}.sponsored-tag{color:#94a3b8;font-size:12px;font-weight:500}.list-product-name{color:#0f2b5c;cursor:pointer;margin:0;font-size:18px;font-weight:700;line-height:1.35;transition:color .2s}.list-product-name:hover{color:#0284c7}.list-rating-row{align-items:center;gap:10px;margin-top:4px;display:flex}.rating-pill-green{color:#fff;background:#16a34a;border-radius:4px;align-items:center;gap:4px;padding:3px 8px;font-size:12px;font-weight:700;display:inline-flex}.rating-counts{color:#64748b;font-size:13px;font-weight:500}.list-bullet-specs{flex-direction:column;gap:6px;margin:12px 0 0;padding:0;list-style:none;display:flex}.list-bullet-specs li{color:#334155;font-size:13px;font-weight:500;line-height:1.45}.list-col-right{border-left:1px solid #f1f5f9;flex-direction:column;gap:6px;padding-left:20px;display:flex}.list-price-row{align-items:baseline;gap:8px;display:flex}.list-current-price{color:#0f2b5c;font-size:24px;font-weight:800}.assured-badge{color:#0284c7;font-size:12px;font-style:italic;font-weight:700}.list-original-price-row{align-items:center;gap:8px;display:flex}.list-original-price{color:#94a3b8;font-size:14px;text-decoration:line-through}.list-discount-tag{color:#16a34a;font-size:13px;font-weight:700}.list-offer-subtext{color:#16a34a;margin-top:4px;font-size:13px;font-weight:600}.list-bank-offer-tag{color:#16a34a;font-size:12px;font-weight:600}.list-cart-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f2b5c 0%,#1e40af 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:14px;padding:11px 18px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.list-cart-btn:hover{background:linear-gradient(135deg,#1e40af 0%,#2563eb 100%);box-shadow:0 4px 12px #0f2b5c33}@media (width<=900px){.list-mode-card{grid-template-columns:1fr;gap:16px}.list-col-right{border-top:1px solid #f1f5f9;border-left:none;padding-top:14px;padding-left:0}}.recommendation-reason-pill{color:#92400e;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d;border-radius:20px;align-items:center;gap:5px;margin-top:4px;padding:4px 10px;font-size:11px;font-weight:600;animation:.4s reasonPillFadeIn;display:inline-flex}.recommendation-reason-pill svg{color:#f59e0b;flex-shrink:0}@keyframes reasonPillFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.out-of-stock-banner{color:#fff;letter-spacing:1px;z-index:5;text-transform:uppercase;background:#dc2626;padding:5px 35px;font-size:11px;font-weight:800;position:absolute;top:14px;left:-32px;transform:rotate(-35deg);box-shadow:0 2px 8px #dc262666}.out-of-stock-container .product-image{opacity:.55;filter:grayscale(40%)}.out-of-stock-pill{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.in-stock-pill{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.out-of-stock-btn{opacity:.8;color:#fff!important;cursor:not-allowed!important;box-shadow:none!important;background:#94a3b8!important;border-color:#94a3b8!important}.out-of-stock-btn:hover{background:#94a3b8!important;transform:none!important}.pdp-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172aa6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.pdp-modal-content{background:#fff;border-radius:16px;width:100%;max-width:1120px;max-height:90vh;padding:28px;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.pdp-close-btn{color:#475569;cursor:pointer;z-index:10;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.pdp-close-btn:hover{color:#0f2b5c;background:#e2e8f0;transform:rotate(90deg)}.pdp-breadcrumb{color:#64748b;white-space:nowrap;margin-bottom:20px;padding-right:50px;font-size:13px;overflow-x:auto}.pdp-breadcrumb span.active{color:#0f2b5c;font-weight:600}.pdp-body{grid-template-columns:460px 1fr;align-items:start;gap:36px;display:grid}.pdp-media-column{flex-direction:column;gap:16px;display:flex}.pdp-main-image-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:100%;height:360px;padding:16px;display:flex;position:relative}.pdp-main-image{object-fit:contain;max-width:100%;max-height:100%}.pdp-overlay-icons{flex-direction:column;gap:10px;display:flex;position:absolute;top:14px;right:14px}.pdp-icon-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000014}.pdp-icon-btn:hover{color:#0f2b5c;transform:scale(1.1)}.pdp-icon-btn.wishlisted{color:#ef4444;border-color:#fca5a5}.pdp-share-toast{color:#fff;background:#0f2b5c;border-radius:20px;padding:6px 14px;font-size:12px;position:absolute;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.pdp-thumbnails-strip{align-items:center;gap:12px;display:flex}.pdp-thumb-btn{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:8px;width:72px;height:72px;padding:4px;transition:all .2s;overflow:hidden}.pdp-thumb-btn.active{border-color:#0284c7;box-shadow:0 0 0 2px #0284c733}.pdp-thumb-btn img{object-fit:contain;width:100%;height:100%}.pdp-thumb-video-box{cursor:pointer;border:2px solid #e2e8f0;border-radius:8px;width:72px;height:72px;position:relative;overflow:hidden}.pdp-thumb-video-box img{object-fit:cover;filter:brightness(.7);width:100%;height:100%}.pdp-play-overlay{background:#0284c7;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pdp-trust-shield{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;align-items:center;gap:10px;padding:10px 14px;font-size:13px;font-weight:600;display:flex}.shield-icon{color:#16a34a;flex-shrink:0}.pdp-info-column{flex-direction:column;gap:18px;display:flex}.pdp-brand-link{color:#0284c7;cursor:pointer;font-size:13px;font-weight:600}.pdp-brand-link:hover{text-decoration:underline}.pdp-title{color:#0f2b5c;margin:0;font-size:22px;font-weight:700;line-height:1.35}.pdp-rating-row{align-items:center;gap:12px;display:flex}.pdp-rating-badge{color:#fff;background:#16a34a;border-radius:6px;align-items:center;gap:4px;padding:4px 9px;font-size:13px;font-weight:700;display:inline-flex}.pdp-reviews-count{color:#64748b;font-size:13px;font-weight:500}.pdp-price-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:6px;padding:16px;display:flex}.pdp-price-main{align-items:baseline;gap:12px;display:flex}.pdp-current-price{color:#0f2b5c;font-size:28px;font-weight:800}.pdp-assured-tag{color:#0284c7;font-size:13px;font-style:italic;font-weight:700}.pdp-discount-row{align-items:center;gap:10px;display:flex}.pdp-original-price{color:#94a3b8;font-size:15px;text-decoration:line-through}.pdp-discount-pct{color:#16a34a;font-size:14px;font-weight:700}.pdp-gst-note{color:#64748b;font-size:12px}.pdp-option-section{flex-direction:column;gap:10px;display:flex}.pdp-option-title{color:#334155;font-size:14px}.pdp-color-options{flex-wrap:wrap;gap:10px;display:flex}.pdp-color-thumb{cursor:pointer;color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:8px;padding:6px 12px;font-size:13px;transition:all .2s;display:flex}.pdp-color-thumb img{object-fit:contain;width:24px;height:24px}.pdp-color-thumb.active{color:#0f2b5c;background:#f0f9ff;border-color:#0284c7;font-weight:600;box-shadow:0 0 0 1px #0284c7}.pdp-variant-options{flex-wrap:wrap;gap:12px;display:flex}.pdp-variant-card{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex-direction:column;align-items:flex-start;gap:4px;padding:10px 14px;transition:all .2s;display:flex}.pdp-variant-card.active{background:#f8fafc;border-color:#0f2b5c;box-shadow:0 0 0 2px #0f2b5c}.var-label{color:#1e293b;font-size:13px;font-weight:600}.var-price-row{gap:6px;font-size:12px;display:flex}.var-disc{color:#16a34a;font-weight:700}.var-price{color:#64748b}.pdp-specs-section{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.pdp-tabs-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex}.pdp-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;flex:1;padding:12px;font-size:14px;font-weight:600;transition:all .2s}.pdp-tab-btn.active{color:#0f2b5c;background:#fff;border-bottom:2px solid #0f2b5c}.pdp-specs-table{flex-direction:column;gap:10px;padding:16px;display:flex}.pdp-spec-row{border-bottom:1px dashed #f1f5f9;grid-template-columns:160px 1fr;gap:16px;padding-bottom:8px;font-size:13px;display:grid}.pdp-spec-row:last-child{border-bottom:none;padding-bottom:0}.pdp-spec-key{color:#64748b;font-weight:600}.pdp-spec-val{color:#1e293b;font-weight:500}.pdp-desc-text{color:#334155;padding:16px;font-size:14px;line-height:1.6}.pdp-action-bar{grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:10px;display:grid}.pdp-cart-btn{color:#0f2b5c;cursor:pointer;background:#fff;border:1px solid #0f2b5c;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.pdp-cart-btn:hover{background:#f0f9ff}.pdp-emi-btn{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px;transition:all .2s;display:flex}.pdp-emi-btn span{flex-direction:column;align-items:flex-start;font-size:13px;display:flex}.pdp-emi-btn small{color:#64748b;font-size:11px}.pdp-emi-btn:hover{border-color:#0f2b5c}.pdp-buynow-btn{color:#78350f;cursor:pointer;background:#fbbf24;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:14px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 14px #fbbf244d}.pdp-buynow-btn:hover{background:#f59e0b}@media (width<=900px){.pdp-body,.pdp-action-bar{grid-template-columns:1fr}}.products-section{background:#fff;max-width:1400px;margin:0 auto;padding:80px 20px}.section-header{text-align:center;margin-bottom:50px;animation:.4s fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.header-content{max-width:600px;margin:0 auto}.section-title{color:#0f2b5c;letter-spacing:-.5px;margin:0 0 16px;font-size:46px;font-weight:700}.section-subtitle{color:#6b7280;letter-spacing:.2px;margin:0;font-size:16px;font-weight:500}.filters-container{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;margin-bottom:40px;padding:16px 20px;transition:all .2s;display:flex;overflow:hidden}.filters-container:hover{box-shadow:var(--shadow-sm)}.category-filters{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;align-items:center;gap:15px;width:100%;padding-bottom:4px;display:flex;overflow-x:auto}.category-filters::-webkit-scrollbar{height:4px}.category-filters::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.filter-label{color:#0f2b5c;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;flex-shrink:0;font-size:14px;font-weight:600}.category-buttons{flex-wrap:nowrap;align-items:center;gap:10px;display:flex}.category-btn{cursor:pointer;color:#1e293b;white-space:nowrap;letter-spacing:.2px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;align-items:center;gap:8px;padding:9px 16px;font-size:13px;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.category-btn-icon{color:#0284c7;flex-shrink:0;transition:transform .25s,color .25s}.category-btn:hover{color:#0f2b5c;background:#f0f9ff;border-color:#0284c7;transform:translateY(-1px);box-shadow:0 4px 12px #0284c71f}.category-btn:hover .category-btn-icon{color:#0369a1;transform:scale(1.15)rotate(-3deg)}.category-btn.active{color:#fff;background:linear-gradient(135deg,#0f2b5c 0%,#1e40af 100%);border-color:#0f2b5c;box-shadow:0 4px 14px #0f2b5c40}.category-btn.active .category-btn-icon{color:#38bdf8}.category-results-bar{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:14px;margin-bottom:24px;padding:16px 20px;display:flex}.for-you-info-banner{color:#78350f;background:linear-gradient(135deg,#fefce8 0%,#fef3c7 100%);border:1px solid #fde68a;border-radius:8px;align-items:center;gap:10px;padding:10px 14px;font-size:13px;animation:.3s fadeIn;display:flex}.sparkle-gold-icon{color:#d97706;flex-shrink:0}.category-title-heading{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.category-title-heading h3{color:#0f2b5c;margin:0;font-size:20px;font-weight:700}.showing-count-text{color:#64748b;font-size:13px;font-weight:500}.sort-tabs-container{border-top:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:12px;display:flex}.sort-by-title{color:#0f2b5c;flex-shrink:0;font-size:14px;font-weight:700}.sort-tab-buttons{flex:1;align-items:center;gap:20px;padding-bottom:2px;display:flex;overflow-x:auto}.sort-tab-btn{color:#475569;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:4px 0;font-size:14px;font-weight:500;transition:color .2s;position:relative}.sort-tab-btn:hover{color:#0284c7}.sort-tab-btn.active{color:#0284c7;font-weight:700}.sort-tab-btn.active:after{content:"";background:#0284c7;border-radius:2px;width:100%;height:2px;position:absolute;bottom:-2px;left:0}.view-mode-toggle{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;align-items:center;gap:4px;padding:3px;display:flex}.view-btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:5px 8px;transition:all .2s;display:flex}.view-btn:hover{color:#0f2b5c}.view-btn.active{color:#0284c7;background:#fff;box-shadow:0 1px 3px #0000001a}.products-list-wrapper{flex-direction:column;gap:16px;display:flex}.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:28px;animation:.4s fadeInUp;display:grid}.no-products{text-align:center;padding:80px 20px;animation:.4s fadeInUp}.no-products-icon{margin-bottom:20px;font-size:64px}.no-products h3{color:#0f2b5c;margin:0 0 10px;font-size:24px}.no-products p{color:#6b7280;margin:0;font-size:14px}@media (width<=1024px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.filters-container{gap:20px}}@media (width<=768px){.products-section{padding:40px 15px}.section-title{font-size:32px}.filters-container{flex-direction:column;align-items:flex-start;gap:20px}.category-filters{width:100%;min-width:unset;overflow:visible}.category-buttons{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:8px;width:calc(100% + 40px);margin-left:-20px;padding:6px 20px;display:flex;overflow-x:auto}.category-buttons::-webkit-scrollbar{display:none}.category-btn{flex-shrink:0;padding:8px 16px;font-size:13px}.sort-container{flex-shrink:1;width:100%}.sort-dropdown{width:100%}.products-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:15px}}@media (width<=480px){.section-title{font-size:24px}.products-grid{grid-template-columns:1fr;gap:12px}}.product-catalog-layout{grid-template-columns:270px 1fr;align-items:start;gap:24px;display:grid}.catalog-products-main{min-width:0}.left-filter-sidebar,.right-filter-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:16px;padding:18px;display:flex;position:sticky;top:90px;box-shadow:0 1px 4px #0000000a}.sidebar-filter-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.sidebar-filter-title{color:#0f2b5c;letter-spacing:.5px;align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.clear-filters-btn{color:#0284c7;cursor:pointer;letter-spacing:.3px;background:0 0;border:none;font-size:12px;font-weight:700;transition:color .2s}.clear-filters-btn:hover{color:#0369a1;text-decoration:underline}.filter-group{border-bottom:1px solid #f1f5f9;padding-bottom:14px}.filter-group:last-child{border-bottom:none;padding-bottom:0}.filter-group-header{color:#1e293b;cursor:pointer;letter-spacing:.3px;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:6px 0;font-size:13px;font-weight:700;display:flex}.filter-group-header:hover{color:#0284c7}.filter-group-content{flex-direction:column;gap:10px;margin-top:10px;animation:.2s fadeIn;display:flex}.filter-checkbox-row{color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.filter-checkbox-row input{cursor:pointer;accent-color:#0f2b5c;width:15px;height:15px}.filter-checkbox-row:hover{color:#0f2b5c}.rating-checkbox-text{color:#334155;align-items:center;gap:4px;font-weight:600;display:inline-flex}.assured-filter-tag{color:#0284c7;font-weight:700}.price-slider-bar{padding:4px 0}.range-input{accent-color:#0f2b5c;cursor:pointer;width:100%}.price-select-row{align-items:center;gap:8px;margin-top:6px;display:flex}.price-select{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;flex:1;padding:6px 8px;font-size:12px;font-weight:500}.price-to-text{color:#94a3b8;font-size:12px;font-weight:500}.clear-filters-btn-inline{color:#fff;cursor:pointer;background:#0f2b5c;border:none;border-radius:8px;margin-top:14px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .2s}.clear-filters-btn-inline:hover{background:#1e40af}@media (width<=992px){.product-catalog-layout{grid-template-columns:1fr}.left-filter-sidebar,.right-filter-sidebar{order:-1;margin-bottom:20px;position:static}}.trackOrderContainer{background:0 0;min-height:100vh;padding:40px 16px}.trackOrderInner{max-width:1000px;margin:0 auto}.trackSearchInput{color:#111;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:1;min-width:250px;padding:16px 18px;font-size:15px;transition:all .2s}.trackSearchInput:focus{background:#fff;border-color:#0f2b5c;outline:none}.trackSearchBtn{color:#fff;cursor:pointer;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;background:#0f2b5c;border:none;border-radius:12px;padding:16px 40px;font-size:15px;font-weight:600;transition:all .2s}.noResults{text-align:center;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:24px;padding:60px 24px}.noResults svg{color:#d1d5db;margin-bottom:20px}.trackingResults{gap:24px;margin-top:24px;display:grid}.orderSummaryCard{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-top:4px solid #0f2b5c;border-radius:12px;grid-template-columns:1fr;align-items:start;gap:20px;padding:24px;display:grid}.orderImageSection{display:none}.productImage{object-fit:contain;max-width:100%;max-height:100%}.orderDetailsSection{grid-template-columns:auto 1fr;align-items:center;gap:16px 24px;display:grid}.orderDetailsSection h2{color:#0f2b5c;text-transform:uppercase;letter-spacing:.5px;grid-column:1/-1;margin-top:0;margin-bottom:0;font-size:16px;font-weight:700}.orderId,.seller,.orderPrice{color:#6b7280;margin-top:0;margin-bottom:0;font-size:13px}.orderId span,.seller span{color:#111;font-weight:600}.orderPrice{color:#0f2b5c;grid-column:1/-1;margin-bottom:0;font-size:22px;font-weight:700}.orderDates{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:12px;display:grid}.dateItem{color:#6b7280;align-items:center;gap:8px;margin:0;font-size:13px;display:flex}.dateItem svg{color:#0f2b5c;flex-shrink:0}.statusBadgeSection{flex-direction:row;grid-column:1/-1;align-items:center;gap:12px;display:flex}.statusBadge{text-transform:uppercase;letter-spacing:.5px;text-align:center;white-space:nowrap;border-radius:12px;padding:6px 14px;font-size:12px;font-weight:600}.statusBadge.in-transit{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.statusBadge.processing{color:#164e63;background:#cffafe;border:1px solid #a5f3fc}.currentLocation{color:#111;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:6px;margin:0;padding:6px 10px;font-size:12px;font-weight:600;display:flex}.currentLocation svg{color:#0f2b5c}.trackingTimeline{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.timelineTitle{color:#0f2b5c;text-transform:uppercase;letter-spacing:.5px;margin-top:0;margin-bottom:30px;font-size:18px;font-weight:700}.timelineTrack{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:0;margin-top:20px;padding:0;display:flex;position:relative}.timelineTrack:before{content:"";background:linear-gradient(to right, #0f2b5c 0%, #0f2b5c var(--progress-percent,0%), #e5e7eb var(--progress-percent,0%), #e5e7eb 100%);z-index:0;height:2px;position:absolute;top:19px;left:8.33%;right:8.33%}.timelineStep{z-index:2;border-bottom:none;flex-direction:column;flex:1;align-items:center;gap:12px;padding:0;display:flex;position:relative}.timelineStep:last-child{border-bottom:none;padding-bottom:0}.timelineStep:last-child .stepLine{display:none}.stepIndicator{flex-direction:row;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.stepDot{z-index:3;background:#fff;border:2px solid #e5e7eb;border-radius:12px;flex-shrink:0;width:16px;height:16px;position:relative}.timelineStep.completed .stepDot{background:#0f2b5c;border-color:#0f2b5c}.stepLine{display:none}.stepName{color:#111;white-space:nowrap;margin-top:0;margin-bottom:4px;font-size:13px;font-weight:600}.timelineStep.pending .stepName{color:#6b7280}.stepDateTime,.stepTime{color:#6b7280;justify-content:center;align-items:center;gap:4px;margin-top:0;margin-bottom:2px;font-size:11px;display:flex}.stepDateTime svg,.stepTime svg{color:#0f2b5c;width:12px;height:12px}.stepTime{display:none}.additionalDetails{grid-template-columns:1fr;gap:16px;display:grid}.detailCard{text-align:center;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;transition:all .2s;display:none}.detailCard:hover{border-color:#0f2b5c}.detailCard svg{color:#0f2b5c;width:32px;height:32px;margin-bottom:8px}.detailCard h4{color:#0f2b5c;text-transform:uppercase;letter-spacing:.5px;margin-top:0;margin-bottom:4px;font-size:14px;font-weight:600}.detailCard p{color:#6b7280;margin:0;font-size:12px;line-height:1.5}.supportSection{text-align:center;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;display:none}.supportSection h3{color:#0f2b5c;text-transform:uppercase;letter-spacing:.5px;margin-top:0;margin-bottom:6px;font-size:18px;font-weight:700}.supportSection>p{color:#6b7280;margin-top:0;margin-bottom:16px;font-size:13px}.supportLinks{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.supportLink{color:#0f2b5c;text-transform:uppercase;letter-spacing:.5px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;padding:10px 16px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.supportLink:hover{background:#f9fafb;border-color:#0f2b5c}@media (width<=768px){.trackOrderForm{padding:32px 20px}.formTitle{font-size:22px}.formSubtitle{font-size:13px}.searchInputWrapper{flex-direction:column}.trackSearchInput,.trackSearchBtn{width:100%}.timelineTrack{flex-direction:column;align-items:stretch;gap:0}.timelineTrack:before{display:none}.timelineStep{flex-direction:row;align-items:flex-start;gap:20px;width:100%;padding:16px 0;display:flex}.stepIndicator{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.stepDot{border-radius:12px;width:16px;height:16px}.stepLine{z-index:1;background:#e5e7eb;width:2px;display:block;position:absolute;top:24px;bottom:-32px;left:50%;transform:translate(-50%)}.timelineStep.completed .stepLine{background:#0f2b5c}.stepContent{text-align:left;flex-direction:column;flex:1;gap:4px;display:flex}.stepName{font-size:14px;font-weight:600}.stepDateTime,.stepTime{color:#6b7280;justify-content:flex-start;align-items:center;gap:6px;font-size:12px;display:flex}.stepTime{display:flex}.orderSummaryCard{padding:18px}.orderDetailsSection,.orderDates{grid-template-columns:1fr;gap:8px}.statusBadgeSection{flex-direction:column;align-items:flex-start}.additionalDetails{grid-template-columns:1fr}.supportLinks{flex-direction:column}.supportLink{justify-content:center;width:100%}}@media (width<=480px){.trackOrderForm{padding:24px 16px}.formTitle{font-size:20px}.trackSearchInput{padding:12px 14px;font-size:13px}.trackSearchBtn{padding:12px 20px;font-size:13px}.searchInputWrapper{gap:8px}.timelineStep{gap:12px}.stepName{font-size:13px}.stepDot{border-width:2px;width:16px;height:16px}}.trackOrderPageContainer{background:0 0;flex-direction:column;min-height:100vh;padding:0;display:flex}.trackOrderPageHeader{color:#0f2b5c;align-items:center;gap:20px;width:100%;max-width:1200px;margin:0 auto;padding:20px 16px;display:flex}.backBtn{color:#0f2b5c;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:12px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;font-weight:600;transition:all .2s;display:flex;color:#0f2b5c!important;text-shadow:none!important}.backBtn:hover{background:#f3f4f6}.pageTitle{letter-spacing:-.5px;margin:0;font-size:28px;font-weight:700;color:#0f2b5c!important;text-shadow:none!important}.trackOrderPageContent{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:10px 16px 40px}.trackOrderForm{box-shadow:var(--shadow-sm);text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:40px 32px}.formHeader{margin-bottom:32px}.formTitle{color:#0f2b5c;letter-spacing:-.5px;margin-bottom:6px;font-size:28px;font-weight:700}.formSubtitle{color:#6b7280;margin-bottom:0;font-size:14px}.searchInputWrapper{flex-wrap:wrap;justify-content:center;gap:12px;max-width:550px;margin:0 auto;display:flex}.trackSearchInput{border:1px solid var(--input-border);background:var(--input-bg);min-width:250px;color:var(--input-text);border-radius:12px;flex:1;padding:16px 18px;font-size:15px;transition:all .2s}.trackSearchInput::placeholder{color:var(--input-placeholder)}.trackSearchInput:focus{border-color:var(--input-focus-border);outline:none}.trackSearchBtn{color:#fff;text-transform:uppercase;cursor:pointer;white-space:nowrap;letter-spacing:.5px;background:#0f2b5c;border:none;border-radius:12px;padding:16px 40px;font-size:15px;font-weight:600;transition:all .2s}.trackSearchBtn:hover{background:#1a365d}.trackSearchBtn:active{transform:translateY(0)}.sampleOrders{color:#6b7280;margin-top:20px;font-size:14px}.sampleOrders p{margin:0}.sampleOrders strong{color:#0f2b5c;font-weight:600}.noResults{text-align:center;color:#6b7280;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:24px;padding:60px 24px}.noResults h2{color:#0f2b5c;margin-bottom:8px;font-size:24px;font-weight:700}.noResults p{color:#9ca3af;margin:0}.trackingResults{gap:24px;display:grid}@media (width<=768px){.trackOrderPageHeader{padding:16px 12px}.pageTitle{font-size:22px}.trackOrderPageContent{padding:16px 12px}.trackOrderForm{padding:24px 16px}.formTitle{font-size:22px}.searchInputWrapper{flex-direction:column}.trackSearchInput,.trackSearchBtn{width:100%}}@media (width<=480px){.trackOrderPageHeader{gap:12px;padding:12px 8px}.pageTitle{font-size:18px}.backBtn{padding:6px 8px;font-size:12px}.trackOrderPageContent{padding:12px 8px}.trackOrderForm{border-radius:12px;padding:20px 12px}.formTitle{font-size:20px}.trackSearchInput{padding:12px 14px;font-size:14px}.trackSearchBtn{padding:12px 20px;font-size:13px}}.cart-page-wrapper{background:0 0;flex-direction:column;min-height:100vh;display:flex}.cart-page-container{width:100%;max-width:1200px;margin:0 auto;padding:40px 20px;font-family:inherit}.cart-page-header{margin-bottom:30px}.cart-page-header h1{color:#0f2b5c;letter-spacing:-.5px;margin:0;font-size:32px;font-weight:700}.cart-page-content{align-items:flex-start;gap:30px;display:flex}.cart-items-section{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:2;padding:20px}.cart-summary-section{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:1;padding:24px;position:sticky;top:100px}.empty-cart-page{text-align:center;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.empty-cart-page .empty-cart-icon{color:#0f2b5c;margin-bottom:24px;font-size:72px}.empty-cart-page h2{color:#0f2b5c;margin-bottom:12px;font-size:24px;font-weight:700}.empty-cart-page p{color:#6b7280;margin-bottom:30px;font-size:16px}.continue-shopping-btn-main{color:#0f2b5c;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.continue-shopping-btn-main:hover{background:#f9fafb;border-color:#0f2b5c}.cart-page-item{border-bottom:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:20px;padding:20px 10px;transition:all .2s;display:flex}.cart-page-item:hover{background:#f9fafb}.cart-page-item:last-child{border-bottom:none;padding-bottom:0}.cart-page-item-image{object-fit:cover;border:1px solid #e5e7eb;border-radius:12px;width:100px;height:100px}.cart-page-item-details{flex:1}.cart-page-item-name{color:#111;margin:0 0 8px;font-size:16px;font-weight:600}.cart-page-item-price{color:#6b7280;margin:0;font-size:15px;font-weight:500}.cart-page-item-actions{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:12px;padding:6px;display:flex}.cart-page-quantity-btn{cursor:pointer;color:#111;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;padding:6px 8px;transition:all .2s;display:flex}.cart-page-quantity-btn:hover:not(:disabled){background:#f9fafb;border-color:#0f2b5c}.cart-page-quantity-btn:disabled{color:#9ca3af;cursor:not-allowed}.cart-page-quantity{color:#111;text-align:center;min-width:24px;font-size:14px;font-weight:600}.cart-page-item-total{color:#0f2b5c;text-align:right;width:100px;font-size:16px;font-weight:600}.cart-page-remove-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;margin-left:10px;padding:8px;transition:all .2s;display:flex}.cart-page-remove-btn:hover{background:#fef2f2}.summary-header h3{color:#0f2b5c;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e5e7eb;margin:0 0 20px;padding-bottom:15px;font-size:18px;font-weight:600}.summary-row{color:#6b7280;justify-content:space-between;margin-bottom:16px;font-size:14px;font-weight:500;display:flex}.summary-row.total{color:#0f2b5c;border-top:1px solid #e5e7eb;margin-top:20px;padding-top:20px;font-size:18px;font-weight:700}.summary-row .free{color:#10b981;font-weight:600}.free-shipping-offer-page{color:#111;text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-top:20px;padding:12px;font-size:13px;font-weight:500}.checkout-btn-main{color:#fff;text-transform:uppercase;cursor:pointer;letter-spacing:.5px;background:#0f2b5c;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:24px;padding:14px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.checkout-btn-main:hover{background:#1a365d}.header-logo-container{box-shadow:var(--shadow-sm);background:#fff;border-bottom:1px solid #e5e7eb;padding:15px 40px}@media (width<=900px){.cart-page-content{flex-direction:column}.cart-summary-section{width:100%;position:static}.cart-page-item{flex-wrap:wrap}.cart-page-item-total{text-align:left;width:100%;margin-top:10px}}@media (width<=600px){.cart-page-item{grid-template-rows:auto auto auto;grid-template-columns:80px 1fr;align-items:center;gap:10px 16px;padding:16px 10px;display:grid;position:relative}.cart-page-item-image{object-fit:contain;grid-row:span 3;width:80px;height:80px}.cart-page-item-details{grid-column:2;padding-right:35px}.cart-page-item-name{margin-bottom:4px;font-size:14px}.cart-page-item-price{font-size:13px}.cart-page-item-actions{grid-column:2;width:fit-content;padding:4px}.cart-page-item-total{text-align:left;grid-column:2;width:100%;margin-top:0;font-size:14px}.cart-page-remove-btn{margin-left:0;padding:6px;position:absolute;top:12px;right:6px}}.item-warranty-badge{color:#0f2b5c;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;margin:4px 0 6px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-block}.installation-addon-box{background:#f8fafc;border:1px dashed #0f2b5c;border-radius:12px;margin-top:20px;padding:16px;transition:all .2s}.installation-addon-box:hover{background:#f0f4f8}.installation-addon-label{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.installation-addon-label input[type=checkbox]{accent-color:#0f2b5c;cursor:pointer;width:18px;height:18px;margin-top:2px}.addon-text-group{flex-direction:column;gap:4px;display:flex}.addon-title{color:#0f2b5c;font-size:14px;font-weight:700}.addon-description{color:#64748b;margin:0;font-size:12px;line-height:1.4}.summary-row.addon-row{color:#0f2b5c;font-weight:600}.cart-recommendations-widget{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-top:32px;padding:24px}.recommendations-widget-header{border-bottom:1px solid #e2e8f0;align-items:flex-start;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.sparkle-icon{color:#0284c7;flex-shrink:0;margin-top:2px}.recommendations-widget-header h3{color:#0f2b5c;margin:0;font-size:18px;font-weight:700}.recommendations-widget-header p{color:#64748b;margin:2px 0 0;font-size:13px}.recommendations-grid{flex-direction:column;gap:14px;display:flex}.addon-recommend-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:16px;padding:12px 16px;transition:all .2s;display:flex}.addon-recommend-card:hover{border-color:#0284c7;box-shadow:0 4px 12px #0284c714}.addon-card-left{background:#f1f5f9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;overflow:hidden}.addon-img{object-fit:cover;width:100%;height:100%}.addon-card-mid{flex-direction:column;flex:1;gap:4px;display:flex}.addon-title{color:#1e293b;margin:0;font-size:14px;font-weight:700}.addon-desc{color:#64748b;margin:0;font-size:12px}.addon-price-line{align-items:center;gap:8px;margin-top:2px;display:flex}.addon-curr-price{color:#0f2b5c;font-size:14px;font-weight:800}.addon-orig-price{color:#94a3b8;font-size:12px;text-decoration:line-through}.addon-save-tag{color:#16a34a;background:#f0fdf4;border-radius:4px;padding:1px 6px;font-size:11px;font-weight:700}.addon-card-right{flex-shrink:0}.addon-add-btn{color:#fff;cursor:pointer;background:#0f2b5c;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.addon-add-btn:hover{background:#0284c7}.addon-added-btn{color:#166534;cursor:pointer;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:700;display:flex}.checkout-page-wrapper{background:0 0;flex-direction:column;min-height:100vh;display:flex}.checkout-page-container{width:100%;max-width:1200px;margin:0 auto;padding:40px 20px;font-family:inherit}.checkout-page-header{margin-bottom:30px}.checkout-page-header h1{color:#0f2b5c;letter-spacing:-.5px;margin:0;font-size:32px;font-weight:700}.checkout-page-content{align-items:flex-start;gap:30px;display:flex}.checkout-form-section{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:2;padding:30px}.checkout-summary-section{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:1;padding:24px;position:sticky;top:100px}.checkout-page-form{flex-direction:column;gap:15px;display:flex}.checkout-page-section h3{color:#0f2b5c;border-bottom:1px solid #e5e7eb;margin:0 0 12px;padding-bottom:6px;font-size:18px;font-weight:700}.form-group-page{flex-direction:column;margin-bottom:10px;display:flex}.form-row-page{gap:20px;display:flex}.form-row-page .form-group-page{flex:1}.form-group-page label{color:#0f2b5c;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:12px;font-weight:600}.form-group-page input,.form-group-page textarea{border:1px solid var(--input-border);background:var(--input-bg);color:var(--input-text);border-radius:12px;padding:10px 12px;font-family:inherit;font-size:14px;transition:all .2s}.form-group-page input:focus,.form-group-page textarea:focus{border-color:var(--input-focus-border);background:var(--input-bg);outline:none}.summary-items-page{border-bottom:1px solid #e5e7eb;flex-direction:column;gap:15px;margin-bottom:20px;padding-bottom:20px;display:flex}.summary-item-page{color:#6b7280;justify-content:space-between;align-items:flex-start;font-size:14px;font-weight:500;display:flex}.summary-item-page-name{flex:1;padding-right:15px}.summary-item-page-price{color:#111;font-weight:600}.summary-totals-page{flex-direction:column;gap:12px;display:flex}.summary-row-page{color:#6b7280;justify-content:space-between;font-size:14px;display:flex}.summary-row-page.total{color:#0f2b5c;border-top:1px solid #e5e7eb;margin-top:5px;padding-top:15px;font-size:18px;font-weight:700}.place-order-btn-page{color:#fff;text-transform:uppercase;cursor:pointer;letter-spacing:.5px;background:#0f2b5c;border:none;border-radius:12px;width:100%;margin-top:25px;padding:14px;font-size:14px;font-weight:600;transition:all .2s}.place-order-btn-page:hover{background:#1a365d}.checkout-success-page{text-align:center;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;max-width:600px;margin:0 auto;padding:80px 20px;display:flex}.success-icon-page{color:#10b981;margin-bottom:24px}.checkout-success-page h2{color:#0f2b5c;margin-bottom:16px;font-size:32px;font-weight:700}.checkout-success-page p{color:#6b7280;margin-bottom:30px;font-size:16px;line-height:1.6}.back-to-home-btn{color:#0f2b5c;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.back-to-home-btn:hover{background:#f9fafb;border-color:#0f2b5c}@media (width<=900px){.checkout-page-content{flex-direction:column;align-items:stretch}.checkout-form-section,.checkout-summary-section{width:100%}.checkout-summary-section{position:static}.form-row-page{flex-direction:column;gap:0}}.optional-tag{color:#64748b;text-transform:none;margin-left:4px;font-size:10px;font-weight:400}.ticketingPageContainer{background:0 0;flex-direction:column;min-height:100vh;padding:40px 24px;font-family:inherit;display:flex}.ticketingHeader{align-items:center;width:100%;max-width:1100px;margin:0 auto 40px;display:flex;position:relative}.backBtn{color:#0f2b5c;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-weight:600;transition:all .2s;display:flex}.backBtn:hover{background:#f9fafb;border-color:#0f2b5c}.pageTitle{color:#0f2b5c;letter-spacing:-.5px;margin:0;font-size:32px;font-weight:700;position:absolute;left:50%;transform:translate(-50%)}.ticketingContent{flex:1;width:100%;max-width:1100px;margin:0 auto;animation:.2s ease-out fadeIn}.glassCard{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px}.searchCard{text-align:center;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-width:800px;margin:40px auto;padding:48px 32px;position:relative;overflow:hidden}.searchCard:before{display:none}.searchTitle{color:#0f2b5c;letter-spacing:-.5px;margin-bottom:12px;font-size:28px;font-weight:700}.searchSubtitle{color:#6b7280;margin-bottom:32px;font-size:15px}.searchForm{margin-bottom:24px}.searchInputWrapper{justify-content:center;align-items:center;gap:16px;max-width:650px;margin:0 auto;display:flex;position:relative}.searchIcon{color:#9ca3af;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.searchInput{border:1px solid var(--input-border);color:var(--input-text);background:var(--input-bg);border-radius:12px;flex:1;padding:18px 20px 18px 56px;font-size:16px;font-weight:500;transition:all .2s}.searchInput::placeholder{color:var(--input-placeholder)}.searchInput:focus{border-color:var(--input-focus-border);background:var(--input-bg);outline:none}.ticketSearchBtn{color:#fff;cursor:pointer;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;background:#0f2b5c;border:none;border-radius:12px;flex-shrink:0;padding:18px 40px;font-size:16px;font-weight:600;transition:all .2s}.ticketSearchBtn:hover{background:#1a365d}.sampleTickets{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:8px 20px;font-size:14px;display:inline-block}.sampleTickets strong{color:#0f2b5c}.noResults{text-align:center;box-shadow:var(--shadow-sm);color:#0f2b5c;background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:32px;padding:60px 40px}.customerCard{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:32px;padding:32px 40px;position:relative;overflow:hidden}.customerCard:before{display:none}.cardHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:24px;display:flex}.cardHeader h2{color:#0f2b5c;margin:0;font-size:24px;font-weight:700}.downloadBtn{color:#0f2b5c;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:10px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.downloadBtn:hover{background:#f9fafb;border-color:#0f2b5c}.customerDetails{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px;display:grid}.detailItem.address{grid-column:span 2}.detailItem{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;align-items:flex-start;gap:16px;padding:16px;display:flex}.detailItem svg{color:#6b7280;flex-shrink:0;margin-top:2px}.detailText{flex-direction:column;gap:4px;display:flex}.label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:11px;font-weight:600;display:block}.value{color:#111;font-size:15px;font-weight:600}.customerStats{gap:24px;display:flex}.statBox{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:1;padding:24px;transition:all .2s}.statBox:hover{background:#f9fafb;border-color:#0f2b5c}.statNumber{color:#0f2b5c;margin-bottom:8px;font-size:36px;font-weight:700}.statLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:600}.sectionTitle{color:#0f2b5c;margin-bottom:24px;font-size:24px;font-weight:700}.orderCard{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:24px;padding:32px;transition:all .2s}.orderCard:hover{border-color:#0f2b5c}.orderHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:20px;display:flex}.orderTitle{color:#0f2b5c;margin:0 0 8px;font-size:20px;font-weight:600}.orderId{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:4px 12px;font-size:14px;font-weight:500}.statusBadge{text-transform:uppercase;letter-spacing:.5px;border-radius:12px;padding:8px 16px;font-size:13px;font-weight:600}.statusBadge.delivered{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0}.statusBadge.in.transit{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.orderGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.orderColumn{flex-direction:column;gap:20px;display:flex}.orderDetail{flex-direction:column;gap:6px;display:flex}.detailLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.detailValue{color:#111;font-size:15px;font-weight:600}.detailValue.expired{color:#dc2626}.warrantyStatus{border-radius:12px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-block}.warrantyStatus.active{color:#065f46;background:#d1fae5}.warrantyStatus.inactive{color:#991b1b;background:#fee2e2}.supportActions{margin-top:48px}.actionButtons{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.actionBtn{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:20px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.actionBtn.primary{color:#fff;background:#0f2b5c;border:none}.actionBtn.primary:hover{background:#1a365d}.actionBtn.secondary{color:#0f2b5c;background:#fff;border:1px solid #e5e7eb}.actionBtn.secondary:hover{background:#f9fafb;border-color:#0f2b5c}@media (width<=992px){.orderGrid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.ticketingPageContainer{padding:24px 16px}.pageTitle{margin-left:auto;font-size:24px;position:static;transform:none}.searchInputWrapper{flex-direction:column;align-items:stretch}.searchInput{width:100%}.searchIcon{top:28px;transform:translateY(-50%)}.ticketSearchBtn{width:100%}.orderGrid,.customerDetails{grid-template-columns:1fr}.detailItem.address{grid-column:span 1}.actionButtons{grid-template-columns:1fr}.customerStats{flex-direction:column}.customerCard,.orderCard,.searchCard{padding:24px}.cardHeader,.orderHeader{flex-direction:column;align-items:flex-start;gap:16px}.downloadBtn{justify-content:center;width:100%}}@media print{body *{visibility:hidden}#ticketing-print-area,#ticketing-print-area *{visibility:visible}#ticketing-print-area{border:none;width:100%;margin:0;padding:0;position:absolute;top:0;left:0}.downloadBtn,.backBtn{display:none!important}.ticketingPageContainer{background:#fff;padding:0}}.adminContainer{color:#1e293b;background:#f4f6f9;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.adminSidebar{color:#fff;z-index:20;background:linear-gradient(#071630 0%,#0f2b5c 100%);border-right:1px solid #ffffff14;flex-direction:column;width:280px;padding:32px 0 24px;display:flex;box-shadow:4px 0 24px #07163040}.adminProfile{border-bottom:1px solid #ffffff1a;align-items:center;gap:14px;margin-bottom:24px;padding:0 24px 28px;display:flex}.adminAvatar{color:#fff;background:linear-gradient(135deg,#0284c7 0%,#38bdf8 100%);border-radius:12px;place-items:center;width:48px;height:48px;display:grid;box-shadow:0 4px 14px #0284c766}.adminInfo h3{color:#fff;letter-spacing:-.2px;margin:0 0 3px;font-size:15px;font-weight:700}.adminInfo span{color:#38bdf8;text-transform:uppercase;letter-spacing:.8px;background:#38bdf81f;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700}.adminNav{flex-direction:column;gap:8px;padding:0 16px;display:flex}.navBtn{color:#94a3b8;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;padding:14px 18px;font-size:14px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.navBtn:hover{color:#f8fafc;background:#ffffff0f;transform:translate(3px)}.navBtn.active{color:#38bdf8;background:linear-gradient(90deg,#0284c733 0%,#0284c70d 100%);border-left:4px solid #38bdf8;font-weight:700}.adminMain{flex-direction:column;flex:1;display:flex;overflow:hidden}.adminHeader{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:28px 40px;display:flex;box-shadow:0 2px 10px #00000005}.adminHeader h2{color:#0f2b5c;letter-spacing:-.4px;margin:0 0 4px;font-size:26px;font-weight:800}.adminHeader p{color:#64748b;margin:0;font-size:14px}.headerBadge{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex}.headerBadge .pulse-dot{background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #10b98140}.adminContent{flex:1;padding:32px 40px;overflow-y:auto}.fade-in{animation:.25s cubic-bezier(.4,0,.2,1) fadeIn}.metricGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px;display:grid}.metricCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:18px;padding:24px;transition:all .25s;display:flex;box-shadow:0 4px 16px #0f2b5c0a}.metricCard:hover{border-color:#93c5fd;transform:translateY(-4px);box-shadow:0 12px 24px #0f2b5c14}.metricIcon{color:#0f2b5c;background:#f0f7ff;border-radius:14px;flex-shrink:0;place-items:center;width:58px;height:58px;display:grid}.metricIcon.success{color:#059669;background:#ecfdf5}.metricIcon.warning{color:#d97706;background:#fffbeb}.metricIcon.info{color:#0284c7;background:#f0f9ff}.metricData h4{color:#64748b;text-transform:uppercase;letter-spacing:.6px;margin:0 0 6px;font-size:12px;font-weight:700}.metricData h2{color:#0f2b5c;letter-spacing:-.5px;margin:0 0 2px;font-size:26px;font-weight:800}.trend{align-items:center;gap:4px;font-size:12px;font-weight:600;display:inline-flex}.trend.positive{color:#10b981}.trend.negative{color:#ef4444}.chartsSection{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:32px;padding:28px 32px;box-shadow:0 4px 16px #0f2b5c0a}.chartHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.chartHeader h3{color:#0f2b5c;letter-spacing:-.2px;margin:0;font-size:17px;font-weight:800}.chartLegend{color:#64748b;font-size:13px;font-weight:600}.legendItem{align-items:center;gap:8px;display:flex}.dot.current{background:#0f2b5c;border-radius:50%;width:10px;height:10px}.svgChartContainer{width:100%;height:300px}.lineChart{width:100%;height:100%;overflow:visible}.gridLine{stroke:#f1f5f9;stroke-width:1px}.dataPoints circle{fill:#fff;stroke:#0f2b5c;stroke-width:3px;cursor:pointer;transition:all .2s}.dataPoints circle:hover{r:7;fill:#0284c7;stroke:#0f2b5c}.paneHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.paneHeader h3{color:#0f2b5c;letter-spacing:-.3px;margin:0;font-size:22px;font-weight:800}.adminFilterBar{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:16px 20px;display:flex;box-shadow:0 2px 8px #00000005}.adminSearchBox{flex:1;align-items:center;min-width:280px;display:flex;position:relative}.adminSearchBox .searchIcon{color:#64748b;pointer-events:none;position:absolute;left:14px}.adminSearchBox input{color:#0f172a;border:1px solid #cbd5e1;border-radius:10px;outline:none;width:100%;padding:10px 36px 10px 42px;font-size:14px;transition:all .2s}.adminSearchBox input:focus{border-color:#0f2b5c;box-shadow:0 0 0 3px #0f2b5c1a}.clearSearchBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:18px;position:absolute;right:12px}.adminFilterGroup{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.filterSelectWrapper{align-items:center;display:flex;position:relative}.filterSelectWrapper .filterIcon{color:#64748b;pointer-events:none;position:absolute;left:12px}.adminSelect{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;outline:none;padding:10px 14px 10px 36px;font-size:13px;font-weight:600;transition:all .2s}.adminSelect:focus{border-color:#0f2b5c}.resetFiltersBtn{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:10px;padding:9px 14px;font-size:13px;font-weight:700;transition:all .2s}.resetFiltersBtn:hover{color:#0f172a;background:#e2e8f0}.addBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f2b5c 0%,#1e3a8a 100%);border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 22px;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #0f2b5c33}.addBtn:hover{background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 100%);transform:translateY(-1px)}.tableContainer{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 4px 16px #0f2b5c0a}.adminTable{border-collapse:collapse;width:100%}.adminTable th{text-align:left;text-transform:uppercase;color:#64748b;letter-spacing:.6px;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:16px 20px;font-size:12px;font-weight:700}.adminTable td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:18px 20px}.adminTable tbody tr{transition:background .15s}.adminTable tbody tr:hover{background:#f8fafc}.productCell{color:#0f2b5c;align-items:center;gap:14px;font-weight:600;display:flex}.productCell img{object-fit:cover;border:1px solid #e2e8f0;border-radius:10px;width:44px;height:44px}.statusBadge{border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.statusBadge.success{color:#059669;background:#ecfdf5}.statusBadge.warning{color:#d97706;background:#fffbeb}.warrantyBadge{color:#0f2b5c;white-space:nowrap;background:#f0f7ff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:0 1px 3px #0f2b5c0d}.actionBtns{gap:8px;display:flex}.iconBtn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;place-items:center;width:34px;height:34px;transition:all .2s;display:grid}.iconBtn.edit{color:#0f2b5c}.iconBtn.edit:hover{background:#f0f7ff;border-color:#0f2b5c}.iconBtn.delete{color:#ef4444}.iconBtn.delete:hover{background:#fef2f2;border-color:#ef4444}.adminModalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a99;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.adminModalCard{background:#fff;border-radius:16px;width:100%;max-width:550px;animation:.25s ease-out modalIn;overflow:hidden;box-shadow:0 20px 40px #0003}@keyframes modalIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modalHeader{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modalHeader h3{color:#0f2b5c;margin:0;font-size:18px;font-weight:800}.closeModalBtn{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:22px}.modalBody{flex-direction:column;gap:16px;padding:24px;display:flex}.formGroup{flex-direction:column;gap:6px;display:flex}.formGroup label{color:#334155;font-size:13px;font-weight:700}.formGroup input,.formGroup select{border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:10px 14px;font-size:14px}.formGroup input:focus,.formGroup select:focus{border-color:#0f2b5c;box-shadow:0 0 0 3px #0f2b5c1a}.modalFooter{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.cancelBtn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 18px;font-weight:600}.saveBtn{color:#fff;cursor:pointer;background:#0f2b5c;border:none;border-radius:8px;padding:10px 22px;font-weight:700}.ordersKpiGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px;display:grid}.ordersKpiCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:4px;padding:16px 20px;display:flex;box-shadow:0 2px 8px #0f2b5c08}.kpiLabel{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.kpiValue{color:#0f2b5c;font-size:22px;font-weight:800}.alignedOrdersTable th{letter-spacing:.6px;vertical-align:middle;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:16px 18px;font-size:11px}.alignedOrdersTable td{vertical-align:middle;padding:16px 18px}.customerOrderCell{flex-direction:column;gap:3px;display:flex}.orderIdBadge{color:#fff;background:#0f2b5c;border-radius:4px;align-self:flex-start;margin-bottom:2px;padding:2px 7px;font-size:11px;font-weight:700;display:inline-block}.customerName{color:#0f2b5c;font-size:14px;font-weight:700}.customerMeta{color:#64748b;font-size:12px;font-weight:500}.customerMeta.gst{color:#0284c7;font-weight:600}.orderItemsList{flex-direction:column;gap:6px;display:flex}.orderItemRow{background:#f8fafc;border:1px solid #f1f5f9;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:6px 10px;font-size:13px;display:flex}.itemName{color:#334155;font-weight:600}.itemQty{color:#0284c7;background:#e0f2fe;border-radius:4px;padding:1px 6px;font-size:11px;font-weight:700}.orderPrice{color:#0f2b5c;font-size:16px;font-weight:800}@media (width<=992px){.adminContainer{flex-direction:column}.adminSidebar{width:100%;padding:16px 0}.adminContent{padding:20px}}.exportCsvBtn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.exportCsvBtn:hover{color:#0f172a;background:#f8fafc;border-color:#94a3b8}.inventoryKpiGrid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.valuationCard{grid-column:span 4}@media (width<=1200px){.inventoryKpiGrid{grid-template-columns:repeat(2,1fr)}.valuationCard{grid-column:span 2}}@media (width<=640px){.inventoryKpiGrid{grid-template-columns:1fr}.valuationCard{grid-column:span 1}}.inventoryKpiCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:16px;padding:20px 22px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #0f2b5c0a}.inventoryKpiCard:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0f2b5c14}.inventoryKpiCard .kpiIcon{color:#0f2b5c;background:#f1f5f9;border-radius:12px;place-items:center;width:46px;min-width:46px;height:46px;display:grid}.inventoryKpiCard .kpiContent{flex-direction:column;flex:1;display:flex}.inventoryKpiCard .kpiLabel{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:11px;font-weight:700}.inventoryKpiCard .kpiValRow{align-items:baseline;gap:6px;display:flex}.inventoryKpiCard .kpiValue{color:#0f2b5c;font-size:26px;font-weight:800;line-height:1.1}.inventoryKpiCard .valuationValue{color:#0284c7;word-break:break-word;font-size:24px}.inventoryKpiCard .subVal{color:#64748b;margin-top:6px;font-size:12px;font-weight:500}.inventoryFilterBar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;padding:16px 20px;display:flex}.inventoryFilterBar .searchBox{background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;flex:1;align-items:center;gap:10px;min-width:240px;padding:8px 14px;display:flex}.inventoryFilterBar .searchBox input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-size:14px}.inventoryFilterBar .filterGroup{color:#64748b;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;display:flex}.inventoryFilterBar .filterGroup select{color:#334155;cursor:pointer;background:0 0;border:none;outline:none;font-size:13px;font-weight:600}.bulkActionBar{color:#fff;background:#0f2b5c;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 20px;animation:.2s ease-in fadeIn;display:flex}.bulkControls{align-items:center;gap:12px;display:flex}.bulkStockInput{gap:6px;display:flex}.bulkStockInput input{border:1px solid #cbd5e1;border-radius:6px;outline:none;width:90px;padding:6px 10px;font-size:13px}.bulkBtn{color:#fff;cursor:pointer;background:#0284c7;border:none;border-radius:6px;padding:7px 14px;font-size:13px;font-weight:600}.bulkBtn.delete{background:#ef4444;align-items:center;gap:6px;display:inline-flex}.tableContainer{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto;box-shadow:0 2px 8px #0f2b5c08}.inventoryTable{border-collapse:separate;border-spacing:0;text-align:left;width:100%}.inventoryTable th{color:#475569;text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;vertical-align:middle;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:14px 18px;font-size:12px;font-weight:700}.inventoryTable td{vertical-align:middle;color:#1e293b;border-bottom:1px solid #f1f5f9;padding:14px 18px;font-size:14px}.inventoryTable tr:last-child td{border-bottom:none}.inventoryTable tr:hover td{background-color:#f8fafc}.inventoryTable .productCell{align-items:center;gap:14px;min-width:260px;display:flex}.inventoryTable .productCell img{object-fit:cover;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;width:48px;height:48px}.inventoryTable .productTitleMeta{flex-direction:column;gap:4px;display:flex}.inventoryTable .productTitleMeta strong{color:#0f2b5c;font-size:14px;font-weight:700;line-height:1.3}.invBadgeTag{color:#0284c7;text-transform:uppercase;letter-spacing:.4px;background:#e0f2fe;border-radius:4px;align-self:flex-start;padding:2px 7px;font-size:10px;font-weight:700}.skuTag{color:#475569;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;font-weight:600;display:inline-block}.priceMeta{flex-direction:column;gap:2px;display:flex}.priceMeta strong{color:#0f2b5c;font-size:15px;font-weight:800}.priceMeta .origPrice{color:#94a3b8;font-size:12px;text-decoration:line-through}.stockControlCell{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;padding:4px 8px;display:inline-flex}.stockStepBtn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;place-items:center;width:26px;height:26px;transition:all .15s;display:grid}.stockStepBtn:hover{color:#fff;background:#0284c7;border-color:#0284c7}.stockCountDisplay{text-align:center;min-width:24px;font-size:14px;font-weight:700}.stockStatusPill{border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.stockStatusPill.in-stock{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.stockStatusPill.low-stock{color:#d97706;background:#fffbeb;border:1px solid #fde68a}.stockStatusPill.out-of-stock{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.selectedRow{background-color:#f0f9ff!important}.iconBtn.duplicate:hover{color:#0284c7;background:#f1f5f9}.modalOverlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:999;background:#0f172aa6;place-items:center;padding:20px;animation:.2s ease-out fadeIn;display:grid;position:fixed;inset:0}.inventoryModalContent{background:#fff;border-radius:16px;width:100%;animation:.3s cubic-bezier(.16,1,.3,1) modalSlideUp;overflow:hidden;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a;max-width:680px!important}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.inventoryModalContent .modalHeader{background:linear-gradient(#fff 0%,#f8fafc 100%);border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;padding:22px 28px;display:flex}.inventoryModalContent .modalHeader h3{color:#0f2b5c;letter-spacing:-.3px;margin:0;font-size:20px;font-weight:800}.inventoryModalContent .closeModalBtn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;place-items:center;width:32px;height:32px;font-size:20px;transition:all .2s;display:grid}.inventoryModalContent .closeModalBtn:hover{color:#0f172a;background:#e2e8f0}.inventoryModalContent .modalBody{flex-direction:column;gap:18px;max-height:70vh;padding:24px 28px;display:flex;overflow-y:auto}.inventoryModalContent .formRow{gap:18px;display:flex}.inventoryModalContent .formRow .formGroup{flex:1;margin:0}.inventoryModalContent .formRow .flex-2{flex:2}.inventoryModalContent .formGroup label{color:#334155;margin-bottom:6px;font-size:13px;font-weight:700;display:block}.inventoryModalContent .formGroup input,.inventoryModalContent .formGroup select,.inventoryModalContent .formGroup textarea{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-size:14px;transition:all .2s}.inventoryModalContent .formGroup input:focus,.inventoryModalContent .formGroup select:focus,.inventoryModalContent .formGroup textarea:focus{background:#fff;border-color:#0284c7;box-shadow:0 0 0 3px #0284c726}.imageUrlInputGroup{align-items:center;gap:12px;display:flex}.inputImgPreview{object-fit:cover;border:1px solid #cbd5e1;border-radius:8px;width:42px;height:42px;box-shadow:0 2px 4px #0000000d}.inventoryModalContent .modalFooter{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;gap:12px;padding:18px 28px;display:flex}.inventoryModalContent .cancelBtn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.inventoryModalContent .cancelBtn:hover{color:#0f172a;background:#f1f5f9}.inventoryModalContent .saveBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f2b5c 0%,#0284c7 100%);border:none;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #0284c74d}.inventoryModalContent .saveBtn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0284c766}.alignedOrdersTable{border-collapse:separate;border-spacing:0;background:#fff;width:100%;min-width:1100px}.alignedOrdersTable th{color:#475569;text-transform:uppercase;letter-spacing:.6px;vertical-align:middle;white-space:nowrap;text-align:left;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:16px 14px;font-size:11px;font-weight:700}.alignedOrdersTable td{vertical-align:top;color:#1e293b;border-bottom:1px solid #f1f5f9;padding:18px 14px;font-size:13px}.alignedOrdersTable tbody tr:hover td{background-color:#f8fafc}.alignedOrdersTable .orderSetupSelect,.alignedOrdersTable .orderPaymentStatusSelect{box-sizing:border-box;text-overflow:ellipsis;white-space:nowrap;appearance:auto}.wishlist-page-wrapper{background:0 0;flex-direction:column;min-height:100vh;display:flex}.wishlist-page-container{width:100%;max-width:1000px;margin:0 auto;padding:40px 20px;font-family:inherit}.wishlist-page-header{margin-bottom:30px}.wishlist-page-header h1{color:#0f2b5c;letter-spacing:-.5px;margin:0;font-size:32px;font-weight:700}.wishlist-page-content{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.empty-wishlist-page{text-align:center;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.empty-wishlist-icon{color:#0f2b5c;margin-bottom:24px}.empty-wishlist-page h2{color:#0f2b5c;margin-bottom:12px;font-size:24px;font-weight:700}.empty-wishlist-page p{color:#6b7280;margin-bottom:30px;font-size:16px}.wishlist-page-item-container{border-bottom:1px solid #e5e7eb;padding:10px 0}.wishlist-page-item-container:last-child{border-bottom:none}.wishlist-page-item{border-radius:12px;align-items:center;gap:20px;padding:10px;transition:all .2s;display:flex}.wishlist-page-item:hover{background:#f9fafb}.wishlist-page-item-image{object-fit:cover;border:1px solid #e5e7eb;border-radius:12px;width:120px;height:120px}.wishlist-page-item-details{flex:1}.wishlist-page-item-name{color:#111;margin:0 0 8px;font-size:18px;font-weight:600}.wishlist-page-item-category{color:#6b7280;margin:0 0 8px;font-size:14px}.wishlist-page-item-price{color:#0f2b5c;margin:0;font-size:18px;font-weight:600}.wishlist-page-item-rating{color:#6b7280;align-items:center;gap:6px;margin-bottom:10px;font-size:13px;font-weight:500;display:flex}.wishlist-page-item-actions{align-items:center;gap:15px;display:flex}.wishlist-page-add-cart-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#0f2b5c;border:none;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.wishlist-page-add-cart-btn:hover{background:#1a365d}.wishlist-page-remove-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.wishlist-page-remove-btn:hover{background:#fef2f2}.wishlist-page-toggle-btn{color:#0f2b5c;cursor:pointer;background:#f3f4f6;border:none;border-radius:12px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.wishlist-page-toggle-btn:hover{background-color:#e5e7eb}.wishlist-page-item-expanded{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:20px;margin:0 10px 10px;padding:20px;animation:.2s fadeInDown;display:flex}.wishlist-page-item-description h4,.wishlist-page-item-specs h4{color:#0f2b5c;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px;font-size:16px;font-weight:600}.wishlist-page-item-description p{color:#4b5563;margin:0;font-size:14px;line-height:1.6}.wishlist-page-item-specs ul{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.wishlist-page-item-specs li{color:#4b5563;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:8px 12px;font-size:13px}.wishlist-page-item-specs li strong{color:#111;font-weight:600}@media (width<=768px){.wishlist-page-item{flex-direction:column;align-items:flex-start}.wishlist-page-item-image{object-fit:contain;width:100%;height:200px}.wishlist-page-item-actions{justify-content:space-between;width:100%;margin-top:10px}}.terms-page-wrapper{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.terms-scroll-progress{z-index:9999;background-color:#2563eb;height:3px;transition:width .1s ease-out;position:fixed;top:0;left:0}.terms-container{flex:1;padding-bottom:100px}.terms-hero{text-align:center;background-color:#fff;border-bottom:1px solid #e2e8f0;padding:64px 24px 48px}.terms-hero-content{max-width:760px;margin:0 auto}.terms-badge{color:#475569;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:600;display:inline-block}.terms-title{color:#0f172a;letter-spacing:-.5px;margin-bottom:12px;font-size:36px;font-weight:700}.terms-subtitle{color:#64748b;margin:0;font-size:14px}.terms-content-layout{max-width:800px;margin:48px auto 0;padding:0 24px}.terms-text-content{width:100%}.terms-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:56px 48px;box-shadow:0 1px 3px #00000005,0 1px 2px #0000000a}.terms-section-block{margin-bottom:40px}.terms-section-block:last-child{margin-bottom:0}.terms-lead{color:#334155;font-size:16px;line-height:1.8}.terms-section-block h2{color:#0f172a;letter-spacing:-.2px;border-bottom:1px solid #f1f5f9;margin-top:0;margin-bottom:16px;padding-bottom:8px;font-size:20px;font-weight:600}.terms-section-block p{color:#334155;margin-top:0;margin-bottom:16px;font-size:15px;line-height:1.75}.terms-section-block p:last-child{margin-bottom:0}.terms-list{flex-direction:column;gap:8px;margin:16px 0;padding-left:20px;list-style-type:disc;display:flex}.terms-list li{color:#334155;font-size:15px;line-height:1.7}.terms-contact-info{text-align:center;border-top:1px solid #e2e8f0;margin-top:48px;padding-top:24px}.terms-contact-info p{color:#64748b;margin:0;font-size:14px;line-height:1.5}.terms-contact-info a{color:#2563eb;font-weight:500;text-decoration:none}.terms-contact-info a:hover{text-decoration:underline}@media (width<=768px){.terms-hero{padding:48px 16px 36px}.terms-title{font-size:28px}.terms-content-layout{margin-top:24px;padding:0 16px}.terms-card{border-radius:8px;padding:32px 24px}.terms-section-block h2{font-size:18px}.terms-section-block p,.terms-list li{font-size:14px;line-height:1.65}}.pdp-page-wrapper{background:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.pdp-main-content{width:100%;max-width:1320px;margin:0 auto;padding:24px 20px 60px}.pdp-top-bar{flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:24px;display:flex}.pdp-back-btn{color:#0f2b5c;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.pdp-back-btn:hover{color:#0284c7;background:#f0f9ff;border-color:#0284c7}.pdp-breadcrumb-trail{color:#64748b;white-space:nowrap;align-items:center;gap:8px;font-size:13px;display:flex;overflow-x:auto}.pdp-breadcrumb-trail span{cursor:pointer}.pdp-breadcrumb-trail span:hover{color:#0284c7}.pdp-breadcrumb-trail span.current{color:#0f2b5c;cursor:default;font-weight:600}.pdp-sticky-subnav{z-index:100;-webkit-backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;padding:6px 12px;position:sticky;top:75px;box-shadow:0 4px 16px #0000000d}.pdp-subnav-inner{align-items:center;gap:12px;display:flex}.pdp-subnav-link{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 18px;font-size:13.5px;font-weight:600;transition:all .2s}.pdp-subnav-link:hover{color:#0f2b5c;background:#f1f5f9}.pdp-subnav-link.active{color:#fff;background:#0f2b5c;box-shadow:0 2px 8px #0f2b5c40}.pdp-fullscreen-grid{background:#fff;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:520px 1fr;gap:40px;padding:32px;display:grid;box-shadow:0 4px 20px #0000000a}.pdp-media-gallery{flex-direction:column;gap:20px;display:flex}.pdp-main-view-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:100%;height:420px;padding:24px;display:flex;position:relative}.pdp-hero-image{object-fit:contain;max-width:100%;max-height:100%}.pdp-floating-actions{flex-direction:column;gap:10px;display:flex;position:absolute;top:16px;right:16px}.pdp-action-icon{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000014}.pdp-action-icon:hover{transform:scale(1.1)}.pdp-action-icon.active{background:#fef2f2;border-color:#fca5a5}.pdp-copied-toast{color:#fff;background:#0f2b5c;border-radius:20px;padding:8px 16px;font-size:13px;position:absolute;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.pdp-thumbnails-row{align-items:center;gap:14px;display:flex}.pdp-thumb-card{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:10px;width:80px;height:80px;padding:6px;transition:all .2s;overflow:hidden}.pdp-thumb-card.active{border-color:#0284c7;box-shadow:0 0 0 2px #0284c733}.pdp-thumb-card img{object-fit:contain;width:100%;height:100%}.pdp-thumb-video-card{cursor:pointer;border:2px solid #e2e8f0;border-radius:10px;width:80px;height:80px;position:relative;overflow:hidden}.pdp-thumb-video-card img{object-fit:cover;filter:brightness(.7);width:100%;height:100%}.pdp-video-badge{background:#0284c7;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pdp-guarantee-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.guarantee-icon{color:#16a34a;flex-shrink:0;margin-top:2px}.pdp-guarantee-card strong{color:#166534;font-size:14px;display:block}.pdp-guarantee-card p{color:#15803d;margin:2px 0 0;font-size:12px}.pdp-details-panel{flex-direction:column;gap:22px;display:flex}.pdp-page-title{color:#0f2b5c;margin:0;font-size:26px;font-weight:800;line-height:1.35}.pdp-rating-strip{align-items:center;gap:12px;display:flex}.pdp-star-badge{color:#fff;background:#16a34a;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:13px;font-weight:700;display:inline-flex}.pdp-rating-counts{color:#64748b;font-size:14px;font-weight:500}.pdp-price-hero-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:8px;padding:20px;display:flex}.pdp-price-top{align-items:baseline;gap:12px;display:flex}.pdp-big-price{color:#0f2b5c;font-size:32px;font-weight:800}.pdp-assured-pill{color:#0284c7;font-size:14px;font-style:italic;font-weight:700}.pdp-price-savings{align-items:center;gap:10px;display:flex}.pdp-strike-price{color:#94a3b8;font-size:16px;text-decoration:line-through}.pdp-savings-badge{color:#16a34a;font-size:14px;font-weight:700}.pdp-tax-info{color:#64748b;font-size:13px}.pdp-selector-group{flex-direction:column;gap:10px;display:flex}.pdp-group-label{color:#334155;font-size:14px}.pdp-models-grid{flex-wrap:wrap;gap:10px;display:flex}.pdp-model-chip{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 14px;transition:all .2s;display:flex}.pdp-model-chip:hover{background:#f8fafc;border-color:#0284c7}.pdp-model-chip.active{background:#f0f9ff;border-color:#0284c7;box-shadow:0 0 0 2px #0284c733}.model-chip-name{color:#1e293b;font-size:13px;font-weight:700}.model-chip-price{color:#0f2b5c;font-size:12px;font-weight:800}.pdp-variant-btn{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 16px;transition:all .2s;display:flex}.pdp-variant-btn.active{background:#f8fafc;border-color:#0f2b5c;box-shadow:0 0 0 2px #0f2b5c}.v-label{color:#1e293b;font-size:14px;font-weight:600}.v-price-line{gap:6px;font-size:12px;display:flex}.v-disc{color:#16a34a;font-weight:700}.v-val{color:#64748b}.pdp-info-tabs-box{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.pdp-tabs-nav{background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex}.pdp-tab{color:#64748b;cursor:pointer;background:0 0;border:none;flex:1;padding:14px;font-size:14px;font-weight:600;transition:all .2s}.pdp-tab.active{color:#0f2b5c;background:#fff;border-bottom:3px solid #0f2b5c}.pdp-specs-grid{flex-direction:column;gap:12px;padding:20px;display:flex}.pdp-spec-item{border-bottom:1px dashed #f1f5f9;grid-template-columns:180px 1fr;gap:16px;padding-bottom:10px;font-size:14px;display:grid}.pdp-spec-item:last-child{border-bottom:none;padding-bottom:0}.spec-label{color:#64748b;font-weight:600}.spec-value{color:#1e293b;font-weight:500}.pdp-description-content{color:#334155;padding:20px;font-size:15px;line-height:1.65}.pdp-protection-plans-section{flex-direction:column;gap:14px;margin-top:10px;display:flex}.pdp-protection-plans-header{justify-content:space-between;align-items:center;display:flex}.pdp-protection-plans-header h3{color:#1e293b;margin:0;font-size:20px;font-weight:700}.pdp-protection-toggle-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.pdp-protection-toggle-btn:hover{background:#e2e8f0}.pdp-protection-cards-container{gap:16px;padding-bottom:8px;display:flex;overflow-x:auto}.pdp-protection-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;flex:0 0 290px;gap:12px;padding:16px;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000d}.pdp-protection-card.active-plan{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.prot-card-top{align-items:flex-start;gap:12px;display:flex}.prot-product-thumb{object-fit:contain;border:1px solid #f1f5f9;border-radius:6px;width:44px;height:44px}.prot-title-area{flex:1}.prot-title-area h4{color:#1e293b;margin:0;font-size:15px;font-weight:700;line-height:1.3}.prot-price-rate{text-align:right}.rate-per-day{color:#1e293b;font-size:14px;font-weight:800}.rate-subtext{color:#64748b;white-space:nowrap;font-size:11px}.prot-divider{background:#f1f5f9;height:1px;margin:2px 0}.prot-features-list{flex-direction:column;gap:10px;display:flex}.prot-feature-row{color:#334155;align-items:center;gap:10px;font-size:13px;display:flex}.prot-icon-badge{color:#0284c7;background:#f0f9ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.prot-see-more-link{color:#2563eb;margin-top:2px;font-size:13px;font-weight:700;text-decoration:none;display:inline-block}.prot-see-more-link:hover{text-decoration:underline}.prot-action-row{align-items:center;gap:10px;margin-top:4px;display:flex}.prot-select-pill{color:#334155;text-align:center;background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex:1;padding:8px 10px;font-size:12px;font-weight:500}.prot-duration-select{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;flex:1;padding:8px 10px;font-size:12px;font-weight:500}.prot-add-plan-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:8px;padding:9px 16px;font-size:13px;font-weight:700;transition:all .2s}.prot-add-plan-btn:hover{background:#1d4ed8}.prot-add-plan-btn.added{background:#16a34a}.pdp-primary-actions{grid-template-columns:1fr 1fr 1fr;gap:14px;margin-top:10px;display:grid}.pdp-btn-cart{color:#0f2b5c;cursor:pointer;background:#fff;border:1px solid #0f2b5c;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:16px;font-size:15px;font-weight:700;transition:all .2s;display:flex}.pdp-btn-cart:hover{background:#f0f9ff}.pdp-btn-emi{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:14px;transition:all .2s;display:flex}.pdp-btn-emi div{flex-direction:column;align-items:flex-start;font-size:13px;display:flex}.pdp-btn-emi small{color:#64748b;font-size:11px}.pdp-btn-emi:hover{border-color:#0f2b5c}.pdp-btn-buynow{color:#78350f;cursor:pointer;background:#fbbf24;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:16px;font-size:15px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 14px #fbbf2459}.pdp-btn-buynow:hover{background:#f59e0b}.pdp-added-banner{color:#166534;text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:600}.similar-products-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-top:48px;padding:24px 28px;position:relative}.similar-section-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.similar-section-header h2{color:#1e293b;margin:0;font-size:20px;font-weight:700}.similar-top-nav{align-items:center;gap:10px;display:flex}.similar-circle-nav-btn{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .2s;display:flex}.similar-circle-nav-btn:hover{background:#0f172a;transform:scale(1.08)}.similar-carousel-container{width:100%;position:relative}.similar-carousel-track{scroll-behavior:smooth;scrollbar-width:none;gap:18px;padding-bottom:12px;display:flex;overflow-x:auto}.similar-carousel-track::-webkit-scrollbar{display:none}.similar-product-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;flex-shrink:0;min-width:210px;max-width:210px;transition:all .2s;display:flex}.similar-product-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.similar-image-container{background:#f8fafc;border-radius:12px 12px 0 0;justify-content:center;align-items:center;width:100%;height:200px;padding:14px;display:flex;position:relative}.similar-card-img{object-fit:contain;max-width:100%;max-height:100%}.similar-bestseller-badge{color:#fff;background:#2563eb;border-radius:4px;padding:3px 8px;font-size:11px;font-weight:700;position:absolute;top:10px;left:10px}.similar-ad-badge{color:#475569;background:#cbd5e1;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;top:10px;right:10px}.similar-rating-pill{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:4px;align-items:center;gap:3px;padding:2px 6px;font-size:11px;font-weight:700;display:flex;position:absolute;bottom:10px;left:10px;box-shadow:0 1px 3px #0000000f}.similar-card-details{flex-direction:column;gap:4px;padding:12px 14px 16px;display:flex}.similar-card-name{color:#1e293b;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:36px;margin:0;font-size:13px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.similar-discount-text{color:#16a34a;font-size:13px;font-weight:700}.similar-card-price-row{align-items:baseline;gap:8px;display:flex}.similar-card-orig-price{color:#94a3b8;font-size:12px;text-decoration:line-through}.similar-card-curr-price{color:#0f2b5c;font-size:15px;font-weight:800}.similar-bank-offer-text{color:#2563eb;font-size:12px;font-weight:700}.similar-delivery-text{color:#64748b;margin-top:2px;font-size:11px}.tomorrow-highlight{color:#334155;font-style:italic;font-weight:700}.similar-floating-arrow-btn{color:#1e293b;cursor:pointer;z-index:10;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:50%;right:-16px;transform:translateY(-50%);box-shadow:0 4px 12px #0000001f}.similar-floating-arrow-btn:hover{color:#fff;background:#0f2b5c}.frequently-bought-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-top:48px;padding:28px 32px;box-shadow:0 4px 20px #0000000a}.fbt-header{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:18px;display:flex}.fbt-title-group{align-items:flex-start;gap:12px;display:flex}.fbt-icon{color:#0284c7;flex-shrink:0;margin-top:2px}.fbt-heading{color:#0f2b5c;margin:0;font-size:22px;font-weight:800}.fbt-subheading{color:#64748b;margin:3px 0 0;font-size:13px}.fbt-discount-badge{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:20px;padding:6px 14px;font-size:12px;font-weight:700}.fbt-content-grid{grid-template-columns:360px 1fr;align-items:center;gap:36px;display:grid}.fbt-images-combo{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.fbt-img-box{background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;justify-content:center;align-items:center;width:90px;height:90px;padding:8px;display:flex;position:relative}.fbt-img-box img{object-fit:contain;max-width:100%;max-height:100%}.fbt-img-box.main{border-color:#0284c7;box-shadow:0 0 0 2px #0284c733}.fbt-item-tag{color:#fff;white-space:nowrap;background:#0284c7;border-radius:4px;padding:1px 6px;font-size:10px;font-weight:700;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.fbt-plus-symbol{color:#94a3b8;font-size:20px;font-weight:800}.fbt-details-summary{flex-direction:column;gap:20px;display:flex}.fbt-checkbox-list{flex-direction:column;gap:10px;display:flex}.fbt-checkbox-row{color:#334155;cursor:pointer;align-items:center;gap:12px;font-size:14px;display:flex}.fbt-checkbox-row input[type=checkbox]{accent-color:#0f2b5c;cursor:pointer;width:18px;height:18px}.fbt-checkbox-row.disabled{cursor:default}.fbt-item-price{color:#0f2b5c;font-weight:700}.fbt-summary-action-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.fbt-price-total{flex-direction:column;gap:4px;display:flex}.fbt-total-label{color:#64748b;font-size:13px;font-weight:500}.fbt-price-numbers{align-items:center;gap:10px;display:flex}.fbt-strike{color:#94a3b8;font-size:14px;text-decoration:line-through}.fbt-final{color:#0f2b5c;font-size:24px;font-weight:800}.fbt-save-pill{color:#fff;background:#16a34a;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700}.fbt-add-all-btn{color:#78350f;cursor:pointer;background:#fbbf24;border:none;border-radius:10px;align-items:center;gap:8px;padding:14px 24px;font-size:14px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 14px #fbbf2459}.fbt-add-all-btn:hover{background:#f59e0b}.fbt-added-toast{color:#166534;text-align:center;background:#f0fdf4;border-radius:6px;width:100%;padding:6px 12px;font-size:12px;font-weight:600}.client-reviews-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-top:48px;padding:32px;box-shadow:0 4px 20px #0000000a}.reviews-section-header{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:20px;display:flex}.reviews-title{color:#0f2b5c;margin:0;font-size:22px;font-weight:800}.reviews-subtitle{color:#64748b;margin:4px 0 0;font-size:13px}.write-review-btn{color:#fff;cursor:pointer;background:#0f2b5c;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.write-review-btn:hover{background:#0284c7}.add-review-form{background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;flex-direction:column;gap:16px;margin-bottom:30px;padding:24px;display:flex}.add-review-form h3{color:#0f2b5c;margin:0;font-size:16px}.form-row-grid{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#334155;font-size:13px;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#1e293b;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:10px 12px;font-size:14px;transition:border .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0284c7}.form-actions-row{gap:12px;display:flex}.submit-review-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:700}.submit-review-btn:hover{background:#15803d}.cancel-review-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600}.reviews-feed-list{flex-direction:column;gap:28px;display:flex}.client-review-card{border-bottom:1px solid #f1f5f9;flex-direction:column;gap:10px;padding-bottom:24px;display:flex}.client-review-card:last-child{border-bottom:none;padding-bottom:0}.rev-stars-row{align-items:center;gap:8px;display:flex}.rev-green-stars{align-items:center;gap:2px;display:flex}.rev-rating-score{color:#16a34a;font-size:14px;font-weight:800}.rev-headline-dot{color:#94a3b8;font-size:12px}.rev-headline-text{color:#1e293b;font-size:15px;font-weight:700}.rev-specs-subtitle{color:#64748b;font-size:12px;font-weight:500}.rev-comment-text{color:#334155;margin:2px 0 0;font-size:14px;line-height:1.6}.rev-image-thumb-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;width:140px;height:140px;margin-top:4px;overflow:hidden}.rev-image-thumb-box img{object-fit:cover;width:100%;height:100%}.rev-author-line{color:#64748b;margin-top:4px;font-size:13px;font-weight:600}.rev-action-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:4px;display:flex}.rev-helpful-buttons{align-items:center;gap:10px;display:flex}.helpful-btn,.unhelpful-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.helpful-btn:hover,.unhelpful-btn:hover{color:#0f2b5c;background:#f1f5f9;border-color:#94a3b8}.helpful-btn.active{color:#166534;background:#f0fdf4;border-color:#86efac}.unhelpful-btn.active{color:#991b1b;background:#fef2f2;border-color:#fca5a5}.rev-verified-tag{color:#475569;align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.verified-check-icon{color:#0f2b5c;flex-shrink:0}@media (width<=992px){.pdp-fullscreen-grid{grid-template-columns:1fr;padding:20px}.pdp-primary-actions,.form-row-grid{grid-template-columns:1fr}}.pdp-amc-section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin:24px 0;overflow:hidden;box-shadow:0 4px 16px #0f2b5c0d}.pdp-amc-header{color:#fff;background:linear-gradient(135deg,#0f2b5c 0%,#1e3a8a 100%);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.amc-header-left{align-items:center;gap:12px;display:flex}.amc-shield-icon{color:#38bdf8;flex-shrink:0}.pdp-amc-header h3{letter-spacing:-.2px;margin:0;font-size:16px;font-weight:700}.amc-subtitle{color:#93c5fd;margin:2px 0 0;font-size:12px}.pdp-amc-toggle-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.pdp-amc-toggle-btn:hover{background:#ffffff40}.pdp-amc-body{padding:20px}.amc-cards-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.amc-card{cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;flex-direction:column;padding:18px;transition:all .25s;display:flex;position:relative}.amc-card:hover{border-color:#94a3b8;transform:translateY(-2px);box-shadow:0 6px 16px #0000000f}.amc-card.selected{background:#f0f7ff;border-color:#0f2b5c;box-shadow:0 0 0 3px #0f2b5c26}.amc-card.featured{border-color:#0284c7}.amc-card.featured.selected{background:#f0f9ff;border-color:#0284c7;box-shadow:0 0 0 3px #0284c733}.amc-card-badge{border-radius:20px;align-self:flex-start;margin-bottom:8px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.amc-card-badge.non-comp{color:#334155;background:#e2e8f0}.amc-card-badge.comp{color:#1e40af;background:#dbeafe}.amc-plan-title{color:#0f2b5c;margin:0 0 6px;font-size:16px;font-weight:800}.amc-plan-price{align-items:baseline;gap:4px;margin-bottom:14px;display:flex}.price-num{color:#0f2b5c;font-size:20px;font-weight:800}.price-unit{color:#64748b;font-size:12px}.amc-features-list{flex-direction:column;flex:1;gap:8px;margin:0 0 16px;padding:0;list-style:none;display:flex}.amc-features-list li{color:#334155;align-items:center;gap:8px;font-size:12px;display:flex}.amc-features-list li.excluded{color:#94a3b8}.feat-icon.match{color:#16a34a;flex-shrink:0}.feat-icon.highlight{color:#0284c7}.feat-icon.no-match{color:#ef4444;flex-shrink:0}.amc-select-btn{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:10px 14px;font-size:13px;font-weight:700;transition:all .2s}.amc-select-btn:hover{background:#f1f5f9;border-color:#94a3b8}.amc-select-btn.active{color:#fff;background:#0f2b5c;border-color:#0f2b5c}.amc-select-btn.featured.active{background:#0284c7;border-color:#0284c7}.amc-addon-box{background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:10px;margin-top:16px;padding:12px 16px}.amc-addon-checkbox-label{cursor:pointer;align-items:center;gap:12px;display:flex}.amc-addon-checkbox-label input{accent-color:#0f2b5c;cursor:pointer;width:18px;height:18px}.amc-addon-info{flex:1}.amc-addon-info strong{color:#0f2b5c;font-size:13px;display:block}.amc-addon-info p{color:#64748b;margin:2px 0 0;font-size:11px}.amc-addon-price{color:#0284c7;font-size:14px;font-weight:800}.amc-footer-bar{border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding-top:14px;display:flex}.amc-view-schedule-btn{color:#0284c7;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-size:13px;font-weight:700;transition:background .2s;display:flex}.amc-view-schedule-btn:hover{background:#e0f2fe}.amc-support-contact{color:#475569;align-items:center;gap:6px;font-size:12px;display:flex}.amc-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172aa6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.amc-modal-content{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:800px;max-height:85vh;animation:.25s ease-out modalFadeIn;display:flex;overflow:hidden;box-shadow:0 20px 40px #0003}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.amc-modal-header{color:#fff;background:#0f2b5c;justify-content:space-between;align-items:flex-start;padding:20px 24px;display:flex}.amc-modal-header h3{margin:0;font-size:18px;font-weight:700}.amc-modal-header p{color:#93c5fd;margin:4px 0 0;font-size:13px}.amc-modal-close-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.amc-modal-close-btn:hover{background:#ffffff4d}.amc-modal-body{flex:1;padding:20px 24px;overflow-y:auto}.amc-tasks-table{border-collapse:collapse;width:100%;font-size:13px}.amc-tasks-table th{color:#1e293b;text-align:left;background:#f1f5f9;border-bottom:2px solid #cbd5e1;padding:10px 14px;font-weight:700}.amc-tasks-table td{color:#334155;border-bottom:1px solid #e2e8f0;padding:10px 14px}.amc-tasks-table tr:hover{background:#f8fafc}.task-num{color:#64748b;width:50px;font-weight:700}.task-name{font-weight:600}.task-check{text-align:center;color:#94a3b8;width:110px}.task-check .check-icon{color:#16a34a;margin:0 auto}.amc-modal-footer{color:#64748b;background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 24px;font-size:12px;display:flex}.amc-modal-done-btn{color:#fff;cursor:pointer;background:#0f2b5c;border:none;border-radius:8px;padding:8px 18px;font-weight:700;transition:background .2s}.amc-modal-done-btn:hover{background:#1e3a8a}@media (width<=768px){.amc-cards-grid{grid-template-columns:1fr}.amc-footer-bar{flex-direction:column;align-items:flex-start}}.chatbot-page-wrapper{background:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.chatbot-page-main{flex-direction:column;flex:1;gap:16px;width:100%;max-width:1400px;margin:0 auto;padding:20px 24px;display:flex}.cb-top-bar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;padding:16px 24px;display:flex;box-shadow:0 2px 8px #0f2b5c0a}.cb-back-btn{color:#1e293b;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.cb-back-btn:hover{color:#0f2b5c;background:#e2e8f0}.cb-header-title h2{color:#0f2b5c;letter-spacing:-.3px;margin:0;font-size:20px;font-weight:800}.cb-subtitle-badge{color:#0284c7;align-items:center;gap:6px;margin-top:2px;font-size:12px;font-weight:600;display:inline-flex}.cb-fullscreen-grid{grid-template-columns:1fr;gap:20px;height:680px;display:grid}.cb-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:16px;padding:20px;display:flex;box-shadow:0 4px 14px #00000008}.cb-sidebar-header h3{color:#0f2b5c;margin:0;font-size:16px;font-weight:800}.cb-sidebar-header p{color:#64748b;margin:2px 0 0;font-size:12px}.cb-topics-list{flex-direction:column;flex:1;gap:10px;display:flex}.cb-topic-card{cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;transition:all .2s;display:flex}.cb-topic-card:hover{background:#f0f7ff;border-color:#93c5fd;transform:translate(2px)}.cb-topic-card.active{color:#fff;background:#0f2b5c;border-color:#0f2b5c;box-shadow:0 4px 12px #0f2b5c26}.topic-icon-wrap{color:#0284c7;background:#0284c71a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.cb-topic-card.active .topic-icon-wrap{color:#fff;background:#fff3}.topic-text-wrap strong{font-size:13px;display:block}.cb-hotline-card{background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;align-items:flex-start;gap:12px;padding:14px;display:flex}.cb-hotline-card .phone-icon{color:#0284c7;flex-shrink:0;margin-top:2px}.cb-hotline-card strong{color:#0f2b5c;font-size:12px;display:block}.cb-hotline-card p{color:#0284c7;margin:2px 0 0;font-size:12px;font-weight:700}.cb-hotline-card small{color:#64748b;margin-top:2px;font-size:10px;display:block}.cb-chat-panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 14px #00000008}.cb-chat-header{color:#fff;background:linear-gradient(135deg,#0f2b5c 0%,#1e3a8a 100%);padding:16px 24px}.cb-agent-info{align-items:center;gap:14px;display:flex}.cb-avatar-circle{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.cb-agent-info h4{margin:0;font-size:16px;font-weight:700}.online-indicator{color:#93c5fd;align-items:center;gap:6px;margin-top:2px;font-size:12px;display:inline-flex}.online-indicator .dot{background:#22c55e;border-radius:50%;width:8px;height:8px}.cb-chat-body{background:#f8fafc;flex-direction:column;flex:1;gap:16px;padding:24px;display:flex;overflow-y:auto}.cb-msg-row{gap:12px;max-width:75%;display:flex}.cb-msg-row.user{flex-direction:row-reverse;margin-left:auto}.cb-msg-avatar{color:#fff;background:#0f2b5c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.cb-msg-row.agent .cb-msg-avatar{background:#0284c7}.cb-msg-content{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px 18px;box-shadow:0 2px 6px #0000000a}.cb-msg-row.user .cb-msg-content{color:#fff;background:#0f2b5c;border-color:#0f2b5c}.cb-msg-text p{margin:0 0 6px;font-size:14px;line-height:1.5}.cb-msg-text p:last-child{margin-bottom:0}.cb-msg-time{color:#94a3b8;margin-top:4px;font-size:10px;display:block}.cb-msg-row.user .cb-msg-time{color:#93c5fd}.cb-chat-input-form{background:#fff;border-top:1px solid #e2e8f0;gap:12px;padding:16px 24px;display:flex}.cb-chat-input-form input{border:1px solid #cbd5e1;border-radius:10px;outline:none;flex:1;padding:12px 18px;font-size:14px;transition:border-color .2s}.cb-chat-input-form input:focus{border-color:#0f2b5c}.cb-send-btn{color:#fff;cursor:pointer;background:#0f2b5c;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 20px;font-weight:700;transition:background .2s;display:flex}.cb-send-btn:hover{background:#1e3a8a}.cb-send-btn:disabled{opacity:.5;cursor:not-allowed}.cb-suggestion-chips-container{background:#fff;border-top:1px solid #e2e8f0;padding:12px 24px 6px}.chips-label{color:#64748b;margin-bottom:8px;font-size:11px;font-weight:700;display:block}.chips-scroll-row{scrollbar-width:thin;gap:8px;padding-bottom:6px;display:flex;overflow-x:auto}.cb-chip-btn{color:#1e293b;white-space:nowrap;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:20px;flex-shrink:0;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s}.cb-chip-btn:hover{color:#0369a1;background:#e0f2fe;border-color:#38bdf8;transform:translateY(-1px)}@media (width<=992px){.cb-fullscreen-grid{grid-template-columns:1fr;height:auto}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0f2b5c;background:#fff;font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.trackOrderModal{z-index:999;background:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.3s fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.trackOrderModal .trackOrderForm{width:100%;max-width:500px;margin:auto;animation:.3s slideUp}.trackOrderModal .trackingResults{width:100%;max-width:600px;margin:auto;animation:.3s slideUp}.closeTrackOrderBtn{cursor:pointer;width:40px;height:40px;box-shadow:var(--shadow-sm);z-index:1000;color:#0f2b5c;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;font-size:24px;transition:all .3s;display:flex;position:fixed;top:20px;right:20px}.closeTrackOrderBtn:hover{background:#f5f7fa;transform:none}
