/* Native WooCommerce account island: no replacement authentication or forms. */
body.cr-commerce-page.woocommerce-account {
	--cr-account-navy: #071e2a;
	--cr-account-brass: #c5a85a;
	--cr-account-sail: #f7f5ee;
	--cr-account-line: #ccd5d5;
	--cr-account-muted: #48606b;
}

body.cr-commerce-page.woocommerce-account .woocommerce {
	color: var(--cr-account-navy);
	font-family: Manrope, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.65;
}

body.cr-commerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 24%;
	margin-block-end: 2rem;
}

body.cr-commerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-block-start: 1px solid var(--cr-account-line);
}

body.cr-commerce-page.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0;
	border-block-end: 1px solid var(--cr-account-line);
}

body.cr-commerce-page.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	min-block-size: 52px;
	padding: 12px 18px;
	color: var(--cr-account-navy);
	font-size: .875rem;
	font-weight: 700;
	text-decoration: none;
	border-inline-start: 3px solid transparent;
}

body.cr-commerce-page.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.cr-commerce-page.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	background: var(--cr-account-navy);
	color: #fff;
	border-inline-start-color: var(--cr-account-brass);
}

body.cr-commerce-page.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 70%;
	min-inline-size: 0;
	padding-block-end: 1rem;
}

body.cr-commerce-page.woocommerce-account .woocommerce-MyAccount-content > :first-child {
	margin-block-start: 0;
}

body.cr-commerce-page.woocommerce-account .woocommerce-MyAccount-content a:not(.button),
body.cr-commerce-page.woocommerce-account .lost_password a {
	color: var(--cr-account-navy);
	text-decoration: underline;
	text-underline-offset: .2em;
	text-decoration-thickness: 1px;
}

body.cr-commerce-page.woocommerce-account .woocommerce :is(h2, h3) {
	color: var(--cr-account-navy);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	font-size: clamp(1.7rem, 2.3vw, 2.3rem);
	margin-block: 0 1.25rem;
}

body.cr-commerce-page.woocommerce-account .woocommerce :is(form.login, form.register, .woocommerce-EditAccountForm, .woocommerce-address-fields) {
	border: 1px solid var(--cr-account-line);
	border-radius: 0;
	background: #fff;
	padding: clamp(20px, 3vw, 36px);
	margin-block: 1.5rem;
}

body.cr-commerce-page.woocommerce-account .woocommerce form.login {
	max-inline-size: 660px;
}

body.cr-commerce-page.woocommerce-account .woocommerce form .form-row {
	padding: 0;
	margin-block: 0 1.3rem;
}

body.cr-commerce-page.woocommerce-account .woocommerce form .form-row label {
	color: var(--cr-account-navy);
	font-size: .875rem;
	font-weight: 700;
	margin-block-end: .45rem;
}

body.cr-commerce-page.woocommerce-account .woocommerce form :is(input.input-text, textarea, select),
body.cr-commerce-page.woocommerce-account .select2-container .select2-selection--single {
	min-block-size: 48px;
	border: 1px solid #7f9299;
	border-radius: 0;
	background: #fff;
	color: var(--cr-account-navy);
	padding: 11px 13px;
	font: inherit;
	box-shadow: none;
	max-inline-size: 100%;
}

body.cr-commerce-page.woocommerce-account .select2-container .select2-selection--single {
	height: auto;
}

body.cr-commerce-page.woocommerce-account .select2-container .select2-selection__rendered {
	padding: 0;
	line-height: 24px;
}

body.cr-commerce-page.woocommerce-account .select2-container .select2-selection__arrow {
	top: 11px;
}

body.cr-commerce-page.woocommerce-account .woocommerce form input[type="checkbox"] {
	inline-size: 18px;
	block-size: 18px;
	accent-color: var(--cr-account-navy);
	vertical-align: middle;
	margin-inline-end: .5rem;
}

body.cr-commerce-page.woocommerce-account .woocommerce form .show-password-input {
	min-inline-size: 44px;
	min-block-size: 44px;
	top: 2px;
	right: 2px;
}

body.cr-commerce-page.woocommerce-account .woocommerce form .password-input input {
	padding-inline-end: 52px;
}

body.cr-commerce-page.woocommerce-account .woocommerce :is(a.button, button.button, input.button) {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-block-size: 46px;
	padding: 13px 23px;
	border: 1px solid var(--cr-account-navy);
	border-radius: 0;
	background: var(--cr-account-navy);
	color: #fff;
	font-family: Manrope, Arial, sans-serif;
	font-size: .75rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .07em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	text-align: center;
}

body.cr-commerce-page.woocommerce-account .woocommerce :is(a.button, button.button, input.button):hover {
	background: var(--cr-account-brass);
	border-color: var(--cr-account-brass);
	color: var(--cr-account-navy);
}

body.cr-commerce-page.woocommerce-account .woocommerce :is(button, input):disabled {
	opacity: .55;
	cursor: not-allowed;
}

body.cr-commerce-page.woocommerce-account .woocommerce :is(a, button, input, textarea, select):focus-visible,
body.cr-commerce-page.woocommerce-account .select2-container--focus .select2-selection {
	outline: 3px solid #167a8c;
	outline-offset: 3px;
}

body.cr-commerce-page.woocommerce-account .woocommerce :is(.woocommerce-info, .woocommerce-message, .woocommerce-error) {
	border-radius: 0;
	background: #e9efee;
	color: var(--cr-account-navy);
	border-block-start-color: var(--cr-account-navy);
	padding-block: 1.2rem;
	line-height: 1.6;
}

body.cr-commerce-page.woocommerce-account .woocommerce .woocommerce-error {
	background: #fff3f0;
	border-block-start-color: #9c2c20;
}

body.cr-commerce-page.woocommerce-account .woocommerce .woocommerce-error::before {
	color: #9c2c20;
}

body.cr-commerce-page.woocommerce-account .woocommerce :is(.woocommerce-info, .woocommerce-message)::before {
	color: var(--cr-account-navy);
}

body.cr-commerce-page.woocommerce-account .woocommerce table.shop_table {
	border: 1px solid var(--cr-account-line);
	border-radius: 0;
	border-collapse: collapse;
	font-size: .875rem;
	background: #fff;
}

body.cr-commerce-page.woocommerce-account .woocommerce table.shop_table :is(th, td) {
	padding: 16px;
	border-color: var(--cr-account-line);
	overflow-wrap: anywhere;
}

body.cr-commerce-page.woocommerce-account .woocommerce table.shop_table thead th {
	background: var(--cr-account-sail);
	font-size: .75rem;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.cr-commerce-page.woocommerce-account .woocommerce .woocommerce-orders-table__cell-order-actions .button {
	margin: 3px;
	padding-inline: 14px;
}

body.cr-commerce-page.woocommerce-account .woocommerce :is(.woocommerce-Address, .woocommerce-customer-details address) {
	border: 1px solid var(--cr-account-line);
	border-radius: 0;
	padding: 22px;
	background: #fff;
	min-inline-size: 0;
	overflow-wrap: anywhere;
}

body.cr-commerce-page.woocommerce-account .woocommerce .woocommerce-Address address {
	font-style: normal;
	margin-block: 1rem 0;
}

body.cr-commerce-page.woocommerce-account .woocommerce fieldset {
	border: 1px solid var(--cr-account-line);
	padding: 20px;
	margin-block: 1.5rem;
}

body.cr-commerce-page.woocommerce-account .woocommerce legend {
	font-weight: 700;
	padding-inline: .5rem;
}

body.cr-commerce-page.woocommerce-account .woocommerce :is(.woocommerce-form-login__rememberme, .lost_password) {
	margin-block: 1rem;
}

@media (max-width: 900px) {
	body.cr-commerce-page.woocommerce-account .woocommerce-MyAccount-navigation,
	body.cr-commerce-page.woocommerce-account .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
	}
	body.cr-commerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: auto;
	}
	body.cr-commerce-page.woocommerce-account .woocommerce-MyAccount-navigation a {
		block-size: 100%;
	}
	body.cr-commerce-page.woocommerce-account .woocommerce .col2-set :is(.col-1, .col-2) {
		float: none;
		width: 100%;
		margin-block-end: 1.5rem;
	}
}

@media (max-width: 480px) {
	body.cr-commerce-page.woocommerce-account .woocommerce form :is(.form-row-first, .form-row-last) {
		float: none;
		width: 100%;
	}
	body.cr-commerce-page.woocommerce-account .woocommerce :is(form.login, form.register, .woocommerce-EditAccountForm, .woocommerce-address-fields, fieldset) {
		padding: 18px;
	}
	body.cr-commerce-page.woocommerce-account .woocommerce-MyAccount-navigation a {
		padding-inline: 12px;
		font-size: .8rem;
	}
}
