body.harus-account-active,
body.harus-account-active .main-page-wrapper,
body.harus-account-active .site-content,
body.harus-account-active .entry-content {
	--hm-account-bg: #f7faf8;
	--hm-account-surface: #ffffff;
	--hm-account-surface-soft: #edf7ee;
	--hm-account-surface-tint: #f3faf4;
	--hm-account-text: #111827;
	--hm-account-muted: #536056;
	--hm-account-border: #e2e7e2;
	--hm-account-border-strong: #cbd8ce;
	--hm-account-green: #1e7d37;
	--hm-account-green-strong: #145c24;
	--hm-account-green-soft: #e6f5e8;
	--hm-account-danger: #b42318;
	--hm-account-warning: #965400;
	--hm-account-radius: 12px;
	--hm-account-shadow: 0 4px 8px rgba(17, 30, 21, 0.06);
	background: var(--hm-account-bg);
	color: var(--hm-account-text);
}

html[data-hm-theme-resolved="dark"] body.harus-account-active,
html[data-hm-theme-resolved="dark"] body.harus-account-active .main-page-wrapper,
html[data-hm-theme-resolved="dark"] body.harus-account-active .site-content,
html[data-hm-theme-resolved="dark"] body.harus-account-active .entry-content {
	--hm-account-bg: #0f1711;
	--hm-account-surface: #17211a;
	--hm-account-surface-soft: #203326;
	--hm-account-surface-tint: #1a2a1f;
	--hm-account-text: #f4f7f3;
	--hm-account-muted: #c1cbc3;
	--hm-account-border: #31453a;
	--hm-account-border-strong: #47624f;
	--hm-account-green: #47c85a;
	--hm-account-green-strong: #8ddf8f;
	--hm-account-green-soft: #193420;
	--hm-account-danger: #ff8178;
	--hm-account-warning: #ffd28a;
	--hm-account-shadow: none;
}

body.harus-account-active .wd-page-title {
	display: none !important;
}

body.harus-account-active .site-content,
body.harus-account-active .entry-content {
	max-width: 100%;
	overflow-x: clip;
}

@supports not (overflow: clip) {
	body.harus-account-active .site-content,
	body.harus-account-active .entry-content {
		overflow-x: hidden;
	}
}

body.harus-account-active .wd-content-layout.container {
	width: min(1180px, calc(100% - 32px));
	max-width: none;
	margin-inline: auto;
	padding-top: 34px;
	padding-bottom: 64px;
}

body.harus-account-active .entry-content > .woocommerce {
	color: var(--hm-account-text);
}

body.harus-account-active .entry-content > .woocommerce a:not(.button):not(.hm-account-card):not(.hm-account-button) {
	color: var(--hm-account-green-strong);
	text-decoration: none;
}

html[data-hm-theme-resolved="dark"] body.harus-account-active .entry-content > .woocommerce a:not(.button):not(.hm-account-card):not(.hm-account-button) {
	color: var(--hm-account-green);
}

body.harus-account-active .entry-content > .woocommerce .woocommerce-notices-wrapper:not(:empty),
body.harus-account-active .entry-content > .woocommerce :is(.woocommerce-message, .woocommerce-error, .woocommerce-info) {
	width: 100%;
	max-width: 100%;
}

body.harus-account-active .entry-content > .woocommerce :is(.woocommerce-message, .woocommerce-error, .woocommerce-info) {
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid var(--hm-account-border);
	border-radius: var(--hm-account-radius);
	background: var(--hm-account-surface);
	color: var(--hm-account-text);
	box-shadow: none;
}

body.harus-account-active .entry-content > .woocommerce .woocommerce-error {
	border-color: rgba(180, 35, 24, 0.35);
	color: var(--hm-account-danger);
}

body.harus-account-active .entry-content > .woocommerce .woocommerce-message {
	border-color: rgba(30, 125, 55, 0.35);
}

.hm-account-auth-hero,
.hm-account-reset-hero,
.hm-account-heading {
	margin-inline: auto;
	color: var(--hm-account-text);
	text-align: center;
}

.hm-account-auth-hero {
	max-width: 720px;
	margin-bottom: 34px;
}

.hm-account-reset-hero {
	max-width: 650px;
	margin-bottom: 26px;
}

.hm-account-auth-hero__mark {
	margin: 0 0 14px;
	color: var(--hm-account-green-strong);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

.hm-account-auth-hero h1,
.hm-account-auth-hero h2,
.hm-account-reset-hero h1,
.hm-account-reset-hero h2,
.hm-account-heading h1,
.hm-account-heading h2 {
	margin: 0;
	color: var(--hm-account-text);
	font-size: 2.65rem;
	font-weight: 820;
	line-height: 1.08;
	letter-spacing: 0;
	text-wrap: balance;
}

.hm-account-reset-hero h1,
.hm-account-reset-hero h2,
.hm-account-heading h1,
.hm-account-heading h2 {
	font-size: 2.35rem;
}

.hm-account-auth-hero p,
.hm-account-reset-hero p,
.hm-account-heading p {
	max-width: 64ch;
	margin: 14px auto 0;
	color: var(--hm-account-muted);
	font-size: 1.05rem;
	line-height: 1.6;
	text-wrap: pretty;
}

body.harus-account-auth .wd-registration-page {
	width: 100%;
	max-width: none;
	margin-inline: auto;
}

body.harus-account-auth #customer_login {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	width: 100%;
	margin: 0;
}

body.harus-account-auth .wd-register-tabs #customer_login .col-login,
body.harus-account-auth .wd-register-tabs #customer_login .col-register {
	display: block !important;
}

body.harus-account-auth .wd-register-tabs #customer_login .col-register-text {
	display: none !important;
}

body.harus-account-auth #customer_login > .wd-col,
body.harus-account-auth .wd-no-registration,
body.harus-account-auth .lost_reset_password {
	min-width: 0;
	padding: 32px;
	border: 1px solid var(--hm-account-border);
	border-radius: var(--hm-account-radius);
	background: var(--hm-account-surface);
	box-shadow: var(--hm-account-shadow);
}

body.harus-account-auth #customer_login > .wd-col {
	grid-column: auto !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	flex: none !important;
}

body.harus-account-auth .wd-no-registration {
	max-width: 520px;
}

body.harus-account-auth .wd-login-title {
	margin: 0 0 26px;
	color: var(--hm-account-text);
	font-size: 1.75rem;
	font-weight: 820;
	line-height: 1.15;
	letter-spacing: 0;
}

body.harus-account-auth .wd-login-title::after,
body.harus-account-auth .lost_reset_password label::after {
	content: "";
	display: block;
	width: 44px;
	height: 2px;
	margin-top: 16px;
	background: var(--hm-account-green);
}

body.harus-account-active .entry-content > .woocommerce form :is(label, legend) {
	margin-bottom: 8px;
	color: var(--hm-account-text);
	font-size: 0.95rem;
	font-weight: 740;
	line-height: 1.3;
}

body.harus-account-active .entry-content > .woocommerce form .required {
	color: var(--hm-account-danger);
}

body.harus-account-active .entry-content > .woocommerce .form-row {
	margin-bottom: 20px;
}

body.harus-account-active .entry-content > .woocommerce :is(input.input-text, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select, textarea) {
	width: 100%;
	min-height: 50px;
	border: 1px solid var(--hm-account-border-strong);
	border-radius: 8px;
	background: var(--hm-account-surface);
	color: var(--hm-account-text);
	font-size: 0.98rem;
	line-height: 1.4;
	box-shadow: none;
}

body.harus-account-active .entry-content > .woocommerce textarea {
	min-height: 120px;
}

body.harus-account-active .entry-content > .woocommerce :is(input.input-text, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select, textarea)::placeholder {
	color: var(--hm-account-muted);
	opacity: 1;
}

body.harus-account-active .entry-content > .woocommerce :is(input.input-text, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select, textarea):focus {
	border-color: var(--hm-account-green);
	outline: 2px solid rgba(35, 172, 57, 0.22);
	outline-offset: 0;
}

body.harus-account-active .entry-content > .woocommerce .woocommerce-form-login .form-row-btn,
body.harus-account-active .entry-content > .woocommerce .woocommerce-form-register .form-row-btn,
body.harus-account-active .entry-content > .woocommerce .lost_reset_password .form-row:last-of-type {
	margin-bottom: 0;
}

body.harus-account-active .entry-content > .woocommerce :is(.button, button.button, .woocommerce-button, .wc-forward),
.hm-account-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 20px;
	border: 1px solid var(--hm-account-green);
	border-radius: 8px;
	background: var(--hm-account-green);
	color: #ffffff !important;
	font-size: 0.95rem;
	font-weight: 780;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	box-shadow: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

html[data-hm-theme-resolved="dark"] body.harus-account-active .entry-content > .woocommerce :is(.button, button.button, .woocommerce-button, .wc-forward),
html[data-hm-theme-resolved="dark"] .hm-account-button {
	color: #07120a !important;
}

body.harus-account-active .entry-content > .woocommerce :is(.button, button.button, .woocommerce-button, .wc-forward):hover,
body.harus-account-active .entry-content > .woocommerce :is(.button, button.button, .woocommerce-button, .wc-forward):focus,
.hm-account-button:hover,
.hm-account-button:focus {
	border-color: var(--hm-account-green-strong);
	background: var(--hm-account-green-strong);
	color: #ffffff !important;
}

html[data-hm-theme-resolved="dark"] body.harus-account-active .entry-content > .woocommerce :is(.button, button.button, .woocommerce-button, .wc-forward):hover,
html[data-hm-theme-resolved="dark"] body.harus-account-active .entry-content > .woocommerce :is(.button, button.button, .woocommerce-button, .wc-forward):focus,
html[data-hm-theme-resolved="dark"] .hm-account-button:hover,
html[data-hm-theme-resolved="dark"] .hm-account-button:focus {
	color: #07120a !important;
}

body.harus-account-active .entry-content > .woocommerce .woocommerce-form-login__submit,
body.harus-account-active .entry-content > .woocommerce .woocommerce-form-register .button,
body.harus-account-active .entry-content > .woocommerce .lost_reset_password .button,
body.harus-account-active .entry-content > .woocommerce .edit-account .button {
	width: 100%;
}

.hm-account-button--outline,
body.harus-account-auth .col-register .button {
	background: transparent;
	color: var(--hm-account-green-strong) !important;
}

html[data-hm-theme-resolved="dark"] .hm-account-button--outline,
html[data-hm-theme-resolved="dark"] body.harus-account-auth .col-register .button {
	color: var(--hm-account-green) !important;
}

.hm-account-button--outline:hover,
.hm-account-button--outline:focus,
body.harus-account-auth .col-register .button:hover,
body.harus-account-auth .col-register .button:focus {
	background: var(--hm-account-green);
	color: #ffffff !important;
}

body.harus-account-active .entry-content > .woocommerce .login-form-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 18px 0 0;
	color: var(--hm-account-muted);
}

body.harus-account-active .entry-content > .woocommerce .login-form-footer .woocommerce-form-login__rememberme {
	order: 1;
	margin: 0;
	color: var(--hm-account-muted);
	font-weight: 500;
}

body.harus-account-active .entry-content > .woocommerce .login-form-footer .lost_password {
	order: 2;
	font-weight: 720;
}

body.harus-account-auth .woocommerce-form-register > p:not(.form-row) {
	color: var(--hm-account-muted);
	font-size: 0.98rem;
	line-height: 1.55;
}

.hm-account-support {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	margin-top: 28px;
	padding: 22px;
	border: 1px solid var(--hm-account-border);
	border-radius: var(--hm-account-radius);
	background: var(--hm-account-surface);
	color: var(--hm-account-text);
	box-shadow: var(--hm-account-shadow);
}

.hm-account-support__icon,
.hm-account-card__icon,
.hm-account-welcome__icon,
.hm-account-order-support__icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 12px;
	background: var(--hm-account-green-soft);
	color: var(--hm-account-green);
}

.hm-account-support__icon svg,
.hm-account-card__icon svg,
.hm-account-welcome__icon svg,
.hm-account-order-support__icon svg {
	display: block;
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hm-account-support__copy {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.hm-account-support strong,
.hm-account-order-support strong {
	color: var(--hm-account-text);
	font-size: 1.05rem;
	line-height: 1.3;
}

.hm-account-support small,
.hm-account-order-support small {
	color: var(--hm-account-muted);
	font-size: 0.94rem;
	line-height: 1.5;
}

body.harus-account-endpoint-lost-password .woocommerce {
	max-width: 680px;
	margin-inline: auto;
}

body.harus-account-endpoint-lost-password .lost_reset_password {
	max-width: 600px;
	margin-inline: auto;
}

body.harus-account-endpoint-lost-password .lost_reset_password > p:first-child {
	display: none;
}

body.harus-account-endpoint-lost-password .lost_reset_password .form-row-first {
	width: 100%;
	float: none;
}

.hm-account-reset-actions {
	display: grid;
	justify-items: center;
	gap: 16px;
	max-width: 600px;
	margin: 20px auto 0;
	color: var(--hm-account-muted);
	text-align: center;
}

.hm-account-reset-actions a {
	color: var(--hm-account-green-strong);
	font-weight: 780;
	text-decoration: none;
}

.hm-account-reset-actions p {
	width: 100%;
	margin: 0;
	padding: 14px 16px;
	border-radius: 8px;
	background: var(--hm-account-surface-soft);
	color: var(--hm-account-muted);
	font-size: 0.92rem;
	line-height: 1.5;
}

.hm-account-standalone-heading {
	max-width: 760px;
	margin-bottom: 26px;
}

.hm-account-standalone-card {
	width: 100%;
	max-width: 960px;
	margin-inline: auto;
	padding: 30px;
	border: 1px solid var(--hm-account-border);
	border-radius: var(--hm-account-radius);
	background: var(--hm-account-surface);
	color: var(--hm-account-text);
	box-shadow: var(--hm-account-shadow);
	overflow-x: auto;
}

body.harus-account-feature-wishlist .hm-account-standalone-card {
	max-width: 980px;
}

body.harus-account-feature-page .entry-content > .elementor,
body.harus-account-feature-page .entry-content .elementor-widget-container,
body.harus-account-feature-page .entry-content .e-con-inner {
	width: 100%;
	max-width: 100%;
}

body.harus-account-feature-page .entry-content .wd-empty-block {
	display: grid;
	justify-items: center;
	gap: 14px;
	min-height: 260px;
	padding: 34px 22px;
	color: var(--hm-account-text);
	text-align: center;
}

body.harus-account-feature-page .entry-content .wd-empty-block-title {
	max-width: 28ch;
	margin: 0;
	color: var(--hm-account-text);
	font-size: 1.45rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

body.harus-account-feature-page .entry-content .wd-empty-block-text,
body.harus-account-feature-page .entry-content .wd-empty-wishlist p {
	max-width: 58ch;
	margin: 0;
	color: var(--hm-account-muted);
	font-size: 0.98rem;
	line-height: 1.6;
}

body.harus-account-feature-page .entry-content :is(.wd-empty-block-btn, .button, .btn) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 20px;
	border: 1px solid var(--hm-account-green);
	border-radius: 8px;
	background: var(--hm-account-green);
	color: #ffffff !important;
	font-size: 0.95rem;
	font-weight: 780;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	box-shadow: none;
}

html[data-hm-theme-resolved="dark"] body.harus-account-feature-page .entry-content :is(.wd-empty-block-btn, .button, .btn) {
	color: #07120a !important;
}

body.harus-account-feature-page .entry-content :is(.wd-empty-block-btn, .button, .btn):hover,
body.harus-account-feature-page .entry-content :is(.wd-empty-block-btn, .button, .btn):focus {
	border-color: var(--hm-account-green-strong);
	background: var(--hm-account-green-strong);
	color: #ffffff !important;
}

html[data-hm-theme-resolved="dark"] body.harus-account-feature-page .entry-content :is(.wd-empty-block-btn, .button, .btn):hover,
html[data-hm-theme-resolved="dark"] body.harus-account-feature-page .entry-content :is(.wd-empty-block-btn, .button, .btn):focus {
	color: #07120a !important;
}

body.harus-account-portal .entry-content > .woocommerce {
	color: var(--hm-account-text);
}

body.harus-account-portal .wd-my-account-wrapper {
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: 28px 34px;
	align-items: start;
	width: 100% !important;
	max-width: 100% !important;
}

.hm-account-heading {
	grid-column: 1 / -1;
	width: 100%;
	margin: 0 0 24px;
	text-align: left;
}

.hm-account-heading p {
	margin-inline: 0;
}

body.harus-account-portal .woocommerce-MyAccount-navigation {
	width: 100% !important;
	margin: 0;
	padding: 18px;
	border: 1px solid var(--hm-account-border);
	border-radius: var(--hm-account-radius);
	background: var(--hm-account-surface);
	box-shadow: var(--hm-account-shadow);
}

body.harus-account-portal .wd-my-account-wrapper > .wd-my-account-sidebar,
body.harus-account-portal .wd-my-account-wrapper > .woocommerce-MyAccount-content {
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	margin: 0 !important;
	grid-column: auto !important;
}

body.harus-account-portal .wd-my-account-wrapper > .wd-my-account-sidebar {
	grid-column: 1 !important;
}

body.harus-account-portal .wd-my-account-wrapper > .woocommerce-MyAccount-content {
	grid-column: 2 !important;
}

body.harus-account-portal .woocommerce-MyAccount-title,
body.harus-account-portal .woocommerce-MyAccount-content > .wd-my-account-links {
	display: none !important;
}

body.harus-account-portal .wd-my-account-sidebar .hm-account-heading {
	width: 100%;
	margin: 0 0 18px;
	text-align: left;
}

body.harus-account-portal .wd-my-account-sidebar .hm-account-heading h1,
body.harus-account-portal .wd-my-account-sidebar .hm-account-heading h2 {
	font-size: 1.58rem;
	line-height: 1.18;
}

body.harus-account-portal .wd-my-account-sidebar .hm-account-heading p {
	margin-top: 9px;
	font-size: 0.94rem;
	line-height: 1.5;
}

body.harus-account-portal .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.harus-account-portal .woocommerce-MyAccount-navigation li {
	margin: 0;
	padding: 0;
	border: 0;
}

body.harus-account-portal .woocommerce-MyAccount-navigation-link--downloads {
	display: none !important;
}

body.harus-account-portal .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 11px 14px;
	border-radius: 8px;
	color: var(--hm-account-text) !important;
	font-size: 0.96rem;
	font-weight: 680;
	line-height: 1.25;
	text-decoration: none;
}

body.harus-account-portal .woocommerce-MyAccount-navigation a:hover,
body.harus-account-portal .woocommerce-MyAccount-navigation a:focus {
	background: var(--hm-account-surface-soft);
	color: var(--hm-account-green-strong) !important;
}

body.harus-account-portal .woocommerce-MyAccount-navigation .is-active > a,
body.harus-account-portal .woocommerce-MyAccount-navigation a[aria-current="page"] {
	background: var(--hm-account-green-soft);
	color: var(--hm-account-green-strong) !important;
}

html[data-hm-theme-resolved="dark"] body.harus-account-portal .woocommerce-MyAccount-navigation .is-active > a,
html[data-hm-theme-resolved="dark"] body.harus-account-portal .woocommerce-MyAccount-navigation a[aria-current="page"] {
	color: var(--hm-account-green) !important;
}

body.harus-account-portal .woocommerce-MyAccount-content {
	width: auto !important;
	min-width: 0;
	padding: 0;
	color: var(--hm-account-text);
}

body.harus-account-endpoint-dashboard .woocommerce-MyAccount-content > p {
	display: none;
}

.hm-account-dashboard {
	display: grid;
	gap: 28px;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.hm-account-welcome {
	display: flex;
	align-items: center;
	gap: 22px;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	padding: 26px 30px;
	border: 1px solid var(--hm-account-border);
	border-radius: var(--hm-account-radius);
	background: var(--hm-account-surface);
	box-shadow: var(--hm-account-shadow);
}

.hm-account-welcome > div {
	min-width: 0;
}

.hm-account-welcome h2 {
	margin: 0;
	color: var(--hm-account-text);
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.hm-account-welcome p {
	margin: 8px 0 0;
	color: var(--hm-account-muted);
	font-size: 1rem;
	line-height: 1.5;
}

.hm-account-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.hm-account-card {
	display: grid;
	gap: 12px;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	min-height: 220px;
	padding: 28px;
	border: 1px solid var(--hm-account-border);
	border-radius: var(--hm-account-radius);
	background: var(--hm-account-surface);
	color: var(--hm-account-text);
	text-decoration: none !important;
	box-shadow: var(--hm-account-shadow);
	transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.hm-account-card:hover,
.hm-account-card:focus {
	border-color: var(--hm-account-border-strong);
	background: var(--hm-account-surface-tint);
	color: var(--hm-account-text);
	transform: translateY(-1px);
}

.hm-account-card strong {
	margin-top: 8px;
	color: var(--hm-account-text);
	font-size: 1.28rem;
	font-weight: 800;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.hm-account-card small {
	max-width: 32ch;
	color: var(--hm-account-muted);
	font-size: 0.98rem;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.hm-account-card__action {
	align-self: end;
	color: var(--hm-account-green-strong);
	font-weight: 780;
	line-height: 1.3;
}

html[data-hm-theme-resolved="dark"] .hm-account-card__action {
	color: var(--hm-account-green);
}

body.harus-account-portal .woocommerce-MyAccount-content > h2,
body.harus-account-portal .woocommerce-MyAccount-content > h3,
body.harus-account-portal .woocommerce-MyAccount-content legend {
	color: var(--hm-account-text);
	letter-spacing: 0;
}

body.harus-account-portal .woocommerce-MyAccount-content > p {
	color: var(--hm-account-muted);
	font-size: 1rem;
	line-height: 1.6;
}

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

body.harus-account-portal .shop_table {
	overflow: hidden;
	width: 100%;
	margin: 0 0 28px;
	border: 1px solid var(--hm-account-border);
	border-radius: var(--hm-account-radius);
	background: var(--hm-account-surface);
	color: var(--hm-account-text);
	box-shadow: var(--hm-account-shadow);
	border-collapse: separate;
	border-spacing: 0;
}

body.harus-account-portal .shop_table th,
body.harus-account-portal .shop_table td {
	padding: 18px;
	border-color: var(--hm-account-border);
	color: var(--hm-account-text);
	vertical-align: middle;
}

body.harus-account-portal .shop_table th {
	background: var(--hm-account-surface-tint);
	color: var(--hm-account-muted);
	font-size: 0.9rem;
	font-weight: 780;
	line-height: 1.3;
}

body.harus-account-portal .shop_table td a:not(.button) {
	font-weight: 780;
}

body.harus-account-portal .woocommerce-orders-table__cell-order-status {
	color: var(--hm-account-green-strong);
	font-weight: 760;
}

body.harus-account-endpoint-orders .woocommerce-MyAccount-content > .woocommerce-info {
	display: none;
}

.hm-account-order-support {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	padding: 22px;
	border: 1px solid var(--hm-account-border);
	border-radius: var(--hm-account-radius);
	background: var(--hm-account-surface);
	color: var(--hm-account-text);
	box-shadow: var(--hm-account-shadow);
}

.hm-account-order-support > div {
	display: grid;
	gap: 5px;
	min-width: 0;
}

body.harus-account-endpoint-edit-address .woocommerce-MyAccount-content > p:first-child {
	margin-bottom: 22px;
}

body.harus-account-portal .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 24px;
}

body.harus-account-portal .woocommerce-Address {
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 28px;
	border: 1px solid var(--hm-account-border);
	border-radius: var(--hm-account-radius);
	background: var(--hm-account-surface);
	color: var(--hm-account-text);
	box-shadow: var(--hm-account-shadow);
}

body.harus-account-portal .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
}

body.harus-account-portal .woocommerce-Address-title h2 {
	margin: 0;
	color: var(--hm-account-text);
	font-size: 1.22rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

body.harus-account-portal .woocommerce-Address-title .edit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 7px 12px;
	border: 1px solid var(--hm-account-green);
	border-radius: 8px;
	color: var(--hm-account-green-strong) !important;
	font-size: 0.88rem;
	font-weight: 760;
	line-height: 1.2;
	text-decoration: none;
}

body.harus-account-portal .woocommerce-Address-title .edit:hover,
body.harus-account-portal .woocommerce-Address-title .edit:focus {
	background: var(--hm-account-green);
	color: #ffffff !important;
}

body.harus-account-portal .woocommerce-Address address,
body.harus-account-portal .woocommerce-customer-details address {
	margin: 0;
	padding: 0;
	border: 0;
	color: var(--hm-account-muted);
	font-size: 0.98rem;
	font-style: normal;
	line-height: 1.65;
}

body.harus-account-portal :is(form.edit-account, form.woocommerce-EditAccountForm, .woocommerce-address-fields) {
	max-width: 820px;
}

body.harus-account-portal form.edit-account,
body.harus-account-portal .woocommerce-address-fields {
	padding: 28px;
	border: 1px solid var(--hm-account-border);
	border-radius: var(--hm-account-radius);
	background: var(--hm-account-surface);
	box-shadow: var(--hm-account-shadow);
}

body.harus-account-portal form.edit-account fieldset {
	margin: 28px 0 0;
	padding: 24px 0 0;
	border: 0;
	border-top: 1px solid var(--hm-account-border);
}

body.harus-account-portal form.edit-account legend {
	margin-bottom: 18px;
	color: var(--hm-account-text);
	font-size: 1.22rem;
	font-weight: 800;
	line-height: 1.25;
}

body.harus-account-portal .woocommerce-EditAccountForm em,
body.harus-account-portal .woocommerce-EditAccountForm span[id$="_description"] {
	display: block;
	margin-top: 8px;
	color: var(--hm-account-muted);
	font-size: 0.9rem;
	font-style: normal;
	line-height: 1.5;
}

body.harus-account-portal .woocommerce-order-details,
body.harus-account-portal .woocommerce-customer-details {
	margin-top: 26px;
}

body.harus-account-portal .woocommerce-order-details__title,
body.harus-account-portal .woocommerce-column__title {
	color: var(--hm-account-text);
	font-size: 1.24rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

body.harus-account-portal mark {
	border-radius: 6px;
	background: var(--hm-account-green-soft);
	color: var(--hm-account-green-strong);
	padding-inline: 4px;
}

body.harus-account-portal .woocommerce-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

@media (max-width: 1024px) {
	body.harus-account-active .wd-content-layout.container {
		width: min(100% - 28px, 940px);
		padding-top: 28px;
	}

	body.harus-account-auth #customer_login {
		gap: 20px;
	}

	body.harus-account-portal .wd-my-account-wrapper {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	body.harus-account-portal .wd-my-account-wrapper > .wd-my-account-sidebar,
	body.harus-account-portal .wd-my-account-wrapper > .woocommerce-MyAccount-content {
		grid-column: 1 !important;
	}

	body.harus-account-portal .woocommerce-MyAccount-navigation {
		padding: 12px;
	}

	body.harus-account-portal .woocommerce-MyAccount-navigation ul {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		padding-bottom: 2px;
		scrollbar-width: thin;
	}

	body.harus-account-portal .woocommerce-MyAccount-navigation li {
		flex: 0 0 auto;
	}

	body.harus-account-portal .woocommerce-MyAccount-navigation a {
		white-space: nowrap;
	}
}

@media (max-width: 768px) {
	body.harus-account-active .wd-content-layout.container {
		width: min(100% - 22px, 680px);
		padding-top: 24px;
		padding-bottom: 44px;
	}

	.hm-account-auth-hero h1,
	.hm-account-auth-hero h2,
	.hm-account-reset-hero h1,
	.hm-account-reset-hero h2,
	.hm-account-heading h1,
	.hm-account-heading h2 {
		font-size: 2rem;
	}

	.hm-account-auth-hero p,
	.hm-account-reset-hero p,
	.hm-account-heading p {
		font-size: 0.98rem;
	}

	body.harus-account-auth #customer_login,
	.hm-account-card-grid,
	body.harus-account-portal .woocommerce-Addresses {
		grid-template-columns: 1fr;
	}

	body.harus-account-auth #customer_login > .wd-col,
	body.harus-account-auth .wd-no-registration,
	body.harus-account-auth .lost_reset_password,
	.hm-account-standalone-card,
	body.harus-account-portal .woocommerce-Address,
	body.harus-account-portal form.edit-account,
	body.harus-account-portal .woocommerce-address-fields {
		padding: 22px;
	}

	.hm-account-support,
	.hm-account-order-support {
		grid-template-columns: 1fr;
		justify-items: start;
	}

	.hm-account-support .hm-account-button,
	.hm-account-order-support .hm-account-button {
		width: 100%;
	}

	.hm-account-welcome {
		align-items: flex-start;
		padding: 22px;
	}

	body.harus-account-portal .shop_table {
		padding: 16px;
	}

	body.harus-account-portal .shop_table tr {
		border-color: var(--hm-account-border);
	}

	body.harus-account-portal .shop_table td,
	body.harus-account-portal .shop_table th {
		padding: 10px 0;
	}

	body.harus-account-feature-page .entry-content .wd-empty-block {
		padding: 28px 12px;
	}
}

@media (max-width: 420px) {
	body.harus-account-active .wd-content-layout.container {
		width: min(100% - 18px, 380px);
	}

	.hm-account-auth-hero h1,
	.hm-account-auth-hero h2,
	.hm-account-reset-hero h1,
	.hm-account-reset-hero h2,
	.hm-account-heading h1,
	.hm-account-heading h2 {
		font-size: 1.72rem;
	}

	body.harus-account-auth #customer_login > .wd-col,
	body.harus-account-auth .lost_reset_password,
	.hm-account-standalone-card,
	.hm-account-welcome,
	.hm-account-card,
	body.harus-account-portal .woocommerce-Address,
	body.harus-account-portal form.edit-account,
	body.harus-account-portal .woocommerce-address-fields {
		padding: 18px;
	}

	.hm-account-welcome {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	body.harus-account-active .entry-content > .woocommerce .login-form-footer {
		display: grid;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hm-account-card,
	body.harus-account-active .entry-content > .woocommerce :is(.button, button.button, .woocommerce-button, .wc-forward),
	.hm-account-button {
		transition: none;
	}

	.hm-account-card:hover,
	.hm-account-card:focus {
		transform: none;
	}
}
