:root {
	--hrec-blue: #00368e;
	--hrec-blue-700: #002967;
	--hrec-orange: #f05a24;
	--hrec-ink: #182334;
	--hrec-muted: #667085;
	--hrec-line: #d9e1ee;
	--hrec-soft: #f4f7fb;
	--hrec-white: #ffffff;
	--hrec-green: #1a8754;
	--hrec-red: #d92d20;
	--hrec-radius: 8px;
	--hrec-shadow: 0 10px 30px rgba(24, 35, 52, .09);
	--hrec-container: 1400px;
}

.hrec-site {
	color: var(--hrec-ink);
	background: var(--hrec-white);
}

.hrec-site a {
	color: var(--hrec-blue);
}

.hrec-site a:hover {
	color: var(--hrec-orange);
}

.hrec-site button,
.hrec-site input,
.hrec-site select,
.hrec-site textarea {
	border-radius: var(--hrec-radius);
}

/* Scoped to the theme's own line icons only (hrec_icon()); a bare `svg`
   selector here would repaint foreign SVGs, e.g. Elementor icon widgets. */
.hrec-site svg.hrec-icon {
	width: 1.3em;
	height: 1.3em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hrec-header {
	position: relative;
	z-index: 999;
	background: var(--hrec-white);
	box-shadow: 0 10px 24px rgba(24, 35, 52, .08);
}

.hrec-header__inner,
.hrec-footer__inner {
	width: min(var(--hrec-container), calc(100% - 32px));
	margin: 0 auto;
}

.hrec-header__top {
	border-bottom: 1px solid var(--hrec-line);
	background: var(--hrec-soft);
	color: var(--hrec-muted);
	font-size: 12px;
}

.hrec-header__top .hrec-header__inner {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
	min-height: 30px;
}

.hrec-header__top-left,
.hrec-header__top-right {
	display: flex;
	gap: 16px;
	align-items: center;
	min-width: 0;
}

.hrec-topbar-menu {
	display: flex;
	gap: 14px;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hrec-topbar-menu li {
	margin: 0;
}

.hrec-header__top span,
.hrec-header__top a {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	white-space: nowrap;
	color: inherit;
	text-decoration: none;
}

.hrec-header__top svg {
	width: 16px;
	height: 16px;
	color: var(--hrec-blue);
}

.hrec-header__main {
	background: var(--hrec-white);
}

.hrec-header__main-grid {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) minmax(320px, 460px) minmax(260px, 1fr);
	gap: 22px;
	align-items: center;
	min-height: 82px;
	padding: 10px 0;
}

.hrec-header__logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 340px;
	max-width: 100%;
}

.hrec-header__logo img,
.hrec-header__logo .custom-logo {
	display: block;
	width: auto;
	max-width: 310px;
	max-height: 58px;
	object-fit: contain;
}

.hrec-header__search .hrec-search {
	max-width: 460px;
	width: 100%;
	box-shadow: none;
	justify-self: center;
	border-width: 1px;
}

.hrec-header__search .hrec-search input[type="search"] {
	min-height: 36px;
	padding: 0 12px;
	font-size: 13px;
}

.hrec-header__search .hrec-search {
	grid-template-columns: 1fr 38px;
}

.hrec-header__search .hrec-search button {
	min-height: 36px;
}

.hrec-header__actions {
	display: flex;
	gap: 6px;
	align-items: center;
	justify-content: flex-end;
}

.hrec-header-action {
	position: relative;
	display: inline-flex;
	gap: 6px;
	align-items: center;
	min-height: 34px;
	padding: 5px 7px;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background: var(--hrec-white);
	color: var(--hrec-ink);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.hrec-header-action:hover {
	border-color: var(--hrec-orange);
	color: var(--hrec-orange);
}

.hrec-header-action svg {
	width: 17px;
	height: 17px;
	color: var(--hrec-blue);
}

.hrec-header-action__icon {
	position: relative;
	display: inline-flex;
}

.hrec-cart-count {
	position: absolute;
	top: -10px;
	right: -10px;
	display: grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border: 2px solid var(--hrec-white);
	border-radius: 999px;
	background: var(--hrec-orange);
	color: var(--hrec-white);
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
}

.hrec-language {
	display: flex;
	align-items: center;
	min-width: 92px;
	max-width: 104px;
}

.hrec-language .gtranslate_wrapper {
	display: block;
	width: 100%;
	line-height: 1;
}

.hrec-language select {
	width: 100%;
	max-width: 104px;
	min-height: 34px;
	margin: 0;
	padding: 0 24px 0 8px;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background-color: var(--hrec-white);
	color: var(--hrec-ink);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.hrec-language img,
.hrec-language a,
.hrec-language ul,
.hrec-language .gt_switcher-popup {
	display: none !important;
}

.hrec-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--hrec-line);
	background: var(--hrec-white);
	color: var(--hrec-blue);
}

.hrec-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	background: currentColor;
}

.hrec-header__nav-wrap {
	position: relative;
	z-index: 1000;
	background: var(--hrec-blue);
}

.hrec-nav-is-fixed .hrec-header {
	padding-bottom: var(--hrec-nav-height, 46px);
}

.hrec-nav-is-fixed .hrec-header__nav-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 10px 22px rgba(0, 24, 66, .2);
}

.admin-bar.hrec-nav-is-fixed .hrec-header__nav-wrap {
	top: 32px;
}

.hrec-header__nav-grid {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-height: 46px;
}

.hrec-sticky-logo,
.hrec-sticky-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 0;
	opacity: 0;
	pointer-events: none;
	transition: width .18s ease, opacity .18s ease;
}

.hrec-nav-is-fixed .hrec-sticky-logo {
	width: 58px;
	opacity: 1;
	pointer-events: auto;
}

.hrec-nav-is-fixed .hrec-sticky-cart {
	width: 42px;
	opacity: 1;
	pointer-events: auto;
}

.hrec-sticky-logo img {
	display: block;
	width: 48px;
	height: 32px;
	object-fit: contain;
	padding: 4px 6px;
	border-radius: 6px;
	background: var(--hrec-white);
}

.hrec-sticky-cart {
	position: relative;
	height: 38px;
	border-radius: 6px;
	color: var(--hrec-white);
	text-decoration: none;
}

.hrec-sticky-cart svg {
	width: 23px;
	height: 23px;
	color: var(--hrec-white);
}

.hrec-sticky-cart .hrec-cart-count {
	border-color: var(--hrec-blue);
}

.hrec-nav-actions {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: flex-end;
}

/* Hamburger inside the fixed blue bar and the off-canvas drawer chrome only
   exist on the mobile/tablet layout; the mobile media query reveals them. */
.hrec-sticky-toggle,
.hrec-primary-nav__head {
	display: none;
}

.hrec-nav-overlay {
	position: fixed;
	inset: 0;
	z-index: 40;
	background: rgba(24, 35, 52, .45);
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease, visibility .2s ease;
}

body.hrec-menu-is-open .hrec-nav-overlay {
	opacity: 1;
	visibility: visible;
}

.hrec-primary-menu {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hrec-primary-menu > li {
	position: relative;
	margin: 0;
}

.hrec-primary-menu > li > a {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 0 24px;
	color: var(--hrec-white);
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0;
}

.hrec-primary-menu > li > a:hover,
.hrec-primary-menu > li.current-menu-item > a,
.hrec-primary-menu > li.current_page_item > a {
	background: var(--hrec-orange);
	color: var(--hrec-white);
}

.hrec-primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	display: none;
	min-width: 230px;
	margin: 0;
	padding: 8px;
	border: 1px solid var(--hrec-line);
	border-radius: 0 0 8px 8px;
	background: var(--hrec-white);
	box-shadow: var(--hrec-shadow);
	list-style: none;
}

.hrec-primary-menu li:hover > .sub-menu,
.hrec-primary-menu li:focus-within > .sub-menu {
	display: block;
}

.hrec-primary-menu .sub-menu a {
	display: block;
	padding: 10px 12px;
	border-radius: 6px;
	color: var(--hrec-ink);
	font-weight: 700;
	text-decoration: none;
}

.hrec-primary-menu .sub-menu a:hover {
	background: var(--hrec-soft);
	color: var(--hrec-orange);
}

.site-main {
	min-height: 50vh;
}

.hrec-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: var(--hrec-radius);
	background: var(--hrec-blue);
	color: var(--hrec-white);
	font-weight: 800;
	font-size: 14px;
	line-height: 1.15;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.hrec-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--hrec-orange);
	color: var(--hrec-white);
	transform: translateY(-1px);
}

.hrec-button--primary {
	background: var(--hrec-orange);
}

.hrec-button--primary:hover {
	background: var(--hrec-blue-700);
}

.hrec-button--ghost {
	background: transparent;
	border-color: var(--hrec-blue);
	color: var(--hrec-blue);
}

.hrec-button--ghost:hover {
	background: var(--hrec-blue);
	color: var(--hrec-white);
}

.hrec-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr);
	gap: clamp(24px, 5vw, 72px);
	align-items: center;
	overflow: hidden;
	min-height: 520px;
	padding: clamp(42px, 7vw, 82px) clamp(20px, 5vw, 72px);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 48%, rgba(244, 247, 251, .92) 100%);
	border-bottom: 8px solid var(--hrec-blue);
}

.hrec-hero::after {
	content: "";
	position: absolute;
	right: -8%;
	bottom: -28%;
	width: 48%;
	height: 56%;
	border: 18px solid rgba(0, 54, 142, .08);
	border-radius: 50%;
	pointer-events: none;
}

.hrec-hero__content {
	position: relative;
	z-index: 1;
	max-width: 660px;
}

.hrec-hero__logo {
	display: block;
	width: min(360px, 78vw);
	margin-bottom: 34px;
}

.hrec-hero h1 {
	margin: 0;
	color: var(--hrec-blue);
	font-size: clamp(42px, 6vw, 78px);
	line-height: .96;
	text-transform: uppercase;
	letter-spacing: 0;
}

.hrec-hero p {
	max-width: 560px;
	margin: 24px 0 0;
	color: var(--hrec-ink);
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.42;
}

.hrec-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.hrec-hero__visual {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	min-height: 360px;
}

.hrec-hero__visual > img {
	width: min(260px, 54vw);
	opacity: .98;
	filter: drop-shadow(0 16px 24px rgba(24, 35, 52, .16));
}

.hrec-hero__parts {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.hrec-hero__parts span {
	position: absolute;
	display: block;
	width: clamp(84px, 12vw, 150px);
	aspect-ratio: 1;
	border: 2px solid rgba(0, 54, 142, .14);
	border-radius: 8px;
	background: var(--hrec-white);
	box-shadow: var(--hrec-shadow);
}

.hrec-hero__parts span:nth-child(1) { top: 7%; left: 8%; }
.hrec-hero__parts span:nth-child(2) { top: 16%; right: 3%; border-color: rgba(240, 90, 36, .24); }
.hrec-hero__parts span:nth-child(3) { bottom: 12%; left: 1%; border-color: rgba(240, 90, 36, .2); }
.hrec-hero__parts span:nth-child(4) { right: 18%; bottom: 3%; }

.hrec-search {
	display: grid;
	grid-template-columns: 1fr 52px;
	width: 100%;
	max-width: 720px;
	border: 2px solid var(--hrec-blue);
	border-radius: var(--hrec-radius);
	background: var(--hrec-white);
	box-shadow: var(--hrec-shadow);
}

.hrec-search input[type="search"] {
	min-height: 56px;
	border: 0;
	padding: 0 18px;
	background: transparent;
	color: var(--hrec-ink);
	font-size: 16px;
	outline: none;
}

.hrec-search button {
	display: grid;
	place-items: center;
	border: 0;
	border-left: 1px solid var(--hrec-line);
	background: var(--hrec-orange);
	color: var(--hrec-white);
	cursor: pointer;
	justify-content: center;
}

.hrec-section-heading {
	max-width: var(--hrec-container);
	margin: 0 auto 26px;
	text-align: center;
}

.hrec-section-heading span,
.hrec-kicker {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--hrec-orange);
	font-weight: 900;
	text-transform: uppercase;
	font-size: 13px;
}

.hrec-section-heading h2,
.hrec-about h2,
.hrec-contact-card h2 {
	margin: 0;
	color: var(--hrec-blue);
	font-size: clamp(28px, 4vw, 46px);
	line-height: 1.08;
	text-transform: uppercase;
	letter-spacing: 0;
}

.hrec-trustbar {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	max-width: var(--hrec-container);
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background: var(--hrec-line);
}

.hrec-trustbar__item {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 4px 14px;
	align-items: center;
	min-height: 104px;
	padding: 18px;
	background: var(--hrec-white);
}

.hrec-trustbar__item svg {
	grid-row: span 2;
	color: var(--hrec-blue);
	width: 34px;
	height: 34px;
}

.hrec-trustbar__item strong {
	color: var(--hrec-ink);
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.15;
}

.hrec-trustbar__item span {
	color: var(--hrec-muted);
	font-size: 13px;
	line-height: 1.35;
}

.hrec-category-grid,
.hrec-feature-grid,
.hrec-client-types {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	max-width: var(--hrec-container);
	margin: 0 auto;
}

.hrec-category-card,
.hrec-feature,
.hrec-client-types article {
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background: var(--hrec-white);
	box-shadow: 0 8px 18px rgba(24, 35, 52, .05);
}

.hrec-category-card {
	display: grid;
	grid-template-rows: auto auto 1fr;
	gap: 10px;
	min-height: 180px;
	padding: 20px;
	text-decoration: none;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.hrec-category-card:hover {
	border-color: var(--hrec-orange);
	box-shadow: var(--hrec-shadow);
	transform: translateY(-2px);
}

.hrec-category-card__icon,
.hrec-feature > svg,
.hrec-client-types svg {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--hrec-soft);
	color: var(--hrec-blue);
}

.hrec-category-card__icon svg {
	width: 26px;
	height: 26px;
}

.hrec-category-card strong,
.hrec-feature h3,
.hrec-client-types h3 {
	color: var(--hrec-blue);
	font-size: 17px;
	line-height: 1.18;
	text-transform: uppercase;
}

.hrec-category-card small,
.hrec-feature p,
.hrec-client-types p {
	color: var(--hrec-muted);
	font-size: 14px;
	line-height: 1.45;
}

.hrec-feature,
.hrec-client-types article {
	padding: 22px;
}

.hrec-feature h3,
.hrec-client-types h3 {
	margin: 16px 0 8px;
}

.hrec-feature p,
.hrec-client-types p {
	margin: 0;
}

.hrec-about {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
	gap: clamp(24px, 5vw, 64px);
	align-items: center;
	max-width: var(--hrec-container);
	margin: 0 auto;
}

.hrec-about p {
	color: var(--hrec-ink);
	font-size: 17px;
	line-height: 1.62;
}

.hrec-values {
	display: grid;
	gap: 12px;
	padding: 22px;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background: var(--hrec-soft);
}

.hrec-values span {
	display: flex;
	gap: 12px;
	align-items: center;
	min-height: 54px;
	padding: 12px;
	border-radius: var(--hrec-radius);
	background: var(--hrec-white);
	color: var(--hrec-blue);
	font-weight: 800;
	text-transform: uppercase;
}

.hrec-values svg {
	color: var(--hrec-orange);
	width: 28px;
	height: 28px;
}

.hrec-contact-card {
	max-width: 760px;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid var(--hrec-line);
	border-top: 6px solid var(--hrec-orange);
	border-radius: var(--hrec-radius);
	background: var(--hrec-white);
	box-shadow: var(--hrec-shadow);
}

.hrec-contact-card dl {
	display: grid;
	gap: 12px;
	margin: 22px 0 0;
}

.hrec-contact-card dl > div {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 16px;
	padding: 14px 0;
	border-top: 1px solid var(--hrec-line);
}

.hrec-contact-card dt {
	color: var(--hrec-blue);
	font-weight: 900;
	text-transform: uppercase;
}

.hrec-contact-card dd {
	margin: 0;
	color: var(--hrec-ink);
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	float: none;
	width: auto !important;
	margin: 0 !important;
	padding: 14px;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background: var(--hrec-white);
	box-shadow: 0 8px 18px rgba(24, 35, 52, .05);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.woocommerce ul.products li.product:hover {
	border-color: rgba(240, 90, 36, .45);
	box-shadow: var(--hrec-shadow);
	transform: translateY(-2px);
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: var(--hrec-soft);
	border-radius: 6px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 46px;
	color: var(--hrec-ink);
	font-size: 16px;
	line-height: 1.25;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
	color: var(--hrec-blue);
	font-weight: 900;
}

body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price,
body.single-product div.product > .summary p.price {
	color: var(--hrec-orange);
	font-size: 30px;
	line-height: 1.15;
}

body.single-product .woocommerce div.product p.price del,
body.single-product .woocommerce div.product p.price del .amount {
	color: var(--hrec-muted);
}

body.single-product .site-main,
body.single-product > .woocommerce-breadcrumb,
body.single-product > .woocommerce-notices-wrapper,
body.single-product > div.product,
body.single-product > section.related.products {
	width: min(calc(var(--hrec-container) + 48px), 100%);
	max-width: none;
	margin-inline: auto;
	padding-inline: 24px;
	box-sizing: border-box;
}

body.single-product > div.product,
body.single-product .woocommerce div.product {
	margin: 18px 0 48px;
}

body.single-product .woocommerce-breadcrumb {
	margin: 22px 0 18px;
	color: var(--hrec-muted);
	font-size: 13px;
}

body.single-product .woocommerce-breadcrumb a {
	color: var(--hrec-muted);
	text-decoration: none;
}

body.single-product .woocommerce-breadcrumb a:hover {
	color: var(--hrec-orange);
}

body.single-product.hrec-site.woocommerce div.product form.cart button.single_add_to_cart_button.button.alt,
body.single-product.hrec-site div.product form.cart button.single_add_to_cart_button.button.alt {
	background: var(--hrec-orange) !important;
	background-color: var(--hrec-orange) !important;
	color: var(--hrec-white) !important;
	border-color: var(--hrec-orange) !important;
}

body.single-product.hrec-site.woocommerce div.product form.cart button.single_add_to_cart_button.button.alt:hover,
body.single-product.hrec-site.woocommerce div.product form.cart button.single_add_to_cart_button.button.alt:focus,
body.single-product.hrec-site div.product form.cart button.single_add_to_cart_button.button.alt:hover,
body.single-product.hrec-site div.product form.cart button.single_add_to_cart_button.button.alt:focus {
	background: var(--hrec-blue-700) !important;
	background-color: var(--hrec-blue-700) !important;
	color: var(--hrec-white) !important;
	border-color: var(--hrec-blue-700) !important;
}

body.single-product .woocommerce div.product .woocommerce-product-details__short-description,
body.single-product .woocommerce div.product .woocommerce-tabs,
body.single-product .woocommerce div.product #reviews {
	display: none;
}

body.single-product .product_meta {
	display: grid;
	gap: 6px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--hrec-line);
	color: var(--hrec-muted);
	font-size: 13px;
}

body.single-product .product_meta a {
	color: var(--hrec-blue);
	font-weight: 700;
	text-decoration: none;
}

body.single-product .product_meta a:hover {
	color: var(--hrec-orange);
}

.woocommerce span.onsale,
.hrec-onsale {
	min-width: auto;
	min-height: auto;
	padding: 7px 10px;
	border-radius: 6px;
	background: var(--hrec-orange);
	color: var(--hrec-white);
	line-height: 1;
	text-transform: uppercase;
}

.hrec-product-tech-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	margin: 12px 0 18px;
	padding: 10px 12px;
	border: 1px solid var(--hrec-line);
	border-radius: 6px;
	background: var(--hrec-white);
	color: var(--hrec-ink);
}

.hrec-product-tech-summary span {
	display: inline-flex;
	gap: 4px;
	align-items: baseline;
	color: var(--hrec-muted);
	font-size: 12px;
	line-height: 1.35;
}

.hrec-product-tech-summary strong {
	color: var(--hrec-ink);
	font-weight: 800;
}

.hrec-single-tech {
	margin: 20px 0 24px;
	padding: 18px;
	border: 1px solid var(--hrec-line);
	border-left: 4px solid var(--hrec-orange);
	border-radius: var(--hrec-radius);
	background: var(--hrec-soft);
}

.hrec-single-tech h2 {
	margin: 0 0 12px;
	color: var(--hrec-blue);
	font-size: 18px;
	line-height: 1.25;
	text-transform: uppercase;
}

.hrec-single-tech ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 18px;
}

.hrec-single-tech li {
	color: var(--hrec-ink);
	font-size: 14px;
	line-height: 1.45;
}

.hrec-tech-tab ul {
	display: grid;
	gap: 8px;
	padding-left: 18px;
}

@media (max-width: 767px) {
	body.single-product .site-main {
		padding-inline: 16px;
	}

	body.single-product > .woocommerce-breadcrumb,
	body.single-product > .woocommerce-notices-wrapper,
	body.single-product > div.product,
	body.single-product > section.related.products {
		padding-inline: 16px;
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 8px 8px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-color: var(--hrec-blue);
	background: var(--hrec-blue);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--hrec-white);
}

.hrec-footer {
	margin-top: 56px;
	background: var(--hrec-blue-700);
	color: var(--hrec-white);
}

.hrec-footer__cta {
	background: var(--hrec-orange);
}

.hrec-footer__cta-grid {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	min-height: 96px;
	padding: 18px 0;
}

.hrec-footer__cta strong,
.hrec-footer__cta span {
	display: block;
	color: var(--hrec-white);
}

.hrec-footer__cta strong {
	font-size: clamp(22px, 3vw, 34px);
	line-height: 1.1;
	text-transform: uppercase;
}

.hrec-footer__cta span {
	margin-top: 6px;
	font-size: 16px;
}

.hrec-footer__cta .hrec-button {
	flex: 0 0 auto;
	border-color: var(--hrec-white);
	background: var(--hrec-white);
	color: var(--hrec-blue);
}

.hrec-footer__main {
	padding: 46px 0 38px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .06) 0 25%, transparent 25% 100%),
		var(--hrec-blue-700);
}

.hrec-footer__grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.35fr) .75fr .75fr 1.05fr;
	gap: clamp(22px, 4vw, 46px);
}

.hrec-footer__brand img {
	display: block;
	width: min(280px, 100%);
	max-height: 58px;
	object-fit: contain;
	padding: 8px 12px;
	border-radius: 8px;
	background: var(--hrec-white);
}

.hrec-footer__brand-text {
	max-width: 360px;
	margin: 20px 0;
	color: rgba(255, 255, 255, .82);
	line-height: 1.55;
}

.hrec-footer__brand-text p {
	margin: 0 0 10px;
}

.hrec-footer__brand-text p:last-child {
	margin-bottom: 0;
}

.hrec-footer__brand-text a {
	color: var(--hrec-white);
}

.hrec-footer h2 {
	margin: 0 0 16px;
	color: var(--hrec-white);
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.hrec-footer__links,
.hrec-footer__badges,
.hrec-footer__contact {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hrec-footer__links {
	display: grid;
	gap: 10px;
}

.hrec-footer__links a,
.hrec-footer__contact a {
	color: rgba(255, 255, 255, .8);
	text-decoration: none;
}

.hrec-footer__links a:hover,
.hrec-footer__contact a:hover {
	color: var(--hrec-orange);
}

.hrec-footer__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hrec-footer__badges li {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	color: rgba(255, 255, 255, .88);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.hrec-footer__badges svg {
	width: 18px;
	height: 18px;
	color: var(--hrec-orange);
}

.hrec-footer__contact {
	display: grid;
	gap: 12px;
}

.hrec-footer__contact li {
	display: grid;
	gap: 3px;
}

.hrec-footer__contact strong {
	color: var(--hrec-orange);
	font-size: 12px;
	text-transform: uppercase;
}

.hrec-footer__contact span {
	color: rgba(255, 255, 255, .8);
}

.hrec-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .16);
	background: #001f50;
}

.hrec-footer__bottom .hrec-footer__inner {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
	min-height: 52px;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
}

@media (max-width: 1024px) {
	.admin-bar .hrec-header {
		top: auto;
	}

	.hrec-header__main-grid {
		grid-template-columns: auto minmax(180px, 1fr) auto;
		gap: 12px;
	}

	.hrec-header__logo {
		width: 260px;
	}

	.hrec-header__logo img,
	.hrec-header__logo .custom-logo {
		max-width: 240px;
	}

	.hrec-header-action span:not(.hrec-cart-count):not(.hrec-header-action__icon) {
		display: none;
	}

	.hrec-menu-toggle {
		display: block;
	}

	/* The blue nav bar carries nothing on mobile (logo, cart and account sit by
	   the logo), so keep it collapsed and invisible until it sticks on scroll. */
	.hrec-header__nav-wrap {
		position: relative;
		background: transparent;
		box-shadow: none;
	}

	.hrec-header__nav-grid {
		grid-template-columns: auto 1fr auto;
		gap: 10px;
		min-height: 0;
	}

	.hrec-nav-actions {
		grid-column: 3;
	}

	.hrec-nav-is-fixed .hrec-header__nav-wrap {
		background: var(--hrec-blue);
		box-shadow: 0 10px 22px rgba(0, 24, 66, .2);
	}

	.hrec-nav-is-fixed .hrec-header__nav-grid {
		min-height: 46px;
	}

	/* Zero the sticky logo/cart heights so the collapsed bar takes no vertical
	   space; they expand back once the bar is fixed. */
	.hrec-sticky-logo,
	.hrec-sticky-cart {
		height: 0;
	}

	.hrec-nav-is-fixed .hrec-sticky-logo {
		height: auto;
	}

	.hrec-nav-is-fixed .hrec-sticky-cart {
		height: 38px;
	}

	/* Hamburger added to the right of the fixed bar (only once it sticks). */
	.hrec-sticky-toggle {
		display: none;
		width: 40px;
		height: 40px;
		padding: 0;
		border: 0;
		border-radius: 6px;
		cursor: pointer;
	}

	.hrec-nav-is-fixed .hrec-sticky-toggle {
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.hrec-sticky-toggle span {
		display: block;
		width: 20px;
		height: 2px;
		margin: 2.5px auto;
		border-radius: 1px;
		background: currentColor;
	}

	/* Off-canvas drawer: full-height panel sliding in from the left. */
	.hrec-primary-nav {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 50;
		display: flex;
		flex-direction: column;
		width: min(320px, 86vw);
		background: var(--hrec-white);
		box-shadow: 14px 0 34px rgba(24, 35, 52, .22);
		transform: translateX(-105%);
		transition: transform .25s ease;
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	body.hrec-menu-is-open {
		overflow: hidden;
	}

	body.hrec-menu-is-open .hrec-primary-nav {
		transform: none;
	}

	.hrec-primary-nav__head {
		display: flex;
		flex: 0 0 auto;
		align-items: center;
		justify-content: space-between;
		padding: 16px 20px;
		background: var(--hrec-blue);
		color: var(--hrec-white);
	}

	.hrec-primary-nav__title {
		font-size: 14px;
		font-weight: 900;
		text-transform: uppercase;
		letter-spacing: .04em;
	}

	.hrec-primary-nav__close {
		position: relative;
		flex: 0 0 auto;
		width: 34px;
		height: 34px;
		border: 0;
		border-radius: 6px;
		font-size: 0;
		cursor: pointer;
	}

	.hrec-primary-nav__close::before,
	.hrec-primary-nav__close::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 15px;
		height: 2px;
		border-radius: 1px;
		background: currentColor;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.hrec-primary-nav__close::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.hrec-primary-menu {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		padding: 6px 0 14px;
	}

	.hrec-primary-menu > li {
		border-bottom: 1px solid var(--hrec-line);
	}

	.hrec-primary-menu > li > a {
		justify-content: flex-start;
		min-height: 50px;
		padding: 0 20px;
		color: var(--hrec-ink);
	}

	.hrec-primary-menu > li > a:hover,
	.hrec-primary-menu > li.current-menu-item > a,
	.hrec-primary-menu > li.current_page_item > a {
		background: var(--hrec-soft);
		color: var(--hrec-orange);
	}

	.hrec-primary-menu .sub-menu {
		position: static;
		display: block;
		min-width: 0;
		margin: 0;
		padding: 0 0 6px;
		border: 0;
		border-radius: 0;
		background: var(--hrec-soft);
		box-shadow: none;
	}

	.hrec-primary-menu .sub-menu a {
		padding: 10px 20px 10px 34px;
		color: var(--hrec-muted);
		font-size: 13px;
	}

	.hrec-hero,
	.hrec-about {
		grid-template-columns: 1fr;
	}

	.hrec-hero {
		min-height: auto;
	}

	.hrec-hero__visual {
		min-height: 260px;
	}

	.hrec-category-grid,
	.hrec-feature-grid,
	.hrec-client-types,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hrec-trustbar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hrec-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.admin-bar .hrec-header {
		top: 0;
	}

	.hrec-header {
		position: relative;
	}

	.hrec-header__top .hrec-header__inner {
		justify-content: center;
	}

	.hrec-header__top-right,
	.hrec-header__top-left span:last-child,
	.hrec-header__top-left a {
		display: none;
	}

	.hrec-header__main-grid {
		grid-template-columns: minmax(150px, 1fr) auto;
		min-height: 66px;
		padding: 10px 0;
	}

	.hrec-header__logo {
		grid-column: 1 / 2;
		grid-row: 1;
		justify-content: flex-start;
		width: auto;
	}

	.hrec-header__logo img,
	.hrec-header__logo .custom-logo {
		width: auto;
		max-width: 190px;
		max-height: 46px;
	}

	.hrec-header__search {
		grid-column: 1 / -1;
		order: 3;
		width: 100%;
	}

	.hrec-header__actions {
		gap: 7px;
		grid-column: 2 / 3;
		grid-row: 1;
	}

	.hrec-header-action {
		width: 40px;
		height: 40px;
		min-height: 40px;
		justify-content: center;
		padding: 0;
	}

	.hrec-language {
		display: none;
	}

	.hrec-hero {
		padding: 34px 18px;
	}

	.hrec-hero h1 {
		font-size: 40px;
	}

	.hrec-hero__actions,
	.hrec-button {
		width: 100%;
	}

	.hrec-hero__visual {
		display: none;
	}

	.hrec-category-grid,
	.hrec-feature-grid,
	.hrec-client-types,
	.hrec-trustbar,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.hrec-contact-card dl > div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.hrec-search {
		grid-template-columns: 1fr 48px;
	}

	.hrec-footer {
		margin-top: 36px;
	}

	.hrec-footer__cta-grid,
	.hrec-footer__bottom .hrec-footer__inner {
		display: grid;
	}

	.hrec-footer__grid {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   Live AJAX search results
   ========================================================================== */

.hrec-search--live {
	position: relative;
}

.hrec-search--live.is-loading button svg {
	opacity: .35;
}

.hrec-search-results {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	z-index: 1100;
	max-height: 430px;
	overflow: auto;
	background: var(--hrec-white);
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	box-shadow: 0 16px 36px rgba(24, 35, 52, .16);
}

.hrec-search-result {
	display: grid;
	grid-template-columns: 44px 1fr auto;
	gap: 10px;
	align-items: center;
	padding: 9px 12px;
	border-bottom: 1px solid var(--hrec-soft);
	color: var(--hrec-ink);
	text-decoration: none;
}

.hrec-search-result:hover,
.hrec-search-result.is-active {
	background: var(--hrec-soft);
}

.hrec-search-result img {
	width: 44px;
	height: 44px;
	object-fit: contain;
	border: 1px solid var(--hrec-line);
	border-radius: 6px;
	background: var(--hrec-white);
}

.hrec-search-result__info {
	min-width: 0;
}

.hrec-search-result__name {
	display: block;
	overflow: hidden;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hrec-search-result__ref {
	display: block;
	font-size: 11px;
	color: var(--hrec-muted);
}

.hrec-search-result__price {
	font-size: 13px;
	font-weight: 700;
	color: var(--hrec-blue);
	white-space: nowrap;
}

.hrec-search-result__price del {
	color: var(--hrec-muted);
	font-weight: 400;
}

.hrec-search-result__stock {
	color: var(--hrec-muted);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.hrec-search-results__all {
	display: block;
	padding: 11px 12px;
	font-size: 12px;
	font-weight: 700;
	color: var(--hrec-blue);
	text-align: center;
	text-decoration: none;
}

.hrec-search-results__all:hover,
.hrec-search-results__all.is-active {
	background: var(--hrec-soft);
	color: var(--hrec-orange);
}

.hrec-search-results__empty {
	margin: 0;
	padding: 16px 12px;
	font-size: 13px;
	color: var(--hrec-muted);
	text-align: center;
}

/* ==========================================================================
   Mini cart drawer
   ========================================================================== */

.hrec-minicart-overlay {
	position: fixed;
	inset: 0;
	z-index: 1200;
	background: rgba(24, 35, 52, .45);
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease, visibility .2s ease;
}

body.hrec-cart-is-open .hrec-minicart-overlay {
	opacity: 1;
	visibility: visible;
}

.hrec-minicart {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1210;
	display: flex;
	flex-direction: column;
	width: min(400px, 92vw);
	background: var(--hrec-white);
	box-shadow: -14px 0 34px rgba(24, 35, 52, .2);
	transform: translateX(105%);
	transition: transform .25s ease;
}

body.hrec-cart-is-open .hrec-minicart {
	transform: none;
}

body.hrec-cart-is-open {
	overflow: hidden;
}

.hrec-minicart__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 26px;
	background: var(--hrec-blue);
	color: var(--hrec-white);
	font-size: 15px;
}

.hrec-minicart__close {
	position: relative;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 6px;
	background: rgba(255, 255, 255, .12);
	color: var(--hrec-white);
	font-size: 0;
	cursor: pointer;
}

/* CSS-drawn cross: the &times; glyph never centers optically. */
.hrec-minicart__close::before,
.hrec-minicart__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	border-radius: 1px;
	background: currentColor;
	transform: translate(-50%, -50%) rotate(45deg);
}

.hrec-minicart__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.hrec-minicart__close:hover {
	background: var(--hrec-orange);
}

.hrec-minicart__body {
	flex: 1;
	overflow: auto;
	padding: 18px 26px 26px;
}

.hrec-minicart .woocommerce-mini-cart {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hrec-minicart .woocommerce-mini-cart-item {
	position: relative;
	margin: 0;
	padding: 12px 28px 12px 0;
	border-bottom: 1px solid var(--hrec-line);
}

.hrec-minicart .woocommerce-mini-cart-item a:not(.remove) {
	display: flex;
	gap: 10px;
	align-items: center;
	color: var(--hrec-ink);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none;
}

.hrec-minicart .woocommerce-mini-cart-item a:not(.remove):hover {
	color: var(--hrec-blue);
}

.hrec-minicart .woocommerce-mini-cart-item img {
	width: 46px;
	height: 46px;
	object-fit: contain;
	border: 1px solid var(--hrec-line);
	border-radius: 6px;
	background: var(--hrec-white);
}

.hrec-minicart .woocommerce-mini-cart-item .remove {
	position: absolute;
	top: 50%;
	right: 0;
	width: 22px;
	height: 22px;
	border: 1px solid var(--hrec-line);
	border-radius: 6px;
	color: var(--hrec-muted) !important;
	font-size: 0;
	text-decoration: none;
	transform: translateY(-50%);
}

.hrec-minicart .woocommerce-mini-cart-item .remove::before,
.hrec-minicart .woocommerce-mini-cart-item .remove::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 1.6px;
	border-radius: 1px;
	background: currentColor;
	transform: translate(-50%, -50%) rotate(45deg);
}

.hrec-minicart .woocommerce-mini-cart-item .remove::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.hrec-minicart .woocommerce-mini-cart-item .remove:hover {
	border-color: var(--hrec-orange);
	background: var(--hrec-orange);
	color: var(--hrec-white) !important;
}

.hrec-minicart .woocommerce-mini-cart-item .quantity {
	display: block;
	margin: 5px 0 0 56px;
	color: var(--hrec-muted);
	font-size: 12px;
}

.hrec-minicart .woocommerce-mini-cart__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 14px 0;
	border-bottom: 1px solid var(--hrec-line);
	color: var(--hrec-ink);
	font-size: 14px;
}

.hrec-minicart .woocommerce-mini-cart__total .woocommerce-Price-amount {
	font-weight: 800;
	color: var(--hrec-blue);
}

.hrec-minicart .woocommerce-mini-cart__buttons {
	display: grid;
	gap: 10px;
	margin: 16px 0 4px;
	padding: 0 8px;
}

.hrec-minicart .woocommerce-mini-cart__buttons .button {
	display: block;
	padding: 13px 18px;
	border: 0;
	border-radius: 6px;
	background: var(--hrec-blue);
	color: var(--hrec-white);
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.hrec-minicart .woocommerce-mini-cart__buttons .button:hover {
	background: var(--hrec-blue-700);
}

.hrec-minicart .woocommerce-mini-cart__buttons .button.checkout {
	background: var(--hrec-orange);
}

.hrec-minicart .woocommerce-mini-cart__buttons .button.checkout:hover {
	background: #d44a17;
}

.hrec-minicart .woocommerce-mini-cart__empty-message {
	margin: 0;
	padding: 36px 0;
	color: var(--hrec-muted);
	font-size: 14px;
	text-align: center;
}

@media (max-width: 640px) {
	.hrec-search-results {
		max-height: 60vh;
	}

	.hrec-search-result__price {
		font-size: 12px;
	}
}

/* The Elementor kit global button style (.elementor-kit-* button) outranks the
   single-class selectors of these theme-owned controls; pin their look here. */
.hrec-site .hrec-menu-toggle,
.hrec-site .hrec-sticky-toggle,
.hrec-site .hrec-primary-nav__close,
.hrec-site .hrec-minicart__close,
.hrec-site .hrec-search button {
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
	text-transform: none;
}

.hrec-site .hrec-sticky-toggle,
.hrec-site .hrec-primary-nav__close {
	background: rgba(255, 255, 255, .14);
	color: var(--hrec-white);
}

.hrec-site .hrec-sticky-toggle:hover,
.hrec-site .hrec-primary-nav__close:hover {
	background: var(--hrec-orange);
	color: var(--hrec-white);
}

.hrec-site .hrec-search button {
	background: var(--hrec-orange);
	color: var(--hrec-white);
	border-radius: var(--hrec-radius);
}

.hrec-site .hrec-menu-toggle {
	background: var(--hrec-white);
	color: var(--hrec-blue);
}

.hrec-site .hrec-minicart__close {
	background: rgba(255, 255, 255, .12);
	border-radius: 6px;
	font-size: 0;
}

.hrec-site .hrec-minicart__close:hover {
	background: var(--hrec-orange);
}

/* Reusable hover-lift for Elementor cards. Assign via Advanced > CSS Classes.
   !important is required because Elementor paints border/shadow with
   element-id selectors that always outrank a single utility class. */
.hrec-lift {
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.hrec-lift:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 30px rgba(24, 35, 52, .09) !important;
	border-color: var(--hrec-orange) !important;
}

/* -------------------------------------------------------------------------
 * WooCommerce block pages (cart / checkout / order received).
 *
 * Hello Elementor (parent theme) ships a global `.alignwide { margin-inline:
 * -80px }` to widen Gutenberg content out of its narrow content column. The
 * block-based cart and checkout carry the `alignwide` class, so that negative
 * margin drags them off-screen to the left and clips the content (badly so on
 * mobile). Scope an override to these store pages — higher specificity than the
 * parent's single-class rule — so the blocks sit centered in the available
 * width without touching the parent theme.
 * ---------------------------------------------------------------------- */
body.woocommerce-cart .alignwide,
body.woocommerce-checkout .alignwide,
body.woocommerce-order-received .alignwide {
	margin-inline: auto;
	max-width: 100%;
}

/* ==========================================================================
   My Account (classic [woocommerce_my_account] shortcode)

   Dresses the WooCommerce account dashboard, login/register and forms in the
   site's look: card surfaces, brand palette, rounded inputs and a two-column
   navigation + content layout. Everything is scoped to body.woocommerce-account
   so it never leaks onto other pages.
   ========================================================================== */

/* Match the cart, checkout and account content area to the rest of the site:
   the same boxed container the header/footer inner use (1400px, 16px gutters).
   Overrides Hello Elementor's narrow .site-main (800/1140px) by specificity. */
body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main {
	width: min(var(--hrec-container), calc(100% - 32px));
	max-width: none;
	margin-inline: auto;
	padding-inline: 0;
}

.woocommerce-account .woocommerce {
	margin: 6px 0 40px;
}

/* Two-column layout once the account navigation is present (logged in). The
   :has() guard keeps the logged-out login/register screen single-column. */
.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 26px;
	align-items: start;
}

/* WooCommerce adds clearfix ::before/::after on .woocommerce, .col2-set and
   .u-columns. Inside a grid those pseudo-elements become stray grid items and
   break the layout into a 2x2 grid; remove them on the grid containers. */
.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation)::before,
.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation)::after,
.woocommerce-account #customer_login.u-columns::before,
.woocommerce-account #customer_login.u-columns::after,
.woocommerce-account .col2-set::before,
.woocommerce-account .col2-set::after,
.woocommerce-account .woocommerce-Addresses::before,
.woocommerce-account .woocommerce-Addresses::after {
	content: none;
	display: none;
}

/* Notices span the full width of the grid instead of grabbing a column. */
.woocommerce-account .woocommerce > .woocommerce-notices-wrapper,
.woocommerce-account .woocommerce > .woocommerce-message,
.woocommerce-account .woocommerce > .woocommerce-info,
.woocommerce-account .woocommerce > .woocommerce-error {
	grid-column: 1 / -1;
}

.woocommerce-account .woocommerce-notices-wrapper:empty {
	display: none;
}

/* --- Navigation sidebar card --- */
.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width: auto;
	margin: 0;
	font-size: 14px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 8px;
	list-style: none;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background: var(--hrec-white);
	box-shadow: var(--hrec-shadow);
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li + li {
	margin-top: 2px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 11px 14px;
	border-radius: 6px;
	color: var(--hrec-ink);
	font-weight: 700;
	text-decoration: none;
	transition: background-color .15s ease, color .15s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: var(--hrec-soft);
	color: var(--hrec-orange);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	background: var(--hrec-blue);
	color: var(--hrec-white);
}

/* --- Content card --- */
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
	margin: 0;
	padding: 24px 26px;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background: var(--hrec-white);
	box-shadow: var(--hrec-shadow);
}

.woocommerce-account .woocommerce-MyAccount-content > :first-child {
	margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content > :last-child {
	margin-bottom: 0;
}

/* --- Headings --- */
.woocommerce-account h2,
.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-Address-title h2,
.woocommerce-account .woocommerce-Address-title h3 {
	margin: 0 0 16px;
	color: var(--hrec-ink);
	font-size: 18px;
	font-weight: 900;
}

/* --- Login / register screen (logged out) --- */
.woocommerce-account #customer_login.u-columns,
.woocommerce-account .col2-set {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 26px;
	margin: 0;
}

/* Columns become cards when registration is enabled (two-column screen). */
.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2 {
	float: none;
	width: auto;
	margin: 0;
	padding: 26px;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background: var(--hrec-white);
	box-shadow: var(--hrec-shadow);
}

/* The form itself is the card when registration is off (single centered form);
   capped and centered so it doesn't stretch across the full content width. */
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
	float: none;
	width: auto;
	max-width: 460px;
	margin: 0 auto;
	padding: 26px;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background: var(--hrec-white);
	box-shadow: var(--hrec-shadow);
}

/* Inside a column card, drop the inner form's duplicate chrome and width cap. */
.woocommerce-account #customer_login .u-column1 > .woocommerce-form,
.woocommerce-account #customer_login .u-column2 > .woocommerce-form {
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	box-shadow: none;
}

/* --- Forms --- */
.woocommerce-account .woocommerce-form-row,
.woocommerce-account form .form-row {
	display: flex;
	flex-direction: column;
	margin: 0 0 16px;
	padding: 0;
}

.woocommerce-account .form-row-first,
.woocommerce-account .form-row-last,
.woocommerce-account .form-row-wide {
	float: none;
	width: 100%;
}

.woocommerce-account label {
	margin-bottom: 6px;
	color: var(--hrec-ink);
	font-size: 13px;
	font-weight: 700;
}

.woocommerce-account .input-text,
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="tel"],
.woocommerce-account input[type="url"],
.woocommerce-account input[type="number"],
.woocommerce-account input[type="password"],
.woocommerce-account select,
.woocommerce-account textarea {
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background: var(--hrec-white);
	color: var(--hrec-ink);
	font-size: 14px;
	line-height: 1.3;
}

.woocommerce-account textarea {
	min-height: 110px;
}

.woocommerce-account .input-text:focus,
.woocommerce-account input:focus,
.woocommerce-account select:focus,
.woocommerce-account textarea:focus {
	outline: none;
	border-color: var(--hrec-blue);
	box-shadow: 0 0 0 3px rgba(0, 54, 142, .12);
}

/* Checkbox rows (remember me, etc.) stay on one line. */
.woocommerce-account .woocommerce-form__label-for-checkbox {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	font-weight: 600;
}

.woocommerce-account .woocommerce-form__input-checkbox {
	width: auto;
	min-height: 0;
	margin: 0;
}

.woocommerce-account .woocommerce-LostPassword {
	margin: 4px 0 0;
	font-size: 13px;
}

/* Hint text under fields (e.g. password strength note). */
.woocommerce-account .woocommerce-password-hint {
	display: inline-block;
	margin-top: 4px;
	color: var(--hrec-muted);
	font-size: 12.5px;
}

/* Password change fieldset on the account-details form. */
.woocommerce-account fieldset {
	margin: 22px 0 0;
	padding: 16px 18px 4px;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background: var(--hrec-soft);
}

.woocommerce-account fieldset legend {
	padding: 0 6px;
	color: var(--hrec-ink);
	font-weight: 800;
}

/* select2-enhanced country/state selects on address forms. */
.woocommerce-account .select2-container .select2-selection--single {
	display: flex;
	align-items: center;
	min-height: 44px;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
}

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 12px;
	line-height: normal;
}

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 42px;
}

/* --- Tables (orders, downloads) --- */
.woocommerce-account table.shop_table,
.woocommerce-account .woocommerce-orders-table,
.woocommerce-account .woocommerce-MyAccount-downloads {
	width: 100%;
	margin: 0 0 18px;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
	padding: 12px 14px;
	border: 0;
	border-bottom: 1px solid var(--hrec-line);
	font-size: 14px;
	text-align: left;
}

.woocommerce-account table.shop_table thead th {
	background: var(--hrec-soft);
	color: var(--hrec-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.woocommerce-account table.shop_table tbody tr:last-child td {
	border-bottom: 0;
}

.woocommerce-account table.shop_table .button {
	min-height: 36px;
	padding: 8px 14px;
	font-size: 12px;
}

/* --- Addresses ---
   WooCommerce styles the cards with `.woocommerce .col2-set .col-1 { float; width:48% }`
   (specificity 0,3,0), which would leave each grid item half-empty. Force the
   cards to fill their track with !important and let the title row wrap so the
   long "Editar…" link never spills outside the card. */
.woocommerce-account .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin: 0;
}

.woocommerce-account .woocommerce-Address {
	float: none !important;
	width: auto !important;
	margin: 0;
	padding: 22px;
	border: 1px solid var(--hrec-line);
	border-radius: var(--hrec-radius);
	background: var(--hrec-soft);
}

.woocommerce-account .woocommerce-Address-title {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 14px;
	align-items: baseline;
	justify-content: space-between;
	margin: 0 0 12px;
}

.woocommerce-account .woocommerce-Address-title h2,
.woocommerce-account .woocommerce-Address-title h3 {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.woocommerce-account .woocommerce-Address-title .edit {
	flex: 0 0 auto;
	float: none;
	font-size: 13px;
	font-weight: 700;
}

.woocommerce-account .woocommerce-Address address {
	color: var(--hrec-muted);
	font-size: 14px;
	font-style: normal;
	line-height: 1.6;
}

/* --- Notices ---
   WooCommerce pads these for an icon font glyph drawn with ::before, positioned
   absolutely at left:1.5em, and floats any inner .button right. Drop the glyph
   (a left accent border replaces it) and tame the button so nothing overlaps or
   spills out of the box. */
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
	margin: 0 0 20px;
	padding: 14px 16px;
	border: 1px solid var(--hrec-line);
	border-top: 1px solid var(--hrec-line);
	border-left: 4px solid var(--hrec-blue);
	border-radius: var(--hrec-radius);
	background: var(--hrec-soft);
	color: var(--hrec-ink);
	font-size: 14px;
	line-height: 1.5;
	list-style: none;
}

.woocommerce-account .woocommerce-message::before,
.woocommerce-account .woocommerce-message::after,
.woocommerce-account .woocommerce-info::before,
.woocommerce-account .woocommerce-info::after,
.woocommerce-account .woocommerce-error::before,
.woocommerce-account .woocommerce-error::after {
	content: none;
}

.woocommerce-account .woocommerce-message .button,
.woocommerce-account .woocommerce-info .button,
.woocommerce-account .woocommerce-error .button {
	float: none;
	margin: 0 0 0 12px;
	vertical-align: middle;
}

.woocommerce-account .woocommerce-message {
	border-left-color: var(--hrec-green);
}

.woocommerce-account .woocommerce-error {
	border-left-color: var(--hrec-red);
}

@media (max-width: 768px) {
	.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 20px 18px;
	}
}
