.product-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-photo-grid figure{margin:0;position:relative;overflow:hidden;border-radius:24px;background:var(--blush);aspect-ratio:3/4}
.product-photo-grid figure:nth-child(2){aspect-ratio:1/1}
.product-photo-grid img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.product-photo-grid figure:hover img{transform:scale(1.035)}
.product-photo-grid figcaption{position:absolute;left:14px;bottom:14px;background:rgba(255,255,255,.94);color:var(--berry);padding:8px 13px;border-radius:99px;font-size:.82rem;font-weight:800;box-shadow:0 5px 18px #3a253022}
@media(max-width:850px){.product-photo-grid{grid-template-columns:1fr 1fr}.product-photo-grid figure:nth-child(2){aspect-ratio:3/4}}
@media(max-width:560px){.product-photo-grid{grid-template-columns:1fr}.product-photo-grid figure{aspect-ratio:auto}.product-photo-grid img{height:auto;display:block}.product-photo-grid figure:nth-child(2){aspect-ratio:auto}}
