.LocationInput_locationWrapper__3ctRk{position:relative;display:flex;align-items:center;gap:2px;background:hsla(0,0%,100%,.95);border:1px solid rgba(66,153,225,.12);border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px rgba(0,0,0,.02);z-index:10;width:100%;padding-inline:10px}.LocationInput_locationWrapper__3ctRk:focus-within{background:#fff;border-color:rgba(66,153,225,.3);box-shadow:0 4px 6px -1px rgba(66,153,225,.1),0 2px 4px -1px rgba(66,153,225,.06);transform:translateY(-1px)}.LocationInput_locationIcon__CJhv0{font-size:1.25rem;color:#4299e1;transition:all .3s ease}.LocationInput_locationWrapper__3ctRk:focus-within .LocationInput_locationIcon__CJhv0{color:#3182ce;transform:scale(1.1)}.LocationInput_locationInput__8c6ir{width:100%;border:none;background:transparent;color:#2d3748;font-size:.95rem;font-weight:500;outline:none;padding-block:10px}.LocationInput_locationInput__8c6ir::placeholder{color:#a0aec0;font-weight:400}.LocationInput_suggestionsList__xVnwI{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:1px solid rgba(66,153,225,.12);border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);padding:.75rem;max-height:160px;overflow-y:auto;z-index:20;animation:LocationInput_slideDown__rRlOb .2s cubic-bezier(.4,0,.2,1)}.LocationInput_suggestionsList__xVnwI::-webkit-scrollbar{width:6px;height:6px}.LocationInput_suggestionsList__xVnwI::-webkit-scrollbar-track{background:transparent}.LocationInput_suggestionsList__xVnwI::-webkit-scrollbar-thumb{background:rgba(66,153,225,.2);border-radius:3px}.LocationInput_suggestionsList__xVnwI::-webkit-scrollbar-thumb:hover{background:rgba(66,153,225,.3)}.LocationInput_suggestionItem__qOgZ_{padding:.875rem 1.25rem;cursor:pointer;color:#4a5568;font-size:.95rem;border-radius:12px;transition:all .2s ease;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex;align-items:center;gap:.75rem}.LocationInput_suggestionItem__qOgZ_:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;background:radial-gradient(circle at center,rgba(66,153,225,.1),transparent);transform:translate(-50%,-50%) scale(0);transition:transform .3s cubic-bezier(.4,0,.2,1);border-radius:inherit;pointer-events:none}.LocationInput_suggestionItem__qOgZ_:hover{color:#3182ce;background:rgba(247,250,252,.95)}.LocationInput_suggestionItem__qOgZ_:hover:before{transform:translate(-50%,-50%) scale(2)}@keyframes LocationInput_pulse__aTLIL{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.LocationInput_locationInput__8c6ir[placeholder="Fetching Your Location"]{animation:LocationInput_pulse__aTLIL 1.5s ease infinite}@keyframes LocationInput_slideDown__rRlOb{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:1024px){.LocationInput_locationWrapper__3ctRk{width:400px}}.AuthPopup_popupOverlay__y337W{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.35);z-index:1000;display:flex;align-items:center;justify-content:center}.AuthPopup_popupContentModern__y3jKC{background:#fff;border-radius:18px;box-shadow:0 8px 32px rgba(0,0,0,.18);padding:2.5rem 2rem 2rem;min-width:320px;max-width:95vw;width:100%;max-width:400px;position:relative;display:flex;flex-direction:column;align-items:stretch;animation:AuthPopup_popupIn__j9seT .2s cubic-bezier(.4,0,.2,1)}@keyframes AuthPopup_popupIn__j9seT{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.AuthPopup_closeButtonModern__kBMR6{position:absolute;top:16px;right:18px;background:none;border:none;font-size:1.7rem;color:#888;cursor:pointer;transition:color .2s}.AuthPopup_closeButtonModern__kBMR6:hover{color:#222}.AuthPopup_popupTitleModern__0cBTT{text-align:center;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#222}.AuthPopup_authFormModern__JUIj_{display:flex;flex-direction:column;gap:1.1rem}.AuthPopup_authLabelModern__F4cgD{font-size:1rem;font-weight:500;color:#444;margin-bottom:.2rem}.AuthPopup_authInputModern__IOBMV{padding:.7rem 1rem;border:1.5px solid #e0e0e0;border-radius:8px;font-size:1rem;outline:none;transition:border .2s;background:#fafbfc}.AuthPopup_authInputModern__IOBMV:focus{border:1.5px solid #0070f3;background:#fff}.AuthPopup_buttonRowModern__3etrG{display:flex;gap:.7rem;margin-top:.5rem;justify-content:flex-end}.AuthPopup_authSubmitButtonModern__R_gGZ{background:linear-gradient(90deg,#0070f3 60%,#0051a8);color:#fff;border:none;border-radius:8px;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,box-shadow .2s;box-shadow:0 2px 8px rgba(0,112,243,.08)}.AuthPopup_authSubmitButtonModern__R_gGZ:disabled{opacity:.7;cursor:not-allowed}.AuthPopup_authSubmitButtonModern__R_gGZ:hover:not(:disabled){background:linear-gradient(90deg,#0051a8,#0070f3)}.AuthPopup_cancelButtonModern__7xcwI{background:#f5f5f5;color:#444;border:1.5px solid #e0e0e0;border-radius:8px;padding:.7rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.AuthPopup_cancelButtonModern__7xcwI:hover:not(:disabled){background:#eee;color:#0070f3}.AuthPopup_errorMessageModern__UvGUq{background:#ffeaea;color:#d32f2f;border:1px solid #ffd6d6;border-radius:7px;padding:.7rem 1rem;margin-bottom:1rem;font-size:.98rem;text-align:center}.AuthPopup_recaptchaModern__Gl7_r{margin:.7rem 0 .2rem;display:flex;justify-content:center}@media (max-width:600px){.AuthPopup_popupContentModern__y3jKC{padding:1.2rem .7rem;min-width:0;max-width:98vw}.AuthPopup_authInputModern__IOBMV{font-size:.98rem;padding:.6rem .7rem}.AuthPopup_authSubmitButtonModern__R_gGZ,.AuthPopup_cancelButtonModern__7xcwI{font-size:.98rem;padding:.6rem 1rem}}.Navbar_navbarWrapper__BKevM{background-color:#fff;z-index:1100}.Navbar_mobileNavbarWrapper__Ph3uI{position:fixed;bottom:0;width:100%;box-shadow:0 -4px 12px rgba(0,0,0,.08);padding-block:10px;background:hsla(0,0%,100%,.98);z-index:1100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #e2e8f0}.Navbar_mobileNavbarContainer__1Xcao{display:flex;justify-content:space-around;align-items:center;max-width:600px;margin:0 auto;gap:2px}.Navbar_mobileNavbarItem__flUtz{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#2d3748;padding:.6rem .2rem .3rem;min-width:60px;transition:all .18s ease;border-radius:10px;font-size:1.1rem;background:none;position:relative}.Navbar_mobileNavbarItem__flUtz.Navbar_selected__0_82s,.Navbar_mobileNavbarItem__flUtz:active{background:#f0f4ff;color:#3182ce}.Navbar_mobileNavbarItem__flUtz:hover{background-color:#f3f8ff;transform:translateY(-2px)}.Navbar_mobileNavbarItem__flUtz img,.Navbar_mobileNavbarItem__flUtz svg{font-size:1.45rem;height:28px;width:28px;object-fit:contain}.Navbar_mobileNavbarItem__flUtz img{width:60px}.Navbar_mobileNavbarItemName__K3_AF{font-size:.78rem;font-weight:500;margin-top:.18rem;color:#222;text-align:center}.Navbar_desktopNavbarWrapper__M2JWM{position:fixed;top:0;width:100%;box-shadow:0 4px 6px rgba(0,0,0,.05);padding-block:12px;background-color:#fff;z-index:1100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(66,153,225,.1)}.Navbar_desktopNavbarContainer__Hpp8n{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding-inline:16px}.Navbar_desktopLeft___A69z{display:flex;align-items:center;gap:24px}.Navbar_desktopNavItems__pmo_4{display:flex;align-items:center;gap:16px}.Navbar_desktopNavItem__ZNNSz{display:flex;align-items:center;gap:6px;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease;color:#2d3748}.Navbar_desktopNavItem__ZNNSz:hover{background-color:rgba(66,153,225,.05);transform:translateY(-2px)}.Navbar_desktopNavIcon__2x_UT{font-size:1.1rem;color:#4299e1}.Navbar_desktopNavName__V51Kg{font-size:1rem;font-weight:500}.Navbar_desktopRight__Zww88{display:flex;align-items:center;gap:16px}.Navbar_iconButton__eubpO{font-size:1.2rem;cursor:pointer;color:#2d3748;padding:.5rem;border-radius:8px;transition:all .2s ease}.Navbar_iconButton__eubpO:hover{background-color:rgba(66,153,225,.05);transform:translateY(-2px)}.Navbar_authSection__zo6Wm{display:flex;align-items:center}.Navbar_accountButton__1PM8i{padding:.75rem 1.5rem;background:linear-gradient(90deg,#4299e1,#3182ce);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s ease;box-shadow:0 4px 6px rgba(66,153,225,.2)}.Navbar_accountButton__1PM8i:hover{background:linear-gradient(90deg,#3182ce,#2b6cb0);transform:translateY(-2px);box-shadow:0 6px 8px rgba(66,153,225,.3)}.Navbar_userName__tzHzW{font-size:1rem;color:#2d3748;margin-right:1rem;font-weight:500}.Navbar_mobileUserInfo__ONI42{display:flex;flex-direction:column;align-items:center;gap:.1rem}.Navbar_mobileUserName__SVF2U{font-size:.7rem;color:#2d3748;text-align:center;max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.Navbar_locationWrapper__m6o1O{background:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid rgba(66,153,225,.1);transition:all .3s ease;padding:.5rem;position:relative;z-index:1}.Navbar_locationWrapper__m6o1O:hover{box-shadow:0 6px 8px rgba(66,153,225,.1);transform:translateY(-1px)}.Navbar_locationSuggestions__yBH6q{position:absolute;top:100px;left:0;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid rgba(66,153,225,.1);margin-top:.5rem;max-height:160px;overflow-y:auto;z-index:10}.Navbar_locationSuggestionItem__E0Do7{padding:.75rem 1rem;cursor:pointer;transition:all .2s ease;color:#2d3748;font-size:.9rem}.Navbar_locationSuggestionItem__E0Do7:hover{background-color:rgba(66,153,225,.05)}.Navbar_mobileAccountButton__8hr__{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer}.Navbar_mobileAccountText__SUWFn{font-size:12px;color:var(--text-primary)}.Navbar_logo__uwztd{object-fit:contain;height:auto}.Footer_footerWrapper__NxFSR{width:100%;background:#f3f4f6;color:#1e293b;padding:4rem 2rem 2rem;border-top:1px solid #e5e7eb;box-shadow:0 -2px 16px rgba(30,41,59,.04)}.Footer_footerContent__1_IhX{max-width:1280px;margin:0 auto;display:flex;flex-direction:row;gap:3rem;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.Footer_logo__puXTk{width:50%;height:100%;transition:transform .3s ease;padding:0}.Footer_logo__puXTk:hover{transform:scale(1.08) rotate(-2deg)}.Footer_logoSection__faut5 p,.Footer_socialLinks__vBr3Y{align-self:flex-end;text-align:right}.Footer_logoSection__faut5 p{font-size:1.15rem;color:#475569;max-width:22rem;line-height:1.7}.Footer_socialLinks__vBr3Y{display:flex;gap:1.2rem;margin-top:.5rem}.Footer_socialLinks__vBr3Y a{color:#6366f1;font-size:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#e0e7ff;box-shadow:0 2px 8px rgba(99,102,241,.08)}.Footer_socialLinks__vBr3Y a:hover{color:#fff;background:#6366f1;transform:scale(1.12) translateY(-2px);box-shadow:0 4px 16px rgba(99,102,241,.18)}.Footer_linksSection__afhrf{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem;width:100%;min-width:220px}.Footer_linksSection__afhrf div{text-align:left}.Footer_linksSection__afhrf h4{font-size:1.13rem;font-weight:700;color:#1e293b;margin-bottom:1.1rem;text-transform:uppercase;letter-spacing:.04em}.Footer_linksSection__afhrf ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}.Footer_linksSection__afhrf li{font-size:1rem;color:#475569;transition:all .2s cubic-bezier(.4,0,.2,1)}.Footer_linksSection__afhrf li a{color:#475569;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-block;border-bottom:2px solid transparent;padding-bottom:2px}.Footer_linksSection__afhrf li a:hover,.Footer_linksSection__afhrf li:hover{color:#6366f1;border-bottom:2px solid #6366f1;transform:translateX(4px)}.Footer_footerBottom__03_4c{text-align:center;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:row;gap:1rem;justify-content:space-between;align-items:center;flex-wrap:wrap;color:#64748b}.Footer_footerBottom__03_4c p{font-size:.97rem;margin:0}.Footer_legalLinks__kFwpb{display:flex;justify-content:center;gap:1.2rem;flex-wrap:wrap}.Footer_legalLinks__kFwpb a{color:#64748b;font-size:.97rem;text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1);border-bottom:1.5px solid transparent;padding-bottom:1px}.Footer_legalLinks__kFwpb a:hover{color:#6366f1;border-bottom:1.5px solid #6366f1}.Footer_socialCon__Zm3Hq{display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:1rem}.Footer_socialCon__Zm3Hq p{text-align:right}.Footer_socialCon__Zm3Hq .Footer_socialLinks__vBr3Y{align-self:flex-end}.Footer_tagLine__jVBa5{font-size:1.2rem}@media screen and (max-width:1024px){.Footer_footerContent__1_IhX{flex-direction:column;align-items:flex-start;gap:2.5rem}.Footer_linksSection__afhrf{grid-template-columns:repeat(2,1fr);gap:2.2rem}}@media screen and (max-width:768px){.Footer_tagLine__jVBa5{font-size:1rem}.Footer_footerWrapper__NxFSR{padding:2.5rem 1rem 1.5rem}.Footer_footerContent__1_IhX{gap:1rem}.Footer_linksSection__afhrf{grid-template-columns:1fr;gap:1.5rem}.Footer_logoSection__faut5{margin-bottom:.5rem}.Footer_footerBottom__03_4c{flex-direction:column;gap:.7rem;align-items:center;text-align:center}.Footer_legalLinks__kFwpb{gap:.7rem}.Footer_socialCon__Zm3Hq .Footer_socialLinks__vBr3Y{align-self:flex-start}}@media screen and (max-width:480px){.Footer_tagLine__jVBa5{font-size:.8rem}.Footer_footerWrapper__NxFSR{padding:1.5rem .5rem 1rem}.Footer_linksSection__afhrf h4,.Footer_logoSection__faut5 p{font-size:1.01rem}.Footer_linksSection__afhrf li{font-size:.97rem}.Footer_footerBottom__03_4c p,.Footer_legalLinks__kFwpb a{font-size:.93rem}.Footer_socialCon__Zm3Hq .Footer_socialLinks__vBr3Y{align-self:flex-start}}.GetStartedPopup_overlay__Csxus{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.GetStartedPopup_popup__CjV6p{background:#fff;border-radius:12px;padding:0;width:90%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px rgba(0,0,0,.3);animation:GetStartedPopup_slideIn__54Yzh .3s ease-out}@keyframes GetStartedPopup_slideIn__54Yzh{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.GetStartedPopup_header__p3OoI{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #e9ecef}.GetStartedPopup_header__p3OoI h2{margin:0;font-size:20px;font-weight:600;color:#212529}.GetStartedPopup_closeButton__XK5MG{background:none;border:none;font-size:20px;color:#6c757d;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.GetStartedPopup_closeButton__XK5MG:hover{background-color:#f8f9fa;color:#495057}.GetStartedPopup_form__rkTXl{padding:24px}.GetStartedPopup_formGroup___mlzU{margin-bottom:20px}.GetStartedPopup_label__1vQYf{display:block;font-size:14px;font-weight:500;color:#212529;margin-bottom:8px}.GetStartedPopup_input__VheYF{width:100%;padding:12px 16px;border:1px solid #dee2e6;border-radius:8px;font-size:14px;transition:all .2s ease;box-sizing:border-box}.GetStartedPopup_input__VheYF:focus{outline:none;border-color:#0d6efd;box-shadow:0 0 0 3px rgba(13,110,253,.1)}.GetStartedPopup_input__VheYF.GetStartedPopup_error__d_9uo{border-color:#dc3545}.GetStartedPopup_input__VheYF.GetStartedPopup_error__d_9uo:focus{border-color:#dc3545;box-shadow:0 0 0 3px rgba(220,53,69,.1)}.GetStartedPopup_inputGroup__vfjFS{display:flex;gap:8px;align-items:stretch}.GetStartedPopup_areaInput__FEW0C{flex:1 1}.GetStartedPopup_select__JznEF{padding:12px 16px;border:1px solid #dee2e6;border-radius:8px;font-size:14px;background-color:#fff;cursor:pointer;transition:all .2s ease;box-sizing:border-box;min-width:140px}.GetStartedPopup_select__JznEF:focus{outline:none;border-color:#0d6efd;box-shadow:0 0 0 3px rgba(13,110,253,.1)}.GetStartedPopup_unitSelect__fjUrK{flex-shrink:0}.GetStartedPopup_conversionInfo__UYvnH{margin-top:6px}.GetStartedPopup_conversionText__13Qlz{font-size:12px;color:#6c757d;font-style:italic}.GetStartedPopup_errorText__uB8Xh{display:block;font-size:12px;color:#dc3545;margin-top:4px}.GetStartedPopup_buttonGroup__gZY7r{display:flex;gap:12px;justify-content:flex-end;margin-top:32px}.GetStartedPopup_cancelButton__UwAvy{padding:10px 20px;border:1px solid #dee2e6;background-color:#fff;color:#495057;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.GetStartedPopup_cancelButton__UwAvy:hover{background-color:#f8f9fa;border-color:#adb5bd}.GetStartedPopup_submitButton__GLtsV{padding:10px 20px;border:none;background-color:#0d6efd;color:#fff;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.GetStartedPopup_submitButton__GLtsV:hover{background-color:#0b5ed7}.GetStartedPopup_submitButton__GLtsV:disabled{background-color:#6c757d;cursor:not-allowed}@media (max-width:576px){.GetStartedPopup_popup__CjV6p{width:95%;margin:20px}.GetStartedPopup_header__p3OoI{padding:20px 20px 16px}.GetStartedPopup_header__p3OoI h2{font-size:18px}.GetStartedPopup_form__rkTXl{padding:20px}.GetStartedPopup_inputGroup__vfjFS{flex-direction:column;gap:12px}.GetStartedPopup_areaInput__FEW0C{width:100%}.GetStartedPopup_select__JznEF{width:100%;min-width:unset}.GetStartedPopup_buttonGroup__gZY7r{flex-direction:column;gap:8px}.GetStartedPopup_cancelButton__UwAvy,.GetStartedPopup_submitButton__GLtsV{width:100%;padding:12px}}.Hero_heroWrapper__Z8AgH{width:100vw;min-height:100vh;background:linear-gradient(180deg,hsla(0,0%,73%,.8),rgba(0,0,0,.8));display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.Hero_heroBgImg__ts9e0{position:absolute;inset:0;background:url(/images/hero/heroImg.png) 50%/cover no-repeat;opacity:.7;z-index:0}.Hero_heroInnerContainer__TC_AT{width:100%;display:flex;flex-direction:column;position:relative;z-index:1;padding-block:4rem}.Hero_heroTopRow__ADdlY{margin-bottom:0}.Hero_heroMiddleRow__H6ZLJ{text-align:left;padding-inline:4rem;padding-block:4rem}@media screen and (max-width:768px){.Hero_heroMiddleRow__H6ZLJ{padding-block:1rem}}.Hero_heroHeading__Dkhfi{font-size:3rem;font-weight:800;color:#181818;margin-bottom:1rem}.Hero_heroSubheading__BM_9v{font-size:1.25rem;color:#4a5568}.Hero_heroSubHighlight__x_S9n{font-weight:700;color:#1a202c}.Hero_searchInputWrapper__4D8dr{display:grid;grid-template-columns:1fr auto;grid-gap:0;gap:0;width:100%;max-width:600px;margin-top:2rem;background:#fff;border-radius:2.5rem;box-shadow:0 4px 16px rgba(0,0,0,.07);position:relative}.Hero_searchInput__sueQZ{border:none;padding:1rem 1.5rem;font-size:1.2rem;background:transparent;outline:none;border-radius:2.5rem 0 0 2.5rem}.Hero_searchButton__fQl7f{background:#000;color:#fff;border:none;padding:1rem 2rem;font-weight:700;font-size:1.2rem;cursor:pointer;border-radius:0 2rem 2rem 0;transition:background .3s}.Hero_searchButton__fQl7f:hover{background:#333}.Hero_placeholderWrapper__HxkoP{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);display:flex;gap:5px;font-size:1rem;color:#a0aec0;pointer-events:none;z-index:2}.Hero_staticText__pyaW9{font-weight:400}.Hero_placeholder__R75MR{font-weight:500}.Hero_searchResultsGrid__3T04x{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));padding:0 1rem}.Hero_resultCard__wTVmn{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:150px;max-width:180px;margin:0 auto;padding:1rem .5rem}.Hero_resultCard__wTVmn h4{padding:.75rem;font-size:1.1rem;font-weight:700;color:#2d3748}.Hero_noResults__RCrgI{text-align:center;padding:2rem;background:#fff;border-radius:16px;margin:0 1rem}.Hero_noResultsIcon__izwOU{font-size:2rem}.Hero_noResultsTitle__yhUmo{margin:1rem 0 .5rem}.Hero_noResultsText__Cupy9{margin-bottom:1rem;color:#4a5568}.Hero_noResultsButton__Ubt24{background:#3182ce;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer}.Hero_carouselOuterWrapper___sfTt{overflow:hidden;width:100vw;padding:0;margin-inline:0}.Hero_embla__IVHgK{overflow:hidden;width:100vw}.Hero_embla__container__jTr8y{display:flex;gap:1.5rem;will-change:transform;padding:1rem 0;margin-right:0;width:100vw}.Hero_embla__slide__JiyGj{flex:0 0 12%!important;max-width:150px!important;position:relative!important;box-sizing:border-box!important;padding:10px!important;-webkit-margin-end:20px;margin-inline-end:20px;-webkit-margin-start:10px;margin-inline-start:10px}.Hero_carouselCard__ng83_{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s,opacity .3s;opacity:.4;min-width:100px}.Hero_carouselCard__ng83_:hover{transform:translateY(-6px) scale(1.04);box-shadow:0 16px 32px rgba(0,0,0,.12);opacity:1}.Hero_carouselCard__ng83_.Hero_active__UgYmm{opacity:1}.Hero_cardIcon__v634e{font-size:2rem;margin-bottom:.75rem;color:#181818}.Hero_heroCategoryTitle__BNDS5{text-align:center;font-size:12px;font-weight:800;color:#181818;letter-spacing:.01em;margin-top:0;margin-bottom:0;line-height:1.3}.Hero_carouselOuterWrapperMobile__gP0Gq{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100vw;padding:0}.Hero_heroCategoriesCarouselMobile__YlfTb{display:flex;gap:1rem;min-width:max-content}.Hero_imageWrapper__gOWMI{width:60px;height:60px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f7fafc;margin:.75rem auto}.Hero_categoryImagePlaceholder__JfowD,.Hero_categoryImage__K7Di0{width:100%;height:100%;object-fit:cover}.Hero_categoryImagePlaceholder__JfowD{display:flex;justify-content:center;align-items:center;color:#cbd5e0}@media (max-width:768px){.Hero_searchInputWrapper__4D8dr{grid-template-columns:1fr;gap:.5rem}.Hero_searchInput__sueQZ{border-radius:2rem}.Hero_searchButton__fQl7f{border-radius:2rem;justify-self:stretch;position:absolute;right:0}.Hero_heroHeading__Dkhfi{font-size:2rem}}@media (max-width:1024px){.Hero_embla__slide__JiyGj{flex:0 0 25%}}@media (max-width:768px){.Hero_embla__slide__JiyGj{flex:0 0 40%}}@media (max-width:600px){.Hero_heroWrapper__Z8AgH{min-height:80vh;padding:1.2rem .2rem .5rem;align-items:flex-start}.Hero_heroInnerContainer__TC_AT{padding:0 .5rem}.Hero_heroTopRow__ADdlY{margin-bottom:1.2rem}.Hero_heroMiddleRow__H6ZLJ{padding-bottom:1.5rem;padding-left:.5rem;padding-right:.5rem}.Hero_heroHeading__Dkhfi{font-size:1.5rem;margin-bottom:.7rem;line-height:1.2}.Hero_heroSubheading__BM_9v{font-size:1rem;line-height:1.3}.Hero_searchInputWrapper__4D8dr{display:flex;flex-direction:column;gap:.5rem;max-width:100%;margin-top:1.2rem;box-shadow:0 2px 8px rgba(0,0,0,.06);border-radius:1.5rem;background:#fff;padding:.5rem .3rem}.Hero_searchInput__sueQZ{font-size:1rem;padding:.7rem 1rem;border-radius:1.5rem;width:100%;margin-bottom:.2rem;border:1px solid #e5e7eb}.Hero_searchButton__fQl7f{font-size:1rem;padding:.7rem 1rem;border-radius:1.5rem;width:100%;margin:0;position:static;box-shadow:none}.Hero_placeholderWrapper__HxkoP{position:absolute;left:1.2rem;top:27%;transform:translateY(-50%);width:80%;font-size:.97rem;pointer-events:none;z-index:2;white-space:nowrap}.Hero_heroCategoriesSection___DfHs{margin-top:1.2rem}.Hero_carouselOuterWrapperMobile__gP0Gq{padding:0 .2rem}.Hero_heroCategoriesCarouselMobile__YlfTb{gap:.5rem}.Hero_carouselCard__ng83_{padding:.7rem .4rem;min-width:100px;font-size:.95rem}.Hero_imageWrapper__gOWMI{width:40px;height:40px;margin:.5rem auto}.Hero_heroCategoryTitle__BNDS5{font-size:12px;font-weight:700;margin-top:.2rem;margin-bottom:.2rem}.Hero_searchResultsGrid__3T04x{gap:.7rem;padding:0 .2rem}.Hero_resultCard__wTVmn{border-radius:10px;font-size:.95rem}.Hero_noResults__RCrgI{padding:1rem;border-radius:10px;margin:0 .2rem}.Hero_noResultsIcon__izwOU{font-size:1.3rem}.Hero_noResultsTitle__yhUmo{font-size:1.1rem}.Hero_noResultsText__Cupy9{font-size:.95rem}.Hero_noResultsButton__Ubt24{font-size:.97rem;padding:.5rem 1rem;border-radius:7px}}.Testimonials_testimonials__q0pjs{text-align:center;padding:40px 15px;background-color:#f8f9fa}.Testimonials_heading__5lldw{font-size:2rem;font-weight:700;margin-bottom:30px;color:#333}.Testimonials_container__dqjv9{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;justify-content:center;max-width:800px;margin:0 auto}.Testimonials_card__qlHDQ{background:#fff;border-radius:6px;padding:4px;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:transform .3s ease-in-out}.Testimonials_card__qlHDQ:hover{transform:translateY(-5px)}.Testimonials_icon__8TcQj{font-size:1rem;color:#fc0;margin-bottom:6px}.Testimonials_title__hc5mF{font-size:14px;font-weight:700;color:#222}.Testimonials_description__Q_8rD{font-size:12px;color:#555}.HowItWork_howItWorkUnifiedWrapper__UA_pg{height:80dvh;width:100%;padding-block:16px;background:linear-gradient(135deg,#dedede,#fff)}.HowItWork_howItWorkStepper__3EOmA{display:flex;align-items:center;justify-content:space-between;flex-direction:column;padding-inline:8px;padding-bottom:16px}.HowItWork_howItWorkTitle__Qsn3D{text-align:center;font-size:2rem;font-weight:700;color:#222}.HowItWork_learnMore__bYZlD{color:#4a6cf7;font-size:.8rem;font-weight:400}.HowItWork_stepperRow__35MBf{display:flex;align-items:center;justify-content:space-between;gap:2px;overflow-x:auto}.HowItWork_stepCard__Wxtl4.HowItWork_arrowCard__qSD_1{display:flex;flex-direction:column;align-items:center;position:relative;-webkit-clip-path:polygon(0 0,92% 0,100% 50%,92% 100%,0 100%,6% 50%);clip-path:polygon(0 0,92% 0,100% 50%,92% 100%,0 100%,6% 50%);background:#fff;min-width:70px;max-width:70px;overflow:hidden;padding-inline:8px;padding-block:8px;text-align:center;transition:all .3s ease;box-shadow:0 4px 16px rgba(0,0,0,.1),0 1.5px 6px rgba(0,0,0,.08)}@media screen and (min-width:768px){.HowItWork_stepCard__Wxtl4.HowItWork_arrowCard__qSD_1{min-width:250px;max-width:250px;padding-inline:10px;padding-block:10px}}.HowItWork_stepTitle__1vf0Q{font-size:8px;font-weight:400}.HowItWork_stepIcon__dJcEH{width:24px;height:24px;padding:4px;margin:4px}@media screen and (max-width:767px){.HowItWork_stepIcon__dJcEH{width:16px;height:16px}}@media screen and (min-width:768px){.HowItWork_stepTitle__1vf0Q{font-size:14px}}.HowItWork_stepDescription__sElQT{position:absolute;inset:0;background:rgba(0,0,0,.85);color:#fff;display:flex;align-items:center;justify-content:center;padding:.5rem;font-size:8px;opacity:0;pointer-events:none;transform:translateY(20px);transition:opacity .3s,transform .3s;z-index:2}@media screen and (min-width:768px){.HowItWork_stepDescription__sElQT{padding:1rem;font-size:12px}}.HowItWork_stepCard__Wxtl4.HowItWork_arrowCard__qSD_1:hover .HowItWork_stepDescription__sElQT{opacity:1;pointer-events:auto;transform:translateY(0)}.HowItWork_howItWorkMainContent__TZoFS{display:flex;align-items:flex-end;justify-content:flex-end;height:calc(100% - 119px);background:url(/images/howItWork.webp) 50%/cover no-repeat;padding-inline:16px;gap:32px}.HowItWork_hwContentSection__P1IhF{background:hsla(0,0%,100%,.8);padding:24px 20px;border-radius:18px;box-shadow:0 4px 24px rgba(0,0,0,.1),0 1.5px 6px rgba(0,0,0,.08);min-width:260px;max-width:340px;display:flex;flex-direction:column;justify-content:center;margin-bottom:32px}@media screen and (min-width:1024px){.HowItWork_hwContentSection__P1IhF{background:hsla(0,0%,100%,.97);display:flex}}.HowItWork_hwMainTitle__SqaYV{font-size:1.25rem;font-weight:700;margin-bottom:10px;color:#222}.HowItWork_hwSubText__f2yj8{font-size:1rem;margin-bottom:10px;color:#444}.HowItWork_hwSubTextItalic__xllAC{font-style:italic;color:#6a6a6a}.HowItWork_hwButtonRow__TXINs{display:flex;align-items:center;gap:10px;margin-top:8px}.HowItWork_hwStartBtn__YKAnD{background:#4a6cf7;color:#fff;padding:8px 18px;border-radius:8px;font-weight:600;text-decoration:none;transition:background .2s;font-size:1rem;border:none;cursor:pointer;display:inline-block}.HowItWork_hwStartBtn__YKAnD:hover{background:#274bb6}.HowItWork_hwFreeText__130gM{font-size:.95rem;color:#888}.HowItWork_hwOverlayCard__gB4fd{background:hsla(0,0%,100%,.6);box-shadow:0 4px 24px rgba(0,0,0,.1),0 1.5px 6px rgba(0,0,0,.08);border-radius:18px;padding:24px 20px;min-width:200px;max-width:200px;height:auto;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:32px;display:none}@media screen and (min-width:1024px){.HowItWork_hwOverlayCard__gB4fd{background:hsla(0,0%,100%,.97);display:flex}}.HowItWork_hwCardHeader__4TkjF{font-size:1rem;font-weight:700;color:#4a6cf7;margin-bottom:10px;letter-spacing:1px}.HowItWork_hwCardUserRow__unY1t{display:flex;align-items:center;gap:10px}.HowItWork_hwCardAvatar__GeT2U{width:38px;height:38px;border-radius:50%;background:#e6eaf8;margin-right:10px;border:2px solid #4a6cf7}.HowItWork_hwCardUserName__2SYA1{font-weight:600;font-size:1rem;color:#222}.HowItWork_hwCardDetails__rivYZ{list-style:none;padding:0;margin:0;font-size:.95rem;color:#444}.HowItWork_hwCardDetails__rivYZ li{margin-bottom:6px}@media screen and (min-width:1024px){.HowItWork_howItWorkMainContent__TZoFS{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:48px;height:calc(100% - 119px);padding-inline:32px}.HowItWork_hwContentSection__P1IhF{max-width:370px;min-width:300px;box-shadow:0 4px 24px rgba(0,0,0,.1),0 1.5px 6px rgba(0,0,0,.08)}.HowItWork_hwOverlayCard__gB4fd{display:flex;max-width:340px;min-width:260px;height:auto;box-shadow:0 4px 24px rgba(0,0,0,.1),0 1.5px 6px rgba(0,0,0,.08)}}.FeaturedProducts_featuredSection__X8252{padding:20px;text-align:center}.FeaturedProducts_title___bSqW{font-size:1.8rem;margin-bottom:20px}.FeaturedProducts_gridContainer__5eoF2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;align-items:center;@media (min-width:768px){display:flex;flex-wrap:wrap;justify-content:center;gap:20px}}.FeaturedProducts_productCard__Thw5K{display:flex;flex-direction:column;align-items:center;background-color:#fff;border-radius:10px;padding:15px;box-shadow:0 4px 8px rgba(0,0,0,.1);width:90%;max-width:200px}.FeaturedProducts_imageContainer__TGdkc{width:100%;overflow:hidden;border-radius:8px}.FeaturedProducts_productImage__2qF_2{width:100%;height:auto;object-fit:cover}.FeaturedProducts_productTitle__dHPJP{font-size:14px;margin-top:10px;font-weight:700}.FeaturedProducts_productCategory__scxet{font-size:12pxm;color:#666}.FeaturedProducts_productRating__2z0nc{display:flex;gap:5px;margin:10px 0}.FeaturedProducts_starIcon__0Ux4d{color:gold}.FeaturedProducts_productPrice__I25Sn{font-size:12px;font-weight:700;color:#333}@media screen and (min-width:768px){.FeaturedProducts_gridContainer__5eoF2{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:40px}.FeaturedProducts_productCard__Thw5K{width:250px}}.OurServices_ourServiesWrapper__FM2gr{width:100%}.OurServices_scrollContainer__yZply{overflow:hidden;width:100%;padding-block:30px}.OurServices_scrollContent__h1VQR{display:flex;padding-bottom:10px}.OurServices_row__ENHl5{display:flex;gap:10px;margin-inline:5px}.OurServices_ourServiesContainer__I8d_b{display:flex;flex-direction:column}.OurServices_ourServiesCard__k_Ab2{display:flex;align-items:center;justify-content:center;width:150px;min-width:150px;font-size:10px;background-color:#fff;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.1);color:#111827;padding:10px;text-align:center;font-weight:100;flex-shrink:0;transition:transform .3s ease;gap:10px}@media screen and (min-width:768px){.OurServices_ourServiesCard__k_Ab2{width:300px;min-width:300px;font-size:14px}}.AllCategories_categoriesWrapper__KNbcG{padding:.5rem 0;background-color:#f8f9fa}.AllCategories_categoriesContainer__M_D0k{padding-inline:8px}.AllCategories_sectionTitle__0GcOw{font-size:1.3rem;font-weight:700;text-align:center;margin-bottom:.5rem;color:#333}.AllCategories_sectionDescription__A6mMw{text-align:center;color:#666;margin-bottom:1rem;font-size:.95rem}.AllCategories_searchBar__SAKsA{position:relative;max-width:100%;margin:0 auto 1rem}.AllCategories_searchIcon__d2H7x{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#666}.AllCategories_searchInput__DXaVK{width:100%;padding:.7rem .7rem .7rem 2.2rem;border:1px solid #ddd;border-radius:6px;font-size:.95rem;transition:all .3s ease}.AllCategories_searchInput__DXaVK:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.18)}.AllCategories_searchInput__DXaVK::placeholder{color:#666}.AllCategories_categoriesContent__39qHh{display:grid;grid-template-columns:56px 1fr;grid-gap:.5rem;gap:.5rem}.AllCategories_categoryNav__Qd_wj{min-width:56px;max-width:56px;padding:0;overflow-y:auto;overflow-x:hidden;max-height:95vh;border-radius:10px;background:#fff}.AllCategories_categoryItem__96DV1{min-width:56px;min-height:56px;padding:.25rem .1rem;font-size:.8rem;justify-content:center;flex-direction:column;align-items:center;text-align:center;position:relative;background:none;box-shadow:none;transition:background .2s;display:flex;cursor:pointer;border:none;border-bottom:1px solid #eee}.AllCategories_categoryItem__96DV1:last-child{border-bottom:none}.AllCategories_categoryItem__96DV1.AllCategories_activeCategory__XHxCS{border-left:3px solid #007bff;background:#f0f4ff}.AllCategories_categoryMenuImage__uSttx{width:32px;height:32px;object-fit:cover;border-radius:50%;margin-bottom:.2rem;border:1.5px solid #e0e0e0;background:#fafafa}.AllCategories_categoryMenuFallback__gMRBn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#e0e7ff;color:#007bff;font-weight:700;font-size:1.1rem;margin-bottom:.2rem}.AllCategories_arrowIcon__r92iz,.AllCategories_categoryDescription__6G4bf,.AllCategories_categoryInfo__Tm7V3,.AllCategories_categoryName__t0Hq8{display:none}.AllCategories_categoryDetails__J2odR{background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.07);padding:.7rem;height:95vh;overflow-y:auto}.AllCategories_categoryHeader__OQF_P{margin-bottom:1rem}.AllCategories_categoryHeader__OQF_P h3{font-size:1.1rem;color:#333;margin-bottom:.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AllCategories_loading__VOZa6{text-align:center;padding:1rem;color:#666;background:#f8f9fa;border-radius:8px;margin:.5rem 0;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.AllCategories_loading__VOZa6:after{content:"";width:1.2rem;height:1.2rem;border:2px solid #666;border-top-color:transparent;border-radius:50%;animation:AllCategories_spin__a8t_r 1s linear infinite}@keyframes AllCategories_spin__a8t_r{to{transform:rotate(1turn)}}.AllCategories_error__J_sl9{text-align:center;padding:1rem;color:#dc3545;background:#fff5f5;border-radius:8px;border:1px solid #feb2b2;margin:.5rem 0;font-size:1rem}.AllCategories_subcategoriesGrid__CgSf3{display:grid;grid-template-columns:1fr 1fr;grid-gap:.7rem;gap:.7rem;height:auto}.AllCategories_subcategoryCard__pNNAm{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:stretch;width:100%;min-width:0;margin:0;padding:.4rem .2rem .6rem}.AllCategories_subcategoryImage__4nOIA{position:relative;width:100%;height:90px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px}.AllCategories_subcategoryImage__4nOIA img{width:100%;height:100%;object-fit:cover;border-top-left-radius:10px;border-top-right-radius:10px}.AllCategories_subcategoryInfo__FEs8k{padding:.5rem .2rem .2rem;display:flex;flex-direction:column;gap:.4rem;flex:1 1}.AllCategories_subcategoryInfo__FEs8k h4{font-size:.95rem;color:#222;font-weight:700;margin:0 0 .3rem;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.AllCategories_cardFooter__2xcKE{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.3rem}.AllCategories_price__omOUZ{color:#007bff;font-weight:700;font-size:1rem;margin:0}.AllCategories_viewMore__1PHyT{background:linear-gradient(90deg,#007bff 60%,#007bfd);color:#fff;border:none;border-radius:6px;padding:.4rem 1rem;font-size:11px;font-weight:400;cursor:pointer;box-shadow:0 2px 8px rgba(255,102,0,.08);transition:background .2s,box-shadow .2s,transform .18s;text-decoration:none;display:flex;align-items:center;gap:.4rem;white-space:nowrap}.AllCategories_viewMore__1PHyT:hover{background:linear-gradient(90deg,#007bff 60%,#007bfd 90%);box-shadow:0 6px 18px rgba(255,102,0,.13);transform:scale(1.04)}.AllCategories_noSubcategoriesText___iFnY{text-align:center;color:#a0aec0;font-size:1rem;font-style:italic;background:#f7fafc;border-radius:10px;padding:1.5rem .5rem;width:100%;margin:.5rem 0;box-shadow:0 2px 8px rgba(0,0,0,.03)}.AllCategories_discountBadge__E29xr{position:absolute;top:6px;right:6px;background:#c0392b;color:#fff;font-size:.7rem;font-weight:700;padding:.13rem .5rem;border-radius:14px;z-index:2}.AllCategories_productDescription__jYcNN{color:#888;font-size:.85rem;margin:.15rem 0 .3rem;min-height:24px;line-height:1.2;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.AllCategories_priceRow__jGFj7{display:flex;align-items:baseline;gap:.3rem;margin-bottom:.2rem}.AllCategories_oldPrice__uyT_x{color:#aaa;text-decoration:line-through;font-size:.9rem}.AllCategories_priceNew__io3ZJ{color:#007bff;font-weight:700;font-size:1rem}.AllCategories_designPriceRow__GNztM{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;margin-top:.3rem;padding:.2rem 0;border-top:1px solid #f0f0f0;width:100%}.AllCategories_designPriceLabel__owdEb{color:#666;font-size:.85rem;font-weight:500}.AllCategories_designPriceContainer__F2bK8{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;width:100%}.AllCategories_designPriceMRP__8ZXbN{color:#aaa;text-decoration:line-through;font-size:.8rem;font-weight:500;white-space:nowrap;overflow:visible;flex-shrink:0;width:100%}.AllCategories_designPriceDiscounted__3VAV7{color:#28a745;font-weight:600;font-size:.9rem;white-space:nowrap;overflow:visible;flex-shrink:0;width:100%}.AllCategories_unit__Cw_l_{color:#888;font-size:.8rem;margin-left:.1rem}.AllCategories_metaRow__iK7_T{display:flex;justify-content:space-between;font-size:.85rem;color:#666;margin-bottom:.7rem;gap:.5rem}.AllCategories_cardFooterNew__NYoGv{display:flex;gap:.3rem;margin-top:.3rem}.AllCategories_addToCartBtn__R0X_A{background:#3b82f6;color:#fff;border:none;border-radius:6px;padding:.3rem .7rem;font-size:.92rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.3rem;transition:background .2s}.AllCategories_addToCartBtn__R0X_A:hover{background:#2563eb}.AllCategories_viewDetailsBtn__H_umw{background:#fff;color:#3b82f6;border:1px solid #3b82f6;border-radius:6px;padding:.3rem .7rem;font-size:.92rem;font-weight:600;cursor:pointer;text-decoration:none;display:flex;align-items:center;gap:.3rem;transition:background .2s,color .2s}.AllCategories_viewDetailsBtn__H_umw:hover{background:#3b82f6;color:#fff}.AllCategories_btnText__WKtBk{display:none}@media screen and (min-width:1024px){.AllCategories_categoriesWrapper__KNbcG{padding:2rem 0}.AllCategories_categoriesContainer__M_D0k{padding-inline:16px}.AllCategories_sectionTitle__0GcOw{font-size:2.5rem;margin-bottom:1rem}.AllCategories_sectionDescription__A6mMw{font-size:1.1rem;margin-bottom:2rem}.AllCategories_searchBar__SAKsA{max-width:600px;margin:0 auto 2rem}.AllCategories_searchInput__DXaVK{font-size:1rem;padding:1rem 1rem 1rem 3rem;border-radius:8px}.AllCategories_categoriesContent__39qHh{grid-template-columns:300px 1fr;gap:2rem}.AllCategories_categoryNav__Qd_wj{min-width:300px;max-width:300px;border-radius:8px;max-height:none}.AllCategories_categoryItem__96DV1{min-width:100%;min-height:unset;padding:1rem;flex-direction:row;align-items:center;border-bottom:1px solid #eee;font-size:1rem}.AllCategories_categoryMenuFallback__gMRBn,.AllCategories_categoryMenuImage__uSttx{width:48px;height:48px;margin-bottom:0;margin-right:1rem;border-radius:8px}.AllCategories_categoryInfo__Tm7V3{display:block;flex:1 1;text-align:left}.AllCategories_categoryName__t0Hq8{display:block;font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AllCategories_categoryDescription__6G4bf{display:block;font-size:.95rem;color:#666;margin:0}.AllCategories_arrowIcon__r92iz{display:block;color:#666;margin-left:auto;transition:transform .3s ease}.AllCategories_categoryItem__96DV1:hover .AllCategories_arrowIcon__r92iz{transform:translateX(4px)}.AllCategories_categoryDetails__J2odR{height:auto;padding:2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.AllCategories_categoryHeader__OQF_P{margin-bottom:2rem}.AllCategories_categoryHeader__OQF_P h3{font-size:12px;margin-bottom:.5rem}.AllCategories_error__J_sl9,.AllCategories_loading__VOZa6{padding:2rem;font-size:1.1rem}.AllCategories_subcategoriesGrid__CgSf3{grid-template-columns:repeat(4,1fr);gap:2rem}.AllCategories_subcategoryCard__pNNAm{padding-bottom:0}.AllCategories_subcategoryImage__4nOIA{height:150px}.AllCategories_subcategoryInfo__FEs8k{justify-content:space-between}.AllCategories_subcategoryInfo__FEs8k h4{font-size:12px}.AllCategories_cardFooter__2xcKE{gap:.5rem;margin-top:.5rem}.AllCategories_price__omOUZ{font-size:10px}.AllCategories_viewMore__1PHyT{font-size:12px;padding:.5rem 1.2rem}.AllCategories_noSubcategoriesText___iFnY{font-size:10px;padding:2.5rem 1rem;border-radius:12px;margin:1rem 0}.AllCategories_discountBadge__E29xr{top:10px;right:10px;font-size:.8rem;padding:.2rem .7rem;border-radius:16px}.AllCategories_productDescription__jYcNN{font-size:10px;min-height:32px;-webkit-line-clamp:3}.AllCategories_priceRow__jGFj7{gap:.5rem;margin-bottom:.3rem}.AllCategories_oldPrice__uyT_x{font-size:.95rem}.AllCategories_priceNew__io3ZJ{font-size:1.1rem}.AllCategories_designPriceRow__GNztM{flex-direction:row;align-items:center;justify-content:space-between;margin-top:.2rem;padding:.15rem 0;width:auto}.AllCategories_designPriceLabel__owdEb{font-size:.8rem}.AllCategories_designPriceContainer__F2bK8{flex-direction:row;align-items:center;gap:.3rem;width:auto}.AllCategories_designPriceMRP__8ZXbN{font-size:.75rem}.AllCategories_designPriceDiscounted__3VAV7,.AllCategories_designPriceMRP__8ZXbN{white-space:nowrap;overflow:visible;flex-shrink:0;min-width:-moz-fit-content;min-width:fit-content;width:auto}.AllCategories_designPriceDiscounted__3VAV7{font-size:.8rem}.AllCategories_unit__Cw_l_{font-size:.85rem;margin-left:.2rem}.AllCategories_cardFooterNew__NYoGv{gap:.5rem;margin-top:.5rem}.AllCategories_addToCartBtn__R0X_A,.AllCategories_viewDetailsBtn__H_umw{font-size:8px}.AllCategories_btnText__WKtBk{display:inline}}.AllCategories_addedMsg__lK_8Y{background:#22c55e;color:#fff;font-size:.85rem;padding:.18rem .7rem;border-radius:12px;margin-bottom:.2rem;margin-top:.2rem;text-align:center;display:inline-block;box-shadow:0 2px 8px rgba(34,197,94,.08);animation:AllCategories_fadeInOut___rQ9O 1.2s}@keyframes AllCategories_fadeInOut___rQ9O{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}.FAQs_faqs__SKeG6{padding:6rem 1rem;background:linear-gradient(180deg,#fff,#f8f9fa);position:relative;overflow:hidden}.FAQs_faqs__SKeG6:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:url(/images/pattern.svg) repeat;opacity:.05;z-index:0}.FAQs_heading__I_EuD{text-align:center;font-size:3rem;margin-bottom:3rem;color:#1a202c;position:relative;z-index:1}.FAQs_heading__I_EuD:after{content:"";display:block;width:80px;height:4px;background:#f60;margin:1rem auto 0;border-radius:2px}.FAQs_container__W0rtK{max-width:800px;margin:0 auto;position:relative;z-index:1}.FAQs_faqItem__v2pVc{background:#fff;border-radius:16px;margin-bottom:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease;border:1px solid #eee;cursor:pointer;overflow:hidden}.FAQs_faqItem__v2pVc:hover{transform:translateY(-2px);box-shadow:0 8px 15px rgba(0,0,0,.1)}.FAQs_faqItem__v2pVc.FAQs_active__YQa__{border-color:#f60}.FAQs_questionWrapper__idnT6{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem}.FAQs_question__NyrTy{font-size:1.3rem;color:#1a202c;font-weight:600;margin:0;flex:1 1}.FAQs_arrow__6Cdsj{font-size:1.5rem;color:#f60;font-weight:700;transition:transform .3s ease;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#fff5f0;border-radius:50%}.FAQs_faqItem__v2pVc.FAQs_active__YQa__ .FAQs_arrow__6Cdsj{transform:rotate(180deg)}.FAQs_answerWrapper__nloEP{max-height:0;overflow:hidden;transition:max-height .3s ease}.FAQs_answerWrapper__nloEP.FAQs_open__bFD2U{max-height:500px}.FAQs_answer__1nzpf{color:#4a5568;line-height:1.8;font-size:1.1rem;padding:0 2rem 1.5rem;margin:0}@media (max-width:768px){.FAQs_faqs__SKeG6{padding:4rem 1rem}.FAQs_heading__I_EuD{font-size:2.5rem;margin-bottom:2rem}.FAQs_question__NyrTy{font-size:1.2rem}.FAQs_answer__1nzpf{font-size:1rem}.FAQs_questionWrapper__idnT6{padding:1.25rem 1.5rem}}@media (max-width:480px){.FAQs_heading__I_EuD{font-size:2rem}.FAQs_question__NyrTy{font-size:1.1rem}.FAQs_questionWrapper__idnT6{padding:1rem 1.25rem}.FAQs_answer__1nzpf{padding:0 1.25rem 1rem}}.MainPage_mainpageWrapper__ovrQV{width:100%;min-height:100vh}