

/* Start:/local/templates/shop_light/components/bitrix/sale.personal.section/bootstrap_v4/style.css?178809396070357*/
.sl-personal-title {
font-size: 1.75rem;
	font-weight: 500;
	color: var(--sl-color-dark);
	margin: 0 0 1.5rem;
	line-height: 1.3;
}

.sl-loyalty-page-unavailable {
	max-width: 520px;
	padding: 18px 20px;
	background: var(--sl-personal-card-bg, rgba(var(--sl-color-white-rgb), 0.5));
	border-radius: var(--sl-card-radius, 16px);
	font-size: 15px;
	line-height: 1.45;
	color: rgba(var(--sl-color-dark-rgb), 0.72);
}

.sl-loyalty-account {
	margin-bottom: var(--sl-gap-section);
	color: var(--sl-color-dark);
}

.sl-loyalty-account__summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--sl-card-gap, 16px);
	margin-bottom: 24px;
}

.sl-loyalty-account__metric,
.sl-loyalty-account__message {
	padding: 18px 20px;
	background: var(--sl-personal-card-bg, rgba(var(--sl-color-white-rgb), 0.5));
	border-radius: var(--sl-card-radius, 16px);
}

.sl-loyalty-account__label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.35;
	color: rgba(var(--sl-color-dark-rgb), 0.62);
}

.sl-loyalty-account__value {
	display: block;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	color: var(--sl-color-dark);
}

.sl-loyalty-account__subtitle {
	margin: 0 0 16px;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 500;
	color: var(--sl-color-dark);
}

.sl-loyalty-account__table-wrap {
	overflow-x: auto;
	background: var(--sl-personal-card-bg, rgba(var(--sl-color-white-rgb), 0.5));
	border-radius: var(--sl-card-radius, 16px);
}

.sl-loyalty-account__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.45;
	color: var(--sl-color-dark);
}

.sl-loyalty-account__table th,
.sl-loyalty-account__table td {
	padding: 14px 16px;
	border-bottom: 1px solid rgba(var(--sl-color-dark-rgb), 0.08);
	text-align: left;
	vertical-align: top;
}

.sl-loyalty-account__table th {
	font-weight: 500;
	color: rgba(var(--sl-color-dark-rgb), 0.62);
}

.sl-loyalty-account__table tr:last-child td {
	border-bottom: 0;
}

.sl-loyalty-account__order-link {
	color: var(--sl-color-favorite);
	text-decoration: none;
}

.sl-loyalty-account__order-link:hover {
	color: var(--sl-color-link-hover);
	text-decoration: underline;
}

.sl-personal-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--sl-card-gap, 16px);
	margin-bottom: var(--sl-gap-section);
}

.sl-container:has(> .sl-personal-grid) {
	container-type: inline-size;
}

@container (min-width: 1684px) {
	.sl-personal-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

.sl-personal-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: var(--sl-card-gap-half, 12px);
	height: 138px;
	padding: 28px 16px;
	background: var(--sl-personal-card-bg, rgba(var(--sl-color-white-rgb), 0.5));
	border-radius: var(--sl-card-radius, 16px);
	text-decoration: none;
	color: var(--sl-color-dark);
	transition: background 0.2s;
}

.sl-personal-card:hover {
	background: var(--sl-personal-card-bg, var(--sl-color-white));
	text-decoration: none;
	color: var(--sl-color-dark);
}

.sl-personal-card:active {
	background: var(--sl-personal-card-bg, rgba(var(--sl-color-white-rgb), 0.8));
}

.sl-personal-card__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sl-personal-card__icon svg {
	width: 40px;
	height: 40px;
	display: block;
}

.sl-personal-card__name {
font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--sl-color-dark);
}

.sl-personal-layout {
	--sl-personal-footer-gap: 3.75rem;

	display: grid;
	grid-template-columns: 264px 1fr;
	gap: var(--sl-card-gap, 20px);
	align-items: start;
	margin-bottom: var(--sl-personal-footer-gap);
}

.sl-personal-layout__content {
	min-width: 0;
}

.sl-personal-layout > .sl-personal-layout__content,
.sl-personal-layout > .sl-personal-layout__content > :last-child {
	margin-bottom: 0 !important;
}

.sl-personal-sidebar {
	width: 100%;
	position: sticky;
	top: 20px;
	overflow: visible;
}

@media (min-width: 993px) {
	body:has(.sl-header--sticky.sl-header--scrolled) .sl-personal-sidebar {
		top: calc(var(--sl-sticky-header-offset, 0px) + 20px);
	}
}

.sl-personal-sidebar .swiper-wrapper {
	flex-direction: column;
	gap: 1px;
}

.sl-personal-sidebar__item {
	display: flex;
	align-items: center;
	gap: var(--sl-card-gap-half, 15px);
	padding: 10px 15px;
	background: var(--sl-personal-card-bg, var(--sl-color-white));
	text-decoration: none;
	color: var(--sl-color-dark);
font-size: 15px;
	font-weight: 400;
	transition: background 0.15s;
}

.sl-personal-sidebar__item:first-child {
	border-radius: var(--sl-card-radius, 16px) var(--sl-card-radius, 16px) 0 0;
}

.sl-personal-sidebar__item:last-child {
	border-radius: 0 0 var(--sl-card-radius, 16px) var(--sl-card-radius, 16px);
}

.sl-personal-sidebar__item:hover {
	background: rgba(var(--sl-color-link-rgb), 0.04);
	text-decoration: none;
	color: var(--sl-color-dark);
}

.sl-personal-sidebar__item--active {
	color: var(--sl-color-favorite);
}

.sl-personal-sidebar__item--active:hover {
	color: var(--sl-color-favorite);
}

.sl-personal-sidebar__item--active .sl-personal-sidebar__icon {
	color: var(--sl-color-favorite);
}

.sl-personal-sidebar__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	background: rgba(var(--sl-color-link-rgb), 0.1);
	border-radius: var(--sl-field-radius, 5px);
	color: var(--sl-color-dark);
}

.sl-personal-sidebar__icon svg {
	display: block;
}

.sl-personal-sidebar__name {
	line-height: 1.3;
}

@media (max-width: 992px) {
	.sl-personal-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: var(--sl-card-gap, 12px);
	}

	.sl-loyalty-account__summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sl-personal-layout {
		grid-template-columns: 1fr;
	}

	.sl-personal-sidebar {
		--sl-personal-sidebar-item-gap: clamp(0.5rem, 2vw, 0.625rem);

		position: static;
		overflow-x: auto;
		overflow-y: hidden;
		min-width: 0;
		max-width: none;
		width: calc(100% + var(--sl-gap-page));
		padding-bottom: 4px;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-inline: contain;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
		touch-action: auto;
	}

	.sl-personal-sidebar::-webkit-scrollbar {
		display: none;
	}

	.sl-personal-sidebar .swiper-wrapper {
		flex-direction: row;
		gap: var(--sl-personal-sidebar-item-gap);
		width: max-content;
		height: auto;
		transform: none !important;
		transition: none !important;
	}

	.sl-personal-sidebar .swiper-slide {
		width: auto;
	}

	.sl-personal-sidebar__item {
		white-space: nowrap;
		border-radius: var(--sl-field-radius, 10px);
		padding: 8px 14px;
		font-size: 14px;
		gap: var(--sl-card-gap-half, 8px);
		scroll-snap-align: start;
	}

	.sl-personal-sidebar__item:first-child,
	.sl-personal-sidebar__item:last-child {
		border-radius: var(--sl-field-radius, 10px);
	}

	.sl-personal-sidebar__item--active {
		background: rgba(var(--sl-color-link-rgb), 0.08);
	}

	.sl-personal-sidebar__item:last-child {
		margin-right: var(--sl-gap-page);
	}

	.sl-personal-sidebar__icon {
		width: 24px;
		height: 24px;
	}

	.sl-personal-sidebar__icon svg {
		width: 14px;
		height: 14px;
	}

	.sl-personal-title {
		font-size: 1.5rem;
		margin-bottom: 1.25rem;
	}

}

@media (max-width: 576px) {
	.sl-personal-layout {
		--sl-personal-footer-gap: var(--sl-page-footer-gap, 2rem);
	}
}

@media (max-width: 480px) {
	.sl-personal-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.sl-loyalty-account__summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.sl-personal-card {
		height: 112px;
		padding: 16px 10px;
		gap: 8px;
	}

	.sl-personal-card__icon svg {
		width: 32px;
		height: 32px;
	}

	.sl-personal-card__name {
		font-size: 0.8125rem;
	}

	.sl-personal-title {
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
}

.sl-personal-layout__content.sl-account {
	background: var(--sl-personal-card-bg, var(--sl-color-white));
	border-radius: var(--sl-card-radius, 20px);
	padding: 40px;
}

.sl-personal-layout__content.sl-account > p,
.sl-personal-layout__content.sl-account > h2:first-child,
.sl-personal-layout__content.sl-account > .sl-account__subtitle:first-child {
	margin-top: 0;
}

.sl-personal-layout__content.sl-account .bx-sap,
.sl-personal-layout__content.sl-account .sale-account-pay {
	background: transparent;
	padding: 0;
	border-radius: 0;
}

.sl-personal-layout__content.sl-account .bx-sap.row,
.sl-personal-layout__content.sl-account .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-inline: 0 !important;
}

.sl-personal-layout__content.sl-account .row > [class*="col-"],
.sl-personal-layout__content.sl-account .row > .col {
	padding-left: 0;
	padding-right: 0;
}

.sl-personal-layout__content.sl-account .row.sale-accountpay-pp {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sl-card-gap, 20px);
}

.sl-personal-layout__content.sl-account .input-group {
	display: inline-flex !important;
	width: auto !important;
	max-width: 320px;
	flex-wrap: nowrap;
	align-items: stretch;
}

.sl-personal-layout__content.sl-account .input-group > .form-control,
.sl-personal-layout__content.sl-account .input-group .sale-accountpay-input {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.sl-personal-layout__content.sl-account .input-group-append {
	display: flex;
	align-items: stretch;
}

.sl-personal-layout__content.sl-account .input-group-text,
.sl-personal-layout__content.sl-account .input-group-append .input-group-text,
.sl-personal-layout__content.sl-account span.input-group-text {
	display: inline-flex !important;
	align-items: center;
	padding: 0 16px !important;
	height: 44px !important;
	border: none !important;
	border-radius: 0 var(--sl-field-radius, 10px) var(--sl-field-radius, 10px) 0 !important;
	background: rgba(var(--sl-color-dark-rgb), 0.05) !important;
	color: var(--sl-color-dark) !important;
	font-weight: 400 !important;
	font-size: 1rem !important;
	line-height: 1 !important;
	margin-left: 4px;
}

.sl-account__subtitle {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.3;
	color: var(--sl-color-dark);
	margin: 28px 0 16px;
}

.sl-account .errortext,
.sl-account font.errortext,
.sl-private .errortext,
.sl-private font.errortext {
	display: block;
	padding: 12px 16px;
	border-radius: var(--sl-card-radius, 10px);
	background: var(--sl-color-danger-bg);
	color: var(--sl-color-danger) !important;
	font-weight: 400 !important;
	font-size: 0.875rem !important;
	line-height: 1.5 !important;
	border: 1px solid var(--sl-color-danger-border);
	margin-bottom: 16px;
}

.sl-account .notetext,
.sl-account font.notetext,
.sl-private .notetext,
.sl-private font.notetext {
	display: block;
	padding: 12px 16px;
	border-radius: var(--sl-card-radius, 10px);
	background: rgba(var(--sl-color-link-rgb), 0.06);
	color: var(--sl-color-banner-text) !important;
	font-weight: 400 !important;
	font-size: 0.875rem !important;
	line-height: 1.5 !important;
	border: 1px solid rgba(var(--sl-color-link-rgb), 0.12);
	margin-bottom: 16px;
}

.sl-private {
	--sl-private-mobile-card-padding: clamp(1.125rem, 5vw, 1.5rem);
	--sl-private-mobile-field-gap: clamp(1rem, 3.5vw, 1.125rem);
	--sl-private-mobile-action-gap: 0.75rem;
	--sl-private-mobile-action-radius: 1rem;
	min-width: 0;
}

.sl-private .bx_profile {
color: var(--sl-color-dark);
	background: var(--sl-personal-card-bg, var(--sl-color-white));
	border-radius: var(--sl-card-radius, 20px);
	padding: 40px;
}

.sl-private .bx_profile .row {
	margin-left: 0;
	margin-right: 0;
}

.sl-private .bx_profile .row > [class*="col-"],
.sl-private .bx_profile .row > .col {
	padding-left: 0;
	padding-right: 0;
}

.sl-private .main-profile-block-date-info {
	padding: 12px 20px;
	background: var(--sl-color-surface-1);
	border-radius: var(--sl-card-radius, 12px);
	margin-bottom: 20px;
	font-size: 13px;
	color: var(--sl-color-banner-text);
}

.sl-private .main-profile-block-date-info strong {
	font-weight: 400;
	color: var(--sl-color-banner-text);
}

.sl-private .main-profile-form-label {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.4;
	color: var(--sl-color-banner-text);
}

.sl-private .bx_profile .form-control,
.sl-private .bx_profile input[type="text"],
.sl-private .bx_profile input[type="password"],
.sl-private .bx_profile input[type="email"],
.sl-private .bx_profile select,
.sl-private .bx_profile textarea {
	height: 44px;
	border: none !important;
	border-radius: var(--sl-field-radius, 10px) !important;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.39;
	color: var(--sl-color-dark);
	padding: 8px 14px;
	background: rgba(var(--sl-color-dark-rgb), 0.05);
	transition: background-color 0.2s, box-shadow 0.2s;
	width: 100%;
	box-sizing: border-box;
}

.sl-private .bx_profile textarea {
	height: auto;
	min-height: 80px;
}

.sl-private .bx_profile .form-control:focus,
.sl-private .bx_profile input[type="text"]:focus,
.sl-private .bx_profile input[type="password"]:focus,
.sl-private .bx_profile input[type="email"]:focus {
	background: rgba(var(--sl-color-dark-rgb), 0.08);
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 0 0 3px rgba(var(--sl-color-link-rgb), 0.18);
}

.sl-private .form-group {
	margin-bottom: 16px;
}

.sl-private .col:has(> .main-profile-submit) {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sl-card-gap, 20px);
}

.sl-private .main-profile-submit,
.sl-private input[type="submit"][name="save"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--sl-card-gap-half, 10px);
	height: 50px;
	padding: 10px 25px 11px;
	border-radius: var(--sl-action-radius, 100px);
	background: var(--sl-color-favorite) !important;
	color: var(--sl-color-white) !important;
	font-weight: 500;
	font-size: 1rem;
	line-height: normal;
	text-decoration: none;
	border: none !important;
	cursor: pointer;
	transition: background 0.2s;
	box-shadow: none;
}

.sl-private .main-profile-submit:hover,
.sl-private input[type="submit"][name="save"]:hover {
	background: var(--sl-color-link-hover) !important;
}

.sl-private .btn-link,
.sl-private input[type="submit"][name="reset"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--sl-card-gap-half, 10px);
	height: 50px;
	padding: 10px 25px 11px;
	border-radius: var(--sl-action-radius, 100px);
	background: rgba(var(--sl-color-dark-rgb), 0.15) !important;
	border: none !important;
	color: var(--sl-color-dark) !important;
	font-weight: 500;
	font-size: 1rem;
	line-height: normal;
	cursor: pointer;
	transition: background 0.2s;
	box-shadow: none !important;
	text-decoration: none !important;
}

.sl-private .btn-link:hover,
.sl-private input[type="submit"][name="reset"]:hover {
	background: rgba(var(--sl-color-dark-rgb), 0.22) !important;
	color: var(--sl-color-dark) !important;
}

.sl-private .form-text.text-muted {
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.4;
	color: var(--sl-color-banner-text);
	margin-top: 6px;
}

.sl-private .main-profile-social-block {
	margin-top: 24px;
	padding: 0;
}

.sl-profiles {
	--sl-profile-form-card-padding: 2.5rem;
	--sl-profile-mobile-card-padding: clamp(1.125rem, 4.6vw, 1.25rem);
	--sl-profile-mobile-label-size: var(--sl-text-sm, 0.875rem);
	--sl-profile-mobile-value-size: var(--sl-text-base, 1rem);
	--sl-profile-mobile-form-label-size: var(--sl-text-sm, 0.875rem);
	--sl-profile-mobile-field-size: var(--sl-text-base, 1rem);
	--sl-profile-mobile-field-height: 3rem;
	--sl-profile-mobile-control-gap: 0.5rem;
	--sl-profile-mobile-field-gap: clamp(0.875rem, 3.8vw, 1rem);
	--sl-profile-mobile-section-gap: clamp(1.375rem, 5.5vw, 1.5rem);
	--sl-profile-mobile-heading-gap: var(--sl-profile-mobile-field-gap);
	--sl-profile-mobile-action-gap: 0.75rem;
	--sl-profile-mobile-action-height: 3.125rem;
	color: var(--sl-color-dark);
	min-width: 0;
}

.sl-personal-layout__content.sl-profiles > .row,
.sl-personal-layout__content.sl-profiles > div > .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-inline: 0 !important;
}

.sl-personal-layout__content.sl-profiles > .row > .col:not(.sale-profile-detail-form),
.sl-personal-layout__content.sl-profiles > div > .row > .col:not(.sale-profile-detail-form) {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.sl-profiles-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.sl-profiles .table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: var(--sl-personal-card-bg, var(--sl-color-white));
	border-radius: var(--sl-card-radius, 16px);
	overflow: hidden;
	font-size: 14px;
}

.sl-profiles .table thead th {
	background: rgba(var(--sl-color-link-rgb), 0.12);
	border: none;
	padding: 0.875rem 1.25rem;
	font-weight: 500;
	font-size: 0.8125rem;
	color: var(--sl-color-dark);
	white-space: nowrap;
	vertical-align: middle;
}

.sl-profiles .table tbody td,
.sl-profiles .table tbody th {
	border: none;
	border-top: 1px solid var(--sl-color-divider);
	padding: 1rem 1.25rem;
	font-weight: 400;
	color: var(--sl-color-dark);
	vertical-align: middle;
}

.sl-profiles .table tbody tr:hover td,
.sl-profiles .table tbody tr:hover th {
	background: rgba(var(--sl-color-link-rgb), 0.03);
}

.sl-profiles .table a {
	color: var(--sl-color-favorite);
	text-decoration: none;
	font-weight: 500;
}

.sl-profiles .table a:hover {
	color: var(--sl-color-link-hover);
}


.sl-profiles .errortext,
.sl-profiles font.errortext {
	display: block;
	padding: 12px 16px;
	border-radius: var(--sl-card-radius, 10px);
	background: var(--sl-color-danger-bg);
	color: var(--sl-color-danger) !important;
	font-weight: 400 !important;
	font-size: 0.875rem !important;
	line-height: 1.5 !important;
	border: 1px solid var(--sl-color-danger-border);
	margin-bottom: 16px;
}

.sl-profiles h3 {
	font-weight: 400;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: var(--sl-color-banner-text);
	margin: 0;
}

.sl-profiles .sale-profile-detail-form {
	color: var(--sl-color-dark);
	background: var(--sl-personal-card-bg, var(--sl-color-white));
	border-radius: var(--sl-card-radius, 20px);
	padding: var(--sl-profile-form-card-padding);
}

.sl-profiles .sale-profile-detail-form h4 {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.3;
	color: var(--sl-color-dark);
	margin: 0 0 24px;
}

.sl-profiles .sale-profile-detail-form .col-form-label {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.4;
	color: var(--sl-color-banner-text);
	text-align: left !important;
}

.sl-profiles .sale-profile-detail-form .form-group.row,
.sl-profiles .sale-profile-detail-form .form-check.row {
	margin-bottom: 16px !important;
	align-items: center;
}

.sl-profiles .sale-profile-detail-form .form-group.row > .col-sm-3,
.sl-profiles .sale-profile-detail-form .form-check.row > .col-sm-3 {
	flex: 0 0 25%;
	max-width: 25%;
	padding-left: 0;
	padding-right: 16px;
}

.sl-profiles .sale-profile-detail-form .form-group.row > .col-sm-9,
.sl-profiles .sale-profile-detail-form .form-check.row > .col-sm-9 {
	flex: 0 0 75%;
	max-width: 75%;
	padding-left: 0;
	padding-right: 0;
}

.sl-profiles .sale-profile-detail-form > .row:last-of-type {
	margin-top: 32px;
	margin-bottom: 0;
}

.sl-profiles .sale-profile-detail-form > .row {
	margin-left: 0;
	margin-right: 0;
}

.sl-profiles .sale-profile-detail-form > .row > .col {
	padding-left: 0;
	padding-right: 0;
}

.sl-profiles .sale-profile-detail-form .form-control {
	height: 44px;
	border: none !important;
	border-radius: var(--sl-field-radius, 10px) !important;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.39;
	color: var(--sl-color-dark);
	padding: 8px 14px;
	background: rgba(var(--sl-color-dark-rgb), 0.05);
	transition: background-color 0.2s, box-shadow 0.2s;
	width: 100%;
	box-sizing: border-box;
}

.sl-profiles .sale-profile-detail-form textarea.form-control {
	height: auto;
	min-height: 80px;
}

.sl-profiles .sale-profile-detail-form .form-control:focus {
	background: rgba(var(--sl-color-dark-rgb), 0.08);
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 0 0 3px rgba(var(--sl-color-link-rgb), 0.18);
}

.sl-profiles .sale-profile-detail-form select.form-control {
	height: 44px;
}

.sl-profiles .sale-profile-detail-form .req {
	color: var(--sl-color-danger);
	margin-left: 2px;
}

.sl-profiles .location-block-wrapper {
	height: 2.75rem;
	border: none;
	border-radius: var(--sl-field-radius, 10px);
	background: rgba(var(--sl-color-dark-rgb), 0.05);
	overflow: hidden;
	transition: background-color 0.2s, box-shadow 0.2s;
}

.sl-profiles .location-block-wrapper:focus-within {
	background: rgba(var(--sl-color-dark-rgb), 0.08);
	box-shadow: 0 0 0 3px rgba(var(--sl-color-link-rgb), 0.18);
}

.sl-profiles .location-block-wrapper .bx-sls {
	height: 100%;
}

.sl-profiles .location-block-wrapper .bx-ui-sls-input-block {
	height: 100% !important;
	min-height: 2.75rem;
	margin: 0 !important;
	padding-left: 2.5rem !important;
	padding-right: 3rem !important;
	box-sizing: border-box;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
}

.sl-profiles .location-block-wrapper .bx-ui-sls-container {
	height: 100% !important;
	min-height: 2.75rem !important;
	overflow: visible;
}

.sl-profiles .location-block-wrapper .bx-ui-sls-route,
.sl-profiles .location-block-wrapper .bx-ui-sls-fake {
	height: 100% !important;
	min-height: 2.75rem;
	font-family: var(--sl-font, "Onest", sans-serif) !important;
	font-size: 1rem !important;
	line-height: 1.4 !important;
	padding-left: 0.25rem !important;
	padding-right: 1.5rem !important;
	box-sizing: border-box;
	border: none !important;
	background: transparent !important;
	outline: none !important;
	box-shadow: none !important;
	color: var(--sl-color-dark) !important;
}

.sl-profiles .location-block-wrapper .bx-ui-sls-route:focus,
.sl-profiles .location-block-wrapper .bx-ui-sls-fake:focus {
	border: none !important;
	background: transparent !important;
	outline: none !important;
	box-shadow: none !important;
}

.sl-profiles .location-block-wrapper .dropdown-field {
	height: 100% !important;
	border: none !important;
	background: transparent !important;
	font-weight: 400 !important;
	font-size: 0.9375rem !important;
	line-height: 1.4 !important;
	color: var(--sl-color-dark) !important;
	padding: 0 0.875rem !important;
	outline: 2px solid transparent !important;
	outline-offset: 2px;
	box-shadow: none !important;
}

.sl-profiles .location-block-wrapper .dropdown-icon {
	top: 50% !important;
	left: 0.875rem !important;
	width: 1rem !important;
	height: 1rem !important;
	margin: 0 !important;
	padding: 0 !important;
	color: rgba(var(--sl-color-dark-rgb), 0.55);
	background-image: none !important;
	transform: translateY(-50%);
	z-index: 2;
	opacity: 1;
	pointer-events: none;
}

.sl-profiles .location-block-wrapper .dropdown-icon::before {
	content: "";
	position: absolute;
	top: 0.125rem;
	left: 0.125rem;
	width: 0.625rem;
	height: 0.625rem;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.sl-profiles .location-block-wrapper .dropdown-icon::after {
	content: "";
	position: absolute;
	right: 0.125rem;
	bottom: 0.125rem;
	width: 0.375rem;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transform: rotate(45deg);
	transform-origin: center;
}

.sl-profiles .location-block-wrapper .bx-ui-sls-clear {
	top: 50% !important;
	right: 1rem !important;
	width: 1.25rem !important;
	height: 1.25rem !important;
	margin: 0 !important;
	padding: 0 !important;
	color: rgba(var(--sl-color-dark-rgb), 0.55);
	background: transparent !important;
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 3;
	opacity: 1;
	cursor: pointer;
}

.sl-profiles .location-block-wrapper .bx-ui-sls-clear::before,
.sl-profiles .location-block-wrapper .bx-ui-sls-clear::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.6875rem;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transform: translate(-50%, -50%) rotate(45deg);
}

.sl-profiles .location-block-wrapper .bx-ui-sls-clear::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.sl-profiles .location-block-wrapper .dropdown-fade2white {
	display: none;
}

.sl-profiles a[href*="profiles/"] {
	color: var(--sl-color-favorite);
	text-decoration: none;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1;
}

.sl-profiles a[href*="profiles/"]:hover {
	color: var(--sl-color-link-hover);
}

.sl-profiles .col:has(> input[type="submit"][name="save"]) {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sl-card-gap, 20px);
}

.sl-profiles input[type="submit"][name="save"],
.sl-profiles input[type="submit"][name="apply"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--sl-card-gap-half, 10px);
	height: 50px;
	padding: 10px 25px 11px;
	border-radius: var(--sl-action-radius, 100px);
	background: var(--sl-color-favorite) !important;
	color: var(--sl-color-white) !important;
	font-weight: 500;
	font-size: 1rem;
	line-height: normal;
	text-decoration: none;
	border: none !important;
	cursor: pointer;
	transition: background 0.2s;
	box-shadow: none;
}

.sl-profiles input[type="submit"][name="save"]:hover,
.sl-profiles input[type="submit"][name="apply"]:hover {
	background: var(--sl-color-link-hover) !important;
}

.sl-profiles input[type="submit"][name="reset"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--sl-card-gap-half, 10px);
	height: 50px;
	padding: 10px 25px 11px;
	border-radius: var(--sl-action-radius, 100px);
	background: rgba(var(--sl-color-dark-rgb), 0.15) !important;
	border: none !important;
	color: var(--sl-color-dark) !important;
	font-weight: 500;
	font-size: 1rem;
	line-height: normal;
	cursor: pointer;
	transition: background 0.2s;
	box-shadow: none !important;
	text-decoration: none !important;
}

.sl-profiles input[type="submit"][name="reset"]:hover {
	background: rgba(var(--sl-color-dark-rgb), 0.22) !important;
	color: var(--sl-color-dark) !important;
}

.sl-profiles .btn-primary {
	background: var(--sl-color-favorite) !important;
	border-color: var(--sl-color-favorite) !important;
	border-radius: var(--sl-action-radius, 10px);
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1;
	padding: 8px 16px;
	color: var(--sl-color-white) !important;
}

.sl-profiles .btn-primary:hover {
	background: var(--sl-color-link-hover) !important;
	border-color: var(--sl-color-link-hover) !important;
}

.sl-subscribe {
color: var(--sl-color-dark);
}

.sl-subscribe h3 {
	font-weight: 400;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: var(--sl-color-banner-text);
	margin: 0;
}

.sl-subscribe .alert-danger {
	padding: 12px 16px;
	border-radius: var(--sl-card-radius, 10px);
	background: var(--sl-color-danger-bg) !important;
	color: var(--sl-color-danger) !important;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.5;
	border: 1px solid var(--sl-color-danger-border) !important;
}

.sl-subscribe .btn-primary {
	background: var(--sl-color-favorite) !important;
	border-color: var(--sl-color-favorite) !important;
	border-radius: var(--sl-action-radius, 10px);
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1;
	padding: 10px 20px;
	color: var(--sl-color-white) !important;
}

.sl-subscribe .btn-primary:hover {
	background: var(--sl-color-link-hover) !important;
	border-color: var(--sl-color-link-hover) !important;
}

.sl-subscribe .btn-link {
	color: var(--sl-color-danger) !important;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1;
	text-decoration: none !important;
}

.sl-subscribe .btn-link:hover {
	color: var(--sl-color-accent) !important;
}

.sl-personal-layout__content .bx_profile,
.sl-personal-layout__content .sale-profile-detail-form,
.sl-personal-layout__content .bx-sap,
.sl-personal-layout__content .sale-account-pay-amount,
.sl-personal-layout__content .sale-account-pay,
.sl-personal-layout__content .sl-personal-card,
.sl-subscribe > form,
.sl-subscribe > .alert {
	background: var(--sl-personal-card-bg, var(--sl-color-white));
	border-radius: var(--sl-card-radius, 20px);
	padding: 40px;
	color: var(--sl-color-dark);
}

.sl-personal-layout__content .bx_profile .row,
.sl-personal-layout__content .sale-profile-detail-form .row,
.sl-personal-layout__content .bx-sap .row,
.sl-personal-layout__content .sale-account-pay .row,
.sl-personal-layout__content .sl-personal-card .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-inline: 0 !important;
}

.sl-personal-layout__content input[type="text"],
.sl-personal-layout__content input[type="password"],
.sl-personal-layout__content input[type="email"],
.sl-personal-layout__content input[type="tel"],
.sl-personal-layout__content input[type="number"],
.sl-personal-layout__content input[type="search"],
.sl-personal-layout__content input[type="url"],
.sl-personal-layout__content select,
.sl-personal-layout__content textarea,
.sl-personal-layout__content .form-control {
	height: 44px;
	border: none !important;
	border-radius: var(--sl-field-radius, 10px) !important;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.39;
	color: var(--sl-color-dark) !important;
	padding: 8px 14px;
	background: rgba(var(--sl-color-dark-rgb), 0.05) !important;
	transition: background-color 0.2s, box-shadow 0.2s;
	width: 100%;
	box-sizing: border-box;
}

.sl-personal-layout__content textarea,
.sl-personal-layout__content textarea.form-control {
	height: auto;
	min-height: 80px;
}

.sl-personal-layout__content input[type="text"]:focus,
.sl-personal-layout__content input[type="password"]:focus,
.sl-personal-layout__content input[type="email"]:focus,
.sl-personal-layout__content input[type="tel"]:focus,
.sl-personal-layout__content input[type="number"]:focus,
.sl-personal-layout__content input[type="search"]:focus,
.sl-personal-layout__content input[type="url"]:focus,
.sl-personal-layout__content select:focus,
.sl-personal-layout__content textarea:focus,
.sl-personal-layout__content .form-control:focus {
	background: rgba(var(--sl-color-dark-rgb), 0.08);
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 0 0 3px rgba(var(--sl-color-link-rgb), 0.18);
}

.sl-personal-layout__content label,
.sl-personal-layout__content .col-form-label,
.sl-personal-layout__content .main-profile-form-label {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.4;
	color: var(--sl-color-banner-text);
}

.sl-personal-layout__content input[type="submit"][name="save"],
.sl-personal-layout__content input[type="submit"][name="apply"],
.sl-personal-layout__content button[type="submit"]:not([name="reset"]),
.sl-personal-layout__content .main-profile-submit,
.sl-personal-layout__content .btn-primary,
.sl-personal-layout__content a.btn-primary,
.sl-personal-layout__content a.btn.sale-account-pay-button,
.sl-personal-layout__content a.sale-account-pay-button.btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: var(--sl-card-gap-half, 10px);
	height: 50px !important;
	padding: 10px 25px 11px !important;
	border-radius: var(--sl-action-radius, 100px) !important;
	background: var(--sl-color-favorite) !important;
	color: var(--sl-color-white) !important;
	font-weight: 500 !important;
	font-size: 1rem !important;
	line-height: normal !important;
	text-decoration: none !important;
	border: none !important;
	cursor: pointer;
	transition: background 0.2s;
	box-shadow: none !important;
}

.sl-personal-layout__content input[type="submit"][name="save"]:hover,
.sl-personal-layout__content input[type="submit"][name="apply"]:hover,
.sl-personal-layout__content button[type="submit"]:not([name="reset"]):hover,
.sl-personal-layout__content .main-profile-submit:hover,
.sl-personal-layout__content .btn-primary:hover {
	background: var(--sl-color-link-hover) !important;
}

.sl-personal-layout__content input[type="submit"][name="reset"],
.sl-personal-layout__content input[type="reset"],
.sl-personal-layout__content button[type="reset"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--sl-card-gap-half, 10px);
	height: 50px;
	padding: 10px 25px 11px;
	border-radius: var(--sl-action-radius, 100px);
	background: rgba(var(--sl-color-dark-rgb), 0.15) !important;
	border: none !important;
	color: var(--sl-color-dark) !important;
	font-weight: 500;
	font-size: 1rem;
	line-height: normal;
	cursor: pointer;
	transition: background 0.2s;
	box-shadow: none !important;
	text-decoration: none !important;
}

.sl-personal-layout__content input[type="submit"][name="reset"]:hover,
.sl-personal-layout__content input[type="reset"]:hover,
.sl-personal-layout__content button[type="reset"]:hover {
	background: rgba(var(--sl-color-dark-rgb), 0.22) !important;
}

.sl-personal-layout__content .col:has(> input[type="submit"][name="save"]),
.sl-personal-layout__content .col:has(> input[type="submit"][name="apply"]),
.sl-personal-layout__content .col:has(> button[type="submit"]) {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sl-card-gap, 20px);
}

.sl-personal-layout__content .form-group.row,
.sl-personal-layout__content .form-check.row {
	margin-bottom: 16px;
	align-items: center;
}

.sl-personal-layout__content .form-group {
	margin-bottom: 16px;
}

.sl-personal-layout__content .bx_profile h3,
.sl-personal-layout__content .bx_profile h4,
.sl-personal-layout__content .sale-profile-detail-form h3,
.sl-personal-layout__content .sale-profile-detail-form h4,
.sl-personal-layout__content .bx-sap h3,
.sl-personal-layout__content .bx-sap h4 {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.3;
	color: var(--sl-color-dark);
	margin: 0 0 24px;
}

@media (max-width: 768px) {
	.sl-container:has(.sl-personal-layout__content.sl-profiles) > .sl-personal-title {
		font-size: clamp(1.375rem, 5vw, 1.5rem);
	}

	.sl-personal-layout__content.sl-account,
	.sl-private .bx_profile,
	.sl-subscribe > form,
	.sl-subscribe > .alert {
		padding: 24px;
	}

	.sl-profiles .sale-profile-detail-form {
		padding: var(--sl-profile-mobile-card-padding);
	}

	.sl-personal-layout__content.sl-profiles > div > .row > .col > a[href*="profiles/"] {
		display: inline-flex;
		align-items: center;
		min-height: 2.5rem;
		font-size: var(--sl-profile-mobile-value-size);
		line-height: 1.4;
	}

	.sl-profiles .table thead {
		display: none;
	}

	.sl-profiles .table,
	.sl-profiles .table tbody,
	.sl-profiles .table tr,
	.sl-profiles .table td,
	.sl-profiles .table th {
		display: block;
		width: 100%;
	}

	.sl-profiles .table {
		border-radius: var(--sl-card-radius, 14px);
		overflow: hidden;
	}

	.sl-profiles .table tbody tr {
		padding: var(--sl-profile-mobile-card-padding);
		background: var(--sl-personal-card-bg, var(--sl-color-white));
		border-top: 1px solid var(--sl-color-divider);
	}

	.sl-profiles .table tbody tr:first-child {
		border-top: none;
	}

	.sl-profiles .table tbody td,
	.sl-profiles .table tbody th {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		gap: 0.75rem;
		min-width: 0;
		padding: 0.25rem 0;
		border: none;
		font-size: var(--sl-profile-mobile-value-size);
		line-height: 1.4;
		text-align: right;
		overflow-wrap: anywhere;
	}

	.sl-profiles .table tbody td::before,
	.sl-profiles .table tbody th::before {
		content: attr(data-label);
		font-weight: 500;
		font-size: var(--sl-profile-mobile-label-size);
		line-height: 1.4;
		color: var(--sl-color-muted);
		flex-shrink: 0;
		margin-right: 0;
		text-align: left;
	}

	.sl-profiles .table tbody td.text-right {
		justify-content: flex-start;
		align-items: center;
		gap: 0.5rem;
		margin-top: 0.5rem;
		padding-top: 0.5rem;
		padding-bottom: 0;
		border-top: 1px solid var(--sl-color-divider);
	}

	.sl-profiles .table tbody td.text-right::before {
		display: none;
	}

	.sl-profiles .table tbody td.text-right a {
		display: inline-flex;
		align-items: center;
		min-height: 2.5rem;
		font-size: var(--sl-profile-mobile-value-size);
		line-height: 1.2;
	}

	.sl-profiles .table .sale-personal-profile-list-border {
		height: 1.25rem;
		margin: 0 0.25rem;
	}

	.sl-profiles .sale-profile-detail-form h4 {
		font-size: var(--sl-text-md, 1.125rem);
		line-height: 1.35;
		margin: 0;
	}

	.sl-profiles .sale-profile-detail-form > .row:has(h4) {
		margin-top: 0 !important;
		margin-bottom: var(--sl-profile-mobile-heading-gap) !important;
	}

	.sl-profiles .sale-profile-detail-form > .row:has(h4):not(:first-child) {
		margin-top: var(--sl-profile-mobile-section-gap) !important;
	}

	.sl-profiles .sale-profile-detail-form .form-group.row,
	.sl-profiles .sale-profile-detail-form .form-check.row {
		margin-bottom: var(--sl-profile-mobile-field-gap) !important;
	}

	.sl-profiles .sale-profile-detail-form .form-control.mb-1 {
		margin-bottom: 0 !important;
	}

	.sl-profiles .sale-profile-detail-form .col-form-label {
		font-size: var(--sl-profile-mobile-form-label-size);
		line-height: 1.4;
	}

	.sl-profiles .sale-profile-detail-form .form-group.row > .col-sm-9.col-form-label {
		color: var(--sl-color-dark);
		font-size: var(--sl-profile-mobile-value-size);
		line-height: 1.4;
	}

	.sl-profiles .sale-profile-detail-form > .row:last-of-type {
		margin-top: var(--sl-profile-mobile-section-gap) !important;
		margin-bottom: 0 !important;
	}

	.sl-profiles .sale-profile-detail-form > .row:last-of-type > .col {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: var(--sl-profile-mobile-action-gap);
	}

	.sl-profiles input[type="submit"][name="save"],
	.sl-profiles input[type="submit"][name="apply"],
	.sl-profiles input[type="submit"][name="reset"] {
		width: 100%;
		height: var(--sl-profile-mobile-action-height) !important;
		font-size: var(--sl-text-base, 1rem) !important;
		line-height: 1.25 !important;
		padding: 0 1.25rem;
		margin-right: 0;
		margin-bottom: 0;
	}

	.sl-profiles .sale-profile-detail-form .form-control {
		height: var(--sl-profile-mobile-field-height);
		font-size: var(--sl-profile-mobile-field-size);
		line-height: 1.4;
		padding: 0.75rem 0.875rem;
	}

	.sl-profiles .sale-profile-detail-form textarea.form-control {
		height: auto;
		min-height: 5.5rem;
	}

	.sl-profiles .location-block-wrapper,
	.sl-profiles .location-block-wrapper .bx-ui-sls-input-block,
	.sl-profiles .location-block-wrapper .bx-ui-sls-container,
	.sl-profiles .location-block-wrapper .bx-ui-sls-route,
	.sl-profiles .location-block-wrapper .bx-ui-sls-fake {
		height: var(--sl-profile-mobile-field-height) !important;
		min-height: var(--sl-profile-mobile-field-height) !important;
	}

	.sl-profiles .location-block-wrapper .dropdown-field {
		font-size: var(--sl-profile-mobile-field-size) !important;
	}
}

@media (max-width: 576px) {
	.sl-private .bx_profile {
		padding: var(--sl-private-mobile-card-padding);
	}

	.sl-private .bx_profile form,
	.sl-private .bx_profile .row,
	.sl-private .bx_profile [class*="col-"] {
		min-width: 0;
	}

	.sl-private .main-profile-block-date-info {
		margin-bottom: 1.25rem !important;
		padding: 0.75rem 1rem;
		line-height: 1.35;
	}

	.sl-private .main-profile-block-date-info .col-12 + .col-12 {
		margin-top: 0.125rem;
	}

	.sl-private .form-group.row {
		align-items: stretch;
		margin-bottom: var(--sl-private-mobile-field-gap);
	}

	.sl-private .main-profile-form-label {
		padding-top: 0;
		padding-bottom: 0.5rem;
	}

	.sl-private .bx_profile :is(
		.form-control,
		input[type="text"],
		input[type="password"],
		input[type="email"],
		select
	) {
		height: 3rem;
	}

	.sl-private .form-text.text-muted {
		margin-top: 0.5rem;
	}

	.sl-private :is(
		.main-profile-submit,
		input[type="submit"][name="save"],
		.btn-link,
		input[type="submit"][name="reset"]
	) {
		border-radius: var(--sl-private-mobile-action-radius) !important;
	}

	.sl-personal-layout__content.sl-private .col:has(> input[type="submit"][name="save"].main-profile-submit) {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: var(--sl-private-mobile-action-gap);
		width: 100%;
	}

	.sl-private :is(
		.main-profile-submit,
		input[type="submit"][name="save"]
	) {
		width: 100%;
		min-width: 0;
		padding-inline: clamp(0.75rem, 4vw, 1.25rem) !important;
		font-size: clamp(0.875rem, 3.8vw, 1rem) !important;
		white-space: nowrap;
	}

	.sl-private :is(
		.btn-link,
		input[type="submit"][name="reset"]
	) {
		min-width: 6.75rem;
		padding-inline: 1.25rem;
		white-space: nowrap;
	}

	.sl-private .bx_profile .main-profile-social-block {
		margin-top: clamp(1.5rem, 5vw, 1.75rem);
	}

	.sl-private .main-profile-social-block p,
	.sl-private .main-profile-social-block :is(.notetext, font.notetext) {
		margin-bottom: 0;
		margin-top: 0;
	}

	.sl-profiles .sale-profile-detail-form .form-group.row,
	.sl-profiles .sale-profile-detail-form .form-check.row {
		align-items: stretch;
		row-gap: var(--sl-profile-mobile-control-gap);
	}

	.sl-profiles .sale-profile-detail-form .form-group.row > .col-sm-3,
	.sl-profiles .sale-profile-detail-form .form-check.row > .col-sm-3,
	.sl-profiles .sale-profile-detail-form .form-group.row > .col-sm-9,
	.sl-profiles .sale-profile-detail-form .form-check.row > .col-sm-9 {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
	}

	.sl-profiles .sale-profile-detail-form .col-form-label {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 480px) {
	.sl-personal-layout__content.sl-account,
	.sl-private .bx_profile,
	.sl-subscribe > form,
	.sl-subscribe > .alert {
		padding: 20px;
	}

	.sl-profiles .sale-profile-detail-form {
		padding: var(--sl-profile-mobile-card-padding);
	}

	.sl-private .bx_profile {
		padding: var(--sl-private-mobile-card-padding);
	}

	.sl-profiles .table tbody tr {
		padding: var(--sl-profile-mobile-card-padding);
	}

	.sl-profiles .table tbody td,
	.sl-profiles .table tbody th {
		font-size: var(--sl-profile-mobile-value-size);
	}

	.sl-profiles .table tbody td::before,
	.sl-profiles .table tbody th::before {
		font-size: var(--sl-profile-mobile-label-size);
	}

	.sl-profiles .sale-profile-detail-form .form-control {
		height: var(--sl-profile-mobile-field-height);
	}
}

@media (max-width: 375px) {
	.sl-personal-layout__content.sl-private .col:has(> input[type="submit"][name="save"].main-profile-submit) {
		grid-template-columns: minmax(0, 1fr);
	}

	.sl-private :is(
		.btn-link,
		input[type="submit"][name="reset"]
	) {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sl-personal-card,
	.sl-personal-sidebar__item,
	.sl-personal-layout__content input,
	.sl-personal-layout__content button,
	.sl-personal-layout__content .btn {
		transition: none !important;
	}
}

html[data-theme="dark"] .sl-personal-title {
	color: var(--sl-color-text, var(--sl-color-white));
}

html[data-theme="dark"] .sl-personal-card,
html[data-theme="dark"] .sl-personal-sidebar__item,
html[data-theme="dark"] .sl-loyalty-page-unavailable,
html[data-theme="dark"] .sl-loyalty-account__metric,
html[data-theme="dark"] .sl-loyalty-account__message,
html[data-theme="dark"] .sl-loyalty-account__table-wrap {
	background: var(--sl-personal-card-bg, var(--sl-color-surface-1));
	color: var(--sl-color-text, var(--sl-color-white));
	border-color: var(--sl-color-border-light);
	box-shadow: none;
}

html[data-theme="dark"] .sl-personal-card:hover,
html[data-theme="dark"] .sl-personal-sidebar__item:hover {
	background: rgba(var(--sl-color-link-rgb), 0.12);
	color: var(--sl-color-text, var(--sl-color-white));
}

html[data-theme="dark"] .sl-personal-card__name,
html[data-theme="dark"] .sl-personal-sidebar__name {
	color: inherit;
}

html[data-theme="dark"] .sl-personal-sidebar__item--active,
html[data-theme="dark"] .sl-personal-sidebar__item--active:hover {
	background: rgba(var(--sl-color-link-rgb), 0.16);
	color: var(--sl-color-link-bright, var(--sl-color-link));
}

html[data-theme="dark"] .sl-personal-sidebar__icon {
	background: var(--sl-color-surface-2);
	color: rgba(var(--sl-color-dark-rgb), 0.72);
}

html[data-theme="dark"] .sl-personal-sidebar__item--active .sl-personal-sidebar__icon {
	background: rgba(var(--sl-color-link-rgb), 0.2);
	color: var(--sl-color-link-bright, var(--sl-color-link));
}

html[data-theme="dark"] :is(
	.sl-personal-layout__content.sl-account,
	.sl-private .bx_profile,
	.sl-profiles .table,
	.sl-profiles .sale-profile-detail-form,
	.sl-personal-layout__content .bx_profile,
	.sl-personal-layout__content .sale-profile-detail-form,
	.sl-personal-layout__content .bx-sap,
	.sl-personal-layout__content .sale-account-pay-amount,
	.sl-personal-layout__content .sale-account-pay,
	.sl-personal-layout__content .sl-personal-card
) {
	background: var(--sl-personal-card-bg, var(--sl-color-surface-1));
	color: var(--sl-color-text, var(--sl-color-white));
	border-color: var(--sl-color-border-light);
	box-shadow: none;
}

html[data-theme="dark"] :is(
	.sl-account__subtitle,
	.sl-profiles,
	.sl-profiles .sale-profile-detail-form h4,
	.sl-personal-layout__content .bx_profile h3,
	.sl-personal-layout__content .bx_profile h4,
	.sl-personal-layout__content .sale-profile-detail-form h3,
	.sl-personal-layout__content .sale-profile-detail-form h4,
	.sl-personal-layout__content .bx-sap h3,
	.sl-personal-layout__content .bx-sap h4,
	.sl-profiles .table thead th,
	.sl-profiles .table tbody td,
	.sl-profiles .table tbody th,
	.sl-private .bx_profile,
	.sl-private .main-profile-block-date-info strong,
	.sl-loyalty-account,
	.sl-loyalty-account__value,
	.sl-loyalty-account__subtitle,
	.sl-loyalty-account__table
) {
	color: var(--sl-color-text, var(--sl-color-white));
}

html[data-theme="dark"] :is(
	.sl-private .main-profile-block-date-info,
	.sl-private .main-profile-block-date-info strong,
	.sl-private .main-profile-form-label,
	.sl-private .form-text.text-muted,
	.sl-profiles h3,
	.sl-profiles .sale-profile-detail-form .col-form-label,
	.sl-personal-layout__content label,
	.sl-personal-layout__content .col-form-label,
	.sl-personal-layout__content .main-profile-form-label,
	.sl-account .notetext,
	.sl-account font.notetext,
	.sl-private .notetext,
	.sl-private font.notetext,
	.sl-loyalty-account__label,
	.sl-loyalty-account__table th
) {
	color: rgba(var(--sl-color-dark-rgb), 0.68) !important;
}

html[data-theme="dark"] .sl-private .main-profile-block-date-info {
	background: var(--sl-color-surface-2);
	border: 1px solid var(--sl-color-border-light);
}

html[data-theme="dark"] :is(
	.sl-personal-layout__content input[type="text"],
	.sl-personal-layout__content input[type="password"],
	.sl-personal-layout__content input[type="email"],
	.sl-personal-layout__content input[type="tel"],
	.sl-personal-layout__content input[type="number"],
	.sl-personal-layout__content input[type="search"],
	.sl-personal-layout__content input[type="url"],
	.sl-personal-layout__content select,
	.sl-personal-layout__content textarea,
	.sl-personal-layout__content .form-control,
	.sl-private .bx_profile .form-control,
	.sl-private .bx_profile input[type="text"],
	.sl-private .bx_profile input[type="password"],
	.sl-private .bx_profile input[type="email"],
	.sl-private .bx_profile select,
	.sl-private .bx_profile textarea,
	.sl-profiles .sale-profile-detail-form .form-control,
	.sl-profiles .location-block-wrapper
) {
	background: var(--sl-color-surface-2) !important;
	color: var(--sl-color-text, var(--sl-color-white)) !important;
	border: 1px solid var(--sl-color-border-light) !important;
}

html[data-theme="dark"] :is(
	.sl-personal-layout__content input::placeholder,
	.sl-personal-layout__content textarea::placeholder
) {
	color: rgba(var(--sl-color-dark-rgb), 0.46);
}

html[data-theme="dark"] :is(
	.sl-personal-layout__content input:disabled,
	.sl-personal-layout__content textarea:disabled,
	.sl-personal-layout__content select:disabled
) {
	color: rgba(var(--sl-color-dark-rgb), 0.58) !important;
	-webkit-text-fill-color: rgba(var(--sl-color-dark-rgb), 0.58);
	opacity: 1;
}

html[data-theme="dark"] .sl-personal-layout__content :is(
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	input[type="tel"]:focus,
	input[type="number"]:focus,
	input[type="search"]:focus,
	input[type="url"]:focus,
	select:focus,
	textarea:focus,
	.form-control:focus
) {
	background: var(--sl-color-surface-2) !important;
	box-shadow: 0 0 0 3px rgba(var(--sl-color-link-rgb), 0.22) !important;
}

html[data-theme="dark"] :is(
	.sl-personal-layout__content .input-group-text,
	.sl-personal-layout__content .input-group-append .input-group-text,
	.sl-personal-layout__content span.input-group-text
) {
	background: var(--sl-color-surface-2) !important;
	color: var(--sl-color-text, var(--sl-color-white)) !important;
	border-color: var(--sl-color-border-light) !important;
}

html[data-theme="dark"] .sl-account :is(
	.sale-accountpay-fixedpay-item,
	.sale-accountpay-pp-company-graf-container
) {
	background: var(--sl-color-surface-2);
	border: 1px solid var(--sl-color-border-light);
	color: var(--sl-color-text, var(--sl-color-white));
}

html[data-theme="dark"] .sl-account :is(
	.sale-accountpay-fixedpay-item:hover,
	.sale-accountpay-pp-company-graf-container:hover,
	.sale-accountpay-pp-company-graf-container.bx-selected
) {
	background: rgba(var(--sl-color-link-rgb), 0.12);
	border-color: var(--sl-color-link-bright, var(--sl-color-link));
}

html[data-theme="dark"] .sl-account .sale-accountpay-pp-company-smalltitle {
	color: rgba(var(--sl-color-dark-rgb), 0.62);
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-profiles) {
	--sl-profiles-dark-surface: #363b40;
	--sl-profiles-dark-surface-muted: #404449;
	--sl-profiles-dark-surface-hover: #454a4f;
	--sl-profiles-dark-border: rgba(255, 255, 255, 0.08);
	--sl-profiles-dark-border-accent: rgba(168, 159, 220, 0.28);
	--sl-profiles-dark-text: rgba(255, 255, 255, 0.9);
	--sl-profiles-dark-text-muted: rgba(255, 255, 255, 0.68);
	--sl-profiles-dark-text-subtle: rgba(255, 255, 255, 0.52);
	--sl-profiles-dark-accent: #a89fdc;
	--sl-profiles-dark-accent-hover: #b7afe4;
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-profiles) .sl-personal-sidebar__item {
	border-bottom-color: var(--sl-profiles-dark-border);
	background: var(--sl-profiles-dark-surface);
	color: var(--sl-profiles-dark-text-muted);
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-profiles) .sl-personal-sidebar__item:hover {
	background: var(--sl-profiles-dark-surface-hover);
	color: var(--sl-profiles-dark-text);
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-profiles) .sl-personal-sidebar__item--active,
html[data-theme="dark"] body .sl-personal-layout:has(.sl-profiles) .sl-personal-sidebar__item--active:hover {
	background: rgba(168, 159, 220, 0.12);
	color: var(--sl-profiles-dark-accent-hover);
	box-shadow: inset 3px 0 0 var(--sl-profiles-dark-accent);
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-profiles) .sl-personal-sidebar__icon {
	background: rgba(255, 255, 255, 0.05);
	color: var(--sl-profiles-dark-text-muted);
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-profiles) .sl-personal-sidebar__item--active .sl-personal-sidebar__icon {
	background: rgba(168, 159, 220, 0.14);
	color: var(--sl-profiles-dark-accent-hover);
}

html[data-theme="dark"] body .sl-profiles .table {
	border: 1px solid var(--sl-profiles-dark-border);
	background: var(--sl-profiles-dark-surface);
	color: var(--sl-profiles-dark-text);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

html[data-theme="dark"] body .sl-profiles .table thead th {
	border-bottom: 1px solid var(--sl-profiles-dark-border);
	background: var(--sl-profiles-dark-surface-muted);
	color: var(--sl-profiles-dark-text-muted);
}

html[data-theme="dark"] body .sl-profiles .table thead a {
	color: var(--sl-profiles-dark-text-subtle);
}

html[data-theme="dark"] body .sl-profiles .table thead a:hover {
	color: var(--sl-profiles-dark-accent-hover);
}

html[data-theme="dark"] body .sl-profiles .table tbody tr {
	background: var(--sl-profiles-dark-surface);
}

html[data-theme="dark"] body .sl-profiles .table tbody td,
html[data-theme="dark"] body .sl-profiles .table tbody th {
	border-top-color: var(--sl-profiles-dark-border);
	color: var(--sl-profiles-dark-text);
}

html[data-theme="dark"] body .sl-profiles .table tbody tr:hover td,
html[data-theme="dark"] body .sl-profiles .table tbody tr:hover th {
	background: rgba(255, 255, 255, 0.025);
}

html[data-theme="dark"] body .sl-profiles .table tbody a:not(.sale-personal-profile-list-close-button) {
	color: var(--sl-profiles-dark-accent);
}

html[data-theme="dark"] body .sl-profiles .table tbody a:not(.sale-personal-profile-list-close-button):hover {
	color: var(--sl-profiles-dark-accent-hover);
}

html[data-theme="dark"] body .sl-profiles .table .sale-personal-profile-list-close-button {
	color: #d98991;
}

html[data-theme="dark"] body .sl-profiles .table .sale-personal-profile-list-close-button:hover {
	color: #e1a0a7;
}

html[data-theme="dark"] body .sl-profiles .table .sale-personal-profile-list-border {
	background: var(--sl-profiles-dark-border);
}

html[data-theme="dark"] body .sl-profiles .table tbody td::before,
html[data-theme="dark"] body .sl-profiles .table tbody th::before {
	color: var(--sl-profiles-dark-text-muted);
}

html[data-theme="dark"] body .sl-profiles .table tbody td.text-right {
	border-top-color: var(--sl-profiles-dark-border);
}

html[data-theme="dark"] .sl-profiles .location-block-wrapper .dropdown-field {
	color: var(--sl-color-text, var(--sl-color-white)) !important;
}

html[data-theme="dark"] .sl-personal-layout__content.sl-profiles .location-block-wrapper:focus-within {
	background: var(--sl-color-surface-2) !important;
	border-color: var(--sl-color-link) !important;
	box-shadow: 0 0 0 3px rgba(var(--sl-color-link-rgb), 0.22) !important;
}

html[data-theme="dark"] .sl-personal-layout__content.sl-profiles .location-block-wrapper input.bx-ui-sls-route[type="text"],
html[data-theme="dark"] .sl-personal-layout__content.sl-profiles .location-block-wrapper input.bx-ui-sls-fake[type="text"],
html[data-theme="dark"] .sl-personal-layout__content.sl-profiles .location-block-wrapper input.bx-ui-sls-route[type="text"]:focus,
html[data-theme="dark"] .sl-personal-layout__content.sl-profiles .location-block-wrapper input.bx-ui-sls-fake[type="text"]:focus {
	background: transparent !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	color: var(--sl-color-text, var(--sl-color-white)) !important;
	-webkit-text-fill-color: var(--sl-color-text, var(--sl-color-white));
}

html[data-theme="dark"] .sl-profiles .location-block-wrapper .dropdown-icon,
html[data-theme="dark"] .sl-profiles .location-block-wrapper .bx-ui-sls-clear {
	color: rgba(var(--sl-color-dark-rgb), 0.72);
}

html[data-theme="dark"] :is(
	.sl-personal-layout__content input[type="submit"][name="save"],
	.sl-personal-layout__content input[type="submit"][name="apply"],
	.sl-personal-layout__content button[type="submit"]:not([name="reset"]),
	.sl-personal-layout__content .main-profile-submit,
	.sl-personal-layout__content .btn-primary,
	.sl-personal-layout__content a.btn-primary,
	.sl-personal-layout__content a.btn.sale-account-pay-button,
	.sl-personal-layout__content a.sale-account-pay-button.btn
) {
	color: var(--sl-color-link-contrast, var(--sl-color-white)) !important;
}

html[data-theme="dark"] :is(
	.sl-personal-layout__content input[type="submit"][name="reset"],
	.sl-personal-layout__content input[type="reset"],
	.sl-personal-layout__content button[type="reset"],
	.sl-private .btn-link,
	.sl-private input[type="submit"][name="reset"],
	.sl-profiles input[type="submit"][name="reset"]
) {
	background: rgba(var(--sl-color-dark-rgb), 0.1) !important;
	color: var(--sl-color-text, var(--sl-color-white)) !important;
}

html[data-theme="dark"] :is(
	.sl-personal-layout__content input[type="submit"][name="reset"]:hover,
	.sl-personal-layout__content input[type="reset"]:hover,
	.sl-personal-layout__content button[type="reset"]:hover,
	.sl-private .btn-link:hover,
	.sl-private input[type="submit"][name="reset"]:hover,
	.sl-profiles input[type="submit"][name="reset"]:hover
) {
	background: rgba(var(--sl-color-dark-rgb), 0.16) !important;
	color: var(--sl-color-text, var(--sl-color-white)) !important;
}

html[data-theme="dark"] .sl-personal-grid {
	--sl-personal-dark-surface: #363b40;
	--sl-personal-dark-surface-hover: #454a4f;
	--sl-personal-dark-border: rgba(255, 255, 255, 0.08);
	--sl-personal-dark-border-accent: rgba(168, 159, 220, 0.28);
	--sl-personal-dark-text: rgba(255, 255, 255, 0.9);
	--sl-personal-dark-accent: #a89fdc;
	--sl-personal-dark-accent-hover: #b7afe4;
}

html[data-theme="dark"] .sl-personal-grid .sl-personal-card {
	border: 1px solid var(--sl-personal-dark-border);
	background: var(--sl-personal-dark-surface);
	color: var(--sl-personal-dark-text);
	box-shadow: 0 0.375rem 1.25rem rgba(9, 12, 16, 0.12);
	transition:
		transform 0.2s ease,
		border-color 0.2s ease,
		background-color 0.2s ease,
		box-shadow 0.2s ease;
}

html[data-theme="dark"] .sl-personal-grid .sl-personal-card__icon {
	color: var(--sl-personal-dark-accent);
	transition: color 0.2s ease;
}

html[data-theme="dark"] .sl-personal-grid .sl-personal-card__name {
	color: var(--sl-personal-dark-text);
	transition: color 0.2s ease;
}

html[data-theme="dark"] .sl-personal-grid .sl-personal-card:hover {
	border-color: var(--sl-personal-dark-border-accent);
	background: var(--sl-personal-dark-surface-hover);
	color: var(--sl-personal-dark-text);
	box-shadow: 0 0.75rem 1.75rem rgba(9, 12, 16, 0.16);
}

html[data-theme="dark"] .sl-personal-grid .sl-personal-card:hover .sl-personal-card__icon {
	color: var(--sl-personal-dark-accent-hover);
}

html[data-theme="dark"] .sl-personal-grid .sl-personal-card:active {
	border-color: var(--sl-personal-dark-border-accent);
	background: rgba(168, 159, 220, 0.12);
	box-shadow: none;
}

html[data-theme="dark"] .sl-personal-grid .sl-personal-card:focus-visible {
	outline: 2px solid var(--sl-personal-dark-accent-hover);
	outline-offset: 3px;
	border-color: var(--sl-personal-dark-border-accent);
}

@media (hover: hover) and (pointer: fine) {
	html[data-theme="dark"] .sl-personal-grid .sl-personal-card:hover {
		transform: translateY(-2px);
	}
}

@media (prefers-reduced-motion: reduce) {
	html[data-theme="dark"] .sl-personal-grid .sl-personal-card,
	html[data-theme="dark"] .sl-personal-grid .sl-personal-card__icon,
	html[data-theme="dark"] .sl-personal-grid .sl-personal-card__name {
		transition: none !important;
	}
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-private) {
	--sl-private-dark-surface: #363b40;
	--sl-private-dark-surface-muted: #404449;
	--sl-private-dark-surface-hover: #484d52;
	--sl-private-dark-border: rgba(255, 255, 255, 0.08);
	--sl-private-dark-border-accent: rgba(168, 159, 220, 0.34);
	--sl-private-dark-text: rgba(255, 255, 255, 0.9);
	--sl-private-dark-text-muted: rgba(255, 255, 255, 0.7);
	--sl-private-dark-text-subtle: rgba(255, 255, 255, 0.58);
	--sl-private-dark-accent: #a89fdc;
	--sl-private-dark-accent-hover: #b7afe4;
	--sl-private-dark-primary: #786bc4;
	--sl-private-dark-primary-hover: #8679cf;
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-private) .sl-personal-sidebar__item {
	border-bottom: 1px solid var(--sl-private-dark-border);
	background: var(--sl-private-dark-surface);
	color: var(--sl-private-dark-text-muted);
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-private) .sl-personal-sidebar__item:last-child {
	border-bottom: 0;
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-private) .sl-personal-sidebar__icon {
	background: rgba(255, 255, 255, 0.05);
	color: var(--sl-private-dark-text-muted);
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-private) .sl-personal-sidebar__item:hover {
	background: var(--sl-private-dark-surface-hover);
	color: var(--sl-private-dark-text);
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-private) .sl-personal-sidebar__item--active,
html[data-theme="dark"] body .sl-personal-layout:has(.sl-private) .sl-personal-sidebar__item--active:hover {
	background: rgba(168, 159, 220, 0.12);
	color: var(--sl-private-dark-accent-hover);
	box-shadow: inset 3px 0 0 var(--sl-private-dark-accent);
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-private) .sl-personal-sidebar__item--active .sl-personal-sidebar__icon {
	background: rgba(168, 159, 220, 0.14);
	color: var(--sl-private-dark-accent-hover);
}

html[data-theme="dark"] body .sl-private .bx_profile {
	border: 1px solid var(--sl-private-dark-border);
	background: var(--sl-private-dark-surface);
	color: var(--sl-private-dark-text);
	box-shadow: 0 0.5rem 1.5rem rgba(9, 12, 16, 0.13);
}

html[data-theme="dark"] body .sl-private .main-profile-block-date-info {
	border: 1px solid var(--sl-private-dark-border);
	background: var(--sl-private-dark-surface-muted);
	color: var(--sl-private-dark-text-muted);
}

html[data-theme="dark"] body .sl-private .main-profile-block-date-info strong,
html[data-theme="dark"] body .sl-private .main-profile-form-label {
	color: var(--sl-private-dark-text-muted) !important;
}

html[data-theme="dark"] body .sl-private .form-text.text-muted {
	color: var(--sl-private-dark-text-subtle) !important;
}

html[data-theme="dark"] body .sl-private .bx_profile :is(
	.form-control,
	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea
) {
	border: 1px solid var(--sl-private-dark-border) !important;
	background: var(--sl-private-dark-surface-muted) !important;
	color: var(--sl-private-dark-text) !important;
	caret-color: var(--sl-private-dark-accent-hover);
	box-shadow: none;
}

html[data-theme="dark"] body .sl-private .bx_profile :is(
	.form-control,
	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea
):hover {
	border-color: rgba(255, 255, 255, 0.13) !important;
	background: var(--sl-private-dark-surface-hover) !important;
}

html[data-theme="dark"] body .sl-private .bx_profile :is(
	.form-control,
	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea
):focus {
	border-color: var(--sl-private-dark-border-accent) !important;
	background: var(--sl-private-dark-surface-muted) !important;
	box-shadow: 0 0 0 3px rgba(168, 159, 220, 0.18) !important;
}

html[data-theme="dark"] body .sl-private .bx_profile input:-webkit-autofill,
html[data-theme="dark"] body .sl-private .bx_profile input:-webkit-autofill:hover,
html[data-theme="dark"] body .sl-private .bx_profile input:-webkit-autofill:focus {
	-webkit-text-fill-color: var(--sl-private-dark-text);
	box-shadow: 0 0 0 1000px var(--sl-private-dark-surface-muted) inset !important;
}

html[data-theme="dark"] body .sl-private :is(
	.main-profile-submit,
	input[type="submit"][name="save"]
) {
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	background: var(--sl-private-dark-primary) !important;
	color: #fff !important;
	box-shadow: 0 0.375rem 1.125rem rgba(9, 12, 16, 0.16);
}

html[data-theme="dark"] body .sl-private :is(
	.main-profile-submit,
	input[type="submit"][name="save"]
):hover {
	background: var(--sl-private-dark-primary-hover) !important;
}

html[data-theme="dark"] body .sl-private :is(
	.main-profile-submit,
	input[type="submit"][name="save"]
):focus-visible {
	outline: 2px solid var(--sl-private-dark-accent-hover);
	outline-offset: 3px;
	box-shadow: 0 0.375rem 1.125rem rgba(9, 12, 16, 0.16);
}

html[data-theme="dark"] body .sl-private :is(
	.btn-link,
	input[type="submit"][name="reset"]
) {
	border: 1px solid var(--sl-private-dark-border) !important;
	background: var(--sl-private-dark-surface-hover) !important;
	color: var(--sl-private-dark-text) !important;
}

html[data-theme="dark"] body .sl-private :is(
	.btn-link,
	input[type="submit"][name="reset"]
):hover {
	border-color: rgba(255, 255, 255, 0.13) !important;
	background: #50555a !important;
}

html[data-theme="dark"] body .sl-private .main-profile-social-block p {
	margin-bottom: 0;
}

html[data-theme="dark"] body .sl-private :is(.notetext, font.notetext) {
	border: 1px solid var(--sl-private-dark-border);
	background: var(--sl-private-dark-surface-muted);
	color: var(--sl-private-dark-text-muted) !important;
}

@media (max-width: 576px) {
	html[data-theme="dark"] body .sl-private .main-profile-block-date-info {
		padding: 0.75rem 1rem;
	}

	html[data-theme="dark"] body .sl-private .col:has(> .main-profile-submit) {
		gap: 0.75rem;
	}

	html[data-theme="dark"] body .sl-private :is(
		.main-profile-submit,
		input[type="submit"][name="save"],
		.btn-link,
		input[type="submit"][name="reset"]
	) {
		min-height: 3rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html[data-theme="dark"] body .sl-private .bx_profile :is(
		.form-control,
		input,
		select,
		textarea
	) {
		transition: none !important;
	}
}

/* Shared action geometry and semantic colors inside the personal account. */
.sl-personal-layout {
	--sl-personal-action-height: 2.5rem;
	--sl-personal-action-compact-height: 2.25rem;
	--sl-personal-action-radius: 100px;
	--sl-personal-action-font-size: 0.875rem;
	--sl-personal-action-padding-inline: 1.125rem;
	--sl-personal-action-gap: 0.625rem;
	--sl-personal-action-primary-bg: var(--sl-color-favorite);
	--sl-personal-action-primary-hover-bg: var(--sl-color-link-hover);
	--sl-personal-action-primary-color: var(--sl-color-white);
	--sl-personal-action-secondary-bg: rgba(var(--sl-color-dark-rgb), 0.15);
	--sl-personal-action-secondary-hover-bg: rgba(var(--sl-color-dark-rgb), 0.22);
	--sl-personal-action-secondary-color: var(--sl-color-dark);
	--sl-personal-action-soft-bg: rgba(var(--sl-color-link-rgb), 0.1);
	--sl-personal-action-soft-hover-bg: rgba(var(--sl-color-link-rgb), 0.16);
	--sl-personal-action-soft-color: var(--sl-color-favorite);
	--sl-personal-action-danger-bg: rgba(var(--sl-color-danger-rgb, 220, 53, 69), 0.06);
	--sl-personal-action-danger-hover-bg: rgba(var(--sl-color-danger-rgb, 220, 53, 69), 0.11);
	--sl-personal-action-danger-color: var(--sl-color-danger);
	--sl-action-radius: var(--sl-personal-action-radius);
}

.sl-personal-layout__content :is(
	input[type="submit"][name="save"],
	input[type="submit"][name="apply"],
	button[type="submit"]:not([name="reset"]),
	.main-profile-submit,
	.btn-primary,
	a.btn-primary,
	a.btn.sale-account-pay-button,
	a.sale-account-pay-button.btn
) {
	box-sizing: border-box;
	height: var(--sl-personal-action-height) !important;
	min-height: var(--sl-personal-action-height) !important;
	border: 0 !important;
	border-radius: var(--sl-personal-action-radius) !important;
	padding: 0 var(--sl-personal-action-padding-inline) !important;
	background: var(--sl-personal-action-primary-bg) !important;
	color: var(--sl-personal-action-primary-color) !important;
	font-size: var(--sl-personal-action-font-size) !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	white-space: nowrap;
}

.sl-personal-layout__content :is(
	input[type="submit"][name="reset"],
	input[type="reset"],
	button[type="reset"],
	.btn-link
) {
	box-sizing: border-box;
	height: var(--sl-personal-action-height) !important;
	min-height: var(--sl-personal-action-height) !important;
	border: 0 !important;
	border-radius: var(--sl-personal-action-radius) !important;
	padding: 0 var(--sl-personal-action-padding-inline) !important;
	background: var(--sl-personal-action-secondary-bg) !important;
	color: var(--sl-personal-action-secondary-color) !important;
	font-size: var(--sl-personal-action-font-size) !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.sl-personal-layout__content :is(
	input[type="submit"][name="save"],
	input[type="submit"][name="apply"],
	button[type="submit"]:not([name="reset"]),
	.main-profile-submit,
	.btn-primary,
	a.btn-primary,
	a.btn.sale-account-pay-button,
	a.sale-account-pay-button.btn
):hover {
	background: var(--sl-personal-action-primary-hover-bg) !important;
	color: var(--sl-personal-action-primary-color) !important;
}

.sl-personal-layout__content :is(
	input[type="submit"][name="reset"],
	input[type="reset"],
	button[type="reset"],
	.btn-link
):hover {
	background: var(--sl-personal-action-secondary-hover-bg) !important;
	color: var(--sl-personal-action-secondary-color) !important;
}

.sl-personal-layout__content :is(button, .btn, input[type="submit"], input[type="reset"], [role="button"]) {
	-webkit-tap-highlight-color: transparent;
}

.sl-personal-layout__content :is(button, .btn, input[type="submit"], input[type="reset"], [role="button"]):focus-visible {
	outline: 2px solid var(--sl-color-link);
	outline-offset: 3px;
}

.sl-account .sale-accountpay-fixedpay-item {
	border-radius: var(--sl-personal-action-radius) !important;
}

.sl-profiles .table .sale-personal-profile-list-close-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--sl-personal-action-compact-height);
	border: 1px solid rgba(var(--sl-color-danger-rgb, 220, 53, 69), 0.16);
	border-radius: var(--sl-personal-action-radius);
	padding: 0 1rem;
	background: var(--sl-personal-action-danger-bg);
	color: var(--sl-personal-action-danger-color);
	font-size: 0.875rem !important;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
}

.sl-profiles .table .sale-personal-profile-list-close-button:hover {
	background: var(--sl-personal-action-danger-hover-bg);
	color: var(--sl-personal-action-danger-color);
}

html[data-theme="dark"] .sl-personal-layout {
	--sl-personal-action-primary-bg: #6f65b5;
	--sl-personal-action-primary-hover-bg: #7a70bd;
	--sl-personal-action-primary-color: #ffffff;
	--sl-personal-action-secondary-bg: #454a4f;
	--sl-personal-action-secondary-hover-bg: #50555a;
	--sl-personal-action-secondary-color: rgba(245, 246, 247, 0.86);
	--sl-personal-action-soft-bg: rgba(168, 159, 220, 0.12);
	--sl-personal-action-soft-hover-bg: rgba(168, 159, 220, 0.18);
	--sl-personal-action-soft-color: #b7afe4;
	--sl-personal-action-danger-bg: rgba(219, 103, 112, 0.11);
	--sl-personal-action-danger-hover-bg: rgba(219, 103, 112, 0.17);
	--sl-personal-action-danger-color: #e5a0a6;
}

@media (max-width: 768px) {
	.sl-personal-layout {
		--sl-personal-action-height: 2.75rem;
		--sl-personal-action-compact-height: 2.5rem;
		--sl-personal-action-font-size: 0.875rem;
		--sl-personal-action-padding-inline: 1.125rem;
	}
}

/* End */


/* Start:/local/templates/shop_light/components/bitrix/sale.personal.account/bootstrap_v4/style.css?17882555135283*/
.sl-account-wallet {
	width: 100%;
	max-width: 100%;
}

.sl-account-wallet__title {
	padding: 0.875rem 1.25rem;
	border-radius: var(--sl-card-radius, 1rem) var(--sl-card-radius, 1rem) 0 0;
	background: var(--sl-color-dark);
	color: var(--sl-color-white);
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0;
}

.sl-account-wallet__list-container {
	border: 1px solid var(--sl-color-divider);
	border-top: none;
	border-radius: 0 0 var(--sl-card-radius, 1rem) var(--sl-card-radius, 1rem);
	background: var(--sl-personal-card-bg, var(--sl-color-white));
}

.sl-account-wallet__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--sl-card-gap, 1rem);
	padding: 1rem 1.25rem;
	border-bottom: 1px solid var(--sl-color-divider);
	font-size: 0.9375rem;
}

.sl-account-wallet__item:last-child {
	border-bottom: none;
}

.sl-account-wallet__currency {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: var(--sl-card-gap-half, 0.375rem);
	color: var(--sl-color-muted);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.3;
}

.sl-account-wallet__currency-item {
	color: var(--sl-color-muted);
}

.sl-account-wallet__currency-item + .sl-account-wallet__currency-item {
	font-size: 0.75rem;
}

.sl-account-wallet__sum {
	color: var(--sl-color-dark);
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

@media (max-width: 480px) {
	.sl-account-wallet__title,
	.sl-account-wallet__item {
		padding-inline: 1rem;
	}

	.sl-account-wallet__item {
		align-items: flex-start;
		flex-direction: column;
	}
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-account) {
	--sl-account-dark-surface: #363b40;
	--sl-account-dark-surface-muted: #404449;
	--sl-account-dark-surface-hover: #454a4f;
	--sl-account-dark-border: rgba(255, 255, 255, 0.08);
	--sl-account-dark-border-accent: rgba(168, 159, 220, 0.28);
	--sl-account-dark-text: rgba(255, 255, 255, 0.9);
	--sl-account-dark-text-muted: rgba(255, 255, 255, 0.68);
	--sl-account-dark-text-subtle: rgba(255, 255, 255, 0.58);
	--sl-account-dark-accent: #a89fdc;
	--sl-account-dark-accent-hover: #b7afe4;
	--sl-account-dark-accent-solid: #6f65b5;
	--sl-account-dark-accent-solid-hover: #756abc;
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-account) .sl-personal-sidebar__item {
	border-bottom: 1px solid var(--sl-account-dark-border);
	background: var(--sl-account-dark-surface);
	color: var(--sl-account-dark-text-muted);
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-account) .sl-personal-sidebar__item:last-child {
	border-bottom: 0;
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-account) .sl-personal-sidebar__icon {
	background: rgba(255, 255, 255, 0.05);
	color: var(--sl-account-dark-text-muted);
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-account) .sl-personal-sidebar__item:hover {
	background: var(--sl-account-dark-surface-hover);
	color: var(--sl-account-dark-text);
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-account) .sl-personal-sidebar__item--active,
html[data-theme="dark"] body .sl-personal-layout:has(.sl-account) .sl-personal-sidebar__item--active:hover {
	background: rgba(168, 159, 220, 0.12);
	color: var(--sl-account-dark-accent-hover);
	box-shadow: inset 3px 0 0 var(--sl-account-dark-accent);
}

html[data-theme="dark"] body .sl-personal-layout:has(.sl-account) .sl-personal-sidebar__item--active .sl-personal-sidebar__icon {
	background: rgba(168, 159, 220, 0.14);
	color: var(--sl-account-dark-accent-hover);
}

html[data-theme="dark"] body .sl-personal-layout__content.sl-account {
	border: 1px solid var(--sl-account-dark-border);
	background: var(--sl-account-dark-surface);
	color: var(--sl-account-dark-text);
	box-shadow: 0 0.5rem 1.5rem rgba(9, 12, 16, 0.13);
}

html[data-theme="dark"] body .sl-account :is(
	.sl-account__subtitle,
	.bx-sap,
	.bx-sap h2,
	.bx-sap h3,
	.bx-sap h4
) {
	color: var(--sl-account-dark-text);
}

html[data-theme="dark"] body .sl-account > p {
	color: var(--sl-account-dark-text-muted);
}

html[data-theme="dark"] body .sl-account :is(.errortext, font.errortext) {
	border: 1px solid rgba(229, 160, 166, 0.22);
	background: rgba(219, 103, 112, 0.11);
	color: #e5a0a6 !important;
}

html[data-theme="dark"] body .sl-account :is(.notetext, font.notetext) {
	border: 1px solid var(--sl-account-dark-border-accent);
	background: rgba(168, 159, 220, 0.1);
	color: var(--sl-account-dark-text-muted) !important;
}

html[data-theme="dark"] body .sl-account-wallet__title {
	border: 1px solid var(--sl-account-dark-border);
	border-bottom: 0;
	background: var(--sl-account-dark-surface-muted);
	color: var(--sl-account-dark-text);
}

html[data-theme="dark"] body .sl-account-wallet__list-container {
	border-color: var(--sl-account-dark-border);
	background: var(--sl-account-dark-surface);
}

html[data-theme="dark"] body .sl-account-wallet__item {
	border-bottom-color: var(--sl-account-dark-border);
}

html[data-theme="dark"] body .sl-account-wallet__currency,
html[data-theme="dark"] body .sl-account-wallet__currency-item {
	color: var(--sl-account-dark-text-muted);
}

html[data-theme="dark"] body .sl-account-wallet__sum {
	color: var(--sl-account-dark-text);
}

/* End */
/* /local/templates/shop_light/components/bitrix/sale.personal.section/bootstrap_v4/style.css?178809396070357 */
/* /local/templates/shop_light/components/bitrix/sale.personal.account/bootstrap_v4/style.css?17882555135283 */
