/* CannyRO Tavol Showcase — aliniat la paleta piesemarsat.ro:
   navy #003261 (butoane/footer tema) · albastru #2290cf (accente/search) ·
   fundal deschis #f4f8fc · text #222 · fonturi mostenite din tema (Poppins) */

/* ---------- Aliniere uniforma a cardurilor in TOT magazinul ---------- */
/* Imaginile produselor au proportii diferite (piese si utilaje deopotriva);
   canvas fix 1:1 + object-fit le aliniaza oriunde: categorii, branduri, cautari, filtre. */
.etheme-product-grid-item .etheme-product-grid-image img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	width: 100%;
	height: auto;
	background: #fff;
}

/* ---------- 5 produse pe rand pe desktop lat ---------- */
/* Grila temei e fixata la 4 coloane (columns-4) si lasa mult gol pe ecrane mari. */
@media (min-width: 1400px) {
	.woocommerce .etheme-product-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}
}

/* ---------- Pagina-parinte „Utilaje agricole": doar cardurile de subcategorii ---------- */
/* Cerinta client: fara produse, fara filtre, fara caruselul de sus — doar categoriile.
   Design „echipa": hero split (concept Showroom) + statistici + grid numerotat (concept Editorial). */

/* caruselul orizontal de categorii + bannerul global „Piese utilaje" + divider-ul albastru
   de 20px cu margini mari (element 6232bca9): ascunse pe paginile de utilaje */
body[class*="term-utilaje-"] .elementor-element-e3e20a2,
body[class*="term-utilaje-"] .elementor-element-66eaad6c,
body[class*="term-utilaje-"] .elementor-element-331c01ad,
body[class*="term-utilaje-"] .elementor-element-6232bca9 {
	display: none !important;
}

/* pe subcategorii: spatiu de respiro sub header (divider-ul temei, acum ascuns, il dadea) */
@media (min-width: 992px) {
	body[class*="term-utilaje-"]:not(.term-utilaje-agricole) .elementor-element-7a9cd634 {
		padding-top: 34px;
	}

	body[class*="term-utilaje-"]:not(.term-utilaje-agricole) .elementor-element-4c7ad949 {
		padding-top: 60px;
	}
}

/* sidebarul cu filtre + butonul plutitor de filtre: ascunse DOAR pe pagina-parinte.
   ATENTIE: NU folosi clasa generica .etheme-elementor-off-canvas__toggle — e si pe
   Contul meu / Favorite / Cos / Menu din header! Tintim widgetul de filtre (370344f1). */
body.term-utilaje-agricole .elementor-element-4c7ad949,
body.term-utilaje-agricole .elementor-element-370344f1 {
	display: none !important;
}

body.term-utilaje-agricole .elementor-element-7a9cd634 {
	width: 100% !important;
}

/* ----- HERO split: text navy + tractor TAVOL (mobile-first) ----- */
.cannyro-uh {
	display: flex;
	flex-direction: column;
	margin: 0 0 0;
	background: #003261;
	color: #fff;
}

.cannyro-uh-text {
	padding: 34px 22px 30px;
}

.cannyro-uh-kicker {
	margin: 0 0 10px;
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #7fa9cc;
}

.cannyro-uh-title {
	margin: 0 0 14px;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.02;
	color: #fff;
}

.cannyro-uh-title span {
	display: block;
	color: #2290cf;
}

.cannyro-uh-list {
	margin: 0 0 6px;
	padding: 0;
	list-style: none;
}

.cannyro-uh-list li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 18px;
	font-size: 14.5px;
	line-height: 1.55;
	color: #c9dcec;
}

.cannyro-uh-list li::before {
	content: '—';
	position: absolute;
	left: 0;
	color: #2290cf;
}

.cannyro-uh-list strong {
	color: #fff;
}

.cannyro-uh .cannyro-tavol-cta.cannyro-uh-cta {
	background: #2290cf;
	border-color: #2290cf;
	color: #fff !important;
}

.cannyro-uh .cannyro-tavol-cta.cannyro-uh-cta:hover,
.cannyro-uh .cannyro-tavol-cta.cannyro-uh-cta:focus {
	background: #fff;
	border-color: #fff;
	color: #003261 !important;
}

.cannyro-uh-img {
	background: #f4f8fc;
	padding: 10px 16px;
}

.cannyro-uh-img img {
	display: block;
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
	height: auto;
	object-fit: contain;
}

/* ----- banda de statistici ----- */
.cannyro-uh-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	background: #0a4174;
	border-bottom: 3px solid #2290cf;
}

.cannyro-uh-stats > div {
	background: #003261;
	padding: 16px 12px;
	text-align: center;
}

.cannyro-uh-stats b {
	display: block;
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	line-height: 1.1;
}

.cannyro-uh-stats span {
	display: block;
	margin-top: 3px;
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff;
}

@media (min-width: 900px) {
	.cannyro-uh {
		flex-direction: row;
		align-items: stretch;
	}

	.cannyro-uh-text {
		flex: 0 0 46%;
		padding: 56px 48px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.cannyro-uh-title {
		font-size: 56px;
	}

	.cannyro-uh-img {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 24px;
	}

	.cannyro-uh-stats {
		grid-template-columns: repeat(4, 1fr);
	}

	.cannyro-uh-stats b {
		font-size: 30px;
	}
}

/* ----- grid numerotat 01–08 (concept Editorial): linii fine, carduri albe ----- */
body.term-utilaje-agricole .etheme-product-grid {
	counter-reset: cannyro-cat;
	/* carduri cu chenar individual — fara fundal gri intre randuri (feedback client) */
	gap: 14px !important;
	background: transparent !important;
	border: 0 !important;
	margin-top: 34px;
	/* 8 categorii = 2 randuri perfecte pe 4 coloane (fara celule goale) */
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

/* 9 categorii => 3 randuri perfecte de cate 3 (fara card orfan) */
@media (min-width: 768px) {
	body.term-utilaje-agricole .etheme-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

body.term-utilaje-agricole .etheme-product-grid .product-category {
	position: relative;
	background: #fff;
	border: 1px solid #e1eaf2 !important;
	margin: 0 !important;
	padding: 44px 14px 16px;
	transition: background 0.2s ease, border-color 0.2s ease;
}

body.term-utilaje-agricole .etheme-product-grid .product-category:hover {
	border-color: #2290cf !important;
}

body.term-utilaje-agricole .etheme-product-grid .product-category:hover {
	background: #f4f8fc;
}

body.term-utilaje-agricole .etheme-product-grid .product-category::before {
	counter-increment: cannyro-cat;
	content: '0' counter(cannyro-cat);
	position: absolute;
	top: 12px;
	left: 14px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #2290cf;
}

body.term-utilaje-agricole .etheme-product-grid .product-category > a img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	width: 100%;
	height: auto;
	background: transparent;
	mix-blend-mode: multiply;
}

body.term-utilaje-agricole .etheme-product-grid .product-category .categories-mask {
	position: static !important;
	transform: none !important;
	inset: auto !important;
	background: transparent !important;
	padding: 12px 2px 0;
	text-align: left;
}

body.term-utilaje-agricole .etheme-product-grid .product-category .categories-mask h4 {
	margin: 0 0 3px;
	font-size: 15.5px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #003261 !important;
	text-shadow: none !important;
}

body.term-utilaje-agricole .etheme-product-grid .product-category .categories-mask mark.count {
	background: transparent !important;
	color: #2290cf !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

/* badge „TAVOL · Distribuitor Unic" pe cardul Tractoare (primul) */
body.term-utilaje-agricole .etheme-product-grid .product-category:first-child::after {
	content: 'TAVOL · Distribuitor Unic';
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 10px;
	background: #003261;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1;
}

/* ---------- Randul de subcategorii (cerculete) pe paginile de piese ---------- */
/* Centrat cand subcategoriile sunt putine (<=6); cu multe, caruselul ramane neatins. */
.elementor-widget-woocommerce-archive-etheme_dynamic_categories .swiper-wrapper:not(:has(> :nth-child(7))) {
	justify-content: center !important;
}

/* ---------- Bara de navigare intre categoriile de utilaje (subcategorii) ---------- */
.cannyro-cnav {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 4px 0 18px;
	padding: 4px 0 8px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.cannyro-cnav-back,
.cannyro-cnav-back:visited {
	flex: 0 0 auto;
	padding: 8px 14px;
	background: #003261;
	color: #fff !important;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	border-radius: 3px;
	white-space: nowrap;
}

.cannyro-cnav-back:hover {
	background: #2290cf;
}

.cannyro-cnav-chip,
.cannyro-cnav-chip:visited {
	flex: 0 0 auto;
	padding: 8px 13px;
	background: #fff;
	border: 1px solid #dbe6f0;
	color: #003261 !important;
	font-size: 12.5px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	border-radius: 3px;
	white-space: nowrap;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.cannyro-cnav-chip:hover {
	border-color: #2290cf;
	color: #2290cf !important;
}

.cannyro-cnav-chip.is-active {
	background: #2290cf;
	border-color: #2290cf;
	color: #fff !important;
	font-weight: 600;
}

/* ---------- Badge pe cardurile din listare ---------- */
/* Cardurile XStore (etheme grid) nu apeleaza hook-urile standard Woo:
   badge-ul se aplica din CSS pe clasa de categorie generata de WooCommerce.
   Banda alba din padding-ul patratului 1:1 tine badge-ul DEASUPRA pozei
   (nu peste utilaj) fara sa schimbe inaltimea cardului — randurile mixte
   Tavol + alte produse raman aliniate. */
.product_cat-utilaje-tavol .etheme-product-grid-image {
	position: relative;
	aspect-ratio: 1 / 1;
	padding-top: 34px;
	box-sizing: border-box;
	background: #fff;
}

.product_cat-utilaje-tavol .etheme-product-grid-image > a:first-of-type {
	display: block;
	height: 100%;
}

.product_cat-utilaje-tavol .etheme-product-grid-image img {
	aspect-ratio: auto;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product_cat-utilaje-tavol .etheme-product-grid-image::after {
	content: 'Distribuitor Unic';
	position: absolute;
	top: 6px;
	left: 10px;
	z-index: 5;
	padding: 5px 12px;
	background: #003261;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	line-height: 1;
	pointer-events: none;
}

.cannyro-tavol-badge {
	position: absolute;
	top: 6px;
	left: 10px;
	z-index: 5;
	display: inline-block;
	padding: 5px 12px;
	background: #003261;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	line-height: 1;
}

/* ---------- Header produs TAVOL (sub titlu) ---------- */
/* display/width explicite: blocul .product_meta al temei forteaza inline pe copii. */
.cannyro-tavol-head {
	display: block;
	width: 100%;
	margin: 0 0 14px;
	padding: 0 0 14px;
	border-bottom: 1px solid #dfe8f1;
}

.cannyro-tavol-mark {
	display: inline-block;
	padding: 6px 14px;
	background: #003261;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	line-height: 1;
}

.cannyro-tavol-tagline {
	display: block;
	margin: 12px 0 0;
	font-size: 15px;
	font-style: italic;
	color: #56789a;
	letter-spacing: 0.02em;
}

/* ---------- Caseta de pret TAVOL ---------- */
/* flex column: blocul meta al temei forteaza inline si suprapunea butonul peste pret */
.cannyro-tavol-pricebox {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	width: 100%;
	margin: 6px 0 22px;
	padding: 22px 24px;
	background: #f4f8fc;
	border: 1px solid #d6e3f0;
	border-left: 4px solid #2290cf;
	/* tema centreaza continutul blocului meta — cerinta user: totul la stanga */
	text-align: left !important;
}

.cannyro-tavol-pricebox > * {
	margin-left: 0 !important;
	margin-right: auto !important;
	text-align: left !important;
}

.cannyro-tavol-pricebox .cannyro-tavol-cta {
	margin-top: 12px;
}

.cannyro-tavol-price {
	margin: 0 0 6px;
	font-size: 32px;
	font-weight: 800;
	color: #003261;
	line-height: 1.15;
}

.cannyro-tavol-price small {
	font-size: 16px;
	font-weight: 700;
	color: #56789a;
	letter-spacing: 0.04em;
}

.cannyro-tavol-price-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #56789a;
	margin-bottom: 4px;
}

/* ---------- CTA telefon (comun) ---------- */
.cannyro-tavol-cta,
.cannyro-tavol-cta:visited {
	display: inline-block;
	padding: 14px 26px;
	background: #003261;
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	text-decoration: none;
	border: 1px solid #003261;
	border-radius: 3px;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.cannyro-tavol-cta:hover,
.cannyro-tavol-cta:focus {
	background: #2290cf;
	border-color: #2290cf;
	color: #fff !important;
}

.cannyro-tavol-trust {
	margin: 14px 0 0;
	font-size: 12.5px;
	letter-spacing: 0.02em;
	color: #5a6b7d;
}

/* ---------- Rand CTA: telefon + WhatsApp ---------- */
.cannyro-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: stretch;
	width: 100%;
	margin-top: 12px;
}

.cannyro-cta-row .cannyro-tavol-cta {
	margin-top: 0;
}

.cannyro-wa-cta,
.cannyro-wa-cta:visited {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 22px;
	background: #25d366;
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	text-decoration: none;
	border: 1px solid #25d366;
	border-radius: 3px;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.cannyro-wa-cta:hover,
.cannyro-wa-cta:focus {
	background: #1da851;
	border-color: #1da851;
	color: #fff !important;
}

.cannyro-wa-cta svg {
	flex: 0 0 auto;
}

/* in hero (centrat prin design), randul CTA sta centrat */
.cannyro-hero-cta-row {
	justify-content: center;
}

/* ---------- CTA pe utilajele fara pret — identic vizual cu caseta TAVOL ---------- */
.cannyro-utilaj-cta-box {
	width: 100%;
	margin: 6px 0 22px;
	padding: 22px 24px;
	background: #f4f8fc;
	border: 1px solid #d6e3f0;
	border-left: 4px solid #2290cf;
	text-align: left !important;
}

.cannyro-utilaj-cta-box > * {
	margin-left: 0 !important;
	margin-right: auto !important;
	text-align: left !important;
}

/* ---------- Curatare bloc meta pe paginile utilajelor ---------- */
/* Cerinta user: fara „Categorii:" si fara „În stoc" la utilaje. */
.product[class*="product_cat-utilaje-"] .product_meta .posted_in,
.product[class*="product_cat-utilaje-"] p.stock {
	display: none;
}

/* ---------- Hero categoria TAVOL ---------- */
.cannyro-tavol-hero {
	margin: 0 0 34px;
	padding: 44px 36px 40px;
	background: #003261;
	color: #fff;
	text-align: center;
	border-bottom: 3px solid #2290cf;
}

.cannyro-tavol-hero-kicker {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #7fa9cc;
}

.cannyro-tavol-hero-title {
	margin: 0;
	font-size: 52px;
	font-weight: 800;
	letter-spacing: 0.16em;
	color: #fff;
	line-height: 1.05;
}

.cannyro-tavol-hero-sub {
	margin: 8px 0 16px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #4db4f0;
}

.cannyro-tavol-hero-text {
	max-width: 640px;
	margin: 0 auto 22px;
	font-size: 15px;
	line-height: 1.65;
	color: #c9dcec;
}

.cannyro-tavol-hero .cannyro-tavol-cta {
	background: #2290cf;
	border-color: #2290cf;
	color: #fff !important;
}

.cannyro-tavol-hero .cannyro-tavol-cta:hover,
.cannyro-tavol-hero .cannyro-tavol-cta:focus {
	background: #fff;
	border-color: #fff;
	color: #003261 !important;
}

/* ---------- Galerie utilaje: 1 imagine mare + grila uniforma 2 coloane ---------- */
/* Layoutul temei stivuia toate imaginile la dimensiuni diferite pe verticala. */
.product[class*="product_cat-utilaje-"] .woocommerce-product-gallery .main-images {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.product[class*="product_cat-utilaje-"] .woocommerce-product-gallery .main-images > * {
	width: 100% !important;
	margin: 0 !important;
}

.product[class*="product_cat-utilaje-"] .woocommerce-product-gallery .main-images > *:first-child {
	grid-column: 1 / -1;
}

.product[class*="product_cat-utilaje-"] .woocommerce-product-gallery .main-images img {
	aspect-ratio: 4 / 3;
	object-fit: contain;
	width: 100%;
	height: auto;
	background: #fff;
	border: 1px solid #e7edf3;
}

/* ---------- Tabel specificatii (tab + descrieri) ---------- */
.tavol-specs {
	width: 100%;
	margin: 18px 0 26px;
	border-collapse: collapse;
}

/* !important + selectori dublati: resetul de tabele al temei (in taburi Woo) anula padding-ul,
   iar textul ajungea lipit de marginile celulelor. */
.tavol-specs th,
.tavol-specs td,
.woocommerce-tabs .tavol-specs th,
.woocommerce-tabs .tavol-specs td {
	padding: 12px 18px !important;
	border: 1px solid #dfe8f1;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}

.tavol-specs th {
	width: 38%;
	background: #f4f8fc;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #3d5872;
}

.tavol-specs tr:nth-child(even) td {
	background: #f9fbfd;
}

/* ---------- Tab „Descriere" utilaje: tipografie de citit ---------- */
/* Textul statea intins pe toata latimea (~1350px), dens, cu taglineul italic simplu. */
.product[class*="product_cat-utilaje-"] .woocommerce-Tabs-panel--description {
	max-width: 860px;
	font-size: 15px;
	line-height: 1.8;
	color: #333;
}

.product[class*="product_cat-utilaje-"] .woocommerce-Tabs-panel--description p {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.8;
}

.product[class*="product_cat-utilaje-"] .woocommerce-Tabs-panel--description strong {
	color: #003261;
}

.product[class*="product_cat-utilaje-"] .woocommerce-Tabs-panel--description h4 {
	margin: 30px 0 12px;
	font-size: 17px;
	font-weight: 700;
	color: #003261;
}

.product[class*="product_cat-utilaje-"] .woocommerce-Tabs-panel--description h4:first-child {
	margin-top: 0;
}

.product[class*="product_cat-utilaje-"] .woocommerce-Tabs-panel--description ul {
	margin: 0 0 22px;
	padding: 0 0 0 20px;
	list-style: disc;
}

.product[class*="product_cat-utilaje-"] .woocommerce-Tabs-panel--description li {
	margin: 0 0 9px;
	line-height: 1.7;
}

.product[class*="product_cat-utilaje-"] .woocommerce-Tabs-panel--description li::marker {
	color: #2290cf;
}

/* taglineul Tavol: eticheta de brand, nu italic simplu */
.product[class*="product_cat-utilaje-"] .woocommerce-Tabs-panel--description .tavol-tagline {
	margin: 0 0 20px;
}

.product[class*="product_cat-utilaje-"] .woocommerce-Tabs-panel--description .tavol-tagline em {
	display: inline-block;
	padding: 7px 12px;
	background: #f4f8fc;
	border-left: 3px solid #2290cf;
	color: #003261;
	font-style: normal;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	line-height: 1.4;
}

/* ---------- Homepage: bannerul „Curele transmisie" — fundal navy si in timpul lazy-load ---------- */
/* Titlul alb statea pe placeholderul gri deschis pana se incarca imaginea
   (ilizibil pe conexiuni lente); imaginea incarcata (element <img>) acopera fundalul.
   !important: tema reseteaza background-color pe .banner cu aceeasi specificitate. */
.elementor-element-5c34169a .banner {
	background-color: #0a4174 !important;
}

/* ---------- Cont: pagina „parola pierduta" era lipita de header ---------- */
body.woocommerce-lost-password .content-page {
	padding-top: 44px;
}

/* ---------- Banner homepage „Utilaje agricole TAVOL" (spec Claude Design 1:1) ---------- */
.cannyro-hb {
	max-width: 1360px;
	margin: 24px auto 48px;
	padding: 0 40px;
	font-family: 'Poppins', sans-serif;
}

/* Sectiunea de deasupra blocului (banda de categorii) avea 50px marja sus + 50px padding jos,
   plus marja blocului nostru: ~140px de gol intre hero, categorii si utilaje. Le strangem la
   ritmul restului paginii. Selectorul e RELATIV (`:has(+ .cannyro-hb)`), fara ID de sectiune —
   daca homepage-ul e refacut din editor, regula fie se muta singura, fie nu se mai aplica;
   in ambele cazuri pagina ramane valida, doar cu spatierea implicita a temei.
   Specificitate: Elementor scrie regula paginii ca `.elementor-11 .elementor-element.elementor-element-XXX`
   (0,3,0) si o incarca DUPA CSS-ul nostru — la egalitate ar castiga ea, de aceea urcam la 0,4,1
   cu `body.home` + `.elementor-top-section`, nu cu `!important`. */
body.home .elementor-section.elementor-top-section:has( + .cannyro-hb ) {
	margin-top: 28px;
	padding-bottom: 24px;
}

/* Bannerul „Curele transmisie" din hero: imaginea sursa e PORTRET (1495x2215) si era intinsa
   cu `object-fit: fill` intr-o caseta cat toata inaltimea ei — cureaua iesea turtita, iar hero-ul
   ajungea la 600px pentru un continut de 245px in coloana stanga (355px de gol).
   Trecem caseta la 4:3 si imaginea la `cover`: proportiile curelei redevin reale (decupam, nu
   deformam), cele doua casete ale hero-ului se aliniaza la aceeasi inaltime, iar hero-ul scade
   600 -> 319px. `object-position: center 40%` pastreaza albastrul liber sub titlu si incadreaza
   cureaua — ales vizual, comparat cu 58% pe live inainte de deploy.
   `aspect-ratio` in loc de inaltime fixa => tine si la latimi mai mici, si pe mobil. */
body.home .elementor > .elementor-top-section:first-child .banner {
	aspect-ratio: 4 / 3;
	height: auto;
}

body.home .elementor > .elementor-top-section:first-child .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
}

/* rand kicker */
.cannyro-hb-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.cannyro-hb-sq {
	flex: 0 0 auto;
	width: 9px;
	height: 9px;
	background: #2290cf;
}

.cannyro-hb-k1 {
	flex: 0 0 auto;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #003261;
}

.cannyro-hb-line {
	flex: 1 1 auto;
	height: 1px;
	background: #dbe6f0;
}

.cannyro-hb-k2 {
	flex: 0 0 auto;
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #2290cf;
}

/* panou principal */
.cannyro-hb-panel {
	display: grid;
	grid-template-columns: 56% 44%;
	background: #003261;
	border-radius: 0;
}

.cannyro-hb-left {
	display: flex;
	flex-direction: column;
	gap: 13px;
	padding: 34px 44px 30px;
}

.cannyro-hb-eyebrow {
	margin: 0;
	font-weight: 600;
	font-size: 11.5px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.cannyro-hb-title {
	margin: 0;
	font-weight: 700;
	font-size: 31px;
	line-height: 1.12;
	color: #fff;
}

.cannyro-hb-title span {
	color: #2290cf;
}

.cannyro-hb-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cannyro-hb-list li {
	position: relative;
	margin: 0 0 8px;
	padding-left: 18px;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.82);
}

.cannyro-hb-list li::before {
	content: '—';
	position: absolute;
	left: 0;
	color: #2290cf;
}

.cannyro-hb-list strong {
	color: #fff;
}

.cannyro-hb-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 4px;
}

.cannyro-hb-btn,
.cannyro-hb-btn:visited {
	display: inline-block;
	padding: 11px 20px;
	border-radius: 3px;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.2;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.cannyro-hb-btn:hover {
	opacity: 0.88;
}

.cannyro-hb-btn-primary,
.cannyro-hb-btn-primary:visited {
	background: #fff;
	color: #003261 !important;
}

.cannyro-hb-btn-call,
.cannyro-hb-btn-call:visited {
	background: #2290cf;
	color: #fff !important;
}

.cannyro-hb-btn-wa,
.cannyro-hb-btn-wa:visited {
	background: #25d366;
	color: #fff !important;
}

.cannyro-hb-right {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	background: #f4f8fc;
}

.cannyro-hb-right img {
	max-width: 88%;
	max-height: 88%;
	object-fit: contain;
}

.cannyro-hb-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 7px 11px;
	background: #003261;
	color: #fff;
	font-weight: 600;
	font-size: 9.5px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	line-height: 1;
}

.cannyro-hb-model {
	position: absolute;
	right: 16px;
	bottom: 12px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 2px;
	color: #003261;
	opacity: 0.55;
}

/* banda statistici in panou */
.cannyro-hb-stats {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.cannyro-hb-stats > div {
	padding: 12px 0 15px;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.cannyro-hb-stats > div:first-child {
	border-left: 0;
}

.cannyro-hb-stats b {
	display: block;
	font-weight: 700;
	font-size: 19px;
	color: #2290cf;
	line-height: 1.2;
}

.cannyro-hb-stats span {
	display: block;
	font-weight: 600;
	font-size: 9.5px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
}

/* index categorii */
.cannyro-hb-index {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 28px;
	padding: 20px 0;
	border-bottom: 1px solid #e1eaf2;
}

.cannyro-hb-index a,
.cannyro-hb-index a:visited {
	font-weight: 500;
	font-size: 13px;
	color: #003261 !important;
	text-decoration: none;
}

.cannyro-hb-index a b {
	margin-left: 5px;
	font-weight: 600;
	color: #2290cf;
}

/* produse vedeta */
.cannyro-hb-vedete-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin: 36px 0 18px;
}

.cannyro-hb-vedete-head h3 {
	margin: 0;
	font-weight: 600;
	font-size: 22px;
	color: #222;
}

.cannyro-hb-vedete-head a,
.cannyro-hb-vedete-head a:visited {
	font-weight: 600;
	font-size: 13.5px;
	color: #2290cf !important;
	text-decoration: none;
}

.cannyro-hb-vedete {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	border: 1px solid #e1eaf2;
}

.cannyro-hb-card,
.cannyro-hb-card:visited {
	display: block;
	padding: 22px;
	border-left: 1px solid #e1eaf2;
	text-decoration: none;
	transition: background 0.2s ease;
}

.cannyro-hb-card:first-child {
	border-left: 0;
}

.cannyro-hb-card:hover {
	background: #f4f8fc;
}

.cannyro-hb-card-num {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	color: #2290cf;
}

.cannyro-hb-card-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 170px;
	margin-bottom: 12px;
	background: #f4f8fc;
}

.cannyro-hb-card-img img {
	max-width: 92%;
	max-height: 92%;
	object-fit: contain;
}

.cannyro-hb-card-name {
	display: block;
	font-weight: 600;
	font-size: 15.5px;
	color: #222;
}

.cannyro-hb-card-sub {
	display: block;
	margin: 2px 0 8px;
	font-weight: 500;
	font-size: 12px;
	color: #7d90a3;
}

.cannyro-hb-card-price {
	display: block;
	font-weight: 700;
	font-size: 17px;
	color: #003261;
}

.cannyro-hb-card-price small {
	font-weight: 600;
	font-size: 11px;
	color: #7d90a3;
}

/* mobil ≤768px, conform spec */
@media (max-width: 768px) {
	.cannyro-hb {
		padding: 0 18px;
		margin: 28px auto 36px;
	}

	.cannyro-hb-k2 {
		display: none;
	}

	/* ordinea din spec pe mobil: eyebrow/titlu/bullets -> imagine -> butoane -> statistici */
	.cannyro-hb-panel {
		display: flex;
		flex-direction: column;
	}

	.cannyro-hb-left {
		display: contents;
	}

	.cannyro-hb-eyebrow {
		order: 1;
		padding: 24px 20px 0;
	}

	.cannyro-hb-title {
		order: 2;
		margin: 10px 0 6px;
		padding: 0 20px;
		font-size: 23px;
		line-height: 1.2;
	}

	.cannyro-hb-list {
		order: 3;
		padding: 0 20px 16px;
	}

	.cannyro-hb-list li {
		font-size: 12.5px;
	}

	.cannyro-hb-right {
		order: 4;
		min-height: 180px;
	}

	.cannyro-hb-btns {
		order: 5;
		flex-direction: column;
		gap: 8px;
		padding: 16px 20px 20px;
		margin-top: 0;
	}

	.cannyro-hb-btn {
		display: block;
		text-align: center;
	}

	.cannyro-hb-stats {
		order: 6;
	}

	.cannyro-hb-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.cannyro-hb-stats > div:nth-child(3) {
		border-left: 0;
	}

	.cannyro-hb-stats > div:nth-child(n+3) {
		border-top: 1px solid rgba(255, 255, 255, 0.16);
	}

	.cannyro-hb-stats b {
		font-size: 17px;
	}

	.cannyro-hb-index {
		display: none;
	}

	.cannyro-hb-vedete {
		grid-template-columns: 1fr;
	}

	.cannyro-hb-card {
		display: grid;
		grid-template-columns: 84px 1fr;
		grid-template-areas: 'img num' 'img name' 'img sub' 'img price';
		gap: 0 14px;
		align-items: center;
		padding: 12px 14px;
		border-left: 0;
		border-top: 1px solid #e1eaf2;
	}

	.cannyro-hb-card:first-child {
		border-top: 0;
	}

	.cannyro-hb-card-num {
		grid-area: num;
		margin: 0;
	}

	.cannyro-hb-card-img {
		grid-area: img;
		width: 84px;
		height: 84px;
		margin: 0;
	}

	.cannyro-hb-card-name {
		grid-area: name;
		font-size: 14px;
	}

	.cannyro-hb-card-sub {
		grid-area: sub;
		margin: 0;
	}

	.cannyro-hb-card-price {
		grid-area: price;
		font-size: 15px;
	}
}

/* ---------- Mobil ---------- */
@media (max-width: 767px) {
	/* badge mai mic, pe un singur rand (la 2 coloane se rupea pe 2 randuri) */
	.product_cat-utilaje-tavol .etheme-product-grid-image {
		padding-top: 28px;
	}

	.product_cat-utilaje-tavol .etheme-product-grid-image::after,
	.cannyro-tavol-badge {
		top: 5px;
		left: 8px;
		padding: 4px 8px;
		font-size: 9px;
		letter-spacing: 0.08em;
		white-space: nowrap;
	}

	body.woocommerce-lost-password .content-page {
		padding-top: 26px;
	}

	.cannyro-tavol-hero {
		padding: 32px 18px 30px;
	}

	.cannyro-tavol-hero-title {
		font-size: 38px;
	}

	.cannyro-tavol-price {
		font-size: 26px;
	}

	.cannyro-tavol-cta {
		display: block;
		text-align: center;
	}

	.cannyro-cta-row {
		flex-direction: column;
	}

	.cannyro-wa-cta {
		justify-content: center;
	}

	.tavol-specs th {
		width: 42%;
	}
}

/* Pagina Contul meu (XStore): containerul .content-page nu are padding sus,
   iar contul apare lipit de meniul sticky. Spatiere doar pe paginile de cont. */
body.woocommerce-account .page-wrapper .content-page {
	padding-top: clamp(24px, 4vw, 48px);
}
