
#only-for-phone {
    display: none;
}
.product-pres-route a {
    color: black;
    letter-spacing: 1.6px;
}
@media screen and (max-width: 1124px) {
    .product-pres-big-img{
        display: none;
    }
    .product-presentation{
        height: fit-content;
    }
    .images-container{
        padding: 0 15px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;  /* Enable horizontal scrolling */
        width: 100%;       /* Ensure it takes the full width of the viewport */
        scroll-behavior: smooth; 
    }
    .images-scroller{
        display: flex;                /* Keep items in a row */
        flex-direction: row;
        width: max-content;  
    }
    .images-scroller img{
        width: 300px;
        margin: 0 20px;
    }
    .product-press-detalii{
        padding: 0;
        margin-top: 15px;
    }
    .vtl-tb-main-widget__badge-img{
        width: 80px !important;
    }
    .product-pres-button{
        width: 95% !important;
    }
    .section-product-description{
        width: 95%;
    }
    .section-best-seller-title{
        margin-left: 15px !important;
    }
    .section-product{
        width: 190px !important;
    }

    #only-for-phone {
        display: flex;
    }
}