.demo-page--account {
	min-width: 0;
}

.zoofix-account {
	margin: clamp(24px, 4vw, 64px) var(--page-gutter) clamp(56px, 8vw, 112px);
	overflow-x: hidden;
	color: var(--zoofix-black);
}

.zoofix-account .woocommerce {
	min-width: 0;
}

.zoofix-account__auth .u-columns,
.zoofix-account__customer {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 2px solid var(--zoofix-black);
}

.zoofix-account__auth #customer_login::before,
.zoofix-account__auth #customer_login::after,
.zoofix-account__customer::before,
.zoofix-account__customer::after {
	display: none;
}

.zoofix-account__auth .u-column1,
.zoofix-account__auth .u-column2 {
	box-sizing: border-box;
	float: none;
	width: 100%;
	max-width: none;
	min-width: 0;
	margin: 0;
	padding: clamp(24px, 4vw, 56px);
}

.zoofix-account__auth #customer_login > .u-column1,
.zoofix-account__auth #customer_login > .u-column2 {
	width: 100%;
}

.zoofix-account__auth .woocommerce-form {
	width: 100%;
	max-width: 560px;
}

.zoofix-account__auth .u-column1 {
	color: var(--zoofix-white);
	background: var(--zoofix-black);
}

.zoofix-account__auth .u-column2 {
	background: var(--zoofix-white);
	border-left: 2px solid var(--zoofix-black);
}

.zoofix-account__auth h2,
.zoofix-account__guest-endpoint h2,
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.zoofix-account__unavailable h2 {
	margin: 0 0 28px;
	font: 900 clamp(28px, 3.4vw, 48px) / 0.96 var(--display-font);
	letter-spacing: normal;
	text-transform: uppercase;
}

.zoofix-account__auth .u-column1 h2 {
	color: var(--zoofix-white);
}

.zoofix-account form,
.zoofix-account .woocommerce-form {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.zoofix-account .form-row {
	display: grid;
	gap: 8px;
	margin: 0 0 18px;
	padding: 0;
}

.zoofix-account .form-row label {
	font-size: 14px;
	font-weight: 850;
}

.zoofix-account .required {
	color: var(--zoofix-action-dark);
}

.zoofix-account__auth .u-column1 .required {
	color: var(--zoofix-action);
}

.zoofix-account input[type="text"],
.zoofix-account input[type="email"],
.zoofix-account input[type="tel"],
.zoofix-account input[type="password"],
.zoofix-account select,
.zoofix-account textarea {
	width: 100%;
	min-height: 54px;
	padding: 13px 15px;
	color: var(--zoofix-black);
	background: var(--zoofix-white);
	border: 2px solid var(--zoofix-black);
	border-radius: 0;
	box-shadow: none;
	font: 700 16px / 1.3 var(--body-font);
}

.zoofix-account__auth .u-column1 input {
	border-color: #777c73;
}

.zoofix-account input:focus,
.zoofix-account select:focus,
.zoofix-account textarea:focus {
	outline: 3px solid var(--zoofix-action);
	outline-offset: 2px;
}

.zoofix-account .password-input {
	display: block;
	width: 100%;
}

.zoofix-account .show-password-input {
	color: var(--zoofix-black);
}

.zoofix-account button.button,
.zoofix-account a.button,
.zoofix-account .woocommerce-Button,
.zoofix-account input.button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	color: var(--zoofix-black);
	background: var(--zoofix-action);
	border: 2px solid var(--zoofix-black);
	border-radius: 18px;
	box-shadow: none;
	font: 900 16px / 1 var(--body-font);
	text-decoration: none;
	cursor: pointer;
}

.zoofix-account button.button:hover,
.zoofix-account a.button:hover,
.zoofix-account .woocommerce-Button:hover,
.zoofix-account input.button:hover {
	color: var(--zoofix-white);
	background: var(--zoofix-black);
}

.zoofix-account__auth .u-column1 button.button:hover {
	color: var(--zoofix-black);
	background: var(--zoofix-white);
}

.zoofix-account .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 14px 14px 0;
}

.zoofix-account input[type="checkbox"] {
	width: 20px;
	height: 20px;
	accent-color: var(--zoofix-action);
}

.zoofix-account .woocommerce-LostPassword,
.zoofix-account .woocommerce-privacy-policy-text,
.zoofix-account .woocommerce-form-register > p {
	line-height: 1.55;
}

.zoofix-account a {
	color: inherit;
	font-weight: 800;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.zoofix-account__auth .u-column1 a {
	color: var(--zoofix-action);
}

.zoofix-account .woocommerce-notices-wrapper,
.zoofix-account > .woocommerce-error,
.zoofix-account > .woocommerce-message,
.zoofix-account > .woocommerce-info {
	margin-bottom: 20px;
}

.zoofix-account .woocommerce-error,
.zoofix-account .woocommerce-message,
.zoofix-account .woocommerce-info {
	margin: 0 0 20px;
	padding: 18px 20px 18px 24px;
	color: var(--zoofix-black);
	background: var(--zoofix-white);
	border: 2px solid var(--zoofix-black);
	border-top: 2px solid var(--zoofix-black);
	border-left: 8px solid var(--zoofix-action);
	line-height: 1.45;
}

.zoofix-account .woocommerce-error {
	border-left-color: #d92d20;
}

.zoofix-account__customer {
	grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
}

.zoofix-account .woocommerce-MyAccount-navigation {
	float: none;
	width: auto;
	min-width: 0;
	color: var(--zoofix-white);
	background: var(--zoofix-black);
}

.zoofix-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.zoofix-account .woocommerce-MyAccount-navigation li {
	margin: 0;
	border-bottom: 1px solid #3c4039;
}

.zoofix-account .woocommerce-MyAccount-navigation a {
	display: flex;
	min-height: 58px;
	align-items: center;
	padding: 14px 20px;
	color: var(--zoofix-white);
	text-decoration: none;
}

.zoofix-account .woocommerce-MyAccount-navigation .is-active a,
.zoofix-account .woocommerce-MyAccount-navigation a:hover,
.zoofix-account .woocommerce-MyAccount-navigation a:focus-visible {
	color: var(--zoofix-black);
	background: var(--zoofix-action);
}

.zoofix-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
	min-width: 0;
	padding: clamp(24px, 4vw, 56px);
	background: var(--zoofix-white);
	border-left: 2px solid var(--zoofix-black);
}

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

.zoofix-account .woocommerce-MyAccount-content p {
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.zoofix-account table.shop_table,
.zoofix-account .woocommerce-orders-table {
	width: 100%;
	margin: 24px 0;
	border: 2px solid var(--zoofix-black);
	border-collapse: collapse;
	border-radius: 0;
}

.zoofix-account table.shop_table th,
.zoofix-account table.shop_table td {
	padding: 14px;
	border: 1px solid var(--zoofix-black);
	text-align: left;
}

.zoofix-account table.shop_table th {
	color: var(--zoofix-white);
	background: var(--zoofix-black);
}

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

.zoofix-account .woocommerce-Address {
	float: none;
	width: auto;
	padding: 22px;
	border: 2px solid var(--zoofix-black);
}

.zoofix-account .woocommerce-Address-title h2 {
	float: none;
	margin-bottom: 18px;
	font-size: clamp(22px, 2.4vw, 32px);
}

.zoofix-account .woocommerce-Address-title .edit {
	float: none;
}

.zoofix-account__guest-endpoint,
.zoofix-account__unavailable {
	max-width: 900px;
	margin-inline: auto;
	padding: clamp(24px, 4vw, 56px);
	background: var(--zoofix-white);
	border: 2px solid var(--zoofix-black);
}

.zoofix-account fieldset {
	margin: 28px 0;
	padding: 22px;
	border: 2px solid var(--zoofix-black);
}

.zoofix-account legend {
	padding: 0 8px;
	font-weight: 900;
}

@media (max-width: 720px) {
	.zoofix-account {
		margin-top: 18px;
	}

	.zoofix-account__auth .u-columns,
	.zoofix-account__customer {
		grid-template-columns: minmax(0, 1fr);
	}

	.zoofix-account__auth .u-column1,
	.zoofix-account__auth .u-column2 {
		width: 100%;
	}

	.zoofix-account__auth .u-column2,
	.zoofix-account .woocommerce-MyAccount-content {
		border-top: 2px solid var(--zoofix-black);
		border-left: 0;
	}

	.zoofix-account .woocommerce-MyAccount-navigation {
		overflow-x: visible;
	}

	.zoofix-account .woocommerce-MyAccount-navigation ul {
		display: block;
		width: 100%;
		min-width: 0;
	}

	.zoofix-account .woocommerce-MyAccount-navigation li {
		border-right: 0;
		border-bottom: 1px solid #3c4039;
	}

	.zoofix-account .woocommerce-MyAccount-navigation a {
		width: 100%;
		min-height: 52px;
		white-space: normal;
	}

	.zoofix-account .woocommerce-Addresses {
		grid-template-columns: minmax(0, 1fr);
	}

	.zoofix-account table.shop_table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
