body.oncompre-account-auth-page {
	background: var(--canvas);
}

.account-auth-page {
	margin: 0;
	padding: 0;
	width: 100%;
}

.account-auth-page article {
	margin: 0;
}

.oncompre-account-auth {
	background: var(--canvas);
	color: var(--ink);
	overflow: hidden;
}

.oncompre-account-hero {
	background: linear-gradient(105deg, #fff 0%, #fff4ee 58%, #ffe3d2 100%);
	border-bottom: 1px solid rgba(242, 59, 11, .14);
}

.oncompre-account-hero__grid {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
	min-height: 300px;
	padding-block: 34px;
}

.oncompre-account-hero__copy h1 {
	font-size: clamp(31px, 4vw, 45px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
	max-width: 720px;
}

.oncompre-account-hero__copy p {
	color: #4c423e;
	font-size: 15px;
	line-height: 1.65;
	margin: 14px 0 0;
	max-width: 640px;
}

.oncompre-account-hero__benefits {
	display: grid;
	gap: 10px;
}

.oncompre-account-hero__benefits div {
	align-items: center;
	background: rgba(255, 255, 255, .86);
	border: 1px solid rgba(234, 223, 217, .92);
	border-radius: 8px;
	display: grid;
	gap: 3px 12px;
	grid-template-columns: 42px minmax(0, 1fr);
	padding: 12px;
}

.oncompre-account-hero__benefits span {
	align-items: center;
	background: var(--orange-soft);
	border-radius: 8px;
	color: var(--orange);
	display: flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.oncompre-account-hero__benefits svg {
	height: 22px;
	width: 22px;
}

.oncompre-account-hero__benefits strong,
.oncompre-account-hero__benefits small {
	display: block;
	grid-column: 2;
	min-width: 0;
}

.oncompre-account-hero__benefits strong {
	font-size: 13px;
	line-height: 1.2;
}

.oncompre-account-hero__benefits small {
	color: var(--muted);
	font-size: 11px;
	line-height: 1.45;
}

.oncompre-account-auth__forms {
	padding-block: 26px 36px;
}

.oncompre-account-auth__forms .woocommerce {
	margin: 0;
	width: 100%;
}

.oncompre-account-auth__forms #customer_login {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	width: 100%;
}

.oncompre-account-auth__forms #customer_login::before,
.oncompre-account-auth__forms #customer_login::after {
	display: none;
}

.oncompre-account-auth__forms #customer_login > .col-1,
.oncompre-account-auth__forms #customer_login > .col-2 {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(94, 47, 25, .06);
	float: none;
	margin: 0;
	min-width: 0;
	padding: 24px;
	width: 100%;
}

.oncompre-account-auth__forms #customer_login > .col-2 {
	border-color: rgba(242, 59, 11, .24);
}

.oncompre-account-auth__forms #customer_login h2 {
	align-items: center;
	display: flex;
	font-size: 22px;
	font-weight: 900;
	gap: 10px;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0 0 18px;
}

.oncompre-account-auth__forms #customer_login h2::before {
	background: var(--orange-soft);
	border-radius: 8px;
	color: var(--orange);
	content: "";
	display: inline-flex;
	flex: 0 0 36px;
	height: 36px;
	width: 36px;
}

.oncompre-account-auth__forms #customer_login > .col-1 h2::before {
	background-color: var(--orange-soft);
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23f23b0b'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M15%203h4a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202h-4'/%3E%3Cpath%20d='m10%2017%205-5-5-5'/%3E%3Cpath%20d='M15%2012H3'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px 22px;
}

.oncompre-account-auth__forms #customer_login > .col-2 h2::before {
	background:
		linear-gradient(var(--orange), var(--orange)) 10px 14px / 16px 2px no-repeat,
		linear-gradient(var(--orange), var(--orange)) 17px 7px / 2px 16px no-repeat,
		var(--orange-soft);
}

.oncompre-account-auth__forms form.login,
.oncompre-account-auth__forms form.register {
	border: 0;
	margin: 0;
	padding: 0;
}

.oncompre-account-auth__forms .form-row,
.oncompre-account-auth__forms .woocommerce-form-row {
	margin: 0 0 13px;
	padding: 0;
}

.oncompre-account-auth__forms .form-row label,
.oncompre-account-auth__forms .woocommerce-form-row label {
	color: var(--ink);
	display: block;
	font-size: 11px;
	font-weight: 800;
	margin: 0 0 6px;
}

.oncompre-account-auth__forms .required {
	color: var(--orange);
}

.oncompre-account-auth__forms input.input-text,
.oncompre-account-auth__forms .woocommerce-Input,
.oncompre-account-auth__forms select,
.oncompre-account-auth__forms textarea {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 7px;
	color: var(--ink);
	min-height: 44px;
	padding: 0 13px;
	transition: border-color .2s ease, box-shadow .2s ease;
	width: 100%;
}

.oncompre-account-auth__forms textarea {
	min-height: 98px;
	padding-block: 11px;
}

.oncompre-account-auth__forms input.input-text:focus,
.oncompre-account-auth__forms .woocommerce-Input:focus,
.oncompre-account-auth__forms select:focus,
.oncompre-account-auth__forms textarea:focus {
	border-color: var(--orange);
	box-shadow: 0 0 0 3px rgba(242, 59, 11, .13);
	outline: 0;
}

.oncompre-account-auth__forms .password-input {
	display: block;
	position: relative;
}

.oncompre-account-auth__forms .password-input input.input-text,
.oncompre-account-auth__forms .password-input .woocommerce-Input {
	padding-right: 54px;
}

.oncompre-account-auth__forms .password-input .show-password-input {
	align-items: center;
	background: var(--orange-soft);
	border: 1px solid rgba(242, 59, 11, .24);
	border-radius: 50%;
	color: var(--orange-dark);
	cursor: pointer;
	display: inline-flex !important;
	height: 34px;
	justify-content: center;
	margin: 0;
	opacity: 1;
	position: absolute;
	right: 7px;
	text-indent: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
	width: 34px;
	z-index: 2;
}

.oncompre-account-auth__forms .password-input .show-password-input::before {
	border: 2px solid currentColor;
	border-radius: 999px / 700px;
	content: "";
	display: block;
	height: 11px;
	width: 18px;
}

.oncompre-account-auth__forms .password-input .show-password-input::after {
	background: currentColor;
	border: 0;
	border-radius: 50%;
	content: "";
	display: block;
	height: 5px;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 5px;
}

.oncompre-account-auth__forms .password-input .show-password-input:hover,
.oncompre-account-auth__forms .password-input .show-password-input.display-password {
	background: var(--orange);
	border-color: var(--orange);
	color: #fff;
}

.oncompre-account-auth__forms .password-input .show-password-input.display-password::before {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .22);
}

.oncompre-account-auth__forms .woocommerce-form-login__rememberme {
	align-items: center;
	color: var(--muted);
	display: inline-flex;
	font-size: 12px;
	gap: 7px;
	margin: 0 0 12px;
}

.oncompre-account-auth__forms .woocommerce-form-login__rememberme input {
	accent-color: var(--orange);
	height: 16px;
	width: 16px;
}

.oncompre-account-auth__forms button.button,
.oncompre-account-auth__forms .woocommerce-button.button,
.oncompre-account-auth__forms .woocommerce-Button.button {
	align-items: center;
	background: var(--orange);
	border: 1px solid var(--orange);
	border-radius: 7px;
	box-shadow: 0 8px 18px rgba(242, 59, 11, .16);
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	padding: 0 22px;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.oncompre-account-auth__forms button.button:hover,
.oncompre-account-auth__forms .woocommerce-button.button:hover,
.oncompre-account-auth__forms .woocommerce-Button.button:hover {
	background: var(--orange-dark);
	border-color: var(--orange-dark);
	box-shadow: 0 10px 22px rgba(217, 45, 0, .2);
	color: #fff;
	transform: translateY(-1px);
}

.oncompre-account-auth__forms .lost_password {
	margin: 12px 0 0;
}

.oncompre-account-auth__forms .lost_password a {
	align-items: center;
	background: var(--orange-soft);
	border: 1px solid rgba(242, 59, 11, .22);
	border-radius: 7px;
	color: var(--orange-dark);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.oncompre-account-auth__forms .lost_password a:hover {
	background: #fff7f2;
	border-color: var(--orange);
	color: var(--orange-dark);
	transform: translateY(-1px);
}

.oncompre-account-auth__forms .woocommerce-privacy-policy-text {
	color: var(--muted);
	font-size: 11px;
	line-height: 1.65;
	margin-top: 12px;
}

.oncompre-account-auth__forms .woocommerce-privacy-policy-text a {
	color: var(--orange-dark);
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.oncompre-account-auth__forms .oncompre-social-login {
	max-width: none;
}

.oncompre-account-auth__forms .oncompre-social-login__title {
	color: var(--muted);
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 10px;
}

.oncompre-account-auth__forms .oncompre-social-button {
	border-radius: 7px;
	min-height: 44px;
}

.oncompre-account-auth__forms .oncompre-social-login__divider {
	margin-top: 14px;
}

.oncompre-account-auth__forms .wcfmmp_become_vendor_link {
	margin: 18px 0 0;
}

.oncompre-account-auth__forms .wcfmmp_become_vendor_link a {
	align-items: center;
	background: linear-gradient(100deg, #e62c00, #fc4b08);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(230, 44, 0, .22);
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 900;
	gap: 10px;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: box-shadow .2s ease, filter .2s ease, transform .2s ease;
	width: 100%;
}

.oncompre-account-auth__forms .wcfmmp_become_vendor_link a::before {
	background: currentColor;
	content: "";
	flex: 0 0 19px;
	height: 19px;
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M4%2010v10h16V10M3%2010l2-6h14l2%206'/%3E%3Cpath%20d='M3%2010a3%203%200%200%200%205%202%203%203%200%200%200%204%200%203%203%200%200%200%204%200%203%203%200%200%200%205-2M9%2020v-5h6v5'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M4%2010v10h16V10M3%2010l2-6h14l2%206'/%3E%3Cpath%20d='M3%2010a3%203%200%200%200%205%202%203%203%200%200%200%204%200%203%203%200%200%200%204%200%203%203%200%200%200%205-2M9%2020v-5h6v5'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 19px;
}

.oncompre-account-auth__forms .wcfmmp_become_vendor_link a:hover {
	box-shadow: 0 14px 32px rgba(230, 44, 0, .28);
	color: #fff;
	filter: saturate(1.06);
	transform: translateY(-1px);
}

.oncompre-account-auth__forms .woocommerce-error,
.oncompre-account-auth__forms .woocommerce-message,
.oncompre-account-auth__forms .woocommerce-info {
	margin-inline: 0;
	width: 100%;
}

.oncompre-account-auth--lost-password .oncompre-account-auth__forms .shell {
	display: flex;
	justify-content: center;
}

.oncompre-account-auth__forms .lost_reset_password,
.oncompre-account-auth__forms .woocommerce-ResetPassword {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(94, 47, 25, .06);
	margin: 0 auto;
	max-width: 560px;
	padding: 26px;
	width: 100%;
}

.oncompre-account-auth__forms .lost_reset_password > p:first-child {
	color: #4c423e;
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 18px;
}

.oncompre-account-auth__forms .lost_reset_password .form-row-first,
.oncompre-account-auth__forms .woocommerce-ResetPassword .form-row-first {
	float: none;
	width: 100%;
}

.oncompre-account-auth__forms .lost_reset_password .clear,
.oncompre-account-auth__forms .woocommerce-ResetPassword .clear {
	display: none;
}

.oncompre-account-auth__forms .lost_reset_password button.button,
.oncompre-account-auth__forms .woocommerce-ResetPassword button.button {
	width: 100%;
}

@media (max-width: 980px) {
	.oncompre-account-hero__grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.oncompre-account-hero__benefits {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.oncompre-account-hero__benefits div {
		align-content: start;
		display: block;
	}

	.oncompre-account-hero__benefits span {
		margin-bottom: 10px;
	}

	.oncompre-account-hero__benefits strong,
	.oncompre-account-hero__benefits small {
		grid-column: auto;
	}

	.oncompre-account-auth__forms #customer_login {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	body.oncompre-account-auth-page {
		padding-bottom: 61px;
	}

	.oncompre-account-hero__grid {
		gap: 20px;
		padding-block: 26px;
	}

	.oncompre-account-hero__copy h1 {
		font-size: 31px;
	}

	.oncompre-account-hero__copy p {
		font-size: 13px;
	}

	.oncompre-account-hero__benefits {
		grid-template-columns: 1fr;
	}

	.oncompre-account-hero__benefits div {
		align-items: center;
		display: grid;
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.oncompre-account-hero__benefits span {
		height: 40px;
		margin: 0;
		width: 40px;
	}

	.oncompre-account-hero__benefits strong,
	.oncompre-account-hero__benefits small {
		grid-column: 2;
	}

	.oncompre-account-auth__forms {
		padding-block: 18px 26px;
	}

	.oncompre-account-auth__forms #customer_login {
		gap: 12px;
	}

	.oncompre-account-auth__forms #customer_login > .col-1,
	.oncompre-account-auth__forms #customer_login > .col-2,
	.oncompre-account-auth__forms .lost_reset_password,
	.oncompre-account-auth__forms .woocommerce-ResetPassword {
		padding: 16px;
	}

	.oncompre-account-auth__forms #customer_login h2 {
		font-size: 19px;
		margin-bottom: 14px;
	}

	.oncompre-account-auth__forms button.button,
	.oncompre-account-auth__forms .woocommerce-button.button,
	.oncompre-account-auth__forms .woocommerce-Button.button,
	.oncompre-account-auth__forms .lost_password a,
	.oncompre-account-auth__forms .wcfmmp_become_vendor_link a {
		width: 100%;
	}
}
