.feed-product-card .product-media {
    min-height: 245px;
    aspect-ratio: 1 / .9;
}

.feed-product-card .product-media img {
    width: 88%;
    height: 82%;
    max-height: 220px;
    object-fit: contain;
}

.feed-product-card .product-meta > span:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feed-product-card h3 {
    min-height: 66px;
}

.feed-product-card .stock {
    flex: 0 0 auto;
    padding: 5px 9px;
    border-radius: 999px;
    background: #edf7ef;
    color: #24733b;
    font-size: 9px;
    white-space: nowrap;
}

.feed-product-card .stock::before {
    background: #31a759;
}

.feed-product-card .price {
    font-size: clamp(16px, 1.3vw, 20px);
}

@media (max-width: 620px) {
    .feed-product-card .product-media {
        min-height: 220px;
    }

    .feed-product-card h3 {
        min-height: 0;
    }
}
