.product-stock {
	margin: 10px 0 5px;
	font-weight: 600;
}

/* 1. Base style: Applies to mobile, phablets, and tablets (< 992px) */
.retialer-support-img {
    width: 100%;
    max-height: 45vh;     /* Caps image height to 45% of the phone/tablet screen height */
    object-fit: contain;  /* Keeps the image aspect ratio perfectly intact */
}

/* 2. Desktop style: Applies to laptops and larger screens (>= 992px) */
@media (min-width: 992px) {
    .retialer-support-img {
        max-height: 550px;
        width: auto !important;
    }
}