/* Add custom CSS styles below */ 
body.small-atc.app-body .product-block:not(.s-product-card-horizontal) .product-block__info>div:nth-last-of-type(2) {
    background: #efebef;
}

#app.product-card-bg-on custom-salla-product-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    padding: 10px;
}

.s-block__title {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge.absolute:not(.sale-ratio-wrapper) {

    max-width: calc(123% - 50px);

}