.collection__filters-scroll-shell{position:relative}.collection__filters-scroll-shell:before,.collection__filters-scroll-shell:after{content:"";position:absolute;left:0;width:100%;height:1.5rem;pointer-events:none;z-index:1;opacity:0;transition:opacity .2s ease}.collection__filters-scroll-shell:before{top:0;background:linear-gradient(to bottom,var(--background_color_2),transparent)}.collection__filters-scroll-shell:after{bottom:0;background:linear-gradient(to top,var(--background_color_2),transparent)}.collection__filters-scroll-shell.has-scroll-top:before{opacity:1}.collection__filters-scroll-shell.has-scroll-bottom:after{opacity:1}.Dropdown.collection__filters-dropdown [data-scrollable]{max-height:500px;overflow-y:auto}.collection__filters-dropdown .DropdownContent__Inner{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem .375rem}.collection__filter-drawer .collection__filters-dropdown .Dropdown--Arrow{display:inline-flex;align-items:center;justify-content:center;transition:transform .25s ease}.collection__filter-drawer .collection__filters-dropdown .Dropdown--Content{transition:height .25s ease,opacity .2s ease;opacity:0}.collection__filter-drawer .collection__filters-dropdown .Dropdown--Content[aria-hidden=false]{opacity:1}#collection__filter-drawer .spinningLoader{pointer-events:none}.collection__filter-drawer .collection__filters-dropdown .DropdownContent__Inner .filter-item--overflow{display:none}.collection__filter-drawer .collection__filters-dropdown .DropdownContent__Inner.is-expanded .filter-item--overflow{display:block}.collection__filter-drawer .filter-show-more{margin-top:.625rem;grid-column:1 / -1;justify-self:flex-start;display:inline-flex;align-items:center;gap:.5rem;border:0;padding:0;background:none;color:var(--primary_text);cursor:pointer}.filter-show-more__icon svg,.filter-less-more__icon svg{display:flex;padding:0;width:18px;height:18px}:is(.filter-show-more__icon svg,.filter-less-more__icon svg) path{fill:var(--primary_text)}.collection__filter-drawer .filter-show-more__icon svg path{fill:var(--primary_text)}.collection__filters-dropdown .Dropdown--Button.collection__filters-dropdown__main-button{background-color:var(--background_color_2)}.collection__filters-dropdown .Dropdown--Button.collection__filters-dropdown__main-button svg path{fill:var(--primary_text)}.collection__filters-dropdown .Dropdown--Button{color:var(--primary_text)}.collection__filters-dropdown.Dropdown--Animate .Dropdown--Button{position:relative}.collection__filters-dropdown.Dropdown--Animate .Dropdown--Button:before{content:"";position:absolute;top:-1.25rem;left:0;right:0;height:1.25rem;background:transparent}.collection__filters-dropdown.Dropdown--Animate .Dropdown--Button:after{content:"";position:absolute;bottom:-1.25rem;left:0;right:0;height:1.25rem;background:transparent}.DropdownContent__Inner.collection__filters-inner .Dropdown:has(.Dropdown--Button[aria-expanded=true]){background-color:var(--background_color)}.collection__filters-dropdown--selected-filters{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.collection__filter-drawer .collection__filter-drawer--selected-filters{padding:0}.collection__filters-dropdown--selected-filters.hidden,.collection__filter-drawer--selected-filters.hidden{display:none}.collection__filters-dropdown--selected-filters__filters{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;flex:1}.collection__filter-chip{display:flex;flex-direction:row;align-items:center;gap:.375rem;background:var(--background_color_2);color:var(--primary_text);cursor:pointer;transition:all .3s ease}.collection__filter-chip svg path{fill:var(--primary_text)}.collection__filter-drawer .collection__filter-chip{background-color:var(--background_color)}.collection__filter__clear-filters-btn{display:flex;flex-direction:row;align-items:center;gap:.5rem;color:var(--primary_text)}.collection__filter__clear-filters-btn svg path{fill:var(--primary_text)}.collection__filter-drawer--selected-filters{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding:.75rem 1rem}.collection__filter-drawer--selected-filters svg path{fill:var(--primary_text)}.collection__filter-drawer--selected-filters__chips{display:flex;flex-wrap:wrap;gap:.5rem}.collection__filter-chip:hover{color:var(--primary_gray)}.collection__filter-chip:hover path{fill:var(--primary_gray)}.collection__filter-chip svg{width:1.25rem;height:1.25rem}.filter-item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.25rem;width:fit-content}.input-filter__checkbox--unchecked,.input-filter__checkbox--checked,.input-filter__checkbox--disabled{display:none;transition:all .3s ease-in-out}.input-filter__checkbox+.filter-label-box .input-filter__checkbox--unchecked{display:flex}.input-filter__checkbox:checked+.filter-label-box .input-filter__checkbox--unchecked{display:none}.input-filter__checkbox:checked+.filter-label-box .input-filter__checkbox--checked{display:flex}.input-filter__checkbox:disabled+.filter-label-box .input-filter__checkbox--unchecked,.input-filter__checkbox:disabled+.filter-label-box .input-filter__checkbox--checked{display:none}.input-filter__checkbox:disabled+.filter-label-box .input-filter__checkbox--disabled{display:flex}.filter-label-box{display:flex;align-items:center;gap:.375rem;cursor:pointer;color:var(--primary_gray)}.filter-label-box svg path{fill:var(--primary_gray)}.input-filter__checkbox--checked svg path{fill:var(--primary_text)}.filter--disabled{color:var(--secondary_gray);text-decoration:line-through}.filter--disabled svg path{fill:var(--secondary_gray)}.input-filter__checkbox:disabled+.filter-label-box{cursor:not-allowed}.filter-label-box svg{width:18px;height:18px;display:block}.filter-item--color .filter-label-box{gap:.375rem}.filter-color-swatch{position:relative;width:14px;height:14px;border-radius:99px;display:inline-flex;box-sizing:border-box;background-color:var(--filter-color)}.input-filter__checkbox:checked+.filter-label-box .filter-color-swatch{background-color:transparent}.input-filter__checkbox:checked+.filter-label-box .filter-color-swatch:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:1px solid #231F20}.input-filter__checkbox:checked+.filter-label-box .filter-color-swatch:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:inherit;background-color:var(--filter-color)}.input-filter__checkbox:checked+.filter-label-box .filter-color-swatch--white:after{border:1px solid var(--tertiary_gray)}.filter-color-swatch.has-image{background-color:transparent;background-image:var(--filter-color-image);background-size:cover;background-position:center}.input-filter__checkbox:checked+.filter-label-box .filter-color-swatch.has-image{background-image:none}.input-filter__checkbox:checked+.filter-label-box .filter-color-swatch.has-image:after{background-color:transparent;background-image:var(--filter-color-image);background-size:cover;background-position:center}.filter-featured-group{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem .375rem}.filter-featured-title{margin-bottom:.625rem}.filter-featured-outer{grid-column:1 / -1;padding:.625rem;background-color:var(--background_color_2);margin-bottom:.625rem}.filter-item--featured .filter-label-box{background-color:var(--background_color_2);border-radius:.25rem;color:var(--primary_text)}.filter-item--featured .filter-label-box svg path{fill:var(--primary_text)}.sort-dropdown{display:flex;flex-direction:row;gap:.25rem}.sort-dropdown svg path{fill:var(--primary_text)}.collection__filter-bar-button{white-space:nowrap;display:flex;align-items:center;color:var(--primary_text);gap:.5rem;width:100%}.collection__nav-filter-bar.not_desktop .collection__filter-bar-button:only-child{border-right:1px solid var(--tertiary_gray)}.collection__filter-bar-button.not_desktop{position:sticky;bottom:.75rem;transform:translateY(130%);transition:all .7s cubic-bezier(.76,0,.24,1),color 0s;overflow:hidden;margin-left:auto;z-index:1;background-color:var(--background_color);border:1px solid var(--tertiary_gray);border-radius:.5rem;padding:.875rem 1rem;opacity:0;visibility:hidden}.collection__filter-bar-button.not_desktop.visible{transform:translateY(0);opacity:1;visibility:visible}.collection__filter-bar-button .icon-close{position:absolute;right:0}.collection__filter-bar-button[aria-expanded=false] .icon-close,.collection__filter-bar-button[aria-expanded=true] .icon-open{opacity:0}.collection__filter-bar-button svg{width:1.25rem;height:1.25rem;transition:opacity .35s ease-in-out}.collection__filter-bar-button--sort{display:flex;gap:.25rem;color:var(--primary_text);align-items:center;position:absolute;top:.75rem;right:0}.collection__filter-bar-button--sort svg{width:1rem;height:1rem}.collection__filter-bar-button path{fill:var(--primary_text)}.collection__filter-button--clear{color:var(--primary_text)}.sort-element--icon{display:flex;flex-direction:row;align-items:center;justify-content:center}.collection__sort-label{display:flex;align-items:center;justify-content:flex-start;gap:.375rem;border-radius:.25rem;cursor:pointer;background-color:var(--background_color);transition:all .3s ease-in-out}.collection__sort-label svg rect{stroke:var(--primary_gray)}.collection__sort-element svg path{fill:var(--primary_text)}.collection__sort-label .Svg--radio_circle,.collection__sort-element input:checked+label .Svg--radio_check{display:flex}.collection__sort-label .Svg--radio_check,.collection__sort-element input:checked+label .Svg--radio_circle{display:none}.collection__sort-label svg.Svg.Svg--radio_check path{fill:var(--primary_accent)}.collection__sort-label .Svg--box-line,.collection__sort-element input:checked+label .Svg--box-filled{display:flex}.collection__sort-label .Svg--box-filled rect{stroke:var(--primary_text);fill:var(--primary_text)}.input-filter__checkbox:not(:checked):not(:disabled)+.filter-label-box:hover .filter-item__label-text{color:var(--primary_gray)}.input-filter__checkbox:not(:checked):not(:disabled)+.filter-label-box:hover .input-filter__checkbox--checked svg rect,.input-filter__checkbox:not(:checked):not(:disabled)+.filter-label-box:hover .input-filter__checkbox--checked svg path{fill:var(--primary_text);stroke:var(--primary_text)}.collection__sort-element input:not(:checked)+label:hover .Svg--box-filled rect,.collection__sort-element input:not(:checked)+label:hover .Svg--box-filled path{fill:var(--primary_text);stroke:var(--primary_text)}.collection__filters-dropdown .DropdownContent__Inner svg.Svg rect{stroke:var(--primary_gray)}.collection__filters-dropdown .DropdownContent__Inner .input-filter__checkbox:checked+.filter-label-box .input-filter__checkbox--checked svg rect{fill:var(--primary_text);stroke:var(--primary_text)}.filter-item:has(input:checked) label{color:var(--primary_text)}.collection__filters-dropdown .filter-featured-group label .input-filter__checkbox--unchecked svg rect{stroke:var(--primary_text)}.collection__sort-label .Svg--box-filled,.collection__sort-element input:checked+label .Svg--box-line{display:none}.collection__filters-bar-sticky{display:flex;flex-direction:column;gap:0}.sort-dropdown .Dropdown--Button[aria-expanded=true] svg{transform:unset;transition:unset}.collection__nav-filter-bar.is-sticky,.main-search__desk--tabs.is-sticky{position:sticky;top:calc(var(--header-dynamic-height, 0px) + var(--announcement-dynamic-height, 0px) - 1px);z-index:4;background-color:var(--background_color)}.collection__nav-filter-bar{display:flex;flex-direction:column;align-items:stretch;padding:.625rem;gap:.625rem}.collection__nav-filter-bar-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem}.collection__filters-dropdown .Dropdown--Arrow svg path{fill:var(--primary_text)}@media screen and (max-width:1024px){.main-collection{display:grid}.collection__filters-bar-sticky{grid-row:1}.collection__nav-filter-bar{grid-row:2}.main-collection__sort-dropdown-grid-wrapper,.main-search__dropdown-grid-container{grid-row:3}search-component #collection__main-grid{padding:.625rem}}@media screen and (min-width:1025px){.input-filter__checkbox+.filter-label-box .input-filter__checkbox--unchecked{display:flex;width:20px;height:20px;flex:0 0 20px}.input-filter__checkbox+.filter-label-box .input-filter__checkbox--checked{display:none}.input-filter__checkbox:checked+.filter-label-box .input-filter__checkbox--unchecked{display:flex}.input-filter__checkbox:checked+.filter-label-box .input-filter__checkbox--checked{display:none}.input-filter__checkbox:disabled+.filter-label-box .input-filter__checkbox--checked{display:none}.input-filter__checkbox+.filter-label-box .input-filter__checkbox--unchecked svg rect{transition:fill .2s ease-in-out,stroke .2s ease-in-out}.input-filter__checkbox:not(:checked):not(:disabled)+.filter-label-box .input-filter__checkbox--unchecked svg rect{stroke:var(--primary_gray);fill:transparent}.input-filter__checkbox:checked+.filter-label-box .input-filter__checkbox--unchecked svg rect{stroke:var(--primary_text);fill:var(--primary_text)}.input-filter__checkbox:not(:checked):not(:disabled)+.filter-label-box:hover .input-filter__checkbox--unchecked svg rect{stroke:var(--primary_text);fill:var(--primary_text)}.input-filter__checkbox:disabled+.filter-label-box .input-filter__checkbox--unchecked svg rect{stroke:var(--secondary_gray);fill:transparent}.input-filter__checkbox:not(:checked):not(:disabled)+.filter-label-box:hover{color:var(--primary_gray)}.filter-item--color .input-filter__checkbox:not(:checked):not(:disabled)+.filter-label-box:hover .filter-color-swatch{background-color:transparent}.filter-item--color .input-filter__checkbox:not(:checked):not(:disabled)+.filter-label-box:hover .filter-color-swatch:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:1px solid var(--primary_text)}.filter-item--color .input-filter__checkbox:not(:checked):not(:disabled)+.filter-label-box:hover .filter-color-swatch:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:inherit;background-color:var(--filter-color)}.filter-item--color .input-filter__checkbox:not(:checked):not(:disabled)+.filter-label-box:hover .filter-color-swatch--white:after{border:1px solid var(--primary_text)}.filter-item--color .input-filter__checkbox:not(:checked):not(:disabled)+.filter-label-box:hover .filter-color-swatch.has-image{background-image:none}.filter-item--color .input-filter__checkbox:not(:checked):not(:disabled)+.filter-label-box:hover .filter-color-swatch.has-image:after{background-color:transparent;background-image:var(--filter-color-image);background-size:cover;background-position:center}.collection__sort-element input:not(:checked)+label:hover .Svg--radio_circle{display:none}.collection__sort-element input:not(:checked)+label:hover .Svg--radio_check{display:flex}.collection__sort-element input:not(:checked)+label:hover .Svg--radio_check path{fill:var(--tertiary_gray)}.collection__sort-element input:checked+label .Svg--box-filled,.collection__sort-element input:not(:checked)+label .Svg--box-filled,.collection__sort-element label .Svg--box-filled{display:none}.collection__sort-element label .Svg--box-line{display:flex;width:18px;height:18px;flex:0 0 18px}.collection__sort-element label .Svg--box-line rect{transition:fill .2s ease-in-out,stroke .2s ease-in-out}.collection__sort-element input:not(:checked):not(:disabled)+label .Svg--box-line rect{stroke:var(--primary_gray);fill:transparent}.collection__sort-element input:checked+label .Svg--box-line rect{stroke:var(--primary_text);fill:var(--primary_text)}.collection__sort-element input:not(:checked):not(:disabled)+label:hover .Svg--box-line rect{stroke:var(--primary_text);fill:var(--primary_text)}.collection__sort-element input:disabled+label .Svg--box-line rect{stroke:var(--secondary_gray);fill:transparent}.collection__nav-filter-bar.not_mobile.not_pocket .collection__filters-dropdown .Dropdown--Content{overflow-y:auto}.collection__filters-dropdown--content,.Dropdown.collection__filters-dropdown [data-scrollable]{scrollbar-width:none}.collection__nav-filter-bar-top{justify-content:start;align-items:flex-start;gap:2.5rem}.collection__filters-dropdown--selected-filters.collection__nav-applied-filters{flex-direction:row}.collection__nav-filter-bar{padding:.625rem 0}#collection__filter-drawer .collection__filters-dropdown,collection-filters-form .collection__sort-within-filter{padding-inline:0}#collection__filter-drawer .collection__filters-dropdown:after{left:0;right:0}}.collection__nav-applied-filters{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.625rem;width:100%}.collection__nav-applied-filters .collection__filters-dropdown--selected-filters__filters{width:100%;flex:1;min-width:0}.collection__nav-applied-filters .collection__filter-chip{background:none;padding:0}.collection__nav-applied-filters .collection__filter-chip svg{width:18px;height:18px}.collection__applied-filters-swiper{width:100%;display:block}.collection__applied-filters-swiper .swiper-wrapper,.collection__applied-filters-slide{width:auto}@media screen and (min-width:1025px){.collection__nav-applied-filters.not_mobile.not_pocket .collection__applied-filters-swiper .swiper-wrapper{display:flex;flex-wrap:wrap;gap:.5rem .75rem;transform:none!important}.collection__nav-applied-filters.not_mobile.not_pocket .collection__applied-filters-slide{flex:0 0 auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/filters.css.map */
