

/* 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.order.list/bootstrap_v4/style.css?178828571248755*/
.sl-orders {
	--sl-orders-payment-card-min-width: 10rem;
	--sl-orders-payment-card-max-width: 10.75rem;
	--sl-orders-payment-card-gap: clamp(0.75rem, 1.4vw, 1.25rem);
	--sl-orders-payment-card-radius: 0.75rem;
	--sl-orders-payment-card-border: var(--sl-color-divider);
	--sl-orders-payment-card-border-hover: var(--sl-color-link);
	--sl-orders-payment-card-bg: var(--sl-color-white);
	--sl-orders-payment-card-selected-shadow: 0 0 0 3px rgba(var(--sl-color-link-rgb), 0.12);
	--sl-orders-payment-check-size: 1rem;
	--sl-orders-card-header-bg: var(--sl-personal-card-bg, var(--sl-color-white));
	--sl-orders-card-header-border: var(--sl-color-divider);
}

.sl-orders__title {
	font-size: 28px;
	font-weight: 500;
	color: var(--sl-color-dark);
	margin: 0 0 20px;
	line-height: normal;
}

.sl-orders__filters {
	display: flex;
	gap: var(--sl-card-gap-half, 8px);
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.sl-orders__filter-link {
	display: inline-block;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 500;
	color: var(--sl-color-dark);
	background: var(--sl-color-white);
	border-radius: var(--sl-field-radius, 10px);
	box-shadow: inset 0 0 0 1px rgba(var(--sl-color-dark-rgb), 0.12);
	text-decoration: none;
	transition: background-color 0.2s, box-shadow 0.2s, color 0.2s;
}

.sl-orders__filter-link:hover {
	background: rgba(var(--sl-color-link-rgb), 0.06);
	box-shadow: inset 0 0 0 1px rgba(var(--sl-color-link-rgb), 0.2);
	text-decoration: none;
	color: color-mix(in srgb, var(--sl-color-favorite) 68%, var(--sl-color-dark));
}
.sl-orders__filter-link:focus-visible,
.sl-orders__catalog-link:focus-visible,
.sl-orders__action-link:focus-visible,
.sale-order-list-change-payment:focus-visible,
.sale-order-list-shipment-button:focus-visible,
.sale-order-list-cancel-payment:focus-visible {
	outline: 2px solid var(--sl-color-link);
	outline-offset: 3px;
}


.sl-orders__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--sl-card-gap, 16px);
	padding: 48px 20px;
	background: var(--sl-personal-card-bg, var(--sl-color-white));
	border-radius: var(--sl-card-radius, 20px);
	font-size: 16px;
	color: var(--sl-color-muted);
	text-align: center;
}

.sl-orders__catalog-link {
	font-size: 15px;
	font-weight: 500;
	color: var(--sl-color-favorite);
	text-decoration: none;
}

.sl-orders__catalog-link:hover {
	text-decoration: underline;
}

.sl-orders__status-title {
	font-size: 18px;
	font-weight: 500;
	color: var(--sl-color-dark);
	margin: 28px 0 16px;
	line-height: normal;
}

.sl-orders__status-title:first-of-type {
	margin-top: 0;
}

.sl-orders__card {
	background: var(--sl-personal-card-bg, var(--sl-color-white));
	border-radius: var(--sl-card-radius, 20px);
	overflow: hidden;
	margin-bottom: 16px;
}

.sl-orders__card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--sl-card-gap-half, 12px);
	padding: 15px 20px;
	background: var(--sl-orders-card-header-bg);
	border-bottom: 1px solid var(--sl-orders-card-header-border);
	flex-wrap: wrap;
}

.sl-orders__card-title {
	font-size: 16px;
	font-weight: 500;
	color: var(--sl-color-dark);
	margin: 0;
	line-height: 1.4;
}

.sl-orders__card-title .sl-orders__date {
	font-weight: 400;
}

.sl-orders__card-info {
	display: flex;
	align-items: center;
	gap: var(--sl-card-gap-half, 15px);
	flex-shrink: 0;
}

.sl-orders__card-badge {
	display: inline-flex;
	align-items: center;
	padding: 2px 10px;
	background: var(--sl-color-success);
	border-radius: var(--sl-action-radius, 100px);
	font-size: 14px;
	font-weight: 500;
	color: var(--sl-color-white);
	text-transform: uppercase;
	white-space: nowrap;
}

.sl-orders__card-sum {
	font-size: 16px;
	font-weight: 400;
	color: var(--sl-color-dark);
	white-space: nowrap;
}

.sl-orders__card-sum strong {
	font-weight: 600;
	font-size: 18px;
}

.sl-orders__card--history .sl-orders__card-header {
	background: var(--sl-orders-card-header-bg);
}

.sl-orders__card--history .sl-orders__card-title,
.sl-orders__card--history .sl-orders__card-sum {
	color: var(--sl-color-dark);
}

.sl-orders__card-status {
	display: flex;
	align-items: center;
	gap: var(--sl-card-gap-half, 8px);
	flex-shrink: 0;
}

.sl-orders__card-date {
	font-size: 14px;
	color: rgba(var(--sl-color-white-rgb), 0.6);
}

.sl-orders__card-body > .sl-orders__card-status {
	margin-bottom: 16px;
}

.sl-orders__card-body > .sl-orders__card-status .sl-orders__card-date {
	color: var(--sl-color-muted);
}

.sl-orders__card-body {
	padding: 24px 20px;
}

.sl-orders__card-meta {
	font-size: 14px;
	color: var(--sl-color-muted);
}

.sl-orders__card-meta strong {
	color: var(--sl-color-dark);
	font-weight: 600;
}

.sl-orders__loyalty {
	display: flex;
	align-items: center;
	gap: var(--sl-card-gap-half, 8px);
	flex-wrap: wrap;
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(var(--sl-color-dark-rgb), 0.62);
}

.sl-orders__loyalty-label {
	color: rgba(var(--sl-color-dark-rgb), 0.62);
}

.sl-orders__loyalty-points {
	font-weight: 600;
	color: var(--sl-color-success);
}

.sl-orders__loyalty-points--redeem {
	color: var(--sl-color-favorite);
}

.sl-orders__loyalty-status {
	color: rgba(var(--sl-color-dark-rgb), 0.62);
}

.sl-orders__loyalty-status--redeem {
	color: var(--sl-color-favorite);
}

.sl-orders__loyalty-amount {
	color: rgba(var(--sl-color-dark-rgb), 0.62);
}

.sale-order-list-inner-container {
	border: none;
	border-top: none;
}

.sale-order-list-inner-title-line-item {
	font-size: 18px;
	font-weight: 500;
	color: var(--sl-color-dark);
	text-transform: none;
	letter-spacing: normal;
}

.sale-order-list-inner-title-line {
	margin: 0;
	height: 1px;
	border: none;
	background: rgba(var(--sl-color-dark-rgb), 0.08);
}

.sale-order-list-inner-row-template {
	display: none;
}

.sale-order-list-inner-row-body > .row {
	align-items: flex-end;
}

.sl-orders .sale-order-list-inner-row {
	margin-bottom: 24px !important;
}

.sl-orders .sale-order-list-payment-title,
.sl-orders .sale-order-list-shipment-title {
	margin-bottom: 8px !important;
	font-size: 15px;
	font-weight: 500;
	color: var(--sl-color-dark);
}

.sale-order-list-payment-title-element {
	font-weight: 600;
}

.sl-orders .sale-order-list-payment-price,
.sl-orders .sale-order-list-shipment-status,
.sl-orders .sale-order-list-shipment-item {
	margin-bottom: 8px !important;
	font-size: 14px;
	color: var(--sl-color-dark);
}

.sale-order-list-payment-element {
	color: var(--sl-color-muted);
}

.sale-order-list-payment-number {
	font-weight: 600;
	color: var(--sl-color-dark);
}

.sale-order-list-payment-check {
	float: left;
	width: 100%;
}

.sale-order-list-payment-check-left {
	display: inline;
	float: left;
	padding-right: 5px;
	font-size: 14px;
}

.sale-order-list-status-restricted,
.sale-order-list-status-alert,
.sale-order-list-status-success {
	display: inline-block;
	padding: 2px 10px;
	border-radius: var(--sl-action-radius, 100px);
	font-size: 13px;
	font-weight: 500;
	vertical-align: middle;
	border: none;
}

.sale-order-list-status-alert {
	background: var(--sl-color-danger-bg);
	color: var(--sl-color-accent);
}

.sale-order-list-status-success {
	background: var(--sl-color-success-bg);
	color: var(--sl-color-success);
}

.sale-order-list-status-restricted {
	background: rgba(var(--sl-color-dark-rgb), 0.06);
	color: var(--sl-color-muted);
}

.sale-order-list-status-restricted-message {
	font-size: 13px;
	color: var(--sl-color-muted);
}

.sale-order-list-shipment-button {
	display: inline-block;
	padding: 2px 10px;
	font-size: 13px;
	font-weight: 500;
	color: var(--sl-color-muted);
	background: rgba(var(--sl-color-dark-rgb), 0.06);
	border-radius: var(--sl-action-radius, 100px);
	border-bottom: none;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.2s;
}

.sale-order-list-shipment-button:hover {
	background: rgba(var(--sl-color-dark-rgb), 0.12);
	color: var(--sl-color-dark);
	text-decoration: none;
}

.sale-order-list-change-payment {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	height: 44px;
	padding: 0 22px;
	font-size: 15px;
	font-weight: 400;
	color: var(--sl-color-favorite);
	background: rgba(var(--sl-color-link-rgb), 0.08);
	border: none;
	border-radius: var(--sl-action-radius, 10px);
	text-decoration: none;
	cursor: pointer;
	transition: background 0.2s;
}

.sale-order-list-change-payment:hover {
	background: rgba(var(--sl-color-link-rgb), 0.15);
	color: var(--sl-color-favorite);
	text-decoration: none;
}

.sl-orders .btn-primary,
.sl-orders .btn.btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 110px;
	height: 44px;
	padding: 0 22px;
	background: var(--sl-color-favorite);
	color: var(--sl-color-white);
	border: none;
	border-radius: var(--sl-action-radius, 10px);
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.2s;
}

.sl-orders .btn-primary:hover {
	background: var(--sl-color-link-hover);
	color: var(--sl-color-white);
	text-decoration: none;
}

.sl-orders .btn-primary.disabled {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none;
}

.sale-order-list-button-container {
	margin-top: 10px;
}

.sale-order-list-shipment-element {
	color: var(--sl-color-dark);
}

.sale-order-list-shipment-id {
	font-weight: 600;
}

.sale-order-list-shipment-id-icon {
	display: inline-block;
	width: 11px;
	height: 13px;
	background: url("/local/templates/shop_light/components/bitrix/sale.personal.order.list/bootstrap_v4/images/sale-order-order-list-options-methods-shipment-list-item-id-element.svg") center no-repeat;
	cursor: pointer;
}

.sale-order-list-shipment-status-item {
	display: inline-block;
	margin: 4px 0;
	vertical-align: middle;
	color: var(--sl-color-muted);
	font-size: 14px;
}

.sale-order-list-shipment-status-block {
	display: inline-block;
	padding: 2px 10px;
	border-radius: var(--sl-action-radius, 100px);
	background: rgba(var(--sl-color-dark-rgb), 0.06);
	color: var(--sl-color-dark);
	vertical-align: middle;
	font-size: 13px;
	font-weight: 500;
	border: none;
}

.sl-orders__card-actions {
	display: flex;
	align-items: center;
	gap: var(--sl-card-gap, 20px);
	padding-top: 20px;
	border-top: none;
	margin-top: 20px;
	flex-wrap: wrap;
}

.sl-orders__action-link {
	display: inline-flex;
	align-items: center;
	gap: var(--sl-card-gap-half, 7px);
	height: 44px;
	padding: 0 22px;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	border-radius: var(--sl-action-radius, 10px);
	transition: background 0.2s, border-color 0.2s;
}

.sl-orders__action-link--detail {
	color: var(--sl-color-favorite);
	background: rgba(var(--sl-color-link-rgb), 0.08);
	border: none;
}

.sl-orders__action-link--detail:hover {
	background: rgba(var(--sl-color-link-rgb), 0.15);
	color: var(--sl-color-favorite);
	text-decoration: none;
}

.sl-orders__action-link--repeat {
	color: var(--sl-color-favorite);
	border: 1.5px solid rgba(var(--sl-color-link-rgb), 0.3);
	background: transparent;
}

.sl-orders__action-link--repeat:hover {
	border-color: var(--sl-color-favorite);
	background: rgba(var(--sl-color-link-rgb), 0.05);
	color: var(--sl-color-favorite);
	text-decoration: none;
}

.sl-orders__action-link--repeat::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/local/templates/shop_light/components/bitrix/sale.personal.order.list/bootstrap_v4/images/sale-order-repeat.svg) center no-repeat;
	background-size: contain;
	flex-shrink: 0;
}

.sl-orders__action-link--cancel {
	color: var(--sl-color-dark);
	border: 1.5px solid rgba(var(--sl-color-dark-rgb), 0.2);
	background: transparent;
	margin-left: auto;
}

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

.sl-orders__action-link--cancel::before {
	content: "\00d7";
	font-size: 16px;
	line-height: 1;
}

.sale-order-list-cancel-payment {
	display: inline-flex;
	align-items: center;
	gap: var(--sl-card-gap-half, 6px);
	height: 40px;
	padding: 0 18px;
	font-size: 14px;
	font-weight: 500;
	color: var(--sl-color-dark);
	border: 1.5px solid rgba(var(--sl-color-dark-rgb), 0.2);
	border-radius: var(--sl-action-radius, 10px);
	background: transparent;
	text-decoration: none;
	transition: background 0.2s, border-color 0.2s;
	cursor: pointer;
}

.sale-order-list-cancel-payment:hover {
	border-color: var(--sl-color-dark);
	background: rgba(var(--sl-color-dark-rgb), 0.04);
	color: var(--sl-color-dark);
	text-decoration: none;
}

.sale-order-list-cancel-payment svg {
	flex-shrink: 0;
}

.sl-orders .sale-order-payment-change-status-alert,
.sl-orders .sale-order-payment-change-status-restricted,
.sl-orders .sale-order-payment-change-status-success {
	font-size: 12px;
	font-weight: 600;
	padding: 3px 12px;
	border-radius: var(--sl-action-radius, 100px);
	border: none;
}

.sl-orders .sale-order-payment-change-status-alert {
	background: var(--sl-color-danger-bg);
	color: var(--sl-color-danger);
}

.sl-orders .sale-order-payment-change-status-success {
	background: var(--sl-color-success-bg);
	color: var(--sl-color-success);
}

.sl-orders .sale-order-payment-change-status-restricted {
	background: var(--sl-color-surface-2);
	color: var(--sl-color-icon-btn);
}

.sl-orders .sale-order-payment-change-payment-title {
	font-size: 14px;
	font-weight: 600;
	color: var(--sl-color-dark);
}

.sl-orders .sale-paysystem-wrapper {
	border-color: var(--sl-color-divider);
	border-radius: var(--sl-card-radius, 16px);
		color: var(--sl-color-dark);
	margin: 0;
}

.sl-orders .btn-success,
.sl-orders input[name="BuyButton"] {
	background: var(--sl-color-favorite) !important;
	border-color: var(--sl-color-favorite) !important;
	color: var(--sl-color-white) !important;
		font-weight: 600;
	border-radius: var(--sl-action-radius, 100px) !important;
	transition: background 0.2s;
}

.sl-orders .btn-success:hover,
.sl-orders input[name="BuyButton"]:hover {
	background: var(--sl-color-link-hover) !important;
	border-color: var(--sl-color-link-hover) !important;
	color: var(--sl-color-white) !important;
}

.sl-orders .d-flex.align-items-center.mb-4 {
	gap: var(--sl-card-gap-half, 12px);
}

.sl-orders .d-flex.align-items-center.mb-4 p {
	font-size: 14px;
	color: var(--sl-color-muted);
}

.sl-orders .alert-info {
	background: rgba(var(--sl-color-link-rgb), 0.06) !important;
	border: 1.5px solid rgba(var(--sl-color-link-rgb), 0.15) !important;
	border-radius: var(--sl-card-radius, 12px) !important;
	color: var(--sl-color-dark) !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	padding: 16px 20px;
}

.sl-orders .alert-info b {
	font-weight: 600;
	color: var(--sl-color-dark);
}

.sale-order-list-repeat-link:before {
	display: inline-block;
	margin: 0 3px 4px 0;
	width: 10px;
	height: 13px;
	background: url(/local/templates/shop_light/components/bitrix/sale.personal.order.list/bootstrap_v4/images/sale-order-repeat.svg) no-repeat;
	content: "";
	vertical-align: middle;
}

.sl-orders .bx-pagination {
	margin-top: 8px;
}

.sl-orders .sale-order-payment-change-pp-list {
	display: grid;
	grid-template-columns: repeat(
		auto-fill,
		minmax(
			var(--sl-orders-payment-card-min-width),
			var(--sl-orders-payment-card-max-width)
		)
	);
	gap: var(--sl-orders-payment-card-gap);
	width: 100%;
	margin: 0 0 1rem !important;
}

.sl-orders .sale-order-list-inner-row-template > .row:has(.sale-order-payment-change-pp-list) {
	display: block;
}

.sl-orders .sale-order-list-inner-row-template > .row > .col:has(.sale-order-payment-change-pp-list) {
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
}

.sl-orders .sale-order-payment-change-pp-company {
	position: relative;
	flex: none;
	width: 100%;
	max-width: none;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
}

.sl-orders .sale-order-payment-change-pp-company-graf-container {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 0;
	padding-top: 50%;
	margin: 0 !important;
	border: 1px solid var(--sl-orders-payment-card-border);
	border-radius: var(--sl-orders-payment-card-radius);
	background: var(--sl-orders-payment-card-bg);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sl-orders .sale-order-payment-change-pp-company-graf-container::before {
	position: absolute;
	z-index: 2;
	top: 0.5rem;
	left: 0.5rem;
	box-sizing: border-box;
	width: var(--sl-orders-payment-check-size);
	height: var(--sl-orders-payment-check-size);
	border: 1px solid var(--sl-color-muted);
	border-radius: 0.1875rem;
	background: var(--sl-color-white);
	content: "";
	pointer-events: none;
}

.sl-orders .sale-order-payment-change-pp-company-graf-container:has(.sale-order-payment-change-pp-company-hidden[checked]) {
	border-color: var(--sl-orders-payment-card-border-hover);
	box-shadow: var(--sl-orders-payment-card-selected-shadow);
}

.sl-orders .sale-order-payment-change-pp-company-graf-container:has(.sale-order-payment-change-pp-company-hidden[checked])::before {
	border-color: var(--sl-orders-payment-card-border-hover);
	background: var(--sl-orders-payment-card-border-hover);
}

.sl-orders .sale-order-payment-change-pp-company-graf-container:has(.sale-order-payment-change-pp-company-hidden[checked])::after {
	position: absolute;
	z-index: 3;
	top: 0.6875rem;
	left: 0.8125rem;
	width: 0.3125rem;
	height: 0.5625rem;
	border: solid var(--sl-color-white);
	border-width: 0 0.125rem 0.125rem 0;
	content: "";
	transform: rotate(45deg);
	pointer-events: none;
}

.sl-orders .sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container {
	border-color: var(--sl-orders-payment-card-border-hover);
}

.sl-orders .sale-order-payment-change-pp-company-image {
	inset: 0.5rem;
	border-radius: calc(var(--sl-orders-payment-card-radius) - 1px);
}

.sl-orders .sale-order-payment-change-pp-company-smalltitle {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 1.3em;
	margin: 0 !important;
	padding: 0.5rem 0 0.25rem;
	color: var(--sl-color-muted);
	font-family: inherit;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}

@media (max-width: 768px) {
	.sl-orders {
		--sl-orders-mobile-card-gap: clamp(1rem, 2.4vw, 1.25rem);
		--sl-orders-mobile-card-border: rgba(var(--sl-color-dark-rgb), 0.08);
		--sl-orders-mobile-card-shadow: 0 0.0625rem 0.375rem rgba(var(--sl-color-dark-rgb), 0.035);
		--sl-orders-mobile-status-gap: 5px;
		--sl-orders-mobile-text-size: 14px;
		--sl-orders-mobile-section-size: 15px;
		--sl-orders-mobile-chip-size: 12px;
		--sl-orders-mobile-line-height: 1.45;
		--sl-orders-mobile-text-color: rgba(var(--sl-color-dark-rgb), 0.86);
		--sl-orders-mobile-muted-color: rgba(var(--sl-color-dark-rgb), 0.62);
		--sl-orders-mobile-chip-color: rgba(var(--sl-color-dark-rgb), 0.72);
		--sl-orders-mobile-chip-bg: rgba(var(--sl-color-dark-rgb), 0.055);
		--sl-orders-mobile-brand-color: color-mix(in srgb, var(--sl-color-favorite) 68%, var(--sl-color-dark));
		--sl-orders-mobile-brand-bg: rgba(var(--sl-color-link-rgb), 0.08);
		--sl-orders-mobile-brand-bg-strong: rgba(var(--sl-color-link-rgb), 0.12);
		--sl-orders-mobile-brand-border: rgba(var(--sl-color-link-rgb), 0.16);
		--sl-orders-mobile-header-bg: var(--sl-orders-card-header-bg);
		--sl-orders-mobile-header-border: var(--sl-orders-card-header-border);
		--sl-orders-mobile-success-color: color-mix(in srgb, var(--sl-color-success) 62%, var(--sl-color-dark));
		--sl-orders-mobile-success-bg: color-mix(in srgb, var(--sl-color-success-bg) 62%, var(--sl-color-white));
		--sl-orders-mobile-danger-color: color-mix(in srgb, var(--sl-color-danger) 60%, var(--sl-color-dark));
		--sl-orders-mobile-danger-bg: color-mix(in srgb, var(--sl-color-danger-bg) 62%, var(--sl-color-white));
		--sl-orders-mobile-history-color: var(--sl-color-dark);
		--sl-orders-mobile-history-bg: var(--sl-color-white);
		--sl-orders-mobile-history-bg-hover: rgba(var(--sl-color-link-rgb), 0.06);
		--sl-orders-mobile-history-border: rgba(var(--sl-color-dark-rgb), 0.12);
		--sl-orders-mobile-payment-gap: clamp(0.625rem, 2.8vw, 0.75rem);
		--sl-orders-mobile-payment-radius: 12px;
		--sl-orders-mobile-payment-border: var(--sl-orders-payment-card-border);
		--sl-orders-mobile-payment-border-hover: var(--sl-orders-payment-card-border-hover);
		--sl-orders-mobile-payment-bg: var(--sl-orders-payment-card-bg);
		--sl-orders-mobile-payment-shadow: none;
	}

	.sl-orders__title {
	font-size: 1.625rem;
		margin-bottom: 16px;
	}

	.sl-orders__status-title {
	font-size: 1rem;
		margin: 20px 0 12px;
	}

	.sl-orders__card {
		border-radius: var(--sl-card-radius, 16px);
		margin-bottom: var(--sl-orders-mobile-card-gap);
		border: 1px solid var(--sl-orders-mobile-card-border);
		box-shadow: var(--sl-orders-mobile-card-shadow);
		font-family: inherit;
		font-size: var(--sl-orders-mobile-text-size);
		line-height: var(--sl-orders-mobile-line-height);
		color: var(--sl-orders-mobile-text-color);
	}

	.sl-orders__card-header {
		padding: 12px 16px;
		gap: var(--sl-card-gap-half, 8px);
		background: var(--sl-orders-mobile-header-bg);
		border-bottom: 1px solid var(--sl-orders-mobile-header-border);
	}

	.sl-orders__card-title {
	font-size: 15px;
	}

	.sl-orders__card-body {
		padding: 16px;
	}

	.sl-orders__card-info {
		gap: var(--sl-card-gap-half, 10px);
	}

	.sl-orders__card-badge {
		font-size: 12px;
		padding: 2px 8px;
		background: var(--sl-orders-mobile-brand-bg-strong);
		color: var(--sl-orders-mobile-brand-color);
	}

	.sl-orders__card-sum strong {
	font-size: 16px;
	}

	.sl-orders__card-actions {
		gap: 8px;
		padding-top: 0;
		margin-top: 16px;
	}

	.sl-orders__action-link {
		padding: 0 16px;
		height: 44px;
		box-sizing: border-box;
		font-size: 14px;
	}

	.sl-orders__action-link--cancel {
		margin-left: 0;
	}

	.sl-orders .btn-primary,
	.sl-orders .btn.btn-primary {
		height: 44px !important;
		box-sizing: border-box;
		font-size: 14px;
		padding: 0 18px !important;
	}

	.sale-order-list-change-payment {
		padding: 0 16px;
		height: 44px;
		box-sizing: border-box;
		font-size: 14px;
		background: rgba(var(--sl-color-dark-rgb), 0.045);
		color: var(--sl-color-dark);
	}

	.sale-order-list-change-payment:hover {
		background: rgba(var(--sl-color-dark-rgb), 0.08);
		color: var(--sl-color-dark);
	}

	.sl-orders .sale-order-payment-change-pp {
		font-family: inherit;
		color: var(--sl-orders-mobile-text-color);
	}

	.sl-orders .sale-order-payment-change-payment-title {
		font-family: inherit;
		font-size: var(--sl-orders-mobile-text-size);
		line-height: var(--sl-orders-mobile-line-height);
	}

	.sl-orders .sale-order-payment-change-payment-title-element {
		margin-left: 0.25em;
	}

	.sl-orders .sale-order-payment-change-payment-title > :is(
		.sale-order-payment-change-status-alert,
		.sale-order-payment-change-status-restricted,
		.sale-order-payment-change-status-success
	) {
		margin-top: 4px;
	}

	.sl-orders .sale-order-payment-change-payment-price {
		margin-top: 4px;
		font-family: inherit;
		font-size: 13px;
		line-height: 1.4;
		color: var(--sl-orders-mobile-muted-color);
	}

	.sl-orders .sale-order-payment-change-payment-price strong {
		color: var(--sl-orders-mobile-text-color);
	}

	.sl-orders .sale-order-payment-change-pp-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: var(--sl-orders-mobile-payment-gap);
		row-gap: 12px;
		width: 100%;
		margin: 0 0 16px !important;
	}

	.sl-orders .sale-order-payment-change-pp-company {
		flex: none;
		width: auto;
		max-width: none;
		min-width: 0;
		padding: 0;
		cursor: pointer;
	}

	.sl-orders .sale-order-payment-change-pp-company-graf-container {
		width: 100%;
		height: auto;
		min-height: 64px;
		padding-top: 0;
		aspect-ratio: 2 / 1;
		margin: 0 !important;
		border: 1px solid var(--sl-orders-mobile-payment-border);
		border-radius: var(--sl-orders-mobile-payment-radius);
		background: var(--sl-orders-mobile-payment-bg);
		box-shadow: var(--sl-orders-mobile-payment-shadow);
		overflow: hidden;
		transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	}

	.sl-orders .sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container {
		border-color: var(--sl-orders-mobile-payment-border-hover);
		box-shadow: 0 0.3rem 0.85rem rgba(var(--sl-color-link-rgb), 0.1);
		transform: translateY(-1px);
	}

	.sl-orders .sale-order-payment-change-pp-company:active .sale-order-payment-change-pp-company-graf-container {
		transform: translateY(0);
	}

	.sl-orders .sale-order-payment-change-pp-company-image {
		border-radius: calc(var(--sl-orders-mobile-payment-radius) - 3px);
	}

	.sl-orders .sale-order-payment-change-pp-company-smalltitle {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		min-height: 1.35em;
		margin: 7px 4px 0 !important;
		font-family: inherit;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.35;
		text-align: center;
		color: var(--sl-orders-mobile-muted-color);
	}

	.sl-orders .sale-order-list-cancel-payment {
		height: 44px;
		padding: 0 16px;
		font-family: inherit;
		font-size: var(--sl-orders-mobile-text-size);
		font-weight: 500;
		color: var(--sl-orders-mobile-brand-color);
		border-color: var(--sl-orders-mobile-brand-border);
		border-radius: var(--sl-orders-mobile-payment-radius);
		background: var(--sl-orders-mobile-brand-bg);
	}

	.sl-orders .sale-order-list-cancel-payment:hover {
		color: var(--sl-orders-mobile-brand-color);
		border-color: rgba(var(--sl-color-link-rgb), 0.28);
		background: var(--sl-orders-mobile-brand-bg-strong);
	}

	.sl-orders__action-link--detail {
		background: rgba(var(--sl-color-dark-rgb), 0.045);
		color: var(--sl-color-dark);
	}

	.sl-orders__action-link--detail:hover {
		background: rgba(var(--sl-color-dark-rgb), 0.08);
		color: var(--sl-color-dark);
	}

	.sl-orders__action-link--repeat {
		border-color: rgba(var(--sl-color-dark-rgb), 0.14);
		color: var(--sl-color-dark);
	}

	.sl-orders__action-link--repeat:hover {
		border-color: rgba(var(--sl-color-dark-rgb), 0.24);
		background: rgba(var(--sl-color-dark-rgb), 0.04);
		color: var(--sl-color-dark);
	}

	.sl-orders__action-link--repeat::before {
		filter: grayscale(1);
		opacity: 0.65;
	}

	.sl-orders__loyalty-points--redeem {
		color: var(--sl-color-dark);
	}

	.sl-orders__loyalty-status--redeem {
		color: rgba(var(--sl-color-dark-rgb), 0.62);
	}

	.sale-order-list-button-container {
		margin-top: 10px;
	}

	.sl-orders .sale-order-list-inner-row {
		margin-bottom: 16px !important;
	}

	.sl-orders .sale-order-list-inner-container > .row.align-items-center {
		margin-bottom: 12px !important;
	}

	.sl-orders__filters {
		margin-bottom: 20px;
	}

	.sl-orders__filter-link {
		color: var(--sl-orders-mobile-history-color);
		background: var(--sl-orders-mobile-history-bg);
		box-shadow: inset 0 0 0 1px var(--sl-orders-mobile-history-border);
	}

	.sl-orders__filter-link:hover {
		color: var(--sl-orders-mobile-history-color);
		background: var(--sl-orders-mobile-history-bg-hover);
	}

	.sale-order-list-inner-title-line-item {
		font-size: var(--sl-orders-mobile-section-size);
		font-weight: 500;
		line-height: 1.4;
	}

	.sl-orders :is(
		.sale-order-list-payment-title,
		.sale-order-list-shipment-title
	) > :is(
		.sale-order-list-status-alert,
		.sale-order-list-status-success,
		.sale-order-list-status-restricted
	) {
		display: table;
		margin-top: var(--sl-orders-mobile-status-gap);
		margin-left: 0;
	}

	.sl-orders :is(
		.sl-orders__card-title,
		.sl-orders__card-sum,
		.sale-order-list-payment-title,
		.sale-order-list-payment-price,
		.sale-order-list-shipment-title,
		.sale-order-list-shipment-status,
		.sale-order-list-shipment-status-item,
		.sale-order-list-shipment-item,
		.sl-orders__loyalty,
		.sl-orders__loyalty-label,
		.sl-orders__loyalty-status,
		.sl-orders__loyalty-amount
	) {
		font-family: inherit;
		font-size: var(--sl-orders-mobile-text-size);
		line-height: var(--sl-orders-mobile-line-height);
	}

	.sl-orders :is(
		.sale-order-list-payment-element,
		.sale-order-list-shipment-status-item,
		.sl-orders__loyalty,
		.sl-orders__loyalty-label,
		.sl-orders__loyalty-status,
		.sl-orders__loyalty-amount
	) {
		color: var(--sl-orders-mobile-muted-color);
	}

	.sl-orders :is(
		.sale-order-list-payment-title-element,
		.sale-order-list-shipment-element
	) {
		font-weight: 500;
	}

	.sl-orders :is(
		.sl-orders__card-sum strong,
		.sale-order-list-payment-number,
		.sl-orders__loyalty-points,
		.sl-orders__loyalty-points--redeem
	) {
		font-size: var(--sl-orders-mobile-text-size);
		font-weight: 600;
		line-height: var(--sl-orders-mobile-line-height);
		color: var(--sl-orders-mobile-text-color);
	}

	.sl-orders :is(
		.sale-order-list-status-alert,
		.sale-order-list-status-success,
		.sale-order-list-status-restricted,
		.sale-order-list-shipment-status-block
	) {
		font-family: inherit;
		font-size: var(--sl-orders-mobile-chip-size);
		font-weight: 500;
		line-height: 1.3;
		background: var(--sl-orders-mobile-chip-bg);
		color: var(--sl-orders-mobile-chip-color);
	}

	.sl-orders .sale-order-list-status-alert {
		background: var(--sl-orders-mobile-danger-bg);
		color: var(--sl-orders-mobile-danger-color);
	}

	.sl-orders .sale-order-list-status-success {
		background: var(--sl-orders-mobile-success-bg);
		color: var(--sl-orders-mobile-success-color);
	}

	.sl-orders :is(
		.sale-order-list-status-restricted,
		.sale-order-list-shipment-status-block
	) {
		background: var(--sl-orders-mobile-brand-bg);
		color: var(--sl-orders-mobile-brand-color);
	}

	.sl-orders .sl-orders__loyalty-points:not(.sl-orders__loyalty-points--redeem) {
		color: var(--sl-orders-mobile-success-color);
	}

	.sl-orders .sale-order-list-inner-title-line {
		background: rgba(var(--sl-color-link-rgb), 0.14);
	}

	.sl-orders :is(
		.sale-order-list-change-payment,
		.sl-orders__action-link
	) {
		font-family: inherit;
		font-size: var(--sl-orders-mobile-text-size);
		font-weight: 500;
		line-height: 1.2;
		color: var(--sl-orders-mobile-text-color);
	}

	.sl-orders :is(
		.sale-order-list-change-payment,
		.sl-orders__action-link--detail
	) {
		background: var(--sl-orders-mobile-brand-bg);
		color: var(--sl-orders-mobile-brand-color);
	}

	.sl-orders :is(
		.sale-order-list-change-payment,
		.sl-orders__action-link--detail
	):hover {
		background: var(--sl-orders-mobile-brand-bg-strong);
		color: var(--sl-orders-mobile-brand-color);
	}

	.sl-orders .sl-orders__action-link--repeat {
		border-color: var(--sl-orders-mobile-brand-border);
		color: var(--sl-orders-mobile-brand-color);
	}

	.sl-orders .sl-orders__action-link--repeat:hover {
		border-color: rgba(var(--sl-color-link-rgb), 0.28);
		background: rgba(var(--sl-color-link-rgb), 0.05);
		color: var(--sl-orders-mobile-brand-color);
	}

	.sl-orders .btn-primary,
	.sl-orders .btn.btn-primary {
		background: var(--sl-color-link-hover) !important;
		background: color-mix(in srgb, var(--sl-color-favorite) 80%, var(--sl-color-dark)) !important;
		font-family: inherit;
		font-size: var(--sl-orders-mobile-text-size) !important;
		font-weight: 500;
		line-height: 1.2 !important;
	}
}

@media (min-width: 576px) and (max-width: 768px) {
	.sl-orders .sale-order-payment-change-pp-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.sl-orders__title {
	font-size: 1.375rem;
		margin-bottom: 12px;
	}

	.sl-orders__filters {
		gap: var(--sl-card-gap-half, 6px);
		margin-bottom: 16px;
	}

	.sl-orders__filter-link {
	font-size: 13px;
		padding: 6px 12px;
	}

	.sl-orders__card {
		border-radius: var(--sl-card-radius, 14px);
		margin-bottom: var(--sl-orders-mobile-card-gap);
	}

	.sl-orders__card-header {
		padding: 10px 12px;
	}

	.sl-orders__card-title {
	font-size: 14px;
	}

	.sl-orders__card-body {
		padding: 14px 12px;
	}

	.sl-orders__card-sum {
	font-size: 14px;
	}

	.sl-orders__card-sum strong {
	font-size: 15px;
	}

	.sl-orders__card-actions {
		gap: 8px;
		padding-top: 0;
		margin-top: 16px;
	}

	.sl-orders__action-link {
		width: 100%;
		justify-content: center;
		height: 44px;
		box-sizing: border-box;
		font-size: var(--sl-orders-mobile-text-size);
	}

	.sl-orders__action-link--cancel {
		margin-left: 0;
	}

	.sl-orders .btn-primary,
	.sl-orders .btn.btn-primary {
		width: 100%;
		height: 44px !important;
		box-sizing: border-box;
		padding: 0 16px !important;
		font-size: 14px;
	}

	.sale-order-list-change-payment {
		width: 100%;
		justify-content: center;
		height: 44px;
		box-sizing: border-box;
		font-size: var(--sl-orders-mobile-text-size);
	}

	.sale-order-list-button-container {
		width: 100%;
		margin-top: 8px;
	}

	.sl-orders .sale-order-list-inner-row {
		margin-bottom: 16px !important;
	}

	.sl-orders .sale-order-list-inner-container > .row.align-items-center {
		margin-bottom: 10px !important;
	}

	.sale-order-list-inner-title-line-item {
	font-size: 15px;
	}

	.sl-orders .sale-order-list-payment-title,
	.sl-orders .sale-order-list-shipment-title {
		margin-bottom: 8px !important;
		font-size: 14px;
	}

	.sl-orders .sale-order-list-payment-price,
	.sl-orders .sale-order-list-shipment-status,
	.sl-orders .sale-order-list-shipment-item {
		margin-bottom: 8px !important;
		font-size: var(--sl-orders-mobile-text-size);
	}

	.sale-order-list-shipment-status-item {
		margin: 3px 0;
	}

	.sl-orders__loyalty {
		column-gap: 8px;
		row-gap: 6px;
		margin-top: 12px;
		line-height: 1.35;
	}
}

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

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

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

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

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

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

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

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

html[data-theme="dark"] body .sl-orders :is(
	.sl-orders__title,
	.sl-orders__status-title,
	.sl-orders__card-title,
	.sl-orders__card-sum,
	.sl-orders__card--history .sl-orders__card-title,
	.sl-orders__card--history .sl-orders__card-sum,
	.sl-orders__card-meta strong,
	.sale-order-list-inner-title-line-item,
	.sale-order-list-payment-title,
	.sale-order-list-payment-number,
	.sale-order-list-shipment-title,
	.sale-order-list-shipment-element,
	.sale-order-payment-change-payment-title
) {
	color: var(--sl-orders-dark-text);
}

html[data-theme="dark"] body .sl-orders :is(
	.sl-orders__card-meta,
	.sl-orders__loyalty,
	.sl-orders__loyalty-label,
	.sl-orders__loyalty-status,
	.sl-orders__loyalty-amount,
	.sale-order-list-payment-element,
	.sale-order-list-shipment-status-item,
	.sale-order-list-status-restricted-message
) {
	color: var(--sl-orders-dark-text-muted);
}

html[data-theme="dark"] body .sl-orders .sl-orders__filter-link {
	border: 1px solid var(--sl-orders-dark-border);
	background: var(--sl-orders-dark-surface-muted) !important;
	color: var(--sl-orders-dark-text-muted) !important;
	box-shadow: none !important;
}

html[data-theme="dark"] body .sl-orders .sl-orders__filter-link:hover {
	border-color: var(--sl-orders-dark-border-accent);
	background: var(--sl-orders-dark-surface-hover) !important;
	color: var(--sl-orders-dark-accent-hover) !important;
}

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

html[data-theme="dark"] body .sl-orders .sl-orders__card-header,
html[data-theme="dark"] body .sl-orders .sl-orders__card--history .sl-orders__card-header {
	border-bottom: 1px solid var(--sl-orders-dark-border);
	background: var(--sl-orders-dark-surface-muted);
}

html[data-theme="dark"] body .sl-orders .sl-orders__card-body {
	background: var(--sl-orders-dark-surface);
}

html[data-theme="dark"] body .sl-orders .sl-orders__card-badge {
	border: 1px solid var(--sl-orders-dark-border);
	background: rgba(255, 255, 255, 0.05);
	color: var(--sl-orders-dark-text-muted);
}

html[data-theme="dark"] body .sl-orders .sale-order-list-inner-title-line {
	background: var(--sl-orders-dark-border);
}

html[data-theme="dark"] body .sl-orders .sale-order-list-status-success {
	border: 1px solid rgba(121, 200, 154, 0.2);
	background: rgba(84, 197, 128, 0.12);
	color: #79c89a;
}

html[data-theme="dark"] body .sl-orders .sale-order-list-status-alert {
	border: 1px solid rgba(217, 137, 145, 0.2);
	background: rgba(196, 93, 103, 0.12);
	color: #d98991;
}

html[data-theme="dark"] body .sl-orders .sale-order-list-status-restricted,
html[data-theme="dark"] body .sl-orders .sale-order-list-shipment-status-block {
	border: 1px solid var(--sl-orders-dark-border);
	background: rgba(255, 255, 255, 0.06);
	color: var(--sl-orders-dark-text-muted);
}

html[data-theme="dark"] body .sl-orders .sale-order-list-shipment-button {
	border: 1px solid var(--sl-orders-dark-border);
	background: rgba(255, 255, 255, 0.06);
	color: var(--sl-orders-dark-text-muted);
}

html[data-theme="dark"] body .sl-orders .sale-order-list-shipment-button:hover {
	border-color: var(--sl-orders-dark-border-accent);
	background: rgba(168, 159, 220, 0.1);
	color: var(--sl-orders-dark-text);
}

html[data-theme="dark"] body .sl-orders .sl-orders__loyalty-points {
	color: #79c89a;
}

html[data-theme="dark"] body .sl-orders :is(
	.sl-orders__loyalty-points--redeem,
	.sl-orders__loyalty-status--redeem
) {
	color: var(--sl-orders-dark-accent);
}

html[data-theme="dark"] body .sl-orders :is(
	.sl-orders__action-link--detail,
	.sale-order-list-change-payment
) {
	border: 1px solid var(--sl-orders-dark-border-accent);
	background: rgba(168, 159, 220, 0.11);
	color: var(--sl-orders-dark-accent);
}

html[data-theme="dark"] body .sl-orders :is(
	.sl-orders__action-link--detail,
	.sale-order-list-change-payment
):hover {
	border-color: rgba(183, 175, 228, 0.4);
	background: rgba(168, 159, 220, 0.18);
	color: var(--sl-orders-dark-accent-hover);
}

html[data-theme="dark"] body .sl-orders .sl-orders__action-link--repeat {
	border-color: var(--sl-orders-dark-border);
	background: rgba(255, 255, 255, 0.035);
	color: var(--sl-orders-dark-text-muted);
}

html[data-theme="dark"] body .sl-orders .sl-orders__action-link--repeat:hover {
	border-color: var(--sl-orders-dark-border-accent);
	background: var(--sl-orders-dark-surface-hover);
	color: var(--sl-orders-dark-accent-hover);
}

html[data-theme="dark"] body .sl-orders :is(
	.sl-orders__action-link--cancel,
	.sale-order-list-cancel-payment
) {
	border-color: rgba(217, 137, 145, 0.24);
	background: transparent;
	color: #d98991;
}

html[data-theme="dark"] body .sl-orders :is(
	.sl-orders__action-link--cancel,
	.sale-order-list-cancel-payment
):hover {
	border-color: rgba(217, 137, 145, 0.4);
	background: rgba(196, 93, 103, 0.1);
	color: #e1a0a7;
}

html[data-theme="dark"] body .sl-orders :is(
	.btn-primary,
	.btn.btn-primary,
	.btn-success,
	input[name="BuyButton"]
) {
	border-color: var(--sl-orders-dark-accent-solid) !important;
	background: var(--sl-orders-dark-accent-solid) !important;
	color: rgba(255, 255, 255, 0.94) !important;
}

html[data-theme="dark"] body .sl-orders :is(
	.btn-primary,
	.btn.btn-primary,
	.btn-success,
	input[name="BuyButton"]
):hover {
	border-color: var(--sl-orders-dark-accent-solid-hover) !important;
	background: var(--sl-orders-dark-accent-solid-hover) !important;
	color: rgba(255, 255, 255, 0.98) !important;
}

html[data-theme="dark"] body .sl-orders :is(
	.sl-orders__filter-link,
	.sl-orders__catalog-link,
	.sl-orders__action-link,
	.sale-order-list-change-payment,
	.sale-order-list-shipment-button,
	.sale-order-list-cancel-payment
):focus-visible {
	outline-color: var(--sl-orders-dark-accent-hover);
}

html[data-theme="dark"] body .sl-orders .sale-paysystem-wrapper {
	border-color: var(--sl-orders-dark-border);
	background: var(--sl-orders-dark-surface-muted);
	color: var(--sl-orders-dark-text);
}

html[data-theme="dark"] body .sl-orders .sale-order-payment-change-pp-company-graf-container {
	border-color: var(--sl-orders-dark-border-accent);
	background: #f5f6f8;
	box-shadow: 0 0.25rem 0.75rem rgba(9, 12, 16, 0.16);
}

html[data-theme="dark"] body .sl-orders .sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container {
	border-color: rgba(183, 175, 228, 0.5);
	box-shadow: 0 0.35rem 0.9rem rgba(9, 12, 16, 0.22);
}

html[data-theme="dark"] body .sl-orders .sale-order-payment-change-pp-company-smalltitle {
	color: var(--sl-orders-dark-text-muted);
}

html[data-theme="dark"] body .sl-orders .alert-info {
	border-color: var(--sl-orders-dark-border-accent) !important;
	background: rgba(168, 159, 220, 0.1) !important;
	color: var(--sl-orders-dark-text-muted) !important;
}

html[data-theme="dark"] body .sl-orders .alert-info b {
	color: var(--sl-orders-dark-text) !important;
}

@media (prefers-reduced-motion: reduce) {
	.sl-orders *,
	.sl-orders *::before,
	.sl-orders *::after {
		transition-duration: 0.01ms !important;
	}
}

/* Personal account action standard. */
.sl-personal-layout__content .sl-orders :is(
	.btn-primary,
	.btn.btn-primary,
	.btn-success,
	input[name="BuyButton"],
	.sale-order-list-change-payment,
	.sale-order-list-cancel-payment,
	.sl-orders__action-link
) {
	box-sizing: border-box;
	height: var(--sl-personal-action-height, 3.125rem) !important;
	min-height: var(--sl-personal-action-height, 3.125rem) !important;
	border-radius: var(--sl-personal-action-radius, 100px) !important;
	padding: 0 var(--sl-personal-action-padding-inline, 1.5625rem) !important;
	font-family: inherit;
	font-size: var(--sl-personal-action-font-size, 1rem) !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	white-space: nowrap;
}

.sl-personal-layout__content .sl-orders :is(
	.btn-primary,
	.btn.btn-primary,
	.btn-success,
	input[name="BuyButton"]
) {
	border: 0 !important;
	background: var(--sl-personal-action-primary-bg, var(--sl-color-favorite)) !important;
	color: var(--sl-personal-action-primary-color, var(--sl-color-white)) !important;
}

.sl-personal-layout__content .sl-orders :is(
	.btn-primary,
	.btn.btn-primary,
	.btn-success,
	input[name="BuyButton"]
):hover {
	background: var(--sl-personal-action-primary-hover-bg, var(--sl-color-link-hover)) !important;
	color: var(--sl-personal-action-primary-color, var(--sl-color-white)) !important;
}

.sl-personal-layout__content .sl-orders :is(
	.sale-order-list-change-payment,
	.sl-orders__action-link--detail
) {
	border: 0 !important;
	background: var(--sl-personal-action-soft-bg, rgba(var(--sl-color-link-rgb), 0.1)) !important;
	color: var(--sl-personal-action-soft-color, var(--sl-color-favorite)) !important;
}

.sl-personal-layout__content .sl-orders :is(
	.sale-order-list-change-payment,
	.sl-orders__action-link--detail
):hover {
	background: var(--sl-personal-action-soft-hover-bg, rgba(var(--sl-color-link-rgb), 0.16)) !important;
	color: var(--sl-personal-action-soft-color, var(--sl-color-favorite)) !important;
}

.sl-personal-layout__content .sl-orders .sl-orders__action-link--repeat {
	border: 0 !important;
	background: var(--sl-personal-action-soft-bg, rgba(var(--sl-color-link-rgb), 0.1)) !important;
	color: var(--sl-personal-action-soft-color, var(--sl-color-favorite)) !important;
}

.sl-personal-layout__content .sl-orders .sl-orders__action-link--repeat:hover {
	background: var(--sl-personal-action-soft-hover-bg, rgba(var(--sl-color-link-rgb), 0.16)) !important;
	color: var(--sl-personal-action-soft-color, var(--sl-color-favorite)) !important;
}

.sl-personal-layout__content .sl-orders :is(
	.sale-order-list-cancel-payment,
	.sl-orders__action-link--cancel
) {
	border: 1px solid rgba(var(--sl-color-danger-rgb, 220, 53, 69), 0.16) !important;
	background: var(--sl-personal-action-danger-bg, rgba(var(--sl-color-danger-rgb, 220, 53, 69), 0.06)) !important;
	color: var(--sl-personal-action-danger-color, var(--sl-color-danger)) !important;
}

.sl-personal-layout__content .sl-orders :is(
	.sale-order-list-cancel-payment,
	.sl-orders__action-link--cancel
):hover {
	background: var(--sl-personal-action-danger-hover-bg, rgba(var(--sl-color-danger-rgb, 220, 53, 69), 0.11)) !important;
	color: var(--sl-personal-action-danger-color, var(--sl-color-danger)) !important;
}

/* Compact order-card actions: one text action and icon-only secondary actions. */
.sl-personal-layout__content .sl-orders .sl-orders__card-actions {
	--sl-orders-card-action-size: var(--sl-personal-action-height, 3.125rem);
	display: flex;
	width: min(100%, 18rem);
	align-items: center;
	gap: clamp(0.375rem, 1.8vw, 0.5rem);
	flex-wrap: nowrap;
}

.sl-personal-layout__content .sl-orders .sl-orders__card-actions .sl-orders__action-link--detail {
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	max-width: none;
	justify-content: center;
	padding-inline: clamp(0.625rem, 3vw, 1.25rem) !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sl-personal-layout__content .sl-orders .sl-orders__card-actions .sl-orders__action-link--compact {
	flex: 0 0 var(--sl-orders-card-action-size);
	width: var(--sl-orders-card-action-size) !important;
	min-width: var(--sl-orders-card-action-size);
	max-width: var(--sl-orders-card-action-size);
	justify-content: center;
	margin-left: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	-webkit-tap-highlight-color: transparent;
}

.sl-orders__action-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sl-personal-layout__content .sl-orders .sl-orders__action-link--repeat::before {
	width: 1.125rem;
	height: 1.125rem;
	margin: 0;
	background: currentColor;
	-webkit-mask: url(/local/templates/shop_light/components/bitrix/sale.personal.order.list/bootstrap_v4/images/sale-order-repeat.svg) center / contain no-repeat;
	mask: url(/local/templates/shop_light/components/bitrix/sale.personal.order.list/bootstrap_v4/images/sale-order-repeat.svg) center / contain no-repeat;
	filter: none;
	opacity: 1;
}

.sl-personal-layout__content .sl-orders .sl-orders__action-link--cancel::before {
	content: none;
}

.sl-personal-layout__content .sl-orders .sl-orders__card-actions .sl-orders__action-link--cancel {
	border-color: rgba(var(--sl-color-danger-rgb, 220, 53, 69), 0.28) !important;
	background: rgba(var(--sl-color-danger-rgb, 220, 53, 69), 0.1) !important;
}

.sl-personal-layout__content .sl-orders .sl-orders__card-actions .sl-orders__action-link--cancel:hover {
	background: rgba(var(--sl-color-danger-rgb, 220, 53, 69), 0.16) !important;
}

.sl-personal-layout__content .sl-orders .sl-orders__action-link--cancel .sl-orders__action-icon {
	flex: 0 0 auto;
	width: 1.125rem;
	height: 1.125rem;
}

@media (max-width: 768px) {
	.sl-personal-layout__content .sl-orders .sl-orders__card-actions {
		--sl-orders-card-action-size: var(--sl-personal-action-compact-height, 2.5rem);
		width: min(100%, 16rem);
		gap: 0.375rem;
	}

	.sl-personal-layout__content .sl-orders .sl-orders__card-actions .sl-orders__action-link {
		height: var(--sl-orders-card-action-size) !important;
		min-height: var(--sl-orders-card-action-size) !important;
		font-size: 0.8125rem !important;
	}

	.sl-personal-layout__content .sl-orders .sl-orders__card-actions .sl-orders__action-link--detail {
		padding-inline: clamp(0.625rem, 3vw, 1rem) !important;
	}

	.sl-personal-layout__content .sl-orders .sl-orders__action-link--repeat::before {
		width: 1rem;
		height: 1rem;
	}
}

/* End */


/* Start:/bitrix/components/bitrix/sale.order.payment.change/templates/bootstrap_v4/style.min.css?17709820974739*/
.sale-order-payment-change-pp-list{opacity:0}.sale-order-payment-change-pp-company{position:relative;z-index:100;padding-bottom:10px;min-height:40px}.sale-order-payment-change-pp .sale-order-payment-change-pp-company{margin-bottom:15px;padding:7px;height:auto;border:1px solid transparent;transition:all 100ms ease}.sale-order-payment-change-pp-company-graf-container{position:relative;padding-top:50%;width:auto;height:0;border:2px solid #c3cace;border-radius:2px;background:#fff;transition:all 100ms ease}.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container{border-color:var(--theme-color-primary)}.sale-order-payment-change-pp-company-image{position:absolute;top:5px;right:5px;bottom:5px;left:5px;background-position:center;background-size:contain;background-repeat:no-repeat}.sale-order-payment-change-pp-company-smalltitle{text-align:center;font-size:11px}.sale-order-payment-change-pp-field .form-control{background:#fff}.sale-order-payment-change-pp-price{padding:4px 0;text-align:right}.sale-order-payment-change-service-small{color:#a3a3a3;font-size:11px}@media(min-width:1200px){.sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(4n+1),.sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(4n+1){clear:both;padding-left:0}}@media(min-width:768px) and (max-width:1199px){.sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(3n+1),.sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(3n+1){clear:both;padding-left:0}}@media(max-width:767px){.sale-order-payment-change-pp,.sale-order-payment-change-pp-item-container{max-width:450px}.sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(2n+1),.sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(2n+1){clear:both;padding-left:0}}.sale-order-payment-change-payment-title{color:#000;font:bold 14px "Helvetica Neue",Helvetica,Arial,sans-serif}.sale-order-payment-change-status-alert,.sale-order-payment-change-status-restricted,.sale-order-payment-change-status-success{display:inline-block;padding:4px 10px 5px 8px;border:1px solid #eab3b9;border-radius:2px;background:#ffe5e8;color:#d0021b;font:bold 12px "Helvetica Neue",Helvetica,Arial,sans-serif}.sale-order-payment-change-status-restricted{border:1px solid rgba(128,134,142,0.20);background:#f3f4f5;color:#535c69}.sale-order-payment-change-status-success{border:1px solid #bed277;background:#e3f0bd;color:#597707}.sale-order-payment-change-payment-price{font:13px "Helvetica Neue",Helvetica,Arial,sans-serif}.sale-order-payment-change-payment-form-group{display:table}.sale-order-payment-change-payment-form-cell{display:table-cell;vertical-align:middle;text-align:center}.sale-order-inner-payment-button{display:block;float:left;padding:0 17px;max-width:115px;height:38px;border-radius:2px;background:#1485ce;color:#fff;text-align:center;font:bold 13px/38px "Helvetica Neue",Helvetica,Arial,sans-serif;cursor:pointer}.sale-order-inner-payment-button:hover{background:#53a4d8;color:#fff;transition:background ease-out .5s}.sale-order-inner-payment-button.inactive-button{opacity:.2;cursor:pointer}.sale-order-inner-payment-button.inactive-button:hover{background:#1485ce;color:#fff}.sale-order-inner-padding-bottom{padding-bottom:15px}.sale-paysystem-wrapper{position:relative;margin:0 -15px 0 0;padding:24px 38px 24px 38px;border:1px solid #3bc8f5;color:#424956;font:14px "Helvetica Neue",Arial,Helvetica,sans-serif}.sale-paysystem-wrapper{position:relative;margin:0 -15px 0 0;padding:24px 38px 24px 38px;border:1px solid #3bc8f5;color:#424956;font:14px "Helvetica Neue",Arial,Helvetica,sans-serif}.sale-paysystem-close{position:absolute;top:7px;right:7px}.sale-paysystem-close-item{display:inline-block;width:18px;height:18px;background:url(/bitrix/components/bitrix/sale.order.payment.change/templates/bootstrap_v4/../../components/bitrix/sale.personal.order.detail/templates/.default/images/sale-personal-order-sprite.svg) 1px 1px no-repeat;opacity:1;cursor:pointer;transition:opacity .3s ease}.sale-paysystem-close-item:hover{opacity:.5}.sale-paysystem-description{margin:0 0 11px 0;color:#bcbdc0;font:11px "Helvetica Neue",Arial,Helvetica,sans-serif}.sale-paysystem-yandex-button{display:inline-block;margin:26px 10px 26px 0}.sale-paysystem-yandex-button-item{padding:0 22px;height:38px;border:0;border-radius:2px;background:#f59023;color:#fff;font:bold 13px/35px "Helvetica Neue",Arial,Helvetica,sans-serif;transition:background .3s ease}.sale-paysystem-yandex-button-item:hover{background:#ff911a}.sale-paysystem-yandex-button-descrition{display:inline-block;margin:0 0 15px 0;color:#80868e;font:12px "Helvetica Neue",Arial,Helvetica,sans-serif}
/* End */
/* /local/templates/shop_light/components/bitrix/sale.personal.section/bootstrap_v4/style.css?178809396070357 */
/* /local/templates/shop_light/components/bitrix/sale.personal.order.list/bootstrap_v4/style.css?178828571248755 */
/* /bitrix/components/bitrix/sale.order.payment.change/templates/bootstrap_v4/style.min.css?17709820974739 */
