/*
Theme Name: Beauty Store Pro
Theme URI: https://example.com/beauty-store-pro
Author: Your Name
Author URI: https://example.com
Description: Premium WooCommerce-ready beauty store theme with WordPress Customizer options.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beauty-store-pro
Tags: e-commerce, woocommerce, beauty, responsive, customizer
*/

/* Base reset / structure placeholders */
body {
  margin: 0;
  padding: 0;
}

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1 0 auto;
}

.site-footer {
  flex-shrink: 0;
}
