.haine-auth {
	max-width: 460px;
	margin: 0 auto;
}

.haine-auth__title {
	margin: 0 0 32px;
	color: var(--Foundation-Grey-G900, #1e1e1e);
	font-size: 40px;
	font-weight: 700;
	line-height: 110%;
	text-align: center;
}

.haine-auth__forms {
	display: grid;
	gap: 25px;
}

.haine-auth__form {
	display: none;
}

.haine-auth[data-active="login"] .haine-auth__form--login,
.haine-auth[data-active="register"] .haine-auth__form--register {
	display: block;
}

.haine-auth__field {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.haine-auth__label-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--Foundation-Grey-G900, #1e1e1e);
}

.haine-auth__field label,
.haine-auth__label-row label {
	color: var(--Foundation-Grey-G900, #1e1e1e);
	font-size: 14px;
	font-weight: 400;
	line-height: 160%; /* 16px */
	letter-spacing: -0.2px;
}

.haine-auth__label-row a {
	color: var(--Foundation-Grey-G300, #6b6b6b);
	font-size: 14px;
	font-weight: 400;
	line-height: 160%; /* 16px */
	letter-spacing: -0.2px;
}

.haine-auth__label-row label {
	cursor: pointer;
}

.haine-auth__forgot {
	font-size: 14px;
	text-decoration: none;
	color: #1e1e1e;
}

.haine-auth__forgot:hover {
	text-decoration: underline;
}

.haine-auth__input {
	width: 100%;
	border: 1px solid rgba(30, 30, 30, 0.1);
	border-radius: 12px;
	padding: 14px 18px;
	font-size: 16px;
	line-height: 1.4;
	transition: border-color 0.2s ease;
}

.haine-auth__input:focus {
	outline: none;
	border-color: #1e1e1e;
	box-shadow: 0 0 0 1px rgba(30, 30, 30, 0.2);
}

.haine-auth__password-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.haine-auth__password-toggle {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1e1e1e;
}

.haine-auth__password-toggle svg {
	width: 20px;
	height: 20px;
}

.haine-auth__submit {
	width: 100%;
	border-radius: 8px;
	border: 1px solid var(--Foundation-Orange-O300, #d84006);
	background: transparent;
	color: var(--Foundation-Orange-O300, #d84006);
	padding: 11px 32px;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.haine-auth__submit:hover {
	background: var(--Foundation-Orange-O300, #d84006);
	color: #fff;
	border-color: var(--Foundation-Orange-O300, #d84006);
}

.haine-auth__switch {
	justify-content: center;
	width: 100%;
	display: inline-flex;
	margin-top: 27px;
	padding: 0;
	border: none;
	background: none;
	color: #1e1e1e;
	cursor: pointer;
	/* font-weight: 600; */
	text-decoration: underline;
	/* duration 300ms */
	transition: all 300ms;
}

.haine-auth__switch:hover {
	background: none !important;
	filter: brightness(3);
}

.haine-auth__row {
	display: flex;
	gap: 12px;
}

.haine-auth__row .haine-auth__field {
	flex: 1;
	margin-bottom: 0;
}

.haine-auth__notices {
	margin-bottom: 24px;
}

@media (max-width: 600px) {
	.haine-auth__row {
		flex-direction: column;
	}

	.haine-auth__label-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
}

.nsl-container-buttons {
	width: 100% !important;
}
.nsl-button-google {
	padding: 5px 32px !important;
	justify-content: center !important;
	border-radius: 8px !important;
}

.nsl-button-label-container {
	flex: none !important;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container {
	margin: 0 24px 0 5px !important;
}

div.nsl-container .nsl-container-buttons {
	padding: 0 !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	border-radius: 8px !important;
	border: 1px solid var(--Foundation-Grey-G50, #c7c7c7) !important;
	background: var(--Foundation-Grey-G0, #fff) !important;
}
