/*
Theme Name: Cantina e Cucina (Mino Shop)
Template: twentytwentyfive
Description: Minimalist Italian-marketplace storefront — neutral palette, clean sans-serif type, generous whitespace, simple product grid. Modelled on minomarket.com. Replace files in /assets/images/ to swap placeholder imagery.
Version: 1.0.0
Author: Cantina e Cucina
Text Domain: ttf-mino-shop
*/

/* Sticky header keeps an opaque background while scrolling */
.mino-header { z-index: 100; }

/* Wordmark + nav hover */
.mino-header .wp-block-navigation a:hover { text-decoration: underline; text-underline-offset: 4px; }

/* Product cards: subtle lift + image zoom */
.wp-block-woocommerce-product-collection .wc-block-product,
.wp-block-woocommerce-product-template li {
	transition: transform .25s ease;
}
.wp-block-woocommerce-product-collection img,
.products img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
	transition: opacity .25s ease;
}
.wp-block-woocommerce-product-collection li:hover img { opacity: .85; }

/* Footer links muted, hover to full contrast */
.mino-footer a { color: var(--wp--preset--color--accent-1); text-decoration: none; }
.mino-footer a:hover { color: var(--wp--preset--color--contrast); text-decoration: underline; text-underline-offset: 3px; }
.mino-footer .mino-footer-list li { list-style: none; }
.mino-footer ul { padding-left: 0; }

/* Newsletter inputs inherit the brand font */
.mino-newsletter-form input::placeholder { color: rgba(255,255,255,.7); }

/* Tighten WooCommerce notices to match the minimal look */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
	border-top: 2px solid var(--wp--preset--color--contrast);
	background: var(--wp--preset--color--accent-5);
	border-radius: 0;
}
