/* Anasayfa ve kategori: ürün görselleri aynı kutu boyutunda */
.product-wrapper .product-media,
.product-wrapper-1 .product-media,
.shop-content .product-media {
    position: relative;
    display: block;
    aspect-ratio: 300 / 338;
    overflow: hidden;
    margin-bottom: 0;
    background-color: #f4f4f4;
}

.product-wrapper .product-media > a,
.product-wrapper-1 .product-media > a,
.shop-content .product-media > a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-wrapper .product-media picture,
.product-wrapper-1 .product-media picture,
.shop-content .product-media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.product-wrapper .product-media img,
.product-wrapper-1 .product-media img,
.shop-content .product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-wrapper .product-media img:last-child,
.product-wrapper-1 .product-media img:last-child,
.shop-content .product-media img:last-child {
    position: absolute;
    inset: 0;
}

.product-wrapper .product-media img:first-child,
.product-wrapper-1 .product-media img:first-child,
.shop-content .product-media img:first-child {
    position: relative;
}
