.related-products .product-image {
    align-items: flex-start;
}
.related-products .product-image img {
    aspect-ratio: 1/1;
    height: 307px;
    width: auto;
    margin: 0 auto;
}

.related-products .swiper-wrapper {
    align-items: stretch;
}

.related-products .swiper-slide {
    height: auto;
}

.related-products .swiper-slide .product {
    height: 100%;
}