.product-list.product-list--fetching{position:relative}.product-list.product-list--fetching:after{background:var(--color-bg);bottom:0;content:"";cursor:progress;display:block;left:0;opacity:.75;position:absolute;right:0;top:0;z-index:500}.product-list__filter,.product-list__tip{align-items:center;display:flex}.product-list__filter{flex-wrap:wrap;gap:.75rem;margin:0 0 .75rem}@media screen and (min-width:1024px){.product-list__filter{align-items:center;flex-direction:row;gap:1.5rem;justify-content:space-between}}.product-list__filter-buttons{display:flex;gap:1rem;order:1;width:100%}@media screen and (min-width:1024px){.product-list__filter-buttons{width:auto}}.product-list__filter-buttons>div{flex:1}@media screen and (min-width:768px){.product-list__filter-buttons>div{flex:unset}}.product-list__button-clear-filter{order:2}@media screen and (min-width:1024px){.product-list__button-clear-filter{order:3;width:100%}}.product-list__button-clear-filter button{display:flex}.product-list__sum-products{grid-area:sum;margin-left:auto;order:3}@media screen and (min-width:1024px){.product-list__sum-products{order:2}}.product-list__select{align-items:center;display:flex;grid-area:select;position:relative;z-index:1}@media screen and (min-width:375px){.product-list__select{min-width:11.25rem}}.product-list__select select{background-repeat:no-repeat;padding:.625rem 1.5rem .625rem .5rem}.product-list__products{column-gap:var(--block-gutter);display:flex;flex-direction:column;padding:.75rem 0 1.5rem;row-gap:2.5rem}@media screen and (min-width:414px){.product-list__products{display:grid;grid-auto-rows:minmax(100px,auto);grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1440px){.product-list__products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:1920px){.product-list__products{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-list__products>li:has(.banner-block){grid-column:span 2}.product-list__show-more-btn-wrapper{align-items:center;display:flex;flex-direction:column;padding:2rem 0 3rem}@media screen and (min-width:1024px){.product-list__show-more-btn-wrapper{padding:3rem 0 4rem}}.product-list__show-more-btn-wrapper button{font-weight:600}