/* ==========================================================
   Digitnet Store Core Theme v4.0.14.1.20.4
   Safe homepage section spacing balance
   Purpose: reduce the visible gap between Recently Added and
   Featured Products so it visually matches adjacent homepage sections.
   Scope: CSS only. No WooCommerce, product, cart, checkout, or JS logic.
   ========================================================== */

body:not(.wp-admin) #dnHomepageView #dnRecentlyAdded.dn-recently-added{
  margin-bottom:0!important;
  padding-bottom:10px!important;
}

body:not(.wp-admin) #dnHomepageView #dnRecentlyAdded .dn-recent-track{
  margin-bottom:0!important;
}

body:not(.wp-admin) #dnHomepageView #dnRecentlyAdded .dn-recent-dots{
  margin:8px 0 0!important;
  padding:0!important;
  min-height:0!important;
}

body:not(.wp-admin) #dnHomepageView #dnRecentlyAdded + .dn-featured-products-section,
body:not(.wp-admin) #dnHomepageView #dnRecentlyAdded + section.dn-featured-products-section.section{
  margin-top:18px!important;
}

body:not(.wp-admin) #dnHomepageView .dn-shop-solution-section + #dnRecentlyAdded.dn-recently-added{
  margin-top:28px!important;
}

@media(max-width:620px){
  body:not(.wp-admin) #dnHomepageView #dnRecentlyAdded.dn-recently-added{
    padding-bottom:8px!important;
  }
  body:not(.wp-admin) #dnHomepageView #dnRecentlyAdded .dn-recent-dots{
    margin-top:6px!important;
  }
  body:not(.wp-admin) #dnHomepageView #dnRecentlyAdded + .dn-featured-products-section,
  body:not(.wp-admin) #dnHomepageView #dnRecentlyAdded + section.dn-featured-products-section.section{
    margin-top:16px!important;
  }
}
