.custom-collection{background-color:rgb(var(--color-background))}.custom-collection__inner{width:100%;max-width:var(--custom-max-width, 1400px);margin:0 auto;padding-top:var(--custom-padding-top, 6rem);padding-bottom:var(--custom-padding-bottom, 6rem);padding-left:clamp(2rem,1.2rem + 2.5vw,7rem);padding-right:clamp(2rem,1.2rem + 2.5vw,7rem)}.custom-collection--full .custom-collection__inner{max-width:none}.custom-collection__header{text-align:center;max-width:925px;margin:0 auto 4.8rem}.custom-collection__banner{display:grid;grid-template-columns:minmax(0,1fr);width:100%;margin-bottom:0}.custom-collection__banner--bordered{border:1px solid var(--custom-border, rgb(var(--color-foreground)))}.custom-collection__banner-content{display:flex;flex-direction:column;justify-content:center;padding:3.2rem 2.4rem;order:1}.custom-collection__banner-media{position:relative;overflow:hidden;min-height:28rem;order:2}.custom-collection__banner-media img,.custom-collection__banner-media .placeholder-svg{width:100%;height:100%;object-fit:cover;object-position:var(--custom-image-position, center center);display:block}.custom-collection__banner-heading{margin:0 0 1.6rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);letter-spacing:.04em;line-height:1.15;text-transform:uppercase;color:var(--custom-accent, rgb(var(--color-foreground)));font-size:clamp(calc(var(--custom-banner-heading-size, 36px) * .7),calc(var(--custom-banner-heading-size, 36px) * .4 + 1.5vw),var(--custom-banner-heading-size, 36px))}.custom-collection__banner-description{color:var(--custom-accent, rgb(var(--color-foreground)));max-width:42rem;margin:0 0 2.4rem}.custom-collection__banner-description p{margin:0 0 1rem}.custom-collection__banner-description p:last-child{margin-bottom:0}.custom-collection__banner-button{align-self:flex-start;min-width:0;min-height:4.4rem;padding:1rem 2.4rem;font-size:1.1rem;letter-spacing:.14em;text-transform:uppercase}.custom-collection__subheading{margin:0 0 1.2rem;font-size:1.37rem;letter-spacing:.22em;text-transform:uppercase;color:var(--custom-accent, rgb(var(--color-foreground)))}.custom-collection__heading{margin:0 0 2.4rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);letter-spacing:.08em;line-height:1.1;text-transform:uppercase;color:rgb(var(--color-foreground));font-size:clamp(calc(var(--custom-heading-size, 48px) * .55),calc(var(--custom-heading-size, 48px) * .35 + 2vw),var(--custom-heading-size, 48px))}.custom-collection__description{color:var(--custom-accent, rgb(var(--color-foreground)));max-width:100%;margin:0 auto}.custom-collection__description p{margin:0 0 1.2rem;font-size:20px;font-weight:500}.custom-collection__description p:last-child{margin-bottom:0}.custom-collection__grid{display:grid;grid-template-columns:repeat(var(--custom-columns-mobile, 2),minmax(0,1fr))}.custom-collection__grid--bordered{border-top:1px solid var(--custom-border, rgb(var(--color-foreground)));border-left:1px solid var(--custom-border, rgb(var(--color-foreground)))}.custom-collection__banner--bordered+.custom-collection__grid--bordered{border-top:none}.custom-collection__grid--bordered .custom-collection__item{border-right:1px solid var(--custom-border, rgb(var(--color-foreground)));border-bottom:1px solid var(--custom-border, rgb(var(--color-foreground)))}.custom-collection__item{min-width:0}.custom-collection__item.is-hidden{display:none}.custom-collection-card{display:flex;flex-direction:column;height:100%;position:relative;background-color:rgb(var(--color-background))}.custom-collection-card__media{display:block;padding:3rem 3rem 0;text-decoration:none}.custom-collection-card__media-inner{position:relative;overflow:hidden;aspect-ratio:1}.custom-collection-card__media img,.custom-collection-card__media .placeholder-svg{width:100%;height:100%;object-fit:cover;display:block}.custom-collection-card__content{display:flex;flex-direction:column;flex:1;padding:1.6rem 1.6rem 2rem;text-align:var(--custom-card-text-align, left)}.custom-collection-card__title{margin:0 0 .8rem;font-size:1.4rem;letter-spacing:.04em;line-height:1.3}.custom-collection-card__title a{color:rgb(var(--color-foreground));text-decoration:none}.custom-collection-card__title a:hover{text-decoration:underline;text-underline-offset:.2rem}.custom-collection-card__price{margin:0 0 1.6rem;font-size:1.4rem;letter-spacing:.06em;color:rgb(var(--color-foreground))}.custom-collection-card__price .price-item--regular{margin:0}.custom-collection-card__price .price-item--sale{color:rgb(var(--color-foreground))}.custom-collection-card__price s{opacity:.65;margin-right:.6rem}.custom-collection-card__actions{margin-top:auto}.custom-collection-card__button{min-width:0;min-height:3.6rem;padding:.8rem 1.6rem;font-size:1rem;letter-spacing:.14em;text-transform:uppercase}.custom-collection-card product-form{display:block}.custom-collection__footer{margin-top:4rem;text-align:center}.custom-collection__footer-text{max-width:56rem;margin:0 auto 2rem;color:var(--custom-accent, rgb(var(--color-foreground)))}.custom-collection__footer-text p{margin:0 0 1rem;font-size:1.6rem;font-weight:500;line-height:1.5}.custom-collection__footer-text p:last-child{margin-bottom:0}.custom-collection__footer-button{min-width:22rem;min-height:4.8rem;font-size:1.1rem;letter-spacing:.16em;text-transform:uppercase}@media screen and (min-width:750px){.custom-collection__banner{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.custom-collection__banner--content-1 .custom-collection__banner-content{order:1}.custom-collection__banner--content-1 .custom-collection__banner-media,.custom-collection__banner--content-2 .custom-collection__banner-content{order:2}.custom-collection__banner--content-2 .custom-collection__banner-media{order:1}.custom-collection__banner--bordered.custom-collection__banner--content-1 .custom-collection__banner-content,.custom-collection__banner--bordered.custom-collection__banner--content-2 .custom-collection__banner-media{border-right:1px solid var(--custom-border, rgb(var(--color-foreground)))}.custom-collection__banner-media{min-height:42rem}.custom-collection__banner-content{padding:4.8rem 5rem}.custom-collection__grid{grid-template-columns:repeat(var(--custom-columns-desktop, 4),minmax(0,1fr))}.custom-collection-card__title,.custom-collection-card__price{font-size:1.5rem}}@media screen and (max-width:749px){.custom-collection__header{margin-bottom:3.2rem}.custom-collection__banner--bordered .custom-collection__banner-content{border-bottom:1px solid var(--custom-border, rgb(var(--color-foreground)))}.custom-collection__footer{margin-top:3.2rem}.custom-collection__footer-button{width:100%;max-width:32rem}.custom-collection-card__media{padding:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/section-custom-collection.css.map */
