.main-collection-product-grid-facets{display:flex;align-items:center;justify-content:space-between}
.collection-products-header{margin-bottom:2.8rem;display:flex;align-items:center;justify-content:space-between}
.collection-products-header-title{margin:0;font-size:2.4rem;line-height:160%;font-weight:500;color:#1f1f1f}
.collection-products-header-buttons{display:flex;align-items:center;gap:1.6rem}
.collection-products-header-buttons-button{cursor:pointer;width:5.8rem;height:5.8rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#f7f7f7;opacity:1;transition:.3s ease-in-out;border:none}
.collection-products-header-buttons-button.swiper-button-disabled{opacity:.5;transition:.3s ease-in-out}
.collection-products-header-buttons-button svg{width:1.2rem;height:1.2rem}
.collection-products-slider{padding-left:0;margin-top:0;display:flex;align-items:flex-start;gap:3rem!important;position:relative;flex-wrap:inherit;overflow-x:auto;scroll-behavior:smooth;scroll-padding-left:0;-webkit-overflow-scrolling:touch;margin-bottom:0;list-style-type:none}
.collection-products-slider::-webkit-scrollbar{display:none!important}
.collection-products-slider-item{max-width:446.25px;width:calc(33.3% - 36.6px)}
.collection-products-slider-item-static{width:calc(33% - 15px);min-width:calc(33% - 15px)}
@media screen and (max-width:990px){
.collection-products-header{margin-bottom:2.8rem;display:flex;align-items:center;justify-content:space-between}
.collection-products-header-title{margin:0;font-size:1.8rem;line-height:160%;font-weight:500;color:#1f1f1f}
.collection-products-header-buttons{display:flex;align-items:center;gap:1.6rem}
.collection-products-header-buttons-button{cursor:pointer;width:5.8rem;height:5.8rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#f7f7f7;opacity:1;transition:.3s ease-in-out;border:none}
.collection-products-header-buttons-button.swiper-button-disabled{opacity:.5;transition:.3s ease-in-out}
.collection-products-header-buttons-button svg{width:1.2rem;height:1.2rem}
.collection-products-slider{display:flex;align-items:flex-start;gap:3rem!important;position:relative;flex-wrap:inherit;overflow-x:auto;scroll-behavior:smooth;scroll-padding-left:0;-webkit-overflow-scrolling:touch;margin-bottom:0;list-style-type:none}
.collection-products-slider::-webkit-scrollbar{display:none!important}
.collection-products-slider-item{max-width:unset;width:calc(100% - 15px);min-width:calc(100% - 15px)}
.collection-products-slider-item-static{width:100%;min-width:100%}
}