/* Add custom CSS styles below */ 
.limited-offer-product img{
background-size: cover;
    position: relative;
    top: -18%;
    height: 340px;
    }
    

    @media (min-width:992px) {
    .interactive-points img{
    height: 545px !important;
    top: 20% !important;
    position: relative !important;
    
    }
}

.s-product-card-price{
    color:#000 !important;
}