:root {
	/* Volfine brand — logo #2F8DE3 */
	--vf-primary: #2f8de3;
	--vf-primary-hover: #2680d0;
	--vf-primary-active: #1e6fb8;
	--vf-primary-dark: #185c9a;
	--vf-primary-darker: #0f3d66;
	--vf-primary-light: #5aa5ea;
	--vf-primary-soft: #c5dff5;
	--vf-primary-ghost: #eaf4fc;

	--vf-ink: #1b2430;
	--vf-ink-secondary: #4a5568;
	--vf-ink-muted: #6b7785;
	--vf-surface: #ffffff;
	--vf-surface-alt: #f5f9fd;
	--vf-surface-muted: #eef3f8;
	--vf-border: #d8e4f0;
	--vf-border-subtle: #e8eef4;

	--vf-dark: #0f1e2e;
	--vf-dark-elevated: #152a3f;
	--vf-dark-border: #243c54;
	--vf-dark-text: #eaf4fc;
	--vf-dark-muted: #8cb4d6;

	--vf-shadow-brand: 0 8px 24px rgba(47, 141, 227, 0.14);
	--vf-shadow-soft: 0 4px 16px rgba(27, 36, 48, 0.08);

	/* Legacy aliases used across child theme */
	--fs-orange: var(--vf-primary);
	--volfine-sku-blue: var(--vf-primary-dark);
	--volfine-sku-bar-height: clamp(34px, 17cqi, 56px);
}
.header-logo,
.header-site-branding {
	display: flex;
	align-items: center;
}
.top-bar .nav.float-start {
	display: none !important;
}
.header-logo-link.volfine-brand,
a.volfine-brand {
	display: flex;
	align-items: center;
	gap: 0;
	text-decoration: none;
}
.volfine-brand-mark,
.header-logo img.volfine-brand-mark,
.header-logo-link img.volfine-brand-mark {
	width: auto;
	height: 48px;
	max-height: 48px;
	max-width: min(180px, 42vw);
	object-fit: contain;
	flex: 0 0 auto;
	display: block;
}
.volfine-brand-text {
	display: none !important;
}
.volfine-brand-text b {
	display: block;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-right: -0.08em;
	color: #111;
	white-space: nowrap;
}
.volfine-brand-text em {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: 100%;
	margin-top: 3px;
	font-size: 8px;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 0;
	color: var(--vf-primary);
}
.volfine-brand-text em i {
	font-style: normal;
	font-weight: inherit;
}
.volfine-brand:hover,
.volfine-brand:focus {
	text-decoration: none;
}
.electro-dark .volfine-brand-text b {
	color: #fff;
}
body.electro-dark footer.site-footer .site-dark-logo {
	display: none !important;
}
.footer-contact .header-logo,
.handheld-footer-bar .header-logo {
	margin: 0 0 14px;
}
.footer-contact .volfine-brand,
.handheld-footer-bar .volfine-brand {
	display: flex;
	align-items: center;
	gap: 16px;
}
.footer-contact .volfine-brand-mark,
.footer-contact .header-logo img.volfine-brand-mark,
.footer-contact .header-logo-link img.volfine-brand-mark,
.handheld-footer-bar .volfine-brand-mark,
.handheld-footer-bar .header-logo img.volfine-brand-mark {
	width: auto;
	height: 56px;
	max-height: 56px;
	max-width: 200px;
	flex: 0 0 auto;
}
.footer-contact .volfine-brand-text b,
.handheld-footer-bar .volfine-brand-text b {
	font-size: 28px;
}
.footer-contact .volfine-brand-text em,
.handheld-footer-bar .volfine-brand-text em {
	font-size: 14px;
	margin-top: 5px;
}
.fs-shot {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--fs-orange);
	background: #f6f6f6;
	container-type: inline-size;
	aspect-ratio: 1 / 1;
	width: 100%;
}
.product-thumbnail.fs-shot,
.woocommerce-product-gallery .fs-shot {
	aspect-ratio: 1 / 1;
	width: 100%;
}
.products > .product .product-thumbnail.fs-shot,
.owl-item > .product .product-thumbnail.fs-shot,
.ind-products .product-thumbnail.fs-shot {
	display: block;
	position: relative;
}
.fs-shot:not(.flex-viewport) img:not(.fs-shot-logo),
.product-thumbnail.fs-shot img:not(.fs-shot-logo) {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain !important;
	object-position: center center;
	margin: 0 !important;
	background: var(--vf-surface-muted);
}
.products > .product .product-thumbnail.fs-shot .wp-post-image,
.products > .product .product-thumbnail.fs-shot > img,
.owl-item > .product .product-thumbnail.fs-shot .wp-post-image,
.owl-item > .product .product-thumbnail.fs-shot > img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
}
.fs-shot-overlay {
	display: none !important;
}
.volfine-sku-bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: var(--volfine-sku-bar-height);
	padding: 0 8px;
	background: var(--volfine-sku-blue);
	z-index: 3;
	pointer-events: none;
	overflow: hidden;
	box-sizing: border-box;
}
.volfine-sku-bar__text {
	display: block;
	max-width: 100%;
	color: #fff;
	font-size: clamp(10px, 4.2cqi, 18px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.03em;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.volfine-pdp .woocommerce-product-gallery .flex-viewport.has-volfine-sku-bar .volfine-sku-bar__text,
.volfine-pdp .woocommerce-product-gallery.fs-shot .volfine-sku-bar__text {
	font-size: clamp(12px, 2.4cqi, 22px);
}
.fs-shot-watermark {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: clamp(13px, 3.6cqi, 20px);
	font-weight: 700;
	letter-spacing: 0.03em;
	color: rgba(255, 255, 255, 0.42);
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
	pointer-events: none;
	z-index: 3;
	white-space: nowrap;
	user-select: none;
}
.volfine-pdp .woocommerce-product-gallery .fs-shot-watermark {
	display: none;
}
.fs-shot-logo,
.woocommerce div.product div.images img.fs-shot-logo,
.woocommerce-product-gallery img.fs-shot-logo {
	position: absolute !important;
	top: 8px !important;
	left: 8px !important;
	width: 44px !important;
	max-width: 44px !important;
	height: auto !important;
	z-index: 5;
	pointer-events: none;
	object-fit: contain !important;
	background: transparent !important;
	display: block !important;
	margin: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}
.volfine-css-shot-logo .fs-shot::after,
.volfine-css-shot-logo.fs-shot::after,
.volfine-pdp.volfine-css-shot-logo .woocommerce-product-gallery .flex-viewport::after {
	content: "";
	position: absolute;
	top: max(6px, 1.8cqi);
	left: max(6px, 1.8cqi);
	width: clamp(52px, 32cqi, 280px);
	aspect-ratio: 2707 / 449;
	background: var(--volfine-shot-logo) center / contain no-repeat;
	z-index: 5;
	pointer-events: none;
}
.fs-shot-bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 34px;
	background: #111;
	z-index: 2;
	pointer-events: none;
	overflow: hidden;
	font-size: clamp(7px, 3.2cqi, 11px);
}
.fs-shot-actual,
.fs-shot-quality {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 0;
	width: 50%;
	flex: 1 1 50%;
	padding: 0 8px;
	font-weight: 800;
	letter-spacing: 0;
	white-space: nowrap;
	line-height: 1;
}
.fs-shot-actual {
	background: var(--fs-orange);
	color: #fff;
	clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 100%, 0 100%);
	padding-right: 14px;
	z-index: 1;
}
.fs-shot-quality {
	background: #111;
	color: #e6d5a8;
	padding-left: 10px;
}
.fs-shot-ico {
	width: 1.1em;
	height: 1.1em;
	flex: 0 0 1.1em;
}
.fs-shot-actual b,
.fs-shot-quality b {
	font-weight: 800;
	white-space: nowrap;
}
.woocommerce-product-gallery .flex-viewport {
	position: relative;
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto !important;
	overflow: hidden;
	border: 1px solid var(--vf-border);
	background: var(--vf-surface-muted);
	container-type: inline-size;
}
.volfine-pdp .woocommerce-product-gallery {
	position: relative;
	opacity: 1 !important;
}
.volfine-pdp .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
	position: relative !important;
	height: auto !important;
	max-height: none !important;
	min-height: 0 !important;
	overflow: hidden;
}
.volfine-pdp .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	min-height: 0;
}
.volfine-pdp .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img:not(.fs-shot-logo) {
	position: static !important;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center center;
	margin: 0;
	background: var(--vf-surface-muted);
}
.volfine-pdp .woocommerce-product-gallery .flex-viewport .volfine-sku-bar--pdp {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
}
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
	position: relative !important;
	height: auto !important;
	overflow: hidden;
}
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
}
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img:not(.fs-shot-logo) {
	position: static !important;
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: none !important;
	object-fit: contain !important;
	margin: 0;
	background: var(--vf-surface-muted);
}
.fs-specs th { width: 34%; }

.price .fs-price,
.electro-price .fs-price,
span.fs-price {
	display: inline-flex;
	align-items: center;
	font-family: inherit !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	letter-spacing: 0.01em;
	line-height: 1.2;
	color: #5a6570 !important;
	text-decoration: none !important;
	text-transform: none !important;
	white-space: nowrap;
}
.electro-dark .product .price .fs-price,
.electro-dark .electro-price .fs-price,
.electro-dark span.fs-price {
	color: #c5cdd4 !important;
}
.products > .product:hover .fs-price,
.products > .product.hover .fs-price,
.owl-item > .product:hover .fs-price {
	color: var(--vf-primary) !important;
	text-decoration: none !important;
}
.single-product .summary .fs-price,
.single-product .electro-price .fs-price {
	font-size: 18px !important;
	color: var(--vf-primary) !important;
}

.woocommerce.left-sidebar ul.products.row-cols-md-4 > li.product,
.woocommerce ul.products.row-cols-lg-4 > li.product {
	max-width: 25%;
}
.sidebar .widget_product_categories {
	margin-bottom: 2em;
}
.widget_product_categories .product-categories li.cat-item,
.widget_product_categories .product-categories li.cat-item > a.vf-cat-link,
#sidebar .widget_product_categories ul li,
#sidebar .widget_product_categories ul li > a,
#sidebar .widget_product_categories ul li > a.vf-cat-link,
.sidebar .widget_product_categories .product-categories,
.sidebar .widget_product_categories .product-categories > li,
.sidebar .widget_product_categories .product-categories li.product_cat > ul,
.sidebar .widget_product_categories ul li,
.sidebar .widget_product_categories ul li > a,
.sidebar .widget_product_categories ul li > a.vf-cat-link,
.sidebar .widget_product_categories a,
.sidebar .widget_electro_products_filter .widget_product_categories .product-categories,
.sidebar .widget_electro_products_filter .widget_product_categories .product-categories > li,
.sidebar .widget_electro_products_filter .widget_product_categories ul li > a {
	text-align: left !important;
}
.widget_product_categories .product-categories li.cat-item > a.vf-cat-link,
#sidebar .widget_product_categories ul li > a,
#sidebar .widget_product_categories ul li > a.vf-cat-link,
.sidebar .product-categories li.cat-item > a,
.sidebar .product-categories > li > a,
.sidebar .widget_product_categories ul li > a,
.sidebar .widget_product_categories ul li > a.vf-cat-link,
.sidebar .widget_product_categories a,
.sidebar .widget_electro_products_filter .widget_product_categories ul li > a {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	white-space: normal;
	line-height: 1.35;
	padding-left: 1em !important;
	padding-right: 1em !important;
}
.sidebar .widget_electro_products_filter {
	margin-bottom: 2em;
}

.volfine-home .woocommerce-breadcrumb {
	display: none;
}

.ind-hero {
	display: block;
	width: 100%;
	margin: 18px 0 22px;
}

.ind-slider {
	position: relative;
	background: var(--vf-dark);
	overflow: hidden;
	min-height: 280px;
}
.ind-slide {
	display: none;
	position: relative;
	color: inherit;
	text-decoration: none;
	min-height: 460px;
	background-color: var(--vf-dark);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}
.ind-slide.is-active {
	display: block;
}
.ind-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(15, 30, 46, 0.88) 0%, rgba(15, 30, 46, 0.52) 40%, rgba(15, 30, 46, 0.12) 68%, transparent 100%);
	pointer-events: none;
}
.ind-slide-copy {
	position: absolute;
	left: 36px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 52%;
	color: #fff;
	pointer-events: none;
	z-index: 1;
}
.ind-kicker {
	margin: 0 0 8px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.78);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.ind-slide-copy h2 {
	margin: 0 0 14px;
	font-size: 32px;
	line-height: 1.15;
	color: #fff;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}
.ind-slide-lead {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.28);
}
.ind-slide-points {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 7px;
}
.ind-slide-points li {
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.88);
}
.ind-slide-points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--vf-primary);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}
.ind-slide-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
}
.ind-slide-actions .button {
	pointer-events: none;
}
.ind-slide-note {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.72);
	letter-spacing: 0.02em;
}
.ind-dots {
	position: absolute;
	left: 36px;
	bottom: 16px;
	display: flex;
	gap: 8px;
	z-index: 2;
}
.ind-dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.35);
	cursor: pointer;
}
.ind-dot.is-active {
	background: var(--vf-primary);
}

.ind-brands-bar {
	display: flex;
	align-items: center;
	gap: 18px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 14px 0;
	margin: 0 0 28px;
}
.ind-brands-bar > strong {
	flex: 0 0 auto;
	font-size: 16px;
}
.ind-brands-logos {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: space-around;
	gap: 16px;
	min-width: 0;
	overflow: hidden;
}
.ind-brands-logos img {
	max-height: 34px;
	width: auto;
	opacity: 0.72;
}
.ind-more-brands {
	flex: 0 0 auto;
	font-weight: 700;
	color: var(--vf-ink);
	white-space: nowrap;
}

.ind-cats {
	margin: 0 0 40px;
	padding: 28px 0 8px;
}
.ind-cats-head {
	margin-bottom: 22px;
	text-align: center;
}
.ind-cats-kicker {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--vf-primary);
}
.ind-cats-title {
	margin: 0;
	font-size: clamp(22px, 2.4vw, 28px);
	font-weight: 800;
	color: var(--vf-ink);
	line-height: 1.25;
}
.ind-cats-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}
.ind-cat {
	margin: 0;
}
.ind-cat-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--vf-surface);
	border: 1px solid var(--vf-border-subtle);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: var(--vf-shadow-soft);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.ind-cat-card:hover {
	border-color: var(--vf-primary-soft);
	box-shadow: var(--vf-shadow-brand);
	transform: translateY(-3px);
}
.ind-cat-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 35 / 9;
	padding: 8px 14px;
	background: linear-gradient(160deg, var(--vf-primary-ghost) 0%, var(--vf-surface-alt) 100%);
	border-bottom: 1px solid var(--vf-border-subtle);
	text-decoration: none;
}
.ind-cat-visual img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	object-fit: contain;
	transition: transform 0.25s ease;
}
.ind-cat-card:hover .ind-cat-visual img {
	transform: scale(1.04);
}
.ind-cat-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 12px;
	padding: 16px 18px 18px;
}
.ind-cat-title {
	margin: 0;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 800;
}
.ind-cat-title a {
	color: var(--vf-ink);
	text-decoration: none;
}
.ind-cat-title a:hover,
.ind-cat-title a:focus {
	color: var(--vf-primary-dark);
}
.ind-cat-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.ind-cat-tag {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--vf-surface-muted);
	border: 1px solid var(--vf-border-subtle);
	color: var(--vf-ink-secondary);
	font-size: 12px;
	line-height: 1.35;
	text-decoration: none;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.ind-cat-tag:hover,
.ind-cat-tag:focus {
	background: var(--vf-primary-ghost);
	border-color: var(--vf-primary-soft);
	color: var(--vf-primary-dark);
	text-decoration: none;
}
.ind-cat-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	padding-top: 4px;
	font-size: 13px;
	font-weight: 700;
	color: var(--vf-primary);
	text-decoration: none;
}
.ind-cat-link svg {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	transition: transform 0.2s ease;
}
.ind-cat-link:hover,
.ind-cat-link:focus {
	color: var(--vf-primary-hover);
	text-decoration: none;
}
.ind-cat-link:hover svg,
.ind-cat-link:focus svg {
	transform: translateX(3px);
}
.electro-dark .ind-cat-card {
	background: var(--vf-dark-elevated);
	border-color: var(--vf-dark-border);
}
.electro-dark .ind-cat-visual {
	background: linear-gradient(160deg, rgba(47, 141, 227, 0.12) 0%, var(--vf-dark) 100%);
	border-color: var(--vf-dark-border);
}
.electro-dark .ind-cat-title a {
	color: var(--vf-dark-text);
}
.electro-dark .ind-cat-tag {
	background: var(--vf-dark);
	border-color: var(--vf-dark-border);
	color: var(--vf-dark-muted);
}
@media (min-width: 576px) {
	.ind-cats-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px;
	}
}
@media (min-width: 992px) {
	.ind-cats-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}
	.ind-cats-head {
		margin-bottom: 28px;
	}
}

.ind-outlet {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px 28px;
	background: var(--vf-primary-ghost);
	border: 1px solid var(--vf-primary-soft);
	color: var(--vf-ink);
	padding: 16px 22px;
	margin: 8px 0 24px;
	text-decoration: none;
}
.ind-outlet:hover,
.ind-outlet:focus {
	color: var(--vf-primary-dark);
	text-decoration: none;
}
.ind-outlet-tag {
	background: var(--vf-primary);
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.04em;
	padding: 8px 14px;
}
.ind-outlet strong {
	font-size: 28px;
	letter-spacing: 0.04em;
}
.ind-outlet em {
	margin-left: auto;
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
}

.ind-products {
	margin: 0 0 28px;
}
.ind-products header {
	margin-bottom: 12px;
}
.ind-products .h1 {
	font-size: 24px;
	margin: 0;
}
.ind-products ul.products > li.product {
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
}
@media (min-width: 768px) {
	.ind-products ul.products > li.product {
		flex: 0 0 25%;
		max-width: 25%;
		width: 25%;
	}
}
/* Electro grid view duplicates title/category in header + body; hide header copy. */
.ind-products ul.products[data-view="grid"] .product-loop-header .woocommerce-loop-product__title,
.ind-products ul.products[data-view="grid"] .product-loop-header .loop-product-categories {
	display: none;
}

/* Electro hover pulls .product-inner out of flow. The last Best Sellers
   card then collapses its row and the Brands block jumps up. */
.brand-page {
	margin: 0 0 48px;
	color: var(--vf-ink);
}
.brand-hero {
	padding: 28px 28px 8px;
	margin: 0 0 32px;
	background: var(--vf-dark-elevated);
	color: #f4f4f4;
}
.brand-hero h1 {
	margin: 0 0 10px;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.15;
	font-weight: 800;
	color: #fff;
}
.brand-hero-logo {
	display: block;
	height: 44px;
	width: auto;
	max-width: 180px;
	margin: 0 0 16px;
	padding: 8px 12px;
	background: #fff;
	object-fit: contain;
}
.brand-hero-tag {
	margin: 0 0 14px;
	max-width: 46ch;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
}
.brand-hero .sol-lead {
	color: #c8c8c8;
}
.brand-hero .button:not(.btn-primary) {
	background: transparent;
	border: 1px solid #555;
	color: #fff;
}
.brand-split {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin: 0 0 32px;
}
@media (min-width: 768px) {
	.brand-split {
		grid-template-columns: 1fr 1fr;
	}
}
.brand-col {
	padding: 22px 24px 24px;
	border: 1px solid var(--vf-border-subtle);
	background: #fff;
}
.brand-col h2 {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3;
}
.brand-col p {
	margin: 0;
	color: #555;
	line-height: 1.65;
	font-size: 14.5px;
}
.brand-lines {
	margin: 0 0 28px;
}
.brand-line-tags {
	margin: 0;
}
.brand-stock {
	margin-bottom: 8px;
}
.brand-empty {
	padding: 18px 20px;
	border: 1px solid var(--vf-border-subtle);
	background: #fafafa;
	color: #555;
}
.volfine-brand-page .woocommerce-breadcrumb {
	margin-bottom: 8px;
}

@media (min-width: 1200px) {
	.ind-products .products > .product:hover,
	.ind-products .products > .product.hover {
		z-index: 2;
	}
	.ind-products .products > .product:hover .product-inner,
	.ind-products .products > .product.hover .product-inner {
		position: relative;
		width: auto;
		height: auto;
		min-height: 0;
		box-shadow: 0 0 6px rgba(1, 1, 1, 0.18);
	}
	.ind-products .products > .product:hover .hover-area,
	.ind-products .products > .product.hover .hover-area {
		display: none;
	}
}

.ind-banners {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin: 8px 0 32px;
}
@media (min-width: 768px) {
	.ind-banners {
		grid-template-columns: 1fr 1fr;
	}
}
.ind-banners .banner {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--vf-dark);
}
.ind-banners .banner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 10, 14, 0.72) 0%, rgba(8, 10, 14, 0.22) 55%, transparent 82%);
	pointer-events: none;
}
.ind-banners img {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position: center right;
	background: var(--vf-dark);
}
.ind-banners .banner-copy {
	position: absolute;
	left: 22px;
	bottom: 20px;
	z-index: 1;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.ind-banners .banner-copy strong {
	font-size: 20px;
	line-height: 1.2;
}
.ind-banners .banner-copy em {
	font-style: normal;
	font-size: 13px;
	color: #c5d7e0;
}

.ind-all-brands {
	margin: 8px 0 40px;
}
.ind-all-brands .h1 {
	font-size: 24px;
	margin: 0 0 16px;
}
.ind-brand-wall {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
@media (min-width: 576px) {
	.ind-brand-wall {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width: 992px) {
	.ind-brand-wall {
		grid-template-columns: repeat(6, 1fr);
	}
}
.ind-brand-wall a {
	display: grid;
	place-items: center;
	min-height: 72px;
	padding: 10px;
	border: 1px solid #eee;
	background: #fff;
}
.ind-brand-wall img {
	max-height: 38px;
	max-width: 88%;
	width: auto;
	object-fit: contain;
}

.volfine-solutions .woocommerce-breadcrumb,
.volfine-about .woocommerce-breadcrumb,
.volfine-contact .woocommerce-breadcrumb {
	margin-bottom: 8px;
}

.contact-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin: 0 0 40px;
	align-items: start;
}
.contact-form-col h2 {
	margin: 0 0 8px;
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 800;
}
.contact-form-lead {
	margin: 0 0 20px;
	max-width: 62ch;
	color: #667;
	line-height: 1.6;
}
.contact-side {
	display: grid;
	gap: 14px;
}
.contact-side-card {
	padding: 20px 22px 22px;
	background: #fff;
	border: 1px solid var(--vf-border-subtle);
}
.contact-side-card h3 {
	margin: 0 0 12px;
	font-size: 17px;
	font-weight: 800;
}
.contact-side-card ul {
	margin: 0;
	padding: 0 0 0 18px;
}
.contact-side-card li {
	margin: 0 0 8px;
	color: #555;
	font-size: 13.5px;
	line-height: 1.5;
}
.contact-side-card p {
	margin: 0 0 10px;
	color: #555;
	font-size: 14px;
	line-height: 1.6;
}
.contact-side-card p:last-child {
	margin-bottom: 0;
}
.contact-side-dark {
	background: var(--vf-dark-elevated);
	border-color: var(--vf-dark-elevated);
	color: #ddd;
}
.contact-side-dark h3 {
	color: #fff;
}
.contact-side-dark p,
.contact-side-dark a {
	color: #c8c8c8;
}
.contact-side-dark a:hover {
	color: #fff;
}
.contact-paths {
	margin-top: 8px;
}
.rfq-form p {
	margin: 0 0 14px;
}
.rfq-form label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: var(--vf-ink);
}
.rfq-form {
	--rfq-field-radius: 6px;
}
.rfq-form input:not([type="submit"]):not([type="hidden"]),
.rfq-form select,
.rfq-form textarea {
	display: block;
	width: 100%;
	margin-top: 6px;
	padding: 10px 12px;
	border: 1px solid #d9d9d9;
	background: #fff;
	font-size: 14px;
	line-height: 1.4;
	color: var(--vf-ink);
	border-radius: var(--rfq-field-radius) !important;
	box-shadow: none;
}
.rfq-form textarea {
	min-height: 110px;
	resize: vertical;
}
.rfq-form input:focus,
.rfq-form select:focus,
.rfq-form textarea:focus {
	border-color: var(--fs-orange);
	outline: none;
}
.rfq-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0 14px;
}
.rfq-submit input,
.rfq-form .wpcf7-submit {
	display: inline-block;
	min-height: 44px;
	padding: 0 22px;
	border: 0;
	background: var(--fs-orange);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
.rfq-form .wpcf7-submit:hover,
.rfq-form .wpcf7-submit:focus {
	background: var(--vf-primary-hover);
}
.rfq-form .wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: 600;
}
.rfq-form .wpcf7-response-output {
	margin: 12px 0 0;
	padding: 10px 12px;
	border-radius: 0;
}
.volfine-hp-wrap {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
.volfine-hp-wrap input {
	display: block !important;
}
@media (min-width: 768px) {
	.rfq-row {
		grid-template-columns: 1fr 1fr;
	}
}
@media (min-width: 992px) {
	.contact-layout {
		grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.8fr);
	}
}

.about-scope {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin: 0 0 18px;
}
.about-scope-card {
	display: grid;
	grid-template-columns: 1fr;
	background: #fff;
	border: 1px solid var(--vf-border-subtle);
}
.about-scope-media {
	background: #f7f7f7;
}
.about-scope-media img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: center;
}
.about-scope-body {
	padding: 16px 18px 18px;
}
.about-scope-body h3 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 800;
}
.about-scope-body p {
	margin: 0 0 12px;
	color: #555;
	font-size: 14px;
	line-height: 1.6;
}
.about-scope-body .sol-card-links {
	margin: 0;
}
.about-cat-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
}
.about-cat-row a {
	display: inline-block;
	padding: 6px 10px;
	border: 1px solid var(--vf-border-subtle);
	background: #fff;
	font-size: 12px;
	font-weight: 700;
	color: var(--vf-ink);
	text-decoration: none;
}
.about-cat-row a:hover,
.about-cat-row a:focus {
	border-color: var(--fs-orange);
	color: var(--fs-orange);
}
.about-audience-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}
.about-audience {
	position: relative;
	padding: 36px 20px 20px;
	background: #fff;
	border: 1px solid var(--vf-border-subtle);
}
.about-audience .sol-no {
	position: absolute;
	left: 16px;
	top: 14px;
}
.about-audience h3 {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 800;
}
.about-audience p {
	margin: 0;
	color: #555;
	font-size: 14.5px;
	line-height: 1.6;
}
.about-presence {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin: 8px 0 40px;
}
.about-presence article {
	padding: 24px 24px 26px;
	background: #fff;
	border: 1px solid var(--vf-border-subtle);
}
.about-presence h2 {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3;
}
.about-presence p {
	margin: 0 0 12px;
	color: #555;
	font-size: 14.5px;
	line-height: 1.65;
}
.about-presence p:last-child {
	margin-bottom: 0;
}
.about-address {
	padding-top: 8px;
	color: var(--vf-ink) !important;
	font-weight: 600;
	line-height: 1.7 !important;
}
.about-address a {
	font-weight: 700;
	color: var(--fs-orange);
}
.about-brand-wall {
	margin-bottom: 14px;
}
.about-brand-more {
	margin: 0 0 8px;
}
.about-brand-more a {
	font-size: 14px;
	font-weight: 700;
	color: var(--fs-orange);
}
@media (min-width: 768px) {
	.about-scope {
		grid-template-columns: repeat(2, 1fr);
	}
	.about-audience-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.about-presence {
		grid-template-columns: 1fr 1fr;
	}
}
@media (min-width: 992px) {
	.about-scope {
		grid-template-columns: repeat(3, 1fr);
	}
}
.sol-page {
	margin: 0 0 48px;
	color: var(--vf-ink);
}
.sol-kicker {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--fs-orange);
}
.sol-hero {
	padding: 28px 28px 8px;
	margin: 0 0 36px;
	background: var(--vf-dark-elevated);
	color: #f4f4f4;
}
.sol-hero h1 {
	margin: 0 0 14px;
	max-width: 18ch;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.15;
	font-weight: 800;
	color: #fff;
}
.sol-lead {
	margin: 0 0 22px;
	max-width: 68ch;
	font-size: 16px;
	line-height: 1.6;
	color: #c8c8c8;
}
.sol-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 28px;
}
.sol-hero .button {
	min-height: 42px;
	padding: 0 18px;
	line-height: 42px;
}
.sol-hero .button:not(.btn-primary) {
	background: transparent;
	border: 1px solid #555;
	color: #fff;
}
.sol-metrics {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 0 -28px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #2a2a2a;
}
.sol-metrics li {
	padding: 18px 28px;
	border-bottom: 1px solid #2a2a2a;
}
.sol-metrics strong {
	display: block;
	margin-bottom: 6px;
	color: #fff;
	font-size: 14px;
}
.sol-metrics span {
	display: block;
	color: #9a9a9a;
	font-size: 13px;
	line-height: 1.5;
}
.sol-block-head {
	margin: 0 0 22px;
	max-width: 68ch;
}
.sol-block-head h2,
.sol-split-copy h2,
.sol-cta h2 {
	margin: 0 0 10px;
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 800;
	line-height: 1.25;
}
.sol-block-head p {
	margin: 0;
	color: #667;
	line-height: 1.6;
}
.sol-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}
.sol-card {
	display: grid;
	grid-template-columns: 1fr;
	background: #fff;
	border: 1px solid var(--vf-border-subtle);
}
.sol-card-media {
	position: relative;
	background: #f7f7f7;
	min-height: 140px;
}
.sol-card-media img {
	display: block;
	width: 100%;
	height: 160px;
	object-fit: cover;
	object-position: center;
}
.sol-no {
	position: absolute;
	left: 12px;
	top: 12px;
	padding: 2px 8px;
	background: var(--vf-dark-elevated);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
}
.sol-card-body {
	padding: 18px 20px 20px;
}
.sol-card-body h3 {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 800;
}
.sol-card-lead {
	margin: 0 0 10px;
	font-weight: 600;
	color: #222;
	line-height: 1.5;
}
.sol-card-body p {
	margin: 0 0 12px;
	color: #555;
	line-height: 1.6;
	font-size: 14.5px;
}
.sol-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
}
.sol-tags li {
	padding: 3px 8px;
	border: 1px solid #e6e6e6;
	background: #fafafa;
	font-size: 12px;
	color: #555;
}
.sol-card-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 0 !important;
}
.sol-card-links a {
	font-size: 13px;
	font-weight: 700;
	color: var(--fs-orange);
}
.sol-card-links a:hover,
.sol-card-links a:focus {
	color: var(--vf-primary-hover);
}
.sol-process {
	margin: 40px 0;
	padding: 28px 0 8px;
	border-top: 1px solid var(--vf-border-subtle);
}
.sol-steps {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}
.sol-steps li {
	padding: 18px 18px 16px;
	background: #fff;
	border: 1px solid var(--vf-border-subtle);
}
.sol-steps strong {
	display: block;
	margin-bottom: 8px;
	font-size: 15px;
}
.sol-steps p {
	margin: 0;
	color: #667;
	font-size: 14px;
	line-height: 1.55;
}
.sol-split {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin: 12px 0 36px;
	align-items: start;
}
.sol-split-copy p {
	margin: 0 0 16px;
	color: #555;
	line-height: 1.6;
}
.sol-industries {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sol-industries li {
	padding: 10px 0;
	border-top: 1px solid var(--vf-border-subtle);
	font-weight: 600;
	font-size: 14px;
}
.sol-note {
	padding: 22px 22px 24px;
	background: var(--vf-dark-elevated);
	color: #ddd;
}
.sol-note h3 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 18px;
}
.sol-note ul {
	margin: 0 0 18px;
	padding: 0 0 0 18px;
}
.sol-note li {
	margin: 0 0 8px;
	font-size: 13.5px;
	line-height: 1.5;
	color: #c8c8c8;
}
.sol-note .button {
	display: inline-block;
}
.sol-cta {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	padding: 24px;
	background: #fff4eb;
	border: 1px solid #ffd7b8;
}
.sol-cta h2 {
	color: var(--vf-dark-elevated);
}
.sol-cta p {
	margin: 0;
	color: #555;
	line-height: 1.55;
}
.sol-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}
@media (min-width: 768px) {
	.sol-metrics {
		grid-template-columns: repeat(3, 1fr);
	}
	.sol-metrics li {
		border-bottom: 0;
		border-right: 1px solid #2a2a2a;
	}
	.sol-metrics li:last-child {
		border-right: 0;
	}
	.sol-cards {
		grid-template-columns: repeat(2, 1fr);
	}
	.sol-steps {
		grid-template-columns: repeat(2, 1fr);
	}
	.sol-industries {
		grid-template-columns: 1fr 1fr;
		gap: 0 24px;
	}
}
@media (min-width: 992px) {
	.sol-hero {
		padding: 40px 40px 0;
	}
	.sol-hero h1 {
		max-width: 16ch;
	}
	.sol-metrics {
		margin-left: -40px;
		margin-right: -40px;
	}
	.sol-metrics li {
		padding: 22px 40px;
	}
	.sol-steps {
		grid-template-columns: repeat(4, 1fr);
	}
	.sol-split {
		grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
		gap: 32px;
	}
	.sol-cta {
		grid-template-columns: 1fr auto;
		align-items: center;
		padding: 28px 32px;
	}
}
.ind-brands-intro {
	color: #667;
	margin: 0 0 24px;
	max-width: 720px;
}
.ind-brands-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}
.ind-brands-grid a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 128px;
	padding: 16px 12px;
	border: 1px solid #eee;
	background: #fff;
	text-decoration: none;
	color: var(--vf-ink);
}
.ind-brands-grid a:hover,
.ind-brands-grid a:focus {
	border-color: #d8d8d8;
	color: var(--vf-ink);
	text-decoration: none;
}
.ind-brands-grid img {
	max-height: 48px;
	max-width: 78%;
	width: auto;
	object-fit: contain;
}
.ind-brands-grid span {
	font-size: 13px;
	font-weight: 600;
}
.ind-brands-foot {
	margin: 28px 0 0;
	color: #667;
}
@media (min-width: 576px) {
	.ind-brands-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 768px) {
	.ind-brands-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width: 1200px) {
	.ind-brands-grid {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (max-width: 991.98px) {
	.ind-slide {
		min-height: 320px;
		background-position: 70% center;
	}
	.ind-slide-copy {
		left: 16px;
		max-width: 78%;
	}
	.ind-slide-copy h2 {
		font-size: 22px;
	}
	.ind-slide-lead {
		font-size: 13px;
		line-height: 1.45;
	}
	.ind-slide-points li {
		font-size: 12px;
	}
	.ind-slide-actions {
		gap: 10px;
	}
	.ind-slide-note {
		display: none;
	}
	.ind-brands-bar {
		flex-wrap: wrap;
	}
	.ind-outlet em {
		margin-left: 0;
	}
}

.news-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 28px;
}
.news-filters a {
	display: inline-block;
	padding: 6px 14px;
	border: 1px solid #ddd;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	color: var(--vf-ink);
	text-decoration: none;
}
.news-filters a.is-active,
.news-filters a:hover,
.news-filters a:focus {
	border-color: var(--fs-orange);
	color: #111;
	text-decoration: none;
}
.news-list {
	display: grid;
	gap: 0;
	border-top: 1px solid #e6e6e6;
}
.news-card {
	padding: 22px 0;
	border-bottom: 1px solid #e6e6e6;
}
.news-card-meta {
	margin: 0 0 8px;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #888;
}
.news-card-meta a {
	color: var(--fs-orange);
	text-decoration: none;
	font-weight: 700;
}
.news-card-title {
	margin: 0 0 8px;
	font-size: 22px;
	line-height: 1.3;
}
.news-card-title a {
	color: #1c1c1c;
	text-decoration: none;
}
.news-card-title a:hover,
.news-card-title a:focus {
	color: #111;
	text-decoration: underline;
}
.news-card-excerpt {
	margin: 0 0 12px;
	max-width: 72ch;
	line-height: 1.55;
	color: #555;
}
.news-card-more {
	font-weight: 700;
	font-size: 13px;
}
.news-pager {
	margin: 24px 0 8px;
}
.news-empty {
	color: #667;
}
.news-article-lead {
	max-width: 72ch;
}
.news-article-meta {
	margin: 0 0 8px;
	font-size: 13px;
	color: #9a9a9a;
}
.news-article-meta time + span::before {
	content: " · ";
}
.news-hero-kicker a,
.sol-hero .sol-kicker a {
	color: inherit;
	text-decoration: none;
}
.sol-hero .sol-kicker a:hover {
	text-decoration: underline;
}
.news-body {
	max-width: 72ch;
	margin: 0 0 32px;
	font-size: 16px;
	line-height: 1.7;
	color: var(--vf-ink);
}
.news-body p {
	margin: 0 0 1.1em;
}
.news-body h2 {
	margin: 1.6em 0 0.6em;
	font-size: 22px;
}
.news-body a {
	font-weight: 700;
}
.news-cta p:last-child {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 0;
}
.ind-news {
	margin: 8px 0 40px;
}
.ind-news .h1 {
	font-size: 24px;
	margin: 0 0 16px;
}
.ind-news-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin-bottom: 16px;
}
@media (min-width: 768px) {
	.ind-news-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
.ind-news-card {
	display: flex;
	flex-direction: column;
	padding: 18px 18px 16px;
	border: 1px solid #eee;
	background: #fff;
	text-decoration: none;
	color: inherit;
}
.ind-news-card:hover,
.ind-news-card:focus {
	border-color: #ddd;
	text-decoration: none;
	color: inherit;
}
.ind-news-card time {
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.ind-news-card strong {
	display: block;
	margin: 8px 0 8px;
	font-size: 16px;
	line-height: 1.35;
	color: #1c1c1c;
}
.ind-news-card span {
	font-size: 13px;
	line-height: 1.5;
	color: #555;
}

.electro-dark .news-filters a {
	color: #d9d9d9;
	border-color: #444;
}
.electro-dark .news-card {
	border-color: #2a2a2a;
}
.electro-dark .news-list {
	border-color: #2a2a2a;
}
.electro-dark .news-card-title a {
	color: #f4f4f4;
}
.electro-dark .news-card-excerpt,
.electro-dark .news-body {
	color: #c8c8c8;
}
.electro-dark .ind-news-card {
	background: #1c1c1c;
	border-color: #333;
}
.electro-dark .ind-news-card strong {
	color: #f4f4f4;
}
.electro-dark .ind-news-card span {
	color: #9a9a9a;
}

/* Product detail — B2B quote layout */
.volfine-pdp .woocommerce-breadcrumb {
	margin: 12px 0 18px;
	font-size: 13px;
	color: #888;
}
.volfine-pdp .single-product-wrapper {
	align-items: flex-start;
	margin-bottom: 8px;
}
.volfine-pdp .product-images-wrapper {
	padding-right: 8px;
}
.volfine-pdp .summary.entry-summary {
	padding-left: 8px;
}
.volfine-pdp .summary .product_title {
	margin: 0 0 14px;
	font-size: clamp(24px, 3.2vw, 34px);
	line-height: 1.18;
	font-weight: 800;
	color: var(--vf-dark-elevated);
}
.volfine-pdp .summary .loop-product-categories,
.volfine-pdp .summary .woocommerce-product-rating,
.volfine-pdp .summary .price,
.volfine-pdp .summary .cart,
.volfine-pdp .summary .availability,
.volfine-pdp .summary .brand,
.volfine-pdp .summary .action-buttons,
.volfine-pdp .summary .electro-description-title,
.volfine-pdp .product-actions-wrapper,
.volfine-pdp .woocommerce-tabs,
.volfine-pdp .electro-tabs,
.volfine-pdp .woocommerce-product-rating {
	display: none !important;
}
.rp-gallery-note {
	margin: 10px 0 0;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #888;
	font-weight: 700;
}
.rp-box {
	margin-top: 4px;
}
.rp-kicker {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--fs-orange);
}
.rp-kicker a {
	color: inherit;
	text-decoration: none;
}
.rp-kicker a:hover {
	text-decoration: underline;
}
.rp-kicker span {
	color: #bbb;
	font-weight: 600;
	letter-spacing: 0;
}
.rp-ids {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
}
.rp-ids span {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	background: #f4f4f4;
	font-size: 12px;
	font-weight: 700;
	color: #555;
	letter-spacing: 0.02em;
}
.rp-ids strong {
	margin-left: 4px;
	color: var(--vf-dark-elevated);
	font-size: 13px;
}
.rp-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}
.rp-chips li {
	padding: 5px 10px;
	border: 1px solid var(--vf-border-subtle);
	background: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--vf-ink);
}
.rp-lead {
	margin: 0 0 16px;
	max-width: 58ch;
	font-size: 14.5px;
	line-height: 1.6;
	color: #555;
}
.rp-spec-snap {
	width: 100%;
	margin: 0 0 18px;
	border-collapse: collapse;
}
.rp-spec-snap th,
.rp-spec-snap td {
	padding: 8px 0;
	border-bottom: 1px solid var(--vf-border-subtle);
	font-size: 13.5px;
	text-align: left;
	vertical-align: top;
}
.rp-spec-snap th {
	width: 38%;
	color: #888;
	font-weight: 700;
	padding-right: 12px;
}
.rp-spec-snap td {
	color: var(--vf-dark-elevated);
	font-weight: 600;
}
.rp-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 10px;
}
.rp-cta .button,
.rp-about-links .button {
	min-height: 44px;
	padding: 0 18px;
	line-height: 44px;
	font-weight: 700;
}
.rp-cta .button:not(.btn-primary),
.rp-about-links .button:not(.btn-primary) {
	background: #fff;
	border: 1px solid #ddd;
	color: var(--vf-dark-elevated);
}
.rp-note {
	margin: 0;
	font-size: 12.5px;
	line-height: 1.5;
	color: #888;
}
.rp-details {
	margin: 28px 0 36px;
}
.rp-details-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-bottom: 20px;
}
.rp-about,
.rp-spec-panel {
	padding: 22px 22px 24px;
	background: #fff;
	border: 1px solid var(--vf-border-subtle);
}
.rp-about h2,
.rp-spec-panel h2,
.rp-band h2 {
	margin: 0 0 12px;
	font-size: clamp(20px, 2.4vw, 26px);
	font-weight: 800;
	line-height: 1.25;
	color: var(--vf-dark-elevated);
}
.rp-about p {
	margin: 0 0 14px;
	color: #555;
	font-size: 14.5px;
	line-height: 1.65;
}
.rp-need {
	margin: 0 0 18px;
	padding: 0 0 0 18px;
}
.rp-need li {
	margin: 0 0 8px;
	color: #555;
	font-size: 13.5px;
	line-height: 1.5;
}
.rp-about-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}
.rp-spec-panel p:not(.sol-kicker) {
	margin: 0;
	color: #555;
	line-height: 1.6;
}
.rp-spec-table {
	width: 100%;
	margin: 4px 0 0;
	border-collapse: collapse;
}
.rp-spec-table th,
.rp-spec-table td {
	padding: 10px 0;
	border-bottom: 1px solid var(--vf-border-subtle);
	font-size: 13.5px;
	text-align: left;
	vertical-align: top;
}
.rp-spec-table th {
	width: 36%;
	color: #888;
	font-weight: 700;
	padding-right: 12px;
}
.rp-spec-table td {
	color: var(--vf-dark-elevated);
	font-weight: 600;
}
.rp-band {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	padding: 24px;
	background: #fff4eb;
	border: 1px solid #ffd7b8;
}
.rp-band p:not(.sol-kicker):not(.rp-about-links) {
	margin: 0;
	color: #555;
	line-height: 1.55;
}
.volfine-pdp .related {
	margin: 8px 0 48px;
	padding-top: 8px;
}
.volfine-pdp .related > h2,
.volfine-pdp section.related > h2 {
	margin: 0 0 20px;
	font-size: clamp(20px, 2.4vw, 26px);
	font-weight: 800;
	color: var(--vf-dark-elevated);
}
.volfine-pdp .related > h2::after,
.volfine-pdp .related > h2::before {
	display: none;
}
.volfine-pdp .related .star-rating,
.volfine-pdp .related .product-rating,
.volfine-pdp .related .loop-product-categories,
.volfine-pdp .related .hover-area,
.volfine-pdp .related .action-buttons,
.volfine-pdp .related .added_to_cart,
.volfine-pdp .related .button.add_to_cart_button,
.volfine-pdp .related .add-to-cart-wrap,
.volfine-pdp .related .product-short-description,
.volfine-pdp .related .woocommerce-product-details__short-description {
	display: none !important;
}
.volfine-pdp .related .product-sku {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 700;
	color: #888;
}
@media (min-width: 992px) {
	.volfine-pdp .related ul.products > li.product {
		flex: 0 0 25%;
		max-width: 25%;
		width: 25%;
	}
}
.volfine-pdp .related .product-loop-body {
	padding-top: 10px;
}
.volfine-pdp.single-product .product-images-wrapper .flex-direction-nav,
.volfine-pdp.single-product .woocommerce-product-gallery .flex-direction-nav {
	display: block !important;
	padding: 0;
	margin: 0;
	list-style: none;
}
.volfine-pdp.single-product .product-images-wrapper .flex-direction-nav li,
.volfine-pdp.single-product .woocommerce-product-gallery .flex-direction-nav li {
	margin: 0;
}
.volfine-pdp.single-product .product-images-wrapper .flex-direction-nav a,
.volfine-pdp.single-product .woocommerce-product-gallery .flex-direction-nav a {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: -18px 0 0;
	padding: 0 !important;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--vf-border);
	color: transparent;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	opacity: 0.92;
	transform: translateY(-50%);
}
.volfine-pdp.single-product .product-images-wrapper .flex-direction-nav a::before,
.volfine-pdp.single-product .woocommerce-product-gallery .flex-direction-nav a::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 0 solid var(--vf-dark-elevated);
	border-width: 2px 2px 0 0;
	transform: rotate(-135deg);
}
.volfine-pdp.single-product .product-images-wrapper .flex-direction-nav .flex-next::before,
.volfine-pdp.single-product .product-images-wrapper .flex-direction-nav li + li a::before,
.volfine-pdp.single-product .woocommerce-product-gallery .flex-direction-nav .flex-next::before,
.volfine-pdp.single-product .woocommerce-product-gallery .flex-direction-nav li + li a::before {
	transform: rotate(45deg);
}
.volfine-pdp.single-product .product-images-wrapper .flex-direction-nav .flex-prev,
.volfine-pdp.single-product .product-images-wrapper .flex-direction-nav > li:first-child a,
.volfine-pdp.single-product .woocommerce-product-gallery .flex-direction-nav .flex-prev,
.volfine-pdp.single-product .woocommerce-product-gallery .flex-direction-nav > li:first-child a {
	left: 10px;
	right: auto;
}
.volfine-pdp.single-product .product-images-wrapper .flex-direction-nav .flex-next,
.volfine-pdp.single-product .product-images-wrapper .flex-direction-nav li + li a,
.volfine-pdp.single-product .woocommerce-product-gallery .flex-direction-nav .flex-next,
.volfine-pdp.single-product .woocommerce-product-gallery .flex-direction-nav li + li a {
	right: 10px;
	left: auto;
}
.volfine-pdp.single-product .product-images-wrapper .flex-direction-nav a:hover,
.volfine-pdp.single-product .woocommerce-product-gallery .flex-direction-nav a:hover {
	border-color: var(--vf-primary);
	opacity: 1;
}
.volfine-pdp.single-product .product-images-wrapper .flex-direction-nav a:hover::before,
.volfine-pdp.single-product .woocommerce-product-gallery .flex-direction-nav a:hover::before {
	border-color: var(--vf-primary);
}
.volfine-pdp.single-product .product-images-wrapper .flex-direction-nav a.flex-disabled,
.volfine-pdp.single-product .woocommerce-product-gallery .flex-direction-nav a.flex-disabled {
	opacity: 0 !important;
	pointer-events: none;
	z-index: -1;
}
.volfine-pdp.single-product .product-images-wrapper:hover .flex-direction-nav,
.volfine-pdp.single-product .woocommerce-product-gallery:hover .flex-direction-nav {
	opacity: 1;
}
.volfine-pdp.single-product .woocommerce-product-gallery .flex-control-nav,
.volfine-pdp.single-product .woocommerce-product-gallery .flex-control-thumbs,
.rp-thumbs .flex-control-nav,
.rp-thumbs .flex-control-thumbs {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	flex-flow: row nowrap !important;
	flex-wrap: nowrap !important;
	align-items: stretch;
	gap: 8px;
	margin: 12px 0 0 !important;
	padding: 0 !important;
	list-style: none;
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}
.volfine-pdp.single-product .woocommerce-product-gallery .flex-control-nav::-webkit-scrollbar,
.volfine-pdp.single-product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
	display: none;
}
.volfine-pdp.single-product .woocommerce-product-gallery .flex-control-nav::after,
.volfine-pdp.single-product .woocommerce-product-gallery .flex-control-thumbs::after {
	display: none !important;
	content: none !important;
}
.volfine-pdp.single-product .woocommerce-product-gallery .flex-control-nav li,
.volfine-pdp.single-product .woocommerce-product-gallery .flex-control-thumbs li {
	flex: 0 0 calc((100% - 32px) / 5) !important;
	width: calc((100% - 32px) / 5) !important;
	max-width: 88px !important;
	min-width: 64px !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	box-sizing: border-box;
}
.rp-thumbs {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 6px;
	margin-top: 10px;
	width: 100%;
	max-width: 100%;
}
.rp-thumbs .flex-control-nav,
.rp-thumbs .flex-control-thumbs {
	margin: 0 !important;
	flex: 1 1 auto;
	min-width: 0;
}
.rp-thumbs-btn {
	flex: 0 0 28px;
	width: 28px;
	height: 52px;
	padding: 0;
	border: 1px solid #ddd;
	background: #fff;
	color: var(--vf-dark-elevated);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.rp-thumbs-btn svg {
	width: 14px;
	height: 14px;
	display: block;
}
.rp-thumbs-btn:hover,
.rp-thumbs-btn:focus {
	border-color: var(--fs-orange);
	color: var(--fs-orange);
}
.rp-thumbs-btn:disabled {
	opacity: 0.28;
	cursor: default;
	border-color: #eee;
	color: #bbb;
}
.volfine-pdp .flex-control-nav li img,
.volfine-pdp .flex-control-thumbs li img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	border: 1px solid var(--vf-border-subtle);
	background: #f6f6f6;
	opacity: 1 !important;
	cursor: pointer;
}
.volfine-pdp .flex-control-nav li img.flex-active,
.volfine-pdp .flex-control-thumbs li img.flex-active,
.volfine-pdp .flex-control-nav li a.flex-active img {
	border-color: var(--fs-orange);
}
@media (min-width: 768px) {
	.volfine-pdp .single-product-wrapper .product-images-wrapper {
		width: 46%;
	}
	.volfine-pdp .single-product-wrapper .summary {
		width: 54%;
	}
}
@media (min-width: 992px) {
	.rp-details-grid {
		grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.85fr);
		gap: 24px;
		align-items: start;
	}
	.rp-band {
		grid-template-columns: 1fr auto;
		align-items: center;
		padding: 28px 32px;
	}
}
.electro-dark.volfine-pdp .summary .product_title,
.electro-dark .rp-about h2,
.electro-dark .rp-spec-panel h2,
.electro-dark .rp-band h2,
.electro-dark.volfine-pdp .related > h2 {
	color: #f4f4f4;
}
.electro-dark .rp-ids span {
	background: #222;
	color: #bbb;
}
.electro-dark .rp-ids strong {
	color: #fff;
}
.electro-dark .rp-chips li,
.electro-dark .rp-about,
.electro-dark .rp-spec-panel {
	background: #1c1c1c;
	border-color: #333;
	color: #d9d9d9;
}
.electro-dark .rp-lead,
.electro-dark .rp-about p,
.electro-dark .rp-need li,
.electro-dark .rp-spec-panel p:not(.sol-kicker),
.electro-dark .rp-band p:not(.sol-kicker):not(.rp-about-links) {
	color: #c8c8c8;
}
.electro-dark .rp-spec-snap th,
.electro-dark .rp-spec-snap td,
.electro-dark .rp-spec-table th,
.electro-dark .rp-spec-table td {
	border-bottom-color: #333;
}
.electro-dark .rp-spec-snap td,
.electro-dark .rp-spec-table td {
	color: #f4f4f4;
}
.electro-dark .rp-cta .button:not(.btn-primary),
.electro-dark .rp-about-links .button:not(.btn-primary) {
	background: transparent;
	border-color: #555;
	color: #fff;
}
.electro-dark .rp-band {
	background: var(--vf-dark);
	border-color: var(--vf-dark-border);
}

.volfine-wa {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	box-shadow: 0 8px 20px rgba(18, 140, 70, 0.38);
	text-decoration: none;
}
.volfine-wa svg {
	width: 30px;
	height: 30px;
	display: block;
}
.volfine-wa-label {
	position: absolute;
	right: 64px;
	padding: 6px 10px;
	border-radius: 6px;
	background: #111;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transform: translateX(6px);
	transition: opacity 0.15s ease, transform 0.15s ease;
}
.volfine-wa:hover,
.volfine-wa:focus {
	color: #fff;
	background: #1ebe5d;
	text-decoration: none;
}
.volfine-wa:hover .volfine-wa-label,
.volfine-wa:focus .volfine-wa-label {
	opacity: 1;
	transform: none;
}
.back-to-top-link {
	top: calc(100vh - 8.75rem) !important;
}
@media (max-width: 575.98px) {
	.volfine-wa {
		right: 14px;
		bottom: 14px;
		width: 52px;
		height: 52px;
	}
	.volfine-wa-label {
		display: none;
	}
}
.header-icon__cart {
	display: none !important;
}
.header-icon.header-icon__inquiry {
	margin-left: 14px;
	position: relative;
}
.header-icon__inquiry > a,
.navbar-mini-cart .volfine-inquiry-link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 46px;
	padding: 0 16px;
	background: var(--fs-orange);
	color: #fff !important;
	border-radius: 4px;
	text-decoration: none !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 0.02em;
	white-space: nowrap;
	box-shadow: none;
}
.header-icon__inquiry svg,
.navbar-mini-cart .volfine-inquiry-link svg,
.handheld-header-links .volfine-inquiry-link svg,
.electro-handheld-footer-bar .volfine-inquiry-link svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	display: block;
}
.header-icon__inquiry > a:hover,
.header-icon__inquiry > a:focus,
.navbar-mini-cart .volfine-inquiry-link:hover,
.navbar-mini-cart .volfine-inquiry-link:focus {
	background: #e55f00;
	color: #fff !important;
	text-decoration: none !important;
}
.navbar-mini-cart {
	margin-left: 12px;
}
.navbar-mini-cart .nav-link.volfine-inquiry-link {
	padding: 0 16px;
}
.handheld-header-links .cart .volfine-inquiry-link,
.electro-handheld-footer-bar .cart .volfine-inquiry-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	color: inherit;
	text-decoration: none;
	font-size: 11px;
	font-weight: 700;
}
@media (max-width: 575.98px) {
	.header-icon__inquiry .inquiry-label {
		display: none;
	}
	.header-icon__inquiry > a {
		width: 46px;
		padding: 0;
	}
}
.ind-brands-logos a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}
.star-rating,
.product-rating,
.hover-area,
.action-buttons,
.yith-wcwl-add-button,
.add-to-cart-wrap .add_to_cart_button,
.add-to-cart-wrap .product_type_simple {
	display: none !important;
}
.products > .product .price-add-to-cart,
.owl-item > .product .price-add-to-cart {
	height: auto;
	min-height: 0;
	align-items: flex-start;
}
.products > .product .price-add-to-cart:not(:has(.fs-price, .amount, ins, del)),
.owl-item > .product .price-add-to-cart:not(:has(.fs-price, .amount, ins, del)) {
	display: none;
}
.products > .product .product-loop-footer .rp-loop-cta,
.owl-item > .product .product-loop-footer .rp-loop-cta {
	margin-top: 0;
}
.rp-loop-cta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	width: 100%;
}
.rp-loop-cta .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 36px;
	padding: 8px 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}
.rp-loop-cta .rp-inquire {
	background: #fff;
	border: 1px solid #d0d5dd;
	color: var(--vf-ink);
}
.rp-loop-cta .rp-inquire:hover,
.rp-loop-cta .rp-inquire:focus {
	background: #f5f6f7;
	border-color: var(--vf-ink);
	color: var(--vf-ink);
}
.rp-loop-cta .rp-add-list {
	background: var(--vf-ink);
	border: 1px solid var(--vf-ink);
	color: #fff;
}
.rp-loop-cta .rp-add-list:hover,
.rp-loop-cta .rp-add-list:focus {
	background: #1f2933;
	border-color: #1f2933;
	color: #fff;
}
@media (max-width: 479px) {
	.rp-loop-cta {
		grid-template-columns: 1fr;
	}
}
.rp-loop-cta .js-rfq-add.is-added,
.rp-cta .js-rfq-add.is-added {
	background: #1a7f37;
	color: #fff;
	border-color: #1a7f37;
}
.header-icon__inquiry > a,
.volfine-inquiry-link {
	position: relative;
}
.rfq-count {
	position: absolute;
	top: -6px;
	right: -6px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 18px;
	text-align: center;
}
.navbar-search.rp-search,
form.navbar-search {
	position: relative;
}
.rp-suggest {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 4px);
	z-index: 40;
	background: #fff;
	border: 1px solid #eadfd4;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(20, 20, 20, 0.12);
	overflow: hidden;
}
.rp-suggest a {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 10px 12px;
	color: var(--vf-dark-elevated);
	text-decoration: none;
	border-bottom: 1px solid #f3eee8;
}
.rp-suggest a:last-child {
	border-bottom: 0;
}
.rp-suggest a:hover {
	background: #fff7f0;
}
.rp-suggest b {
	font-size: 13px;
	letter-spacing: 0.02em;
}
.rp-suggest span {
	font-size: 12px;
	color: #6b7280;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rfq-tray {
	margin: 0 0 16px;
	padding: 12px 14px;
	border: 1px solid #eadfd4;
	border-radius: 10px;
	background: #fffaf6;
}
.rfq-tray-head {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 800;
}
.rfq-tray ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rfq-tray li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 0;
	border-top: 1px solid #f0e6dc;
	font-size: 13px;
}
.rfq-tray li:first-child {
	border-top: 0;
}
.rfq-tray .rfq-remove {
	margin-left: auto;
	border: 0;
	background: none;
	color: #9a3412;
	cursor: pointer;
	font-weight: 700;
}
.rfq-form .rfq-lines textarea {
	min-height: 96px;
}
@media print {
	.volfine-wa,
	.rp-suggest,
	.header-icon__inquiry {
		display: none !important;
	}
}

/* Language switcher — dropdown */
.volfine-lang-switch {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-right: 4px;
	z-index: 120;
}
.volfine-lang-toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 34px;
	padding: 0 10px 0 8px;
	border: 1px solid var(--vf-border);
	border-radius: 999px;
	background: #fff;
	color: #334155;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	cursor: pointer;
	transition: border-color 0.15s, box-shadow 0.15s, color 0.15s;
}
.volfine-lang-toggle:hover,
.volfine-lang-toggle:focus {
	border-color: var(--vf-primary);
	color: var(--vf-primary-dark);
	box-shadow: var(--vf-shadow-soft);
	outline: none;
}
.volfine-lang-toggle__icon {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	color: var(--vf-primary);
}
.volfine-lang-toggle__code {
	min-width: 1.6em;
	text-align: center;
}
.volfine-lang-toggle__chev {
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	color: #64748b;
	transition: transform 0.18s ease;
}
.volfine-lang-switch.is-open .volfine-lang-toggle__chev {
	transform: rotate(180deg);
}
.volfine-lang-menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 196px;
	padding: 6px;
	border: 1px solid var(--vf-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: var(--vf-shadow-brand);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
	pointer-events: none;
}
.volfine-lang-switch.is-open .volfine-lang-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}
.volfine-lang-opt {
	display: grid;
	grid-template-columns: 34px 1fr auto;
	align-items: center;
	gap: 8px;
	padding: 9px 10px;
	border-radius: 8px;
	color: #334155;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.2;
	transition: background 0.15s, color 0.15s;
}
.volfine-lang-opt:hover,
.volfine-lang-opt:focus {
	background: var(--vf-primary-ghost);
	color: var(--vf-primary-dark);
	text-decoration: none;
	outline: none;
}
.volfine-lang-opt__code {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.05em;
	color: var(--vf-primary-dark);
}
.volfine-lang-opt__name {
	font-weight: 600;
}
.volfine-lang-opt__check {
	width: 14px;
	height: 14px;
	color: var(--vf-primary);
}
.volfine-lang-opt.is-active {
	background: var(--vf-primary-ghost);
}
.volfine-lang-opt.is-active .volfine-lang-opt__name {
	color: var(--vf-primary-dark);
}
@media (max-width: 767px) {
	.volfine-lang-toggle {
		height: 32px;
		padding: 0 8px 0 7px;
		gap: 4px;
	}
	.volfine-lang-menu {
		min-width: 180px;
		right: 0;
	}
}

.volfine-rtl .header-logo-area,
.volfine-rtl .masthead,
.volfine-rtl .navbar-search,
.volfine-rtl .product-loop-body,
.volfine-rtl .summary.entry-summary {
	text-align: right;
}
.volfine-rtl .volfine-lang-switch {
	margin-right: 0;
	margin-left: 4px;
}
.volfine-rtl .volfine-lang-menu {
	right: auto;
	left: 0;
}
.volfine-rtl .top-bar .nav.float-end {
	float: left !important;
}
.btn-primary,
.button.btn-primary,
.woocommerce a.button.btn-primary,
.woocommerce button.button.btn-primary,
.woocommerce input.button.btn-primary,
input.btn-primary,
button.btn-primary {
	background-color: var(--vf-primary) !important;
	border-color: var(--vf-primary) !important;
	color: #fff !important;
	box-shadow: var(--vf-shadow-soft);
}
.btn-primary:hover,
.button.btn-primary:hover,
.woocommerce a.button.btn-primary:hover,
.woocommerce button.button.btn-primary:hover,
.woocommerce input.button.btn-primary:hover,
input.btn-primary:hover,
button.btn-primary:hover {
	background-color: var(--vf-primary-hover) !important;
	border-color: var(--vf-primary-hover) !important;
	color: #fff !important;
}
.btn-primary:focus,
.button.btn-primary:focus {
	background-color: var(--vf-primary-active) !important;
	border-color: var(--vf-primary-active) !important;
}

.header-v1 .navbar-primary .nav > li > a:hover,
.header-v1 .navbar-primary .nav > li:hover > a,
.primary-nav > li > a:hover,
.primary-nav > li:hover > a,
.navbar-nav > li > a:hover {
	color: var(--vf-primary) !important;
}

.woocommerce-info,
.woocommerce-message {
	border-top-color: var(--vf-primary) !important;
}
.woocommerce-info::before,
.woocommerce-message::before {
	color: var(--vf-primary) !important;
}

.onsale,
span.onsale {
	background-color: var(--vf-primary) !important;
}

.departments-menu > .nav-link:hover,
.departments-menu-title:hover {
	color: var(--vf-primary) !important;
}

.widget_product_categories ul li.current-cat > a,
.widget_product_categories ul li.current-cat-parent > a,
.sidebar .product-categories > li.current-cat > a {
	color: var(--vf-primary-dark) !important;
	font-weight: 700;
}

.products .product .product-loop-body .price ins,
.products .product .product-loop-body .price .amount {
	color: var(--vf-primary-dark);
}

.electro-navbar-search .search-field:focus,
.navbar-search .search-field:focus {
	border-color: var(--vf-primary) !important;
	box-shadow: 0 0 0 3px rgba(47, 141, 227, 0.18) !important;
}

a:not(.button):not(.btn):not(.volfine-brand):hover {
	color: var(--vf-primary-hover);
}

.woocommerce-pagination ul.page-numbers > li a.current,
.woocommerce-pagination ul.page-numbers > li span.current,
.pagination ul.page-numbers > li a.current,
.pagination ul.page-numbers > li span.current,
.vf-news-pager .page-numbers.current {
	background-color: var(--vf-primary) !important;
	border-color: var(--vf-primary) !important;
	color: #fff !important;
}
.woocommerce-pagination ul.page-numbers > li a:hover,
.pagination ul.page-numbers > li a:hover,
.vf-news-pager .page-numbers:hover {
	background-color: var(--vf-primary-ghost) !important;
	border-color: var(--vf-primary-soft) !important;
	color: var(--vf-primary-dark) !important;
}

.rfq-tray .rfq-remove {
	color: var(--vf-primary-dark);
}
.rfq-tray .rfq-remove:hover {
	color: var(--vf-primary);
}

/* Header — Electro default yellow (#fed700) → Volfine blue */
.navbar-search .form-control,
.navbar-search .search-field,
.navbar-search .input-text,
.navbar-search .input-group-addon,
.navbar-search .search-categories,
.navbar-search .search-categories > select {
	border-color: var(--vf-primary) !important;
}
.navbar-search .input-group .btn,
.navbar-search .input-group-btn .btn,
.navbar-search button[type="submit"],
.navbar-search-input-group .navbar-search-button {
	background-color: var(--vf-primary) !important;
	border-color: var(--vf-primary) !important;
	color: #fff !important;
}
.navbar-search .input-group .btn:hover,
.navbar-search .input-group .btn:focus,
.navbar-search .input-group-btn .btn:hover,
.navbar-search .input-group-btn .btn:focus,
.navbar-search button[type="submit"]:hover,
.navbar-search button[type="submit"]:focus {
	background-color: var(--vf-primary-hover) !important;
	border-color: var(--vf-primary-hover) !important;
	color: #fff !important;
}
.navbar-search .input-group .btn i,
.navbar-search .input-group-btn .btn i {
	color: #fff !important;
}
.departments-menu-v2-title,
.departments-menu-v2 .departments-menu-v2-title,
.electro-navigation .departments-menu-v2-title {
	background-color: var(--vf-primary) !important;
	border-color: var(--vf-primary) !important;
	color: #fff !important;
}
.departments-menu-v2-title:hover,
.departments-menu-v2-title:focus,
.open .departments-menu-v2-title,
.show .departments-menu-v2-title {
	background-color: var(--vf-primary-hover) !important;
	border-color: var(--vf-primary-hover) !important;
	color: #fff !important;
}
.departments-menu-v2-title .departments-menu-v2-icon,
.departments-menu-v2-title i {
	color: #fff !important;
}

/* Footer — newsletter bar & call icon → Volfine blue */
.footer-newsletter {
	background-color: var(--vf-primary) !important;
	color: #fff;
}
.footer-newsletter .newsletter-title,
.footer-newsletter .newsletter-marketing-text {
	color: #fff;
}
.footer-newsletter .newsletter-title::before {
	color: #fff;
}
.footer-call-us .call-us-icon i,
.footer-call-us .call-us-icon .fa,
.footer-call-us .call-us-icon .ec {
	color: var(--vf-primary) !important;
}
