.photos-product-grid--masonry {
	position: relative;
	--photo-masonry-gap: clamp(2rem, 3vw, 3.5rem);
}

.photos-product-grid--masonry .photos-product-card {
	margin: 0;
}

.photos-product-grid--masonry .photos-product-card__button {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.photos-product-grid--masonry .photos-product-card__image {
	width: 100%;
	aspect-ratio: auto;
	overflow: visible;
}

.photos-product-grid--masonry .photos-product-card__image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

[data-photo-masonry] {
	position: relative;
	--photo-masonry-gap: 64px;
}