.section{flex-flow:column wrap;gap:1rem}.section,.section__sections{align-items:stretch;display:flex;justify-content:flex-start}.section__sections{flex-flow:row wrap;gap:.5rem;margin-bottom:40px}.section__sections button{background:var(--Grey_light,#f5f5f5);border-radius:8px;color:var(--Grey,#909296);cursor:pointer;font-size:16px;line-height:1;padding:8px}.section__sections button:nth-child(6n+1){display:none}.section__sections button:hover{background-color:var(--Orange,#ff7c2d);color:var(--White,#fff)}.section__sections span{border-radius:8px;cursor:pointer;font-size:16px;line-height:1;padding:8px}.section__sections span.active{background-color:var(--Orange,#ff7c2d);color:var(--White,#fff);cursor:default}.section__items{display:grid;gap:var(--grid-gap);grid-template-columns:repeat(3,1fr);width:100%}@media (width < 1280px){.section__items{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.section__items:not(:has(.prod-card:nth-child(2))){grid-template-columns:repeat(2,1fr)}}@media (width < 768px){.section__items{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.brand{margin-bottom:var(--section-padding)}.brand__header{align-items:center;display:flex;flex-flow:row wrap;gap:1rem;justify-content:space-between;margin-bottom:40px}.brand__header h1{margin:0}
