/* TrendishShop v207 — mobile featured heading link.
   Show a compact "همه" link opposite the title on mobile home. */
@media (max-width:600px){
  body.home-overlay-layout .mobile-featured-products-section .section-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    margin:0 0 10px!important;
    text-align:initial!important;
  }

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

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

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