/*
Theme Name: Pawsome Shop
Theme URI: https://shop.eklundlabs.dev
Author: Eklund Labs
Author URI: https://eklundlabs.dev
Description: A warm, friendly WooCommerce block theme designed for pet product shops. Built on Full Site Editing with customizable colors, typography, and layouts.
Requires at least: 6.7
Tested up to: 6.9
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: pawsome-shop
Tags: one-column, custom-colors, custom-menu, custom-logo, e-commerce, editor-style, featured-images, full-site-editing, block-patterns, wide-blocks, block-styles
*/

/* WooCommerce sale badge */
.wc-block-components-product-sale-badge,
.onsale {
	background-color: var(--wp--preset--color--accent-3);
	color: var(--wp--preset--color--contrast);
	border-radius: 4px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
}

/* WooCommerce product rating stars */
.wc-block-components-product-rating .wc-block-components-product-rating__stars,
.star-rating {
	color: var(--wp--preset--color--accent-3);
}

/* WooCommerce price styling */
.wc-block-components-product-price__value,
.woocommerce ins {
	font-weight: 700;
}

.wc-block-components-product-price del,
.woocommerce del {
	opacity: 0.5;
}

/* WooCommerce mini-cart badge */
.wc-block-mini-cart__badge {
	background-color: var(--wp--preset--color--accent-1);
	color: var(--wp--preset--color--base);
}

/* Smooth transitions for interactive elements */
a,
button,
.wp-block-button__link,
.wc-block-components-button {
	transition: opacity 0.2s ease, background-color 0.2s ease;
}
