/*
 * OXELR visual refresh — July 2026.
 *
 * This file is intentionally loaded after the parent, Elementor, Redux, and
 * original child-theme styles. Keep homepage rules scoped to .oxelr-site so
 * imported demo styles cannot leak electric-blue links or low-contrast table
 * colors back into the buyer interface.
 */

:root {
	--oxelr-ink: #14262d;
	--oxelr-blue: #0f5b63;
	--oxelr-blue-dark: #083f46;
	--oxelr-steel: #586a72;
	--oxelr-line: #d8dfdc;
	--oxelr-panel: #f2f5f3;
	--oxelr-white: #ffffff;
	--oxelr-focus: #c37817;
	--oxelr-green: #316b5e;
	--oxelr-dark-surface: #091f28;
	--oxelr-dark-panel: #12343c;
	--oxelr-on-dark: #ffffff;
	--oxelr-on-dark-muted: #cfdddf;
	--oxelr-on-dark-accent: #f1bd6c;
	--oxelr-on-dark-line: rgba(220, 235, 235, .2);
	--oxelr-warm: #f6f3ed;
	--oxelr-accent: #dfa348;
	--oxelr-accent-dark: #865513;
	--oxelr-shadow: 0 20px 50px rgba(9, 31, 40, .09);
}

body.oxelr-site {
	background: #fff;
	color: var(--oxelr-ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

body.oxelr-site .oxelr-page,
body.oxelr-site .oxelr-page h1,
body.oxelr-site .oxelr-page h2,
body.oxelr-site .oxelr-page h3,
body.oxelr-site .oxelr-page h4,
body.oxelr-site .oxelr-page h5,
body.oxelr-site .oxelr-page h6,
body.oxelr-site .oxelr-page button,
body.oxelr-site .oxelr-page input,
body.oxelr-site .oxelr-page textarea,
body.oxelr-site .oxelr-page select,
body.oxelr-site .oxelr-page footer {
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif !important;
}

body.oxelr-site .oxelr-shell {
	max-width: 1280px;
	padding-left: 32px;
	padding-right: 32px;
}

body.oxelr-site a {
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.oxelr-site .oxelr-text-link,
body.oxelr-site .oxelr-home-direct,
body.oxelr-site .oxelr-product-card__rfq {
	color: var(--oxelr-blue) !important;
	font-weight: 800;
	text-decoration: none;
}

body.oxelr-site .oxelr-text-link:hover,
body.oxelr-site .oxelr-text-link:focus,
body.oxelr-site .oxelr-home-direct:hover,
body.oxelr-site .oxelr-home-direct:focus,
body.oxelr-site .oxelr-product-card__rfq:hover,
body.oxelr-site .oxelr-product-card__rfq:focus {
	color: var(--oxelr-blue-dark) !important;
	text-decoration: underline;
}

body.oxelr-site .oxelr-button,
body.oxelr-site button.oxelr-button,
body.oxelr-site a.oxelr-button {
	background: var(--oxelr-blue) !important;
	border: 1px solid var(--oxelr-blue) !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: 0;
	min-height: 46px;
	padding: 12px 20px !important;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease !important;
}

body.oxelr-site .oxelr-button:hover,
body.oxelr-site .oxelr-button:focus {
	background: var(--oxelr-blue-dark) !important;
	border-color: var(--oxelr-blue-dark) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

/* Header */
body.oxelr-site .oxelr-header {
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 8px 30px rgba(9, 31, 40, .06);
}

body.oxelr-site .oxelr-topbar {
	background: var(--oxelr-dark-surface);
	color: var(--oxelr-on-dark-muted);
	font-size: 11px;
	letter-spacing: .01em;
}

body.oxelr-site .oxelr-topbar__inner {
	min-height: 34px;
}

body.oxelr-site .oxelr-topbar p {
	color: var(--oxelr-on-dark-muted);
}

body.oxelr-site .oxelr-topbar a {
	color: #fff;
	font-weight: 750;
}

body.oxelr-site .oxelr-topbar a:hover,
body.oxelr-site .oxelr-topbar a:focus {
	color: var(--oxelr-on-dark-accent);
}

body.oxelr-site .oxelr-header__main {
	gap: 30px;
	grid-template-columns: minmax(230px, .7fr) minmax(360px, 1.35fr) auto;
	min-height: 78px;
}

body.oxelr-site .oxelr-brand {
	gap: 0;
}

body.oxelr-site .oxelr-brand__name {
	color: var(--oxelr-ink) !important;
	position: relative;
	padding-left: 18px;
}

body.oxelr-site .oxelr-brand__name::before {
	background: var(--oxelr-accent);
	content: "";
	height: 36px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 5px;
}

body.oxelr-site .oxelr-brand__name span {
	font-size: 28px;
	font-weight: 900;
	letter-spacing: .08em;
}

body.oxelr-site .oxelr-brand__name small {
	color: var(--oxelr-steel);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
	margin-top: 6px;
}

body.oxelr-site .oxelr-product-search {
	border: 1px solid #bdc9c7;
	border-radius: 3px;
}

body.oxelr-site .oxelr-product-search:focus-within {
	border-color: var(--oxelr-blue);
	box-shadow: 0 0 0 3px rgba(15, 91, 99, .15);
}

body.oxelr-site .oxelr-product-search input[type="search"] {
	color: var(--oxelr-ink) !important;
	font-size: 14px !important;
	min-height: 44px !important;
}

body.oxelr-site .oxelr-product-search input[type="search"]::placeholder {
	color: #61737a !important;
}

body.oxelr-site .oxelr-product-search button {
	background: var(--oxelr-blue) !important;
	font-size: 12px !important;
	min-height: 44px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

body.oxelr-site .oxelr-product-search button:hover,
body.oxelr-site .oxelr-product-search button:focus {
	background: var(--oxelr-blue-dark) !important;
}

body.oxelr-site .oxelr-header__whatsapp {
	color: var(--oxelr-blue) !important;
	font-size: 13px;
}

body.oxelr-site .oxelr-header__actions .oxelr-button {
	min-height: 40px;
	padding: 10px 16px !important;
}

body.oxelr-site .oxelr-nav-wrap {
	background: #fff;
	border-color: var(--oxelr-line);
}

body.oxelr-site .oxelr-primary-nav > ul {
	gap: 24px;
}

body.oxelr-site .oxelr-primary-nav > ul > li > a {
	color: var(--oxelr-ink) !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .04em;
	padding: 13px 0 12px;
	position: relative;
	text-transform: uppercase;
}

body.oxelr-site .oxelr-primary-nav > ul > li > a::before {
	background: var(--oxelr-accent);
	bottom: -1px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .2s ease;
	width: 100%;
}

body.oxelr-site .oxelr-primary-nav > ul > li > a:hover,
body.oxelr-site .oxelr-primary-nav > ul > li > a:focus {
	background: transparent;
	color: var(--oxelr-blue) !important;
}

body.oxelr-site .oxelr-primary-nav > ul > li > a:hover::before,
body.oxelr-site .oxelr-primary-nav > ul > li > a:focus::before {
	transform: scaleX(1);
}

body.oxelr-site .oxelr-submenu {
	border: 1px solid var(--oxelr-line);
	border-top: 3px solid var(--oxelr-accent);
	box-shadow: var(--oxelr-shadow);
}

body.oxelr-site .oxelr-submenu a {
	color: var(--oxelr-ink) !important;
	font-size: 13px;
}

body.oxelr-site .oxelr-submenu a:hover,
body.oxelr-site .oxelr-submenu a:focus {
	background: var(--oxelr-warm);
	color: var(--oxelr-blue) !important;
}

/* Hero */
body.oxelr-site .oxelr-home-hero {
	background: #071b23;
	color: var(--oxelr-on-dark-muted);
}

body.oxelr-site .oxelr-home-hero::after {
	background:
		linear-gradient(90deg, #071b23 0%, rgba(7, 27, 35, .98) 31%, rgba(7, 27, 35, .86) 50%, rgba(7, 27, 35, .25) 76%, rgba(7, 27, 35, .08) 100%),
		linear-gradient(0deg, rgba(7, 27, 35, .24), rgba(7, 27, 35, 0) 42%);
}

body.oxelr-site .oxelr-home-hero__media {
	background: #071b23;
}

body.oxelr-site .oxelr-home-hero__media img {
	filter: saturate(.82) contrast(1.05);
}

body.oxelr-site .oxelr-home-hero__grid {
	min-height: 590px;
	padding-bottom: 72px;
	padding-top: 70px;
}

body.oxelr-site .oxelr-home-hero__copy {
	max-width: 690px;
	width: 58%;
}

body.oxelr-site .oxelr-home-hero h1 {
	color: #fff !important;
	font-size: clamp(42px, 4.4vw, 64px) !important;
	font-weight: 850 !important;
	letter-spacing: -.04em;
	line-height: 1.02 !important;
	margin-bottom: 24px;
	max-width: 690px;
}

body.oxelr-site .oxelr-home-hero__copy > p {
	color: #d6e1e2 !important;
	font-size: 17px;
	line-height: 1.72;
	max-width: 625px;
}

body.oxelr-site .oxelr-home-hero__actions {
	gap: 10px;
	margin-top: 30px;
}

body.oxelr-site .oxelr-home-hero .oxelr-button {
	background: var(--oxelr-accent) !important;
	border-color: var(--oxelr-accent) !important;
	color: #14262d !important;
}

body.oxelr-site .oxelr-home-hero .oxelr-button:hover,
body.oxelr-site .oxelr-home-hero .oxelr-button:focus {
	background: #efb65f !important;
	border-color: #efb65f !important;
	color: #0b2027 !important;
}

body.oxelr-site .oxelr-ghost-button {
	border: 1px solid rgba(230, 241, 241, .7);
	border-radius: 3px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
	min-height: 46px;
	padding: 11px 20px;
}

body.oxelr-site .oxelr-ghost-button:hover,
body.oxelr-site .oxelr-ghost-button:focus {
	background: #fff;
	border-color: #fff;
	color: var(--oxelr-dark-surface) !important;
}

body.oxelr-site .oxelr-home-hero__checks {
	gap: 12px 24px;
	margin-top: 28px;
}

body.oxelr-site .oxelr-home-hero__checks li {
	color: #d9e5e5;
	font-size: 12px;
	font-weight: 750;
}

body.oxelr-site .oxelr-home-hero__checks li::before {
	color: var(--oxelr-on-dark-accent);
}

/* Sourcing steps */
body.oxelr-site .oxelr-home-trustbar {
	background: var(--oxelr-warm);
	border-color: #ded8cc;
}

body.oxelr-site .oxelr-home-trustbar__grid > div {
	column-gap: 14px;
	grid-template-columns: 34px 1fr;
	padding: 21px 28px;
}

body.oxelr-site .oxelr-home-trustbar__grid > div:first-child {
	padding-left: 0;
}

body.oxelr-site .oxelr-home-trustbar__number {
	color: var(--oxelr-accent-dark);
	font-size: 12px;
	letter-spacing: .08em;
}

body.oxelr-site .oxelr-home-trustbar strong {
	color: var(--oxelr-ink);
	font-size: 13px;
	font-weight: 850;
}

body.oxelr-site .oxelr-home-trustbar small {
	color: var(--oxelr-steel);
	font-size: 12px;
}

/* Shared homepage headings */
body.oxelr-site .oxelr-home-catalog-intro,
body.oxelr-site .oxelr-home-products {
	padding: 88px 0 94px;
}

body.oxelr-site .oxelr-home-products {
	background: var(--oxelr-panel);
	border-bottom: 1px solid var(--oxelr-line);
	border-top: 1px solid var(--oxelr-line);
}

body.oxelr-site .oxelr-section-heading {
	align-items: flex-end;
	gap: 28px;
}

body.oxelr-site .oxelr-section-heading h2,
body.oxelr-site .oxelr-home-rfq h2,
body.oxelr-site .oxelr-home-guide h2,
body.oxelr-site .oxelr-home-final-cta h2 {
	color: var(--oxelr-ink) !important;
	font-size: clamp(32px, 3.15vw, 46px) !important;
	font-weight: 850 !important;
	letter-spacing: -.035em;
	line-height: 1.08 !important;
}

body.oxelr-site .oxelr-section-lead {
	color: var(--oxelr-steel) !important;
	font-size: 16px;
	line-height: 1.75;
	margin: 18px 0 34px;
	max-width: 740px;
}

body.oxelr-site .oxelr-text-link--large {
	color: var(--oxelr-blue) !important;
	font-size: 12px;
	letter-spacing: .03em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

/* Category cards */
body.oxelr-site .oxelr-category-grid,
body.oxelr-site .oxelr-product-grid {
	gap: 22px;
}

body.oxelr-site .oxelr-category-card,
body.oxelr-site .oxelr-product-card {
	background: #fff;
	border: 1px solid var(--oxelr-line);
	border-radius: 7px;
	box-shadow: 0 12px 34px rgba(9, 31, 40, .06);
	overflow: hidden;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.oxelr-site .oxelr-category-card:hover,
body.oxelr-site .oxelr-product-card:hover {
	border-color: #aabcb8;
	box-shadow: var(--oxelr-shadow);
	transform: translateY(-3px);
}

body.oxelr-site .oxelr-category-card__media {
	aspect-ratio: 1.75;
	background: #e9edeb;
}

body.oxelr-site .oxelr-category-card__media::after,
body.oxelr-site .oxelr-product-card__media::after {
	background: linear-gradient(0deg, rgba(9, 31, 40, .24), rgba(9, 31, 40, 0) 48%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

body.oxelr-site .oxelr-category-card__media img,
body.oxelr-site .oxelr-product-card__media img {
	filter: saturate(.74) contrast(1.03);
}

body.oxelr-site .oxelr-category-card:hover img,
body.oxelr-site .oxelr-product-card:hover img {
	filter: saturate(.95) contrast(1.03);
}

body.oxelr-site .oxelr-category-card__count,
body.oxelr-site .oxelr-product-card__media > span {
	background: var(--oxelr-dark-surface);
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	letter-spacing: .04em;
	padding: 7px 10px;
	z-index: 2;
}

body.oxelr-site .oxelr-category-card__body {
	gap: 14px;
	grid-template-columns: 30px 1fr;
	padding: 22px;
}

body.oxelr-site .oxelr-category-card__icon {
	color: var(--oxelr-blue);
	padding-top: 2px;
}

body.oxelr-site .oxelr-category-card h3,
body.oxelr-site .oxelr-product-card h3 {
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -.015em;
	line-height: 1.28;
	margin: 0 0 10px;
}

body.oxelr-site .oxelr-category-card h3 a,
body.oxelr-site .oxelr-product-card h3 a {
	color: var(--oxelr-ink) !important;
	text-decoration: none;
}

body.oxelr-site .oxelr-category-card h3 a:hover,
body.oxelr-site .oxelr-category-card h3 a:focus,
body.oxelr-site .oxelr-product-card h3 a:hover,
body.oxelr-site .oxelr-product-card h3 a:focus {
	color: var(--oxelr-blue) !important;
}

body.oxelr-site .oxelr-category-card p {
	color: var(--oxelr-steel) !important;
	font-size: 13px;
	line-height: 1.65;
	margin-bottom: 16px;
}

body.oxelr-site .oxelr-category-card__body .oxelr-text-link {
	align-items: center;
	display: inline-flex;
	font-size: 12px;
	gap: 7px;
}

/* RFQ band */
body.oxelr-site .oxelr-home-rfq {
	background:
		linear-gradient(125deg, rgba(18, 52, 60, .96), rgba(9, 31, 40, .98)),
		var(--oxelr-dark-surface);
	padding: 94px 0;
}

body.oxelr-site .oxelr-home-rfq__grid {
	align-items: center;
	gap: clamp(54px, 7vw, 96px);
}

body.oxelr-site .oxelr-home-rfq h2 {
	color: #fff !important;
	max-width: 680px;
}

body.oxelr-site .oxelr-home-rfq__copy > p {
	color: var(--oxelr-on-dark-muted) !important;
	font-size: 16px;
	line-height: 1.75;
}

body.oxelr-site .oxelr-home-rfq__note {
	border-left: 3px solid var(--oxelr-accent);
	color: #fff !important;
	font-size: 14px !important;
}

body.oxelr-site .oxelr-home-rfq .oxelr-button {
	background: var(--oxelr-accent) !important;
	border-color: var(--oxelr-accent) !important;
	color: var(--oxelr-ink) !important;
}

body.oxelr-site .oxelr-home-rfq .oxelr-button:hover,
body.oxelr-site .oxelr-home-rfq .oxelr-button:focus {
	background: #efb65f !important;
	border-color: #efb65f !important;
	color: var(--oxelr-ink) !important;
}

body.oxelr-site .oxelr-home-rfq .oxelr-home-direct {
	color: #fff !important;
}

body.oxelr-site .oxelr-home-rfq .oxelr-home-direct:hover,
body.oxelr-site .oxelr-home-rfq .oxelr-home-direct:focus {
	color: var(--oxelr-on-dark-accent) !important;
}

body.oxelr-site .oxelr-home-rfq__card {
	background: var(--oxelr-warm);
	border: 0;
	border-top: 5px solid var(--oxelr-accent);
	box-shadow: 0 28px 70px rgba(0, 0, 0, .2);
	color: var(--oxelr-ink);
	padding: 34px 36px;
}

body.oxelr-site .oxelr-home-rfq__card-head {
	border-color: #d7d0c5;
}

body.oxelr-site .oxelr-home-rfq__card-label {
	color: var(--oxelr-ink);
	font-size: 11px;
	letter-spacing: .08em;
}

body.oxelr-site .oxelr-home-rfq__channel {
	color: var(--oxelr-steel);
}

body.oxelr-site .oxelr-home-rfq__card blockquote {
	background: #fff;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 12px 30px rgba(9, 31, 40, .06);
	margin: 24px 0 20px;
	padding: 22px 24px;
}

body.oxelr-site .oxelr-home-rfq__card blockquote p {
	color: #293b42 !important;
	font-size: 15px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 1.7;
}

body.oxelr-site .oxelr-home-rfq__card blockquote strong {
	color: var(--oxelr-ink) !important;
	font-weight: 800;
}

body.oxelr-site .oxelr-home-rfq__card .oxelr-home-rfq__card-note {
	border-color: #d7d0c5;
	color: var(--oxelr-steel) !important;
	font-size: 12px;
}

body.oxelr-site .oxelr-home-rfq__card > a {
	color: var(--oxelr-blue) !important;
	font-size: 12px;
}

/* Product cards */
body.oxelr-site .oxelr-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.oxelr-site .oxelr-product-card {
	display: flex;
	flex-direction: column;
}

body.oxelr-site .oxelr-product-card__media {
	aspect-ratio: 1.42;
	background: #e9edeb;
}

body.oxelr-site .oxelr-product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 23px;
}

body.oxelr-site .oxelr-product-card__category {
	color: var(--oxelr-accent-dark) !important;
	font-size: 10px;
	letter-spacing: .09em;
	margin-bottom: 8px;
	text-decoration: none;
}

body.oxelr-site .oxelr-product-card__meta {
	border-color: var(--oxelr-line);
	margin-top: auto;
	padding: 12px 0;
}

body.oxelr-site .oxelr-product-card__meta span {
	color: var(--oxelr-steel);
	font-size: 9px;
	letter-spacing: .08em;
}

body.oxelr-site .oxelr-product-card__meta strong {
	color: var(--oxelr-ink);
	font-size: 12px;
	line-height: 1.45;
}

body.oxelr-site .oxelr-product-card__actions {
	margin-top: 2px;
}

body.oxelr-site .oxelr-product-card__actions .oxelr-button {
	font-size: 12px !important;
	min-height: 40px !important;
	padding: 10px 14px !important;
}

body.oxelr-site .oxelr-product-card__rfq {
	font-size: 12px;
}

/* Buyer guide */
body.oxelr-site .oxelr-home-guide {
	background: var(--oxelr-warm);
	border-color: #ded8cc;
	padding: 92px 0 96px;
}

body.oxelr-site .oxelr-home-guide__grid {
	gap: clamp(52px, 7vw, 92px);
	grid-template-columns: minmax(280px, .58fr) minmax(0, 1.42fr);
}

body.oxelr-site .oxelr-home-guide h2 {
	font-size: clamp(32px, 3vw, 44px) !important;
}

body.oxelr-site .oxelr-home-guide p {
	color: var(--oxelr-steel) !important;
}

body.oxelr-site .oxelr-home-guide__intro > p {
	font-size: 15px;
	line-height: 1.72;
}

body.oxelr-site .oxelr-home-guide__table {
	background: #fff;
	border: 1px solid #d8d3c9;
	border-collapse: separate;
	border-radius: 6px;
	border-spacing: 0;
	box-shadow: 0 14px 34px rgba(9, 31, 40, .06);
	overflow: hidden;
}

body.oxelr-site .oxelr-home-guide__table thead {
	background-color: var(--oxelr-dark-panel) !important;
	background-image: none !important;
}

body.oxelr-site .oxelr-home-guide__table thead tr {
	background-color: var(--oxelr-dark-panel) !important;
	background-image: none !important;
}

body.oxelr-site .oxelr-home-guide__table thead th {
	background-color: transparent !important;
	background-image: none !important;
	border-bottom: 0;
	color: #fff !important;
	font-size: 10px;
	letter-spacing: .1em;
	padding: 15px 18px;
}

body.oxelr-site .oxelr-home-guide__table tbody th,
body.oxelr-site .oxelr-home-guide__table td {
	background: #fff !important;
	border-bottom: 1px solid var(--oxelr-line);
	color: #41545c !important;
	font-size: 13px;
	padding: 20px 18px;
}

body.oxelr-site .oxelr-home-guide__table tbody th {
	color: var(--oxelr-ink) !important;
	font-weight: 850;
}

body.oxelr-site .oxelr-home-guide__table tbody tr:last-child th,
body.oxelr-site .oxelr-home-guide__table tbody tr:last-child td {
	border-bottom: 0;
}

body.oxelr-site .oxelr-home-guide .oxelr-home-guide__note {
	color: var(--oxelr-steel) !important;
	margin-top: 16px;
}

/* Final CTA */
body.oxelr-site .oxelr-home-final-cta {
	background: #fff;
	padding: 70px 32px;
}

body.oxelr-site .oxelr-home-final-cta > .oxelr-shell {
	background: var(--oxelr-warm);
	border: 1px solid #ded8cc;
	border-radius: 7px;
	max-width: 1216px;
	padding-bottom: 66px;
	padding-top: 64px;
	position: relative;
}

body.oxelr-site .oxelr-home-final-cta > .oxelr-shell::before {
	background: var(--oxelr-accent);
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	top: -1px;
	transform: translateX(-50%);
	width: 92px;
}

body.oxelr-site .oxelr-home-final-cta h2 {
	max-width: 800px;
}

body.oxelr-site .oxelr-home-final-cta p {
	color: var(--oxelr-steel) !important;
	font-size: 16px;
}

/* Footer */
body.oxelr-site .oxelr-site-footer {
	background: var(--oxelr-dark-surface);
	color: var(--oxelr-on-dark-muted);
	padding-top: 66px;
}

body.oxelr-site .oxelr-footer-logo {
	color: #fff !important;
	font-size: 28px;
	letter-spacing: .1em;
}

body.oxelr-site .oxelr-site-footer h2 {
	color: #fff !important;
	font-size: 12px !important;
	letter-spacing: .11em;
}

body.oxelr-site .oxelr-site-footer p,
body.oxelr-site .oxelr-site-footer li,
body.oxelr-site .oxelr-site-footer a:not(.oxelr-button) {
	color: var(--oxelr-on-dark-muted) !important;
}

body.oxelr-site .oxelr-site-footer p {
	font-size: 14px;
	line-height: 1.75;
}

body.oxelr-site .oxelr-site-footer li,
body.oxelr-site .oxelr-site-footer a:not(.oxelr-button) {
	font-size: 12px;
	line-height: 1.6;
}

body.oxelr-site .oxelr-site-footer a:not(.oxelr-button):hover,
body.oxelr-site .oxelr-site-footer a:not(.oxelr-button):focus {
	color: var(--oxelr-on-dark-accent) !important;
}

body.oxelr-site .oxelr-footer-bottom {
	border-color: var(--oxelr-on-dark-line);
	color: var(--oxelr-on-dark-muted);
}

body.oxelr-site .oxelr-mobile-contact {
	background: #fff;
	box-shadow: 0 -8px 28px rgba(9, 31, 40, .12);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.oxelr-site .oxelr-mobile-contact a {
	color: var(--oxelr-ink) !important;
}

body.oxelr-site .oxelr-mobile-contact a.is-primary {
	background: var(--oxelr-blue);
	color: #fff !important;
}

/* TranslatePress currently renders an empty, English-only dropdown. */
body.oxelr-site .trp-floating-switcher {
	display: none !important;
}

@media (max-width: 1199px) {
	body.oxelr-site .oxelr-shell {
		padding-left: 26px;
		padding-right: 26px;
	}

	body.oxelr-site .oxelr-header__main {
		gap: 20px;
		grid-template-columns: minmax(210px, .7fr) minmax(300px, 1fr) auto;
	}

	body.oxelr-site .oxelr-home-hero__copy {
		width: 63%;
	}
}

@media (max-width: 991px) {
	body.oxelr-site .oxelr-header__main {
		min-height: 70px;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	body.oxelr-site .oxelr-primary-nav {
		padding-bottom: 14px;
	}

	body.oxelr-site .oxelr-primary-nav > ul {
		gap: 0;
	}

	body.oxelr-site .oxelr-primary-nav > ul > li > a {
		padding: 13px 4px;
	}

	body.oxelr-site .oxelr-primary-nav > ul > li > a::before {
		display: none;
	}

	body.oxelr-site .oxelr-home-hero__grid {
		min-height: 560px;
	}

	body.oxelr-site .oxelr-home-hero__copy {
		width: 70%;
	}

	body.oxelr-site .oxelr-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.oxelr-site .oxelr-home-rfq__grid,
	body.oxelr-site .oxelr-home-guide__grid {
		grid-template-columns: 1fr;
	}

	body.oxelr-site .oxelr-home-rfq__copy,
	body.oxelr-site .oxelr-home-guide__intro {
		max-width: 680px;
	}
}

@media (max-width: 767px) {
	body.oxelr-site {
		font-size: 15px;
		padding-bottom: 62px;
	}

	body.oxelr-site .oxelr-shell {
		padding-left: 20px;
		padding-right: 20px;
	}

	body.oxelr-site .oxelr-topbar__inner {
		min-height: 30px;
	}

	body.oxelr-site .oxelr-topbar__inner > div {
		gap: 0;
	}

	body.oxelr-site .oxelr-topbar a {
		font-size: 10px;
		letter-spacing: .02em;
	}

	body.oxelr-site .oxelr-header__main {
		gap: 10px 16px;
		padding-bottom: 11px;
		padding-top: 11px;
	}

	body.oxelr-site .oxelr-brand__name {
		padding-left: 13px;
	}

	body.oxelr-site .oxelr-brand__name::before {
		height: 30px;
		width: 4px;
	}

	body.oxelr-site .oxelr-brand__name span {
		font-size: 22px;
	}

	body.oxelr-site .oxelr-brand__name small {
		font-size: 7px;
		letter-spacing: .1em;
		margin-top: 5px;
	}

	body.oxelr-site .oxelr-menu-toggle {
		border-color: #c4cfcc;
		border-radius: 3px;
		height: 40px;
		width: 42px;
	}

	body.oxelr-site .oxelr-menu-toggle span {
		background: var(--oxelr-ink);
	}

	body.oxelr-site .oxelr-product-search input[type="search"],
	body.oxelr-site .oxelr-product-search button {
		font-size: 11px !important;
		min-height: 42px !important;
	}

	body.oxelr-site .oxelr-product-search button {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	body.oxelr-site .oxelr-home-hero::after {
		background: linear-gradient(90deg, rgba(7, 27, 35, .98) 0%, rgba(7, 27, 35, .93) 58%, rgba(7, 27, 35, .76) 100%);
	}

	body.oxelr-site .oxelr-home-hero__media {
		opacity: .46;
	}

	body.oxelr-site .oxelr-home-hero__media img {
		height: 100%;
		object-fit: cover;
		object-position: 69% center;
		transform: none;
		width: 100%;
	}

	body.oxelr-site .oxelr-home-hero__grid {
		min-height: 0;
		padding-bottom: 52px;
		padding-top: 48px;
	}

	body.oxelr-site .oxelr-home-hero__copy {
		max-width: none;
		width: 100%;
	}

	body.oxelr-site .oxelr-home-hero h1 {
		font-size: clamp(35px, 10.2vw, 42px) !important;
		letter-spacing: -.045em;
		line-height: 1.03 !important;
		margin-bottom: 20px;
		max-width: 360px;
	}

	body.oxelr-site .oxelr-home-hero__copy > p {
		font-size: 15px;
		line-height: 1.66;
	}

	body.oxelr-site .oxelr-home-hero__actions {
		margin-top: 24px;
	}

	body.oxelr-site .oxelr-home-hero__actions > a {
		width: 100%;
	}

	body.oxelr-site .oxelr-home-hero__checks {
		margin-top: 22px;
	}

	body.oxelr-site .oxelr-home-hero__checks li {
		font-size: 12px;
		margin-bottom: 9px;
	}

	body.oxelr-site .oxelr-home-trustbar__grid > div,
	body.oxelr-site .oxelr-home-trustbar__grid > div:first-child {
		grid-template-columns: 31px 1fr;
		padding: 14px 0;
	}

	body.oxelr-site .oxelr-home-trustbar strong {
		font-size: 13px;
	}

	body.oxelr-site .oxelr-home-trustbar small {
		font-size: 11px;
	}

	body.oxelr-site .oxelr-home-catalog-intro,
	body.oxelr-site .oxelr-home-products,
	body.oxelr-site .oxelr-home-rfq,
	body.oxelr-site .oxelr-home-guide {
		padding: 58px 0 62px;
	}

	body.oxelr-site .oxelr-section-heading {
		align-items: flex-start;
		gap: 15px;
	}

	body.oxelr-site .oxelr-section-heading h2,
	body.oxelr-site .oxelr-home-rfq h2,
	body.oxelr-site .oxelr-home-guide h2,
	body.oxelr-site .oxelr-home-final-cta h2 {
		font-size: 31px !important;
		line-height: 1.1 !important;
	}

	body.oxelr-site .oxelr-section-lead {
		font-size: 15px;
		line-height: 1.7;
		margin: 17px 0 28px;
	}

	body.oxelr-site .oxelr-text-link--large {
		align-self: flex-start;
		font-size: 11px;
		margin: 0;
	}

	body.oxelr-site .oxelr-product-grid {
		grid-template-columns: 1fr;
	}

	body.oxelr-site .oxelr-category-card,
	body.oxelr-site .oxelr-product-card {
		border-radius: 5px;
		box-shadow: 0 8px 24px rgba(9, 31, 40, .06);
	}

	body.oxelr-site .oxelr-category-card__media {
		aspect-ratio: 1.3;
	}

	body.oxelr-site .oxelr-category-card__body {
		display: block;
		padding: 14px;
	}

	body.oxelr-site .oxelr-category-card__icon,
	body.oxelr-site .oxelr-category-card p {
		display: none;
	}

	body.oxelr-site .oxelr-category-card h3 {
		font-size: 16px;
		line-height: 1.25;
		margin-bottom: 11px;
	}

	body.oxelr-site .oxelr-category-grid {
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.oxelr-site .oxelr-category-card__body .oxelr-text-link {
		font-size: 11px;
	}

	body.oxelr-site .oxelr-category-card__body .oxelr-text-link svg {
		height: 16px;
		width: 16px;
	}

	body.oxelr-site .oxelr-category-card__count {
		font-size: 8px;
		padding: 6px 7px;
	}

	body.oxelr-site .oxelr-home-rfq__grid {
		gap: 38px;
	}

	body.oxelr-site .oxelr-home-rfq__copy > p {
		font-size: 15px;
	}

	body.oxelr-site .oxelr-home-rfq__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
	}

	body.oxelr-site .oxelr-home-rfq__actions .oxelr-home-direct {
		padding: 4px 0;
		text-align: center;
	}

	body.oxelr-site .oxelr-home-rfq__card {
		padding: 26px 22px;
	}

	body.oxelr-site .oxelr-home-rfq__card blockquote {
		padding: 20px;
	}

	body.oxelr-site .oxelr-home-rfq__card blockquote p {
		font-size: 14px;
	}

	body.oxelr-site .oxelr-product-card__media {
		aspect-ratio: auto;
		height: 100%;
		min-height: 230px;
	}

	body.oxelr-site .oxelr-product-card__media > span {
		display: none;
	}

	body.oxelr-site .oxelr-product-card {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
	}

	body.oxelr-site .oxelr-product-card__body {
		min-width: 0;
		padding: 18px 16px;
	}

	body.oxelr-site .oxelr-product-card h3 {
		font-size: 16px;
		line-height: 1.32;
		margin-bottom: 9px;
	}

	body.oxelr-site .oxelr-product-card__category {
		font-size: 8px;
	}

	body.oxelr-site .oxelr-product-card__meta strong {
		font-size: 10px;
	}

	body.oxelr-site .oxelr-product-card__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	body.oxelr-site .oxelr-product-card__actions .oxelr-button {
		font-size: 10px !important;
		min-height: 36px !important;
		padding: 9px 10px !important;
	}

	body.oxelr-site .oxelr-product-card__rfq {
		font-size: 10px;
	}

	body.oxelr-site .oxelr-home-guide__grid {
		gap: 32px;
	}

	body.oxelr-site .oxelr-home-guide__table {
		background: transparent;
		border: 0;
		box-shadow: none;
		overflow: visible;
		table-layout: auto;
	}

	body.oxelr-site .oxelr-home-guide__table tr {
		background: #fff;
		border: 1px solid #d8d3c9 !important;
		border-radius: 5px;
		box-shadow: 0 8px 22px rgba(9, 31, 40, .04);
		display: block;
		margin-bottom: 12px;
		padding: 20px !important;
		width: 100%;
	}

	body.oxelr-site .oxelr-home-guide__table tbody th {
		background: transparent !important;
		display: block;
		font-size: 16px;
		padding: 0 0 15px;
		width: 100% !important;
	}

	body.oxelr-site .oxelr-home-guide__table td {
		background: transparent !important;
		color: #41545c !important;
		font-size: 13px;
		gap: 12px;
		grid-template-columns: 88px minmax(0, 1fr);
		line-height: 1.6;
		padding: 6px 0;
	}

	body.oxelr-site .oxelr-home-guide__table td::before {
		color: var(--oxelr-accent-dark);
		font-size: 9px;
	}

	body.oxelr-site .oxelr-home-final-cta {
		padding: 54px 16px;
	}

	body.oxelr-site .oxelr-home-final-cta > .oxelr-shell {
		padding: 48px 20px 50px;
	}

	body.oxelr-site .oxelr-home-final-cta p {
		font-size: 15px;
		line-height: 1.65;
	}

	body.oxelr-site .oxelr-site-footer {
		padding-top: 54px;
	}

	body.oxelr-site .oxelr-site-footer p {
		font-size: 13px;
	}

	body.oxelr-site .oxelr-site-footer li,
	body.oxelr-site .oxelr-site-footer a:not(.oxelr-button) {
		font-size: 12px;
	}

	body.oxelr-site .oxelr-mobile-contact a {
		font-size: 11px;
		min-height: 61px;
	}

}

@media (max-width: 420px) {
	body.oxelr-site .oxelr-shell {
		padding-left: 16px;
		padding-right: 16px;
	}

	body.oxelr-site .oxelr-home-hero h1 {
		font-size: 35px !important;
	}

	body.oxelr-site .oxelr-section-heading h2,
	body.oxelr-site .oxelr-home-rfq h2,
	body.oxelr-site .oxelr-home-guide h2,
	body.oxelr-site .oxelr-home-final-cta h2 {
		font-size: 29px !important;
	}
}

@media (max-width: 350px) {
	body.oxelr-site .oxelr-category-grid {
		grid-template-columns: 1fr;
	}

	body.oxelr-site .oxelr-category-card__media {
		aspect-ratio: 1.7;
	}

	body.oxelr-site .oxelr-product-card {
		grid-template-columns: 96px minmax(0, 1fr);
	}
}

/* Buyer-first simplification: fewer bands, no micro-label UI, clearer actions. */
body.oxelr-site .oxelr-header__main {
	min-height: 72px;
}

body.oxelr-site .oxelr-brand__name::before {
	top: 50%;
	transform: translateY(-50%);
}

body.oxelr-site .oxelr-home-hero__copy {
	max-width: 650px;
}

body.oxelr-site .oxelr-home-hero h1 {
	max-width: 650px;
}

body.oxelr-site .oxelr-home-catalog-intro,
body.oxelr-site .oxelr-home-products {
	padding: 68px 0 72px;
}

body.oxelr-site .oxelr-section-heading {
	align-items: center;
}

body.oxelr-site .oxelr-category-card__body {
	display: block;
	padding: 22px;
}

body.oxelr-site .oxelr-category-card p {
	font-size: 14px;
	line-height: 1.62;
	margin-bottom: 0;
}

body.oxelr-site .oxelr-product-card__reference,
body.oxelr-site .oxelr-product-reference {
	color: var(--oxelr-steel);
	font-size: 14px;
	line-height: 1.55;
}

body.oxelr-site .oxelr-product-card__reference {
	border-top: 1px solid var(--oxelr-line);
	margin: auto 0 18px;
	padding-top: 13px;
}

body.oxelr-site .oxelr-home-rfq {
	padding: 68px 0;
}

body.oxelr-site .oxelr-home-rfq__simple {
	align-items: center;
	display: grid;
	gap: clamp(28px, 5vw, 64px);
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, .85fr) auto;
}

body.oxelr-site .oxelr-home-rfq__simple p {
	color: #d6e1e2 !important;
	margin-bottom: 0;
}

body.oxelr-site .oxelr-enquiry-checklist {
	color: #e5eded;
	font-size: 14px;
	line-height: 1.55;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.oxelr-site .oxelr-enquiry-checklist li {
	padding: 5px 0 5px 22px;
	position: relative;
}

body.oxelr-site .oxelr-enquiry-checklist li::before {
	color: var(--oxelr-on-dark-accent);
	content: "\2713";
	font-weight: 900;
	left: 0;
	position: absolute;
}

body.oxelr-site .oxelr-home-rfq__simple .oxelr-home-rfq__actions {
	align-items: flex-start;
	flex-direction: column;
	gap: 13px;
}

body.oxelr-site .oxelr-catalog-summary {
	background: #fff;
	border: 1px solid var(--oxelr-line);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0 0 34px;
	padding: 22px 24px;
}

body.oxelr-site .oxelr-catalog-summary p {
	margin: 0;
	max-width: 820px;
}

body.oxelr-site .oxelr-catalog-summary .oxelr-panel-actions {
	flex: 0 0 auto;
	margin: 0;
}

body.oxelr-site .oxelr-page-hero {
	padding: 28px 0 30px;
}

body.oxelr-site .oxelr-page-hero h1 {
	font-size: clamp(30px, 3.5vw, 42px);
	margin-bottom: 0;
}

body.oxelr-site .oxelr-footer-grid {
	grid-template-columns: minmax(240px, 1.2fr) minmax(180px, .8fr) minmax(220px, 1fr);
}

body.oxelr-site .oxelr-footer-bottom {
	justify-content: flex-start;
}

body.oxelr-site .oxelr-rfq-form input[type="file"] {
	background: #fff;
	font-size: 14px;
	height: auto;
	padding: 11px;
}

@media (max-width: 991px) {
	body.oxelr-site .oxelr-home-rfq__simple {
		grid-template-columns: 1fr 1fr;
	}

	body.oxelr-site .oxelr-home-rfq__simple .oxelr-home-rfq__actions {
		align-items: center;
		flex-direction: row;
		grid-column: 1 / -1;
	}

	body.oxelr-site .oxelr-footer-grid {
		grid-template-columns: 1.2fr 1fr 1fr;
	}
}

@media (max-width: 767px) {
	body.oxelr-site .oxelr-home-catalog-intro,
	body.oxelr-site .oxelr-home-products,
	body.oxelr-site .oxelr-home-rfq {
		padding: 52px 0;
	}

	body.oxelr-site .oxelr-home-rfq__simple,
	body.oxelr-site .oxelr-footer-grid {
		grid-template-columns: 1fr;
	}

	body.oxelr-site .oxelr-home-rfq__simple .oxelr-home-rfq__actions {
		align-items: flex-start;
		flex-direction: column;
		grid-column: auto;
	}

	body.oxelr-site .oxelr-catalog-summary {
		align-items: flex-start;
		flex-direction: column;
	}

	body.oxelr-site .oxelr-page-hero {
		padding: 22px 0 24px;
	}
}
