body.woocommerce-account:not(.logged-in) {
	background:
		radial-gradient(circle at top left, rgba(183, 16, 102, 0.05), transparent 42%),
		linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
}

body.woocommerce-account:not(.logged-in) .woocommerce {
	max-width: 100%;
}

body.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper,
body.woocommerce-account:not(.logged-in) .woocommerce-form-login,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register {
	margin-bottom: 0;
}

body.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper {
	width: min(100%, 680px);
	margin: 0 auto 28px;
}

body.woocommerce-account:not(.logged-in) .woocommerce-error,
body.woocommerce-account:not(.logged-in) .woocommerce-info,
body.woocommerce-account:not(.logged-in) .woocommerce-message {
	width: min(100%, 680px);
	margin: 0 auto 28px;
	padding: 18px 22px 18px 52px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
	color: #131313;
}

.borbila-auth-layout {
	padding: 20px 0 48px;
}

.borbila-auth-shell {
	width: min(100%, 680px);
	margin: 0 auto;
}

.borbila-auth-panel[hidden] {
	display: none !important;
}

.borbila-auth-panel:not([hidden]) {
	animation: borbila-auth-fade 220ms ease;
}

.borbila-auth-card {
	position: relative;
	padding: 42px 48px 34px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow:
		0 26px 70px rgba(0, 0, 0, 0.06),
		0 10px 24px rgba(183, 16, 102, 0.06);
}

.borbila-auth-card .woocommerce-form-login,
.borbila-auth-card .woocommerce-form-register {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.borbila-auth-panel--login .borbila-auth-card {
	padding-bottom: 24px;
}

.borbila-auth-panel--login .borbila-auth-form {
	margin-bottom: 0;
	padding-bottom: 0 !important;
	min-height: 0 !important;
	height: auto !important;
	border: 0 !important;
	box-shadow: none !important;
}

.borbila-auth-panel--login .borbila-auth-form .form-row:last-of-type,
.borbila-auth-panel--login .borbila-auth-form .woocommerce-form-row:last-of-type {
	margin-bottom: 0;
}

.borbila-auth-panel--login .borbila-auth-form::after,
.borbila-auth-panel--login .borbila-auth-form::before {
	display: none !important;
}

.borbila-auth-panel--login .borbila-auth-meta {
	margin-bottom: 14px;
}

.borbila-auth-panel--login .borbila-auth-submit-row,
.borbila-auth-panel--login .borbila-auth-form .form-row {
	margin-bottom: 0;
}

.borbila-auth-panel--login .borbila-auth-divider {
	margin-top: 18px;
}

.borbila-auth-card .woocommerce-form-register {
	display: block;
}

.borbila-auth-panel--register .borbila-auth-submit-row {
	margin-bottom: 18px;
}

.borbila-auth-panel--register .borbila-auth-divider {
	margin-top: 22px;
}

.borbila-auth-panel--register .borbila-auth-footer {
	clear: both;
	display: block;
	position: relative;
	z-index: 0;
	margin-top: 0;
	padding-top: 2px;
}

.borbila-auth-card__header {
	margin-bottom: 30px;
	text-align: center;
}

.borbila-auth-card__title {
	margin: 0;
	color: #131313;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.borbila-auth-card__subtitle {
	margin: 8px auto 0;
	max-width: 430px;
	color: #6d6d6d;
	font-size: 1rem;
	line-height: 1.75;
}

.borbila-auth-card label {
	display: inline-block;
	margin-bottom: 10px;
	color: #131313;
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.4;
}

.borbila-auth-card .required {
	color: #b71066;
}

.borbila-auth-card .woocommerce-form-row,
.borbila-auth-card .form-row {
	margin: 0 0 22px;
	width: 100%;
	clear: both;
	display: block;
}

.borbila-auth-card .form-row-first,
.borbila-auth-card .form-row-last,
.borbila-auth-card .form-row-wide,
.borbila-auth-card .woocommerce-form-row--first,
.borbila-auth-card .woocommerce-form-row--last,
.borbila-auth-card .woocommerce-form-row--wide {
	float: none !important;
	width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.borbila-auth-form {
	display: block;
	width: 100%;
}

.borbila-auth-form > *:last-child {
	margin-bottom: 0;
}

.borbila-auth-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	align-items: start;
}

.borbila-auth-grid .form-row,
.borbila-auth-grid .woocommerce-form-row {
	float: none;
	margin-right: 0;
	margin-left: 0;
	width: 100% !important;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.borbila-auth-grid > * {
	min-width: 0;
}

.borbila-auth-card input[type='text'],
.borbila-auth-card input[type='email'],
.borbila-auth-card input[type='password'],
.borbila-auth-card input[type='tel'],
.borbila-auth-card input.input-text {
	display: block;
	width: 100% !important;
	max-width: none !important;
	min-height: 58px;
	padding: 16px 18px;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
	color: #131313;
	font-size: 1rem;
	line-height: 1.4;
	box-sizing: border-box;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.borbila-auth-card input::placeholder {
	color: #a3a3a3;
}

.borbila-auth-card input:focus {
	border-color: rgba(183, 16, 102, 0.72);
	outline: none;
	box-shadow: 0 0 0 4px rgba(183, 16, 102, 0.12);
}

.borbila-password-field {
	position: relative;
	display: block;
	width: 100%;
	overflow: visible;
}

.borbila-password-field input,
.borbila-password-field .password-input input {
	padding-right: 58px;
}

.borbila-auth-form .password-input {
	position: relative;
	display: block;
	width: 100% !important;
}

.borbila-auth-form .show-password-input {
	display: none !important;
}

.borbila-auth-panel--register .woocommerce-password-strength,
.borbila-auth-panel--register .woocommerce-password-hint {
	display: none !important;
}

.borbila-auth-panel--register .woocommerce-password-strength {
	position: static !important;
	float: none !important;
	width: 100% !important;
	clear: both !important;
	margin: 10px 0 0 !important;
	padding: 10px 14px !important;
	border-radius: 14px !important;
	box-sizing: border-box !important;
}

.borbila-auth-panel--register .woocommerce-password-hint {
	margin: 8px 0 0 !important;
	color: #7d7d7d !important;
	font-size: 0.92rem !important;
	line-height: 1.5 !important;
}

.borbila-auth-card input[type='password']::-ms-reveal,
.borbila-auth-card input[type='password']::-ms-clear {
	display: none;
}

.borbila-password-toggle {
	position: absolute;
	top: 50%;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 12px;
	background: #ffffff;
	color: #b71066;
	font-size: 1rem;
	cursor: pointer;
	transform: translateY(-50%);
	transition: color 180ms ease, background-color 180ms ease;
}

.borbila-password-toggle:hover,
.borbila-password-toggle:focus-visible {
	background: #131313;
	color: #ffffff;
	outline: none;
}

.borbila-password-toggle .dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
}

.borbila-auth-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: -2px 0 20px;
}

.borbila-auth-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	color: #4a4a4a;
	font-size: 0.98rem;
	font-weight: 500;
	line-height: 1.6;
	cursor: pointer;
}

.borbila-auth-checkbox input[type='checkbox'] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	accent-color: #b71066;
}

.borbila-auth-terms-row {
	margin-bottom: 24px;
}

.borbila-auth-terms-row .borbila-auth-checkbox {
	align-items: flex-start;
	width: 100%;
}

.borbila-auth-terms-row span {
	display: inline-block;
	margin-top: -1px;
}

.borbila-auth-link {
	color: #b71066;
	font-size: 0.96rem;
	font-weight: 500;
	text-decoration: none;
	transition: color 180ms ease, opacity 180ms ease;
}

.borbila-auth-link:hover,
.borbila-auth-link:focus-visible {
	color: #131313;
	outline: none;
}

.borbila-auth-link--strong {
	font-weight: 700;
}

.borbila-auth-terms-row a,
.borbila-auth-card .woocommerce-privacy-policy-text a {
	color: #b71066;
	font-weight: 600;
	text-decoration: none;
}

.borbila-auth-terms-row a:hover,
.borbila-auth-terms-row a:focus-visible,
.borbila-auth-card .woocommerce-privacy-policy-text a:hover,
.borbila-auth-card .woocommerce-privacy-policy-text a:focus-visible {
	color: #131313;
	outline: none;
}

.borbila-auth-card .woocommerce-privacy-policy-text {
	margin: -2px 0 18px;
	color: #6d6d6d;
	font-size: 0.95rem;
	line-height: 1.7;
}

.borbila-auth-submit-row {
	display: block;
	clear: both;
	margin-top: 12px;
	margin-bottom: 8px;
}

.borbila-auth-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 58px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 18px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	vertical-align: middle;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.borbila-auth-card button.borbila-auth-button,
.borbila-auth-card a.borbila-auth-button {
	width: 100% !important;
	margin: 0;
}

.borbila-auth-submit-row .borbila-auth-button {
	position: relative;
	z-index: 1;
}

.borbila-auth-submit-row .borbila-auth-button span,
.borbila-auth-submit-row .borbila-auth-button .woocommerce-Price-amount {
	line-height: 1;
}

.borbila-auth-button:hover,
.borbila-auth-button:focus-visible {
	transform: translateY(-1px);
	outline: none;
}

.borbila-auth-button--primary {
	background: #b71066;
	box-shadow: 0 18px 30px rgba(183, 16, 102, 0.22);
	color: #ffffff;
}

.borbila-auth-button--primary:hover,
.borbila-auth-button--primary:focus-visible {
	background: #131313;
	box-shadow: 0 20px 32px rgba(0, 0, 0, 0.22);
	color: #ffffff;
}

.borbila-auth-button--secondary {
	border-color: rgba(0, 0, 0, 0.18);
	background: #ffffff;
	color: #131313;
	box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
}

.borbila-auth-button--secondary:hover,
.borbila-auth-button--secondary:focus-visible {
	border-color: #131313;
	background: #ffffff;
	color: #131313;
}

.borbila-auth-divider {
	height: 1px;
	margin: 26px 0 22px;
	background: linear-gradient(90deg, rgba(236, 236, 236, 0) 0%, rgba(236, 236, 236, 1) 18%, rgba(236, 236, 236, 1) 82%, rgba(236, 236, 236, 0) 100%);
}

.borbila-auth-footer {
	margin: 10px 0 0;
	color: #6d6d6d;
	font-size: 0.98rem;
	line-height: 1.7;
	text-align: center;
}

@keyframes borbila-auth-fade {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 767px) {
	.borbila-auth-layout {
		padding: 20px 0 32px;
	}

	.borbila-auth-card {
		padding: 30px 22px 24px;
		border-radius: 22px;
	}

	.borbila-auth-card__title {
		font-size: clamp(1.8rem, 8vw, 2.6rem);
	}

	.borbila-auth-card__subtitle {
		font-size: 0.95rem;
		line-height: 1.65;
	}

	.borbila-auth-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.borbila-auth-meta {
		flex-direction: column;
		align-items: flex-start;
	}

	.borbila-auth-footer {
		line-height: 1.9;
	}

	.borbila-auth-card input[type='text'],
	.borbila-auth-card input[type='email'],
	.borbila-auth-card input[type='password'],
	.borbila-auth-card input[type='tel'],
	.borbila-auth-button {
		min-height: 54px;
	}
}
