/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.20.4
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/


.product-hero {
  background: radial-gradient(circle at top, #05091f, #02040f);
}

.product-info h1 {
  font-size: 42px;
  line-height: 1.15;
}

.product-excerpt {
  font-size: 18px;
  opacity: 0.9;
}

.product-meta {
  margin-top: 12px;
  font-size: 15px;
  opacity: 0.85;
}

.product-features {
  margin-top: 15px;
}

.product-content {
  max-width: 1200px;
  margin: auto;
}