.product-group__items.product-group-photos {
    gap: 10px;
}
.product-group-photos__item {
    display: flex;
    flex: 0 0 30%;
    flex-direction: column;
    margin-right: 0 !important;
}
.product-group-photos__price {
	color: var(--top-header-link-color-hover);
	font-weight: 600;
	font-size: 13px;
}