/*
Theme Name: DottorPool
Theme URI: https://dottorpool.it/
Description: Tema standalone ibrido: pagine Gutenberg/Blockstudio e template WooCommerce classici. Non è child di Porto.
Author: Dottor Pool
Author URI: https://dottorpool.it/
Version: 0.2.0
Requires at least: 6.7
Tested up to: 7.1
Requires PHP: 8.1
Text Domain: dottorpool
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-padding-top: 8rem;
}

body {
	margin: 0;
	font-family: var(--dp-font-sans, "Poppins", "Segoe UI", sans-serif);
	font-size: 1rem;
	line-height: 1.5;
	color: var(--dp-color-contrast, #1a1a1a);
	background: var(--dp-color-base, #fff);
}

img,
video {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--dp-color-accent, #0155b5);
	text-decoration: none;
}

/* Filtri YITH: testo grigio, hover/attivo nero (non rosso plugin #A7144C). */
.yith-wcan-filters,
.dp-shop__filters {
	--yith-wcan-anchors_style_text_hover: var(--dp-color-contrast, #1a1a1a);
	--yith-wcan-anchors_style_text_active: var(--dp-color-contrast, #1a1a1a);
}
