/*
Theme Name: Nature of Love
Theme URI: https://example.com
Author: Nature of Love
Author URI: https://example.com
Description: A luxurious, editorial block theme for the Nature of Love skincare brand. Built for full-site editing with WooCommerce support.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nature-of-love
Tags: e-commerce, one-column, custom-colors, full-site-editing, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/* Minor helper classes not expressed via theme.json */

.nol-eyebrow {
	font-family: var(--wp--preset--font-family--body);
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-size: 0.75rem;
	color: var(--wp--preset--color--gold);
}

.nol-divider {
	width: 48px;
	height: 1px;
	background: var(--wp--preset--color--gold);
	margin: 1.5rem auto;
	border: none;
}

.nol-card {
	border: 1px solid var(--wp--preset--color--sage-20);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.nol-card:hover {
	box-shadow: 0 12px 32px rgba(46, 61, 47, 0.12);
	transform: translateY(-2px);
}

/* WooCommerce product price/sale polish to match brand tone */
.woocommerce ul.products li.product .price {
	color: var(--wp--preset--color--sage);
	font-family: var(--wp--preset--font-family--body);
}

.woocommerce span.onsale {
	background: var(--wp--preset--color--gold);
	color: var(--wp--preset--color--cream);
	font-family: var(--wp--preset--font-family--body);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.7rem;
}
