.collection{padding-block:32px}.collection-container{width:var(--section_width);margin-inline:auto;display:grid;grid-template-columns:min(275px,40dvw) 1fr;gap:24px 32px}.collection .head{grid-column:1 / -1;display:flex;align-items:end;justify-content:space-between}.collection .head .filters-label{font-size:24px;cursor:pointer}.collection .head .select-input{width:unset}.collection .products{display:grid;grid-template-columns:var(--product_grid_columns);gap:var(--product_grid_gap);align-items:start}.collection .products .pagination{grid-column:1 / -1;padding-block:8px;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:500;color:var(--dark_grey)}.collection .products .pagination .current{color:var(--dark_blue);font-weight:700}.collection .filters{padding:16px 24px;background:var(--light_grey);border-radius:20px;display:flex;flex-direction:column;gap:16px}.collection details>summary{list-style:none}.collection details>summary::-webkit-details-marker{display:none}.collection .list-filter,.collection .bool-filter{padding-bottom:4px;border-bottom:solid 1px var(--medium_grey)}.collection .list-filter summary{cursor:pointer}.collection .list-filter .filter-content{max-height:250px;overflow-y:scroll;scroll-behavior:smooth;list-style:none;padding-block:8px;display:flex;flex-direction:column;gap:4px}.collection .list-filter .filter-content label{font-size:14px}.collection .filters label{cursor:pointer;display:flex;align-items:center;gap:.4em}.collection .filters label:has(input[disabled]){opacity:.5;cursor:not-allowed}.collection .filters input[type=checkbox]{-webkit-appearance:none;appearance:none;background:var(--accent_grey);mask-size:cover;-webkit-mask-size:cover;width:1.5em;height:1.5em;mask-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.collection .filters input[type=checkbox]:checked{background:var(--dark_blue);mask-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM7.53044 11.9697C7.23755 11.6768 6.76268 11.6768 6.46978 11.9697C6.17689 12.2626 6.17689 12.7374 6.46978 13.0303L9.46978 16.0303C9.76268 16.3232 10.2376 16.3232 10.5304 16.0303L17.5304 9.03033C17.8233 8.73744 17.8233 8.26256 17.5304 7.96967C17.2375 7.67678 16.7627 7.67678 16.4698 7.96967L10.0001 14.4393L7.53044 11.9697Z" fill="currentColor"/></svg>');-webkit-mask-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM7.53044 11.9697C7.23755 11.6768 6.76268 11.6768 6.46978 11.9697C6.17689 12.2626 6.17689 12.7374 6.46978 13.0303L9.46978 16.0303C9.76268 16.3232 10.2376 16.3232 10.5304 16.0303L17.5304 9.03033C17.8233 8.73744 17.8233 8.26256 17.5304 7.96967C17.2375 7.67678 16.7627 7.67678 16.4698 7.96967L10.0001 14.4393L7.53044 11.9697Z" fill="currentColor"/></svg>')}.collection .sidebar-additional-content{padding-block:16px}.collection .ads-carrousel{width:100%;border-radius:12px;display:grid;overflow:hidden}.collection .ads-carrousel>a{grid-column:1;grid-row:1;aspect-ratio:1;display:flex;z-index:0;opacity:0}.collection .ads-carrousel>a.active{z-index:1;opacity:1}.collection .ads-carrousel>a img{object-fit:contain;width:100%;height:auto;aspect-ratio:1}.collection .featured-brands{margin-top:32px;display:flex;gap:12px 24px;flex-wrap:wrap;align-items:center}.collection .featured-brands h2{color:var(--blue);font-size:20px;max-width:20ch}.collection .featured-brands .brands{display:flex;flex-wrap:wrap;gap:16px;padding:4px}.collection .featured-brands .brand{flex-shrink:0;padding:8px;max-width:200px;aspect-ratio:2.5;background:#fff;border-radius:12px;box-shadow:0 0 4px #0003;will-change:scale;transition:scale .2s ease-in-out}.collection .featured-brands .brand:hover{scale:102%}.collection .featured-brands .brand img{width:100%;height:100%;object-fit:contain}@media(max-width:768px){.collection-container{display:grid;grid-template-columns:100%;gap:16px}.collection .filters:not(.active){display:none}}
/*# sourceMappingURL=/cdn/shop/t/55/assets/main-collection.css.map */
