.section-collection{position:relative}.section-collection__header{display:flex;justify-content:center;padding:0 .5em 2em .5em}@media (max-width:768px){.section-collection__header{padding-bottom:1em;justify-content:space-between}}.section-collection__header h1{margin:0}@media (max-width:768px){.section-collection__header h1{font-size:1.75em}}.section-collection__header__actions{display:none}@media (max-width:768px){.section-collection__header__actions{display:flex}}.section-collection__header__actions button{font:1em futura-pt,arial,sans-serif;border:none;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:2em;height:2em;display:flex;justify-content:center;align-items:center}.section-collection__header__actions button svg{width:20px;height:20px;fill:var(--color-grey-dark)}.section-collection__header__actions button.active svg{fill:var(--color-black)}.section-collection .products{display:grid;grid-template-columns:repeat(5,1fr);gap:1.75em .5em}@media (max-width:1920px){.section-collection .products{grid-template-columns:repeat(4,1fr)}}@media (max-width:1440px){.section-collection .products{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.section-collection .products{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.section-collection .products{grid-template-columns:repeat(2,1fr);gap:1.75em .25em}}@media (max-width:768px){.section-collection .products.single{grid-template-columns:repeat(1,1fr)}}.section-collection .products__product{overflow:hidden}