:root {
	--fs-orange: #ff6a00;
}
.header-logo,
.header-site-branding {
	display: flex;
	align-items: center;
}
.header-logo-link.riching-brand,
a.riching-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}
.riching-brand-mark,
.header-logo img.riching-brand-mark,
.header-logo-link img.riching-brand-mark {
	width: 44px;
	height: 44px;
	max-height: 44px;
	object-fit: contain;
	flex: 0 0 44px;
	display: block;
}
.riching-brand-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	width: max-content;
	line-height: 1;
}
.riching-brand-text b {
	display: block;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-right: -0.08em;
	color: #111;
	white-space: nowrap;
}
.riching-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: #ff6a00;
}
.riching-brand-text em i {
	font-style: normal;
	font-weight: inherit;
}
.riching-brand:hover,
.riching-brand:focus {
	text-decoration: none;
}
.electro-dark .riching-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 .riching-brand,
.handheld-footer-bar .riching-brand {
	display: flex;
	align-items: center;
	gap: 16px;
}
.footer-contact .riching-brand-mark,
.footer-contact .header-logo img.riching-brand-mark,
.footer-contact .header-logo-link img.riching-brand-mark,
.handheld-footer-bar .riching-brand-mark,
.handheld-footer-bar .header-logo img.riching-brand-mark {
	width: 80px;
	height: 80px;
	max-height: 80px;
	flex: 0 0 80px;
}
.footer-contact .riching-brand-text b,
.handheld-footer-bar .riching-brand-text b {
	font-size: 28px;
}
.footer-contact .riching-brand-text em,
.handheld-footer-bar .riching-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;
}
.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;
	object-fit: contain !important;
	margin: 0 auto;
	background: #f6f6f6;
}
.fs-shot-overlay {
	position: absolute;
	inset: 0;
	z-index: 4;
	pointer-events: none;
}
.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;
}
.riching-pdp .woocommerce-product-gallery .fs-shot-watermark {
	display: block;
}
.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;
}
.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(--fs-orange);
	background: #f6f6f6;
	container-type: inline-size;
}
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
	position: relative !important;
	aspect-ratio: 1 / 1;
	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: absolute !important;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	margin: 0;
	background: #f6f6f6;
}
.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: #ff6a00 !important;
	text-decoration: none !important;
}
.single-product .summary .fs-price,
.single-product .electro-price .fs-price {
	font-size: 18px !important;
	color: #ff6a00 !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;
}
.sidebar .widget_product_categories ul li,
.sidebar .widget_product_categories ul li > a,
.sidebar .widget_product_categories a {
	text-align: left;
}
.sidebar .product-categories > li > a,
.sidebar .widget_product_categories ul li > a,
.sidebar .widget_product_categories a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	white-space: normal;
	line-height: 1.35;
}
.sidebar .widget_electro_products_filter {
	margin-bottom: 2em;
}

.riching-home .woocommerce-breadcrumb {
	display: none;
}

.ind-hero {
	display: block;
	width: 100%;
	margin: 18px 0 22px;
}

.ind-slider {
	position: relative;
	background: #0b0d12;
	overflow: hidden;
	min-height: 280px;
}
.ind-slide {
	display: none;
	position: relative;
	color: inherit;
	text-decoration: none;
}
.ind-slide.is-active {
	display: block;
}
.ind-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 10, 14, 0.78) 0%, rgba(8, 10, 14, 0.42) 42%, rgba(8, 10, 14, 0.08) 72%, transparent 100%);
	pointer-events: none;
}
.ind-slide img {
	display: block;
	width: 100%;
	height: 420px;
	object-fit: cover;
	object-position: center right;
	background: #0b0d12;
}
.ind-slide-copy {
	position: absolute;
	left: 36px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 48%;
	color: #fff;
	pointer-events: none;
	z-index: 1;
}
.ind-kicker {
	margin: 0 0 6px;
	font-size: 15px;
	color: #9ec9d8;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.ind-slide-copy h2 {
	margin: 0 0 18px;
	font-size: 28px;
	line-height: 1.2;
	color: #fff;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}
.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: #fff;
}

.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: #333e48;
	white-space: nowrap;
}

.ind-cats {
	margin: 8px 0 32px;
}
.ind-cats-grid {
	display: grid;
	grid-template-columns: 1fr;
}
.ind-cat {
	display: flex;
	flex-direction: column;
	padding: 8px 18px 22px;
	background: #fff;
	border-right: 1px solid #ececec;
}
.ind-cat-media {
	position: relative;
	margin: 0 0 18px;
}
.ind-cat-img {
	display: block;
	line-height: 0;
}
.ind-cat-img img {
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
}
.ind-cat-go {
	position: absolute;
	right: 6px;
	bottom: -16px;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	color: #1da1f2;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
	text-decoration: none;
}
.ind-cat-go svg {
	width: 16px;
	height: 16px;
}
.ind-cat-go:hover,
.ind-cat-go:focus {
	color: #0b7ec4;
	text-decoration: none;
}
.ind-cat h3 {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
}
.ind-cat h3 a {
	color: #292929;
	text-decoration: none;
}
.ind-cat h3 a:hover,
.ind-cat h3 a:focus {
	color: #111;
	text-decoration: underline;
}
.ind-cat ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ind-cat li {
	margin: 0;
	line-height: 1.6;
}
.ind-cat li a {
	color: #1da1f2;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}
.ind-cat li a:hover,
.ind-cat li a:focus {
	text-decoration: underline;
}
.ind-cat-more a {
	letter-spacing: 1px;
	font-weight: 700;
}
.electro-dark .ind-cat {
	background: transparent;
	border-color: #333;
}
.electro-dark .ind-cat h3 a {
	color: #f1f1f1;
}
.electro-dark .ind-cat-go {
	background: #222;
}
@media (min-width: 576px) {
	.ind-cats-grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media (min-width: 992px) {
	.ind-cats-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	.ind-cat:nth-child(4n) {
		border-right: 0;
	}
	.ind-cat:nth-child(-n+4) {
		padding-bottom: 28px;
		margin-bottom: 8px;
	}
}

.ind-outlet {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px 28px;
	background: #fed700;
	color: #333e48;
	padding: 16px 22px;
	margin: 8px 0 24px;
	text-decoration: none;
}
.ind-outlet:hover,
.ind-outlet:focus {
	color: #333e48;
	text-decoration: none;
}
.ind-outlet-tag {
	background: #333e48;
	color: #fed700;
	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: #333e48;
}
.brand-hero {
	padding: 28px 28px 8px;
	margin: 0 0 32px;
	background: #141414;
	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 #ececec;
	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 #ececec;
	background: #fafafa;
	color: #555;
}
.riching-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: #0b0d12;
}
.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: #0b0d12;
}
.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;
}

.riching-solutions .woocommerce-breadcrumb,
.riching-about .woocommerce-breadcrumb,
.riching-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 #ececec;
}
.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: #141414;
	border-color: #141414;
	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: #333e48;
}
.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: #333e48;
	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: #e85f00;
}
.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;
}
/* Honeypot — off-screen; avoid display:none (some bots skip hidden fields). */
.riching-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
.rfq-form .wpcf7-turnstile {
	margin: 0.75rem 0 0;
}
@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 #ececec;
}
.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 #ececec;
	background: #fff;
	font-size: 12px;
	font-weight: 700;
	color: #333e48;
	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 #ececec;
}
.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 #ececec;
}
.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: #333e48 !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: #333e48;
}
.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: #141414;
	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 #ececec;
}
.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: #141414;
	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: #e85f00;
}
.sol-process {
	margin: 40px 0;
	padding: 28px 0 8px;
	border-top: 1px solid #ececec;
}
.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 #ececec;
}
.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 #ececec;
	font-weight: 600;
	font-size: 14px;
}
.sol-note {
	padding: 22px 22px 24px;
	background: #141414;
	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: #141414;
}
.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: #333e48;
}
.ind-brands-grid a:hover,
.ind-brands-grid a:focus {
	border-color: #d8d8d8;
	color: #333e48;
	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 img {
		height: 260px;
	}
	.ind-slide-copy {
		left: 16px;
		max-width: 70%;
	}
	.ind-slide-copy h2 {
		font-size: 22px;
	}
	.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: #333e48;
	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: #333e48;
}
.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 */
.riching-pdp .woocommerce-breadcrumb {
	margin: 12px 0 18px;
	font-size: 13px;
	color: #888;
}
.riching-pdp .single-product-wrapper {
	align-items: flex-start;
	margin-bottom: 8px;
}
.riching-pdp .product-images-wrapper {
	padding-right: 8px;
}
.riching-pdp .summary.entry-summary {
	padding-left: 8px;
}
.riching-pdp .summary .product_title {
	margin: 0 0 14px;
	font-size: clamp(24px, 3.2vw, 34px);
	line-height: 1.18;
	font-weight: 800;
	color: #141414;
}
.riching-pdp .summary .loop-product-categories,
.riching-pdp .summary .woocommerce-product-rating,
.riching-pdp .summary .price,
.riching-pdp .summary .cart,
.riching-pdp .summary .availability,
.riching-pdp .summary .brand,
.riching-pdp .summary .action-buttons,
.riching-pdp .summary .electro-description-title,
.riching-pdp .product-actions-wrapper,
.riching-pdp .woocommerce-tabs,
.riching-pdp .electro-tabs,
.riching-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: #141414;
	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 #ececec;
	background: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #333e48;
}
.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 #ececec;
	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: #141414;
	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: #141414;
}
.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 #ececec;
}
.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: #141414;
}
.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 #ececec;
	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: #141414;
	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;
}
.riching-pdp .related {
	margin: 8px 0 48px;
	padding-top: 8px;
}
.riching-pdp .related > h2,
.riching-pdp section.related > h2 {
	margin: 0 0 20px;
	font-size: clamp(20px, 2.4vw, 26px);
	font-weight: 800;
	color: #141414;
}
.riching-pdp .related > h2::after,
.riching-pdp .related > h2::before {
	display: none;
}
.riching-pdp .related .star-rating,
.riching-pdp .related .product-rating,
.riching-pdp .related .loop-product-categories,
.riching-pdp .related .hover-area,
.riching-pdp .related .action-buttons,
.riching-pdp .related .added_to_cart,
.riching-pdp .related .button.add_to_cart_button,
.riching-pdp .related .add-to-cart-wrap,
.riching-pdp .related .product-short-description,
.riching-pdp .related .woocommerce-product-details__short-description {
	display: none !important;
}
.riching-pdp .related .product-sku {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 700;
	color: #888;
}
@media (min-width: 992px) {
	.riching-pdp .related ul.products > li.product {
		flex: 0 0 25%;
		max-width: 25%;
		width: 25%;
	}
}
.riching-pdp .related .product-loop-body {
	padding-top: 10px;
}
.riching-pdp.single-product .woocommerce-product-gallery .flex-direction-nav {
	display: none !important;
}
.riching-pdp.single-product .woocommerce-product-gallery .flex-control-nav,
.riching-pdp.single-product .woocommerce-product-gallery .flex-control-thumbs,
.rp-thumbs .flex-control-nav,
.rp-thumbs .flex-control-thumbs {
	display: flex !important;
	flex-flow: row nowrap !important;
	flex-wrap: nowrap !important;
	align-items: stretch;
	gap: 8px;
	margin: 10px 0 0 !important;
	padding: 0 !important;
	list-style: none;
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	overflow: hidden !important;
	overflow-x: auto !important;
	scrollbar-width: none;
}
.riching-pdp.single-product .woocommerce-product-gallery .flex-control-nav::-webkit-scrollbar,
.riching-pdp.single-product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
	display: none;
}
.riching-pdp.single-product .woocommerce-product-gallery .flex-control-nav::after,
.riching-pdp.single-product .woocommerce-product-gallery .flex-control-thumbs::after {
	display: none !important;
	content: none !important;
}
.riching-pdp.single-product .woocommerce-product-gallery .flex-control-nav li,
.riching-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: calc((100% - 32px) / 5) !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: #141414;
	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;
}
.riching-pdp .flex-control-nav li img,
.riching-pdp .flex-control-thumbs li img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	border: 1px solid #ececec;
	background: #f6f6f6;
	opacity: 1 !important;
	cursor: pointer;
}
.riching-pdp .flex-control-nav li img.flex-active,
.riching-pdp .flex-control-thumbs li img.flex-active,
.riching-pdp .flex-control-nav li a.flex-active img {
	border-color: var(--fs-orange);
}
@media (min-width: 768px) {
	.riching-pdp .single-product-wrapper .product-images-wrapper {
		width: 46%;
	}
	.riching-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.riching-pdp .summary .product_title,
.electro-dark .rp-about h2,
.electro-dark .rp-spec-panel h2,
.electro-dark .rp-band h2,
.electro-dark.riching-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: #1a120c;
	border-color: #5a3a1a;
}

.riching-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;
}
.riching-wa svg {
	width: 30px;
	height: 30px;
	display: block;
}
.riching-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;
}
.riching-wa:hover,
.riching-wa:focus {
	color: #fff;
	background: #1ebe5d;
	text-decoration: none;
}
.riching-wa:hover .riching-wa-label,
.riching-wa:focus .riching-wa-label {
	opacity: 1;
	transform: none;
}
.back-to-top-link {
	top: calc(100vh - 8.75rem) !important;
}
@media (max-width: 575.98px) {
	.riching-wa {
		right: 14px;
		bottom: 14px;
		width: 52px;
		height: 52px;
	}
	.riching-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 .riching-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 .riching-inquiry-link svg,
.handheld-header-links .riching-inquiry-link svg,
.electro-handheld-footer-bar .riching-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 .riching-inquiry-link:hover,
.navbar-mini-cart .riching-inquiry-link:focus {
	background: #e55f00;
	color: #fff !important;
	text-decoration: none !important;
}
.navbar-mini-cart {
	margin-left: 12px;
}
.navbar-mini-cart .nav-link.riching-inquiry-link {
	padding: 0 16px;
}
.handheld-header-links .cart .riching-inquiry-link,
.electro-handheld-footer-bar .cart .riching-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;
}
.footer-bottom-widgets li:empty,
.handheld-widget-menu li:empty,
.footer-bottom-widgets li:has(> a[href*="/riching-admin"]),
.footer-bottom-widgets li:has(> a[href*="wp-login.php"]),
.handheld-widget-menu li:has(> a[href*="/riching-admin"]),
.handheld-widget-menu li:has(> a[href*="wp-login.php"]) {
	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: #333e48;
}
.rp-loop-cta .rp-inquire:hover,
.rp-loop-cta .rp-inquire:focus {
	background: #f5f6f7;
	border-color: #333e48;
	color: #333e48;
}
.rp-loop-cta .rp-add-list {
	background: #333e48;
	border: 1px solid #333e48;
	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,
.riching-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: #141414;
	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 {
	.riching-wa,
	.rp-suggest,
	.header-icon__inquiry {
		display: none !important;
	}
}

/* Language switcher EN | RU */
.riching-lang-switch {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	margin-right: 4px;
}
.riching-lang-switch .riching-lang-opt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 32px;
	padding: 0 8px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #475569;
	text-decoration: none;
	border: 1px solid transparent;
	transition: color 0.15s, background 0.15s, border-color 0.15s;
}
.riching-lang-switch .riching-lang-opt:hover {
	color: #0f172a;
	background: rgba(15, 23, 42, 0.06);
}
.riching-lang-switch .riching-lang-opt.is-active {
	color: #fff;
	background: #0f172a;
	border-color: #0f172a;
}
@media (max-width: 767px) {
	.riching-lang-switch .riching-lang-opt {
		min-width: 30px;
		height: 28px;
		font-size: 11px;
	}
}
