.collage-wrapper-title{margin-top:0;margin-bottom:3rem}.collage{display:grid}.collage__item>*{width:100%}.collage__item .card__content{flex-grow:initial}@media screen and (max-width:749px){.collage{grid-column-gap:var(--grid-mobile-horizontal-spacing);grid-row-gap:var(--grid-mobile-vertical-spacing)}.collage.no-spacing{--grid-mobile-horizontal-spacing: 0px;--grid-mobile-vertical-spacing: 0px}.collage--mobile{grid-template-columns:repeat(2,minmax(0,1fr))}.collage--mobile .collage__item--left:nth-child(3n-2){grid-column:span 2}.collage--mobile .collage__item--left:nth-child(3n-2):nth-last-child(2){grid-column:span 1}.collage--mobile .collage__item--left:nth-child(3n){grid-column-start:2}.collage--mobile .collage__item--right:nth-child(3n-2){grid-column-start:1}.collage--mobile .collage__item--right:nth-child(3n-2):last-child{grid-column:span 2}.collage--mobile .collage__item--right:nth-child(3n-1){grid-column-start:2}.collage--mobile .collage__item--right:nth-child(3n){grid-column:1 / span 2}}@media screen and (min-width:750px){.collage{grid-auto-flow:column;grid-column-gap:var(--grid-desktop-horizontal-spacing);grid-row-gap:var(--grid-desktop-vertical-spacing);grid-template-columns:repeat(4,minmax(0,1fr))}.collage.no-spacing{--grid-desktop-horizontal-spacing: 0px;--grid-desktop-vertical-spacing: 0px}.collage__item--left:nth-child(3n-2){grid-column:1 / span 2;grid-row:span 2}.collage__item--left:nth-child(3n-2):last-child{grid-column:1 / span 3}.collage__item--left:nth-child(3n-1),.collage__item--left:nth-child(3n){grid-column:3 / span 2}.collage__item--left:nth-child(3n-1):last-child{grid-row:span 2}.collage__item--right:nth-child(3n-2){grid-column:1 / span 1;grid-row:span 1}.collage__item--right:nth-child(3n-2):last-child{grid-column:1 / span 3}.collage__item--right:nth-child(3n-1){grid-column-start:1}.collage__item--right:nth-child(3n-1):last-child{grid-column:span 2}.collage__item--right:nth-child(3n){grid-column:2 / span 2;grid-row:span 2}.collage__item--collection:only-child,.collage__item--product:only-child{justify-self:center;max-width:73rem;width:100%}}.collage-card{height:100%;position:relative;border-radius:var(--border-radius);border:var(--border-width) solid rgba(var(--color-foreground),var(--border-opacity));padding:var(--image-padding)}.collage-card.gradient{transform:perspective(0)}.collage-card:after{content:"";position:absolute;z-index:-1;border-radius:var(--border-radius);box-shadow:var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow),var(--shadow-opacity));width:calc(var(--border-width) * 2 + 100%);height:calc(var(--border-width) * 2 + 100%);top:calc(var(--border-width) * -1);left:calc(var(--border-width) * -1)}.collage-card.product-card-wrapper{--border-radius: var(--product-card-corner-radius);--border-width: var(--product-card-border-width);--border-opacity: var(--product-card-border-opacity);--shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);--shadow-vertical-offset: var(--product-card-shadow-vertical-offset);--shadow-blur-radius: var(--product-card-shadow-blur-radius);--shadow-opacity: var(--product-card-shadow-opacity);--shadow-visible: var(--product-card-shadow-visible);--image-padding: var(--product-card-image-padding)}.collage-card .media{height:100%;overflow:hidden;border-radius:calc(var(--border-radius) - var(--border-width) - var(--image-padding))}.collage-card .deferred-media{height:100%;overflow:visible}.collage-card__link{display:block;height:100%}.collage-card .deferred-media__poster{background-color:transparent;border:0}.collage-card .deferred-media__poster:after{content:"";position:absolute;z-index:1;outline-offset:.3rem;bottom:calc(var(--border-width) * -1);left:calc(var(--border-width) * -1);right:calc(var(--border-width) * -1);top:calc(var(--border-width) * -1)}.collage-card .deferred-media__poster:focus:after{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3);outline:.2rem solid rgba(var(--color-foreground),.5)}.collage-card .deferred-media__poster:focus-visible:after{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3);outline:.2rem solid rgba(var(--color-foreground),.5)}.collage-card .deferred-media__poster:focus:not(:focus-visible),.collage-card .deferred-media__poster:focus:not(:focus-visible):after{outline:none;box-shadow:none}.collage-card .deferred-media__poster:focus{outline:none;box-shadow:none}@media screen and (min-width:750px){.collage.collage__grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:1fr}.collage.collage__grid .collage__item--left:nth-child(3n-2),.collage.collage__grid .collage__item--left:nth-child(3n-1),.collage.collage__grid .collage__item--left:nth-child(3n){grid-column:inherit;grid-row:inherit}.collage.collage__highlight{grid-template-columns:1.5fr repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,.25fr))}.collage.collage__highlight .collage__item--left:nth-child(3n-2){grid-column:1 / 2 span;grid-row:1 / 4 span}.collage.collage__highlight .collage__item--left:nth-child(3n-1){grid-column:2 / 1 span;grid-row:2 / 4 span}.collage.collage__highlight .collage__item--left:nth-child(3n){grid-column:3 / 1 span;grid-row:2 / 4 span}}@media screen and (max-width:749px){.collage.collage__highlight{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,.5fr))}.collage.collage__highlight .collage__item--left:nth-child(3n-2){grid-column:1 / 2 span;grid-row:1 / 1 span}.collage.collage__highlight .collage__item--left:nth-child(3n-1){grid-column:1 / 1 span;grid-row:2 / 1 span}.collage.collage__highlight .collage__item--left:nth-child(3n){grid-column:2 / 1 span;grid-row:2 / 1 span}}.collage.collage__grid .product-card-wrapper .card{--color-foreground: var(--color-brand-primary-1-foreground);--color-background: var(--color-brand-primary-1-background);--ratio-percent: 150% !important}.collage.collage__grid .product-card-wrapper .ratio{--ratio-percent: 150% !important}.collage.collage__grid .product-card-wrapper .ratio:before{background:#0003;background:linear-gradient(0deg,rgba(0,0,0,.2),transparent);width:100%;height:100%;z-index:1}.collage.collage__grid .collage__item--product{text-align:left}.collage.collage__grid .collage__item--product .card__content{position:absolute;height:100%;width:100%;display:flex;flex-direction:column;justify-content:end;align-items:start;z-index:2}.collage.collage__grid .collage__item--product .card-information,.collage.collage__grid .collage__item--product .card__inner .card__content{display:none}.collage.collage__grid .collage__item--product .card__heading.h2{min-height:auto;text-align:left}@media screen and (max-width:749px){.collage.collage__grid .collage__item--product .card__heading.h2{text-align:left}}.collage.collage__grid .collage__item--product .card-price{grid-row-start:2;padding:0 1rem}.collage.collage__grid .product-card-wrapper:hover .has--hover-effect .price{opacity:inherit}.collage.collage__grid .product-card-wrapper .has--hover-effect .list-variant{display:none}
/*# sourceMappingURL=/cdn/shop/t/29/assets/collage.css.map */
