.zuzu-auth-wrap {
	--zuzu-auth-accent: #756b2c;
	background: #fbfaf6;
	border: 1px solid rgba(52, 48, 35, 0.14);
	border-radius: 20px;
	box-shadow: 0 16px 46px rgba(52, 48, 35, 0.08);
	margin: 48px auto;
	max-width: 620px;
	padding: clamp(28px, 6vw, 54px);
}

.zuzu-auth-heading {
	margin-bottom: 28px;
	text-align: center;
}

.zuzu-auth-heading h1 {
	font-size: clamp(32px, 6vw, 48px);
	margin: 4px 0 10px;
}

.zuzu-auth-eyebrow {
	color: var(--zuzu-auth-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0;
}

.zuzu-auth-wrap .woocommerce-form {
	border: 0;
	margin: 0;
	padding: 0;
}

.zuzu-auth-wrap input[type="email"],
.zuzu-auth-wrap input[type="text"],
.zuzu-auth-wrap input[type="password"] {
	border: 1px solid rgba(52, 48, 35, 0.24);
	border-radius: 12px;
	min-height: 50px;
	width: 100%;
}

.zuzu-auth-wrap .button {
	background: var(--zuzu-auth-accent);
	border: 1px solid var(--zuzu-auth-accent);
	border-radius: 999px;
	color: #fff;
	min-height: 48px;
	width: 100%;
}

.zuzu-auth-wrap .button:hover {
	background: #5d5524;
	border-color: #5d5524;
	color: #fff;
}

.zuzu-auth-switch {
	border-top: 1px solid rgba(52, 48, 35, 0.14);
	margin-top: 28px;
	padding-top: 22px;
	text-align: center;
}

.zuzu-auth-switch p {
	margin: 0 0 6px;
}

.zuzu-auth-switch a {
	color: var(--zuzu-auth-accent);
	font-weight: 700;
}

.zuzu-auth-privacy {
	color: #6b675c;
	font-size: 14px;
	line-height: 1.75;
}

.zuzu-auth-message,
.zuzu-default-register-link {
	margin: 28px auto;
	max-width: 620px;
	text-align: center;
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-column2.col-2 {
	display: none !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-column1.col-1 {
	float: none !important;
	margin: 0 auto !important;
	max-width: 620px;
	width: 100% !important;
}

