.filtersDrawer_overlay__OxTPD{position:fixed;inset:0;background:rgba(0,0,0,.3);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:999}.filtersDrawer_overlay__OxTPD.filtersDrawer_open__3PujI{opacity:1;pointer-events:auto}.filtersDrawer_drawer__nnxRC{position:fixed;top:0;right:0;width:498px;max-width:100%;height:100vh;height:100dvh;background:var(--pastel-green,#f8fff9);box-shadow:-8px 0 30px rgba(0,0,0,.12);transition:transform .35s cubic-bezier(.4,0,.2,1);transform:translateX(100%);z-index:1000;display:flex;flex-direction:column;padding:24px 24px calc(24px + env(safe-area-inset-bottom));border-radius:16px 0 0 16px;box-sizing:border-box}.filtersDrawer_drawer__nnxRC.filtersDrawer_open__3PujI{transform:translateX(0)}.filtersDrawer_header__6eK7m{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.filtersDrawer_title__IyMRg{margin:0;font-size:20px;font-weight:500;color:#0f2a20}.filtersDrawer_closeBtn__hbfIE{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;padding:0;cursor:pointer}.filtersDrawer_contentWrapper___zT7x{flex:1 1;min-height:0;overflow:hidden}.filtersDrawer_contentScroll__b5E8R{height:100%;overflow-y:auto;display:flex;flex-direction:column;gap:20px;scrollbar-width:none;-ms-overflow-style:none}.filtersDrawer_contentScroll__b5E8R::-webkit-scrollbar{width:0;height:0}.filtersDrawer_content__ZxNJw:after{content:"";position:absolute;left:0;right:0;bottom:0;height:24px;background:linear-gradient(180deg,rgba(248,255,249,0),rgba(2,47,41,.18));pointer-events:none;border-radius:0 0 12px 12px}.filtersDrawer_accordion__H69SV{background:#ffffff;border-radius:12px;box-sizing:border-box}.filtersDrawer_accordionHeader__6tq1c{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:5px;padding:12px}.filtersDrawer_accordionHeader__6tq1c h3{margin:0;font-size:18px;font-weight:600;color:#0f2a20}.filtersDrawer_accordionArrow__N5p4T{transition:transform .3s ease;flex-shrink:0}.filtersDrawer_accordionHeader__6tq1c[aria-expanded=true] .filtersDrawer_accordionArrow__N5p4T,.filtersDrawer_drawer__nnxRC.filtersDrawer_open__3PujI .filtersDrawer_accordionArrow__N5p4T{transform:rotate(180deg)}.filtersDrawer_accordionContent__DAu7m{margin-top:8px;margin-bottom:8px;animation:filtersDrawer_fadeSlide__ZwCBa .35s ease-out}@keyframes filtersDrawer_fadeSlide__ZwCBa{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filtersDrawer_priceInputs__ppx3N{display:flex;gap:12px;max-width:402px;margin:0 12px}.filtersDrawer_priceInputs__ppx3N input{flex:1 1;min-width:0;padding:14px 16px;border:1.5px solid #ddd;border-radius:12px;font-size:16px;transition:all .2s;box-sizing:border-box;width:100%}.filtersDrawer_priceInputs__ppx3N input:focus{outline:none;border-color:#0f2a20;box-shadow:0 0 0 3px rgba(15,42,32,.1)}.filtersDrawer_list__ubMUa{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.filtersDrawer_checkboxLabel__c1Sax{display:flex;align-items:center;gap:8px;padding:10px 12px;margin:5px;border-radius:12px;cursor:pointer;transition:background .2s ease,border-color .2s ease;font-size:14px;color:#0f2a20;font-weight:400;border:1px solid transparent}@media (hover:hover) and (pointer:fine){.filtersDrawer_checkboxLabel__c1Sax:hover{background:rgba(2,47,41,.04);border-color:rgba(2,47,41,.08)}}.filtersDrawer_checkboxLabel__c1Sax input{width:20px;height:20px;border:2px solid #0f2a20;border-radius:2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;cursor:pointer;transition:all .2s;flex-shrink:0}.filtersDrawer_checkboxLabel__c1Sax input:checked{background:#0f2a20}.filtersDrawer_checkboxLabel__c1Sax input:checked:after{content:"";position:absolute;left:4px;width:6px;height:11px;border:solid white;border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}.filtersDrawer_empty___148x,.filtersDrawer_loading__Sl8YT{color:#666;text-align:center;padding:20px 0;font-style:italic}.filtersDrawer_footer__27xiL{display:flex;gap:16px}.filtersDrawer_resultsCount__NY5a9{margin-bottom:12px;margin-top:8px;font-weight:500;font-size:14px;text-align:center;color:#022F29}.filtersDrawer_applyBtn__FLk54,.filtersDrawer_resetBtn__gFTa4{flex:1 1;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;min-width:0;height:42px}.filtersDrawer_resetBtn__gFTa4{background-color:#ffffff;color:#022F29;border:1px solid #022f29}.filtersDrawer_applyBtn__FLk54{background:#0f2a20;color:white;border:none}.filtersDrawer_applyBtn__FLk54:hover{background:#1a4731}.filtersDrawer_applyBtn__FLk54:disabled,.filtersDrawer_resetBtn__gFTa4:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:767px){.filtersDrawer_drawer__nnxRC{width:100%;border-radius:0;padding:20px 16px calc(20px + env(safe-area-inset-bottom))}.filtersDrawer_priceInputs__ppx3N{flex-direction:column;gap:12px}.filtersDrawer_priceInputs__ppx3N input{width:100%;min-width:100%}.filtersDrawer_content__ZxNJw{padding-right:4px}.filtersDrawer_footer__27xiL{gap:12px}}@media (max-width:360px){.filtersDrawer_accordion__H69SV,.filtersDrawer_drawer__nnxRC{padding:16px 12px}.filtersDrawer_priceInputs__ppx3N input{padding:12px 14px;font-size:14px}.filtersDrawer_footer__27xiL{flex-direction:column}}.emptyState_emptyState__eTrQm{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:0 auto}.emptyState_emptyIcon__Shsr0{margin-bottom:24px;opacity:.6}.emptyState_emptyTitle__wkAn9{font-size:24px;font-weight:600;color:#0f2a20;margin:0 0 24px;line-height:1.4}.emptyState_emptyDescription__mdM36{font-size:16px;color:#666;margin:0 0 32px;line-height:1.5;white-space:pre-line}.emptyState_emptyButton__PKPK5{background:#0f2a20;color:white;border:none;border-radius:6px;padding:14px 28px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.emptyState_emptyButton__PKPK5:hover{background:#1a4731}@media (max-width:767px){.emptyState_emptyState__eTrQm{padding:40px 16px}.emptyState_emptyTitle__wkAn9{font-size:18px}.emptyState_emptyDescription__mdM36{font-size:14px}.emptyState_emptyButton__PKPK5{width:100%;max-width:280px}}.filterChips_desktopContainer__zKYEs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:32px}.filterChips_mobileContainer__CqSPG{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.filterChips_chip__Z7y7z{display:flex;align-items:center;gap:8px;background:var(--pastel-green);color:#022f29;min-height:43px;padding:8px 14px;border-radius:100px;font-size:15px;line-height:1.2;font-weight:500;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;border:1px solid transparent;box-sizing:border-box;transition:all .2s ease}.filterChips_chip__Z7y7z.filterChips_mobile__k_dmw{font-size:13px;padding:6px 10px}.filterChips_chipText__f03GA{white-space:nowrap}.filterChips_chipClose__nOS52{border:none;background:transparent;font-size:18px;font-weight:600;cursor:pointer;margin-left:4px;line-height:1;padding:2px;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.filterChips_chipClose__nOS52:hover{background-color:rgba(2,47,41,.1)}.filterChips_chipArrow__TFqkb{border:none;background:transparent;font-weight:700;cursor:pointer;padding:2px;font-size:16px;transition:transform .2s ease}.filterChips_chipArrow__TFqkb:hover{transform:scale(1.1)}.filterChips_summaryChipWrap__WUZDH{position:relative}.filterChips_summaryChipWrapMobile__HwP_D{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%}.filterChips_summaryChip__dVKAu{gap:8px}.filterChips_summaryChipTrigger__gljbB{border:none;background:transparent;padding:0;margin:0;display:inline-flex;align-items:center;cursor:pointer;color:inherit;font:inherit;min-width:0}.filterChips_summaryChipSuffix__p5iuB{font-size:inherit;line-height:inherit;color:rgba(2,47,41,.56);font-weight:600}.filterChips_summaryPopover__t9qVw{position:absolute;top:calc(100% + 10px);left:0;z-index:12;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:320px;max-width:min(560px,calc(100vw - 32px));padding:18px 16px 14px;border-radius:8px;background:#f8fbf5;border:1px solid rgba(2,47,41,.08);box-shadow:0 16px 40px rgba(2,47,41,.12)}.filterChips_summaryPopoverTitle__8qZf0{margin-bottom:16px;color:#022f29;font-size:16px;font-weight:700;line-height:1.2}.filterChips_summaryPopoverList__gQXBw{display:flex;flex-direction:column;gap:14px}.filterChips_summaryPopoverListExpanded__lfLHz{max-height:276px;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(2,47,41,.28) transparent}.filterChips_summaryPopoverListExpanded__lfLHz::-webkit-scrollbar{width:6px}.filterChips_summaryPopoverListExpanded__lfLHz::-webkit-scrollbar-track{background:transparent}.filterChips_summaryPopoverListExpanded__lfLHz::-webkit-scrollbar-thumb{background:rgba(2,47,41,.22);border-radius:999px}.filterChips_summaryPopoverListExpanded__lfLHz::-webkit-scrollbar-thumb:hover{background:rgba(2,47,41,.34)}.filterChips_summaryPopoverRow__hhfFh{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;min-height:36px;padding:4px 0;cursor:pointer}.filterChips_summaryCheckbox__VS9t5{-moz-appearance:auto;appearance:auto;-webkit-appearance:auto;accent-color:#022f29;width:20px;height:20px;min-width:20px;min-height:20px;flex-shrink:0;margin:0;cursor:pointer;align-self:center;justify-self:start}.filterChips_summaryPopoverLabel__AjsbY{display:block;min-width:0;color:#022f29;font-size:16px;line-height:1.4;word-break:break-word}.filterChips_summaryShowMore__gPVOR{border:none;background:transparent;padding:0;margin-top:18px;color:rgba(2,47,41,.72);font-size:15px;font-weight:600;cursor:pointer}.filterChips_summaryShowMore__gPVOR:hover{color:#022f29}.filterChips_closeIcon__MZ7CV{width:18px;height:18px;pointer-events:none}@media (max-width:767px){.filterChips_desktopContainer__zKYEs,.filterChips_mobileContainer__CqSPG{gap:6px}.filterChips_chip__Z7y7z{min-height:auto;font-size:13px;padding:6px 10px}.filterChips_chip__Z7y7z.filterChips_mobile__k_dmw{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%}.filterChips_chip__Z7y7z.filterChips_mobile__k_dmw .filterChips_chipText__f03GA{white-space:normal;overflow-wrap:anywhere;word-break:break-word}.filterChips_summaryChipWrapMobile__HwP_D,.filterChips_summaryChipWrapMobile__HwP_D .filterChips_chip__Z7y7z{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%}.filterChips_summaryChipWrapMobile__HwP_D .filterChips_summaryChipTrigger__gljbB{flex:1 1 auto}.filterChips_summaryPopover__t9qVw{width:min(92vw,420px);min-width:min(92vw,420px);max-width:min(92vw,420px);left:0}.filterChips_summaryPopoverLabel__AjsbY,.filterChips_summaryPopoverTitle__8qZf0{font-size:15px}}@media (max-width:360px){.filterChips_desktopContainer__zKYEs,.filterChips_mobileContainer__CqSPG{gap:4px}.filterChips_chip__Z7y7z.filterChips_mobile__k_dmw{font-size:12px;padding:5px 8px}.filterChips_chipClose__nOS52{font-size:14px;width:14px;height:14px}}.searchPage_searchPage__xoQTm{min-height:100vh;padding:12px 130px;font-family:var(--font-family);box-sizing:border-box;background-color:var(--background);color:var(--foreground)}.searchPage_breadcrumbsContainer__0y8_X{margin-bottom:32px}.searchPage_filterContainer__49TWn{display:flex;gap:12px;align-items:center;margin-bottom:20px}.searchPage_filterBtn__V_tui{display:flex;align-items:center;gap:8px;padding:10px 16px;background-color:#ffffff;border:1px solid #98a4a3;border-radius:4px;font-size:14px;color:#022F29;cursor:pointer;transition:all .2s ease;max-height:40px}@media (hover:hover) and (pointer:fine){.searchPage_filterBtn__V_tui:hover,.searchPage_mobileFilterBtn__866Ie:hover{background-color:var(--pastel-green);border-color:#98A4A3}}.searchPage_filterBtn__V_tui.searchPage_active__z1sNc{background-color:var(--pastel-green);border-color:var(--green-primary)}.searchPage_filterIcon__BU0Il{display:flex;align-items:center;justify-content:center;flex-shrink:0}.searchPage_brandsDropdown__cgRKh{position:relative;display:inline-block}.searchPage_brandsDropdownContent__GCiSZ{position:absolute;top:100%;left:0;z-index:1000;margin-top:8px;background-color:white;border:1px solid #98a4a3;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.1);min-width:254px;max-height:320px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(2,47,41,.28) transparent}.searchPage_brandsDropdownContent__GCiSZ::-webkit-scrollbar{width:6px}.searchPage_brandsDropdownContent__GCiSZ::-webkit-scrollbar-track{background:transparent}.searchPage_brandsDropdownContent__GCiSZ::-webkit-scrollbar-thumb{background:rgba(2,47,41,.22);border-radius:999px}.searchPage_brandsDropdownContent__GCiSZ::-webkit-scrollbar-thumb:hover{background:rgba(2,47,41,.34)}.searchPage_brandsList__LGa6P{padding:12px;display:flex;flex-direction:column;gap:8px}.searchPage_brandCheckbox__8Yqpz{display:flex;align-items:center;gap:8px;cursor:pointer;padding:6px 8px;border-radius:4px;transition:background-color .2s ease;font-size:14px}@media (hover:hover) and (pointer:fine){.searchPage_brandCheckbox__8Yqpz:hover{background-color:rgba(2,47,41,.05)}}.searchPage_brandCheckbox__8Yqpz input[type=checkbox]{width:16px;height:16px;border:1px solid #98a4a3;border-radius:3px;cursor:pointer;margin:0;flex-shrink:0}.searchPage_brandCheckbox__8Yqpz input[type=checkbox]:checked{background-color:#022F29;border-color:#022F29;accent-color:#022F29}.searchPage_brandCheckboxText__k43Lp{font-size:14px;color:#022F29;flex:1 1}.searchPage_brandsEmpty__fWez5,.searchPage_brandsLoading__a9aPr{padding:16px;text-align:center;color:#98A4A3;font-size:14px}.searchPage_dropdownArrow__geZAx{transition:transform .2s ease;flex-shrink:0}.searchPage_filterBtn__V_tui.searchPage_active__z1sNc .searchPage_dropdownArrow__geZAx{transform:rotate(180deg)}.searchPage_categoriesGrid__twred{overflow-y:hidden;padding-bottom:20px;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;margin-top:8px}.searchPage_categoriesGrid__twred::-webkit-scrollbar{width:0;height:0}.searchPage_categoriesGrid__twred::-webkit-scrollbar-thumb,.searchPage_categoriesGrid__twred::-webkit-scrollbar-track{display:none}.searchPage_categoriesGrid__twred::-webkit-scrollbar-thumb:hover{display:none}.searchPage_categoryCard__lJ2z7{padding:12px;border:1px solid #cfcfcf;border-radius:8px;cursor:pointer;text-align:left;gap:12px;flex-shrink:0;box-sizing:border-box}.searchPage_categoryCard__lJ2z7,.searchPage_categoryCard__lJ2z7:active,.searchPage_categoryCard__lJ2z7:hover,.searchPage_categoryCard__lJ2z7:link,.searchPage_categoryCard__lJ2z7:visited{text-decoration:none;color:inherit}.searchPage_categoryCard__lJ2z7:hover{background:var(--pastel-green);box-shadow:0 4px 12px rgba(24,144,255,.1)}.searchPage_categoryImageWrapper__Kps_h{flex-shrink:0;width:54px;height:54px;display:flex;align-items:center;justify-content:center;overflow:hidden}.searchPage_categoryInfo__rn8dV{display:flex;flex-direction:column;gap:4px;flex:1 1;min-height:56px;justify-content:center}.searchPage_categoryName__hFFXh{font-size:16px;font-weight:500;color:#1a1a1a;line-height:1.3;overflow:visible;text-overflow:clip;white-space:normal;word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.searchPage_categoryProductCount__wKPgK{font-size:12px;color:#666;margin-top:auto;flex-shrink:0}.searchPage_resultsInfo__y7fAF{font-size:14px;color:#6b7280;white-space:nowrap}.searchPage_skeletonText__3E6dj{height:16px;width:240px;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;animation:searchPage_shimmer__sbJ5y 1.5s infinite;border-radius:4px}.searchPage_categoriesSkeleton__dpdd3{margin-bottom:20px}.searchPage_skeletonCategoryGrid__cy9Cs{display:flex;gap:12px;overflow:hidden}.searchPage_skeletonCategoryCard__l0TAZ{flex:0 0 auto;width:254px;height:88px;display:flex;align-items:center;gap:14px;padding:14px 18px;background:white;border:1px solid rgba(2,47,41,.1);border-radius:12px;box-sizing:border-box}.searchPage_skeletonCategoryImage__DCCr2{width:54px;height:54px;border-radius:8px;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;animation:searchPage_shimmer__sbJ5y 1.5s infinite;flex-shrink:0}.searchPage_skeletonCategoryInfo__n9grs{display:flex;flex-direction:column;gap:8px;flex:1 1}.searchPage_skeletonCategoryName__ksIpy{height:14px;width:80%}.searchPage_skeletonCategoryCount__HpIpY,.searchPage_skeletonCategoryName__ksIpy{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;animation:searchPage_shimmer__sbJ5y 1.5s infinite;border-radius:4px}.searchPage_skeletonCategoryCount__HpIpY{height:12px;width:50%}@keyframes searchPage_shimmer__sbJ5y{0%{background-position:200% 0}to{background-position:-200% 0}}.searchPage_sortAndFiltersRow__oQR5E{display:flex;align-items:center;gap:12px;margin-bottom:20px}.searchPage_categoryImage__SHQUh{width:100%;height:100%;object-fit:contain}.searchPage_searchContent__Sk_MY{min-height:400px}.searchPage_loading__PmjeI{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;gap:16px}.searchPage_resultsCount__BPVUW{font-size:16px;color:#666;margin-bottom:20px}.searchPage_productsGrid__8w0Es{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));grid-gap:20px;gap:20px;justify-content:center;margin-bottom:80px}.searchPage_pagination__3DtEF{display:flex;justify-content:center;margin-top:32px}.searchPage_paginationLoader__Gj724{display:flex;justify-content:center;width:100%}.searchPage_noResults__NDY7s{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;text-align:center;background:#fff;border-radius:8px}.searchPage_noResults__NDY7s h3{font-size:24px;margin-bottom:24px;color:#1a1a1a;font-weight:600}.searchPage_noResults__NDY7s p{margin-bottom:32px;font-weight:400}@media (max-width:1279px){.searchPage_searchPage__xoQTm{padding:12px 60px}.searchPage_filterContainer__49TWn{padding:0}}@media (max-width:767px){.searchPage_searchPage__xoQTm{padding:0 12px 90px}.searchPage_filterContainer__49TWn{padding:8px 0 16px;flex-wrap:wrap;gap:8px}.searchPage_filterBtn__V_tui{font-size:13px;padding:8px 12px}.searchPage_brandsDropdownContent__GCiSZ{position:fixed;top:auto;bottom:0;left:0;right:0;margin:0;border-radius:12px 12px 0 0;max-height:50vh}.searchPage_categoriesGrid__twred{gap:12px;padding-bottom:16px}.searchPage_categoryCard__lJ2z7{width:254px;height:88px;min-height:88px;max-height:88px}.searchPage_categoryImageWrapper__Kps_h{width:44px;height:44px}.searchPage_categoryName__hFFXh{font-size:15px;line-clamp:2;-webkit-line-clamp:2}.searchPage_productsGrid__8w0Es{grid-template-columns:repeat(auto-fill,minmax(335px,1fr));justify-items:center}.searchPage_mobileTopBar__i0dk7{position:-webkit-sticky;position:sticky;top:0;width:auto;margin-left:-20px;margin-right:-20px;height:70px;display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.75);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);box-shadow:0 4px 12px rgba(0,0,0,.05);padding:0 20px;z-index:1000}.searchPage_mobileBackBtn__KeHJd{display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0;cursor:pointer}.searchPage_mobileTopTitle__qN_XE{font-size:16px;font-weight:600;color:var(--green-primary)}.searchPage_filterBtn__V_tui:hover,.searchPage_mobileFilterBtn__866Ie:hover{background-color:var(--pastel-green);border-color:#98A4A3}.searchPage_filterBtn__V_tui.searchPage_active__z1sNc{background-color:var(--pastel-green);border-color:var(--green-primary)}.searchPage_filterIcon__BU0Il{opacity:.7}.searchPage_mobileFilterBtn__866Ie{display:flex;align-items:center;gap:8px;padding:10px 16px;background-color:#ffffff;border:1px solid #98a4a3;border-radius:4px;font-size:16px;color:#333;cursor:pointer;transition:all .2s ease;flex:1 1;justify-content:center}.searchPage_mobileActionsContainer__WKb_j{width:100%;display:flex;gap:12px;margin-bottom:16px;position:relative}.searchPage_mobileSearchWrapper__4iJn_{background:var(--background);padding-bottom:16px}.searchPage_mobileSearchWrapper__4iJn_ .ant-input-affix-wrapper{height:44px;border:2px solid var(--green-primary);border-radius:6px;font-size:15px;display:flex;align-items:center;margin-bottom:8px}.searchPage_mobileSearchWrapper__4iJn_ .ant-input{font-size:15px;color:var(--green-primary)}.searchPage_mobileSearchWrapper__4iJn_ .ant-input::-ms-input-placeholder{color:var(--gray-green)}.searchPage_mobileSearchWrapper__4iJn_ .ant-input::placeholder{color:var(--gray-green)}.searchPage_breadcrumbsContainer__0y8_X,.searchPage_mobileResultsInfo__N48z4{margin-bottom:16px}.searchPage_filterContainer__49TWn{gap:6px}.searchPage_filterBtn__V_tui{font-size:12px;padding:7px 10px}.searchPage_brandsDropdownContent__GCiSZ{max-height:60vh}.searchPage_foundCategories__Nu4Em{margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px}.searchPage_categoriesGrid__twred{gap:10px}.searchPage_categoryCard__lJ2z7{width:254px;height:88px;min-height:88px;max-height:88px;padding:14px;border:1px solid #98a4a3}.searchPage_categoryImageWrapper__Kps_h{width:40px;height:40px}.searchPage_categoryName__hFFXh{font-size:15px;line-clamp:2;-webkit-line-clamp:2}}.searchPage_noResults__NDY7s button{background-color:#022F29;max-width:205px}.searchPage_noResults__NDY7s button span{font-size:14px}.searchPage_noResults__NDY7s button :hover{background-color:#022F29}.searchPage_searchHeader__j2dA7{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:32px}.searchPage_searchTitle__ilEuc{font-size:24px;font-weight:600;margin:0;color:#022F29}.searchPage_queryHighlight__g6NZp{color:#022F29;font-weight:700}.searchPage_searchResultsCount__X6Am4{font-size:14px;color:#022F29;white-space:nowrap}@media (max-width:767px){.searchPage_searchHeader__j2dA7{flex-direction:column;align-items:flex-start;gap:8px}.searchPage_searchResultsCount__X6Am4{font-size:15px}}.searchPage_foundCategories__Nu4Em{position:relative;overflow:hidden}.searchPage_categoriesGrid__twred{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.searchPage_categoriesGrid__twred::-webkit-scrollbar{display:none}.searchPage_categoryCard__lJ2z7{flex:0 0 auto;width:254px;height:88px;min-height:88px;max-height:88px;padding:14px 18px;background:white;border:1px solid rgba(2,47,41,.1);border-radius:12px;display:flex;align-items:center;gap:14px;transition:all .2s ease;font-size:16px;white-space:nowrap;box-shadow:0 1px 3px rgba(0,0,0,.1)}.searchPage_categoryCardActive__fTOzC{background-color:var(--pastel-green)}.searchPage_scrollArrowLeft__Et28g,.searchPage_scrollArrowRight__UqEAl{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;background:#E5EAE9;border:1px solid rgba(2,47,41,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:opacity .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.1)}.searchPage_scrollArrowLeft__Et28g{left:12px}.searchPage_scrollArrowRight__UqEAl{right:12px}