/*
Theme Name: Lead Core
Theme URI: https://leadcoregrowth.us/
Description: Lead Core's custom visual theme with WooCommerce compatibility.
Version: 1.0.0
Author: Lead Core
Text Domain: lead-core
Requires at least: 6.0
Requires PHP: 7.4
*/

/* The visual system is loaded from assets/lead-core-preview.css. */
.site-content {
  min-height: 40vh;
  padding: 64px 0;
}

.lead-core-store {
  min-height: 50vh;
  padding: 54px 0 80px;
}

.lead-core-store .woocommerce {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 36px;
}

@media (max-width: 760px) {
  .lead-core-store .woocommerce {
    padding: 0 20px;
  }
}
