/* TrendishShop v209 — mobile latest products cleanup + horizontal scroll.
   - Hide subtitle under latest products title on mobile
   - Keep title and action in one row
   - Show 8 latest products in one horizontal swipe row
   Desktop/tablet unchanged. */
@media (max-width:600px){
  body.home-overlay-layout .latest-products-section{
    padding-top:8px!important;
  }

  body.home-overlay-layout .latest-products-section > .container{
    width:calc(100% - 16px)!important;
    max-width:none!important;
    margin:0 auto!important;
    padding:0!important;
  }

  body.home-overlay-layout .latest-products-section .section-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    margin:0 0 10px!important;
  }

  body.home-overlay-layout .latest-products-section .section-head > div{
    flex:1 1 auto!important;
    min-width:0!important;
  }

  body.home-overlay-layout .latest-products-section .section-head h2{
    margin:0!important;
    font-size:21px!important;
    line-height:1.35!important;
  }

  body.home-overlay-layout .latest-products-section .section-head p{
    display:none!important;
  }

  body.home-overlay-layout .latest-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;
    font-size:0!important;
    line-height:1!important;
    white-space:nowrap!important;
    margin:0!important;
    padding:0!important;
  }

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

  body.home-overlay-layout .latest-products-section .products-grid{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:10px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:2px 2px 8px!important;
    margin:0!important;
    width:100%!important;
    -webkit-overflow-scrolling:touch!important;
    scroll-behavior:smooth!important;
    scroll-snap-type:x proximity!important;
  }

  body.home-overlay-layout .latest-products-section .products-grid::-webkit-scrollbar{
    height:4px!important;
  }
  body.home-overlay-layout .latest-products-section .products-grid::-webkit-scrollbar-thumb{
    background:#d7c8d0!important;
    border-radius:999px!important;
  }

  body.home-overlay-layout .latest-products-section .products-grid > *{
    flex:0 0 calc(50% - 6px)!important;
    min-width:148px!important;
    max-width:180px!important;
    scroll-snap-align:start!important;
  }
}

@media (max-width:380px){
  body.home-overlay-layout .latest-products-section > .container{
    width:calc(100% - 12px)!important;
  }
  body.home-overlay-layout .latest-products-section .products-grid{
    gap:8px!important;
  }
  body.home-overlay-layout .latest-products-section .products-grid > *{
    flex:0 0 calc(54% - 5px)!important;
    min-width:142px!important;
  }
}
