.product-search-header{flex-flow:row;align-items:center;gap:.625rem;margin:.25rem auto;padding:1rem .625rem;display:flex}@media screen and (width>=45em){.product-search-header{padding:1.5rem}}@media screen and (width>=62em){.product-search-header{padding:1.5rem 2rem}}.product-search-header .material-symbols-outlined{font-size:2em}.product-search-header .results-text .title{font-size:1.2rem;font-weight:inherit;color:var(--color-text-primary);margin:0}.product-search-header .results-text .title span{color:var(--color-text-secondary);font-size:1.2rem}.product-search-header .results-text .highlight{font-size:1.1rem}.product-search-tab-bar{z-index:10;width:100%;max-width:75em;margin:0 auto;padding:0 .625rem;position:relative}@media screen and (width>=45em){.product-search-tab-bar{padding:0 1.5rem}}@media screen and (width>=62em){.product-search-tab-bar{padding:0 2rem}}.product-search-tab-bar{scrollbar-width:none;overflow-x:auto}.product-search-tab-bar::-webkit-scrollbar{display:none}.product-search-tab-bar .tab-group.page-tabs{border-bottom:2px solid var(--color-border-primary);background-color:#0000;border-radius:0;flex-wrap:nowrap;align-items:flex-end;gap:.125rem;min-width:fit-content;padding:.25rem 0 0;display:flex}.product-search-tab-bar .tab-group.page-tabs .indicator{display:none}.product-search-tab-bar .tab-group.page-tabs .option{min-height:0;color:var(--color-text-secondary);background-color:#0000;border:none;border-bottom:4px solid #0000;border-radius:0;flex:none;margin-bottom:-2px;padding:13px 1rem;font-weight:400;transition:color .15s,border-bottom-color .15s}.product-search-tab-bar .tab-group.page-tabs .option .material-symbols-outlined{opacity:.55;transition:opacity .15s,color .15s}.product-search-tab-bar .tab-group.page-tabs .option:hover:not(.selected){color:var(--color-text-primary)}.product-search-tab-bar .tab-group.page-tabs .option.selected{border-bottom-color:var(--color-accent);color:var(--color-text-primary);font-weight:700}.product-search-tab-bar .tab-group.page-tabs .option.selected .label{color:var(--color-text-primary)}.product-search-tab-bar .tab-group.page-tabs .option.selected .material-symbols-outlined{opacity:1;color:var(--color-accent)}.product-search-tab-bar .tab-group.page-tabs .option .label{font-weight:inherit;font-size:.9375rem!important}.product-search-page{flex-flow:column;gap:1rem;min-height:75vh;padding:1rem .625rem;display:flex;position:relative}@media screen and (width>=45em){.product-search-page{padding:1.5rem}}@media screen and (width>=62em){.product-search-page{flex-flow:row;padding:1.5rem 2rem}}.product-search-page .filters-wrapper{flex-flow:column;gap:.625rem;display:flex}@media screen and (width>=62em){.product-search-page .filters-wrapper{flex:0 0 300px;position:sticky;top:0}}.product-search-page .filters-wrapper fieldset{border:none}.product-search-page .filters-wrapper .filters-toggle{background-color:var(--color-bg-primary);width:100%;color:var(--color-text-primary);font:inherit;cursor:pointer;border:none;border-radius:.625rem;align-items:center;gap:.25rem;padding:.625rem 1rem;font-weight:600;display:flex}.product-search-page .filters-wrapper .filters-toggle .label{text-align:start;flex:auto}.product-search-page .filters-wrapper .filters-toggle .chevron{margin-left:auto;transition:transform .2s}.product-search-page .filters-wrapper .filters-toggle[aria-expanded=true] .chevron{transform:rotate(180deg)}@media screen and (width>=62em){.product-search-page .filters-wrapper .filters-toggle{display:none}}.product-search-page .filters-wrapper .filters-body{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.product-search-page .filters-wrapper .filters-body .filters-inner{flex-flow:column;gap:1rem;min-height:0;display:flex;overflow:hidden}.product-search-page .filters-wrapper .filters-body.expanded{grid-template-rows:1fr}@media screen and (width>=62em){.product-search-page .filters-wrapper .filters-body{grid-template-rows:1fr}.product-search-page .filters-wrapper .filters-body .filters-inner{overflow:visible}}.product-search-page .filters-wrapper .static-filters{background-color:var(--color-bg-primary);border-radius:.625rem;flex-flow:column;gap:.625rem;padding:1rem;display:flex}@media screen and (width>=62em){.product-search-page .filters-wrapper .static-filters{border-radius:.625rem}}.product-search-page .filters-wrapper .dynamic-filters{flex-flow:column;gap:.25rem;display:flex}.product-search-page .filters-wrapper .dynamic-filters .buttons-container{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.25rem;margin-bottom:.625rem;display:flex}.product-search-page .filters-wrapper .dynamic-filters .buttons-container.collapsible:not(.expanded) .btn-pill-link:nth-of-type(n+11){display:none}.product-search-page .filters-wrapper .dynamic-filters .buttons-container .show-all-toggle{text-align:start;width:fit-content;font:inherit;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;flex:1 0 100%;padding:6px 0 .25rem 4px;font-size:.8em;font-weight:600;text-decoration:underline}.product-search-page .filters-wrapper .dynamic-filters .buttons-container .show-all-toggle:hover,.product-search-page .filters-wrapper .dynamic-filters .buttons-container .show-all-toggle:focus{color:var(--color-text-primary)}.product-search-page .content-wrapper{flex-flow:column;gap:1rem;display:flex}@media screen and (width>=62em){.product-search-page .content-wrapper{flex:auto}}.product-search-page .content-wrapper .sort-container{flex-flow:wrap;justify-content:space-between;align-items:center;gap:.625rem;display:flex}.product-search-page .content-wrapper .sort-container .sort-options{flex-flow:wrap;gap:.625rem;display:flex}.product-search-page .content-wrapper .sort-container .sort-options .sort-option{background-color:var(--color-bg-primary);border:1px solid var(--color-bg-primary);cursor:pointer;transition:background-color .3s,color .3s,border .3s}.product-search-page .content-wrapper .sort-container .sort-options .sort-option:hover,.product-search-page .content-wrapper .sort-container .sort-options .sort-option:focus,.product-search-page .content-wrapper .sort-container .sort-options .sort-option:focus-visible{border-color:var(--color-border-primary)}.product-search-page .content-wrapper .sort-container .sort-options .sort-option.selected{background-color:var(--color-fg-secondary);border-color:var(--color-border-primary)}.product-search-page .content-wrapper .sort-container .sort-options .sort-option{border-radius:1rem;flex-flow:row;align-items:center;padding:.25rem .625rem;display:flex}.product-search-page .content-wrapper .sort-container .sort-options .sort-option .material-symbols-outlined{text-align:start;opacity:0;width:0;font-size:.8em;transition:width .3s,opacity .3s;overflow:hidden}.product-search-page .content-wrapper .sort-container .sort-options .sort-option.selected .material-symbols-outlined{opacity:1;width:1.6em}.product-search-page .content-wrapper .sort-container .sort-options .sort-option[disabled]{opacity:.4;cursor:not-allowed;pointer-events:none}.product-search-page .content-wrapper .sort-container .sort-options .sort-option[disabled]:hover,.product-search-page .content-wrapper .sort-container .sort-options .sort-option[disabled]:focus,.product-search-page .content-wrapper .sort-container .sort-options .sort-option[disabled]:focus-visible{border-color:var(--color-bg-primary)}.product-search-page .content-wrapper #search-results-and-pager{flex-flow:column;gap:1rem;display:flex}.product-search-page .content-wrapper .product-results{grid-template-rows:auto;grid-template-columns:repeat(2,1fr);gap:1rem;display:grid;position:relative}@media screen and (width>=45em){.product-search-page .content-wrapper .product-results{grid-template-columns:repeat(3,1fr)}}@media screen and (width>=75em){.product-search-page .content-wrapper .product-results{flex:none;grid-template-columns:repeat(4,1fr)}}.product-search-page .content-wrapper .product-results .product-card{justify-self:center;width:100%}.product-search-page .content-wrapper .product-results .no-results-text{text-align:center;width:100%;padding:1rem;position:absolute}.product-search-page .content-wrapper .search-pager{flex-flow:wrap;justify-content:center;align-items:center;gap:.125rem;padding:.625rem 0;display:flex}.product-search-page .content-wrapper .search-pager.search-pager-empty{display:none}.product-search-page .content-wrapper .search-pager .search-pager-btn{background-color:var(--color-bg-primary);border:1px solid var(--color-bg-primary);cursor:pointer;transition:background-color .3s,color .3s,border .3s}.product-search-page .content-wrapper .search-pager .search-pager-btn:hover,.product-search-page .content-wrapper .search-pager .search-pager-btn:focus,.product-search-page .content-wrapper .search-pager .search-pager-btn:focus-visible{border-color:var(--color-border-primary)}.product-search-page .content-wrapper .search-pager .search-pager-btn.selected{background-color:var(--color-fg-secondary);border-color:var(--color-border-primary)}.product-search-page .content-wrapper .search-pager .search-pager-btn{min-width:2.4rem;height:2.4rem;font:inherit;color:inherit;border-radius:.625rem;justify-content:center;align-items:center;padding:0 .25rem;display:inline-flex}.product-search-page .content-wrapper .search-pager .search-pager-btn .material-symbols-outlined{font-size:1.2em}.product-search-page .content-wrapper .search-pager .search-pager-btn.selected{cursor:default}.product-search-page .content-wrapper .search-pager .search-pager-btn[disabled]{opacity:.4;cursor:not-allowed}.product-search-page .content-wrapper .search-pager .search-pager-btn[disabled]:hover,.product-search-page .content-wrapper .search-pager .search-pager-btn[disabled]:focus,.product-search-page .content-wrapper .search-pager .search-pager-btn[disabled]:focus-visible{border-color:var(--color-bg-primary)}.product-search-page .content-wrapper .search-pager .search-pager-ellipsis{text-align:center;opacity:.7;min-width:1.5rem}.tab-group{--tab-count:2;--tab-index:0;isolation:isolate;grid-template-columns:repeat(var(--tab-count), 1fr);background-color:var(--color-bg-secondary);border-radius:1rem;width:100%;padding:.125rem;display:grid;position:relative}.tab-group .indicator{z-index:0;width:calc((100% - .125rem * 2) / var(--tab-count));transform:translateX(calc(var(--tab-index) * 100%));background-color:var(--color-accent);box-shadow:0 1px 3px rgba(var(--color-rgb-fg-primary), .18);border-radius:.875rem;transition:transform .28s cubic-bezier(.4,0,.2,1);position:absolute;top:.125rem;bottom:.125rem;left:.125rem}@media (prefers-reduced-motion:reduce){.tab-group .indicator{transition:none}}.tab-group .option{z-index:1;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:2.25rem;color:var(--color-text-secondary);background:0 0;border:none;justify-content:center;align-items:center;gap:.25rem;padding:.25rem .625rem;transition:color .2s,font-weight .2s;display:flex;position:relative}.tab-group .option:hover:not(.selected){color:var(--color-text-primary)}.tab-group .option:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:.875rem}.tab-group .option.selected,.tab-group .option.selected .label,.tab-group .option.selected span{color:#fff;font-weight:600}.tab-group .option .label{font-size:.925rem!important}.tab-group .option .material-symbols-outlined{margin-right:.125rem;font-size:1.35rem}.tab-group .label{white-space:nowrap}.slider-range{flex-flow:column;width:100%;height:auto;margin:.625rem auto .25rem;display:flex}.slider-range .sliders_control{min-height:1.5rem;position:relative}.slider-range .form_control{color:var(--color-fg-secondary);justify-content:space-between;font-size:1rem;display:flex;position:relative}.slider-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:all;background-color:var(--color-accent);cursor:pointer;border:2px solid var(--color-border-primary);border-radius:50%;width:1rem;height:1rem}.slider-range input[type=range]::-moz-range-thumb{-webkit-appearance:none;pointer-events:all;background-color:var(--color-accent);cursor:pointer;border:2px solid var(--color-border-primary);border-radius:50%;width:1rem;height:1rem}.slider-range input[type=range]::-webkit-slider-thumb:hover{border:2px solid rgba(var(--color-rgb-accent), .8)}.slider-range input[type=range]::-webkit-slider-thumb:active{border:2px solid rgba(var(--color-rgb-accent), .8)}.slider-range input[type=range]{appearance:none;background-color:var(--color-fg-secondary);pointer-events:none;width:100%;height:2px;position:absolute}.slider-range #fromSlider{z-index:1;height:0}
