/*
Theme Name:   OceanWP Child – volkl-tennis.it
Theme URI:    https://volkl-tennis.it/
Description:  Tema child di OceanWP per volkl-tennis.it. Aggiunge alla scheda delle corde la riga tecnica, il riquadro prestazioni (potenza, controllo, durata) e le righe consegna / reso / tensione. Il resto del sito resta identico al tema padre.
Author:       Armando Troisi
Template:     oceanwp
Version:      1.2.1
Text Domain:  oceanwp-child-volkl
*/


/* ------------------------------------------------------------------------- *
 * Corde - riga tecnica, riquadro prestazioni, righe informative (set. 2026)
 * ------------------------------------------------------------------------- */
.vt-tech {
	margin: 0 0 10px;
	font-size: 13px;
	letter-spacing: .02em;
	color: #6b6b6b;
}
.vt-perf {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 14px 0 18px;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background: #f8f8f8;
}
.vt-perf__cell {
	padding: 12px 6px;
	text-align: center;
}
.vt-perf__cell + .vt-perf__cell {
	border-left: 1px solid #e4e4e4;
}
.vt-perf__val {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	color: #111;
}
.vt-perf__lab {
	display: block;
	margin-top: 4px;
	font-size: 10px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #777;
}

/* Card del catalogo: stessa grafica, in piccolo. */
.woocommerce ul.products li.product .vt-card {
	list-style: none;
	margin: 0 0 6px;
}
.woocommerce ul.products li.product .vt-card .vt-tech {
	margin: 2px 0 6px;
	font-size: 11px;
}
.woocommerce ul.products li.product .vt-card .vt-perf {
	margin: 0;
}
.woocommerce ul.products li.product .vt-card .vt-perf__cell {
	padding: 6px 2px;
}
.woocommerce ul.products li.product .vt-card .vt-perf__val {
	font-size: 16px;
}
.woocommerce ul.products li.product .vt-card .vt-perf__lab {
	margin-top: 2px;
	font-size: 9px;
	letter-spacing: .08em;
}

/* Consegna / Reso / Tensione sotto il pulsante d'acquisto. */
.vt-info {
	margin: 18px 0 0;
	border-top: 1px solid #e4e4e4;
}
.vt-info__row {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 13px;
	line-height: 1.5;
}
.vt-info__lab {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #111;
}

/* ------------------------------------------------------------------------- *
 * Checkout e carrello (set. 2026)
 * ------------------------------------------------------------------------- */
.vt-paypal-logo {
	width: auto;
	height: 24px;
	float: right;
	margin: 0;
}
.vt-free {
	margin: 0 0 20px;
	padding: 12px 14px;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background: #f8f8f8;
}
.vt-free__txt {
	margin: 0 0 8px;
	font-size: 14px;
	color: #111;
}
.vt-free__bar {
	display: block;
	height: 6px;
	border-radius: 3px;
	background: #e4e4e4;
	overflow: hidden;
}
.vt-free__fill {
	display: block;
	height: 100%;
	background: #111;
}
.vt-free--ok .vt-free__fill {
	background: #2e7d32;
}
