.photo-gallery{margin-top:0}.photo-gallery__wrapper{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media screen and (min-width: 990px){.photo-gallery__wrapper{grid-template-columns:1fr 2fr;gap:5rem}}.photo-gallery__content{display:flex;flex-direction:column;gap:1.5rem}.photo-gallery__title{margin:0;color:rgb(var(--color-foreground))}.photo-gallery__description{margin:0;color:rgba(var(--color-foreground),.75)}.photo-gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media screen and (min-width: 750px){.photo-gallery__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media screen and (min-width: 990px){.photo-gallery__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.photo-gallery__item{position:relative;overflow:hidden;border-radius:var(--border-radius)}.photo-gallery__image-wrapper{position:relative;width:100%;padding-bottom:100%;overflow:hidden;border-radius:var(--border-radius)}.photo-gallery__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--duration-short) ease}.photo-gallery__item:hover .photo-gallery__image{transform:scale(1.05)}@media screen and (max-width: 749px){.photo-gallery__wrapper{gap:2rem}.photo-gallery__content{text-align:center}.photo-gallery__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.photo-gallery__item--hidden{display:none}.photo-gallery__show-more{text-align:left;margin-top:1.5rem}.photo-gallery__show-more .button{min-width:12rem}.photo-gallery .page-width{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}@media screen and (min-width: 750px){.photo-gallery .page-width{padding:0 5rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-photo-gallery.css.map */
