/**
 * Vendor Store Styling - "Neon Comics" look
 * Target: WCFM single store pages + generic shop/archive.
 * Palette: neon magenta #ff1dce, deep ink #1e2a39, accent cyan #00e5ff.
 */

:root {
	--vc-neon: #ff1dce;
	--vc-neon-glow: rgba(255, 29, 206, 0.75);
	--vc-neon-soft: rgba(255, 29, 206, 0.18);
	--vc-ink: #1e2a39;
	--vc-cyan: #00e5ff;
	--vc-cream: #fffdf6;
	--vc-red: #e63946;
	--vc-text: #111111;
	--vc-gold: #ffc800;
	--vc-gold-glow: rgba(255, 200, 0, 0.75);
	--vc-gold-soft: rgba(255, 200, 0, 0.22);
}

/* ============================================================
 * 1. PRODUCT CARDS (vendor store + shop grid)
 * ============================================================ */
#wcfmmp-store .wcfmmp-store-page-wrap ul.products li.product,
#wcfmmp-store ul.products li.product,
body.archive.woocommerce ul.products li.product,
body.post-type-archive-product ul.products li.product {
	border: 1px solid var(--vc-neon) !important;
	border-radius: 14px;
	background: var(--vc-cream);
	padding: 14px 14px 18px !important;
	box-shadow:
		0 0 0 1px var(--vc-neon-soft),
		0 0 14px rgba(255, 29, 206, 0.2),
		0 6px 22px rgba(255, 29, 206, 0.08);
	transition: border-color 0.25s ease, box-shadow 0.28s ease;
	overflow: hidden;
	position: relative;
}

#wcfmmp-store ul.products li.product:hover,
body.archive.woocommerce ul.products li.product:hover,
body.post-type-archive-product ul.products li.product:hover {
	transform: none !important;
	box-shadow:
		0 0 0 2px rgba(255, 29, 206, 0.55),
		0 0 26px rgba(255, 29, 206, 0.35),
		0 0 40px rgba(255, 29, 206, 0.12),
		0 8px 26px rgba(255, 29, 206, 0.12) !important;
}

#wcfmmp-store ul.products li.product .woocommerce-loop-product__title,
body.archive.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
	font-weight: 800 !important;
	color: var(--vc-ink) !important;
	letter-spacing: 0.3px;
	text-transform: capitalize;
	font-size: 15px !important;
	margin-top: 10px !important;
}

#wcfmmp-store ul.products li.product .price,
body.archive.woocommerce ul.products li.product .price {
	color: var(--vc-ink) !important;
	font-weight: 800 !important;
}

#wcfmmp-store ul.products li.product .price ins,
body.archive.woocommerce ul.products li.product .price ins {
	background: linear-gradient(180deg, rgba(255, 29, 206, 0.15), rgba(255, 29, 206, 0.05));
	padding: 2px 6px;
	border-radius: 6px;
	text-decoration: none !important;
}

#wcfmmp-store ul.products li.product img,
body.archive.woocommerce ul.products li.product img {
	border-radius: 10px;
}

/* Sale / "In offerta!" badge */
#wcfmmp-store ul.products li.product .onsale,
body.archive.woocommerce ul.products li.product .onsale {
	background: var(--vc-neon) !important;
	color: #fff !important;
	border: 2px solid var(--vc-ink) !important;
	border-radius: 999px !important;
	font-weight: 800;
	letter-spacing: 0.4px;
	box-shadow: 0 3px 0 var(--vc-ink);
	padding: 4px 12px !important;
}

/* ---- Bottoni azione nella card prodotto (Aggiungi al carrello + Scambio) ---- */
/* Layout flex in fondo alla card, stabile (no overlay del tema). */
#wcfmmp-store ul.products li.product,
body.archive.woocommerce ul.products li.product,
body.post-type-archive-product ul.products li.product {
	display: flex !important;
	flex-direction: column;
}

/* WCFM toolbar su griglia negozio/archivio: angolo foto, senza spacer verticale */
#wcfmmp-store ul.products li.product > .wcfm_buttons,
body.archive.woocommerce ul.products li.product > .wcfm_buttons,
body.post-type-archive-product ul.products li.product > .wcfm_buttons {
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 6;
	margin: 0 !important;
	padding: 2px 4px !important;
	background: rgba(255, 255, 253, 0.94);
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	line-height: 1 !important;
}

/* Kadence “action on hover”: scheda contenuto senza translateY */
#wcfmmp-store ul.products li.product:hover .product-details.entry-content-wrap,
#wcfmmp-store ul.products li.product:focus-within .product-details.entry-content-wrap,
body.archive.woocommerce ul.products li.product:hover .product-details.entry-content-wrap,
body.archive.woocommerce ul.products li.product:focus-within .product-details.entry-content-wrap,
body.post-type-archive-product ul.products li.product:hover .product-details.entry-content-wrap,
body.post-type-archive-product ul.products li.product:focus-within .product-details.entry-content-wrap,
body.post-type-archive-product.woocommerce ul.products.woo-archive-action-on-hover li.product:hover .entry-content-wrap,
body.post-type-archive-product.woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .entry-content-wrap,
body.archive.woocommerce ul.products.woo-archive-action-on-hover li.product:hover .entry-content-wrap,
body.archive.woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .entry-content-wrap,
#wcfmmp-store ul.products.woo-archive-action-on-hover li.product:hover .entry-content-wrap,
#wcfmmp-store ul.products.woo-archive-action-on-hover li.product:focus-within .entry-content-wrap {
	transform: none !important;
}

#wcfmmp-store ul.products li.product > a.woocommerce-LoopProduct-link,
body.archive.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
body.post-type-archive-product ul.products li.product > a.woocommerce-LoopProduct-link {
	display: block;
	margin-bottom: 10px;
}

#wcfmmp-store ul.products li.product .button,
body.archive.woocommerce ul.products li.product .button,
body.post-type-archive-product ul.products li.product .button {
	display: block !important;
	margin: 8px 0 0 !important;
	padding: 9px 10px !important;
	width: 100% !important;
	background: #fff !important;
	color: var(--vc-ink) !important;
	border: 1px solid var(--vc-neon) !important;
	border-radius: 10px !important;
	font-weight: 800 !important;
	font-size: 13px !important;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: center !important;
	text-decoration: none !important;
	box-shadow: 0 0 0 1px var(--vc-neon-soft), 0 0 8px var(--vc-neon-soft);
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
	position: static !important; /* annulla qualunque posizionamento overlay del tema */
	opacity: 1 !important;
	visibility: visible !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
	line-height: 1.3 !important;
}

#wcfmmp-store ul.products li.product .button:hover,
body.archive.woocommerce ul.products li.product .button:hover,
body.post-type-archive-product ul.products li.product .button:hover {
	background: var(--vc-neon) !important;
	color: #fff !important;
	box-shadow: 0 0 0 1px var(--vc-neon), 0 0 14px var(--vc-neon-glow);
	transform: translateY(-1px);
}

/* Stato "Visualizza prodotto" / "Seleziona opzioni" (non Add to cart diretto) */
#wcfmmp-store ul.products li.product a.added_to_cart,
body.archive.woocommerce ul.products li.product a.added_to_cart {
	display: block !important;
	margin: 6px 0 0 !important;
	font-size: 12px;
	color: var(--vc-ink) !important;
	text-decoration: none !important;
}

/* Bottone "Scambio" (rendering dal nostro mu-plugin) */
#wcfmmp-store ul.products li.product .vc-loop-swap,
body.archive.woocommerce ul.products li.product .vc-loop-swap,
body.post-type-archive-product ul.products li.product .vc-loop-swap {
	background: var(--vc-cream) !important;
	color: var(--vc-ink) !important;
}
#wcfmmp-store ul.products li.product .vc-loop-swap:hover,
body.archive.woocommerce ul.products li.product .vc-loop-swap:hover,
body.post-type-archive-product ul.products li.product .vc-loop-swap:hover {
	background: var(--vc-neon) !important;
	color: #fff !important;
}

/* ============================================================
 * 2. STORE TABS (Prodotti / Info / Garanzie / Recensioni)
 * ============================================================ */
/* Annulliamo il contorno rettangolare di WCFM sul <li> e sul contenitore,
 * tenendo SOLO il contorno arrotondato che viene disegnato sul <a>. */
#wcfmmp-store .tab_area .tab_links,
#wcfmmp-store #tab_links_area,
#wcfmmp-store .tab_links_area {
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	border-bottom: none !important;
	margin-bottom: 22px !important;
	overflow: visible !important;
}

#wcfmmp-store .tab_area .tab_links,
#wcfmmp-store #tab_links_area ul.tab_links {
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	float: none !important;
	width: 100% !important;
	align-items: flex-end;
}

#wcfmmp-store .tab_area .tab_links li,
#wcfmmp-store .tab_links li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	border: none !important;
	background: transparent !important;
	float: none !important;
}

#wcfmmp-store .tab_area .tab_links li::after,
#wcfmmp-store .tab_area .tab_links li:hover::after,
#wcfmmp-store .tab_links li::after {
	content: none !important;
	display: none !important;
}

#wcfmmp-store .tab_area .tab_links li.active,
#wcfmmp-store .tab_links li.active {
	border: none !important;
	border-top: none !important;
	background: transparent !important;
}

#wcfmmp-store .tab_area .tab_links li a,
#wcfmmp-store .tab_links li a {
	display: inline-block;
	padding: 10px 20px !important;
	font-weight: 800 !important;
	font-size: 13px !important;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: var(--vc-text) !important;
	background: #fff !important;
	border: 2px solid var(--vc-ink) !important;
	border-radius: 14px !important;
	text-decoration: none !important;
	transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease;
	line-height: 18px !important;
}

#wcfmmp-store .tab_area .tab_links li a:hover,
#wcfmmp-store .tab_links li a:hover {
	color: var(--vc-red) !important;
	background: #fff5fc !important;
	transform: translateY(-1px);
}

/* Selettori con specificita maggiorata per battere il default cyan #17a2b8 di WCFM. */
#wcfmmp-store .tab_area .tab_links li.active a,
#wcfmmp-store .tab_area .tab_links li.active a:link,
#wcfmmp-store .tab_area .tab_links li.active a:visited,
#wcfmmp-store .tab_area .tab_links li.active a:hover,
#wcfmmp-store .tab_area .tab_links li.active a:focus,
#wcfmmp-store .tab_links li.active a,
#wcfmmp-store .tab_links li.active a:hover {
	background: #fff !important;
	color: var(--vc-red) !important;
	border-color: var(--vc-ink) !important;
	box-shadow: none !important;
}

/* Nessun underline/after sulla tab attiva */
#wcfmmp-store .tab_area .tab_links li.active a::after,
#wcfmmp-store .tab_links li.active a::after {
	content: none !important;
	display: none !important;
}

/* ============================================================
 * 3. SIDEBAR SEARCH BOX ("CERCA")
 * ============================================================ */
#wcfmmp-store .widget_search,
#wcfmmp-store .wcfmmp-store-search,
#wcfmmp-store .widget.woocommerce.widget_product_search,
#wcfmmp-store aside .widget_search {
	background: var(--vc-cream);
	border: 2px solid var(--vc-ink);
	border-radius: 14px;
	padding: 14px !important;
	box-shadow: 0 4px 0 var(--vc-ink);
	margin-bottom: 20px;
}

#wcfmmp-store .widget_search .widget-title,
#wcfmmp-store .wcfmmp-store-search h3,
#wcfmmp-store .widget.woocommerce.widget_product_search h3 {
	font-weight: 900 !important;
	letter-spacing: 1.2px;
	color: var(--vc-ink) !important;
	margin: 0 0 10px !important;
	text-transform: uppercase;
	border-bottom: 2px dashed var(--vc-neon);
	padding-bottom: 6px;
}

#wcfmmp-store .widget_search form,
#wcfmmp-store .wcfmmp-store-search form,
#wcfmmp-store .widget_product_search form {
	display: flex;
	gap: 8px;
	align-items: stretch;
}

#wcfmmp-store .widget_search input[type='search'],
#wcfmmp-store .widget_search input[type='text'],
#wcfmmp-store .wcfmmp-store-search input[type='search'],
#wcfmmp-store .wcfmmp-store-search input[type='text'],
#wcfmmp-store .widget_product_search input[type='search'] {
	flex: 1;
	border: 2px solid var(--vc-ink) !important;
	border-radius: 10px !important;
	padding: 10px 14px !important;
	font-size: 14px !important;
	background: #fff;
	color: var(--vc-ink);
	box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#wcfmmp-store .widget_search input[type='search']:focus,
#wcfmmp-store .wcfmmp-store-search input[type='search']:focus,
#wcfmmp-store .widget_product_search input[type='search']:focus {
	outline: none;
	border-color: var(--vc-neon) !important;
	box-shadow: 0 0 0 3px var(--vc-neon-soft);
}

#wcfmmp-store .widget_search button,
#wcfmmp-store .wcfmmp-store-search button,
#wcfmmp-store .widget_product_search button,
#wcfmmp-store .widget_search input[type='submit'],
#wcfmmp-store .wcfmmp-store-search input[type='submit'],
#wcfmmp-store .widget_product_search input[type='submit'] {
	background: var(--vc-neon) !important;
	color: #fff !important;
	border: 2px solid var(--vc-ink) !important;
	border-radius: 10px !important;
	padding: 0 16px !important;
	font-weight: 800 !important;
	letter-spacing: 0.5px;
	cursor: pointer;
	box-shadow: 0 3px 0 var(--vc-ink);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

#wcfmmp-store .widget_search button:hover,
#wcfmmp-store .wcfmmp-store-search button:hover,
#wcfmmp-store .widget_product_search button:hover,
#wcfmmp-store .widget_search input[type='submit']:hover,
#wcfmmp-store .wcfmmp-store-search input[type='submit']:hover {
	transform: translateY(-1px);
	box-shadow: 0 5px 0 var(--vc-ink);
}

/* ============================================================
 * 4. STORE LOCATION MAP - ridotta del 30%
 * ============================================================ */
/*
 * Il JS di WCFM imposta `height = outerWidth` sulla mappa rendendola quadrata.
 * Riduciamo il contenitore del widget al 70% della sua larghezza originale,
 * cosi anche l'altezza calcolata in runtime si riduce di pari passo.
 * Usiamo `max-width` sul widget, cosi su mobile non si sfora.
 */
#wcfmmp-store .wcfmmp-store-location,
#wcfmmp-store .widget_wcfmmp-store-location {
	max-width: 70% !important;
}

#wcfmmp-store .wcfmmp-store-map {
	width: 100% !important;
	max-height: 220px !important; /* hard cap in caso JS usi outerWidth pre-riduzione */
	border: 2px solid var(--vc-ink) !important;
	border-radius: 12px !important;
	overflow: hidden;
	box-shadow: 0 4px 0 var(--vc-ink), 0 0 12px var(--vc-neon-soft);
	margin-right: 0 !important;
}

/* Su mobile ripristiniamo larghezza piena per leggibilita */
@media (max-width: 768px) {
	#wcfmmp-store .wcfmmp-store-location,
	#wcfmmp-store .widget_wcfmmp-store-location {
		max-width: 100% !important;
	}
	#wcfmmp-store .wcfmmp-store-map {
		max-height: none !important;
	}
}

/* ============================================================
 * 5. RATING STARS / REVIEWS COUNT - leggero touch neon
 * ============================================================ */
#wcfmmp-store .star-rating span::before,
#wcfmmp-store .wcfmmp-review-rating .star-rating span::before {
	color: var(--vc-neon) !important;
}

/* ============================================================
 * 6. SINGLE PRODUCT PAGE (cornice magenta neon + tabs + pulsanti)
 * ============================================================ */

/* --- 6.1 Cornice magenta neon attorno al prodotto principale --- */
body.single-product div.product.type-product {
	border: 1px solid var(--vc-neon) !important;
	border-radius: 16px;
	padding: 20px !important;
	background: #fff;
	box-shadow:
		0 0 0 1px var(--vc-neon-soft),
		0 0 14px var(--vc-neon-glow),
		0 4px 0 var(--vc-ink);
	margin-bottom: 30px;
	overflow: visible !important;
}

/* Desktop (≥1024px): flex — galleria a sinistra, summary a destra, stessa riga in alto; tab/correlati sotto a tutta larghezza.
 * Nota: la galleria è spesso dentro .vc-single-product-gallery-wrap (mu-plugin); .images può essere assente come figlio diretto. */

@media (min-width: 769px) and (max-width: 1023px) {
	body.single-product div.product .vc-single-product-gallery-wrap .woocommerce-product-gallery,
	body.single-product div.product div.images .woocommerce-product-gallery,
	body.single-product div.product .woocommerce-product-gallery {
		text-align: left !important;
	}

	body.single-product div.product div.images .flex-viewport,
	body.single-product div.product .vc-single-product-gallery-wrap .flex-viewport {
		margin-left: 0 !important;
		margin-right: auto !important;
	}
}

@media (min-width: 1024px) {
	body.single-product div.product.type-product {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		column-gap: 28px !important;
		row-gap: 24px !important;
		position: relative !important;
	}

	body.single-product div.product.type-product > span.onsale,
	body.single-product div.product.type-product > .onsale {
		position: absolute !important;
		top: 12px !important;
		left: 12px !important;
		margin: 0 !important;
		z-index: 5 !important;
		grid-column: unset !important;
		grid-row: unset !important;
	}

	body.single-product div.product.type-product > div.summary.entry-summary,
	body.single-product div.product.type-product > div.summary {
		flex: 1 1 clamp(260px, 42%, 50%) !important;
		width: auto !important;
		max-width: 50% !important;
		min-width: 0 !important;
		float: none !important;
		clear: none !important;
		margin: 0 !important;
		padding-left: 4px !important;
		box-sizing: border-box !important;
		align-self: flex-start !important;
	}

	body.single-product div.product.type-product > .vc-single-product-gallery-wrap,
	body.single-product div.product.type-product > div.images {
		flex: 0 1 clamp(260px, 46%, 52%) !important;
		align-self: flex-start !important;
		width: auto !important;
		max-width: 52% !important;
		min-width: 0 !important;
		float: none !important;
		clear: none !important;
		margin: 0 !important;
		text-align: left !important;
	}

	body.single-product div.product.type-product > .vc-single-product-gallery-wrap .woocommerce-product-gallery,
	body.single-product div.product.type-product > div.images .woocommerce-product-gallery,
	body.single-product div.product.type-product > div.images {
		width: 100% !important;
		max-width: 100% !important;
	}

	body.single-product div.product.type-product > .vc-single-product-gallery-wrap .flex-viewport,
	body.single-product div.product.type-product > div.images .flex-viewport {
		margin-left: 0 !important;
		margin-right: auto !important;
	}

	body.single-product div.product.type-product > *:not(.summary):not(.onsale):not(span.onsale):not(.vc-single-product-gallery-wrap):not(.vc-loop-thumb-wrap):not(div.images) {
		flex: 1 1 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
		clear: both !important;
	}
}

/* L'immagine prodotto con angoli arrotondati */
body.single-product div.product .woocommerce-product-gallery img {
	border-radius: 12px;
}

/* Titolo prodotto piu deciso */
body.single-product div.product .product_title {
	color: var(--vc-ink);
	font-weight: 900 !important;
	letter-spacing: 0.3px;
}

/* Prezzo in stile comic, offerta con alone magenta */
body.single-product div.product p.price ins,
body.single-product div.product span.price ins {
	background: linear-gradient(180deg, rgba(255, 29, 206, 0.22), rgba(255, 29, 206, 0.08));
	padding: 2px 8px;
	border-radius: 6px;
	text-decoration: none !important;
}

/* --- 6.2 Prodotti correlati / upsell con cornice magenta neon --- */
body.single-product .related.products ul.products li.product,
body.single-product .upsells.products ul.products li.product,
body.single-product ul.products li.product {
	border: 1px solid var(--vc-neon) !important;
	border-radius: 14px !important;
	background: var(--vc-cream) !important;
	padding: 14px 14px 18px !important;
	box-shadow:
		0 0 0 1px var(--vc-neon-soft),
		0 0 14px var(--vc-neon-glow),
		0 4px 0 var(--vc-ink) !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	overflow: hidden !important;
	position: relative !important;
}

body.single-product .related.products ul.products li.product:hover,
body.single-product .upsells.products ul.products li.product:hover,
body.single-product ul.products li.product:hover {
	transform: translateY(-3px);
	box-shadow:
		0 0 0 1px var(--vc-neon),
		0 0 22px var(--vc-neon-glow),
		0 6px 0 var(--vc-ink) !important;
}

/* Immagine + titolo + prezzo: blocco superiore pulito */
body.single-product ul.products li.product > a.woocommerce-LoopProduct-link {
	display: block !important;
	margin-bottom: 10px !important;
	text-decoration: none !important;
}

body.single-product ul.products li.product img {
	border-radius: 10px !important;
	margin: 0 auto 8px !important;
}

body.single-product ul.products li.product .woocommerce-loop-product__title {
	font-weight: 800 !important;
	color: var(--vc-ink) !important;
	font-size: 15px !important;
	margin: 8px 0 4px !important;
	text-align: center !important;
	text-transform: capitalize;
}

body.single-product ul.products li.product .price {
	display: block !important;
	text-align: center !important;
	color: var(--vc-ink) !important;
	font-weight: 800 !important;
	margin-bottom: 6px !important;
}

body.single-product ul.products li.product .price ins {
	background: linear-gradient(180deg, rgba(255, 29, 206, 0.22), rgba(255, 29, 206, 0.08));
	padding: 2px 8px;
	border-radius: 6px;
	text-decoration: none !important;
}

/* Nei prodotti correlati il badge "In offerta!" magenta */
body.single-product ul.products li.product .onsale {
	background: var(--vc-neon) !important;
	color: #fff !important;
	border: 2px solid var(--vc-ink) !important;
	border-radius: 999px !important;
	box-shadow: 0 3px 0 var(--vc-ink);
	font-weight: 800 !important;
	padding: 4px 12px !important;
}

/* Sezione "Negozio: ..." centrata e ordinata */
body.single-product ul.products li.product .wcfmmp_sold_by_container,
body.single-product ul.products li.product .wcfmmp_sold_by_container_simple,
body.single-product ul.products li.product .wcfmmp_sold_by_container_advanced {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	margin: 10px 0 4px !important;
	width: 100% !important;
	float: none !important;
	background: transparent !important;
	border: none !important;
}

body.single-product ul.products li.product .wcfmmp_sold_by_container .wcfmmp_sold_by_wrapper,
body.single-product ul.products li.product .wcfmmp_sold_by_container_simple .wcfmmp_sold_by_wrapper {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
	width: 100% !important;
	text-align: center !important;
	margin: 0 auto !important;
	color: var(--vc-ink) !important;
	font-weight: 700;
}

body.single-product ul.products li.product .wcfmmp_sold_by_container_left {
	margin: 0 auto 4px !important;
	width: 32px !important;
	display: inline-block !important;
	float: none !important;
}

body.single-product ul.products li.product .wcfmmp_sold_by_container_left img {
	width: 32px !important;
	height: 32px !important;
	object-fit: cover;
	border-radius: 50% !important;
	border: 2px solid var(--vc-neon) !important;
}

body.single-product ul.products li.product .wcfmmp_sold_by_label {
	color: var(--vc-ink) !important;
	font-weight: 800 !important;
}

body.single-product ul.products li.product .wcfmmp_sold_by_wrapper a {
	color: var(--vc-ink) !important;
	font-weight: 800 !important;
	text-decoration: none !important;
}

body.single-product ul.products li.product .wcfmmp_sold_by_rating,
body.single-product ul.products li.product .star-rating {
	margin: 6px auto 0 !important;
	float: none !important;
	display: inline-block !important;
}

body.single-product ul.products li.product .star-rating span::before {
	color: var(--vc-neon) !important;
}

/* Heading "Prodotti correlati" / "Potrebbe interessarti" */
body.single-product .related > h2,
body.single-product .upsells > h2,
body.single-product section.related > h2,
body.single-product section.upsells > h2 {
	color: var(--vc-ink);
	font-weight: 900 !important;
	letter-spacing: 0.3px;
	border-bottom: 2px dashed var(--vc-neon);
	padding-bottom: 8px;
	margin-bottom: 18px !important;
}

/* --- 6.3 TABS: cornici e stato attivo magenta neon --- */
body.single-product .woocommerce-tabs {
	overflow: visible !important;
}

body.single-product .woocommerce-tabs ul.tabs.wc-tabs,
body.single-product .woocommerce-tabs ul.tabs {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	margin: 0 0 22px !important;
	padding: 8px 6px 12px !important;
	border: none !important;
	border-bottom: none !important;
	background: transparent !important;
	list-style: none !important;
	overflow: visible !important;
}

body.single-product .woocommerce-tabs ul.tabs li,
body.single-product .woocommerce-tabs ul.tabs.wc-tabs li {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	list-style: none !important;
	float: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
	content: none !important;
	display: none !important;
	border: none !important;
	box-shadow: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
	display: inline-block !important;
	padding: 9px 16px !important;
	font-weight: 800 !important;
	font-size: 12px !important;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: var(--vc-text) !important;
	background: rgba(255, 253, 250, 0.96) !important;
	border: 1px solid rgba(255, 29, 206, 0.38) !important;
	border-radius: 999px !important;
	text-decoration: none !important;
	transition:
		box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1),
		color 0.25s ease,
		border-color 0.28s ease,
		text-shadow 0.28s ease,
		filter 0.28s ease;
	line-height: 18px !important;
	box-shadow:
		0 0 0 1px rgba(255, 29, 206, 0.07),
		0 0 8px rgba(255, 29, 206, 0.09),
		inset 0 1px 0 rgba(255, 255, 255, 0.85);
	text-shadow: none !important;
	transform: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li a:hover,
body.single-product .woocommerce-tabs ul.tabs li a:focus-visible {
	color: var(--vc-neon) !important;
	background: #fff !important;
	border-color: rgba(255, 29, 206, 0.55) !important;
	transform: none !important;
	letter-spacing: 0.7px !important;
	filter: saturate(1.08);
	text-shadow: 0 0 10px rgba(255, 29, 206, 0.22) !important;
	box-shadow:
		0 0 0 1px rgba(255, 29, 206, 0.32),
		0 0 14px rgba(255, 29, 206, 0.12),
		inset 0 0 0 1px rgba(255, 255, 255, 0.96) !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a,
body.single-product .woocommerce-tabs ul.tabs li.active a:link,
body.single-product .woocommerce-tabs ul.tabs li.active a:visited,
body.single-product .woocommerce-tabs ul.tabs li.active a:hover,
body.single-product .woocommerce-tabs ul.tabs li.active a:focus {
	background: rgba(255, 255, 255, 0.98) !important;
	color: var(--vc-neon) !important;
	border-color: rgba(255, 29, 206, 0.58) !important;
	transform: none !important;
	letter-spacing: 0.7px !important;
	text-shadow: 0 0 8px rgba(255, 29, 206, 0.18) !important;
	box-shadow:
		0 0 0 1px rgba(255, 29, 206, 0.3),
		0 4px 12px rgba(255, 29, 206, 0.07),
		0 0 16px rgba(255, 29, 206, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

/* Contenuto sotto le tabs: niente bordo strano, un piccolo respiro. */
body.single-product .woocommerce-tabs .panel,
body.single-product .woocommerce-tabs .wc-tab {
	padding: 10px 4px 0 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.single-product .woocommerce-tabs .panel h2,
body.single-product .woocommerce-tabs .wc-tab h2 {
	color: var(--vc-ink);
	font-weight: 900 !important;
	margin-bottom: 10px !important;
}

/* --- 6.4 Pulsanti riepilogo / carrello: magenta neon --- */
body.single-product div.product > form.cart button.single_add_to_cart_button,
body.single-product div.product > form.cart input[type="submit"].single_add_to_cart_button,
body.single-product div.product form.cart a.vendor-baratto-swap-btn {
	transition:
		box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		border-color 0.3s ease,
		color 0.3s ease,
		filter 0.3s ease,
		text-shadow 0.3s ease;
}

body.single-product div.product > .button,
body.single-product div.product > form.cart .button:not(.minus):not(.plus),
body.single-product div.product > form.cart button.single_add_to_cart_button,
body.single-product div.product > form.cart input.button.alt,
body.single-product div.product .single_add_to_cart_button,
body.single-product div.product .vendor-baratto-cta .button,
body.single-product div.product .vendor-baratto-swap-btn,
body.single-product div.product .vendor-baratto-cta .vendor-baratto-swap-btn,
body.single-product div.product .summary .button:not(.vc-vendor-fav-btn),
body.single-product div.product .summary .vc-loop-swap {
	background: rgba(255, 255, 255, 1) !important;
	color: var(--vc-neon) !important;
	border: 1px solid rgba(255, 29, 206, 0.42) !important;
	border-radius: 10px !important;
	padding: 10px 18px !important;
	font-weight: 800 !important;
	font-size: 13px !important;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: center !important;
	text-decoration: none !important;
	box-shadow:
		0 0 0 1px rgba(255, 29, 206, 0.06),
		0 0 14px rgba(255, 29, 206, 0.1) !important;
	cursor: pointer;
	line-height: 1.35 !important;
	min-height: 46px !important;
	box-sizing: border-box !important;
	position: static !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none;
	display: inline-block;
	vertical-align: middle;
	filter: saturate(1.02);
}

body.single-product div.product form.cart .vendor-baratto-cta {
	width: 100% !important;
	margin: 0 !important;
	padding: 18px 0 0 !important;
	clear: both !important;
	float: none !important;
	border-top: 0 !important;
	box-shadow: none !important;
}

body.single-product div.product form.cart .single_add_to_cart_button,
body.single-product div.product form.cart .vendor-baratto-swap-btn {
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

body.single-product div.product form.cart .vendor-baratto-swap-btn--disabled {
	opacity: 0.85 !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
	background: rgba(246, 246, 250, 0.95) !important;
	color: #555 !important;
	border-color: #c5c9d8 !important;
	box-shadow: none !important;
	text-transform: none !important;
	font-weight: 700 !important;
	font-size: 12px !important;
	line-height: 1.35 !important;
	min-height: 46px !important;
}

body.single-product div.product > .button:hover,
body.single-product div.product > form.cart .button.alt:hover,
body.single-product div.product > form.cart button.single_add_to_cart_button:hover,
body.single-product div.product > form.cart input.button.alt:hover,
body.single-product div.product .single_add_to_cart_button:hover,
body.single-product div.product .vendor-baratto-cta a.vendor-baratto-swap-btn:hover,
body.single-product div.product .summary .button:not(.vc-vendor-fav-btn):hover,
body.single-product div.product .summary .vc-loop-swap:hover {
	background: #fff !important;
	color: var(--vc-neon) !important;
	border-color: rgba(255, 29, 206, 0.78) !important;
	transform: none !important;
	box-shadow:
		0 0 0 1px rgba(255, 29, 206, 0.28),
		0 0 18px rgba(255, 29, 206, 0.12),
		inset 0 0 0 1px rgba(255, 255, 255, 1) !important;
	text-shadow: 0 0 8px rgba(255, 29, 206, 0.2) !important;
	filter: saturate(1.1) brightness(1.02);
}

body.single-product div.product form.cart button.single_add_to_cart_button:focus-visible,
body.single-product div.product form.cart input[type="submit"].single_add_to_cart_button:focus-visible,
body.single-product div.product .vendor-baratto-cta a.vendor-baratto-swap-btn:focus-visible {
	background: #fff !important;
	color: var(--vc-neon) !important;
	border-color: rgba(255, 29, 206, 0.78) !important;
	outline: none !important;
	transform: none !important;
	box-shadow:
		0 0 0 2px rgba(0, 229, 255, 0.22),
		0 0 0 4px rgba(255, 29, 206, 0.12),
		0 0 14px rgba(255, 29, 206, 0.12) !important;
}

body.single-product div.product form.cart .vendor-baratto-swap-btn--disabled:hover {
	background: rgba(246, 246, 250, 0.95) !important;
	color: #555 !important;
	border-color: #c5c9d8 !important;
	transform: none !important;
	box-shadow: none !important;
}

/* --- 6.5 Pulsanti prodotti correlati --- */
body.single-product ul.products li.product .button,
body.single-product .related.products ul.products li.product .button,
body.single-product .upsells.products ul.products li.product .button {
	display: block !important;
	width: 100% !important;
	margin: 8px 0 0 !important;
	padding: 9px 10px !important;
	background: #fff !important;
	color: var(--vc-ink) !important;
	border: 1px solid var(--vc-neon) !important;
	border-radius: 10px !important;
	font-weight: 800 !important;
	font-size: 13px !important;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: center !important;
	text-decoration: none !important;
	box-shadow: 0 0 0 1px var(--vc-neon-soft), 0 0 8px var(--vc-neon-soft);
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
	position: static !important;
	opacity: 1 !important;
	visibility: visible !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
	line-height: 1.3 !important;
	cursor: pointer;
}

body.single-product ul.products li.product .button:hover,
body.single-product .related.products ul.products li.product .button:hover,
body.single-product .upsells.products ul.products li.product .button:hover {
	background: var(--vc-neon) !important;
	color: #fff !important;
	box-shadow: 0 0 0 1px var(--vc-neon), 0 0 14px var(--vc-neon-glow) !important;
	transform: translateY(-1px);
}

/* Bottone "Scambio" nei correlati: hover magenta */
body.single-product ul.products li.product .vc-loop-swap {
	background: var(--vc-cream) !important;
}
body.single-product ul.products li.product .vc-loop-swap:hover {
	background: var(--vc-neon) !important;
	color: #fff !important;
}

/* Link "added_to_cart" dopo l'aggiunta */
body.single-product ul.products li.product a.added_to_cart {
	display: block !important;
	margin: 6px 0 0 !important;
	text-align: center !important;
	font-size: 12px;
	color: var(--vc-ink) !important;
	text-decoration: none !important;
}

/* Quantita: input piu "figo" coerente con i pulsanti */
body.single-product div.product .quantity input.qty {
	border: 2px solid var(--vc-neon) !important;
	border-radius: 10px !important;
	padding: 8px 10px !important;
	font-weight: 700 !important;
	background: #fff !important;
	color: var(--vc-ink) !important;
	box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
}

/* Meta prodotto (categoria, tag) con piccolo tocco */
body.single-product div.product .product_meta {
	border-top: 2px dashed var(--vc-neon);
	padding-top: 10px;
	margin-top: 14px;
}

/* WCFM "Fai una domanda" sulla scheda (link con stili inline nel plugin). */
body.single-product div.product a.wcfm_catalog_enquiry {
	background: #fff !important;
	color: var(--vc-neon) !important;
	border: 1px solid rgba(255, 29, 206, 0.42) !important;
	border-bottom: 1px solid rgba(255, 29, 206, 0.42) !important;
	border-radius: 10px !important;
	padding: 10px 16px !important;
	font-weight: 800 !important;
	text-decoration: none !important;
	box-shadow:
		0 0 0 1px rgba(255, 29, 206, 0.06),
		0 0 14px rgba(255, 29, 206, 0.1) !important;
	display: inline-flex !important;
	align-items: center !important;
	transition:
		box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		border-color 0.3s ease,
		text-shadow 0.3s ease,
		filter 0.3s ease;
}

body.single-product div.product a.wcfm_catalog_enquiry:hover,
body.single-product div.product a.wcfm_catalog_enquiry:focus-visible {
	background: #fff !important;
	color: var(--vc-neon) !important;
	border-color: rgba(255, 29, 206, 0.78) !important;
	transform: none !important;
	box-shadow:
		0 0 0 1px rgba(255, 29, 206, 0.28),
		0 0 18px rgba(255, 29, 206, 0.12),
		inset 0 0 0 1px rgba(255, 255, 255, 1) !important;
	text-shadow: 0 0 8px rgba(255, 29, 206, 0.2) !important;
	filter: saturate(1.1) brightness(1.02);
	outline: none !important;
}

/* --- Modale «Fai una domanda» (jQuery Colorbox, solo sulla scheda prodotto). --- */
body.single-product #cboxOverlay {
	background: rgba(30, 42, 57, 0.72) !important;
}

body.single-product #colorbox #cboxContent {
	background: transparent !important;
	overflow: visible !important;
	box-shadow: none !important;
}

body.single-product #colorbox #cboxLoadedContent {
	border-radius: 20px !important;
	overflow: hidden !important;
	background: linear-gradient(180deg, #fffdf9 0%, #ffffff 45%) !important;
	border: 3px solid var(--vc-neon) !important;
	box-shadow:
		0 0 0 1px rgba(255, 29, 206, 0.35),
		0 12px 44px rgba(30, 42, 57, 0.22),
		0 5px 0 var(--vc-ink) !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product #colorbox #cboxLoadedContent #enquiry_form.wcfm_popup_wrapper {
	max-width: 100% !important;
	padding: 26px 24px 22px !important;
	margin: 0 !important;
}

body.single-product #colorbox #cboxLoadedContent #enquiry_form.wcfm_popup_wrapper > div:first-child h2 {
	float: none !important;
	font-size: 1.35rem !important;
	line-height: 1.25 !important;
	font-weight: 900 !important;
	font-style: normal !important;
	color: var(--vc-neon) !important;
	margin: 0 0 14px !important;
	letter-spacing: 0.2px;
	border-bottom: 2px dashed rgba(255, 29, 206, 0.38);
	padding-bottom: 12px !important;
}

body.single-product #colorbox #cboxLoadedContent .wcfm_popup_label strong {
	font-weight: 800 !important;
	color: var(--vc-ink) !important;
}

body.single-product #colorbox #cboxLoadedContent .required {
	color: var(--vc-neon) !important;
}

body.single-product #colorbox #cboxLoadedContent .wcfm_popup_input.wcfm_popup_textarea,
body.single-product #colorbox #cboxLoadedContent input.wcfm_popup_input:not([type='hidden']),
body.single-product #colorbox #cboxLoadedContent select.wcfm_popup_input,
body.single-product #colorbox #cboxLoadedContent textarea.wcfm_popup_input {
	border: 2px solid rgba(255, 29, 206, 0.45) !important;
	border-radius: 12px !important;
	background: #fff !important;
	font-size: 15px !important;
	padding: 10px 12px !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	width: 100% !important;
	box-sizing: border-box !important;
}

body.single-product #colorbox #cboxLoadedContent .wcfm_popup_input:focus,
body.single-product #colorbox #cboxLoadedContent input.wcfm_popup_input:focus,
body.single-product #colorbox #cboxLoadedContent select.wcfm_popup_input:focus,
body.single-product #colorbox #cboxLoadedContent textarea.wcfm_popup_input:focus {
	border-color: var(--vc-neon) !important;
	box-shadow: 0 0 0 3px rgba(255, 29, 206, 0.18);
	outline: none !important;
}

body.single-product #colorbox #cboxLoadedContent #wcfm_enquiry_submit_button.wcfm_popup_button {
	appearance: none !important;
	-webkit-appearance: none !important;
	background: linear-gradient(180deg, #ff52e8 0%, var(--vc-neon) 100%) !important;
	border: 2px solid var(--vc-ink) !important;
	color: #fff !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.6px !important;
	padding: 12px 26px !important;
	border-radius: 12px !important;
	cursor: pointer !important;
	box-shadow:
		0 3px 0 var(--vc-ink),
		0 0 0 1px rgba(255, 29, 206, 0.25) !important;
	font-size: 13px !important;
	float: none !important;
	margin-top: 16px !important;
	margin-left: 0 !important;
	display: inline-block !important;
}

body.single-product #colorbox #cboxLoadedContent #wcfm_enquiry_submit_button.wcfm_popup_button:hover {
	filter: brightness(1.05);
}

@media (max-width: 768px) {
	body.single-product #colorbox #cboxLoadedContent #enquiry_form.wcfm_popup_wrapper {
		padding: 20px 16px !important;
	}
}

/* --- 6.6 Avviso «aggiunto al carrello» (scheda prodotto) --- */
body.single-product .woocommerce-notices-wrapper .woocommerce-message {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 14px !important;
	flex-wrap: wrap !important;
	margin: 0 0 18px !important;
	padding: 14px 16px !important;
	border: 1px solid rgba(255, 29, 206, 0.45) !important;
	border-left: 4px solid var(--vc-neon) !important;
	border-radius: 14px !important;
	background: linear-gradient(135deg, #fff8fc 0%, #ffffff 58%, #fffafd 100%) !important;
	color: var(--vc-ink) !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
	box-shadow:
		0 0 0 1px rgba(255, 29, 206, 0.08),
		0 0 18px rgba(255, 29, 206, 0.14) !important;
	list-style: none !important;
}

body.single-product .woocommerce-notices-wrapper .woocommerce-message::before {
	color: var(--vc-neon) !important;
}

body.single-product .vc-comics-added-notice__inner {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 14px !important;
	width: 100% !important;
	flex-wrap: wrap !important;
}

body.single-product .vc-comics-added-notice__text {
	flex: 1 1 auto !important;
	min-width: 0 !important;
}

/* Pulsante icona negozio — Visualizza carrello */
body.single-product a.vc-comics-view-cart-btn,
body.single-product .woocommerce-message a.wc-forward.vc-comics-view-cart-btn {
	flex-shrink: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 52px !important;
	height: 52px !important;
	min-width: 52px !important;
	min-height: 52px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 1px solid rgba(255, 29, 206, 0.5) !important;
	border-radius: 14px !important;
	background: #ffffff !important;
	color: transparent !important;
	font-size: 0 !important;
	line-height: 0 !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
	box-shadow:
		0 0 0 1px rgba(255, 29, 206, 0.1),
		0 0 14px rgba(255, 29, 206, 0.2) !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
}

body.single-product a.vc-comics-view-cart-btn:hover,
body.single-product .woocommerce-message a.wc-forward.vc-comics-view-cart-btn:hover {
	border-color: var(--vc-neon) !important;
	box-shadow:
		0 0 0 1px rgba(255, 29, 206, 0.28),
		0 0 20px rgba(255, 29, 206, 0.35) !important;
	transform: translateY(-1px) !important;
}

body.single-product .vc-comics-view-cart-btn__icon {
	display: block !important;
	width: 34px !important;
	height: 34px !important;
	background-color: var(--vc-neon) !important;
	-webkit-mask: var(--vc-negozio-icon) center / contain no-repeat;
	mask: var(--vc-negozio-icon) center / contain no-repeat;
}

/* Icona negozio magenta dentro «Aggiungi al carrello» */
body.single-product div.product form.cart .single_add_to_cart_button::after {
	content: "" !important;
	display: inline-block !important;
	width: 28px !important;
	height: 28px !important;
	margin-left: 10px !important;
	flex-shrink: 0 !important;
	background-color: var(--vc-neon) !important;
	-webkit-mask: var(--vc-negozio-icon) center / contain no-repeat;
	mask: var(--vc-negozio-icon) center / contain no-repeat;
}

/* Quantità oltre stock */
body.single-product div.product .quantity input.qty.vc-qty-over-max {
	border-color: #ee1515 !important;
	box-shadow: 0 0 0 2px rgba(238, 21, 21, 0.2) !important;
}

body.single-product .vc-comics-stock-hint {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 700;
	color: #ee1515;
}

/* Override Kadence/WooCommerce blu su «Visualizza carrello» (anche senza classe custom) */
body.single-product .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward,
body.single-product .woocommerce-notices-wrapper .woocommerce-message a.wc-forward {
	flex-shrink: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 52px !important;
	height: 52px !important;
	min-width: 52px !important;
	min-height: 52px !important;
	padding: 0 !important;
	margin: 0 0 0 auto !important;
	border: 1px solid rgba(255, 29, 206, 0.55) !important;
	border-radius: 14px !important;
	background: #ffffff !important;
	background-color: #ffffff !important;
	background-image: none !important;
	color: transparent !important;
	font-size: 0 !important;
	line-height: 0 !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
	box-shadow: 0 0 0 1px rgba(255, 29, 206, 0.1), 0 0 14px rgba(255, 29, 206, 0.22) !important;
	position: relative !important;
}

body.single-product .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward::after,
body.single-product .woocommerce-notices-wrapper .woocommerce-message a.wc-forward::after {
	content: "" !important;
	display: block !important;
	width: 34px !important;
	height: 34px !important;
	background-color: var(--vc-neon) !important;
	-webkit-mask: var(--vc-negozio-icon) center / contain no-repeat;
	mask: var(--vc-negozio-icon) center / contain no-repeat;
	position: absolute !important;
	inset: 0 !important;
	margin: auto !important;
}

body.single-product .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward:hover,
body.single-product .woocommerce-notices-wrapper .woocommerce-message a.wc-forward:hover {
	border-color: var(--vc-neon) !important;
	background: #fffafd !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 0 0 1px rgba(255, 29, 206, 0.3), 0 0 20px rgba(255, 29, 206, 0.35) !important;
}

/* Kadence / Woo — override blu su scheda prodotto (specificità massima) */
body.single-product .entry-content .woocommerce-notices-wrapper .woocommerce-message a.button,
body.single-product .entry-content .woocommerce-notices-wrapper .woocommerce-message a.button.alt,
body.single-product .entry-content .woocommerce-notices-wrapper .woocommerce-message a.wc-forward,
body.single-product .entry-content .woocommerce-message a.button.wc-forward {
	flex-shrink: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 52px !important;
	height: 52px !important;
	min-width: 52px !important;
	min-height: 52px !important;
	padding: 0 !important;
	margin: 0 0 0 auto !important;
	border: 1px solid rgba(255, 29, 206, 0.55) !important;
	border-radius: 14px !important;
	background: #ffffff !important;
	background-image: none !important;
	color: transparent !important;
	font-size: 0 !important;
	line-height: 0 !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
	box-shadow: 0 0 0 1px rgba(255, 29, 206, 0.1), 0 0 14px rgba(255, 29, 206, 0.22) !important;
	position: relative !important;
}

body.single-product .entry-content .woocommerce-notices-wrapper .woocommerce-message a.button::after,
body.single-product .entry-content .woocommerce-notices-wrapper .woocommerce-message a.wc-forward::after,
body.single-product .entry-content .woocommerce-message a.button.wc-forward::after {
	content: "" !important;
	display: block !important;
	width: 34px !important;
	height: 34px !important;
	background-color: var(--vc-neon) !important;
	-webkit-mask: var(--vc-negozio-icon) center / contain no-repeat;
	mask: var(--vc-negozio-icon) center / contain no-repeat;
	position: absolute !important;
	inset: 0 !important;
	margin: auto !important;
}

body.single-product .woocommerce-message .vc-comics-added-notice__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
}
