/*
Theme Name: Astra Child
Template: astra
*/

/* WooCommerce single-product breathing room below the site header */
body.single-product #content.site-content {
  padding-top: 42px !important;
}

@media (max-width: 767px) {
  body.single-product #content.site-content {
    padding-top: 28px !important;
  }
}
