#product-collage-section .collage-gallery{display:grid;gap:1rem;grid-template-columns:repeat(2, minmax(0, 1fr))}@media screen and (min-width: 729px){#product-collage-section .collage-gallery{gap:1rem;grid-template-columns:minmax(0, 0.5fr) repeat(2, minmax(0, 0.25fr))}}@media screen and (min-width: 992px){#product-collage-section .collage-gallery{gap:1.5rem}}@media screen and (min-width: 1200px){#product-collage-section .collage-gallery{gap:2rem}}#product-collage-section .collage-card{position:relative;border-radius:8px;overflow:hidden}@media screen and (max-width: 729px){#product-collage-section .collage-card{height:164px}#product-collage-section .collage-card:first-child{grid-column:1/span 2}}@media screen and (min-width: 729px){#product-collage-section .collage-card:first-child{grid-row:1/span 2;grid-column:1}}@media screen and (max-width: 729px){#product-collage-section .collage-card:first-child{min-height:343px}}@media screen and (min-width: 729px){#product-collage-section .collage-card:first-child .card-content{padding:24px;gap:8px}#product-collage-section .collage-card:not(:first-child):not(.collage-card--block){aspect-ratio:1}}#product-collage-section .collage-card--block{grid-column:span 2}#product-collage-section .collage-card .card-photo{width:100%;height:100%;transition:all .5s ease;transform:scale(1);-o-object-fit:cover;object-fit:cover}#product-collage-section .collage-card .card-content{position:absolute;bottom:0;display:flex;gap:4px;flex-direction:column;width:100%;padding:12px;border-radius:8px;background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);color:var(--color-neutral-0)}@media screen and (min-width: 729px){#product-collage-section .collage-card .card-content{gap:4px;padding:16px}}#product-collage-section .collage-card[data-type=image]:hover .card-photo{transform:scale(1.2)}#product-collage-section .collage-card[data-type=video] .card-media{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#product-collage-section .collage-container{display:block;width:100%;height:100%}