/* Account/post-order foundation: shared tokens and WooCommerce shell resets. */
body.bhs-account-focused,
body.bhs-post-order-focused {
	--bhs-account-radius: var(--bhs-ui-radius);
	--bhs-account-line: var(--bhs-ui-line-soft);
	--bhs-account-line-soft: rgba(12, 52, 87, 0.08);
	--bhs-account-line-hair: rgba(12, 52, 87, 0.06);
	--bhs-account-line-strong: rgba(12, 52, 87, 0.2);
	--bhs-account-panel: var(--bhs-ui-surface);
	--bhs-account-soft: var(--bhs-ui-surface-soft);
	--bhs-account-surface: var(--bhs-ui-surface-raised);
	--bhs-account-muted: #546a80;
	--bhs-account-muted-soft: #6d7f90;
	color: var(--bhs-ink);
}

body.bhs-account-focused {
	--bhs-transaction-band: var(--bhs-ui-surface);
	--bhs-transaction-band-soft: var(--bhs-ui-surface);
	--bhs-transaction-band-line: transparent;
	background: var(--bhs-ui-surface);
}

body.bhs-post-order-focused {
	background: var(--bhs-account-soft);
}

body.bhs-account-focused .entry-hero,
body.bhs-post-order-focused .entry-hero {
	display: none !important;
}

body.bhs-account-focused .content-area {
	margin-top: 0;
	margin-bottom: 44px;
}

body.bhs-post-order-focused .content-area {
	margin-top: 0;
	margin-bottom: 44px;
}

body.bhs-account-focused .entry-content-wrap,
body.bhs-post-order-focused .entry-content-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

body.bhs-account-focused .content-container.site-container,
body.bhs-post-order-focused .content-container.site-container {
	width: var(--bhs-transaction-shell-width, min(100% - 48px, 1320px));
}

.bhs-account-shell,
.bhs-auth-shell,
.bhs-post-order-shell {
	min-width: 0;
	width: 100%;
}

.bhs-account-surface,
.bhs-auth-surface,
.bhs-post-order-surface {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.bhs-account-surface {
	display: grid;
	grid-template-columns: 216px minmax(0, 1fr);
	grid-template-areas:
		"nav head"
		"nav content";
	gap: 0;
	min-height: 360px;
}

.bhs-account-nav {
	grid-area: nav;
	border-right: 1px solid var(--bhs-account-line);
	padding: 14px 12px;
}

.bhs-account-page-head {
	grid-area: head;
	border-bottom: 1px solid var(--bhs-account-line-soft);
	padding: 23px 26px 17px;
}

.bhs-account-page-head h1,
.bhs-auth-head h1 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: var(--bhs-ink);
	font-size: clamp(1.38rem, 1.8vw, 1.76rem);
	font-weight: 940;
	letter-spacing: 0;
	line-height: 1.1;
}

.bhs-account-page-head p,
.bhs-auth-head p {
	max-width: 680px;
	margin: 8px 0 0;
	color: var(--bhs-account-muted);
	font-size: 0.94rem;
	font-weight: 690;
	line-height: 1.46;
}

.bhs-account-content {
	grid-area: content;
	min-width: 0;
	padding: 22px 24px 25px;
}

body.bhs-account-focused .woocommerce-Price-amount,
body.bhs-account-focused .woocommerce-Price-amount bdi,
body.bhs-post-order-focused .woocommerce-Price-amount,
body.bhs-post-order-focused .woocommerce-Price-amount bdi {
	white-space: nowrap;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation,
body.bhs-account-focused .woocommerce-MyAccount-content {
	float: none !important;
	width: auto !important;
}

body.bhs-account-focused .account-navigation-wrap {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	border: 0 !important;
}

body.bhs-account-focused .account-navigation-wrap .kadence-account-avatar {
	display: none !important;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 4px;
	margin: 0 !important;
	padding: 0;
	list-style: none;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation li {
	margin: 0 !important;
	border: 0;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	min-height: 38px;
	border: 0 !important;
	border-radius: 6px;
	margin: 0 !important;
	padding: 0 11px;
	color: #35506a;
	font-size: 0.86rem;
	font-weight: 850;
	line-height: 1.1;
	text-decoration: none;
	transition: background 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation a:hover,
body.bhs-account-focused .woocommerce-MyAccount-navigation .is-active a {
	background: #eef8fd;
	color: var(--bhs-blue-deep);
}

body.bhs-account-focused .woocommerce-MyAccount-navigation .is-active a {
	box-shadow: inset 3px 0 0 var(--bhs-blue-deep);
}

body.bhs-account-focused .woocommerce-MyAccount-navigation a:focus-visible {
	outline: 2px solid var(--bhs-ui-focus-ring-strong);
	outline-offset: 2px;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation-link--customer-logout {
	margin-top: 10px !important;
	border-top: 1px solid var(--bhs-account-line) !important;
	padding-top: 10px;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation-link--customer-logout a {
	color: #687789;
}

.bhs-account-section-kicker {
	margin: 0 0 8px !important;
	color: var(--bhs-blue-deep);
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.bhs-account-dashboard {
	display: grid;
	gap: 17px;
}

.bhs-account-summary-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 10px;
}

.bhs-account-summary-card {
	min-width: 0;
	border: 1px solid var(--bhs-account-line);
	border-radius: var(--bhs-account-radius);
	padding: 13px 14px 14px;
	background: #ffffff;
	box-shadow: 0 1px 0 rgba(12, 52, 87, 0.025);
}

.bhs-account-summary-card__head {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.bhs-account-summary-card__head .bhs-account-section-kicker {
	margin-bottom: 0 !important;
}

.bhs-account-summary-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border: 1px solid rgba(0, 75, 131, 0.12);
	border-radius: 7px;
	background: #f4f9fd;
	color: var(--bhs-blue-deep);
}

.bhs-account-summary-card__icon .bhs-icon {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.bhs-account-summary-card__status {
	display: flex;
	margin-top: 8px;
}

.bhs-account-summary-card__total {
	color: var(--bhs-ink) !important;
	font-weight: 900 !important;
}

.bhs-account-summary-card__total > span {
	color: var(--bhs-account-muted-soft);
	font-size: 0.78rem;
	font-weight: 730;
}

.bhs-account-summary-card h3,
.bhs-account-order-row h3,
.bhs-account-empty h3 {
	margin: 0;
	color: var(--bhs-ink);
	font-size: 0.98rem;
	font-weight: 940;
	letter-spacing: 0;
	line-height: 1.2;
}

.bhs-account-summary-card p:not(.bhs-account-section-kicker),
.bhs-account-order-row p:not(.bhs-account-section-kicker),
.bhs-account-empty p {
	margin: 6px 0 0;
	color: var(--bhs-account-muted);
	font-size: 0.85rem;
	font-weight: 680;
	line-height: 1.38;
}

.bhs-account-summary-card .bhs-account-text-link {
	display: inline-flex;
	margin-top: 8px;
}

.bhs-account-summary-card .button {
	margin-top: 10px !important;
}

.bhs-account-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: -6px;
}

.bhs-account-section-head h2,
.bhs-auth-secondary h2,
.bhs-post-order-review h1,
.bhs-post-order-review h2 {
	margin: 0;
	color: var(--bhs-ink);
	font-size: 1.08rem;
	font-weight: 940;
	letter-spacing: 0;
	line-height: 1.16;
}

.bhs-post-order-review__title {
	max-width: 760px;
	font-size: clamp(1.6rem, 2.4vw, 2.15rem) !important;
	line-height: 1.06 !important;
}

.bhs-account-order-list {
	display: grid;
	gap: 0;
	border-top: 1px solid var(--bhs-account-line-soft);
}

.bhs-account-order-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	border-bottom: 1px solid var(--bhs-account-line-soft);
	padding: 14px 0;
}

.bhs-account-order-row h3 {
	display: flex;
	margin-top: 4px;
}

.bhs-account-empty {
	display: grid;
	justify-items: start;
	align-content: start;
	gap: 7px;
	width: min(100%, 520px);
	max-width: 520px;
	margin: 2px 0 0;
	border: 0;
	border-radius: 0;
	padding: 2px 0 0;
	background: transparent;
	box-shadow: none;
}

.bhs-account-empty p {
	max-width: 42ch;
}

.bhs-account-empty .button {
	margin-top: 7px !important;
}

.bhs-auth-surface {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(270px, 0.52fr);
	align-items: stretch;
	overflow: visible;
}

.bhs-auth-primary,
.bhs-auth-secondary {
	min-width: 0;
	padding: 30px 28px;
}

.bhs-auth-secondary {
	border-left: 1px solid var(--bhs-account-line);
	background: rgba(247, 251, 255, 0.72);
}

.bhs-auth-head {
	margin-bottom: 22px;
}

.bhs-auth-secondary-head {
	margin-bottom: 15px;
}

.bhs-auth-secondary p:not(.bhs-account-section-kicker),
.bhs-auth-primary p,
.bhs-post-order-review p {
	color: var(--bhs-account-muted);
	font-size: 0.94rem;
	line-height: 1.45;
}

.bhs-auth-secondary p:not(.bhs-account-section-kicker) {
	max-width: 30ch;
	font-size: 0.9rem;
	font-weight: 650;
}

.bhs-auth-actions,
.bhs-account-login-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	margin-top: 16px;
}

.bhs-account-login-actions {
	justify-content: flex-start;
	gap: 8px 18px;
	margin: 4px 0 17px;
}

.bhs-account-login-actions label {
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
	margin: 0 !important;
	color: #3a5068;
	line-height: 1.2;
}

.bhs-account-login-actions input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin: 0;
}

.bhs-auth-secondary form.register {
	max-width: 330px;
	margin: 0;
}

body.bhs-account-focused .bhs-auth-secondary form.register .form-row {
	margin-bottom: 13px;
}

body.bhs-account-focused .bhs-auth-secondary .bhs-account-field-help {
	max-width: 29ch;
	margin-top: 2px;
	font-size: 0.79rem;
	line-height: 1.38;
}

body.bhs-account-focused .bhs-auth-secondary .woocommerce-privacy-policy-text,
body.bhs-account-focused .bhs-auth-secondary .woocommerce-privacy-policy-text p {
	max-width: 31ch;
	color: var(--bhs-account-muted-soft);
	font-size: 0.76rem;
	font-weight: 590;
	line-height: 1.38;
}

body.bhs-account-focused .bhs-auth-secondary .woocommerce-privacy-policy-text {
	margin-top: 2px;
}

body.bhs-account-focused .bhs-auth-secondary .woocommerce-privacy-policy-text p {
	margin: 0 0 12px;
}

.bhs-account-text-link {
	color: var(--bhs-blue-deep) !important;
	font-size: 0.88rem;
	font-weight: 900;
	text-decoration: none !important;
}

.bhs-account-text-link:hover,
.bhs-account-text-link:focus-visible {
	color: var(--bhs-blue) !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.bhs-account-shell .button,
.bhs-auth-shell .button,
.bhs-post-order-shell .button,
.bhs-account-shell button[type="submit"],
.bhs-auth-shell button[type="submit"],
.bhs-post-order-shell button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border-radius: var(--bhs-ui-radius-control) !important;
	padding: 0 15px !important;
	font-size: 0.88rem !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-transform: none !important;
	white-space: normal;
}

.bhs-account-primary-action,
.bhs-account-shell button[type="submit"],
.bhs-auth-shell button[type="submit"],
.bhs-post-order-shell button[type="submit"] {
	border: 1px solid var(--bhs-blue-deep) !important;
	background: var(--bhs-ui-action-bg) !important;
	color: var(--bhs-ui-action-text) !important;
}

.bhs-account-primary-action:hover,
.bhs-account-primary-action:focus-visible,
.bhs-account-shell button[type="submit"]:hover,
.bhs-account-shell button[type="submit"]:focus-visible,
.bhs-auth-shell button[type="submit"]:hover,
.bhs-auth-shell button[type="submit"]:focus-visible,
.bhs-post-order-shell button[type="submit"]:hover,
.bhs-post-order-shell button[type="submit"]:focus-visible {
	border-color: var(--bhs-ui-action-bg-strong) !important;
	background: var(--bhs-ui-action-bg-strong) !important;
	color: var(--bhs-ui-action-text) !important;
}

.bhs-account-secondary-action,
.bhs-post-order-shell .button {
	border: 1px solid var(--bhs-ui-control-line-muted) !important;
	background: var(--bhs-ui-surface) !important;
	color: var(--bhs-blue-deep) !important;
}

body.bhs-account-focused .bhs-auth-secondary button[type="submit"].bhs-account-secondary-action {
	border: 1px solid var(--bhs-ui-control-line-muted) !important;
	background: var(--bhs-ui-surface) !important;
	color: var(--bhs-blue-deep) !important;
}

.bhs-account-secondary-action:hover,
.bhs-account-secondary-action:focus-visible,
.bhs-post-order-shell .button:hover,
.bhs-post-order-shell .button:focus-visible {
	border-color: var(--bhs-ui-control-line-hover) !important;
	background: var(--bhs-ui-surface-blue) !important;
	color: var(--bhs-blue-deep) !important;
}

body.bhs-account-focused .bhs-auth-secondary button[type="submit"].bhs-account-secondary-action:hover,
body.bhs-account-focused .bhs-auth-secondary button[type="submit"].bhs-account-secondary-action:focus-visible {
	border-color: var(--bhs-ui-control-line-hover) !important;
	background: var(--bhs-ui-surface-blue) !important;
	color: var(--bhs-blue-deep) !important;
}

.bhs-order-status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	width: fit-content;
	max-width: 100%;
	min-height: 28px;
	border: 1px solid rgba(0, 75, 131, 0.14);
	border-radius: 999px;
	padding: 0 10px;
	background: #f5f9fc;
	color: #294962;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.1;
	white-space: nowrap;
}

.bhs-order-status__dot {
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: currentColor;
	opacity: 0.78;
}

.bhs-order-status--pending,
.bhs-order-status--hold {
	border-color: rgba(169, 121, 19, 0.24);
	background: #fff9ea;
	color: #8a6413;
}

.bhs-order-status--active {
	border-color: rgba(0, 75, 131, 0.2);
	background: #edf7fd;
	color: var(--bhs-blue-deep);
}

.bhs-order-status--success {
	border-color: rgba(23, 122, 82, 0.24);
	background: #eefaf4;
	color: #16704d;
}

.bhs-order-status--issue {
	border-color: rgba(158, 50, 50, 0.22);
	background: #fff3f2;
	color: #923232;
}

.bhs-order-state-labels {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	min-width: 0;
	max-width: 100%;
}

.bhs-order-state-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	max-width: 100%;
	min-height: 30px;
	border: 1px solid var(--bhs-ui-control-blue-line);
	border-radius: 999px;
	padding: 4px 9px;
	background: #f5f9fc;
	color: #294962;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.12;
}

.bhs-order-state-label__name {
	color: var(--bhs-account-muted-soft);
	font-size: 0.66rem;
	font-weight: 950;
	text-transform: uppercase;
}

.bhs-order-state-label__value {
	min-width: 0;
	overflow-wrap: normal;
}

.bhs-order-state-label--pending {
	border-color: rgba(169, 121, 19, 0.24);
	background: #fff9ea;
	color: #8a6413;
}

.bhs-order-state-label--active {
	border-color: rgba(0, 75, 131, 0.2);
	background: #edf7fd;
	color: var(--bhs-blue-deep);
}

.bhs-order-state-label--success {
	border-color: rgba(23, 122, 82, 0.24);
	background: #eefaf4;
	color: #16704d;
}

.bhs-order-state-label--issue {
	border-color: rgba(158, 50, 50, 0.22);
	background: #fff3f2;
	color: #923232;
}

.bhs-order-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.bhs-order-action {
	border: 1px solid transparent !important;
	margin: 0 !important;
	white-space: nowrap !important;
}

.bhs-order-action--primary,
body.bhs-post-order-focused .button.bhs-order-action--primary {
	border-color: var(--bhs-blue-deep) !important;
	background: var(--bhs-ui-action-bg) !important;
	color: var(--bhs-ui-action-text) !important;
}

.bhs-order-action--primary:hover,
.bhs-order-action--primary:focus-visible,
body.bhs-post-order-focused .button.bhs-order-action--primary:hover,
body.bhs-post-order-focused .button.bhs-order-action--primary:focus-visible {
	border-color: var(--bhs-ui-action-bg-strong) !important;
	background: var(--bhs-ui-action-bg-strong) !important;
	color: var(--bhs-ui-action-text) !important;
}

.bhs-order-action--secondary,
body.bhs-post-order-focused .button.bhs-order-action--secondary {
	border-color: var(--bhs-ui-control-line-muted) !important;
	background: var(--bhs-ui-surface) !important;
	color: var(--bhs-blue-deep) !important;
}

.bhs-order-action--secondary:hover,
.bhs-order-action--secondary:focus-visible,
body.bhs-post-order-focused .button.bhs-order-action--secondary:hover,
body.bhs-post-order-focused .button.bhs-order-action--secondary:focus-visible {
	border-color: var(--bhs-ui-control-line-hover) !important;
	background: var(--bhs-ui-surface-blue) !important;
	color: var(--bhs-blue-deep) !important;
}

.bhs-order-action--destructive,
body.bhs-post-order-focused .button.bhs-order-action--destructive {
	border-color: rgba(158, 50, 50, 0.16) !important;
	background: var(--bhs-ui-surface) !important;
	color: #8f3a3a !important;
}

.bhs-order-action--destructive:hover,
.bhs-order-action--destructive:focus-visible,
body.bhs-post-order-focused .button.bhs-order-action--destructive:hover,
body.bhs-post-order-focused .button.bhs-order-action--destructive:focus-visible {
	border-color: rgba(158, 50, 50, 0.24) !important;
	background: #fff6f5 !important;
	color: #7b2d2d !important;
}

.bhs-account-shell .button:focus-visible,
.bhs-auth-shell .button:focus-visible,
.bhs-post-order-shell .button:focus-visible,
.bhs-account-shell button[type="submit"]:focus-visible,
.bhs-auth-shell button[type="submit"]:focus-visible,
.bhs-post-order-shell button[type="submit"]:focus-visible {
	outline: 2px solid var(--bhs-ui-focus-ring-strong);
	outline-offset: 2px;
}

body.bhs-account-focused form .form-row {
	margin: 0 0 15px;
}

body.bhs-account-focused .bhs-auth-primary form.login,
body.bhs-account-focused .bhs-auth-primary .woocommerce-form-login,
body.bhs-account-focused .bhs-auth-primary .woocommerce-ResetPassword {
	max-width: 680px;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.bhs-account-focused .bhs-auth-secondary form.register {
	max-width: 330px;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.bhs-account-focused label,
body.bhs-post-order-focused label {
	display: inline-block;
	margin: 0 0 7px;
	color: #243c54;
	font-size: 0.84rem;
	font-weight: 900;
	line-height: 1.2;
}

body.bhs-account-focused [data-bhs-account-shell] input[type="text"],
body.bhs-account-focused [data-bhs-account-shell] input[type="email"],
body.bhs-account-focused [data-bhs-account-shell] input[type="password"],
body.bhs-account-focused [data-bhs-account-shell] input[type="tel"],
body.bhs-account-focused [data-bhs-account-shell] select,
body.bhs-account-focused [data-bhs-account-shell] textarea {
	width: 100%;
	min-height: 46px;
	border: 1px solid var(--bhs-account-line-strong);
	border-radius: var(--bhs-ui-radius-control);
	padding: 10px 12px;
	background: var(--bhs-ui-surface);
	color: var(--bhs-ink);
	font-size: 1rem;
	line-height: 1.3;
	box-shadow: none;
}

body.bhs-account-focused [data-bhs-account-shell] textarea {
	min-height: 96px;
}

body.bhs-account-focused .password-input {
	display: block;
}

body.bhs-account-focused .password-input input {
	padding-right: 42px;
}

body.bhs-account-focused .woocommerce-EditAccountForm,
body.bhs-account-focused .woocommerce-address-fields,
body.bhs-account-focused .woocommerce-ResetPassword,
body.bhs-account-focused .woocommerce-form-login {
	max-width: 680px;
}

.bhs-account-form-section {
	max-width: 680px;
}

.bhs-account-form-section--password {
	border-top: 1px solid var(--bhs-account-line);
	margin-top: 30px;
	padding-top: 24px;
}

.bhs-account-form-section--password h2 {
	margin: 0;
	color: var(--bhs-ink);
	font-size: 1.08rem;
	font-weight: 940;
	line-height: 1.18;
}

.bhs-account-section-note,
.bhs-account-field-help {
	display: block;
	color: var(--bhs-account-muted-soft);
	font-size: 0.82rem;
	font-weight: 620;
	line-height: 1.45;
}

.bhs-account-section-note {
	margin: 7px 0 20px;
}

.bhs-account-field-help {
	margin-top: 6px;
}

body.bhs-account-focused .woocommerce-EditAccountForm em {
	display: block;
	margin-top: 6px;
	color: var(--bhs-account-muted-soft);
	font-size: 0.82rem;
	line-height: 1.45;
}

body.bhs-account-focused .woocommerce-EditAccountForm p:last-child {
	margin-top: 20px;
}

body.bhs-account-focused .bhs-account-form-actions {
	margin-top: 22px;
}

body.bhs-account-focused .woocommerce-EditAccountForm .bhs-account-form-section p:last-child {
	margin-top: 0;
}

body.bhs-account-focused .woocommerce-EditAccountForm fieldset {
	max-width: 680px;
	border: 0 !important;
	border-top: 1px solid var(--bhs-account-line);
	margin: 24px 0 0;
	padding: 22px 0 0;
}

body.bhs-account-focused .woocommerce-EditAccountForm legend {
	display: block;
	width: 100%;
	margin: 0 0 16px;
	padding: 0;
	color: var(--bhs-ink);
	font-size: 1.05rem;
	font-weight: 940;
	line-height: 1.18;
}

body.bhs-account-focused .woocommerce-Addresses {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	align-items: start;
}

.bhs-account-address-intro {
	max-width: 720px;
	margin: 0 0 18px;
	color: var(--bhs-ink);
	font-size: 0.96rem;
	line-height: 1.45;
}

body.bhs-account-focused .woocommerce-Addresses::before,
body.bhs-account-focused .woocommerce-Addresses::after {
	display: none !important;
	content: none !important;
}

body.bhs-account-focused .woocommerce-Addresses .woocommerce-Address,
body.bhs-account-focused .woocommerce-Addresses .u-column1,
body.bhs-account-focused .woocommerce-Addresses .u-column2,
body.bhs-account-focused .woocommerce-Addresses .col-1,
body.bhs-account-focused .woocommerce-Addresses .col-2 {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

body.bhs-account-focused .woocommerce-Address {
	border: 1px solid var(--bhs-account-line);
	border-radius: var(--bhs-account-radius);
	padding: 16px;
	background: var(--bhs-ui-surface);
	box-shadow: 0 1px 0 rgba(12, 52, 87, 0.025);
	text-align: left;
}

body.bhs-account-focused .woocommerce-Address-title,
body.bhs-account-focused .woocommerce-Address .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	min-width: 0;
	margin-bottom: 8px;
}

body.bhs-account-focused .addresses .title h3,
body.bhs-account-focused .woocommerce-Address-title h3,
body.bhs-account-focused .woocommerce-Address .title h3,
body.bhs-account-focused .woocommerce-Address-title h2,
body.bhs-account-focused .woocommerce-Address .title h2,
body.bhs-account-focused .woocommerce-Address h2 {
	float: none !important;
	min-width: 0;
	margin: 0;
	color: var(--bhs-ink);
	font-size: 1.15rem !important;
	font-weight: 940 !important;
	line-height: 1.2 !important;
	text-align: left !important;
}

body.bhs-account-focused .addresses .title .edit,
body.bhs-account-focused .woocommerce-Address-title .edit,
body.bhs-account-focused .woocommerce-Address .title .edit {
	float: none !important;
	display: inline-flex;
	margin: 0;
	padding: 0;
	color: var(--bhs-blue-deep);
	font-size: 0.88rem;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

body.bhs-account-focused .woocommerce-Address address {
	margin: 0;
	color: var(--bhs-account-muted);
	font-size: 0.92rem;
	font-style: normal;
	font-weight: 620;
	line-height: 1.45;
}

.bhs-account-address-structured {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.bhs-account-address-structured p,
.bhs-account-address-empty {
	margin: 0;
	overflow-wrap: anywhere;
}

.bhs-account-address-structured__name,
.bhs-account-address-structured__primary {
	color: var(--bhs-ink);
	font-weight: 850;
}

.bhs-account-address-structured__muted,
.bhs-account-address-structured__contact,
.bhs-account-address-empty {
	color: var(--bhs-account-muted);
	font-weight: 650;
}

.bhs-account-address-structured--compact {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: var(--bhs-account-muted);
	font-size: 0.85rem;
	line-height: 1.38;
}

.bhs-account-address-structured--compact p + p {
	margin-top: 3px;
}

.bhs-account-address-form__head {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 8px;
}

.bhs-account-address-form__head h2 {
	margin: 0;
	color: var(--bhs-ink);
	font-size: 1.15rem;
	font-weight: 940;
	line-height: 1.18;
}

.bhs-account-address-form__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 14px;
	row-gap: 0;
	max-width: 680px;
}

body.bhs-account-focused .bhs-account-address-form__fields .form-row {
	min-width: 0;
}

body.bhs-account-focused .bhs-account-address-form__fields .form-row-first,
body.bhs-account-focused .bhs-account-address-form__fields .form-row-last {
	float: none !important;
	clear: none !important;
	width: auto !important;
}

body.bhs-account-focused .bhs-account-address-form__fields .form-row-wide {
	grid-column: 1 / -1;
}

.bhs-account-form-actions--split {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.bhs-orders-list {
	display: grid;
	gap: 12px;
}

.bhs-order-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	border: 1px solid var(--bhs-account-line);
	border-radius: var(--bhs-account-radius);
	padding: 15px;
	background: #ffffff;
	box-shadow: 0 1px 0 rgba(12, 52, 87, 0.025);
}

.bhs-order-card__main {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.bhs-order-card__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.bhs-order-card__number {
	color: var(--bhs-ink) !important;
	font-size: 1rem;
	font-weight: 940;
	line-height: 1.2;
	text-decoration: none !important;
}

.bhs-order-card__number:hover,
.bhs-order-card__number:focus-visible {
	color: var(--bhs-blue-deep) !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.bhs-order-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin: 0;
}

.bhs-order-card__meta div {
	display: grid;
	gap: 3px;
	min-width: 120px;
}

.bhs-order-card__meta dt {
	color: var(--bhs-account-muted-soft);
	font-size: 0.72rem;
	font-weight: 880;
	line-height: 1.1;
	text-transform: uppercase;
}

.bhs-order-card__meta dd {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px 8px;
	margin: 0;
	color: var(--bhs-account-muted);
	font-size: 0.9rem;
	font-weight: 720;
	line-height: 1.25;
}

.bhs-order-card__meta strong {
	color: var(--bhs-ink);
	font-weight: 940;
}

.bhs-order-card__meta dd > span {
	color: var(--bhs-account-muted-soft);
	font-size: 0.82rem;
}

body.bhs-account-focused table.shop_table,
body.bhs-post-order-focused table.shop_table,
body.bhs-account-focused .woocommerce-orders-table,
body.bhs-post-order-focused .woocommerce-table {
	width: 100%;
	border: 1px solid var(--bhs-account-line) !important;
	border-collapse: separate !important;
	border-spacing: 0;
	border-radius: var(--bhs-account-radius);
	background: #ffffff;
	overflow: hidden;
}

body.bhs-account-focused table.shop_table th,
body.bhs-post-order-focused table.shop_table th {
	border-bottom: 1px solid var(--bhs-account-line) !important;
	background: #f7fbff;
	color: #294962;
	font-size: 0.78rem;
	font-weight: 920;
	text-transform: uppercase;
}

body.bhs-account-focused table.shop_table td,
body.bhs-post-order-focused table.shop_table td,
body.bhs-account-focused table.shop_table th,
body.bhs-post-order-focused table.shop_table th {
	padding: 12px !important;
	vertical-align: middle;
}

body.bhs-account-focused .woocommerce-orders-table__cell-order-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
}

body.bhs-account-focused .woocommerce-orders-table__cell-order-actions .button {
	min-height: 40px;
	margin: 0 !important;
	padding-inline: 14px !important;
	white-space: nowrap;
}

body.bhs-account-focused .woocommerce-message,
body.bhs-account-focused .woocommerce-info,
body.bhs-account-focused .woocommerce-error,
body.bhs-post-order-focused .woocommerce-message,
body.bhs-post-order-focused .woocommerce-info,
body.bhs-post-order-focused .woocommerce-error {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
	border: 1px solid var(--bhs-account-line);
	border-radius: var(--bhs-account-radius);
	padding: 13px 16px;
	background: #f8fbfe;
	color: var(--bhs-ink);
	box-shadow: none;
	text-align: left;
}

body.bhs-account-focused .woocommerce-message .button,
body.bhs-account-focused .woocommerce-info .button,
body.bhs-post-order-focused .woocommerce-message .button,
body.bhs-post-order-focused .woocommerce-info .button {
	flex: 0 0 auto;
	margin-left: auto !important;
}

body.bhs-account-focused .woocommerce-error,
body.bhs-post-order-focused .woocommerce-error {
	display: grid;
	gap: 6px;
	align-items: start;
	justify-content: stretch;
	list-style: none;
}

body.bhs-account-focused .woocommerce-error li,
body.bhs-post-order-focused .woocommerce-error li {
	margin: 0;
}

.bhs-post-order-surface {
	--bhs-post-order-gutter: 0px;
	max-width: 920px;
	margin: 0 auto;
	padding: 24px 0 34px;
}

.bhs-post-order-review {
	border-bottom: 1px solid var(--bhs-account-line-soft);
	padding: 22px 0 22px;
}

.bhs-post-order-review__main {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.bhs-post-order-review__main p {
	max-width: 66ch;
	margin: 0;
	color: var(--bhs-account-muted);
	font-size: 1rem;
	font-weight: 660;
	line-height: 1.48;
}

.bhs-post-order-payment-alert {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	border-left: 4px solid #c97900;
	margin: 32px 0 30px;
	padding: 14px 16px 15px 14px;
	background: #fff6dc;
	box-shadow:
		inset 0 1px 0 rgba(174, 112, 0, 0.14),
		inset 0 -1px 0 rgba(174, 112, 0, 0.14);
}

.bhs-post-order-payment-alert__marker {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	margin-top: 1px;
	border-radius: 999px;
	background: #b27400;
	color: #ffffff;
	font-size: 0.82rem;
	font-weight: 950;
	line-height: 1;
}

.bhs-post-order-payment-alert h2 {
	margin: 0;
	color: var(--bhs-ink);
	font-size: 0.98rem;
	font-weight: 950;
	line-height: 1.2;
}

.bhs-post-order-payment-alert p {
	max-width: 68ch;
	margin: 4px 0 0;
	color: #5d4a21;
	font-size: 0.93rem;
	font-weight: 720;
	line-height: 1.42;
}

.bhs-order-progress {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 0 0 28px;
	border-bottom: 0;
	padding: 0;
	list-style: none;
}

.bhs-order-progress::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 10px;
	right: 16.666%;
	left: 16.666%;
	height: 1px;
	background: rgba(0, 75, 131, 0.2);
}

.bhs-order-progress li {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	gap: 8px;
	border-left: 0;
	padding: 0;
	color: var(--bhs-account-muted);
	text-align: center;
}

.bhs-order-progress li:first-child {
	border-left: 0;
	padding-left: 0;
}

.bhs-order-progress li::before {
	display: none;
}

.bhs-order-progress__marker {
	position: relative;
	z-index: 1;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 75, 131, 0.2);
	border-radius: 999px;
	background: #ffffff;
}

.bhs-order-progress__content {
	display: grid;
	gap: 3px;
	min-width: 0;
	max-width: 190px;
}

.bhs-order-progress strong {
	color: var(--bhs-ink);
	font-size: 0.86rem;
	font-weight: 940;
	line-height: 1.15;
}

.bhs-order-progress span span {
	color: var(--bhs-account-muted);
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.25;
}

.bhs-order-progress .is-complete .bhs-order-progress__marker,
.bhs-order-progress .is-current .bhs-order-progress__marker {
	border-color: var(--bhs-blue-deep);
	background: var(--bhs-blue-deep);
	box-shadow: inset 0 0 0 4px #ffffff;
}

.bhs-order-progress .is-pending strong {
	color: #9ba8b5;
}

.bhs-order-progress .is-pending span span {
	color: #a8b4bf;
}

.bhs-order-progress .is-interrupted .bhs-order-progress__marker {
	border-color: rgba(158, 50, 50, 0.38);
	background: #fff3f2;
}

.bhs-post-order-ledger {
	border: 0;
	border-radius: 0;
	margin-top: 0;
	padding: 18px 20px 20px;
	background: #f8fafc;
}

.bhs-post-order-actions__support,
.bhs-post-order-actions .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 44px;
}

.bhs-post-order-actions__support {
	border: 1px solid rgba(0, 75, 131, 0.16);
	border-radius: 7px;
	padding: 0 15px;
	background: #ffffff;
	color: var(--bhs-blue-deep) !important;
	font-weight: 900;
	line-height: 1.15;
	text-decoration: none !important;
	white-space: normal;
	overflow-wrap: anywhere;
}

.bhs-post-order-actions__support:hover,
.bhs-post-order-actions__support:focus-visible {
	border-color: rgba(0, 75, 131, 0.26);
	background: #edf7fd;
	color: var(--bhs-blue-deep) !important;
	text-decoration: none !important;
}

.bhs-post-order-actions__support .bhs-icon,
.bhs-post-order-actions .button .bhs-icon {
	width: 17px;
	height: 17px;
}

.bhs-post-order-summary {
	margin: 0;
	padding: 0 0 12px;
}

.bhs-post-order-summary__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
}

.bhs-post-order-summary__item {
	min-width: 0;
	border-left: 0;
	padding: 0;
}

.bhs-post-order-summary__item dt {
	display: block;
	color: #6b7280;
	font-size: 0.73rem;
	font-weight: 620;
	line-height: 1.1;
	text-transform: uppercase;
}

.bhs-post-order-summary__item dd {
	display: block;
	margin: 5px 0 0;
	color: var(--bhs-ink);
	font-size: 0.92rem;
	font-weight: 940;
	line-height: 1.22;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.bhs-post-order-summary__item--total dd,
.bhs-post-order-summary__item dd .woocommerce-Price-amount,
.bhs-post-order-summary__item dd .woocommerce-Price-amount bdi {
	overflow-wrap: normal;
	word-break: normal;
	white-space: nowrap;
}

.bhs-post-order-summary__item--total dd,
.bhs-post-order-summary__item--total dd .woocommerce-Price-amount,
.bhs-post-order-summary__item--total dd .woocommerce-Price-amount bdi {
	color: var(--bhs-blue-deep);
	font-size: 1.08rem;
	font-weight: 950;
}

.bhs-post-order-summary__item dd .woocommerce-Price-currencySymbol {
	display: inline;
}

.bhs-post-order-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px 14px;
	margin: 22px 0 0;
	padding-top: 18px;
}

body.bhs-post-order-focused .button.bhs-post-order-actions__shop {
	border-color: var(--bhs-blue-deep) !important;
	background: var(--bhs-blue-deep) !important;
	color: #ffffff !important;
	min-height: 44px !important;
}

body.bhs-post-order-focused .button.bhs-post-order-actions__shop:hover,
body.bhs-post-order-focused .button.bhs-post-order-actions__shop:focus-visible {
	border-color: #003f72 !important;
	background: #003f72 !important;
	color: #ffffff !important;
}

.bhs-order-detail {
	display: grid;
	gap: 0;
	margin: 0;
	border-bottom: 0;
}

.bhs-order-detail__head {
	margin-bottom: 0;
	border-bottom: 0;
	padding: 8px 0 8px;
}

.bhs-order-detail__items {
	display: grid;
	gap: 0;
}

.bhs-order-detail-item {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) minmax(92px, max-content);
	gap: 12px;
	align-items: start;
	border-bottom: 1px solid var(--bhs-account-line-hair);
	border-radius: 0;
	padding: 13px 0;
	background: transparent;
}

.bhs-order-detail-item:last-child {
	border-bottom: 0;
}

.bhs-order-detail-item__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 1px solid var(--bhs-account-line-soft);
	border-radius: 7px;
	background: #f8fbfe;
	overflow: hidden;
}

.bhs-order-detail-item__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bhs-order-detail-item__body {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.bhs-order-detail-item h3 {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: 0;
	color: var(--bhs-ink);
	font-size: 0.98rem;
	font-weight: 940;
	line-height: 1.22;
}

.bhs-order-detail-item__quantity {
	flex: 0 0 auto;
	color: var(--bhs-account-muted);
	font-size: 0.82rem;
	font-weight: 900;
}

.bhs-order-detail-item__name {
	min-width: 0;
}

.bhs-order-detail-item h3 a {
	color: inherit !important;
	text-decoration: none !important;
	overflow-wrap: anywhere;
}

.bhs-order-detail-item h3 a:hover,
.bhs-order-detail-item h3 a:focus-visible {
	color: var(--bhs-blue-deep) !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.bhs-order-detail-item__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	color: var(--bhs-account-muted);
	font-size: 0.84rem;
	font-weight: 760;
	line-height: 1.25;
}

.bhs-order-detail-item__amount {
	justify-self: end;
	color: var(--bhs-ink);
	font-size: 0.94rem;
	font-weight: 920;
	line-height: 1.25;
	text-align: right;
	white-space: nowrap;
}

.bhs-order-detail-item__amount .woocommerce-Price-amount,
.bhs-order-detail-item__amount .woocommerce-Price-amount bdi {
	white-space: nowrap;
}

.bhs-order-detail-item__properties,
.bhs-order-detail-item__note {
	color: var(--bhs-account-muted);
	font-size: 0.82rem;
	font-weight: 620;
	line-height: 1.38;
}

.bhs-order-detail-item__properties ul,
.bhs-order-detail-item__properties p,
.bhs-order-detail-item__note p {
	margin: 0;
}

.bhs-order-detail__totals {
	display: grid;
	gap: 0;
	width: 100%;
	justify-self: stretch;
	border: 0;
	border-radius: 0;
	margin: 18px 0 0;
	padding-top: 6px;
	background: transparent;
	overflow: visible;
}

.bhs-order-detail__total {
	display: grid;
	grid-template-columns: minmax(108px, 0.6fr) minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	border-bottom: 1px solid var(--bhs-account-line-hair);
	padding: 11px 0;
}

.bhs-order-detail__total:last-child {
	border-bottom: 0;
}

.bhs-order-detail__total dt,
.bhs-order-detail__total dd {
	margin: 0;
}

.bhs-order-detail__total dt {
	color: #6b7280;
	font-size: 0.84rem;
	font-weight: 620;
}

.bhs-order-detail__total dd {
	color: var(--bhs-ink);
	font-size: 0.9rem;
	font-weight: 930;
	text-align: right;
	overflow-wrap: anywhere;
}

.bhs-order-detail__total dd .woocommerce-Price-amount,
.bhs-order-detail__total dd .woocommerce-Price-amount bdi {
	overflow-wrap: normal;
	white-space: nowrap;
}

.bhs-order-detail__total--order_total,
.bhs-order-detail__total--order-total {
	border-top: 1px solid var(--bhs-account-line);
	background: transparent;
}

.bhs-order-detail__total--order_total dt,
.bhs-order-detail__total--order-total dt,
.bhs-order-detail__total--order_total dd,
.bhs-order-detail__total--order-total dd {
	color: var(--bhs-ink);
	font-size: 1.04rem;
	font-weight: 950;
}

body.bhs-post-order-focused .woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 185px));
	gap: 0;
	justify-content: start;
	max-width: none !important;
	margin: 16px 0 22px !important;
	padding: 0 !important;
	list-style: none;
}

body.bhs-post-order-focused .woocommerce-order-overview li {
	min-width: 0;
	margin: 0 !important;
	border: 0 !important;
	border-left: 1px solid var(--bhs-account-line-soft) !important;
	border-radius: 0;
	padding: 0 13px !important;
	background: transparent;
	color: var(--bhs-account-muted);
	font-size: 0.76rem;
	font-weight: 820;
	text-transform: uppercase;
}

body.bhs-post-order-focused .woocommerce-order-overview li:first-child {
	border-left: 0 !important;
	padding-left: 0 !important;
}

body.bhs-post-order-focused .woocommerce-order-overview strong {
	display: block;
	margin-top: 4px;
	color: var(--bhs-ink);
	font-size: 0.9rem;
	font-weight: 940;
	text-transform: none;
	overflow-wrap: anywhere;
}

body.bhs-account-focused .woocommerce-customer-details,
body.bhs-post-order-focused .woocommerce-customer-details {
	border-top: 1px solid var(--bhs-account-line-soft);
	margin-top: 22px;
	padding-top: 18px;
}

body.bhs-account-focused .woocommerce-customer-details h2,
body.bhs-post-order-focused .woocommerce-customer-details h2 {
	margin: 0 0 10px;
	color: var(--bhs-ink);
	font-size: 1rem;
	font-weight: 940;
	line-height: 1.2;
}

body.bhs-account-focused .woocommerce-customer-details address,
body.bhs-post-order-focused .woocommerce-customer-details address {
	border: 0 !important;
	border-radius: 0;
	margin: 0;
	padding: 0 !important;
	background: transparent;
	color: var(--bhs-account-muted);
	font-size: 0.92rem;
	font-style: normal;
	font-weight: 650;
	line-height: 1.48;
	overflow-wrap: anywhere;
}

.bhs-account-order-notes {
	border-bottom: 1px solid var(--bhs-account-line-soft);
	margin-bottom: 18px;
	padding-bottom: 16px;
}

.bhs-order-received-note {
	margin: 0 0 14px !important;
}

@media (max-width: 900px) {
	.bhs-account-surface {
		grid-template-columns: 1fr;
		grid-template-areas:
			"head"
			"nav"
			"content";
		min-height: 0;
	}

	.bhs-account-nav {
		border-right: 0;
		border-bottom: 1px solid var(--bhs-account-line);
		padding: 10px 8px 8px;
		background:
			linear-gradient(90deg, rgba(247, 251, 255, 0), #f7fbff 72%) right center / 34px 100% no-repeat,
			#f7fbff;
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-x: contain;
		scroll-padding-inline: 14px;
		scroll-snap-type: x proximity;
		scrollbar-color: rgba(0, 75, 131, 0.28) transparent;
		scrollbar-width: thin;
		-webkit-overflow-scrolling: touch;
	}

	.bhs-account-nav::-webkit-scrollbar {
		height: 4px;
	}

	.bhs-account-nav::-webkit-scrollbar-thumb {
		border-radius: 999px;
		background: rgba(0, 75, 131, 0.26);
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation ul {
		display: flex;
		gap: 6px;
		min-width: max-content;
		padding-inline: 6px 10px;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation li {
		scroll-snap-align: start;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation a {
		min-height: 38px;
		border: 1px solid rgba(0, 75, 131, 0.12) !important;
		background: #ffffff;
		padding-inline: 11px;
		white-space: nowrap;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation .is-active a {
		border-color: rgba(0, 75, 131, 0.22) !important;
		box-shadow: inset 0 -2px 0 var(--bhs-blue-deep);
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation-link--customer-logout {
		margin-top: 0 !important;
		border-top: 0 !important;
		border-left: 1px solid var(--bhs-account-line) !important;
		padding-top: 0;
		padding-left: 6px;
	}

	.bhs-account-summary-grid {
		gap: 0;
		border-top: 1px solid var(--bhs-account-line-soft);
		border-bottom: 1px solid var(--bhs-account-line-soft);
	}

	.bhs-account-summary-card {
		border: 0;
		border-radius: 0;
		padding: 16px 0;
		background: transparent;
		box-shadow: none;
	}

	.bhs-account-summary-card + .bhs-account-summary-card {
		border-top: 1px solid var(--bhs-account-line-soft);
	}

	body.bhs-account-focused .woocommerce-Addresses {
		gap: 0;
		border-top: 1px solid var(--bhs-account-line-soft);
		border-bottom: 1px solid var(--bhs-account-line-soft);
	}

	body.bhs-account-focused .woocommerce-Addresses .woocommerce-Address {
		border: 0;
		border-radius: 0;
		padding: 17px 0;
		background: transparent;
		box-shadow: none;
	}

	body.bhs-account-focused .woocommerce-Addresses .woocommerce-Address + .woocommerce-Address {
		border-top: 1px solid var(--bhs-account-line-soft);
	}

	.bhs-account-summary-grid,
	.bhs-auth-surface,
	body.bhs-account-focused .woocommerce-Addresses,
	body.bhs-post-order-focused .woocommerce-order-overview {
		grid-template-columns: 1fr;
	}

	.bhs-auth-secondary {
		border-top: 1px solid var(--bhs-account-line);
		border-left: 0;
	}

	.bhs-auth-secondary p:not(.bhs-account-section-kicker) {
		max-width: 44ch;
	}

	.bhs-post-order-review {
		padding-top: 22px;
	}

	.bhs-order-progress {
		margin-bottom: 24px;
	}

	.bhs-post-order-summary__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bhs-post-order-summary__item:nth-child(odd) {
		border-left: 0;
		padding-left: 0;
	}
}

@media (max-width: 900px) {
	body.bhs-account-focused .bhs-whatsapp-float,
	body.bhs-post-order-focused .bhs-whatsapp-float {
		display: none;
	}
}

@media (max-width: 640px) {
	body.bhs-post-order-focused .content-container.site-container {
		width: var(--bhs-transaction-shell-width-mobile, min(100% - 24px, 1320px));
	}

	body.bhs-account-focused .content-container.site-container {
		width: 100%;
		max-width: none;
		padding-right: 0;
		padding-left: 0;
	}

	body.bhs-post-order-focused .content-container.site-container {
		width: 100%;
		max-width: none;
	}

	body.bhs-account-focused .content-wrap,
	body.bhs-account-focused .entry.single-entry,
	body.bhs-account-focused .entry-content-wrap,
	body.bhs-account-focused .entry-content.single-content,
	body.bhs-account-focused .woocommerce {
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
	}

	body.bhs-account-focused .content-area {
		margin-top: 0;
	}

	body.bhs-post-order-focused .content-area {
		margin-top: 0;
	}

	body.bhs-post-order-focused .entry-content-wrap {
		padding-inline: 0;
	}

	.bhs-post-order-shell {
		width: 100vw;
		margin-inline: calc(50% - 50vw);
	}

	.bhs-account-page-head,
	.bhs-account-content,
	.bhs-auth-primary,
	.bhs-auth-secondary,
	.bhs-post-order-surface {
		padding: 16px 14px;
	}

	.bhs-post-order-surface {
		--bhs-post-order-gutter: 16px;
		width: 100%;
		max-width: none;
		padding: 8px 0 28px;
	}

	.bhs-account-page-head {
		padding-bottom: 15px;
	}

	.bhs-account-content {
		padding-top: 16px;
	}

	.bhs-account-page-head h1,
	.bhs-auth-head h1 {
		font-size: 1.44rem;
	}

	.bhs-account-summary-grid {
		gap: 0;
	}

	.bhs-account-summary-card,
	body.bhs-account-focused .woocommerce-Address {
		padding: 13px;
	}

	.bhs-account-summary-card,
	body.bhs-account-focused .woocommerce-Addresses .woocommerce-Address {
		padding-right: 0;
		padding-left: 0;
	}

	.bhs-account-login-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	body.bhs-account-focused .bhs-auth-secondary form.register {
		width: 100%;
		max-width: none;
	}

	body.bhs-account-focused .bhs-auth-secondary form.register .form-row {
		width: 100%;
		max-width: none;
	}

	.bhs-account-address-form__fields {
		grid-template-columns: 1fr;
	}

	.bhs-account-order-row,
	.bhs-order-card,
	.bhs-account-empty,
	body.bhs-account-focused .woocommerce-message,
	body.bhs-account-focused .woocommerce-info,
	body.bhs-account-focused .woocommerce-error {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.bhs-order-card {
		gap: 13px;
		padding: 13px;
	}

	.bhs-order-card__meta {
		display: grid;
		gap: 9px;
	}

	.bhs-order-card__meta div {
		min-width: 0;
	}

	.bhs-order-actions {
		justify-content: stretch;
		width: 100%;
	}

	.bhs-order-action {
		flex: 1 1 0;
		min-width: min(100%, 96px);
	}

	body.bhs-account-focused .woocommerce-message,
	body.bhs-account-focused .woocommerce-info,
	body.bhs-account-focused .woocommerce-error {
		display: grid;
	}

	.bhs-account-order-row .button,
	.bhs-account-empty .button,
	.bhs-auth-primary .button,
	.bhs-auth-secondary .button,
	.bhs-post-order-actions .button,
	.bhs-account-form-actions--split .button,
	body.bhs-account-focused .woocommerce-info .button {
		width: 100%;
	}

	.bhs-post-order-summary__list {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.bhs-post-order-review {
		margin-inline: var(--bhs-post-order-gutter);
	}

	.bhs-post-order-payment-alert {
		margin-right: var(--bhs-post-order-gutter);
		margin-left: var(--bhs-post-order-gutter);
	}

	.bhs-post-order-ledger {
		width: 100%;
		margin-inline: 0;
		padding: 18px var(--bhs-post-order-gutter) 20px;
	}

	body.bhs-post-order-focused .bhs-order-progress {
		grid-template-columns: 1fr;
		gap: 0;
		margin-right: var(--bhs-post-order-gutter);
		margin-left: var(--bhs-post-order-gutter);
	}

	.bhs-order-progress::before {
		top: 10px;
		bottom: 10px;
		right: auto;
		left: 10px;
		width: 1px;
		height: auto;
		background: var(--bhs-account-line-soft);
	}

	.bhs-order-progress li,
	.bhs-order-progress li:first-child {
		border-top: 0;
		border-left: 0;
		padding: 0 0 16px;
	}

	.bhs-order-progress li:last-child {
		padding-bottom: 0;
	}

	.bhs-post-order-summary__item {
		border-top: 0;
		border-left: 0;
		padding: 0;
	}

	.bhs-post-order-summary__item:first-child {
		border-top: 0;
		padding-top: 0;
	}

	.bhs-post-order-summary__item:last-child {
		padding-bottom: 0;
	}

	.bhs-order-progress li {
		grid-template-columns: 20px minmax(0, 1fr);
		gap: 9px;
		justify-items: start;
		text-align: left;
	}

	.bhs-order-progress__content {
		max-width: none;
	}

	body.bhs-post-order-focused .bhs-post-order-actions__support {
		width: 100%;
		min-height: 44px;
		white-space: normal !important;
		text-align: center;
	}

	.bhs-post-order-actions {
		align-items: stretch;
		flex-direction: column;
		justify-content: flex-start;
		margin-right: var(--bhs-post-order-gutter);
		margin-left: var(--bhs-post-order-gutter);
	}

	.bhs-order-detail-item {
		grid-template-columns: 54px minmax(0, 1fr) max-content;
		gap: 10px;
	}

	.bhs-order-detail-item__amount {
		grid-column: 3;
		grid-row: 1;
		align-self: start;
		justify-self: end;
		margin-top: 0;
	}

	.bhs-order-detail-item__image {
		width: 54px;
		height: 54px;
	}

	.bhs-order-detail__totals {
		width: 100%;
		justify-self: stretch;
	}

	.bhs-account-address-form__head {
		display: grid;
		gap: 8px;
	}

	.bhs-account-section-head {
		align-items: start;
		flex-direction: column;
		margin-bottom: -4px;
	}

	body.bhs-account-focused .woocommerce-orders-table {
		border: 0 !important;
		background: transparent;
	}

	body.bhs-account-focused .woocommerce-orders-table thead {
		display: none;
	}

	body.bhs-account-focused .woocommerce-orders-table tbody {
		display: grid;
		gap: 12px;
	}

	body.bhs-account-focused .woocommerce-orders-table tbody tr {
		display: grid;
		border: 1px solid var(--bhs-account-line);
		border-radius: var(--bhs-account-radius);
		background: #ffffff;
		overflow: hidden;
	}

	body.bhs-account-focused .woocommerce-orders-table tbody th,
	body.bhs-account-focused .woocommerce-orders-table tbody td {
		display: grid !important;
		grid-template-columns: minmax(86px, 0.42fr) minmax(0, 1fr);
		gap: 10px;
		align-items: center;
		width: 100% !important;
		border: 0 !important;
		border-bottom: 1px solid var(--bhs-account-line-soft) !important;
		background: transparent !important;
		text-align: left !important;
	}

	body.bhs-account-focused .woocommerce-orders-table tbody tr > :last-child {
		border-bottom: 0 !important;
	}

	body.bhs-account-focused .woocommerce-orders-table.shop_table_responsive tr th::before,
	body.bhs-account-focused .woocommerce-orders-table.shop_table_responsive tr td::before {
		content: attr(data-title) ": ";
		color: #294962;
		font-size: 0.84rem;
		font-weight: 940;
		text-transform: none;
	}

	body.bhs-account-focused .woocommerce-orders-table__cell-order-actions {
		align-items: start;
	}

	body.bhs-account-focused .woocommerce-orders-table__cell-order-actions .button {
		min-height: 40px;
	}
}

/* Account document shell: wide layout, dashboard panels, order rows and forms. */
body.bhs-account-focused .content-container.site-container {
	width: min(100% - 64px, 1180px);
}

.bhs-account-shell,
.bhs-auth-shell {
	max-width: 1120px;
	margin: 0 auto;
}

.bhs-account-surface {
	grid-template-columns: 180px minmax(0, 1fr);
	column-gap: 52px;
	min-height: 360px;
	padding: 34px 0 46px;
}

.bhs-account-nav {
	position: sticky;
	top: 98px;
	align-self: start;
	border-right: 0;
	padding: 4px 0;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation ul {
	gap: 5px;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation a {
	min-height: 39px;
	border-radius: 6px;
	padding: 0 13px;
	color: #1f3145;
	font-size: 0.88rem;
	font-weight: 880;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation a:hover {
	background: #f4f8fb;
	color: var(--bhs-blue-deep);
}

body.bhs-account-focused .woocommerce-MyAccount-navigation .is-active a {
	background: #f1f7fb;
	box-shadow: inset 3px 0 0 var(--bhs-blue-deep);
	color: var(--bhs-blue-deep);
}

body.bhs-account-focused .woocommerce-MyAccount-navigation-link--customer-logout {
	margin-top: 14px !important;
	border-top-color: var(--bhs-account-line-soft) !important;
	padding-top: 12px;
}

.bhs-account-page-head,
.bhs-account-content {
	padding-right: 0;
	padding-left: 0;
}

.bhs-account-page-head {
	border-bottom-color: var(--bhs-account-line-soft);
	padding-top: 0;
	padding-bottom: 22px;
}

.bhs-account-page-head h1,
.bhs-auth-head h1 {
	gap: 12px;
	font-size: clamp(1.56rem, 1.9vw, 2rem);
	font-weight: 950;
	line-height: 1.05;
}

.bhs-account-page-head p,
.bhs-auth-head p {
	max-width: 700px;
	margin-top: 12px;
	color: #526982;
	font-size: 0.96rem;
	font-weight: 720;
	line-height: 1.48;
}

.bhs-account-content {
	padding-top: 24px;
	padding-bottom: 0;
}

.bhs-account-section-kicker {
	color: var(--bhs-blue-deep);
	font-size: 0.68rem;
	font-weight: 950;
	letter-spacing: 0;
}

.bhs-account-dashboard {
	gap: 26px;
}

.bhs-account-summary-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.bhs-account-summary-card {
	border: 0;
	border-radius: var(--bhs-account-radius);
	padding: 18px;
	background: var(--bhs-account-soft);
	box-shadow: none;
}

.bhs-account-summary-card__head {
	margin-bottom: 12px;
}

.bhs-account-summary-card__icon,
.bhs-shell-title-icon {
	border-color: rgba(0, 75, 131, 0.14);
	background: #ffffff;
	color: var(--bhs-blue-deep);
	box-shadow: none;
}

.bhs-account-summary-card h3,
.bhs-account-order-row h3,
.bhs-account-empty h3 {
	font-size: 1.04rem;
	font-weight: 950;
	line-height: 1.18;
}

.bhs-account-summary-card p:not(.bhs-account-section-kicker),
.bhs-account-order-row p:not(.bhs-account-section-kicker),
.bhs-account-empty p {
	color: var(--bhs-account-muted);
	font-size: 0.9rem;
	font-weight: 690;
	line-height: 1.45;
}

.bhs-account-summary-card .button.bhs-account-secondary-action,
.bhs-account-order-row .button.bhs-account-secondary-action,
.bhs-order-card .bhs-order-action--secondary {
	min-height: auto;
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	color: var(--bhs-blue-deep) !important;
	font-weight: 950 !important;
	text-decoration: none !important;
}

.bhs-account-summary-card .button.bhs-account-secondary-action:hover,
.bhs-account-summary-card .button.bhs-account-secondary-action:focus-visible,
.bhs-account-order-row .button.bhs-account-secondary-action:hover,
.bhs-account-order-row .button.bhs-account-secondary-action:focus-visible,
.bhs-order-card .bhs-order-action--secondary:hover,
.bhs-order-card .bhs-order-action--secondary:focus-visible {
	background: transparent !important;
	color: var(--bhs-blue) !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.bhs-account-section-head {
	margin-bottom: 0;
}

.bhs-account-section-head h2,
.bhs-auth-secondary h2,
.bhs-post-order-review h1,
.bhs-post-order-review h2 {
	font-size: 1.18rem;
}

.bhs-account-order-list,
.bhs-orders-list {
	gap: 0;
	border-top: 1px solid var(--bhs-account-line-soft);
}

.bhs-account-order-row,
.bhs-order-card {
	border: 0;
	border-bottom: 1px solid var(--bhs-account-line-soft);
	border-radius: 0;
	padding: 17px 0;
	background: transparent;
	box-shadow: none;
}

.bhs-account-order-row {
	grid-template-columns: minmax(0, 1fr) max-content;
}

.bhs-order-card {
	grid-template-columns: minmax(0, 1fr) max-content;
}

.bhs-order-card__meta {
	gap: 12px 28px;
}

.bhs-order-card__meta dt {
	color: var(--bhs-account-muted-soft);
	font-size: 0.68rem;
	font-weight: 920;
}

.bhs-order-card__meta dd {
	color: var(--bhs-account-muted);
	font-size: 0.9rem;
	font-weight: 760;
}

.bhs-order-status,
.bhs-order-state-label {
	min-height: 28px;
	border-color: rgba(17, 43, 69, 0.12);
	background: #f4f7fa;
	font-size: 0.75rem;
}

.bhs-order-state-label--active {
	background: #eef7fd;
}

.bhs-order-state-label--success {
	background: #edf8f2;
}

.bhs-order-state-label--pending,
.bhs-order-state-label--hold {
	background: #fff8e8;
}

body.bhs-account-focused .woocommerce-Addresses {
	gap: 40px;
	border-top: 1px solid var(--bhs-account-line-soft);
	padding-top: 22px;
}

body.bhs-account-focused .woocommerce-Address {
	border: 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

body.bhs-account-focused .woocommerce-Addresses .woocommerce-Address + .woocommerce-Address {
	border-left: 1px solid var(--bhs-account-line-soft);
	padding-left: 40px;
}

body.bhs-account-focused .woocommerce-Address-title,
body.bhs-account-focused .woocommerce-Address .title {
	display: flex !important;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: flex-start;
	gap: 8px 14px;
	margin-bottom: 14px;
	text-align: left !important;
}

body.bhs-account-focused .woocommerce-Address-title h2,
body.bhs-account-focused .woocommerce-Address .title h2,
body.bhs-account-focused .woocommerce-Address h2 {
	flex: 0 1 auto !important;
	width: auto !important;
	text-align: left !important;
}

body.bhs-account-focused .woocommerce-Address-title .edit,
body.bhs-account-focused .woocommerce-Address .title .edit {
	margin-left: auto !important;
}

body.bhs-account-focused .woocommerce-Address address {
	font-size: 0.96rem;
	font-weight: 680;
	line-height: 1.52;
}

.bhs-account-address-structured {
	gap: 6px;
}

.bhs-account-address-intro {
	margin-bottom: 20px;
	color: var(--bhs-account-muted);
	font-weight: 640;
}

body.bhs-account-focused .woocommerce-EditAccountForm,
body.bhs-account-focused .woocommerce-address-fields,
body.bhs-account-focused .woocommerce-ResetPassword,
body.bhs-account-focused .woocommerce-form-login,
.bhs-account-form-section,
.bhs-account-address-form__fields {
	max-width: 760px;
}

.bhs-account-form-section--basic {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 32px;
}

.bhs-account-form-section--basic .clear {
	display: none;
}

body.bhs-account-focused .bhs-account-form-section--basic .form-row-wide {
	grid-column: 1 / -1;
}

body.bhs-account-focused .bhs-account-form-section--basic .form-row-first,
body.bhs-account-focused .bhs-account-form-section--basic .form-row-last {
	float: none !important;
	clear: none !important;
	width: auto !important;
}

body.bhs-account-focused label,
body.bhs-post-order-focused label {
	margin-bottom: 8px;
	color: #435269;
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1.2;
}

body.bhs-account-focused [data-bhs-account-shell] input[type="text"],
body.bhs-account-focused [data-bhs-account-shell] input[type="email"],
body.bhs-account-focused [data-bhs-account-shell] input[type="password"],
body.bhs-account-focused [data-bhs-account-shell] input[type="tel"],
body.bhs-account-focused [data-bhs-account-shell] select,
body.bhs-account-focused [data-bhs-account-shell] textarea {
	min-height: 48px;
	border-color: #cbd7e3;
	border-radius: 6px;
	padding: 10px 13px;
	font-size: 1rem;
}

.bhs-account-form-section--password {
	max-width: 760px;
	border-top: 1px solid var(--bhs-account-line-soft);
	margin-top: 26px;
	padding-top: 0;
}

.bhs-account-password-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	cursor: pointer;
	list-style: none;
	padding: 20px 0;
	color: var(--bhs-ink);
	font-size: 1.05rem;
	font-weight: 950;
	line-height: 1.2;
}

.bhs-account-password-summary::-webkit-details-marker {
	display: none;
}

.bhs-account-password-summary .bhs-account-section-note {
	margin: 5px 0 0;
}

.bhs-account-password-summary__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	border: 1px solid rgba(0, 75, 131, 0.16);
	border-radius: 6px;
	padding: 0 12px;
	color: var(--bhs-blue-deep);
	font-size: 0.84rem;
	font-weight: 950;
	white-space: nowrap;
}

.bhs-account-form-section--password[open] .bhs-account-password-summary__action {
	background: #f0f7fb;
}

.bhs-account-password-fields {
	padding-bottom: 4px;
}

.bhs-auth-shell {
	padding: 34px 0 46px;
}

.bhs-auth-surface {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
	column-gap: 56px;
}

.bhs-auth-primary,
.bhs-auth-secondary {
	padding: 0;
}

.bhs-auth-secondary {
	border-left-color: var(--bhs-account-line-soft);
	padding-left: 38px;
	background: transparent;
}

body.bhs-account-focused .bhs-auth-primary form.login,
body.bhs-account-focused .bhs-auth-primary .woocommerce-form-login,
body.bhs-account-focused .bhs-auth-primary .woocommerce-ResetPassword {
	max-width: 680px;
}

body.bhs-account-focused .bhs-auth-secondary form.register {
	max-width: 340px;
}

@media (max-width: 900px) {
	body.bhs-account-focused .content-container.site-container {
		width: 100%;
	}

	.bhs-account-shell,
	.bhs-auth-shell {
		max-width: none;
	}

	.bhs-account-surface {
		grid-template-columns: 1fr;
		column-gap: 0;
		padding: 0;
	}

	.bhs-account-nav {
		position: relative;
		top: auto;
		border-top: 1px solid var(--bhs-account-line-soft);
		border-bottom: 1px solid var(--bhs-account-line-soft);
		padding: 10px 14px;
		background:
			linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff 80%) right center / 44px 100% no-repeat,
			#ffffff;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation ul {
		gap: 8px;
		min-width: max-content;
		padding-inline: 0 40px;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation a {
		min-height: 38px;
		border: 1px solid #d9e4ee !important;
		border-radius: 6px;
		background: #ffffff;
		padding-inline: 13px;
		box-shadow: none;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation .is-active a {
		border-color: rgba(0, 75, 131, 0.28) !important;
		background: #eef7fd;
		box-shadow: inset 0 -2px 0 var(--bhs-blue-deep);
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation-link--customer-logout {
		border-left-color: var(--bhs-account-line-soft) !important;
		padding-left: 8px;
	}

	.bhs-account-page-head {
		padding: 26px 14px 18px;
	}

	.bhs-account-content {
		padding: 18px 14px 28px;
	}

	.bhs-account-page-head h1,
	.bhs-auth-head h1 {
		font-size: 1.55rem;
	}

	.bhs-account-summary-grid {
		grid-template-columns: 1fr;
		gap: 0;
		border-top: 1px solid var(--bhs-account-line-soft);
		border-bottom: 1px solid var(--bhs-account-line-soft);
	}

	.bhs-account-summary-card {
		border-radius: 0;
		padding: 18px 0;
		background: transparent;
	}

	.bhs-account-summary-card + .bhs-account-summary-card {
		border-top: 1px solid var(--bhs-account-line-soft);
	}

	.bhs-account-order-row,
	.bhs-order-card {
		grid-template-columns: 1fr;
		gap: 12px;
		border: 0;
		border-bottom: 1px solid var(--bhs-account-line-soft);
		border-radius: 0;
		padding: 18px 0;
		background: transparent;
	}

	.bhs-account-order-row .button.bhs-account-secondary-action,
	.bhs-order-card .bhs-order-action--secondary {
		width: auto;
		justify-self: start;
	}

	.bhs-order-actions {
		justify-content: flex-start;
		width: auto;
	}

	.bhs-order-action {
		flex: 0 1 auto;
		min-width: 0;
	}

	body.bhs-account-focused .woocommerce-Addresses {
		grid-template-columns: 1fr;
		gap: 0;
		border-top: 1px solid var(--bhs-account-line-soft);
		border-bottom: 1px solid var(--bhs-account-line-soft);
		padding-top: 0;
	}

	body.bhs-account-focused .woocommerce-Addresses .woocommerce-Address {
		padding: 20px 0;
	}

	body.bhs-account-focused .woocommerce-Addresses .woocommerce-Address + .woocommerce-Address {
		border-top: 1px solid var(--bhs-account-line-soft);
		border-left: 0;
		padding-left: 0;
	}

	.bhs-account-form-section--basic,
	.bhs-account-address-form__fields {
		grid-template-columns: 1fr;
		column-gap: 0;
	}

	.bhs-auth-shell {
		padding: 26px 14px 32px;
	}

	.bhs-auth-surface {
		grid-template-columns: 1fr;
		row-gap: 28px;
	}

	.bhs-auth-secondary {
		border-top: 1px solid var(--bhs-account-line-soft);
		border-left: 0;
		padding-top: 26px;
		padding-left: 0;
	}

	body.bhs-account-focused .bhs-auth-secondary form.register,
	body.bhs-account-focused .bhs-auth-secondary .woocommerce-privacy-policy-text,
	body.bhs-account-focused .bhs-auth-secondary .woocommerce-privacy-policy-text p {
		max-width: none;
	}
}

@media (max-width: 640px) {
	body.bhs-account-focused .content-wrap,
	body.bhs-account-focused .entry.single-entry,
	body.bhs-account-focused .entry-content-wrap,
	body.bhs-account-focused .entry-content.single-content,
	body.bhs-account-focused .woocommerce {
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
	}

	.bhs-account-page-head,
	.bhs-account-content {
		padding-right: 14px;
		padding-left: 14px;
	}

	.bhs-account-password-summary {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.bhs-account-password-summary__action {
		width: 100%;
	}
}

/* Account dashboard refinement: compact hierarchy, navigation and status chips. */
body.bhs-account-focused {
	--bhs-account-line: #e7edf3;
	--bhs-account-line-soft: #eef2f6;
	--bhs-account-line-hair: #f4f6f8;
	--bhs-account-muted: #647184;
	--bhs-account-muted-soft: #7a8796;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation a {
	color: #26384d;
	font-weight: 830;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation a:hover {
	background: #f7fafc;
	color: #132b43;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation .is-active a {
	background: #f8fafc;
	box-shadow: inset 2px 0 0 #0a4d80;
	color: #10243a;
}

.bhs-account-order-list,
.bhs-orders-list,
body.bhs-account-focused .woocommerce-Addresses {
	max-width: 900px;
}

.bhs-account-page-head {
	border-bottom-color: var(--bhs-account-line);
}

.bhs-account-page-head h1,
.bhs-auth-head h1 {
	color: #111d2e;
}

.bhs-account-page-head p,
.bhs-auth-head p {
	color: #5f6f82;
}

.bhs-account-summary-card,
.bhs-account-order-row,
.bhs-order-card {
	border-bottom-color: var(--bhs-account-line);
}

.bhs-account-summary-card h3,
.bhs-account-order-row h3,
.bhs-account-empty h3,
.bhs-order-card__number {
	color: #111d2e !important;
}

.bhs-account-summary-card p:not(.bhs-account-section-kicker),
.bhs-account-order-row p:not(.bhs-account-section-kicker),
.bhs-order-card__meta dd,
.bhs-order-card__meta dd > span,
.bhs-account-address-intro,
body.bhs-account-focused .woocommerce-Address address {
	color: #657386;
}

.bhs-account-summary-card__total,
.bhs-order-card__meta strong,
.bhs-order-card__meta .woocommerce-Price-amount,
.bhs-order-card__meta .woocommerce-Price-amount bdi {
	color: #172033;
	font-weight: 920;
}

.bhs-account-section-kicker,
.bhs-order-card__meta dt {
	color: #526378;
	font-size: 0.66rem;
	font-weight: 900;
}

.bhs-order-status,
.bhs-order-state-label {
	min-height: 24px;
	border: 0;
	padding: 3px 8px;
	background: #f4f7f9;
	color: #405168;
	font-size: 0.7rem;
	font-weight: 850;
}

.bhs-order-status__dot {
	width: 5px;
	height: 5px;
	opacity: 0.72;
}

.bhs-order-state-label {
	gap: 5px;
}

.bhs-order-state-label__name {
	color: #738193;
	font-size: 0.58rem;
	font-weight: 920;
}

.bhs-order-status--pending,
.bhs-order-status--hold,
.bhs-order-state-label--pending,
.bhs-order-state-label--hold {
	background: #fbf6e9;
	color: #7b5d18;
}

.bhs-order-status--active,
.bhs-order-state-label--active {
	background: #eef5fa;
	color: #1f587f;
}

.bhs-order-status--success,
.bhs-order-state-label--success {
	background: #eef7f2;
	color: #286b4d;
}

.bhs-order-status--issue,
.bhs-order-state-label--issue {
	background: #fbefee;
	color: #873737;
}

.bhs-account-summary-card .button.bhs-account-secondary-action,
.bhs-account-order-row .button.bhs-account-secondary-action,
.bhs-order-card .bhs-order-action--secondary,
.bhs-account-text-link,
body.bhs-account-focused .addresses .title .edit,
body.bhs-account-focused .woocommerce-Address-title .edit,
body.bhs-account-focused .woocommerce-Address .title .edit {
	color: #23364d !important;
	font-weight: 850 !important;
}

.bhs-account-summary-card .button.bhs-account-secondary-action::after,
.bhs-account-order-row .button.bhs-account-secondary-action::after,
.bhs-order-card .bhs-order-action--secondary::after,
.bhs-account-text-link::after,
body.bhs-account-focused .addresses .title .edit::after,
body.bhs-account-focused .woocommerce-Address-title .edit::after,
body.bhs-account-focused .woocommerce-Address .title .edit::after {
	content: "\2192";
	display: inline-block;
	margin-left: 4px;
	font-weight: 780;
}

.bhs-account-summary-card .button.bhs-account-secondary-action:hover,
.bhs-account-summary-card .button.bhs-account-secondary-action:focus-visible,
.bhs-account-order-row .button.bhs-account-secondary-action:hover,
.bhs-account-order-row .button.bhs-account-secondary-action:focus-visible,
.bhs-order-card .bhs-order-action--secondary:hover,
.bhs-order-card .bhs-order-action--secondary:focus-visible,
.bhs-account-text-link:hover,
.bhs-account-text-link:focus-visible,
body.bhs-account-focused .addresses .title .edit:hover,
body.bhs-account-focused .addresses .title .edit:focus-visible,
body.bhs-account-focused .woocommerce-Address-title .edit:hover,
body.bhs-account-focused .woocommerce-Address-title .edit:focus-visible,
body.bhs-account-focused .woocommerce-Address .title .edit:hover,
body.bhs-account-focused .woocommerce-Address .title .edit:focus-visible {
	color: #0a4d80 !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

body.bhs-account-focused [data-bhs-account-shell] input[type="text"],
body.bhs-account-focused [data-bhs-account-shell] input[type="email"],
body.bhs-account-focused [data-bhs-account-shell] input[type="password"],
body.bhs-account-focused [data-bhs-account-shell] input[type="tel"],
body.bhs-account-focused [data-bhs-account-shell] select,
body.bhs-account-focused [data-bhs-account-shell] textarea {
	min-height: 46px;
	border-color: #dfe7ef;
	border-radius: 5px;
	padding: 11px 13px;
}

body.bhs-account-focused label,
body.bhs-post-order-focused label {
	color: #667386;
	font-weight: 820;
}

.bhs-account-shell button[type="submit"],
.bhs-auth-shell button[type="submit"],
.bhs-post-order-shell button[type="submit"] {
	min-height: 44px;
	padding: 0 24px !important;
}

.bhs-account-shell button[type="submit"]:hover,
.bhs-account-shell button[type="submit"]:focus-visible,
.bhs-auth-shell button[type="submit"]:hover,
.bhs-auth-shell button[type="submit"]:focus-visible,
.bhs-post-order-shell button[type="submit"]:hover,
.bhs-post-order-shell button[type="submit"]:focus-visible {
	background: #063e68 !important;
	border-color: #063e68 !important;
}

@media (max-width: 900px) {
	.bhs-account-dashboard {
		gap: 30px;
	}

	.bhs-account-summary-card {
		padding: 22px 0;
	}

	.bhs-account-order-row,
	.bhs-order-card {
		padding: 22px 0;
	}

	.bhs-account-summary-card .button.bhs-account-secondary-action,
	.bhs-account-order-row .button.bhs-account-secondary-action,
	.bhs-order-card .bhs-order-action--secondary,
	.bhs-account-text-link,
	body.bhs-account-focused .addresses .title .edit,
	body.bhs-account-focused .woocommerce-Address-title .edit,
	body.bhs-account-focused .woocommerce-Address .title .edit {
		display: inline-flex;
		align-items: center;
		min-height: 44px;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation a {
		background: #ffffff;
		color: #24364b;
		font-weight: 840;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation .is-active a {
		background: #f6fafc;
		box-shadow: inset 0 -2px 0 #0a4d80;
	}
}

/* Account replenishment layer: concierge, reorder actions and utility cards. */
.bhs-account-dashboard-hero,
.bhs-account-section-head,
.bhs-account-order-list,
.bhs-orders-list,
.bhs-account-utility-grid {
	max-width: 900px;
}

.bhs-account-dashboard-hero .bhs-account-summary-card--order {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px 28px;
	border: 1px solid #dfe7ef;
	border-radius: 8px;
	padding: 22px 24px;
	background: #f8fafc;
}

.bhs-account-dashboard-hero .bhs-account-summary-card__head,
.bhs-account-dashboard-hero .bhs-account-summary-card__status,
.bhs-account-dashboard-hero .bhs-account-summary-card__total,
.bhs-account-dashboard-hero .bhs-account-summary-card__meta {
	grid-column: 1;
}

.bhs-account-dashboard-hero .bhs-account-summary-card__actions {
	grid-column: 2;
	grid-row: 1 / span 4;
	align-self: center;
}

.bhs-account-summary-card__meta {
	margin: 6px 0 0;
	color: #657386;
	font-size: 0.86rem;
	font-weight: 680;
	line-height: 1.35;
}

.bhs-account-summary-card__actions,
.bhs-account-order-row__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.bhs-account-summary-card .button.bhs-account-secondary-action,
.bhs-account-order-row .button.bhs-account-secondary-action,
.bhs-order-card .bhs-order-action--secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border: 1px solid #d9e3ec !important;
	border-radius: 6px !important;
	padding: 0 13px !important;
	background: #ffffff !important;
	color: #23364d !important;
	font-size: 0.86rem !important;
	font-weight: 880 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.bhs-account-summary-card .button.bhs-account-secondary-action:hover,
.bhs-account-summary-card .button.bhs-account-secondary-action:focus-visible,
.bhs-account-order-row .button.bhs-account-secondary-action:hover,
.bhs-account-order-row .button.bhs-account-secondary-action:focus-visible,
.bhs-order-card .bhs-order-action--secondary:hover,
.bhs-order-card .bhs-order-action--secondary:focus-visible {
	border-color: #b9cad9 !important;
	background: #f8fafc !important;
	color: #0a4d80 !important;
	text-decoration: none !important;
}

.bhs-account-order-row {
	align-items: center;
}

.bhs-account-order-row__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px 10px;
	margin-top: 8px !important;
	color: #657386 !important;
}

.bhs-account-order-row__total {
	color: #172033;
	font-size: 0.98rem;
	font-weight: 920;
}

.bhs-order-card__meta dd strong,
.bhs-order-card__meta .woocommerce-Price-amount,
.bhs-order-card__meta .woocommerce-Price-amount bdi {
	font-size: 0.98rem;
}

.bhs-account-utility-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	border-top: 1px solid var(--bhs-account-line);
	margin-top: 8px;
	padding-top: 26px;
}

.bhs-account-utility-grid .bhs-account-summary-card {
	border: 1px solid var(--bhs-account-line-soft);
	border-radius: 8px;
	padding: 18px;
	background: #ffffff;
}

body.bhs-account-focused form .form-row {
	margin-bottom: 12px;
}

@media (max-width: 900px) {
	.bhs-account-nav {
		position: sticky;
		top: 0;
		z-index: 30;
		box-shadow: 0 8px 18px rgba(15, 39, 61, 0.08);
	}

	.bhs-account-dashboard-hero .bhs-account-summary-card--order {
		display: block;
		padding: 22px 0;
		background: transparent;
		border-width: 0 0 1px;
		border-radius: 0;
	}

	.bhs-account-dashboard-hero .bhs-account-summary-card__actions,
	.bhs-account-order-row__actions,
	.bhs-order-actions {
		display: grid;
		grid-template-columns: 1fr;
		justify-content: stretch;
		width: 100%;
		margin-top: 12px;
	}

	.bhs-account-reorder-action,
	.bhs-account-summary-card .button.bhs-account-secondary-action,
	.bhs-account-order-row .button.bhs-account-secondary-action,
	.bhs-order-card .bhs-order-action--secondary,
	.bhs-order-action--reorder {
		min-height: 44px;
		width: 100%;
	}

	.bhs-account-utility-grid {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 2px;
		padding-top: 8px;
	}

	.bhs-account-utility-grid .bhs-account-summary-card {
		border-width: 0 0 1px;
		border-radius: 0;
		padding: 20px 0;
		background: transparent;
	}
}

/* Account concierge layout: desktop side navigation and card grouping. */
body.bhs-account-focused {
	--bhs-account-radius: 14px;
	--bhs-account-radius-lg: 18px;
	--bhs-account-page: #f5f7fa;
	--bhs-account-surface: #ffffff;
	--bhs-account-soft: #f7f9fc;
	--bhs-account-line: #e4ebf2;
	--bhs-account-line-soft: #edf2f6;
	--bhs-account-muted: #5f6f82;
	--bhs-account-muted-soft: #7a8796;
	--bhs-account-ink: #111827;
	background: var(--bhs-account-page);
}

body.bhs-account-focused .content-container.site-container {
	width: min(100% - 48px, 1240px);
}

.bhs-account-shell {
	max-width: 1180px;
	margin: 32px auto 52px;
}

.bhs-account-surface {
	grid-template-columns: 224px minmax(0, 1fr);
	grid-template-areas:
		"nav head"
		"nav content";
	gap: 0;
	overflow: clip;
	border: 1px solid var(--bhs-account-line);
	border-radius: var(--bhs-account-radius-lg);
	background: var(--bhs-account-surface);
	box-shadow: 0 20px 60px rgba(17, 32, 51, 0.055);
}

.bhs-account-nav {
	position: sticky;
	top: 100px;
	display: flex;
	flex-direction: column;
	min-height: 620px;
	border-right: 1px solid var(--bhs-account-line);
	padding: 22px 18px;
	background: #fbfdff;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation {
	width: 100% !important;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 7px;
	width: 100%;
	min-width: 0;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation a {
	min-height: 42px;
	border-radius: 10px;
	padding: 0 12px;
	color: #34465c;
	font-size: 0.9rem;
	font-weight: 820;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation a:hover {
	background: #f0f5fa;
	color: #10243a;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation .is-active a {
	background: #eef6fb;
	box-shadow: inset 3px 0 0 var(--bhs-blue-deep);
	color: #0d3557;
}

.bhs-account-nav-utilities {
	display: grid;
	gap: 6px;
	border-top: 1px solid var(--bhs-account-line);
	margin-top: auto;
	padding-top: 16px;
}

.bhs-account-nav-utility {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	border-radius: 9px;
	padding: 0 10px;
	color: #637184;
	font-size: 0.82rem;
	font-weight: 760;
	text-decoration: none;
}

.bhs-account-nav-utility:hover,
.bhs-account-nav-utility:focus-visible {
	background: #f2f6fa;
	color: #172033;
	text-decoration: none;
}

.bhs-account-nav-utility--logout {
	color: #9a4b4b;
}

.bhs-account-page-head {
	padding: 32px 38px 24px;
	background:
		linear-gradient(120deg, rgba(255, 199, 44, 0.14), rgba(255, 255, 255, 0) 32%),
		#ffffff;
}

.bhs-account-page-head h1,
.bhs-auth-head h1 {
	color: var(--bhs-account-ink);
	font-size: 2rem;
	font-weight: 920;
}

.bhs-account-page-head p,
.bhs-auth-head p {
	max-width: 760px;
	color: var(--bhs-account-muted);
	font-size: 0.98rem;
	font-weight: 640;
}

.bhs-account-content {
	padding: 30px 38px 42px;
}

.bhs-account-dashboard,
.bhs-account-dashboard-hero,
.bhs-account-section-head,
.bhs-account-order-list,
.bhs-orders-list,
.bhs-account-utility-grid,
body.bhs-account-focused .woocommerce-Addresses,
body.bhs-account-focused .woocommerce-EditAccountForm,
body.bhs-account-focused .woocommerce-address-fields,
body.bhs-account-focused .woocommerce-ResetPassword {
	max-width: 920px;
}

.bhs-account-concierge {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	border: 1px solid var(--bhs-account-line);
	border-radius: var(--bhs-account-radius-lg);
	padding: 24px;
	background:
		linear-gradient(135deg, rgba(255, 199, 44, 0.18), rgba(255, 255, 255, 0) 36%),
		linear-gradient(135deg, #ffffff, #f8fbfd);
	box-shadow: 0 12px 34px rgba(17, 32, 51, 0.045);
}

.bhs-account-concierge h2 {
	margin: 0;
	color: var(--bhs-account-ink);
	font-size: 1.6rem;
	font-weight: 920;
	letter-spacing: 0;
	line-height: 1.08;
}

.bhs-account-concierge p:not(.bhs-account-section-kicker) {
	max-width: 660px;
	margin: 8px 0 0;
	color: var(--bhs-account-muted);
	font-size: 0.98rem;
	font-weight: 640;
	line-height: 1.45;
}

.bhs-account-section-kicker,
.bhs-order-card__meta dt,
.bhs-address-card-label {
	color: #667589;
	font-size: 0.68rem;
	font-weight: 840;
	letter-spacing: 0;
	text-transform: uppercase;
}

.bhs-account-summary-card,
.bhs-account-order-row,
.bhs-order-card,
body.bhs-account-focused .woocommerce-Address,
body.bhs-account-focused .woocommerce-EditAccountForm,
body.bhs-account-focused .woocommerce-address-fields,
body.bhs-account-focused .woocommerce-ResetPassword {
	border: 1px solid var(--bhs-account-line);
	border-radius: var(--bhs-account-radius);
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(17, 32, 51, 0.035);
}

.bhs-account-dashboard-hero .bhs-account-summary-card--order {
	grid-template-columns: minmax(0, 1fr) auto;
	border-color: #dce6ef;
	border-radius: var(--bhs-account-radius-lg);
	padding: 24px;
	background: #ffffff;
}

.bhs-account-summary-card__icon,
.bhs-shell-title-icon {
	border-color: #dce6ef;
	border-radius: 10px;
	background: var(--bhs-account-soft);
}

.bhs-account-summary-card h3,
.bhs-account-order-row h3,
.bhs-account-empty h3,
.bhs-order-card__number,
body.bhs-account-focused .woocommerce-Address-title h2,
body.bhs-account-focused .woocommerce-Address .title h2,
.bhs-account-form-panel-head h2 {
	color: var(--bhs-account-ink) !important;
	font-weight: 920;
}

.bhs-order-thumbnails {
	display: flex;
	align-items: center;
	min-height: 42px;
	margin: 10px 0 6px;
}

.bhs-order-thumbnail {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border: 2px solid #ffffff;
	border-radius: 12px;
	margin-left: -10px;
	background: #eef3f8;
	color: #34465c;
	font-size: 0.78rem;
	font-weight: 900;
	box-shadow: 0 4px 12px rgba(17, 32, 51, 0.08);
}

.bhs-order-thumbnail:first-child {
	margin-left: 0;
}

.bhs-order-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bhs-order-thumbnail--more {
	background: #10243a;
	color: #ffffff;
}

.bhs-account-order-list,
.bhs-orders-list {
	display: grid;
	gap: 12px;
	border-top: 0;
}

.bhs-account-order-row {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	padding: 18px;
}

.bhs-order-card {
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	padding: 18px;
}

.bhs-order-card__visual .bhs-order-thumbnails {
	margin: 0;
}

.bhs-order-card__meta {
	gap: 8px 26px;
	margin-top: 10px;
}

.bhs-order-card__meta dd,
.bhs-account-order-row__meta,
.bhs-account-summary-card__meta {
	color: var(--bhs-account-muted);
	font-weight: 650;
}

.bhs-account-order-row__total,
.bhs-order-card__meta strong,
.bhs-order-card__meta .woocommerce-Price-amount,
.bhs-order-card__meta .woocommerce-Price-amount bdi {
	color: var(--bhs-account-ink);
	font-weight: 920;
}

.bhs-order-state-labels {
	gap: 6px;
}

.bhs-order-state-label {
	min-height: 24px;
	border: 0;
	border-radius: 999px;
	padding: 4px 9px;
	background: #f2f5f8;
	color: #405168;
	font-size: 0.72rem;
	font-weight: 800;
}

.bhs-order-state-label__dot {
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: currentColor;
	opacity: 0.62;
}

.bhs-order-state-label__value {
	line-height: 1;
}

.bhs-order-state-label--pending,
.bhs-order-state-label--hold,
.bhs-order-status--pending,
.bhs-order-status--hold {
	background: #fff7df;
	color: #7a5a10;
}

.bhs-order-state-label--active,
.bhs-order-status--active {
	background: #edf6fc;
	color: #15557e;
}

.bhs-order-state-label--success,
.bhs-order-status--success {
	background: #edf8f2;
	color: #1f6a48;
}

.bhs-order-state-label--issue,
.bhs-order-status--issue {
	background: #fbeeee;
	color: #8a3a3a;
}

.bhs-account-utility-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.bhs-account-utility-grid .bhs-account-summary-card {
	padding: 20px;
}

body.bhs-account-focused .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	border: 0;
	padding-top: 0;
}

body.bhs-account-focused .woocommerce-Addresses .woocommerce-Address + .woocommerce-Address {
	border-left: 1px solid var(--bhs-account-line);
	padding-left: 20px;
}

body.bhs-account-focused .woocommerce-Address {
	padding: 22px;
}

body.bhs-account-focused .woocommerce-Address-title,
body.bhs-account-focused .woocommerce-Address .title {
	align-items: start;
	margin-bottom: 18px;
}

.bhs-address-card-label {
	margin: 0 0 6px;
}

body.bhs-account-focused .woocommerce-Address address {
	color: #46576b;
	font-size: 0.95rem;
	font-weight: 650;
	line-height: 1.55;
}

.bhs-account-address-structured__name,
.bhs-account-address-structured__primary {
	color: var(--bhs-account-ink);
	font-weight: 850;
}

body.bhs-account-focused .woocommerce-EditAccountForm,
body.bhs-account-focused .woocommerce-address-fields,
body.bhs-account-focused .woocommerce-ResetPassword {
	padding: 24px;
}

.bhs-account-form-panel-head {
	margin-bottom: 20px;
}

.bhs-account-form-panel-head h2 {
	margin: 0;
	font-size: 1.18rem;
	line-height: 1.15;
}

.bhs-account-form-panel-head p:not(.bhs-account-section-kicker) {
	max-width: 620px;
	margin: 8px 0 0;
	color: var(--bhs-account-muted);
	font-size: 0.92rem;
	font-weight: 650;
	line-height: 1.42;
}

.bhs-account-form-section--basic {
	column-gap: 16px;
}

body.bhs-account-focused label,
body.bhs-post-order-focused label {
	color: #59687b;
	font-size: 0.8rem;
	font-weight: 820;
}

body.bhs-account-focused [data-bhs-account-shell] input[type="text"],
body.bhs-account-focused [data-bhs-account-shell] input[type="email"],
body.bhs-account-focused [data-bhs-account-shell] input[type="password"],
body.bhs-account-focused [data-bhs-account-shell] input[type="tel"],
body.bhs-account-focused [data-bhs-account-shell] select,
body.bhs-account-focused [data-bhs-account-shell] textarea {
	min-height: 50px;
	border: 1px solid #eef2f6;
	border-radius: 10px;
	background: #f7f9fc;
	padding: 12px 14px;
	color: var(--bhs-account-ink);
	font-size: 0.98rem;
}

.bhs-account-form-section--password {
	border: 1px solid var(--bhs-account-line);
	border-radius: 12px;
	margin-top: 22px;
	padding: 0 18px;
	background: #fbfdff;
}

.bhs-account-password-summary {
	padding: 18px 0;
}

.bhs-account-password-summary__action {
	border-radius: 999px;
	background: #ffffff;
}

.bhs-account-shell--customer-logout .bhs-account-content {
	display: grid;
	justify-items: start;
}

.bhs-account-shell--customer-logout .woocommerce-info,
.bhs-account-shell--customer-logout .woocommerce-message,
.bhs-account-shell--customer-logout .woocommerce-error {
	max-width: 640px;
	border: 1px solid var(--bhs-account-line) !important;
	border-radius: var(--bhs-account-radius) !important;
	background: #ffffff !important;
	box-shadow: 0 12px 32px rgba(17, 32, 51, 0.045);
}

@media (max-width: 900px) {
	body.bhs-account-focused .content-container.site-container {
		width: 100%;
	}

	.bhs-account-shell {
		max-width: none;
		margin: 0;
	}

	.bhs-account-surface {
		grid-template-columns: 1fr;
		grid-template-areas:
			"head"
			"nav"
			"content";
		overflow: visible;
		border-width: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.bhs-account-page-head {
		padding: 26px 18px 18px;
	}

	.bhs-account-page-head h1 {
		font-size: 1.58rem;
	}

	.bhs-account-content {
		padding: 18px 18px 34px;
	}

	.bhs-account-nav {
		position: relative;
		top: auto;
		min-height: 0;
		border-top: 1px solid var(--bhs-account-line);
		border-right: 0;
		border-bottom: 1px solid var(--bhs-account-line);
		padding: 14px 18px;
		background: #fbfdff;
		box-shadow: none;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation {
		overflow: visible;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		min-width: 0;
		padding: 0;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation a {
		justify-content: space-between;
		min-height: 44px;
		border: 1px solid var(--bhs-account-line) !important;
		border-radius: 12px;
		background: #ffffff;
		padding: 0 12px;
		box-shadow: 0 6px 18px rgba(17, 32, 51, 0.035);
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation .is-active a {
		border-color: #bfd4e4 !important;
		background: #eef6fb;
		box-shadow: inset 0 -2px 0 var(--bhs-blue-deep);
	}

	.bhs-account-nav-utilities {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 10px;
		padding-top: 10px;
	}

	.bhs-account-nav-utility {
		justify-content: center;
		border: 1px solid var(--bhs-account-line);
		background: #ffffff;
	}

	.bhs-account-concierge,
	.bhs-account-dashboard-hero .bhs-account-summary-card--order,
	.bhs-account-order-row,
	.bhs-order-card,
	.bhs-account-utility-grid .bhs-account-summary-card,
	body.bhs-account-focused .woocommerce-Address,
	body.bhs-account-focused .woocommerce-EditAccountForm,
	body.bhs-account-focused .woocommerce-address-fields,
	body.bhs-account-focused .woocommerce-ResetPassword {
		border-radius: 16px;
	}

	.bhs-account-concierge {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.bhs-account-concierge .button {
		justify-self: stretch;
	}

	.bhs-account-dashboard-hero .bhs-account-summary-card--order {
		padding: 20px;
	}

	.bhs-account-dashboard-hero .bhs-account-summary-card__actions,
	.bhs-account-order-row__actions,
	.bhs-order-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		margin-top: 14px;
	}

	.bhs-account-order-row,
	.bhs-order-card {
		grid-template-columns: 1fr;
		align-items: start;
		padding: 18px;
	}

	.bhs-order-card__visual {
		order: -1;
	}

	.bhs-account-utility-grid,
	body.bhs-account-focused .woocommerce-Addresses {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	body.bhs-account-focused .woocommerce-Addresses .woocommerce-Address + .woocommerce-Address {
		border-left: 1px solid var(--bhs-account-line);
		padding-left: 22px;
	}

	.bhs-account-form-section--basic,
	.bhs-account-address-form__fields {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	body.bhs-account-focused .woocommerce-MyAccount-navigation ul,
	.bhs-account-nav-utilities {
		grid-template-columns: 1fr;
	}

	.bhs-account-page-head,
	.bhs-account-content,
	.bhs-account-nav {
		padding-right: 14px;
		padding-left: 14px;
	}

	.bhs-account-concierge h2 {
		font-size: 1.34rem;
	}

	.bhs-order-thumbnail {
		width: 38px;
		height: 38px;
		border-radius: 10px;
	}
}

/* Account responsive tabs: document shell, mobile navigation and refined lists. */
body.bhs-account-focused {
	--bhs-account-radius: 12px;
	--bhs-account-ink: #142235;
	--bhs-account-muted: #607084;
	--bhs-account-muted-soft: #8491a1;
	--bhs-account-page: #f6f8fb;
	--bhs-account-panel: #ffffff;
	--bhs-account-side: #f8fafc;
	--bhs-account-line: #e3eaf1;
	--bhs-account-line-soft: #edf2f6;
	--bhs-account-shadow: 0 14px 34px rgba(15, 35, 57, 0.04);
	background: var(--bhs-account-page);
	color: var(--bhs-account-ink);
}

body.bhs-account-focused .content-container.site-container {
	width: min(100% - 40px, 1360px);
}

.bhs-account-shell {
	padding: 0 0 48px;
}

.bhs-account-surface {
	display: grid;
	grid-template-columns: 232px minmax(0, 1fr);
	grid-template-areas:
		"nav head"
		"nav content";
	min-height: 620px;
	background: var(--bhs-account-panel);
	border: 1px solid var(--bhs-account-line);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: none;
}

.bhs-account-nav {
	grid-area: nav;
	align-self: stretch;
	border-right: 1px solid var(--bhs-account-line);
	padding: 18px 14px;
	background: var(--bhs-account-side);
}

.bhs-account-page-head {
	grid-area: head;
	border-bottom: 1px solid var(--bhs-account-line);
	padding: 30px 42px 24px;
	background: #ffffff;
}

.bhs-account-page-head h1 {
	color: var(--bhs-account-ink);
	font-size: clamp(1.58rem, 1.8vw, 2.05rem);
	font-weight: 940;
	line-height: 1.06;
}

.bhs-account-page-head p {
	max-width: 740px;
	margin-top: 10px;
	color: var(--bhs-account-muted);
	font-size: 0.98rem;
	font-weight: 650;
	line-height: 1.52;
}

.bhs-account-content {
	grid-area: content;
	padding: 30px 42px 46px;
	background: #ffffff;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 6px;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation a {
	min-height: 42px;
	border: 1px solid transparent !important;
	border-radius: 10px;
	padding: 0 13px;
	color: #33465b;
	font-size: 0.88rem;
	font-weight: 850;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation a:hover,
body.bhs-account-focused .woocommerce-MyAccount-navigation .is-active a {
	border-color: var(--bhs-account-line) !important;
	background: #ffffff;
	color: var(--bhs-blue-deep);
	box-shadow: none;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation .is-active a {
	box-shadow: inset 3px 0 0 var(--bhs-blue-deep);
}

.bhs-account-nav-utilities {
	display: grid;
	gap: 8px;
	margin-top: 18px;
	border-top: 1px solid var(--bhs-account-line);
	padding-top: 16px;
}

.bhs-account-nav-utility {
	min-height: 36px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: transparent;
	color: #536578;
	font-size: 0.8rem;
	font-weight: 850;
}

.bhs-account-nav-utility:hover,
.bhs-account-nav-utility:focus-visible {
	border-color: var(--bhs-account-line);
	background: #ffffff;
	color: var(--bhs-blue-deep);
}

.bhs-account-nav-utility--logout {
	color: #8a2630;
}

.bhs-account-dashboard {
	display: grid;
	gap: 20px;
	max-width: 1040px;
}

@media (min-width: 901px) {
	.bhs-account-dashboard {
		grid-template-columns: minmax(0, 1fr) 320px;
		align-items: start;
	}

	.bhs-account-concierge {
		grid-column: 1 / -1;
	}

	.bhs-account-dashboard-hero,
	.bhs-account-section-head,
	.bhs-account-order-list {
		grid-column: 1;
	}

	.bhs-account-utility-grid {
		grid-column: 2;
		grid-row: 2 / span 3;
		align-self: start;
		grid-template-columns: 1fr;
	}
}

.bhs-account-concierge,
.bhs-account-dashboard-hero .bhs-account-summary-card--order,
.bhs-account-utility-grid .bhs-account-summary-card,
.bhs-account-order-row,
.bhs-order-card,
body.bhs-account-focused .woocommerce-Address,
body.bhs-account-focused .woocommerce-EditAccountForm,
body.bhs-account-focused .woocommerce-address-fields,
body.bhs-account-focused .woocommerce-ResetPassword {
	border: 1px solid var(--bhs-account-line);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: var(--bhs-account-shadow);
}

.bhs-account-concierge {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	padding: 24px;
}

.bhs-account-concierge h2 {
	margin: 0;
	color: var(--bhs-account-ink);
	font-size: clamp(1.42rem, 1.8vw, 2rem);
	font-weight: 940;
	line-height: 1.08;
}

.bhs-account-concierge p:not(.bhs-account-section-kicker) {
	max-width: 680px;
	color: var(--bhs-account-muted);
	font-weight: 650;
}

.bhs-account-dashboard-hero .bhs-account-summary-card--order {
	padding: 22px;
}

.bhs-account-utility-grid {
	display: grid;
	gap: 14px;
}

.bhs-account-utility-grid .bhs-account-summary-card {
	padding: 18px;
}

.bhs-account-order-list,
.bhs-orders-list {
	max-width: 940px;
	border-top: 0;
	display: grid;
	gap: 12px;
}

.bhs-account-order-row,
.bhs-order-card {
	border-bottom: 0;
	padding: 18px;
}

.bhs-account-order-row {
	grid-template-columns: minmax(0, 1fr) minmax(156px, max-content);
	gap: 18px;
}

.bhs-order-card {
	grid-template-columns: minmax(0, 1fr) 196px;
	gap: 20px;
	align-items: stretch;
}

.bhs-order-card__visual:empty,
.bhs-order-thumbnails:empty {
	display: none !important;
}

.bhs-order-card__head {
	align-items: flex-start;
	gap: 12px;
}

.bhs-order-card__number {
	color: var(--bhs-account-ink) !important;
	font-size: 1.04rem;
	font-weight: 940;
}

.bhs-order-state-labels {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.bhs-order-state-label {
	min-height: 24px;
	border: 0;
	border-radius: 999px;
	padding: 0 9px;
	font-size: 0.72rem;
	font-weight: 870;
}

.bhs-order-state-label--active {
	background: #e9f5fb;
	color: #0d4f7a;
}

.bhs-order-state-label--success {
	background: #e8f6ef;
	color: #146541;
}

.bhs-order-state-label--pending,
.bhs-order-state-label--hold {
	background: #fff3cf;
	color: #74540c;
}

.bhs-order-state-label--issue {
	background: #fdebed;
	color: #8a2630;
}

.bhs-order-state-label__dot {
	width: 5px;
	height: 5px;
	background: currentColor;
	opacity: 0.55;
}

.bhs-order-card__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 16px;
}

.bhs-order-card__meta div {
	border: 1px solid var(--bhs-account-line-soft);
	border-radius: 12px;
	background: #f8fafc;
	padding: 11px 12px;
}

.bhs-order-card__meta dt {
	margin-bottom: 5px;
	color: var(--bhs-account-muted-soft);
	font-size: 0.67rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.bhs-order-card__meta dd,
.bhs-order-card__meta dd > span {
	color: #4a5a6b;
	font-size: 0.9rem;
	font-weight: 720;
}

.bhs-order-card__meta strong,
.bhs-order-card__meta .woocommerce-Price-amount,
.bhs-order-card__meta .woocommerce-Price-amount bdi {
	color: var(--bhs-account-ink);
	font-size: 1rem;
	font-weight: 940;
}

.bhs-order-actions {
	align-self: stretch;
	display: grid;
	align-content: center;
	gap: 8px;
	width: 100%;
	margin: 0;
}

body.bhs-account-focused .woocommerce-Addresses {
	max-width: 980px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	border: 0;
	padding-top: 0;
}

body.bhs-account-focused .woocommerce-Address,
body.bhs-account-focused .woocommerce-Addresses .woocommerce-Address + .woocommerce-Address {
	border-left: 1px solid var(--bhs-account-line);
	padding: 22px;
}

body.bhs-account-focused .woocommerce-Address-title,
body.bhs-account-focused .woocommerce-Address .title {
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 18px;
}

body.bhs-account-focused .woocommerce-Address-title .edit,
body.bhs-account-focused .woocommerce-Address .title .edit {
	min-height: 34px;
	border: 1px solid var(--bhs-account-line);
	border-radius: 999px;
	padding: 7px 12px;
	background: #ffffff;
	color: var(--bhs-blue-deep);
	font-weight: 900;
	text-decoration: none;
}

.bhs-account-address-intro {
	max-width: 760px;
	margin-bottom: 18px;
	color: var(--bhs-account-muted);
	font-size: 0.95rem;
	font-weight: 650;
}

body.bhs-account-focused .woocommerce-EditAccountForm,
body.bhs-account-focused .woocommerce-address-fields,
body.bhs-account-focused .woocommerce-ResetPassword {
	max-width: 780px;
	padding: 26px;
}

.bhs-account-form-panel-head {
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--bhs-account-line-soft);
}

.bhs-account-form-panel-head h2 {
	color: var(--bhs-account-ink);
	font-size: 1.25rem;
	font-weight: 940;
}

.bhs-account-form-section--basic {
	column-gap: 18px;
	row-gap: 2px;
}

body.bhs-account-focused label {
	color: #4f5f72;
	font-size: 0.8rem;
	font-weight: 850;
}

body.bhs-account-focused [data-bhs-account-shell] input[type="text"],
body.bhs-account-focused [data-bhs-account-shell] input[type="email"],
body.bhs-account-focused [data-bhs-account-shell] input[type="password"],
body.bhs-account-focused [data-bhs-account-shell] input[type="tel"],
body.bhs-account-focused [data-bhs-account-shell] select,
body.bhs-account-focused [data-bhs-account-shell] textarea {
	min-height: 50px;
	border: 1px solid #e7edf3;
	border-radius: 10px;
	background: #f8fafc;
	color: var(--bhs-account-ink);
	font-size: 1rem;
}

.bhs-account-form-section--password {
	border: 1px solid var(--bhs-account-line);
	border-radius: 14px;
	margin-top: 22px;
	padding: 0 18px;
	background: #fbfdff;
}

.bhs-account-password-summary__action {
	border-radius: 999px;
}

.bhs-account-shell--customer-logout .bhs-account-content {
	display: grid;
	justify-items: center;
}

.bhs-account-shell--customer-logout .woocommerce-info,
.bhs-account-shell--customer-logout .woocommerce-message,
.bhs-account-shell--customer-logout .woocommerce-error {
	width: min(100%, 520px);
	border: 1px solid var(--bhs-account-line) !important;
	border-radius: 16px !important;
	background: #ffffff !important;
	padding: 22px !important;
	text-align: center;
	box-shadow: var(--bhs-account-shadow);
}

@media (max-width: 900px) {
	body.bhs-account-focused .content-container.site-container {
		width: 100%;
	}

	.bhs-account-shell {
		padding-bottom: 0;
	}

	.bhs-account-surface {
		grid-template-columns: 1fr;
		grid-template-areas:
			"head"
			"nav"
			"content";
		min-height: 0;
		border: 0;
		border-radius: 0;
	}

	.bhs-account-page-head {
		padding: 24px 18px 16px;
	}

	.bhs-account-page-head h1 {
		font-size: 1.5rem;
	}

	.bhs-account-page-head p {
		font-size: 0.92rem;
	}

	.bhs-account-nav {
		position: sticky;
		top: 0;
		z-index: 12;
		border-top: 1px solid var(--bhs-account-line);
		border-right: 0;
		border-bottom: 1px solid var(--bhs-account-line);
		padding: 10px 0 9px;
		background: rgba(255, 255, 255, 0.96);
		backdrop-filter: blur(14px);
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		padding: 0 18px;
		scrollbar-width: none;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation::-webkit-scrollbar {
		display: none;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation ul {
		display: flex !important;
		grid-template-columns: none;
		gap: 8px;
		min-width: max-content;
		padding: 0 18px 0 0;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation li {
		flex: 0 0 auto;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation a {
		min-height: 36px;
		border: 1px solid var(--bhs-account-line) !important;
		border-radius: 999px;
		background: #ffffff;
		padding: 0 14px;
		box-shadow: none;
		white-space: nowrap;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation .is-active a {
		border-color: rgba(10, 77, 128, 0.24) !important;
		background: #eaf4fb;
		box-shadow: none;
	}

	.bhs-account-nav-utilities {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		margin: 8px 0 0;
		border-top: 0;
		padding: 0 18px;
		scrollbar-width: none;
	}

	.bhs-account-nav-utilities::-webkit-scrollbar {
		display: none;
	}

	.bhs-account-nav-utility {
		flex: 0 0 auto;
		min-height: 32px;
		border: 1px solid var(--bhs-account-line);
		border-radius: 999px;
		background: #ffffff;
		padding: 0 12px;
		white-space: nowrap;
	}

	.bhs-account-content {
		padding: 18px 18px 36px;
	}

	.bhs-account-dashboard,
	.bhs-orders-list,
	body.bhs-account-focused .woocommerce-Addresses {
		max-width: none;
	}

	.bhs-account-concierge {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.bhs-account-concierge .button {
		justify-self: stretch;
	}

	.bhs-account-dashboard-hero .bhs-account-summary-card--order,
	.bhs-account-utility-grid .bhs-account-summary-card,
	.bhs-account-order-row,
	.bhs-order-card,
	body.bhs-account-focused .woocommerce-Address,
	body.bhs-account-focused .woocommerce-EditAccountForm,
	body.bhs-account-focused .woocommerce-address-fields,
	body.bhs-account-focused .woocommerce-ResetPassword {
		border-radius: 16px;
	}

	.bhs-account-order-row,
	.bhs-order-card {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 18px;
	}

	.bhs-order-card__meta {
		grid-template-columns: 1fr 1fr;
	}

	.bhs-order-actions,
	.bhs-account-order-row__actions,
	.bhs-account-dashboard-hero .bhs-account-summary-card__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		margin-top: 4px;
	}

	body.bhs-account-focused .woocommerce-Addresses {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	body.bhs-account-focused .woocommerce-Address,
	body.bhs-account-focused .woocommerce-Addresses .woocommerce-Address + .woocommerce-Address {
		border-left: 1px solid var(--bhs-account-line);
		padding: 20px;
	}

	.bhs-account-form-section--basic,
	.bhs-account-address-form__fields {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	body.bhs-account-focused .woocommerce-MyAccount-navigation ul,
	.bhs-account-nav-utilities {
		grid-template-columns: none;
	}

	.bhs-account-page-head,
	.bhs-account-content {
		padding-right: 14px;
		padding-left: 14px;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation,
	.bhs-account-nav-utilities {
		padding-right: 14px;
		padding-left: 14px;
	}

	.bhs-order-card__meta {
		grid-template-columns: 1fr;
	}

	body.bhs-account-focused .woocommerce-EditAccountForm,
	body.bhs-account-focused .woocommerce-address-fields,
	body.bhs-account-focused .woocommerce-ResetPassword {
		padding: 20px;
	}
}

/* Account field polish: forms, address blocks and order action alignment. */
body.bhs-account-focused [data-bhs-account-shell] input[type="text"],
body.bhs-account-focused [data-bhs-account-shell] input[type="email"],
body.bhs-account-focused [data-bhs-account-shell] input[type="password"],
body.bhs-account-focused [data-bhs-account-shell] input[type="tel"],
body.bhs-account-focused [data-bhs-account-shell] select,
body.bhs-account-focused [data-bhs-account-shell] textarea {
	border-color: #e5ebf1;
	background: #f9fafb;
	padding: 12px 16px;
	box-shadow: inset 0 1px 0 rgba(15, 35, 57, 0.015);
}

body.bhs-account-focused [data-bhs-account-shell] input[type="text"]:hover,
body.bhs-account-focused [data-bhs-account-shell] input[type="email"]:hover,
body.bhs-account-focused [data-bhs-account-shell] input[type="password"]:hover,
body.bhs-account-focused [data-bhs-account-shell] input[type="tel"]:hover,
body.bhs-account-focused [data-bhs-account-shell] select:hover,
body.bhs-account-focused [data-bhs-account-shell] textarea:hover {
	border-color: #d9e3ec;
	background: #ffffff;
}

.bhs-account-address-structured {
	border: 1px solid var(--bhs-account-line-soft);
	border-radius: 12px;
	background: #f9fafb;
	padding: 14px 15px;
}

.bhs-account-summary-card .bhs-account-address-structured {
	margin-top: 10px;
}

.bhs-account-address-structured__name,
.bhs-account-address-structured__primary {
	color: var(--bhs-account-ink);
}

.bhs-account-section-head,
body.bhs-account-focused .woocommerce-Address-title,
body.bhs-account-focused .woocommerce-Address .title,
.bhs-account-summary-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.bhs-account-section-head .bhs-account-text-link,
body.bhs-account-focused .woocommerce-Address-title .edit,
body.bhs-account-focused .woocommerce-Address .title .edit {
	flex: 0 0 auto;
}

@media (min-width: 901px) {
	.bhs-order-card {
		grid-template-columns: minmax(0, 1fr) 176px;
		gap: 24px;
		padding: 22px;
	}

	.bhs-order-card__meta {
		gap: 12px;
	}
}

.bhs-order-card .bhs-order-action--destructive {
	justify-self: center;
	min-height: 36px;
	border: 0 !important;
	background: transparent !important;
	padding: 8px 10px !important;
	color: #9b3a44 !important;
	font-size: 0.82rem !important;
	font-weight: 850 !important;
	box-shadow: none !important;
}

.bhs-order-card .bhs-order-action--destructive:hover,
.bhs-order-card .bhs-order-action--destructive:focus-visible {
	background: transparent !important;
	color: #7e1f2a !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.bhs-order-card {
	border-color: #e8eef4;
}

.bhs-order-card__meta div {
	border-color: #edf2f6;
}

/* Current account rhythm: flattened shell aligned with cart and checkout. */
body.bhs-account-focused {
	--bhs-account-radius: var(--bhs-ui-radius);
	--bhs-account-ink: #142235;
	--bhs-account-muted: #56687d;
	--bhs-account-muted-soft: #748295;
	--bhs-account-page: var(--bhs-ui-surface-soft);
	--bhs-account-panel: var(--bhs-ui-surface);
	--bhs-account-line: var(--bhs-ui-line-soft);
	--bhs-account-line-soft: rgba(12, 52, 87, 0.08);
	--bhs-account-line-hair: rgba(12, 52, 87, 0.055);
	--bhs-account-line-strong: rgba(17, 43, 69, 0.18);
	background: var(--bhs-account-page);
	color: var(--bhs-account-ink);
}

body.bhs-account-focused .content-container.site-container {
	width: var(--bhs-transaction-shell-width, min(100% - 48px, 1320px));
}

.bhs-account-shell {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 0 46px;
}

.bhs-account-surface {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas:
		"head"
		"nav"
		"content";
	gap: 0;
	min-height: 0;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.bhs-account-page-head {
	padding: 0 0 18px;
	border-bottom: 1px solid var(--bhs-account-line);
	background: transparent;
}

.bhs-account-page-head .bhs-shell-title-icon,
.bhs-auth-head .bhs-shell-title-icon,
.bhs-account-summary-card__icon {
	display: none !important;
}

.bhs-account-page-head h1,
.bhs-auth-head h1 {
	display: block;
	margin: 0 !important;
	color: var(--bhs-account-ink);
	font-size: clamp(1.42rem, 1.9vw, 1.82rem);
	font-weight: 950;
	line-height: 1.05;
}

.bhs-account-page-head p,
.bhs-auth-head p {
	max-width: 650px;
	margin: 8px 0 0;
	color: #4d6177;
	font-size: 0.92rem;
	font-weight: 720;
	line-height: 1.42;
}

.bhs-account-nav {
	position: static;
	grid-area: nav;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 14px;
	min-height: 0;
	border: 0;
	border-bottom: 1px solid var(--bhs-account-line-soft);
	padding: 11px 0;
	background: transparent;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation {
	flex: 0 1 auto;
	width: auto !important;
	min-width: 0;
	overflow: visible;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation ul {
	display: flex;
	align-items: center;
	gap: 4px;
	min-width: max-content;
	padding: 0;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation a {
	min-height: 36px;
	border: 0 !important;
	border-radius: 0;
	padding: 0 10px;
	background: transparent;
	box-shadow: none;
	color: #31465d;
	font-size: 0.84rem;
	font-weight: 880;
	line-height: 1.1;
	white-space: nowrap;
}

body.bhs-account-focused .woocommerce-MyAccount-navigation a:hover,
body.bhs-account-focused .woocommerce-MyAccount-navigation .is-active a {
	background: transparent;
	box-shadow: inset 0 -2px 0 var(--bhs-blue-deep);
	color: var(--bhs-blue-deep);
}

.bhs-account-nav-utilities {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 4px;
	margin: 0 0 0 auto;
	border: 0;
	padding: 0;
}

.bhs-account-nav-utility {
	min-height: 34px;
	border: 0;
	border-radius: 0;
	padding: 0 9px;
	background: transparent;
	color: #596a7e;
	font-size: 0.78rem;
	font-weight: 820;
	white-space: nowrap;
}

.bhs-account-nav-utility:hover,
.bhs-account-nav-utility:focus-visible {
	background: transparent;
	color: var(--bhs-blue-deep);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.bhs-account-nav-utility--logout {
	color: #8a3a3a;
}

.bhs-account-mobile-utilities {
	display: none;
}

.bhs-account-content {
	grid-area: content;
	padding: 22px 0 0;
	background: transparent;
}

.bhs-account-dashboard {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
	max-width: 980px;
}

.bhs-account-concierge,
.bhs-account-dashboard-hero,
.bhs-account-section-head,
.bhs-account-order-list,
.bhs-account-utility-grid {
	grid-column: auto;
	grid-row: auto;
}

.bhs-account-concierge {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 16px 24px;
	border: 0;
	border-bottom: 1px solid var(--bhs-account-line);
	border-radius: 0;
	padding: 0 0 20px;
	background: transparent;
	box-shadow: none;
}

.bhs-account-concierge h2 {
	margin: 0;
	color: var(--bhs-account-ink);
	font-size: clamp(1.38rem, 1.8vw, 1.78rem);
	font-weight: 950;
	line-height: 1.08;
}

.bhs-account-concierge p:not(.bhs-account-section-kicker) {
	max-width: 640px;
	margin: 7px 0 0;
	color: var(--bhs-account-muted);
	font-size: 0.92rem;
	font-weight: 690;
	line-height: 1.44;
}

.bhs-account-dashboard-hero,
.bhs-account-section-head,
.bhs-account-order-list,
.bhs-orders-list,
.bhs-account-utility-grid,
body.bhs-account-focused .woocommerce-Addresses,
body.bhs-account-focused .woocommerce-EditAccountForm,
body.bhs-account-focused .woocommerce-address-fields,
body.bhs-account-focused .woocommerce-ResetPassword {
	max-width: 980px;
}

.bhs-account-section-kicker,
.bhs-order-card__meta dt,
.bhs-address-card-label {
	color: #4f6480;
	font-size: 0.68rem;
	font-weight: 930;
	letter-spacing: 0;
	text-transform: uppercase;
}

.bhs-account-summary-card,
.bhs-account-dashboard-hero .bhs-account-summary-card--order,
.bhs-account-utility-grid .bhs-account-summary-card,
.bhs-account-order-row,
.bhs-order-card,
body.bhs-account-focused .woocommerce-Address,
body.bhs-account-focused .woocommerce-EditAccountForm,
body.bhs-account-focused .woocommerce-address-fields,
body.bhs-account-focused .woocommerce-ResetPassword {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.bhs-account-dashboard-hero .bhs-account-summary-card--order,
.bhs-account-utility-grid .bhs-account-summary-card,
.bhs-account-order-row,
.bhs-order-card {
	border-bottom: 1px solid var(--bhs-account-line-soft);
	padding: 18px 0;
}

.bhs-account-dashboard-hero .bhs-account-summary-card--order {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 14px 22px;
	align-items: center;
}

.bhs-account-dashboard-hero .bhs-account-summary-card__actions {
	grid-column: auto;
	grid-row: auto;
	align-self: auto;
	justify-content: flex-end;
	margin-top: 4px;
}

.bhs-account-utility-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	border-top: 1px solid var(--bhs-account-line);
	padding-top: 20px;
}

.bhs-account-summary-card h3,
.bhs-account-order-row h3,
.bhs-account-empty h3,
.bhs-order-card__number,
body.bhs-account-focused .woocommerce-Address-title h2,
body.bhs-account-focused .woocommerce-Address .title h2,
.bhs-account-form-panel-head h2 {
	color: var(--bhs-account-ink) !important;
	font-weight: 950;
}

.bhs-account-summary-card p:not(.bhs-account-section-kicker),
.bhs-account-order-row p:not(.bhs-account-section-kicker),
.bhs-account-empty p,
.bhs-order-card__meta dd,
.bhs-order-card__meta dd > span,
.bhs-account-address-intro,
body.bhs-account-focused .woocommerce-Address address {
	color: var(--bhs-account-muted);
	font-weight: 680;
}

.bhs-order-thumbnails {
	margin: 9px 0 6px;
}

.bhs-order-thumbnail {
	width: 40px;
	height: 40px;
	border: 1px solid var(--bhs-account-panel);
	border-radius: 8px;
	box-shadow: 0 3px 9px rgba(12, 52, 87, 0.08);
}

.bhs-order-card {
	grid-template-columns: minmax(0, 1fr) max-content;
	align-items: center;
	gap: 22px;
}

.bhs-order-card__visual {
	display: none;
}

.bhs-order-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin-top: 11px;
}

.bhs-order-card__meta div {
	min-width: 120px;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
}

.bhs-order-state-label {
	min-height: 24px;
	border: 0;
	border-radius: 999px;
	padding: 4px 8px;
	font-size: 0.72rem;
	font-weight: 850;
}

.bhs-order-state-label__dot {
	width: 5px;
	height: 5px;
	opacity: 0.58;
}

.bhs-account-reorder-action,
.bhs-order-action--reorder,
.bhs-account-primary-action,
.bhs-account-shell button[type="submit"],
.bhs-auth-shell button[type="submit"],
.bhs-post-order-shell button[type="submit"] {
	min-height: 42px;
	border-radius: 7px !important;
	background: var(--bhs-blue-deep) !important;
	border-color: var(--bhs-blue-deep) !important;
	box-shadow: none !important;
	color: var(--bhs-ui-action-text) !important;
}

.bhs-account-reorder-action:hover,
.bhs-account-reorder-action:focus-visible,
.bhs-order-action--reorder:hover,
.bhs-order-action--reorder:focus-visible,
.bhs-account-primary-action:hover,
.bhs-account-primary-action:focus-visible,
.bhs-account-shell button[type="submit"]:hover,
.bhs-account-shell button[type="submit"]:focus-visible {
	background: #052f4f !important;
	border-color: #052f4f !important;
	color: #ffffff !important;
}

.bhs-account-secondary-action,
.bhs-account-summary-card .button.bhs-account-secondary-action,
.bhs-account-order-row .button.bhs-account-secondary-action,
.bhs-order-card .bhs-order-action--secondary,
.bhs-order-card .bhs-order-action--reorder {
	min-height: 40px;
	border: 1px solid var(--bhs-ui-control-line) !important;
	border-radius: 7px !important;
	background: var(--bhs-account-panel) !important;
	color: var(--bhs-blue-deep) !important;
	padding: 0 14px !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.bhs-account-summary-card .button.bhs-account-secondary-action:hover,
.bhs-account-summary-card .button.bhs-account-secondary-action:focus-visible,
.bhs-account-order-row .button.bhs-account-secondary-action:hover,
.bhs-account-order-row .button.bhs-account-secondary-action:focus-visible,
.bhs-order-card .bhs-order-action--secondary:hover,
.bhs-order-card .bhs-order-action--secondary:focus-visible,
.bhs-order-card .bhs-order-action--reorder:hover,
.bhs-order-card .bhs-order-action--reorder:focus-visible,
.bhs-account-secondary-action:hover,
.bhs-account-secondary-action:focus-visible {
	border-color: var(--bhs-ui-control-line-hover) !important;
	background: var(--bhs-ui-surface-blue) !important;
	color: var(--bhs-blue-deep) !important;
	text-decoration: none !important;
}

.bhs-order-card .bhs-order-action--destructive {
	border: 0 !important;
	background: transparent !important;
	color: #8a3a3a !important;
	box-shadow: none !important;
}

body.bhs-account-focused .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
	border: 0;
	padding: 0;
}

body.bhs-account-focused .woocommerce-Address,
body.bhs-account-focused .woocommerce-Addresses .woocommerce-Address,
body.bhs-account-focused .woocommerce-Addresses .woocommerce-Address + .woocommerce-Address {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	border: 1px solid #dbe5ee;
	border-radius: 8px;
	padding: 16px;
	background: #fbfdff;
	box-shadow: 0 1px 0 rgba(12, 52, 87, 0.03);
}

body.bhs-account-focused .woocommerce-Address.bhs-account-address-card--primary {
	border-color: #cbddeb;
	background: #ffffff;
	box-shadow: 0 1px 0 rgba(12, 52, 87, 0.03);
}

body.bhs-account-focused .woocommerce-Addresses .woocommerce-Address + .woocommerce-Address {
	border-left: 1px solid #dbe5ee;
	padding-left: 16px;
}

body.bhs-account-focused .woocommerce-Address-title,
body.bhs-account-focused .woocommerce-Address .title,
.bhs-account-section-head,
.bhs-account-summary-card__head {
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

body.bhs-account-focused .woocommerce-Address-title,
body.bhs-account-focused .woocommerce-Address .title {
	display: block;
	border-bottom: 0;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 0;
	text-align: left !important;
}

.bhs-account-address-card__head-main {
	display: grid;
	width: 100%;
	min-width: 0;
	gap: 6px;
	justify-items: stretch;
	text-align: left;
}

.bhs-account-address-card__title-row {
	display: flex;
	width: 100%;
	min-width: 0;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}

body.bhs-account-focused .woocommerce-Address-title h2,
body.bhs-account-focused .woocommerce-Address .title h2 {
	flex: 1 1 auto;
	min-width: 0;
	width: auto !important;
	margin: 0 !important;
	font-size: 1.04rem !important;
	line-height: 1.2 !important;
	text-align: left !important;
}

body.bhs-account-focused .woocommerce-Address-title .edit,
body.bhs-account-focused .woocommerce-Address .title .edit,
.bhs-account-text-link {
	min-height: auto;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
	color: var(--bhs-blue-deep) !important;
	font-size: 0.86rem;
	font-weight: 900 !important;
	text-decoration: none;
}

.bhs-address-card-label {
	display: inline-flex;
	width: fit-content;
	min-height: 19px;
	align-items: center;
	justify-self: start;
	border: 1px solid rgba(0, 75, 131, 0.1);
	border-radius: 999px;
	margin: 0 !important;
	background: #eef6ff;
	padding: 2px 7px;
	color: var(--bhs-blue-deep);
	font-size: 0.64rem;
	font-weight: 930;
	line-height: 1;
	text-transform: uppercase;
}

.bhs-account-address-card--billing .bhs-address-card-label {
	border-color: rgba(79, 100, 128, 0.16);
	background: #f3f6f9;
	color: #4f6480;
}

.bhs-account-address-card__edit {
	flex: 0 0 auto;
	margin-top: 0 !important;
	line-height: 1.2;
}

body.bhs-account-focused .woocommerce-Address-title .edit:hover,
body.bhs-account-focused .woocommerce-Address .title .edit:hover,
.bhs-account-text-link:hover,
.bhs-account-text-link:focus-visible {
	color: var(--bhs-blue) !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

body.bhs-account-focused .woocommerce-Address address {
	padding-top: 0;
	color: var(--bhs-account-muted);
	font-size: 0.91rem;
	font-weight: 600;
	line-height: 1.36;
}

.bhs-account-address-structured {
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
	gap: 4px;
}

.bhs-account-address-structured p,
.bhs-account-address-empty {
	margin: 0 !important;
}

.bhs-account-address-structured__name {
	color: var(--bhs-account-ink);
	font-size: 0.92rem;
	font-weight: 780;
}

.bhs-account-address-structured__primary {
	color: var(--bhs-account-ink);
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.25;
}

.bhs-account-address-structured__muted {
	color: #5f7287;
	font-size: 0.9rem;
	font-weight: 620;
}

.bhs-account-address-structured__contact {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 8px;
	margin-top: 2px !important;
	color: #5f7287;
	font-size: 0.86rem;
	font-weight: 700;
}

.bhs-account-address-structured__contact span + span::before {
	margin-right: 8px;
	color: #9aabba;
	content: "·";
}

body.bhs-account-focused .woocommerce-EditAccountForm,
body.bhs-account-focused .woocommerce-address-fields,
body.bhs-account-focused .woocommerce-ResetPassword {
	padding: 0;
}

.bhs-account-form-panel-head {
	margin-bottom: 20px;
	border-bottom: 1px solid var(--bhs-account-line-soft);
	padding-bottom: 16px;
}

.bhs-account-form-section--basic,
.bhs-account-address-form__fields {
	column-gap: 14px;
}

body.bhs-account-focused label,
body.bhs-post-order-focused label {
	margin-bottom: 7px;
	color: #435269;
	font-size: 0.82rem;
	font-weight: 850;
	line-height: 1.2;
}

body.bhs-account-focused [data-bhs-account-shell] input[type="text"],
body.bhs-account-focused [data-bhs-account-shell] input[type="email"],
body.bhs-account-focused [data-bhs-account-shell] input[type="password"],
body.bhs-account-focused [data-bhs-account-shell] input[type="tel"],
body.bhs-account-focused [data-bhs-account-shell] select,
body.bhs-account-focused [data-bhs-account-shell] textarea {
	min-height: 46px;
	border: 1px solid #dbe6ee;
	border-radius: 7px;
	background: var(--bhs-account-panel);
	padding: 10px 12px;
	color: var(--bhs-account-ink);
	font-size: 1rem;
	box-shadow: none !important;
}

body.bhs-account-focused [data-bhs-account-shell] input[type="text"]:hover,
body.bhs-account-focused [data-bhs-account-shell] input[type="email"]:hover,
body.bhs-account-focused [data-bhs-account-shell] input[type="password"]:hover,
body.bhs-account-focused [data-bhs-account-shell] input[type="tel"]:hover,
body.bhs-account-focused [data-bhs-account-shell] select:hover,
body.bhs-account-focused [data-bhs-account-shell] textarea:hover {
	border-color: #c8d8e6;
	background: var(--bhs-account-panel);
}

body.bhs-account-focused [data-bhs-account-shell] input:not([type]):focus,
body.bhs-account-focused [data-bhs-account-shell] input[type="text"]:focus,
body.bhs-account-focused [data-bhs-account-shell] input[type="email"]:focus,
body.bhs-account-focused [data-bhs-account-shell] input[type="password"]:focus,
body.bhs-account-focused [data-bhs-account-shell] input[type="tel"]:focus,
body.bhs-account-focused [data-bhs-account-shell] input[type="number"]:focus,
body.bhs-account-focused [data-bhs-account-shell] input[type="url"]:focus,
body.bhs-account-focused [data-bhs-account-shell] select:focus,
body.bhs-account-focused [data-bhs-account-shell] textarea:focus,
body.bhs-account-focused [data-bhs-account-shell] .form-row:focus-within input:not([type]),
body.bhs-account-focused [data-bhs-account-shell] .form-row:focus-within input[type="text"],
body.bhs-account-focused [data-bhs-account-shell] .form-row:focus-within input[type="email"],
body.bhs-account-focused [data-bhs-account-shell] .form-row:focus-within input[type="password"],
body.bhs-account-focused [data-bhs-account-shell] .form-row:focus-within input[type="tel"],
body.bhs-account-focused [data-bhs-account-shell] .form-row:focus-within input[type="number"],
body.bhs-account-focused [data-bhs-account-shell] .form-row:focus-within input[type="url"],
body.bhs-account-focused [data-bhs-account-shell] .form-row:focus-within select,
body.bhs-account-focused [data-bhs-account-shell] .form-row:focus-within textarea {
	border-color: var(--bhs-blue);
	background: var(--bhs-account-panel);
	outline: 2px solid rgba(0, 107, 173, 0.15) !important;
	outline-offset: 1px;
	box-shadow: none !important;
}

.bhs-account-form-section--password {
	max-width: 760px;
	border: 0;
	border-top: 1px solid var(--bhs-account-line-soft);
	border-radius: 0;
	margin-top: 24px;
	padding: 0;
	background: transparent;
}

.bhs-account-password-summary {
	padding: 18px 0;
}

.bhs-account-password-summary__action {
	border-radius: 7px;
	background: var(--bhs-account-panel);
}

.bhs-auth-shell {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 0 46px;
}

.bhs-auth-surface {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
	column-gap: clamp(34px, 5vw, 64px);
	align-items: start;
	background: transparent;
}

.bhs-auth-primary,
.bhs-auth-secondary {
	padding: 0;
}

.bhs-auth-secondary {
	border-left: 1px solid var(--bhs-account-line-soft);
	background: transparent;
	padding-left: clamp(28px, 4vw, 42px);
}

body.bhs-account-focused .bhs-auth-primary form.login,
body.bhs-account-focused .bhs-auth-primary .woocommerce-form-login,
body.bhs-account-focused .bhs-auth-primary .woocommerce-ResetPassword {
	max-width: 440px;
}

.bhs-auth-head {
	max-width: 470px;
}

body.bhs-account-focused .bhs-auth-secondary form.register {
	max-width: 340px;
}

@media (min-width: 901px) {
	body.bhs-account-focused .bhs-auth-surface {
		grid-template-columns: minmax(320px, 440px) minmax(280px, 340px);
		justify-content: start;
		column-gap: clamp(36px, 5vw, 72px);
	}

	body.bhs-account-focused .bhs-auth-primary {
		width: min(100%, 440px);
		max-width: 440px;
	}

	body.bhs-account-focused .bhs-auth-primary form.login,
	body.bhs-account-focused .bhs-auth-primary .woocommerce-form-login,
	body.bhs-account-focused .bhs-auth-primary .woocommerce-ResetPassword {
		width: 100%;
		max-width: 440px !important;
	}

	body.bhs-account-focused .bhs-auth-primary form .form-row,
	body.bhs-account-focused .bhs-auth-primary form .form-row input {
		width: 100%;
		max-width: 440px;
	}
}

body.bhs-post-order-focused {
	background: var(--bhs-ui-surface-soft);
}

.bhs-post-order-surface {
	max-width: 980px;
	padding-top: 0;
}

.bhs-post-order-review {
	border-bottom: 1px solid var(--bhs-account-line);
	padding: 0 0 20px;
}

.bhs-post-order-review__title {
	max-width: 760px;
	font-size: clamp(1.58rem, 2.25vw, 2rem) !important;
	font-weight: 950 !important;
	line-height: 1.06 !important;
}

.bhs-post-order-review__main p {
	max-width: 650px;
	color: #4d6177;
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.44;
}

.bhs-post-order-payment-alert {
	grid-template-columns: 1fr;
	gap: 0;
	border-left: 3px solid #d3950c;
	margin: 22px 0;
	padding: 13px 15px;
	background: #fff8e6;
	box-shadow: none;
}

.bhs-post-order-payment-alert__marker {
	display: none;
}

.bhs-post-order-payment-alert h2 {
	font-size: 0.92rem;
	font-weight: 940;
}

.bhs-post-order-payment-alert p {
	margin-top: 3px;
	color: #5d4a21;
	font-size: 0.84rem;
	font-weight: 680;
}

.bhs-order-progress {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 22px;
}

.bhs-order-progress::before {
	top: 7px;
	right: 16.666%;
	left: 16.666%;
	height: 1px;
	background: var(--bhs-ui-control-line);
}

.bhs-order-progress__marker {
	width: 14px;
	height: 14px;
	border-width: 1px;
}

.bhs-order-progress .is-complete .bhs-order-progress__marker,
.bhs-order-progress .is-current .bhs-order-progress__marker {
	box-shadow: inset 0 0 0 3px var(--bhs-ui-surface);
}

.bhs-order-progress strong {
	font-size: 0.78rem;
}

.bhs-order-progress span span {
	font-size: 0.72rem;
}

.bhs-post-order-ledger {
	border: 1px solid var(--bhs-account-line-soft);
	border-radius: var(--bhs-account-radius);
	padding: 18px 20px 20px;
	background: var(--bhs-ui-surface);
}

.bhs-post-order-summary__list {
	gap: 14px;
}

.bhs-order-detail-item {
	border-bottom-color: var(--bhs-account-line-hair);
}

@media (max-width: 900px) {
	body.bhs-account-focused .content-container.site-container {
		width: 100%;
	}

	.bhs-account-shell,
	.bhs-auth-shell {
		max-width: none;
		padding-bottom: 0;
	}

	.bhs-account-page-head {
		padding: 22px 14px 16px;
	}

	.bhs-account-page-head h1,
	.bhs-auth-head h1 {
		font-size: 1.48rem;
	}

	.bhs-account-nav {
		position: sticky;
		top: 0;
		z-index: 12;
		gap: 8px;
		border-top: 1px solid var(--bhs-account-line-soft);
		border-bottom: 1px solid var(--bhs-account-line-soft);
		padding: 9px 14px;
		background: rgba(255, 255, 255, 0.97);
		backdrop-filter: blur(12px);
		scrollbar-width: none;
	}

	.bhs-account-nav::-webkit-scrollbar {
		display: none;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation,
	.bhs-account-nav-utilities {
		flex: 0 0 auto;
		overflow: visible;
		padding: 0;
	}

	.bhs-account-nav-utilities {
		display: none !important;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation {
		flex: 1 1 100%;
		width: 100% !important;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation ul {
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 6px;
		width: 100%;
		min-width: 0;
		justify-content: center;
		padding: 0;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation li {
		min-width: 0;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation a,
	.bhs-account-nav-utility {
		display: flex !important;
		box-sizing: border-box;
		align-items: center !important;
		justify-content: center !important;
		height: 34px !important;
		min-height: 34px !important;
		min-width: 0;
		border: 1px solid var(--bhs-account-line-soft) !important;
		border-radius: 999px;
		background: var(--bhs-account-panel);
		padding: 0 8px !important;
		box-shadow: none;
		font-size: 0.68rem;
		line-height: 1 !important;
		text-align: center !important;
		overflow: visible;
		text-overflow: clip;
	}

	body.bhs-account-focused .woocommerce-MyAccount-navigation .is-active a {
		border-color: rgba(0, 75, 131, 0.22) !important;
		background: #edf7fd;
		box-shadow: none;
	}

	.bhs-account-mobile-utilities {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		border-top: 1px solid var(--bhs-account-line-soft);
		padding: 14px;
		background: var(--bhs-account-panel);
	}

	.bhs-account-mobile-utilities .bhs-account-nav-utility {
		flex: 1 1 140px;
		justify-content: center;
		border: 1px solid rgba(0, 75, 131, 0.14) !important;
		border-radius: 999px;
		background: var(--bhs-account-panel);
	}

	.bhs-account-content {
		padding: 18px 14px 34px;
	}

	.bhs-account-concierge {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.bhs-account-concierge .button,
	.bhs-account-dashboard-hero .bhs-account-summary-card__actions,
	.bhs-account-order-row__actions,
	.bhs-order-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.bhs-account-dashboard-hero .bhs-account-summary-card--order,
	.bhs-account-order-row,
	.bhs-order-card {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.bhs-account-dashboard-hero .bhs-account-summary-card__actions {
		grid-column: auto;
		grid-row: auto;
		margin-top: 6px;
	}

	.bhs-account-utility-grid,
	body.bhs-account-focused .woocommerce-Addresses,
	.bhs-auth-surface {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.bhs-account-utility-grid .bhs-account-summary-card,
	body.bhs-account-focused .woocommerce-Address,
	body.bhs-account-focused .woocommerce-Addresses .woocommerce-Address + .woocommerce-Address {
		border-left: 0;
		border-bottom: 1px solid var(--bhs-account-line-soft);
		padding: 18px 0;
	}

	body.bhs-account-focused .woocommerce-Addresses {
		gap: 14px;
	}

	body.bhs-account-focused .woocommerce-Address,
	body.bhs-account-focused .woocommerce-Addresses .woocommerce-Address,
	body.bhs-account-focused .woocommerce-Addresses .woocommerce-Address + .woocommerce-Address {
		border: 1px solid #dbe5ee;
		border-radius: 8px;
		padding: 16px;
		background: #fbfdff;
	}

	body.bhs-account-focused .woocommerce-Address.bhs-account-address-card--primary {
		border-color: rgba(0, 75, 131, 0.24);
		background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	}

	.bhs-account-address-card__head-main {
		gap: 6px;
	}

	.bhs-auth-shell {
		padding: 22px 14px 34px;
	}

	.bhs-auth-surface {
		row-gap: 26px;
	}

	.bhs-auth-secondary {
		border-top: 1px solid var(--bhs-account-line-soft);
		border-left: 0;
		padding-top: 24px;
		padding-left: 0;
	}

	body.bhs-account-focused .bhs-auth-secondary form.register,
	body.bhs-account-focused .bhs-auth-secondary .woocommerce-privacy-policy-text,
	body.bhs-account-focused .bhs-auth-secondary .woocommerce-privacy-policy-text p {
		max-width: none;
	}

	.bhs-order-card__meta {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 9px 16px;
	}
}

@media (max-width: 640px) {
	body.bhs-account-focused .content-wrap,
	body.bhs-account-focused .entry.single-entry,
	body.bhs-account-focused .entry-content-wrap,
	body.bhs-account-focused .entry-content.single-content,
	body.bhs-account-focused .woocommerce {
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
	}

	.bhs-account-form-section--basic,
	.bhs-account-address-form__fields,
	.bhs-order-card__meta {
		grid-template-columns: 1fr;
	}

	body.bhs-post-order-focused .content-container.site-container {
		width: 100%;
		max-width: none;
	}

	.bhs-post-order-shell {
		width: 100vw;
		margin-inline: calc(50% - 50vw);
	}

	.bhs-post-order-surface {
		padding: 0 14px 28px;
	}

	body.bhs-post-order-focused .bhs-order-progress {
		grid-template-columns: repeat(3, minmax(94px, 1fr));
		gap: 10px;
		margin: 0 0 18px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	body.bhs-post-order-focused .bhs-order-progress::-webkit-scrollbar {
		display: none;
	}

	.bhs-order-progress li,
	.bhs-order-progress li:first-child {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 6px;
		padding: 0;
		text-align: center;
	}

	.bhs-order-progress::before {
		top: 7px;
		right: 16.666%;
		left: 16.666%;
		width: auto;
		height: 1px;
		background: rgba(0, 75, 131, 0.16);
	}

	.bhs-order-progress strong {
		font-size: 0.72rem;
	}

	.bhs-order-progress span span {
		font-size: 0.66rem;
		line-height: 1.18;
	}

	.bhs-post-order-payment-alert,
	.bhs-post-order-review,
	.bhs-post-order-actions {
		margin-right: 0;
		margin-left: 0;
	}

	.bhs-post-order-ledger {
		padding: 16px 14px 18px;
	}
}

/* Auth access hub */
body.bhs-account-focused .bhs-auth-shell {
	max-width: 980px;
	padding: clamp(22px, 3vw, 34px) 0 48px;
	background: var(--bhs-account-soft);
	box-shadow: 0 0 0 100vmax var(--bhs-account-soft);
	clip-path: inset(0 -100vmax);
}

body.bhs-account-focused .bhs-auth-surface {
	display: grid;
	grid-template-columns: minmax(360px, 470px) minmax(300px, 380px);
	justify-content: center;
	align-items: start;
	column-gap: clamp(24px, 3vw, 36px);
	background: transparent;
}

body.bhs-account-focused.bhs-account-guest .woocommerce-notices-wrapper {
	box-sizing: border-box;
	width: min(100%, 980px);
	margin-right: auto;
	margin-left: auto;
}

body.bhs-account-focused.bhs-account-guest .woocommerce-notices-wrapper .woocommerce-error,
body.bhs-account-focused.bhs-account-guest .woocommerce-notices-wrapper .woocommerce-message,
body.bhs-account-focused.bhs-account-guest .woocommerce-notices-wrapper .woocommerce-info {
	box-sizing: border-box;
	width: 100%;
}

body.bhs-account-focused .bhs-auth-primary,
body.bhs-account-focused .bhs-auth-secondary {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-width: 0;
	border: 1px solid var(--bhs-account-line);
	border-radius: var(--bhs-account-radius);
	padding: clamp(22px, 3vw, 30px);
}

body.bhs-account-focused .bhs-auth-primary {
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(13, 42, 67, 0.08);
}

body.bhs-account-focused .bhs-auth-secondary {
	border-left: 1px solid var(--bhs-account-line);
	background: #f7fbff;
	padding-left: clamp(22px, 3vw, 30px);
	box-shadow: none;
}

body.bhs-account-focused .bhs-auth-head,
body.bhs-account-focused .bhs-auth-secondary-head {
	max-width: none;
}

body.bhs-account-focused .bhs-auth-head h1 {
	font-size: clamp(1.65rem, 2.1vw, 2rem) !important;
	line-height: 1.08 !important;
}

body.bhs-account-focused .bhs-auth-head p,
body.bhs-account-focused .bhs-auth-secondary-head p:not(.bhs-account-section-kicker),
body.bhs-account-focused .woocommerce-ResetPassword > p:first-child {
	color: var(--bhs-account-muted);
	font-size: 0.95rem;
	font-weight: 650;
	line-height: 1.48;
}

body.bhs-account-focused .bhs-auth-primary form.login,
body.bhs-account-focused .bhs-auth-primary .woocommerce-form-login,
body.bhs-account-focused .bhs-auth-primary .woocommerce-ResetPassword,
body.bhs-account-focused .bhs-auth-secondary form.register,
body.bhs-account-focused .bhs-auth-secondary .woocommerce-privacy-policy-text,
body.bhs-account-focused .bhs-auth-secondary .woocommerce-privacy-policy-text p {
	width: 100%;
	max-width: none !important;
}

body.bhs-account-focused .bhs-auth-primary form.login,
body.bhs-account-focused .bhs-auth-primary .woocommerce-form-login,
body.bhs-account-focused .bhs-auth-primary .woocommerce-ResetPassword {
	margin-top: 20px;
}

body.bhs-account-focused .bhs-auth-secondary form.register {
	margin-top: 18px;
}

body.bhs-account-focused .bhs-auth-benefits {
	display: grid;
	gap: 10px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

body.bhs-account-focused .bhs-auth-benefits li {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 34px;
	margin: 0;
	color: var(--bhs-account-ink);
	font-size: 0.88rem;
	font-weight: 760;
	line-height: 1.32;
}

body.bhs-account-focused .bhs-auth-benefit-icon {
	display: inline-flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 75, 131, 0.12);
	border-radius: 999px;
	background: #ffffff;
	color: var(--bhs-blue-deep);
}

body.bhs-account-focused .bhs-auth-benefit-icon .bhs-icon {
	width: 15px;
	height: 15px;
	stroke-width: 2.2;
}

body.bhs-account-focused .bhs-account-login-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px 14px;
	margin: 8px 0 18px;
}

body.bhs-account-focused .bhs-account-login-actions label {
	display: inline-flex !important;
	min-height: 44px;
	align-items: center;
	gap: 8px;
	margin: 0 !important;
	color: #3a5068;
	font-size: 0.9rem;
	font-weight: 760;
}

body.bhs-account-focused .bhs-account-login-actions input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--bhs-blue-deep);
}

body.bhs-account-focused .bhs-account-login-actions input[type="checkbox"]:focus-visible {
	outline: 2px solid var(--bhs-ui-focus-ring-strong);
	outline-offset: 3px;
}

body.bhs-account-focused .bhs-account-login-actions .bhs-account-text-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 0;
	white-space: nowrap;
}

body.bhs-account-focused .bhs-auth-primary .bhs-account-primary-action,
body.bhs-account-focused .bhs-auth-primary button[type="submit"],
body.bhs-account-focused .bhs-auth-secondary .bhs-account-secondary-action {
	display: inline-flex;
	width: 100% !important;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

body.bhs-account-focused [data-bhs-account-shell] input[type="text"],
body.bhs-account-focused [data-bhs-account-shell] input[type="email"],
body.bhs-account-focused [data-bhs-account-shell] input[type="password"],
body.bhs-account-focused [data-bhs-account-shell] input[type="tel"] {
	min-height: 48px;
}

body.bhs-account-focused [data-bhs-account-shell] input:not([type]):focus-visible,
body.bhs-account-focused [data-bhs-account-shell] input[type="text"]:focus-visible,
body.bhs-account-focused [data-bhs-account-shell] input[type="email"]:focus-visible,
body.bhs-account-focused [data-bhs-account-shell] input[type="password"]:focus-visible,
body.bhs-account-focused [data-bhs-account-shell] input[type="tel"]:focus-visible,
body.bhs-account-focused [data-bhs-account-shell] input[type="number"]:focus-visible,
body.bhs-account-focused [data-bhs-account-shell] input[type="url"]:focus-visible,
body.bhs-account-focused [data-bhs-account-shell] select:focus-visible,
body.bhs-account-focused [data-bhs-account-shell] textarea:focus-visible {
	border-color: var(--bhs-blue);
	outline: 0 !important;
	box-shadow: 0 0 0 3px rgba(0, 107, 173, 0.18) !important;
}

body.bhs-account-focused [data-bhs-account-shell] input:-webkit-autofill,
body.bhs-account-focused [data-bhs-account-shell] input:-webkit-autofill:hover,
body.bhs-account-focused [data-bhs-account-shell] input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
	-webkit-text-fill-color: var(--bhs-account-ink);
	caret-color: var(--bhs-account-ink);
	transition: background-color 9999s ease-in-out 0s;
}

body.bhs-account-focused .bhs-auth-secondary input:-webkit-autofill,
body.bhs-account-focused .bhs-auth-secondary input:-webkit-autofill:hover,
body.bhs-account-focused .bhs-auth-secondary input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}

body.bhs-account-focused .bhs-auth-escape {
	display: flex;
	justify-content: center;
	margin-top: 18px;
}

body.bhs-account-focused .bhs-auth-shop-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 999px;
	padding: 0 12px;
	color: var(--bhs-blue-deep);
	font-size: 0.9rem;
	font-weight: 900;
	text-decoration: none;
}

body.bhs-account-focused .bhs-auth-shop-link:hover,
body.bhs-account-focused .bhs-auth-shop-link:focus-visible {
	color: var(--bhs-blue);
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.bhs-account-focused .bhs-auth-shop-link:focus-visible {
	outline: 2px solid var(--bhs-ui-focus-ring-strong);
	outline-offset: 3px;
}

body.bhs-account-focused .bhs-auth-shop-link .bhs-icon {
	width: 16px;
	height: 16px;
	stroke-width: 2.35;
}

@media (max-width: 900px) {
	body.bhs-account-focused .bhs-auth-shell {
		max-width: 560px;
		padding: 18px 14px 34px;
	}

	body.bhs-account-focused .bhs-auth-surface {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	body.bhs-account-focused .bhs-auth-primary,
	body.bhs-account-focused .bhs-auth-secondary {
		border: 1px solid var(--bhs-account-line);
		padding: 18px;
	}

	body.bhs-account-focused .bhs-auth-secondary {
		border-top: 1px solid var(--bhs-account-line);
		padding-top: 18px;
	}

	body.bhs-account-focused .bhs-auth-head h1 {
		font-size: 1.45rem !important;
	}

	body.bhs-account-focused .bhs-auth-head p,
	body.bhs-account-focused .bhs-auth-secondary-head p:not(.bhs-account-section-kicker),
	body.bhs-account-focused .woocommerce-ResetPassword > p:first-child {
		font-size: 0.9rem;
	}

	body.bhs-account-focused .bhs-auth-benefits {
		gap: 8px;
		margin-top: 14px;
	}

	body.bhs-account-focused .bhs-auth-benefits li {
		grid-template-columns: 26px minmax(0, 1fr);
		min-height: 30px;
		font-size: 0.84rem;
	}

	body.bhs-account-focused .bhs-auth-benefit-icon {
		width: 26px;
		height: 26px;
	}

	body.bhs-account-focused .bhs-account-login-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
		margin-bottom: 16px;
	}

	body.bhs-account-focused .bhs-account-login-actions .bhs-account-text-link {
		width: fit-content;
	}
}

@media (max-width: 420px) {
	body.bhs-account-focused .bhs-auth-shell {
		padding-right: 12px;
		padding-left: 12px;
	}

	body.bhs-account-focused .bhs-auth-primary,
	body.bhs-account-focused .bhs-auth-secondary {
		padding: 16px;
	}
}
