.custom-collection-list{position:relative}.custom-collection-list__wrapper{width:100%}.custom-collection-list__wrapper--fluid{max-width:100%;padding-left:1.5rem;padding-right:1.5rem}.custom-collection-list__wrapper--page-width{max-width:var(--page-width);margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.custom-cl-padding{padding-top:calc(var(--custom-cl-pt, 0) * .75px);padding-bottom:calc(var(--custom-cl-pb, 0) * .75px)}@media screen and (min-width:750px){.custom-cl-padding{padding-top:calc(var(--custom-cl-pt, 0) * 1px);padding-bottom:calc(var(--custom-cl-pb, 0) * 1px)}}.custom-cl--no-space{margin-top:0!important;margin-bottom:0!important}.custom-cl__header{margin-bottom:2rem}.custom-cl__header--left{text-align:left}.custom-cl__header--center{text-align:center}.custom-cl__header--right{text-align:right}.custom-cl__heading{margin:0 0 .5rem;font-size:2.4rem;line-height:1.3;letter-spacing:.06rem}@media screen and (min-width:750px){.custom-cl__heading{font-size:3rem}}.custom-cl__heading-border{display:flex;align-items:center;justify-content:center;gap:1.5rem}.custom-cl__heading-border:before,.custom-cl__heading-border:after{content:"";flex:1;height:.1rem;max-width:80px;background:rgba(var(--color-foreground),.15)}.custom-cl__header--left .custom-cl__heading-border:before{display:none}.custom-cl__header--right .custom-cl__heading-border:after{display:none}.custom-cl__description{margin:0;font-size:1.4rem;color:rgba(var(--color-foreground),.7);line-height:1.6}.custom-cl__description a{color:rgb(var(--color-foreground))}.custom-cl__grid{display:grid;gap:var(--custom-cl-gap, 30px);list-style:none;margin:0;padding:0;grid-template-columns:repeat(var(--custom-cl-cols-sm, 2),1fr)}@media screen and (min-width:750px){.custom-cl__grid{grid-template-columns:repeat(var(--custom-cl-cols-md, 3),1fr)}}@media screen and (min-width:990px){.custom-cl__grid{grid-template-columns:repeat(var(--custom-cl-cols, 6),1fr)}}.custom-cl__carousel-viewport{position:relative;overflow:hidden}.custom-cl__carousel-track{display:flex;gap:var(--custom-cl-gap, 30px);list-style:none;margin:0;padding:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.custom-cl__carousel-track::-webkit-scrollbar{display:none}.custom-cl__carousel-track>li{scroll-snap-align:start;flex:0 0 calc((100% - var(--custom-cl-gap, 30px) * (var(--custom-cl-cols-sm, 2) - 1)) / var(--custom-cl-cols-sm, 2));min-width:0}@media screen and (min-width:750px){.custom-cl__carousel-track>li{flex:0 0 calc((100% - var(--custom-cl-gap, 30px) * (var(--custom-cl-cols-md, 3) - 1)) / var(--custom-cl-cols-md, 3))}}@media screen and (min-width:990px){.custom-cl__carousel-track>li{flex:0 0 calc((100% - var(--custom-cl-gap, 30px) * (var(--custom-cl-cols, 6) - 1)) / var(--custom-cl-cols, 6))}}.custom-cl__arrow{position:absolute;top:42%;transform:translateY(-100%);z-index:2;background:rgba(var(--color-background),.85);border:.1rem solid rgba(var(--color-foreground),.1);border-radius:50%;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:rgb(var(--color-foreground));transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 2px 8px #00000014}.custom-cl__arrow:hover{background:rgb(var(--color-background));box-shadow:0 4px 16px #0000001f}.custom-cl__arrow--prev{left:-.5rem}.custom-cl__arrow--next{right:-.5rem}.custom-cl__arrow svg{width:1.2rem;height:1.2rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.custom-cl__arrows--hidden .custom-cl__arrow{display:none}.custom-cl__dots{display:flex;justify-content:center;align-items:center;gap:.6rem;margin-top:4rem;padding:0;list-style:none}.custom-cl__dot{width:.8rem;height:.8rem;border-radius:50%;border:.1rem solid rgba(var(--color-foreground),.4);background:transparent;padding:0;cursor:pointer;transition:background .2s,transform .2s}.custom-cl__dot:hover{border-color:rgb(var(--color-foreground))}.custom-cl__dot--active{background:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground));transform:scale(1.2)}.custom-cl__dots--desktop-only{display:none}@media screen and (min-width:750px){.custom-cl__dots--desktop-only{display:flex}}.custom-cl__dots--mobile-only{display:flex}@media screen and (min-width:750px){.custom-cl__dots--mobile-only{display:none}}.custom-cl__dots--hidden{display:none!important}.custom-cl__item{position:relative}.custom-cl__item a{text-decoration:none;color:inherit;display:block}.custom-cl__image-wrap{position:relative;overflow:hidden;margin:0 auto;background:rgba(var(--color-foreground),.03)}.custom-cl__image-wrap--custom-width{width:var(--custom-cl-img-width, 180px);max-width:100%}.custom-cl__image-wrap--full-width{width:100%;border-radius:10px}.custom-cl__image-wrap--rounded{border-radius:50%}.custom-cl__image-wrap--1-1{aspect-ratio:1 / 1}.custom-cl__image-wrap--3-4{aspect-ratio:3 / 4}.custom-cl__image-wrap--4-3{aspect-ratio:4 / 3}.custom-cl__image-wrap--16-9{aspect-ratio:16 / 9}.custom-cl__image-wrap--21-9{aspect-ratio:21 / 9}.custom-cl__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.custom-cl__item--hover-zoom .custom-cl__image-wrap:hover .custom-cl__image{transform:scale(1.08)}.custom-cl__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.04)}.custom-cl__placeholder svg{width:40%;height:40%;fill:rgba(var(--color-foreground),.2)}.custom-cl__info{text-align:center;padding-top:var(--custom-cl-name-spacing, 0px)}.custom-cl__name{margin:.8rem 0 0;font-size:calc(var(--custom-cl-name-size, 16) * .1rem);font-weight:var(--custom-cl-name-weight, 500);line-height:1.4;letter-spacing:.05em;color:rgb(var(--color-foreground))}.custom-cl__count{margin:.3rem 0 0;font-size:calc(var(--custom-cl-count-size, 14) * .1rem);font-weight:var(--custom-cl-count-weight, 400);color:rgba(var(--color-foreground),.6)}.custom-cl--design-1 .custom-cl__item{padding:0;text-align:center}.custom-cl--design-1 .custom-cl__item>a{position:relative;display:block}.custom-cl--design-1 .custom-cl__image-wrap{position:relative;border-radius:10px}.custom-cl--design-1 .custom-cl__info{position:absolute;bottom:0rem;left:3rem;right:3rem;padding:1rem .8rem;background:#ffffffd9;text-align:center;z-index:2;border-radius:.4rem}.custom-cl--design-1 .custom-cl__image-wrap--rounded+.custom-cl__info,.custom-cl--design-1 .custom-cl__image-wrap--rounded~.custom-cl__info{bottom:0;left:0;right:0;top:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;border-radius:0;padding:.5rem}.custom-cl--design-1 .custom-cl__name{text-align:center;word-wrap:break-word}.custom-cl--design-2 .custom-cl__item{padding:0;text-align:center}.custom-cl--design-2 .custom-cl__info{text-align:center;padding:1rem .5rem 0}.custom-cl--design-2 .custom-cl__name{text-align:center;word-wrap:break-word;display:inline-block;padding-bottom:.2rem;border-bottom:1px solid rgba(var(--color-foreground),.15)}@media screen and (max-width:768px){.custom-cl--design-2 .custom-cl__name{border-bottom:0}}.custom-cl--design-3 .custom-cl__item{padding:1rem;text-align:center;border-radius:.8rem;transition:background .3s,box-shadow .3s}.custom-cl--design-3 .custom-cl__item:hover{background:rgba(var(--color-foreground),.03);box-shadow:0 4px 20px #0000000f}.custom-cl--design-3 .custom-cl__info{text-align:center;padding:1rem .5rem 0}.custom-cl--design-3 .custom-cl__name{text-align:center;word-wrap:break-word}.custom-cl__reveal-item{opacity:0;transform:translateY(2rem);transition:opacity .5s ease,transform .5s ease}.custom-cl__reveal-item--visible{opacity:1;transform:translateY(0)}
/*# sourceMappingURL=/cdn/shop/t/15/assets/section-collection-list.css.map */
