/*
Theme Name: Trendova Pro
Theme URI: https://hudawp.com/product/modenza-ecommerce-wordpress-theme/
Author: HudaWP
Author URI: https://hudawp.com/
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 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1 0 auto;
}

.site-footer {
  flex-shrink: 0;
}
