

@media screen and (max-width: 1099px) {
    /* استایل‌های مربوط به حالت موبایل و تبلت */
    header .d-search-wrapper-outer {
        max-width: 400px;
    }    

    header .d-search-wrapper {
        max-width: 400px;
    }    

    header .most-search-items .flex-none {
        display: none;
    }

    .section-device-controller{
        flex: auto;
        max-width: 99%;
    }

    .section-product-desc-price .section-product-desc {
        flex: 0 0 50%;

    }

    .section-product-desc-price .section-product-price {
        flex: 0 0 50%;
        max-width: 50%;
    }    
}