.woocommerce-account .borbila-auth,
.borbila-auth {
	--borbila-accent: #016738;
	--borbila-accent-strong: #0b7a43;
	--borbila-ink: #111111;
	--borbila-surface: #ffffff;
	--borbila-surface-soft: #ffffff;
	--borbila-muted: rgba(17, 17, 17, 0.64);
	--borbila-line: rgba(0, 0, 0, 0.22);
	--borbila-accent-soft: rgba(1, 103, 56, 0.12);
	--borbila-accent-border: rgba(17, 17, 17, 0.08);
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	color: var(--borbila-ink);
}

.woocommerce-account .borbila-auth *,
.borbila-auth * {
	box-sizing: border-box;
}

.woocommerce-account .borbila-auth__shell,
.borbila-auth__shell {
	width: 100%;
	border: 1px solid var(--borbila-accent-border);
	background: linear-gradient(180deg, var(--borbila-surface) 0%, var(--borbila-surface-soft) 100%);
	box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
}

.woocommerce-account .borbila-auth__header,
.borbila-auth__header {
	text-align: center;
}

.woocommerce-account .borbila-auth__title,
.borbila-auth__title {
	margin: 0;
	color: var(--borbila-accent);
	font-weight: 800;
	line-height: 1.1;
}

.woocommerce-account .borbila-auth__subtitle,
.borbila-auth__subtitle {
	margin: 0 auto;
	color: var(--borbila-muted);
	line-height: 1.5;
}

.woocommerce-account .borbila-auth__form,
.borbila-auth__form,
.woocommerce-account .borbila-auth__grid,
.borbila-auth__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}

.woocommerce-account .borbila-auth__field,
.borbila-auth__field,
.woocommerce-account .borbila-auth__remember,
.borbila-auth__remember,
.woocommerce-account .borbila-auth__consent,
.borbila-auth__consent {
	margin: 0;
}

.woocommerce-account .borbila-auth__label,
.borbila-auth__label {
	display: block;
	color: var(--borbila-ink);
	font-weight: 800;
}

.woocommerce-account .borbila-auth__input,
.borbila-auth__input,
.woocommerce-account .borbila-auth input.input-text,
.borbila-auth input.input-text {
	display: block;
	width: 100%;
	border: 1px solid var(--borbila-line);
	background: var(--borbila-surface);
	color: #000000 !important;
	-webkit-text-fill-color: #000000;
	caret-color: #000000;
	outline: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.woocommerce-account .borbila-auth__input::placeholder,
.borbila-auth__input::placeholder {
	color: rgba(0, 0, 0, 0.42);
	-webkit-text-fill-color: rgba(0, 0, 0, 0.42);
}

.woocommerce-account .borbila-auth__input:focus,
.borbila-auth__input:focus {
	border-color: var(--borbila-accent);
	box-shadow: 0 0 0 3px var(--borbila-accent-soft);
}

.woocommerce-account .borbila-auth__input:-webkit-autofill,
.woocommerce-account .borbila-auth__input:-webkit-autofill:hover,
.woocommerce-account .borbila-auth__input:-webkit-autofill:focus,
.borbila-auth__input:-webkit-autofill,
.borbila-auth__input:-webkit-autofill:hover,
.borbila-auth__input:-webkit-autofill:focus {
	-webkit-text-fill-color: #000000 !important;
	caret-color: #000000;
	transition: background-color 9999s ease-out 0s, color 9999s ease-out 0s;
}

.woocommerce-account .borbila-auth__password-wrap,
.borbila-auth__password-wrap {
	position: relative;
}

.woocommerce-account .borbila-auth__password-wrap .borbila-auth__input,
.borbila-auth__password-wrap .borbila-auth__input {
	appearance: none;
	-webkit-appearance: none;
	background-image: none;
}

.woocommerce-account .borbila-auth__password-wrap .borbila-auth__input::-ms-reveal,
.woocommerce-account .borbila-auth__password-wrap .borbila-auth__input::-ms-clear,
.borbila-auth__password-wrap .borbila-auth__input::-ms-reveal,
.borbila-auth__password-wrap .borbila-auth__input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.woocommerce-account .borbila-auth__password-wrap .borbila-auth__input::-webkit-credentials-auto-fill-button,
.borbila-auth__password-wrap .borbila-auth__input::-webkit-credentials-auto-fill-button {
	visibility: hidden;
	display: none;
	pointer-events: none;
}

.woocommerce-account .borbila-auth__password-toggle,
.borbila-auth__password-toggle {
	position: absolute;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	border: 0;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%);
	z-index: 3;
	transition: none !important;
}

.woocommerce-account .borbila-auth__password-toggle:hover,
.borbila-auth__password-toggle:hover {
	transform: translateY(-50%);
}

.woocommerce-account .borbila-auth__password-icon,
.borbila-auth__password-icon {
	display: inline-flex;
}

.woocommerce-account .borbila-auth__password-icon svg,
.borbila-auth__password-icon svg {
	width: 100%;
	height: 100%;
}

.woocommerce-account .borbila-auth__password-icon--hide,
.woocommerce-account .borbila-auth__password-toggle.is-visible .borbila-auth__password-icon--show,
.borbila-auth__password-icon--hide,
.borbila-auth__password-toggle.is-visible .borbila-auth__password-icon--show {
	display: none;
}

.woocommerce-account .borbila-auth__password-toggle.is-visible .borbila-auth__password-icon--hide,
.borbila-auth__password-toggle.is-visible .borbila-auth__password-icon--hide {
	display: inline-flex;
}

.woocommerce-account .borbila-auth__remember-label,
.borbila-auth__remember-label,
.woocommerce-account .borbila-auth__consent-label,
.borbila-auth__consent-label {
	display: flex;
	align-items: flex-start;
	color: var(--borbila-ink);
}

.woocommerce-account .borbila-auth__remember-label input,
.borbila-auth__remember-label input,
.woocommerce-account .borbila-auth__consent-label input,
.borbila-auth__consent-label input {
	flex: 0 0 auto;
	margin-top: 3px;
	accent-color: var(--borbila-accent);
}

.woocommerce-account .borbila-auth__actions,
.borbila-auth__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.woocommerce-account .borbila-auth__submit,
.borbila-auth__submit,
.woocommerce-account .borbila-auth__secondary,
.borbila-auth__secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--borbila-accent);
	color: inherit;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	transition: none !important;
}

.woocommerce-account .borbila-auth__submit:hover,
.borbila-auth__submit:hover,
.woocommerce-account .borbila-auth__secondary:hover,
.borbila-auth__secondary:hover {
	transform: none !important;
}

.woocommerce-account .borbila-auth__lost-password,
.borbila-auth__lost-password,
.woocommerce-account .borbila-auth__footer,
.borbila-auth__footer {
	width: 100%;
	margin: 0;
	text-align: center;
}

.woocommerce-account .borbila-auth .woocommerce-notices-wrapper,
.borbila-auth .woocommerce-notices-wrapper {
	margin: 0 0 14px;
}

.woocommerce-account .borbila-auth .woocommerce-error,
.borbila-auth .woocommerce-error,
.woocommerce-account .borbila-auth .woocommerce-message,
.borbila-auth .woocommerce-message,
.woocommerce-account .borbila-auth .woocommerce-info,
.borbila-auth .woocommerce-info,
.woocommerce-account .borbila-auth__notice,
.borbila-auth__notice {
	margin: 0 0 12px;
	padding: 12px 14px;
	border: 1px solid var(--borbila-accent-border);
	border-radius: 10px;
	background: var(--borbila-surface);
	color: var(--borbila-ink);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.woocommerce-account .borbila-auth .woocommerce-error,
.borbila-auth .woocommerce-error,
.woocommerce-account .borbila-auth__notice--error,
.borbila-auth__notice--error {
	border-color: rgba(220, 38, 38, 0.22);
	background: rgba(254, 242, 242, 0.92);
	color: #991b1b;
}

.woocommerce-account .borbila-auth__notice-list,
.borbila-auth__notice-list {
	margin: 0;
	padding-left: 18px;
}

.woocommerce-account .borbila-auth--login,
.borbila-auth--login {
	max-width: 560px;
}

.woocommerce-account .borbila-auth--login .borbila-auth__shell,
.borbila-auth--login .borbila-auth__shell {
	padding: 20px !important;
	border: 0;
	border-radius: 20px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.woocommerce-account .borbila-auth--login .borbila-auth__header,
.borbila-auth--login .borbila-auth__header {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 18px;
}

.woocommerce-account .borbila-auth--login .borbila-auth__title,
.borbila-auth--login .borbila-auth__title {
	margin: 0 !important;
	font-size: 28px;
	color: var(--borbila-ink);
}

.woocommerce-account .borbila-auth--login .borbila-auth__subtitle,
.borbila-auth--login .borbila-auth__subtitle {
	max-width: 430px;
	margin: 0 auto !important;
	font-size: 13px;
}

.woocommerce-account .borbila-auth--login .borbila-auth__form,
.borbila-auth--login .borbila-auth__form,
.woocommerce-account form.woocommerce-form-login.borbila-auth__form,
form.woocommerce-form-login.borbila-auth__form {
	gap: 12px;
	padding: 20px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.woocommerce-account .borbila-auth--login .borbila-auth__label,
.borbila-auth--login .borbila-auth__label {
	margin-bottom: 6px;
	font-size: 12px;
}

.woocommerce-account .borbila-auth--login .borbila-auth__input,
.borbila-auth--login .borbila-auth__input,
.woocommerce-account .borbila-auth--login input.input-text,
.borbila-auth--login input.input-text {
	height: 40px !important;
	min-height: 40px !important;
	padding: 6px 10px !important;
	border-radius: 3px;
	border-color: rgba(0, 0, 0, 0.22) !important;
	font-size: 13px;
}

.woocommerce-account .borbila-auth--login .borbila-auth__password-wrap .borbila-auth__input,
.borbila-auth--login .borbila-auth__password-wrap .borbila-auth__input {
	padding-right: 42px !important;
}

.woocommerce-account .borbila-auth--login .borbila-auth__password-toggle,
.borbila-auth--login .borbila-auth__password-toggle {
	right: 8px;
	width: 28px;
	height: 28px;
	border-radius: 4px;
	background: var(--borbila-ink);
	color: #ffffff;
	box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
}

.woocommerce-account .borbila-auth--login .borbila-auth__password-icon,
.borbila-auth--login .borbila-auth__password-icon {
	width: 13px;
	height: 13px;
}

.woocommerce-account .borbila-auth--login .borbila-auth__remember-label,
.borbila-auth--login .borbila-auth__remember-label,
.woocommerce-account .borbila-auth--login .borbila-auth__lost-password,
.borbila-auth--login .borbila-auth__lost-password {
	font-size: 13px;
}

.woocommerce-account .borbila-auth--login .borbila-auth__actions,
.borbila-auth--login .borbila-auth__actions {
	gap: 10px;
	margin-top: 4px;
}

.woocommerce-account .borbila-auth--login .borbila-auth__submit,
.borbila-auth--login .borbila-auth__submit,
.woocommerce-account .borbila-auth--login .borbila-auth__secondary,
.borbila-auth--login .borbila-auth__secondary {
	width: 100%;
	min-height: 42px;
	padding: 10px 18px;
	border-radius: 3px;
	font-size: 14px;
}

.woocommerce-account .borbila-auth--login .borbila-auth__secondary {
	background: var(--borbila-surface) !important;
	color: var(--borbila-ink) !important;
}

.woocommerce-account .borbila-auth--register,
.borbila-auth--register {
	max-width: 540px;
}

.woocommerce-account .borbila-auth--register .borbila-auth__shell,
.borbila-auth--register .borbila-auth__shell {
	padding: clamp(20px, 3vw, 28px);
	border-radius: 22px;
	border-color: rgba(17, 17, 17, 0.06);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.96) 100%),
		linear-gradient(180deg, var(--borbila-accent-soft) 0%, rgba(255, 255, 255, 0) 38%);
	box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.woocommerce-account .borbila-auth--register .borbila-auth__header,
.borbila-auth--register .borbila-auth__header {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 14px;
}

.woocommerce-account .borbila-auth--register .borbila-auth__title,
.borbila-auth--register .borbila-auth__title {
	margin: 0 !important;
	font-size: clamp(26px, 3vw, 32px);
}

.woocommerce-account .borbila-auth--register .borbila-auth__subtitle,
.borbila-auth--register .borbila-auth__subtitle {
	max-width: 460px;
	margin: 0 auto !important;
	font-size: 13px;
}

.woocommerce-account .borbila-auth--register .borbila-auth__form,
.borbila-auth--register .borbila-auth__form {
	gap: 11px;
	padding: clamp(12px, 2vw, 18px) !important;
}

.woocommerce-account .borbila-auth--register .borbila-auth__grid,
.borbila-auth--register .borbila-auth__grid {
	gap: 11px;
}

.woocommerce-account .borbila-auth--register .borbila-auth__label,
.borbila-auth--register .borbila-auth__label {
	margin-bottom: 6px;
	font-size: 12px;
}

.woocommerce-account .borbila-auth--register .borbila-auth__input,
.borbila-auth--register .borbila-auth__input,
.woocommerce-account .borbila-auth--register input.input-text,
.borbila-auth--register input.input-text {
	height: 42px;
	min-height: 42px;
	padding: 9px 12px;
	border-radius: 12px;
	border-color: rgba(0, 0, 0, 0.22);
	font-size: 13px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.woocommerce-account .borbila-auth--register .borbila-auth__password-wrap .borbila-auth__input,
.borbila-auth--register .borbila-auth__password-wrap .borbila-auth__input {
	padding-right: 42px !important;
}

.woocommerce-account .borbila-auth--register .borbila-auth__password-toggle,
.borbila-auth--register .borbila-auth__password-toggle {
	right: 8px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: transparent;
	color: var(--borbila-ink);
	box-shadow: none;
}

.woocommerce-account .borbila-auth--register .borbila-auth__password-icon,
.borbila-auth--register .borbila-auth__password-icon {
	width: 13px;
	height: 13px;
}

.woocommerce-account .borbila-auth--register .borbila-auth__consent-label,
.borbila-auth--register .borbila-auth__consent-label {
	gap: 8px;
	font-size: 13px;
	line-height: 1.45;
}

.woocommerce-account .borbila-auth--register .borbila-auth__consent-label a,
.borbila-auth--register .borbila-auth__consent-label a,
.woocommerce-account .borbila-auth--register .borbila-auth__secondary,
.borbila-auth--register .borbila-auth__secondary {
	font-weight: 800;
	text-decoration: none !important;
}

.woocommerce-account .borbila-auth--register .borbila-auth__actions,
.borbila-auth--register .borbila-auth__actions {
	gap: 8px;
	margin-top: 4px;
}

.woocommerce-account .borbila-auth--register .borbila-auth__submit,
.borbila-auth--register .borbila-auth__submit {
	width: 100%;
	min-height: 46px;
	border-radius: 12px;
	font-size: 14px;
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.woocommerce-account .borbila-auth--register .borbila-auth__secondary,
.borbila-auth--register .borbila-auth__secondary {
	display: inline;
	min-height: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.woocommerce-account .borbila-auth--register .borbila-auth__secondary:hover,
.borbila-auth--register .borbila-auth__secondary:hover {
	background: transparent !important;
	color: var(--borbila-accent) !important;
	text-decoration: underline !important;
}

.woocommerce-account .borbila-auth--register .borbila-auth__footer,
.borbila-auth--register .borbila-auth__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	justify-content: center;
	color: var(--borbila-muted);
	font-size: 13px;
	line-height: 1.45;
}

.woocommerce-account .woocommerce-MyAccount-content .borbila-account-summary {
	padding: 1rem 1.1rem;
	margin: 0 0 1rem;
	border: 0;
	border-radius: 14px;
	background: transparent;
}

.woocommerce-account .woocommerce-MyAccount-content .borbila-account-dashboard-greeting {
	margin: 0 0 0.35rem;
	color: var(--borbila-accent);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-content .borbila-account-name {
	margin: 0 0 1.6rem;
	color: #000000;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content .borbila-account-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 240px));
	gap: 16px;
	margin-bottom: 2rem;
}

.woocommerce-account .woocommerce-MyAccount-content .borbila-account-stat {
	position: relative;
	min-height: 106px;
	padding: 1.1rem 1.25rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.woocommerce-account .woocommerce-MyAccount-content .borbila-account-stat::before {
	content: "";
	position: absolute;
	top: 18px;
	bottom: 18px;
	left: 0;
	width: 4px;
	border-radius: 999px;
	background: var(--borbila-accent);
}

.woocommerce-account .woocommerce-MyAccount-content .borbila-account-stat-label {
	display: block;
	margin-bottom: 0.7rem;
	color: var(--borbila-accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-content .borbila-account-stat-value {
	display: block;
	color: #000000;
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
}

.woocommerce-account .woocommerce-MyAccount-content .borbila-account-dashboard-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.woocommerce-account .woocommerce-MyAccount-content .borbila-account-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border: 1px solid #000000 !important;
	border-radius: 11px !important;
	background: #000000 !important;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.18);
	transition: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content .borbila-account-link:hover,
.woocommerce-account .woocommerce-MyAccount-content .borbila-account-link:focus {
	background: var(--borbila-accent) !important;
	border-color: var(--borbila-accent) !important;
	color: #ffffff !important;
	transform: none !important;
}

@media (max-width: 991px) {
	.woocommerce-account .borbila-auth--login,
	.borbila-auth--login,
	.woocommerce-account .borbila-auth--register,
	.borbila-auth--register {
		max-width: 100%;
		padding-inline: 14px;
	}

	.woocommerce-account .borbila-auth--register .borbila-auth__shell,
	.borbila-auth--register .borbila-auth__shell {
		padding: 16px !important;
		border-radius: 18px;
	}
}

@media (max-width: 767px) {
	.woocommerce-account .borbila-auth--login,
	.borbila-auth--login,
	.woocommerce-account .borbila-auth--register,
	.borbila-auth--register {
		padding-inline: 10px;
	}

	.woocommerce-account .borbila-auth--login .borbila-auth__shell,
	.borbila-auth--login .borbila-auth__shell,
	.woocommerce-account .borbila-auth--register .borbila-auth__shell,
	.borbila-auth--register .borbila-auth__shell {
		padding: 14px !important;
		border-radius: 16px;
	}

	.woocommerce-account .borbila-auth--login .borbila-auth__form,
	.borbila-auth--login .borbila-auth__form,
	.woocommerce-account .borbila-auth--register .borbila-auth__form,
	.borbila-auth--register .borbila-auth__form {
		gap: 9px;
		padding: 10px !important;
	}

	.woocommerce-account .borbila-auth--login .borbila-auth__title,
	.borbila-auth--login .borbila-auth__title,
	.woocommerce-account .borbila-auth--register .borbila-auth__title,
	.borbila-auth--register .borbila-auth__title {
		font-size: 24px;
	}

	.woocommerce-account .borbila-auth--login .borbila-auth__subtitle,
	.borbila-auth--login .borbila-auth__subtitle,
	.woocommerce-account .borbila-auth--register .borbila-auth__subtitle,
	.borbila-auth--register .borbila-auth__subtitle {
		max-width: 100%;
		font-size: 12px;
		line-height: 1.45;
	}

	.woocommerce-account .woocommerce-MyAccount-content .borbila-account-stats,
	.woocommerce-account .woocommerce-MyAccount-content .borbila-account-dashboard-links {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 480px) {
	.woocommerce-account .borbila-auth--login,
	.borbila-auth--login,
	.woocommerce-account .borbila-auth--register,
	.borbila-auth--register {
		padding-inline: 8px;
	}

	.woocommerce-account .borbila-auth--login .borbila-auth__shell,
	.borbila-auth--login .borbila-auth__shell,
	.woocommerce-account .borbila-auth--register .borbila-auth__shell,
	.borbila-auth--register .borbila-auth__shell {
		padding: 12px !important;
		border-radius: 14px;
	}

	.woocommerce-account .borbila-auth--login .borbila-auth__form,
	.borbila-auth--login .borbila-auth__form,
	.woocommerce-account .borbila-auth--register .borbila-auth__form,
	.borbila-auth--register .borbila-auth__form {
		gap: 8px;
		padding: 7px !important;
	}

	.woocommerce-account .borbila-auth--login .borbila-auth__title,
	.borbila-auth--login .borbila-auth__title,
	.woocommerce-account .borbila-auth--register .borbila-auth__title,
	.borbila-auth--register .borbila-auth__title {
		font-size: 22px;
	}

	.woocommerce-account .borbila-auth--register .borbila-auth__input,
	.borbila-auth--register .borbila-auth__input,
	.woocommerce-account .borbila-auth--register input.input-text,
	.borbila-auth--register input.input-text {
		height: 38px !important;
		min-height: 38px !important;
		padding: 7px 10px !important;
	}

	.woocommerce-account .borbila-auth--register .borbila-auth__password-wrap .borbila-auth__input,
	.borbila-auth--register .borbila-auth__password-wrap .borbila-auth__input {
		padding-right: 36px !important;
	}

	.woocommerce-account .borbila-auth--register .borbila-auth__password-toggle,
	.borbila-auth--register .borbila-auth__password-toggle {
		right: 7px;
		width: 20px;
		height: 20px;
	}

	.woocommerce-account .borbila-auth--register .borbila-auth__password-icon,
	.borbila-auth--register .borbila-auth__password-icon {
		width: 12px;
		height: 12px;
	}
}
