.collage-wrapper-title{line-height:25px;margin-top:0}.collage{display:grid}.collage__item>*{width:100%}.collage__item .card__content{flex-grow:0}@media screen and (max-width:749px){.collage{grid-column-gap:var(--grid-mobile-horizontal-spacing);grid-row-gap:var(--grid-mobile-vertical-spacing)}.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(3,minmax(0,1fr))}.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-start:3}.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{background:rgb(var(--color-background));border:var(--border-width) solid rgba(var(--color-foreground),var(--border-opacity));border-radius:var(--border-radius);height:100%;padding:var(--image-padding);position:relative}.collage-card:after{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));content:"";height:calc(var(--border-width)*2 + 100%);left:calc(var(--border-width)*-1);position:absolute;top:calc(var(--border-width)*-1);width:calc(var(--border-width)*2 + 100%);z-index:-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{border-radius:calc(var(--border-radius) - var(--border-width) - var(--image-padding));height:100%;overflow:hidden}.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{bottom:calc(var(--border-width)*-1);content:"";left:calc(var(--border-width)*-1);outline-offset:.3rem;position:absolute;right:calc(var(--border-width)*-1);top:calc(var(--border-width)*-1);z-index: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{box-shadow:none;outline:none}.collage-card .deferred-media__poster:focus{box-shadow:none;outline:none}@media screen and (min-width:750px){.collage.collage--4-items,.collage.collage--5-items{grid-template-columns:repeat(4,minmax(0,1fr))}.collage.collage--4-items .collage__item--left:first-child,.collage.collage--5-items .collage__item--left:first-child{grid-column:1/span 2;grid-row:1/span 2}.collage.collage--4-items .collage__item--left:nth-child(n+2),.collage.collage--5-items .collage__item--left:nth-child(n+2){grid-column:span 1;grid-column-start:auto;grid-row:span 1}.collage.collage--4-items .collage__item--right:first-child,.collage.collage--5-items .collage__item--right:first-child{grid-column:3/span 2;grid-row:1/span 2}.collage.collage--7-items{grid-template-columns:3fr 1fr 1fr;grid-template-rows:repeat(3,1fr)}.collage.collage--7-items .collage__item:first-child{grid-column:1;grid-row:1/span 3}.collage.collage--7-items .collage__item:nth-child(2){grid-column:2;grid-row:1}.collage.collage--7-items .collage__item:nth-child(3){grid-column:3;grid-row:1}.collage.collage--7-items .collage__item:nth-child(4){grid-column:2;grid-row:2}.collage.collage--7-items .collage__item:nth-child(5){grid-column:3;grid-row:2}.collage.collage--7-items .collage__item:nth-child(6){grid-column:2;grid-row:3}.collage.collage--7-items .collage__item:nth-child(7){grid-column:3;grid-row:3}}@media screen and (max-width:749px){.collage.collage--7-items.collage--mobile{grid-template-columns:repeat(2,minmax(0,1fr))}.collage.collage--7-items.collage--mobile .collage__item:first-child{grid-column:span 2}}.collage-wrapper{display:flex}.collage-left{height:100vh;position:sticky;top:0;width:40%}.collage-image-wrapper{height:100%;position:relative}.collage-image-wrapper img{height:100%;object-fit:cover;width:100%}.collage-right{padding:40px;width:60%}.collage-grid{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.collage-card img{background:#f5f5f5;width:100%}.collage-content{color:#fff;max-width:300px;position:absolute}.collage-content--left{left:40px;text-align:left}.collage-content--center{left:50%;text-align:center;transform:translateX(-50%)}.collage-content--right{right:40px;text-align:right}.collage-content--top{top:40px}.collage-content--center{top:50%;transform:translate(-50%,-50%)}.collage-content--bottom{bottom:40px}.collage-content .subheading{font-size:14px;margin-bottom:10px}.collage-feature-button{background:#fff;border-radius:8px;color:#000;display:inline-block;padding:12px 22px;text-decoration:none}@media (max-width:749px){.collage-wrapper{flex-direction:column}.collage-left{height:400px;position:relative;width:100%}.collage-right{width:100%}}