/* TrendishShop v233 — latest products heading cleanup */
body.home-overlay-layout .latest-products-section .section-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:16px!important;
}

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

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

body.home-overlay-layout .latest-products-section .section-head h2{
    margin:0!important;
}

body.home-overlay-layout .latest-products-section .section-head > a{
    align-self:center!important;
    margin:0!important;
    white-space:nowrap!important;
}
