/*
Theme Name: LifeMaxx Storefront Child
Theme URI: https://lifemaxxpeptides.com
Description: Storefront child theme for LifeMaxx Peptides. Converts the approved static premium black/gold research-use-only ecommerce design into an installable WordPress/WooCommerce theme.
Author: LifeMaxx Peptides
Template: storefront
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: lifemaxx
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
*/

/* WordPress/WooCommerce integration layer only. Main visual system lives in css/lifemaxx.css. */
.lifemaxx-theme .site-content,
.lifemaxx-theme .content-area,
.lifemaxx-theme .widget-area {
  float: none;
  width: 100%;
  margin: 0;
}

.lifemaxx-theme .storefront-breadcrumb,
.lifemaxx-theme .woocommerce-breadcrumb,
.lifemaxx-theme .storefront-sorting,
.lifemaxx-theme .woocommerce-result-count,
.lifemaxx-theme .woocommerce-products-header__title.page-title {
  display: none;
}

.woocommerce-notices-wrapper {
  max-width: var(--container);
  margin: var(--space-4) auto 0;
  padding-inline: var(--space-4);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 1px solid var(--color-border);
  background: var(--color-card);
  color: var(--color-text);
}
