/* TrendishShop v208 — force featured title and mobile "همه" onto one row. */
@media (max-width:600px){
  body.home-overlay-layout .mobile-featured-products-section .section-head{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:space-between!important;
    direction:rtl!important;
    width:100%!important;
    min-width:0!important;
    gap:12px!important;
    margin:0 0 10px!important;
    padding:0!important;
  }

  body.home-overlay-layout .mobile-featured-products-section .section-head > div{
    display:block!important;
    flex:0 1 auto!important;
    width:auto!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    text-align:right!important;
  }

  body.home-overlay-layout .mobile-featured-products-section .section-head h2{
    display:block!important;
    width:auto!important;
    margin:0!important;
    padding:0!important;
    white-space:nowrap!important;
    text-align:right!important;
    line-height:1.3!important;
  }

  body.home-overlay-layout .mobile-featured-products-section .section-head > a{
    display:inline-flex!important;
    flex:0 0 auto!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-width:auto!important;
    margin:0!important;
    padding:0!important;
    align-self:center!important;
    white-space:nowrap!important;
    text-align:left!important;
    color:#111!important;
    text-decoration:none!important;
    font-weight:700!important;
    font-size:0!important;
    line-height:1!important;
  }

  body.home-overlay-layout .mobile-featured-products-section .section-head > a::before{
    content:'همه';
    display:inline!important;
    font-size:13px!important;
    line-height:1.2!important;
  }
}
