.after_pinned_products { display: none; }

.promozone_text .div-h2 {
    color: #000;
    font-family: Jost;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
    letter-spacing: -0.15px;
    text-transform: uppercase;
    
}

.promozona-product-item p.product__price {
    position: absolute;
    display: block;
    bottom: 5px;
    right: 5px;
    padding: 0px 5px;
    border-radius: 5px;
    background: #FFF;
    color: #000;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom:0px;
}
@media (max-width: 575px) {
    .promozone_blog_wrapper{
        width: calc(100% + 24px);
        margin-left:-12px;
        margin-right:-12px;
    }
}