/*
Theme Name:        FarmaRimedio
Theme URI:         https://rsconsulenzainformatica.it/temi/farmarimedio
Author:            Santino Romano - RS Consulenza Informatica
Author URI:        https://rsconsulenzainformatica.it
Description:       Tema WooCommerce su misura per farmacie. Design system "Agrumeto Etneo": verde foglia, rosso tarocco, fondi crema. Costruito per WordPress 7.0+ e WooCommerce 10.9+. Nessun template override fossilizzato: tutto via hook e filtri per non rompersi agli aggiornamenti.
Version:           1.1.1
Requires at least: 7.0
Tested up to:      7.0
Requires PHP:      8.1
WC requires at least: 10.0
WC tested up to:   10.9.2
License:           GNU General Public License v2 or later
License URI:       http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       farmarimedio
Tags:              e-commerce, custom-colors, custom-logo, custom-menu, featured-images, translation-ready, block-styles, wide-blocks
*/

/*
 * Questo file contiene solo l'header del tema (obbligatorio da WordPress)
 * e un reset minimale. Il design system completo "Agrumeto Etneo" vive in
 * assets/css/main.css, caricato via inc/enqueue.php con versioning basato
 * su filemtime() per bustare la cache di Aruba HiSpeed ad ogni deploy.
 */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img, picture, svg, video { max-width: 100%; height: auto; }

a { color: inherit; }

/* Accessibilità: skip link nascosto finché non riceve il focus da tastiera */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.skip-link:focus {
	background-color: #fff;
	clip: auto;
	clip-path: none;
	color: #123c29;
	display: block;
	font-weight: 600;
	left: 6px;
	padding: 12px 18px;
	top: 7px;
	z-index: 100000;
	border-radius: 8px;
	box-shadow: 0 0 0 2px #1e5c3f;
}
