/* Collection-page rhythm refinements.
   Keep the title/description connected to the toolbar and product grid. */

body.storefront-catalog[data-page="collection"] .sf-collection-hero {
  padding-bottom: 18px;
}

body.storefront-catalog[data-page="collection"] .sf-collection-hero + .sf-section {
  padding-top: 8px !important;
}

body.storefront-catalog[data-page="collection"] .sf-shop-toolbar {
  margin-bottom: 16px;
}

@media (max-width: 680px) {
  body.storefront-catalog[data-page="collection"] .sf-collection-hero {
    padding-top: 38px;
    padding-bottom: 14px;
  }

  body.storefront-catalog[data-page="collection"] .sf-collection-hero + .sf-section {
    padding-top: 4px !important;
  }

  body.storefront-catalog[data-page="collection"] .sf-shop-toolbar {
    margin-bottom: 14px;
  }
}
