/* =========================================================================
   Pinestraw Place — Products Hub.
   Carries pp-css/page-products.css. The shared inner-page shell
   (hero, crumbs, cat-card, callout, contractor lane, buttons) lives in
   assets/css/inner-pages.css, which is enqueued ahead of this file.
   Only what is unique to this page is here.
   ========================================================================= */

/* Section rhythm between "Shop by Category" and "Three Ways to Get It". */
.pp-section-gap { margin-top: 68px; }

@media (max-width: 767px) {
  .pp-section-gap { margin-top: 44px; }
}
