.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:10px;grid-row-gap:10px}.collage--mobile{grid-template-columns:repeat(2,minmax(0,1fr))}.collage--mobile .collage__item--left:nth-child(3n-2){grid-column:span 2;grid-row:2;grid-row-start: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}.collage--mobile .collage__item--left:nth-child(2),.collage--mobile .collage__item--left:nth-child(3){grid-row:1}.collage--mobile .collage__item--left:nth-child(5){grid-row:3;grid-column:2}.collage--mobile .collage__item--left:nth-child(4){grid-column:1;grid-row:3}}.collage-card.product-card-wrapper .collage_product_block{position:absolute;bottom:10px;width:max-content;max-width:100%;height:max-content;left:10px;background:#fff;border-radius:20px;padding:0;transition:background 0s,.1s}.collage-card.product-card-wrapper{cursor:pointer}.collage_popup_open_pro{border:1px solid #201D48;background:#fff;width:44px;height:44px;padding:10px;border-radius:40px;cursor:pointer}.collage_popup_open_pro svg{width:100%;height:100%}.product_title_collage{font-weight:500;font-size:14px;line-height:100%;letter-spacing:0;margin:10px 0;max-width:170px}.collage_p_link{color:#000;line-height:0}.collage_p_link svg{rotate:-90deg;width:15px;height:15px}.product_price_collage{display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:700;font-size:16px;line-height:100%;letter-spacing:0;margin:0}.content_product_block_collage{transform:scale(0);transform-origin:left bottom;transition:background transform .2s,opacity .2s;width:0;height:0;opacity:0}.collage-card.product-card-wrapper .collage_product_block{background:transparent}.collage-card.product-card-wrapper .collage_product_block.open-tab{background:#fff;padding:15px;box-shadow:0 0 4px #0000008a}.collage-card.product-card-wrapper .collage_product_block.open-tab .content_product_block_collage{transform:scale(1);width:auto;height:auto;opacity:1}.collage-card.product-card-wrapper .collage_product_block.open-tab .collage_popup_open_pro{background:transparent;border:0;rotate:45deg;padding:0;width:24px;height:24px}.collage-wrapper-title{font-weight:700;font-size:40px;line-height:100%;letter-spacing:0;text-align:center;margin-bottom:2rem}@media(max-width:767px){.collage-wrapper-title{font-size:24px;margin-bottom:1rem}}.collage-wrapper-rte{font-weight:500;font-size:16px;line-height:24px;letter-spacing:0;text-align:center;margin-bottom:3rem;opacity:.75}@media(max-width:767px){.collage-wrapper-rte{font-size:14px;margin-bottom:2rem}}@media screen and (min-width:750px){.collage{--grid-desktop-horizontal-spacing:20px;--grid-desktop-vertical-spacing:20px;grid-auto-flow:column;grid-column-gap:var(--grid-desktop-horizontal-spacing);grid-row-gap:var(--grid-desktop-vertical-spacing);grid-template-columns:repeat(20,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.collage__item--left:first-child{grid-column:1 / span 10;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;grid-column:11 / span 5}.collage__item--left:nth-child(3n-1):last-child{grid-row:2}.collage__item--left:nth-child(5n-1),.collage__item--left:nth-child(5n){grid-column:16 / span 5}.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(max-width:767px){.product_title_collage{font-size:12px;max-width:120px}.collage_popup_open_pro{width:32px;height:32px;padding:8px}.product_price_collage{font-size:12px}.collage_p_link svg{width:12px;height:12px}.collage-card.product-card-wrapper .collage_product_block{border-radius:5px;bottom:5px;left:5px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/collage.css.map */
