.collection-scroller{padding:0 var(--side-padding);position:relative}.collection-scroller .section-header{display:flex;flex-direction:row;align-items:center;gap:var(--grid-gap);margin:0 0 60px 0}.collection-scroller .section-header a{text-transform:lowercase}.collection-scroller .collection-scrollbox{display:flex;flex-direction:row;align-items:stretch;gap:var(--grid-gap);overflow-x:auto;position:relative;padding:0 1px 50px 1px;scroll-behavior:smooth}.collection-scroller .collection-scrollbox::-webkit-scrollbar-thumb{background:var(--black)!important}.collection-scroller .collection-scrollbox::-webkit-scrollbar-thumb:hover{background:var(--accent)}.collection-scroller .collection-scrollbox::-webkit-scrollbar-track{border-bottom:2px solid var(--grey)}.collection-scroller .collection-scrollbox::-webkit-scrollbar{max-width:50px;max-height:8px}@supports (scrollbar-width:auto){.collection-scroller .collection-scrollbox{scrollbar-color:var(--black);scrollbar-width:2px}}@supports selector(::-webkit-scrollbar){.collection-scroller ::-webkit-scrollbar-thumb{background:var(--black)}.collection-scroller ::-webkit-scrollbar-thumb:hover{background:var(--accent)}.collection-scroller ::-webkit-scrollbar-track{border-bottom:2px solid var(--grey)}.collection-scroller ::-webkit-scrollbar{max-width:50px;max-height:8px}}.collection-scroller .arrow{position:absolute;bottom:-8px;right:32px;background:var(--white);padding-left:20px;cursor:pointer}.collection-scroller .arrow:hover path{fill:var(--accent)!important}.collection-scroller .product-card{min-width:calc(30vw - 40px)!important;display:flex;flex-direction:column;justify-content:space-between;min-height:100%;max-height:100%;border-right:1px solid var(--black);border-bottom-right-radius:var(--border-radius-small)}.collection-scroller .product-card .card-content{display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:0 0 20px 0;min-width:calc(100% + 1px);max-width:calc(100% + 1px);font-size:.8rem}.collection-scroller .product-card .card-content a{display:block}.collection-scroller .product-card .card-content a:hover{color:var(--accent)}.collection-scroller .product-card .card-content h3{color:var(--grey)}.collection-scroller .product-card .card-content .price,.collection-scroller .product-card .card-content .types{color:var(--grey)}.collection-scroller .product-card .image{width:100%;aspect-ratio:1/1;cursor:pointer}.collection-scroller .product-card .image-wrap{outline:1px solid var(--black);overflow:hidden;border-top-left-radius:var(--border-radius-small);border-bottom-right-radius:var(--border-radius-small);border-bottom-left-radius:var(--border-radius-small)}@media screen and (min-width:1200px){.collection-scroller .product-card{min-width:calc(23vw - 40px)!important}}@media screen and (max-width:767px){.collection-scroller .product-card{min-width:calc(65vw - 40px)!important}.collection-scroller .arrow{position:absolute;bottom:-8px;right:var(--side-padding);background:var(--white);padding-left:20px;cursor:pointer}}