/*
Theme Name: Borbila
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: borbila
*/

/* Custom CSS goes below */

.woocommerce-account {
	--borbila-account-chip-bg: var(--e-global-color-primary, #6550f5);
	--borbila-account-chip-bg-hover: var(--e-global-color-secondary, #4f46e5);
	--borbila-account-chip-text: #ffffff;
}

.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content .borbila-account-intro {
	line-height: 1.8;
	margin-bottom: 12px;
}

.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content .borbila-account-shortcuts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 12px;
	margin-top: 18px;
}

.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content .borbila-account-shortcuts a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 8px 14px !important;
	border-radius: 999px !important;
	background: var(--borbila-account-chip-bg) !important;
	border: 0 !important;
	color: var(--borbila-account-chip-text) !important;
	text-decoration: none !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12) !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, background-color 0.18s ease;
}

.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content .borbila-account-shortcuts a:hover,
.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content .borbila-account-shortcuts a:focus {
	background: var(--borbila-account-chip-bg-hover) !important;
	transform: translateY(-1px);
	filter: brightness(1.02);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16) !important;
}

@media (max-width: 767px) {
	.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content .borbila-account-shortcuts {
		gap: 8px;
	}

	.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content .borbila-account-shortcuts a {
		width: 100%;
	}
}

.borbila-auth-wrap {
	position: relative;
	overflow: hidden;
	max-width: 460px;
	margin: 0 auto;
	padding: 24px 24px 26px;
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--borbila-auth-surface, #ffffff) 98%, #ffffff) 0%, var(--borbila-auth-surface, #ffffff) 100%),
		radial-gradient(circle at top right, rgba(163, 0, 49, 0.08), transparent 36%),
		radial-gradient(circle at top left, color-mix(in srgb, var(--borbila-auth-primary, #6550f5) 6%, transparent), transparent 28%);
	border: 0;
	border-radius: 26px;
	box-shadow: 0 28px 70px rgba(15, 23, 42, 0.08);
}

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

.borbila-auth-wrap::before {
	content: none;
}

.borbila-register-header {
	margin-bottom: 16px;
	text-align: center;
}

.borbila-auth-wrap h2 {
	margin: 0 0 10px !important;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 800;
	color: var(--borbila-auth-primary, #6550f5);
}

.borbila-auth-login h2,
.borbila-auth-login .borbila-auth-subtitle {
	text-align: center;
}

.borbila-auth-subtitle {
	margin: 0 auto 14px !important;
	width: 100%;
	max-width: 40ch;
	font-size: 14px;
	line-height: 1.65;
	color: #65758b;
	text-align: center;
}

.borbila-register-subtitle {
	max-width: 44ch;
	margin-bottom: 24px !important;
}

.borbila-auth-wrap .form-row {
	margin-bottom: 14px;
}

.borbila-login-form .borbila-auth-actions {
	margin-top: 12px;
}

.borbila-auth-wrap .woocommerce-form-login {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	height: auto !important;
}

.borbila-register-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 16px;
}

.borbila-register-grid .form-row {
	margin-bottom: 0;
}

.borbila-auth-register .borbila-register-password-row {
	margin-top: 4px !important;
	padding-top: 12px !important;
}

.borbila-auth-register .borbila-register-confirm-row {
	margin-top: 4px !important;
	padding-top: 12px !important;
}

.borbila-auth-register .borbila-register-submit {
	width: 100%;
}

.borbila-register-terms {
	margin: 6px 0 20px;
}

.borbila-register-terms-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: #1f2937;
	font-weight: 500;
	cursor: pointer;
}

.borbila-register-terms-label span {
	font-weight: 500;
}

.borbila-register-terms-label input[type="checkbox"] {
	margin-top: 3px;
	flex: 0 0 auto;
	accent-color: var(--e-global-color-primary, #6550f5);
}

.borbila-auth-wrap label {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
	color: #161e2f;
}

.borbila-auth-register label {
	font-size: 15px;
	font-weight: 600;
}

/* ==========================================================
   Borbila Order Tracking
   ========================================================== */

.borbila-track-wrap {
	width: min(100%, 1120px);
	margin: 0 auto;
	padding: clamp(16px, 2vw, 24px) clamp(12px, 2vw, 20px) clamp(28px, 3vw, 40px);
	color: #111111;
	box-sizing: border-box;
}

.borbila-track-hero {
	max-width: 760px;
	margin: 0 auto 28px;
	text-align: center;
}

.borbila-track-kicker {
	margin: 0 0 10px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.borbila-track-hero h2 {
	margin: 0;
	color: #111111;
	font-size: 40px;
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.borbila-track-subtitle {
	max-width: 62ch;
	margin: 12px auto 0;
	color: #555555;
	font-size: 16px;
	line-height: 1.65;
}

.borbila-track-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;
	justify-content: center;
	gap: 12px;
	margin: 24px auto 0;
	width: 100%;
	max-width: 760px;
}

.borbila-track-form input[type="number"] {
	width: 100%;
	min-width: 0;
	height: 54px;
	margin: 0;
	padding: 0 18px;
	border: 1px solid #d9d9d9;
	border-radius: 14px;
	background: #ffffff;
	color: #111111;
	font-size: 16px;
	font-weight: 500;
	box-shadow: none;
	appearance: textfield;
}

.borbila-track-form input[type="number"]::-webkit-outer-spin-button,
.borbila-track-form input[type="number"]::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.borbila-track-form input[type="number"]::placeholder {
	color: #7a7a7a;
	opacity: 1;
}

.borbila-track-form input[type="number"]:focus {
	border-color: #111111;
	box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
	outline: none;
}

.borbila-track-form button {
	min-width: 148px;
	height: 54px;
	padding: 0 22px;
	border: 0;
	border-radius: 14px;
	background: #111111;
	color: #ffffff;
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
	transition: transform 0.18s ease, opacity 0.18s ease;
}

.borbila-track-form button:hover,
.borbila-track-form button:focus {
	transform: translateY(-1px);
	opacity: 0.94;
}

.borbila-track-result {
	max-width: 960px;
	margin: 32px auto 0;
}

.borbila-track-summary {
	padding: 22px;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 18px 50px rgba(17, 17, 17, 0.05);
}

.borbila-track-summary-head {
	padding-bottom: 18px;
	border-bottom: 1px solid #ececec;
}

.borbila-track-status-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	padding: 6px 11px;
	border: 1px solid #111111;
	border-radius: 999px;
	background: #111111;
	color: #ffffff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.borbila-track-summary-head h3 {
	margin: 0;
	color: #111111;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.borbila-track-summary-head p {
	margin: 8px 0 0;
	color: #666666;
	font-size: 13px;
	line-height: 1.55;
}

.borbila-track-meta-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.borbila-track-meta,
.borbila-track-estimate {
	padding: 14px 16px;
	border: 1px solid #ececec;
	border-radius: 14px;
	background: #fafafa;
}

.borbila-track-meta span,
.borbila-track-estimate span {
	display: block;
	margin-bottom: 6px;
	color: #6b7280;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.borbila-track-meta strong,
.borbila-track-estimate strong {
	color: #111111;
	font-size: 14px;
	font-weight: 800;
}

.borbila-track-estimate {
	margin-top: 14px;
}

.borbila-track-panels {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px;
	margin-top: 18px;
}

.borbila-track-panel,
.borbila-track-items {
	padding: 18px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #ffffff;
}

.borbila-track-panel h4,
.borbila-track-items h4 {
	margin: 0 0 12px;
	color: #111111;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 800;
}

.borbila-track-panel p {
	margin: 0;
	color: #555555;
	font-size: 14px;
	line-height: 1.65;
	word-break: break-word;
}

.borbila-track-payment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.borbila-track-payment-list li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-top: 1px solid #f0f0f0;
	color: #111111;
}

.borbila-track-payment-list li:first-child {
	padding-top: 0;
	border-top: 0;
}

.borbila-track-payment-list span {
	color: #6b7280;
	font-size: 13px;
	font-weight: 600;
}

.borbila-track-payment-list strong {
	color: #111111;
	font-size: 13px;
	font-weight: 800;
	text-align: right;
}

.borbila-track-items {
	margin-top: 16px;
}

.borbila-track-items-list {
	display: grid;
	gap: 10px;
}

.borbila-track-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 0;
	border-top: 1px solid #f0f0f0;
}

.borbila-track-item:first-child {
	border-top: 0;
	padding-top: 0;
}

.borbila-track-item-thumb {
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	border: 1px solid #ececec;
	border-radius: 14px;
	background: #fafafa;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.borbila-track-item-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.borbila-track-item-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	min-width: 0;
}

.borbila-track-item-name {
	color: #111111;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.borbila-track-item-price {
	color: #111111;
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.borbila-track-error {
	max-width: 760px;
	margin: 20px auto 0;
	padding: 18px 20px;
	border: 1px solid #111111;
	border-radius: 16px;
	background: #ffffff;
	color: #111111;
	text-align: center;
}

.borbila-track-error strong {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 800;
}

.borbila-track-error p {
	margin: 0;
	color: #555555;
	font-size: 14px;
	line-height: 1.6;
}

.woocommerce-notices-wrapper .woocommerce-message .wc-forward,
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward,
.woocommerce-notices-wrapper .woocommerce-message a.wc-forward,
.woocommerce-notices-wrapper .woocommerce-message a[href*="/cart"] {
	display: none !important;
}

.elementor-wc-products a.added_to_cart,
.elementor-loop-item a.added_to_cart,
.e-loop-item a.added_to_cart,
ul.products li.product a.added_to_cart,
.products a.added_to_cart {
	display: none !important;
}

.borbila-loop-view-cart {
	pointer-events: auto;
}

.woocommerce-checkout .elementor-10 .elementor-element.elementor-element-8fb6bbd .woocommerce-checkout #payment {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
}

.woocommerce-checkout .elementor-10 .elementor-element.elementor-element-8fb6bbd .woocommerce-checkout #payment .payment_methods,
.woocommerce-checkout .elementor-10 .elementor-element.elementor-element-8fb6bbd .woocommerce-checkout #payment .payment_methods .payment_box {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

@media (max-width: 760px) {
	.elementor-1259 .elementor-element.elementor-element-2616284 {
		--flex-direction: column !important;
		--justify-content: flex-start !important;
		--align-items: stretch !important;
		flex-direction: column !important;
	}

	.elementor-1259 .elementor-element.elementor-element-ec96da4,
	.elementor-1259 .elementor-element.elementor-element-91fc15d {
		--width: 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 auto !important;
	}

	.elementor-1259 .elementor-element.elementor-element-91fc15d,
	.elementor-1248 .elementor-element.elementor-element-c0c9938,
	.elementor-1492 .elementor-element.elementor-element-7e0a2bf,
	.elementor-1689 .elementor-element.elementor-element-56d6027d {
		--gap: 4px 0 !important;
		--row-gap: 4px !important;
		--column-gap: 0 !important;
		--justify-content: flex-start !important;
	}

	.elementor-1259 .elementor-element.elementor-element-e583c99,
	.elementor-1248 .elementor-element.elementor-element-39fadc4,
	.elementor-1492 .elementor-element.elementor-element-6ab168b5,
	.elementor-1689 .elementor-element.elementor-element-c758dd2 {
		min-height: 51px;
		margin-bottom: 0 !important;
	}

	.elementor-1259 .elementor-element.elementor-element-e583c99 .elementor-heading-title,
	.elementor-1248 .elementor-element.elementor-element-39fadc4 .elementor-heading-title,
	.elementor-1492 .elementor-element.elementor-element-6ab168b5 .elementor-heading-title,
	.elementor-1689 .elementor-element.elementor-element-c758dd2 .elementor-heading-title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		line-height: 17px !important;
	}

	.elementor-1259 .elementor-element.elementor-element-1aa87d3,
	.elementor-1248 .elementor-element.elementor-element-6262083,
	.elementor-1492 .elementor-element.elementor-element-6cc0c2a7,
	.elementor-1689 .elementor-element.elementor-element-7f15c95b {
		display: flex;
		align-items: center;
		min-height: 28px;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.elementor-1259 .elementor-element.elementor-element-03e551a,
	.elementor-1248 .elementor-element.elementor-element-e3c4cdc,
	.elementor-1492 .elementor-element.elementor-element-a49c601,
	.elementor-1689 .elementor-element.elementor-element-8beb99e {
		width: 100%;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.elementor-1259 .elementor-element.elementor-element-03e551a .elementor-button,
	.elementor-1248 .elementor-element.elementor-element-e3c4cdc .button,
	.elementor-1492 .elementor-element.elementor-element-a49c601 .elementor-button,
	.elementor-1689 .elementor-element.elementor-element-8beb99e .button {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 42px;
		width: 100%;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	body.woocommerce-shop .elementor-1689 .elementor-element.elementor-element-7f15c95b .price {
		line-height: 16px !important;
	}

	body.woocommerce-shop .elementor-1689 .elementor-element.elementor-element-7f15c95b .price del {
		font-size: 13px !important;
		line-height: 16px !important;
	}

	body.woocommerce-shop .elementor-1689 .elementor-element.elementor-element-7f15c95b .price ins {
		font-size: 14px !important;
		line-height: 16px !important;
	}
}

.elementor-13 .elementor-element.elementor-element-caf61c6 :is(.swiper, .swiper-container):not(.swiper-initialized) .swiper-wrapper {
	display: flex;
	gap: 12px;
	transform: none !important;
}

.elementor-13 .elementor-element.elementor-element-caf61c6 :is(.swiper, .swiper-container):not(.swiper-initialized) .swiper-slide {
	flex: 0 0 calc((100% - 60px) / 6);
	width: calc((100% - 60px) / 6) !important;
	max-width: calc((100% - 60px) / 6);
	margin-right: 0 !important;
}

@media (max-width: 1024px) {
	.elementor-13 .elementor-element.elementor-element-caf61c6 :is(.swiper, .swiper-container):not(.swiper-initialized) .swiper-wrapper {
		gap: 12px;
	}

	.elementor-13 .elementor-element.elementor-element-caf61c6 :is(.swiper, .swiper-container):not(.swiper-initialized) .swiper-slide {
		flex-basis: calc((100% - 24px) / 3);
		width: calc((100% - 24px) / 3) !important;
		max-width: calc((100% - 24px) / 3);
	}
}

@media (max-width: 760px) {
	.elementor-13 .elementor-element.elementor-element-caf61c6 :is(.swiper, .swiper-container):not(.swiper-initialized) .swiper-wrapper {
		gap: 8px;
	}

	.elementor-13 .elementor-element.elementor-element-caf61c6 :is(.swiper, .swiper-container):not(.swiper-initialized) .swiper-slide {
		flex-basis: calc((100% - 16px) / 3);
		width: calc((100% - 16px) / 3) !important;
		max-width: calc((100% - 16px) / 3);
	}
}

@media (max-width: 767px) {
	.borbila-track-wrap {
		padding: 16px 12px 28px;
	}

	.borbila-track-hero {
		margin-bottom: 20px;
	}

	.borbila-track-form {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.borbila-track-form input[type="number"],
	.borbila-track-form button {
		width: 100%;
		max-width: none;
		min-width: 0;
		height: 48px;
		border-radius: 12px;
	}

	.borbila-track-summary {
		padding: 16px;
		border-radius: 16px;
	}

	.borbila-track-panel,
	.borbila-track-items {
		padding: 16px;
		border-radius: 14px;
	}

	.borbila-track-item {
		align-items: flex-start;
	}

	.borbila-track-item-thumb {
		width: 56px;
		height: 56px;
		border-radius: 12px;
	}

	.borbila-track-item-body {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}
}

@media (max-width: 520px) {
	.borbila-track-hero h2 {
		font-size: 28px;
	}

	.borbila-track-subtitle {
		margin-top: 10px;
		font-size: 15px;
		line-height: 1.55;
	}

	.borbila-track-summary-head h3 {
		font-size: 22px;
	}

	.borbila-track-summary-head p,
	.borbila-track-panel p,
	.borbila-track-error p {
		font-size: 14px;
	}

	.borbila-track-meta strong,
	.borbila-track-estimate strong,
	.borbila-track-payment-list strong,
	.borbila-track-item-price {
		font-size: 14px;
	}

	.borbila-track-item-name {
		font-size: 14px;
	}
}

@media (max-width: 380px) {
	.borbila-track-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.borbila-track-summary,
	.borbila-track-panel,
	.borbila-track-items {
		padding: 14px;
	}

	.borbila-track-status-pill {
		font-size: 10px;
		padding: 6px 10px;
	}
}

.borbila-auth-wrap input[type="text"],
.borbila-auth-wrap input[type="password"],
.borbila-auth-wrap input[type="email"] {
	width: 100% !important;
	height: 46px !important;
	min-height: 46px !important;
	padding: 8px 12px !important;
	border: 1px solid var(--borbila-auth-border, #d8dde6) !important;
	border-radius: 10px !important;
	background: #fbfbfd !important;
	color: #111827 !important;
	box-sizing: border-box !important;
	box-shadow: inset 0 1px 1px rgba(15, 23, 42, 0.02) !important;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
	line-height: 28px !important;
}

.borbila-auth-wrap input::placeholder {
	color: color-mix(in srgb, var(--borbila-auth-primary, #6550f5) 18%, #ffffff);
	opacity: 1;
	font-size: calc(1em - 2px);
}

.borbila-auth-register input::placeholder {
	color: rgba(0, 0, 0, 0.48) !important;
	opacity: 1 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}

.borbila-auth-register input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.48) !important;
	opacity: 1 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}

.borbila-auth-register input::-moz-placeholder {
	color: rgba(0, 0, 0, 0.48) !important;
	opacity: 1 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}

.borbila-auth-register input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.48) !important;
	opacity: 1 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}

.borbila-auth-register input::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.48) !important;
	opacity: 1 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}

.borbila-auth-wrap input[type="text"]:focus,
.borbila-auth-wrap input[type="password"]:focus,
.borbila-auth-wrap input[type="email"]:focus {
	border-color: var(--borbila-auth-primary, #6550f5) !important;
	background: #ffffff !important;
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--borbila-auth-primary, #6550f5) 14%, transparent) !important;
	outline: none !important;
}

.borbila-auth-actions,
.borbila-auth-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.borbila-auth-actions {
	flex-direction: column;
	align-items: stretch;
	margin-top: 4px;
}

.borbila-login-form .borbila-auth-actions {
	flex-direction: column;
	align-items: stretch;
}

.borbila-login-form .woocommerce-form-login__submit {
	width: 100%;
}

.borbila-login-form .woocommerce-form-login__submit + .woocommerce-form-login__submit {
	margin-top: 0;
}

.borbila-login-form .woocommerce-form-login__submit,
.borbila-login-form .woocommerce-form-login__submit:hover,
.borbila-login-form .woocommerce-form-login__submit:focus {
	align-self: stretch;
}

.borbila-auth-links {
	flex-direction: column;
	align-items: stretch;
	margin-top: 16px;
	text-align: center;
}

.borbila-auth-wrap .woocommerce-form-login__submit,
.borbila-auth-wrap .borbila-register-submit,
.borbila-auth-wrap .borbila-create-account-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 18px;
	border-radius: 5px;
	font-weight: 700;
	text-transform: none !important;
	letter-spacing: 0;
	text-decoration: none;
	transition: none;
}

.borbila-auth-wrap .woocommerce-form-login__submit,
.borbila-auth-wrap .borbila-register-submit {
	background: var(--borbila-auth-primary, #6550f5) !important;
	color: #ffffff !important;
	border: 0 !important;
	box-shadow: 0 16px 30px color-mix(in srgb, var(--borbila-auth-primary, #6550f5) 20%, transparent) !important;
}

.borbila-auth-wrap .borbila-create-account-button {
	background: color-mix(in srgb, var(--borbila-auth-primary, #6550f5) 6%, #ffffff);
	color: var(--borbila-auth-primary, #6550f5) !important;
	border: 1px solid var(--borbila-auth-border, #d8dde6);
	width: 100%;
	font-weight: 700;
}

.borbila-auth-wrap .woocommerce-form-login__submit:hover,
.borbila-auth-wrap .woocommerce-form-login__submit:focus,
.borbila-auth-wrap .borbila-register-submit:hover,
.borbila-auth-wrap .borbila-register-submit:focus,
.borbila-auth-wrap .borbila-create-account-button:hover,
.borbila-auth-wrap .borbila-create-account-button:focus {
	transform: none;
	filter: none;
}

.borbila-auth-wrap .woocommerce-form-login__submit:hover,
.borbila-auth-wrap .woocommerce-form-login__submit:focus,
.borbila-auth-wrap .borbila-register-submit:hover,
.borbila-auth-wrap .borbila-register-submit:focus {
	background: var(--borbila-auth-primary, #6550f5) !important;
	box-shadow: 0 16px 30px color-mix(in srgb, var(--borbila-auth-primary, #6550f5) 20%, transparent) !important;
}

.borbila-auth-wrap .borbila-create-account-button:hover,
.borbila-auth-wrap .borbila-create-account-button:focus {
	background: var(--borbila-auth-secondary, #4f46e5) !important;
	border-color: var(--borbila-auth-secondary, #4f46e5) !important;
	color: #ffffff !important;
}

.borbila-auth-wrap .lost_password,
.borbila-register-login-link {
	margin: 0;
	font-size: 14px;
	text-align: center;
}

.borbila-login-form .lost_password {
	order: 2;
	margin-top: 2px;
}

.borbila-login-form .woocommerce-form-login__submit {
	order: 1;
}

.borbila-auth-wrap .lost_password a,
.borbila-register-login-link a {
	color: var(--borbila-auth-primary, #6550f5) !important;
	text-decoration: none;
	font-weight: 700;
}

.borbila-register-login-link a {
	display: inline;
}

.borbila-auth-wrap .lost_password a:hover,
.borbila-register-login-link a:hover {
	color: var(--borbila-auth-secondary, #4f46e5) !important;
	text-decoration: underline;
}

.borbila-register-login-link {
	margin-top: 18px;
}

body.woocommerce-account.woocommerce-lost-password .woocommerce {
	display: flex;
	justify-content: center;
}

body.woocommerce-account.woocommerce-lost-password .woocommerce-MyAccount-content {
	width: 100%;
}

body.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword,
body.woocommerce-account.woocommerce-lost-password .woocommerce .lost_reset_password {
	width: min(100%, 640px);
	margin-left: auto;
	margin-right: auto;
}

body.woocommerce-account.woocommerce-lost-password .woocommerce form.lost_reset_password,
body.woocommerce-account.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword {
	max-width: 640px;
	margin: 0 auto;
}

body.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword p:first-child,
body.woocommerce-account.woocommerce-lost-password .woocommerce .lost_reset_password p:first-child {
	text-align: center;
}

body.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword .form-row,
body.woocommerce-account.woocommerce-lost-password .woocommerce .lost_reset_password .form-row {
	max-width: 100%;
}

body.woocommerce-account.woocommerce-lost-password .woocommerce form.lost_reset_password p:first-child,
body.woocommerce-account.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword p:first-child {
	text-align: center;
}

body.woocommerce-account.woocommerce-lost-password .woocommerce form.lost_reset_password .form-row,
body.woocommerce-account.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword .form-row {
	max-width: 100%;
}

body.woocommerce-account.woocommerce-lost-password .woocommerce form.lost_reset_password .woocommerce-button,
body.woocommerce-account.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword .woocommerce-button {
	display: block;
	margin: 18px auto 0;
}

@media (max-width: 767px) {
	.borbila-auth-wrap {
		max-width: 100%;
		margin: 12px auto;
		padding: 20px 14px 18px;
		border-radius: 18px;
	}

	.borbila-auth-register {
		max-width: 100%;
		padding: 18px 12px 16px;
	}

	.borbila-auth-wrap h2 {
		font-size: 28px !important;
		line-height: 1.1 !important;
		margin-bottom: 8px !important;
	}

	.borbila-auth-subtitle {
		font-size: 13px;
		line-height: 1.55;
		margin-bottom: 12px !important;
		max-width: 100%;
	}

	.borbila-register-header {
		margin-bottom: 12px;
	}

	.borbila-register-grid {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 12px;
	}

	.borbila-register-subtitle {
		margin-bottom: 14px !important;
	}

	.borbila-auth-register .borbila-register-password-row,
	.borbila-auth-register .borbila-register-confirm-row {
		margin-top: 4px !important;
		padding-top: 8px !important;
	}

	.borbila-register-terms {
		margin: 8px 0 14px;
	}

	.borbila-register-terms-label {
		font-size: 12.5px;
		line-height: 1.45;
	}

	.borbila-auth-wrap .form-row {
		margin-bottom: 12px;
	}

	.borbila-auth-wrap label {
		margin-bottom: 6px;
		font-size: 14px;
	}

	.borbila-auth-wrap input[type="text"],
	.borbila-auth-wrap input[type="password"],
	.borbila-auth-wrap input[type="email"] {
		height: 44px !important;
		min-height: 44px !important;
		padding: 7px 11px !important;
		border-radius: 9px !important;
	}

	.borbila-auth-actions,
	.borbila-auth-links {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.borbila-auth-wrap .woocommerce-form-login__submit,
	.borbila-auth-wrap .borbila-register-submit,
	.borbila-auth-wrap .borbila-create-account-button {
		width: 100%;
		min-height: 44px;
		padding: 10px 14px;
	}

	.borbila-auth-register label {
		font-size: 14px;
		font-weight: 600;
	}

	.borbila-auth-wrap .lost_password,
	.borbila-register-login-link {
		font-size: 13px;
	}
}
