.recently-viewed .cmp-container {
    display: flex;
    gap: 12px;
}

.recently-viewed .recently-viewed-wrapper{
    padding: 16px;
    border-radius: 12px;
    background-color: #fff;
}

.recently-viewed .recently-viewed-heading{
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    color: #202129;
    margin-bottom: 28px;
}

.recently-viewed .carousel-wrapper.recently-viewed-wrapper .card {
    border-radius: 12px;
    background: var(--Neutrals-100, #F2F3F5);
    max-width: 300px;
    border: 8px solid #fff;
}

.recently-viewed .carousel-wrapper.recently-viewed-wrapper .card .image-wrapper .product-img {
    border-radius: 12px 12px 0px 0px;
    background: var(--Neutrals-100, #F2F3F5);
    width: auto;
    height: auto;
    border-radius: unset;
}

.recently-viewed .carousel-wrapper.recently-viewed-wrapper .card .image-wrapper .product-img img {
    padding: 20px;
}

.recently-viewed .carousel-wrapper.recently-viewed-wrapper .card .text-wrapper{
    padding: 16px;
}
.recently-viewed-carousel .slick-track{
    margin-left: 0;
}
.discount-price {
    color: #202129;
}
@media screen and (max-width:768px) {
    .recently-viewed .carousel-wrapper.recently-viewed-wrapper .card .image-wrapper .product-img img{
        padding: unset;
        max-width: 260px;
    }

    .recently-viewed .recently-viewed-heading{
        font-size: 20px;
        font-weight: 500;
        line-height: 25.2px;
        margin-bottom: 16px;
    }

    .recently-viewed .recently-viewed-wrapper{
        margin-top: 24px;
        margin-bottom: 64px;
    }
}

.recently-viewed .card .text-wrapper .price-section .out-of-stock p {
    color: #ED1C24;
    font-family: Lato;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
  }
