/*
Theme Name:        ZenKit
Theme URI:         https://shop.foenix.live
Author:            ZenKit
Author URI:        https://shop.foenix.live
Description:       A clean, minimal, calm block theme for ZenKit — a premium yoga and mindfulness accessories store. Built for WooCommerce with Full Site Editing. Soft natural tones, elegant typography, and a serene wellness aesthetic.
Requires at least: 6.6
Tested up to:      6.9
Requires PHP:      8.0
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:       zenkit
Tags:              full-site-editing, block-patterns, woocommerce, e-commerce, wide-blocks, accessibility-ready
*/

/*
 * ZenKit uses theme.json for all design tokens.
 * This file contains only CSS that theme.json cannot express.
 */

/* Smooth scroll */
html {
	scroll-behavior: smooth;
}

/* Hero section overlay refinement */
.zenkit-hero-overlay {
	position: relative;
}

/* Product card hover lift */
.wp-block-woocommerce-product-image a img {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wp-block-woocommerce-product-image a img:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(28, 28, 26, 0.15);
}

/* Navigation refinement */
.wp-block-navigation a {
	text-decoration: none !important;
	letter-spacing: 0.04em;
}

/* Mini-cart icon */
.wc-block-mini-cart__button {
	background: transparent !important;
	border: none !important;
	color: inherit !important;
}

/* WooCommerce product button refinement */
.wc-block-components-product-button button,
.wp-block-woocommerce-product-button .wp-block-button__link {
	transition: background-color 0.2s ease, transform 0.15s ease;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 0.8rem;
}

/* Product price */
.wc-block-components-product-price .wc-block-components-product-price__value {
	font-weight: 700;
}

/* Separator elegance */
.wp-block-separator {
	border-color: var(--wp--preset--color--surface) !important;
}
