

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/system.auth.form/auth/style.css?17803171031810*/
.lf-auth-menu {
	position: relative;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	overflow: visible;
}

.lf-auth-menu__toggle {
	z-index: 2;
}

.lf-auth-menu__panel {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 13050;
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 200px;
	padding: 8px;
	padding-top: 16px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(17, 24, 39, 0.12);
}

/* Невидимый мост между кнопкой и панелью — hover не рвётся в зазоре */
.lf-auth-menu__panel::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 16px;
}

.lf-auth-menu__panel[hidden] {
	display: none !important;
}

.lf-auth-menu:hover .lf-auth-menu__panel[hidden],
.lf-auth-menu.is-open .lf-auth-menu__panel[hidden] {
	display: flex !important;
}

.lf-auth-menu__logout-form {
	margin: 0;
	padding: 0;
}

.lf-auth-menu__item {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0;
	padding: 10px 12px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #404042;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.lf-auth-menu__item:hover,
.lf-auth-menu__item:focus-visible {
	background: #404042;
	color: #fff;
	outline: none;
}

.lf-auth-menu__item:hover .lf-auth-menu__icon path,
.lf-auth-menu__item:focus-visible .lf-auth-menu__icon path {
	stroke: #fff;
}

.lf-auth-menu__icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.lf-auth-menu__label {
	white-space: nowrap;
}

.lf-auth-menu__item--logout {
	font: inherit;
}

/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/universal/style.css?1777551633758*/
.bx-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bx-breadcrumb-item {
	height: 22px;
	white-space: nowrap;
}

.bx-breadcrumb-item-angle {
	margin: 0 10px;
	color: #b5bdc2;
	vertical-align: top;
	font-size: 12px;
}

.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
	line-height: 21px;
}

.bx-breadcrumb-item-link:hover { }

.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
	font: 400 13px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	transition: 250ms linear all;
}
/* End */


/* Start:/bitrix/components/bitrix/sale.basket.basket.line/templates/bootstrap_v4/style.css?17775516344790*/
.bx-basket { }

.basket-line-block {
	position: relative;
	padding-left: 25px;
	white-space: nowrap;
	font-size: 13px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	margin-right: 10px;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after {
	position: absolute;
	top: -1px;
	left: -25px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
}

.basket-line-block-icon-profile:after { background: no-repeat center url(/bitrix/components/bitrix/sale.basket.basket.line/templates/bootstrap_v4/images/profile.svg); }

.basket-line-block-icon-cart:after { background: no-repeat center url(/bitrix/components/bitrix/sale.basket.basket.line/templates/bootstrap_v4/images/cart.svg); }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.vcenter {
		bottom: 10px;
		top: auto !important;
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .basket-line-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .basket-line { line-height: 1.44em; }
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/template_styles.css?178031710347377*/
/* Личный кабинет /personal/ — общие формы, кнопки, ссылки */
.lk label {
	color: #404042;
}

.lk .form-group label {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 22px;
	display: block;
}

.lk .form-group:first-of-type label {
	margin-top: 0;
}

.lk .form-group .form-group-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.lk .form-group .form-group-item label {
	margin: 0;
	display: inline;
}

.lk .form-group a {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	text-decoration: underline;
}

.lk .form-group .form-group-item a {
	white-space: nowrap;
	flex-shrink: 0;
}

.lk .form-group > a {
	display: block;
	margin-top: 10px;
	text-align: right;
}

.lk .form-group-password {
	position: relative;
}

.lk .form-group-password__toggle {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	color: inherit;
	outline: none;
	user-select: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.lk .form-group-password__toggle:focus:not(:focus-visible) {
	outline: none;
}

.lk .form-group-password__toggle img {
	display: block;
	width: 22px;
	height: 20px;
	pointer-events: none;
	user-select: none;
	-webkit-user-drag: none;
}

.lk .form-group-password__toggle:hover {
	opacity: 0.75;
}

.lk .form-group-password__toggle:focus-visible {
	outline: 2px solid rgba(64, 64, 66, 0.35);
	outline-offset: 2px;
	border-radius: 4px;
}

.lk .lf-lk-field-error,
.lk .invalid-feedback {
	display: block;
	margin: 6px 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 400;
	color: #dc2626;
}

.lk .form-control.lf-lk-field--invalid,
.lk .form-control.is-invalid {
	border-color: #f87171;
	box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.12);
}

.lk .lk-register-agreement__checkbox.lf-lk-field--invalid {
	outline: 2px solid #f87171;
	outline-offset: 2px;
}

.lk .form-control {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	height: 48px;
	min-height: 48px;
	padding: 12px 16px;
	border: 1px solid rgba(64, 64, 66, 0.3);
	border-radius: 8px;
	font-family: var(--lf-font-family);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375;
	letter-spacing: 0;
	color: var(--lf-text);
	background: #ffffff;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.lk .form-group-password .form-control {
	padding-right: 48px;
}

.lk .btn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	height: 48px;
	min-height: 48px;
	padding: 12px 16px;
	border: 0;
	border-radius: 8px;
	font-family: var(--lf-font-family);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.375;
	background: #404042;
	color: #ffffff;
	margin-top: 20px;
}

.lk .btn:hover,
.lk .btn:focus {
	color: #ffffff;
}

.lk .lk-form-section-title {
	font-size: 14px;
	font-weight: 600;
	color: #404042;
	margin: 10px 0 5px;
}

.lk .lk-form-hint {
	margin: 8px 0 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	color: rgba(64, 64, 66, 0.75);
}

.lk .lk-register-captcha img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 12px;
	border-radius: 8px;
}

.lk .bx-auth-note {
	font-size: 1.25rem;
	font-weight: 600;
	color: #404042;
	margin: 0 0 20px;
}

.lk .lk-form-section-img{
	display:flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.lk .lk-form-section-img .lk-header__logo-img{
	height: 60px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
}

/* background_lk1.jpg — 960×902; lk2 — 960×1007 (регистрация); lk3 — 960×1008 (восстановление пароля) */
.lk-auth-layout {
	--lf-auth-visual-aspect: 960 / 902;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	align-items: stretch;
	width: 100%;
	max-width: none;
	margin: 0;
	min-height: 0;
	background: #ffffff;
	overflow: hidden;
}

.lk-auth-layout--register {
	--lf-auth-visual-aspect: 960 / 1007;
}

.lk-auth-layout--recover {
	--lf-auth-visual-aspect: 960 / 1008;
}

.lk-auth-layout__form {
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	padding: clamp(32px, 5vw, 56px);
	box-sizing: border-box;
	background: #ffffff;
}

.lk-auth-layout__form > .lk.bx-auth,
.lk-auth-layout__form .lk.bx-auth {
	width: 100%;
	max-width: none;
	margin: 0;
}

.lk-auth-layout__visual {
	display: none;
}

.lk-auth-layout--register .lk-auth-layout__visual {
	background-image: url('/local/templates/eshop_bootstrap_v4/images/background_lk2.jpg');
}

.lk-auth-layout--recover .lk-auth-layout__visual {
	background-image: url('/local/templates/eshop_bootstrap_v4/images/background_lk3.jpg');
}

@media (min-width: 992px) {
	.lk-auth-layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		min-height: 0;
		grid-template-rows: auto;
	}

	.lk-auth-layout__visual {
		display: block;
		position: relative;
		min-width: 0;
		min-height: 0;
		height: auto;
		aspect-ratio: var(--lf-auth-visual-aspect);
		background-color: #f3f3f5;
		background-image: url('/local/templates/eshop_bootstrap_v4/images/background_lk1.jpg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	body.lf-auth-page #bx_eshop_wrap.bx-wrapper,
	body.lf-personal-page:has(.lk-auth-layout) #bx_eshop_wrap.bx-wrapper {
		min-height: auto;
	}

	body.lf-auth-page #bx_eshop_wrap > .workarea,
	body.lf-auth-page #bx_eshop_wrap > .workarea > .container.bx-content-section,
	body.lf-auth-page #bx_eshop_wrap > .workarea > .container.bx-content-section > .row,
	body.lf-auth-page #bx_eshop_wrap > .workarea > .container.bx-content-section > .row > .bx-content.col,
	body.lf-personal-page:has(.lk-auth-layout) #bx_eshop_wrap > .workarea,
	body.lf-personal-page:has(.lk-auth-layout) #bx_eshop_wrap > .workarea > .container.bx-content-section,
	body.lf-personal-page:has(.lk-auth-layout) #bx_eshop_wrap > .workarea > .container.bx-content-section > .row,
	body.lf-personal-page:has(.lk-auth-layout) #bx_eshop_wrap > .workarea > .container.bx-content-section > .row > .bx-content.col {
		flex: 0 0 auto;
		min-height: auto;
	}

	body.lf-auth-page .lk-auth-layout,
	body.lf-personal-page .lk-auth-layout {
		flex: 0 0 auto;
		align-self: flex-start;
		min-height: auto;
		height: auto;
	}
}

/* /personal/: плитки и списки — на всю ширину колонки */
body.lf-personal-page .lk-auth-layout__form:not(:has(.lk.bx-auth)) {
	justify-content: flex-start;
	max-width: 100%;
	overflow-x: clip;
}

body.lf-personal-page .lk-auth-layout__form:not(:has(.lk.bx-auth)) > .row {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

/* ЛК (/personal/, /auth/): ширина контента как у /merch/ (lf-section-heading-page в header.php) */
body.lf-personal-page #bx_eshop_wrap > .workarea > .container.bx-content-section,
body.lf-personal-page #bx_eshop_wrap > .workarea > .container.bx-content-section > .row,
body.lf-personal-page #bx_eshop_wrap > .workarea > .container.bx-content-section .bx-content.col,
body.lf-auth-page #bx_eshop_wrap > .workarea > .container.bx-content-section,
body.lf-auth-page #bx_eshop_wrap > .workarea > .container.bx-content-section > .row,
body.lf-auth-page #bx_eshop_wrap > .workarea > .container.bx-content-section .bx-content.col {
	max-width: none;
	width: 100%;
}

body.lf-personal-page .lk-cabinet-layout__main > .lk-personal-index {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: clamp(32px, 5vw, 72px);
}

/* /personal/: убрать нижний отступ workarea */
body.lf-personal-page #bx_eshop_wrap > .workarea {
	padding-bottom: 0;
}

/* /auth/, гостевой /personal/: split-блок, компенсация горизонтального padding */
body.lf-auth-page #bx_eshop_wrap.bx-wrapper,
body.lf-personal-page:has(.lk-auth-layout) #bx_eshop_wrap.bx-wrapper {
	min-height: 100vh;
}

body.lf-auth-page #bx_eshop_wrap > .workarea,
body.lf-personal-page:has(.lk-auth-layout) #bx_eshop_wrap > .workarea {
	flex: 1 0 auto;
	padding-bottom: 0;
}

body.lf-auth-page #bx_eshop_wrap > .workarea > .container.bx-content-section,
body.lf-personal-page:has(.lk-auth-layout) #bx_eshop_wrap > .workarea > .container.bx-content-section {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding-bottom: 0;
}

body.lf-auth-page #bx_eshop_wrap > .workarea > .container.bx-content-section > .row,
body.lf-personal-page:has(.lk-auth-layout) #bx_eshop_wrap > .workarea > .container.bx-content-section > .row {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	margin-bottom: 0;
}

body.lf-auth-page #bx_eshop_wrap > .workarea > .container.bx-content-section > .row > .bx-content.col,
body.lf-personal-page:has(.lk-auth-layout) #bx_eshop_wrap > .workarea > .container.bx-content-section > .row > .bx-content.col {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding-bottom: 0 !important;
}

body.lf-auth-page .lk-auth-layout {
	flex: 1 1 auto;
	min-height: 100%;
	width: calc(100% + 2 * var(--lf-chrome-pad-x, clamp(18px, 3vw, 48px)));
	margin-left: calc(-1 * var(--lf-chrome-pad-x, clamp(18px, 3vw, 48px)));
	margin-right: calc(-1 * var(--lf-chrome-pad-x, clamp(18px, 3vw, 48px)));
	margin-top: 0;
	margin-bottom: 0;
}

/* ЛК /personal/ авторизованный: без bleed-margin — иначе сетка и таблица раздувают страницу */
body.lf-personal-page .lk-auth-layout:has(.lk-cabinet) {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	min-height: 100%;
	width: 100%;
	margin: 0;
	overflow-x: clip;
}

body.lf-personal-page .lk-auth-layout:has(.lk-cabinet) .lk-auth-layout__form {
	min-width: 0;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}

/* Гостевой /personal/ (форма входа): full-bleed как /auth/ */
body.lf-personal-page .lk-auth-layout:not(:has(.lk-cabinet)) {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	min-height: 100%;
	width: calc(100% + 2 * var(--lf-chrome-pad-x, clamp(18px, 3vw, 48px)));
	margin-left: calc(-1 * var(--lf-chrome-pad-x, clamp(18px, 3vw, 48px)));
	margin-right: calc(-1 * var(--lf-chrome-pad-x, clamp(18px, 3vw, 48px)));
	margin-top: 0;
	margin-bottom: 0;
	overflow-x: clip;
}

html.lf-personal-page,
body.lf-personal-page {
	overflow-x: hidden;
	max-width: 100%;
}

body.lf-personal-page #bx_eshop_wrap.bx-wrapper {
	max-width: 100%;
	overflow-x: clip;
}

body.lf-personal-page:has(.lk-auth-layout) #bx_eshop_wrap > .workarea > .container.bx-content-section > .row > .bx-content.col {
	min-width: 0;
	max-width: 100%;
	overflow-x: clip;
}

@media (max-width: 991px) {
	body.lf-auth-page .lk-auth-layout {
		flex: 0 0 auto;
		min-height: 0;
	}

	body.lf-personal-page .lk-auth-layout,
	body.lf-personal-page .lk-auth-layout:has(.lk-cabinet),
	body.lf-personal-page .lk-auth-layout:not(:has(.lk-cabinet)) {
		flex: 0 0 auto;
		min-height: 0;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

/* ЛК: шапка страницы (крошки + H1) для авторизованного /personal/ */
.lk-cabinet {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.lk-cabinet__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding-top: clamp(16px, 2vw, 24px);
	margin-bottom: clamp(20px, 3vw, 32px);
}

.lk-cabinet__crumbs.row {
	width: 100%;
	max-width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}

.lk-cabinet__crumbs > .col,
.lk-cabinet__crumbs > [class*="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.lk-cabinet__crumbs #navigation {
	margin: 0 !important;
	padding: 0 !important;
}

.lk-cabinet__title {
	margin: 0;
	padding: 0;
	font-family: var(--lf-heading-serif, "Rubik", sans-serif);
	font-weight: var(--lf-pagetitle-weight, 600);
	font-size: var(--lf-pagetitle-size, clamp(28px, 4vw, 40px));
	line-height: var(--lf-pagetitle-line-height, 1.15);
	letter-spacing: var(--lf-pagetitle-letter-spacing, 0);
	color: #0f172a;
	font-synthesis: none;
}

/* ЛК: две колонки (меню + контент) для авторизованного /personal/ */
.lk-cabinet-layout {
	--lf-lk-panel-radius: 8px;
	--lf-lk-panel-shadow: 0 6px 22px rgba(0, 0, 0, 0.04);
	display: grid;
	grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
	gap: clamp(16px, 2.5vw, 24px);
	align-items: start;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.lk-cabinet-layout__sidebar {
	box-sizing: border-box;
	min-width: 0;
	padding: 16px 12px;
	background: #fff;
	border-radius: var(--lf-lk-panel-radius);
	box-shadow: var(--lf-lk-panel-shadow);
}

.lk-cabinet-layout__sidebar .lk-cabinet-menu {
	display: block;
	width: 100%;
}

.lk-cabinet-layout__main {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: clip;
}

.lk-cabinet-layout--no-sidebar {
	grid-template-columns: minmax(0, 1fr);
}

body.lf-personal-page .lk-cabinet-layout__main > .lk-orders,
body.lf-personal-page .lk-cabinet-layout__main > .lk-documents {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin-bottom: clamp(32px, 5vw, 72px);
	overflow-x: clip;
}

body.lf-personal-page .lk-orders__panel,
body.lf-personal-page .lk-documents__panel {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: clamp(20px, 2.5vw, 24px) clamp(20px, 2.5vw, 24px) 0;
	background: #fff;
	border-radius: var(--lf-lk-panel-radius);
	box-shadow: var(--lf-lk-panel-shadow);
	overflow: hidden;
}

/* Горизонтальный скролл только у таблицы, не у всей страницы */
body.lf-personal-page .lk-orders__table-wrap,
body.lf-personal-page .lk-documents__table-wrap {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
	contain: inline-size;
	isolation: isolate;
}

body.lf-personal-page .lk-cabinet-layout__main > .lk-favorites {
	box-sizing: border-box;
	width: 100%;
	padding: clamp(20px, 2.5vw, 24px) clamp(20px, 2.5vw, 24px) 0;
	margin-bottom: clamp(32px, 5vw, 72px);
	background: #fff;
	border-radius: var(--lf-lk-panel-radius);
	box-shadow: var(--lf-lk-panel-shadow);
}

.lk-favorites {
	width: 100%;
}

@media (max-width: 1199px) {
	.lk-cabinet-layout {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

@media (max-width: 991px) {
	.lk-cabinet-layout__sidebar {
		padding: 12px 10px;
	}
}

/* ЛК: пустое «Избранное» (макет как у пустой корзины / заказов) */
.lk-favorites__empty {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: clamp(430px, 58vh, 680px);
	padding: clamp(16px, 4vw, 40px) 0;
	text-align: center;
}

.lk-favorites__empty-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 520px;
}

.lk-favorites__empty-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
}

.lk-favorites__empty-icon img {
	display: block;
	width: 120px;
	height: 120px;
}

.lk-favorites__empty-copy {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 32px;
}

.lk-favorites__empty-title {
	margin: 0;
	font-family: var(--lf-font-family, "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 28px;
	line-height: 36px;
	font-weight: 500;
	letter-spacing: 0;
	color: #404042;
}

.lk-favorites__empty-text {
	margin: 0;
	font-family: var(--lf-font-family, "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0;
	color: #404042;
}

.lk-favorites__empty-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 202px;
	height: 48px;
	min-height: 48px;
	margin-top: 32px;
	padding: 12px;
	border-radius: 8px;
	background: #404042;
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: var(--lf-font-family, "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.lk-favorites__empty-button:hover,
.lk-favorites__empty-button:focus-visible {
	opacity: 0.88;
	color: #fff;
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	outline: none;
}

.lk-favorites__empty-button-icon {
	flex: 0 0 24px;
}

/* ЛК: «Документы» */
.lk-documents {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: clip;
}

.lk-documents__toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px 24px;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0 0 20px;
	background: transparent;
	overflow-x: clip;
}

.lk-documents__count {
	margin: 0;
	min-width: 0;
	font-family: "Rubik", var(--lf-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.35;
	color: #0a0a0a;
}

.lk-documents__count .lf-catalog-listing-toolbar__count-num {
	font-weight: 700;
}

.lk-documents__filter {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	flex-shrink: 0;
}

.lk-documents__filter-label {
	font-family: "Rubik", var(--lf-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
	color: #404042;
}

.lk-documents__date-field {
	position: relative;
	display: flex;
	align-items: center;
	width: min(100%, 200px);
}

.lk-documents__date-input {
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	padding: 10px 44px 10px 14px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #fff;
	color: #0a0a0a;
	font-family: "Rubik", var(--lf-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 15px;
	line-height: 1.25;
}

.lk-documents__date-input:focus {
	outline: none;
	border-color: #404042;
}

.lk-documents__date-input::-webkit-calendar-picker-indicator {
	opacity: 0;
	position: absolute;
	right: 0;
	width: 44px;
	height: 100%;
	cursor: pointer;
}

.lk-documents__date-trigger {
	position: absolute;
	top: 50%;
	right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: #404042;
	transform: translateY(-50%);
	cursor: pointer;
}

.lk-documents__date-trigger:hover {
	color: #0a0a0a;
}

.lk-documents__empty {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: clamp(360px, 50vh, 560px);
	padding: clamp(24px, 4vw, 48px) 0;
	text-align: center;
}

.lk-documents__empty-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 520px;
}

.lk-documents__empty-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
}

.lk-documents__empty-icon img {
	display: block;
	width: 120px;
	height: 120px;
}

.lk-documents__empty-copy {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 32px;
}

.lk-documents__empty-title {
	margin: 0;
	font-family: var(--lf-font-family, "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 28px;
	line-height: 36px;
	font-weight: 500;
	color: #404042;
}

.lk-documents__empty-text {
	margin: 0;
	font-family: var(--lf-font-family, "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #404042;
}

.lk-documents__empty-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 202px;
	height: 48px;
	min-height: 48px;
	margin-top: 32px;
	padding: 12px;
	border-radius: 8px;
	background: #404042;
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: var(--lf-font-family, "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.lk-documents__empty-button:hover,
.lk-documents__empty-button:focus-visible {
	opacity: 0.88;
	color: #fff;
	text-decoration: none;
	outline: none;
}

.lk-documents__empty-button-icon {
	flex: 0 0 24px;
}

.lk-documents__table-wrap {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
}

.lk-documents__table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	border-spacing: 0;
}

.lk-documents__th,
.lk-documents__td {
	padding: 16px 12px;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	vertical-align: middle;
}

.lk-documents__table tbody tr:last-child .lk-documents__td {
	border-bottom: none;
}

.lk-documents__th {
	font-family: "Rubik", var(--lf-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	color: #0a0a0a;
	white-space: nowrap;
}

.lk-documents__td {
	font-family: "Rubik", var(--lf-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
	color: #0a0a0a;
}

.lk-documents__th--num,
.lk-documents__td--num {
	width: 48px;
	padding-left: 0;
}

.lk-documents__th--action,
.lk-documents__td--action {
	width: 56px;
	padding-right: 0;
	text-align: right;
}

.lk-documents__td--sum strong {
	font-weight: 700;
}

.lk-documents__download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #fff;
	color: #404042;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.lk-documents__download:hover,
.lk-documents__download:focus-visible {
	border-color: #404042;
	color: #0a0a0a;
	background: #fafafa;
	text-decoration: none;
	outline: none;
}

@media (max-width: 767.98px) {
	.lk-documents__toolbar {
		align-items: flex-start;
	}

	.lk-documents__filter {
		width: 100%;
		max-width: 100%;
	}

	.lk-documents__date-field {
		width: 100%;
		max-width: 100%;
	}

	.lk-documents__td--name {
		word-break: break-word;
		overflow-wrap: anywhere;
	}

	.lk-documents__empty-title {
		font-size: 24px;
		line-height: 32px;
	}

	.lk-documents__empty-text {
		font-size: 16px;
		line-height: 22px;
	}
}

/* ЛК: «Заказы» */
.lk-orders {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: clip;
}

.lk-orders__toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px 24px;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0 0 20px;
	background: transparent;
	overflow-x: clip;
}

.lk-orders__count {
	margin: 0;
	min-width: 0;
	font-family: "Rubik", var(--lf-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.35;
	color: #0a0a0a;
}

.lk-orders__count .lf-catalog-listing-toolbar__count-num {
	font-weight: 700;
}

.lk-orders__filters {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 16px 20px;
}

.lk-orders__filter {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	flex-shrink: 0;
}

.lk-orders__filter-label {
	font-family: "Rubik", var(--lf-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
	color: #404042;
}

.lk-orders__date-field {
	position: relative;
	display: flex;
	align-items: center;
	width: min(100%, 200px);
}

.lk-orders__date-input {
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	padding: 10px 44px 10px 14px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #fff;
	color: #0a0a0a;
	font-family: "Rubik", var(--lf-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 15px;
	line-height: 1.25;
}

.lk-orders__date-input:focus {
	outline: none;
	border-color: #404042;
}

.lk-orders__date-input::-webkit-calendar-picker-indicator {
	opacity: 0;
	position: absolute;
	right: 0;
	width: 44px;
	height: 100%;
	cursor: pointer;
}

.lk-orders__date-trigger {
	position: absolute;
	top: 50%;
	right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: #404042;
	transform: translateY(-50%);
	cursor: pointer;
}

.lk-orders__date-trigger:hover {
	color: #0a0a0a;
}

.lk-orders__select-field {
	width: min(100%, 220px);
}

.lk-orders__select {
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	padding: 10px 36px 10px 14px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #fff url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23404042' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center;
	color: #0a0a0a;
	font-family: "Rubik", var(--lf-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 15px;
	line-height: 1.25;
	appearance: none;
	cursor: pointer;
}

.lk-orders__select:focus {
	outline: none;
	border-color: #404042;
}

body.lf-personal-page .lk-orders__panel .lk-orders__more-wrap {
	margin-top: 24px;
	padding-bottom: clamp(20px, 2.5vw, 24px);
}

.lk-orders__table-wrap {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
}

.lk-orders__table {
	width: 100%;
	min-width: 900px;
	border-collapse: collapse;
	border-spacing: 0;
}

.lk-orders__th,
.lk-orders__td {
	padding: 16px 12px;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	vertical-align: middle;
}

.lk-orders__table tbody tr:last-child .lk-orders__td {
	border-bottom: none;
}

.lk-orders__th {
	font-family: "Rubik", var(--lf-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	color: #0a0a0a;
	white-space: nowrap;
}

.lk-orders__td {
	font-family: "Rubik", var(--lf-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
	color: #0a0a0a;
}

.lk-orders__th--num,
.lk-orders__td--num {
	width: 48px;
	padding-left: 0;
}

.lk-orders__th--action,
.lk-orders__td--action {
	width: 56px;
	padding-right: 0;
	text-align: right;
}

.lk-orders__order-link {
	color: #0a0a0a;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.lk-orders__order-link:hover,
.lk-orders__order-link:focus-visible {
	color: #404042;
}

.lk-orders__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	max-width: 100%;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	white-space: normal;
	text-align: center;
}

.lk-orders__td--status {
	min-width: 120px;
	max-width: 200px;
}

/* Цвета статусов: ID из Магазин → Настройки → Статусы заказа. Класс: .lk-orders__status--sid-{ID} */
.lk-orders__status--default {
	background: #f3f4f6;
	color: #4b5563;
}

.lk-orders__status--canceled {
	background: #ffe4e6;
	color: #e11d48;
}

/* N — принят / ожидает оплаты */
.lk-orders__status--sid-N {
	background: #ffedd5;
	color: #ea580c;
}

/* P — оплачен */
.lk-orders__status--sid-P {
	background: #dcfce7;
	color: #16a34a;
}

/* F — выполнен */
.lk-orders__status--sid-F {
	background: #16a34a;
	color: #fff;
}

/* Примеры доп. статусов — добавляйте по ID из админки */
.lk-orders__status--sid-DA {
	background: #f3e8ff;
	color: #7c3aed;
}

.lk-orders__status--sid-DN,
.lk-orders__status--sid-DF {
	background: #dbeafe;
	color: #2563eb;
}

.lk-orders__td--sum strong {
	font-weight: 700;
}

.lk-orders__repeat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #fff;
	color: #404042;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.lk-orders__repeat:hover,
.lk-orders__repeat:focus-visible {
	border-color: #404042;
	color: #0a0a0a;
	background: #fafafa;
	text-decoration: none;
	outline: none;
}

.lk-orders__repeat-icon {
	display: block;
	width: 20px;
	height: 20px;
}

.lk-orders__more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.lk-orders__more-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	padding: 10px 20px;
	border: 1px solid #000;
	border-radius: 8px;
	background: #fff;
	color: #000;
	font-family: "Rubik", var(--lf-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.25;
	text-decoration: none;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.lk-orders__more-btn:hover,
.lk-orders__more-btn:focus-visible {
	background: #f4f4f4;
	color: #000;
	text-decoration: none;
	outline: none;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.lk-orders__more-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.lk-orders__empty {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: clamp(360px, 50vh, 560px);
	padding: clamp(24px, 4vw, 48px) 0;
	text-align: center;
}

.lk-orders__empty-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 520px;
}

.lk-orders__empty-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
}

.lk-orders__empty-icon img {
	display: block;
	width: 120px;
	height: 120px;
}

.lk-orders__empty-copy {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 32px;
}

.lk-orders__empty-title {
	margin: 0;
	font-family: var(--lf-font-family, "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 28px;
	line-height: 36px;
	font-weight: 500;
	color: #404042;
}

.lk-orders__empty-text {
	margin: 0;
	font-family: var(--lf-font-family, "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #404042;
}

.lk-orders__empty-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 202px;
	height: 48px;
	min-height: 48px;
	margin-top: 32px;
	padding: 12px;
	border-radius: 8px;
	background: #404042;
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-family: var(--lf-font-family, "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.lk-orders__empty-button:hover,
.lk-orders__empty-button:focus-visible {
	opacity: 0.88;
	color: #fff;
	text-decoration: none;
	outline: none;
}

.lk-orders__empty-button-icon {
	flex: 0 0 24px;
}

@media (max-width: 767.98px) {
	.lk-orders__toolbar {
		align-items: flex-start;
	}

	.lk-orders__filters {
		width: 100%;
	}

	.lk-orders__filter,
	.lk-orders__date-field,
	.lk-orders__select-field {
		width: 100%;
		max-width: 100%;
	}

	.lk-orders__status {
		font-size: 9px;
		line-height: 1;
	}

	.lk-orders__empty-title {
		font-size: 24px;
		line-height: 32px;
	}

	.lk-orders__empty-text {
		font-size: 16px;
		line-height: 22px;
	}
}

/* ЛК: детальная страница заказа */
.lk-order-detail {
	width: 100%;
}

.lk-order-detail__back-wrap {
	margin: 0 0 16px;
}

.lk-order-detail__back {
	font-family: "Rubik", var(--lf-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 15px;
	color: #404042;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.lk-order-detail__page-title {
	margin: 0 0 24px;
	font-family: var(--lf-font-family, "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	color: #0a0a0a;
}

.lk-order-detail__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
	gap: 24px;
	align-items: start;
}

.lk-order-detail__items {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
}

/*
 * Карточки товара на детальной заказа — как в корзине, но без mobile-стека
 * из lf-cart-page.css (@media max-width 650px → grid 1fr), который ломает вёрстку
 * в узкой колонке рядом с блоком «Информация о заказе».
 */
body.lf-personal-page .lk-order-detail .lf-cart-item.lk-order-detail-item {
	/* Макет: превью 359px, пропорция 3:4 → высота ряда ~479px */
	--lf-order-detail-item-height: min(479px, 70vw);
	display: grid;
	grid-template-columns: minmax(140px, 359px) minmax(0, 1fr);
	align-items: stretch;
	height: var(--lf-order-detail-item-height);
	min-height: var(--lf-order-detail-item-height);
	overflow: hidden;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.04);
}

body.lf-personal-page .lk-order-detail .lf-cart-item__media {
	height: 100%;
	min-height: 0;
	overflow: hidden;
	background: #f2f2f3;
}

body.lf-personal-page .lk-order-detail .lf-cart-item__media a {
	display: block;
	width: 100%;
	height: 100%;
}

body.lf-personal-page .lk-order-detail .lf-cart-item__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: 100%;
	object-fit: cover;
}

body.lf-personal-page .lk-order-detail .lf-cart-item__body {
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	padding: clamp(22px, 2vw, 36px);
}

body.lf-personal-page .lk-order-detail .lf-cart-item__top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px 18px;
}

body.lf-personal-page .lk-order-detail .lf-cart-item__title-wrap {
	flex: 1 1 180px;
	min-width: 0;
}

body.lf-personal-page .lk-order-detail .lf-cart-item__top > .lf-cart-item__qty {
	flex: 0 0 174px;
	width: 174px;
	max-width: 100%;
	height: 48px;
	min-height: 48px;
	margin: 0 0 0 auto;
}

/* Счётчик количества — полная копия стилей корзины для страницы заказа */
body.lf-personal-page .lk-order-detail .lf-cart-item__qty {
	position: relative;
	display: block;
	box-sizing: border-box;
	flex-shrink: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
}

body.lf-personal-page .lk-order-detail .lf-cart-item__qty-svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	pointer-events: none;
}

body.lf-personal-page .lk-order-detail .lf-cart-item__qty-svg__minus path,
body.lf-personal-page .lk-order-detail .lf-cart-item__qty-svg__plus path {
	stroke: #000000;
}

body.lf-personal-page .lk-order-detail .lf-cart-item__qty--readonly.lf-cart-item__qty--at-min .lf-cart-item__qty-svg__minus path {
	opacity: 0.35;
}

body.lf-personal-page .lk-order-detail .lf-cart-item__qty--readonly.lf-cart-item__qty--at-min .lf-cart-item__qty-svg__plus path {
	opacity: 0.35;
}

body.lf-personal-page .lk-order-detail .lf-cart-item__qty-hit {
	position: absolute;
	top: 0;
	height: 100%;
	width: calc(100% * 47 / 174);
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	pointer-events: none;
	z-index: 1;
}

body.lf-personal-page .lk-order-detail .lf-cart-item__qty-hit--minus {
	left: 0;
}

body.lf-personal-page .lk-order-detail .lf-cart-item__qty-hit--plus {
	right: 0;
}

body.lf-personal-page .lk-order-detail .lf-cart-item__qty-input {
	position: absolute;
	left: calc(100% * 47 / 174);
	top: 0;
	width: calc(100% * 80 / 174);
	height: 100%;
	margin: 0;
	padding: 0 2px;
	box-sizing: border-box;
	border: none;
	background: transparent;
	outline: none;
	box-shadow: none;
	text-align: center;
	font-family: var(--lf-font-family, "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: clamp(13px, 1.65cqi, 17px);
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #000000;
	-webkit-appearance: none;
	appearance: none;
	z-index: 2;
	pointer-events: none;
	cursor: default;
}

body.lf-personal-page .lk-order-detail .lf-cart-item__qty--readonly {
	pointer-events: none;
	user-select: none;
}

body.lf-personal-page .lk-order-detail .lf-cart-item__title,
body.lf-personal-page .lk-order-detail .lk-order-detail-item__title {
	margin: 0;
	font-size: clamp(18px, 1.35vw, 24px);
	font-weight: 500;
	line-height: 1.25;
	color: #0a0a0a;
	overflow-wrap: anywhere;
}

a.lk-order-detail-item__title {
	text-decoration: none;
}

a.lk-order-detail-item__title:hover {
	color: #404042;
}

body.lf-personal-page .lk-order-detail .lf-cart-item__article {
	margin: 6px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	color: #8d8d91;
}

body.lf-personal-page .lk-order-detail .lk-order-detail-item__price.lf-cart-item__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 12px;
	margin-top: 16px;
}

body.lf-personal-page .lk-order-detail .lk-order-detail-item__price-old.lf-cart-item__price-old {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.28;
	letter-spacing: -0.02em;
	color: #8d8d91;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

body.lf-personal-page .lk-order-detail .lk-order-detail-item__price-current.lf-cart-item__price-current {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.28;
	letter-spacing: -0.02em;
	color: #0a0a0a;
}

body.lf-personal-page .lk-order-detail .lk-order-detail-item__props.lf-cart-item__props {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin: 12px 0 0;
	font-size: 14px;
	line-height: 1.4;
	color: #8d8d91;
}

body.lf-personal-page .lk-order-detail .lk-order-detail-item__props .lf-cart-item__props-separator {
	margin: 0 8px;
	color: #8d8d91;
}

body.lf-personal-page .lk-order-detail .lk-order-detail-item__sum.lf-cart-item__sum {
	justify-self: end;
	font-size: clamp(22px, 1.55vw, 28px);
	font-weight: 500;
	line-height: 1.28;
	letter-spacing: -0.02em;
	color: #0a0a0a;
}

body.lf-personal-page .lk-order-detail .lk-order-detail-item__bottom.lf-cart-item__bottom {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	margin-top: auto;
	padding-top: 28px;
}

@media (max-width: 991.98px) {
	body.lf-personal-page .lk-order-detail .lf-cart-item.lk-order-detail-item {
		--lf-order-detail-item-height: min(420px, 62vw);
		grid-template-columns: minmax(120px, min(359px, 38vw)) minmax(0, 1fr);
	}
}

@media (max-width: 767.98px) {
	body.lf-personal-page .lk-order-detail .lf-cart-item.lk-order-detail-item {
		--lf-order-detail-item-height: min(360px, 55vw);
		grid-template-columns: minmax(100px, 34%) minmax(0, 1fr);
	}

	body.lf-personal-page .lk-order-detail .lf-cart-item__body {
		padding: 16px;
	}

	body.lf-personal-page .lk-order-detail .lf-cart-item__top > .lf-cart-item__qty {
		flex-basis: 148px;
		width: 148px;
		height: 41px;
		min-height: 41px;
	}

	body.lf-personal-page .lk-order-detail .lk-order-detail-item__price-old.lf-cart-item__price-old {
		font-size: 14px;
	}

	body.lf-personal-page .lk-order-detail .lk-order-detail-item__price-current.lf-cart-item__price-current {
		font-size: 18px;
	}

	body.lf-personal-page .lk-order-detail .lk-order-detail-item__sum.lf-cart-item__sum {
		font-size: 22px;
	}
}

@media (max-width: 479.98px) {
	body.lf-personal-page .lk-order-detail .lf-cart-item.lk-order-detail-item {
		grid-template-columns: 1fr;
		height: auto;
		min-height: 0;
	}

	body.lf-personal-page .lk-order-detail .lf-cart-item__media {
		aspect-ratio: 3 / 4;
		max-height: 320px;
		height: auto;
	}
}

.lk-order-detail-summary {
	padding: 24px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.04);
}

.lk-order-detail-summary__head {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e8e8ea;
}

.lk-order-detail-summary__head .lk-orders__status {
	align-self: flex-start;
	justify-content: center;
	max-width: 100%;
	white-space: normal;
	text-align: center;
}

.lk-order-detail-summary__title {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
	font-family: var(--lf-font-family, "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	color: #0a0a0a;
}

.lk-order-detail-summary__props {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8ea;
}

.lk-order-detail-summary__row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
}

.lk-order-detail-summary__row:last-child {
	margin-bottom: 0;
}

.lk-order-detail-summary__row dt {
	margin: 0;
	flex: 1 1 45%;
	font-size: 14px;
	line-height: 1.35;
	color: #8d8d91;
}

.lk-order-detail-summary__row dd {
	margin: 0;
	flex: 1 1 55%;
	font-size: 14px;
	line-height: 1.35;
	color: #0a0a0a;
	text-align: right;
}

.lk-order-detail-summary__link {
	color: #0a0a0a;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.lk-order-detail-summary__link:hover {
	color: #404042;
}

.lk-order-detail-summary__totals {
	padding-top: 0;
}

.lk-order-detail-summary__totals-title {
	margin: 0 0 14px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	color: #0a0a0a;
}

.lk-order-detail-summary__totals-list {
	margin: 0;
}

.lk-order-detail-summary__totals-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.35;
	color: #0a0a0a;
}

.lk-order-detail-summary__totals-row dt,
.lk-order-detail-summary__totals-row dd {
	margin: 0;
}

.lk-order-detail-summary__totals-row dt {
	color: #0a0a0a;
}

.lk-order-detail-summary__totals-row dd {
	font-weight: 500;
	text-align: right;
}

.lk-order-detail-summary__totals-row--discount dd {
	color: #e11d48;
	font-weight: 500;
}

.lk-order-detail-summary__totals-row--total {
	margin-top: 8px;
	margin-bottom: 0;
	padding-top: 14px;
	border-top: 1px solid #e8e8ea;
	font-size: 18px;
}

.lk-order-detail-summary__totals-row--total dt {
	font-weight: 500;
}

.lk-order-detail-summary__totals-row--total dd,
.lk-order-detail-summary__totals-row--total strong {
	font-size: clamp(20px, 1.4vw, 24px);
	font-weight: 500;
	line-height: 1.28;
	letter-spacing: -0.02em;
}

.lk-order-detail-summary__repeat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 48px;
	margin-top: 20px;
	padding: 12px 16px;
	border-radius: 8px;
	background: #0a0a0a;
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
	color: #fff;
	font-family: var(--lf-font-family, "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 16px;
	line-height: 1.25;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.lk-order-detail-summary__repeat:hover,
.lk-order-detail-summary__repeat:focus-visible {
	opacity: 0.9;
	color: #fff;
	text-decoration: none;
	outline: none;
}

.lk-order-detail-summary__repeat-icon {
	display: block;
	width: 24px;
	height: 24px;
	filter: brightness(0) invert(1);
}

@media (max-width: 991.98px) {
	.lk-order-detail__layout {
		grid-template-columns: 1fr;
	}
}


/* ЛК «Избранное»: карточки товаров на белой панели */
body.lf-personal-page .lk-favorites__listing .product-item.lf-product-card,
body.lf-personal-page .lk-favorites__listing .bx-no-touch .product-item-container.hover .product-item.lf-product-card,
body.lf-personal-page .lk-favorites__listing .bx-touch .product-item.lf-product-card {
	background: #fff;
	box-shadow: var(--lf-lk-panel-shadow, 0 6px 22px rgba(0, 0, 0, 0.04));
}

body.lf-personal-page .lk-favorites__listing .product-item-container.hover:has(.lf-product-card) {
	background: transparent !important;
}

/* ЛК «Избранное»: «Найдено товаров» над списком (как в каталоге) */
.lk-favorites__listing .lf-catalog-listing-toolbar {
	width: 100%;
	margin-bottom: 24px;
}

.lk-favorites__listing .lf-catalog-listing-toolbar__count {
	font-family: "Rubik", var(--lf-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.35;
	color: #0a0a0a;
}

.lk-favorites__listing .lf-catalog-listing-toolbar__count-num {
	font-weight: 700;
}

.lk-favorites__listing .lf-catalog-listing-divider {
	display: none;
}

/* ЛК «Избранное»: сетка и адаптив — lf-catalog-pages.css (.lf-catalog-listing--as-col-lg-10 + body.lf-catalog-page) */
.lk-favorites__listing {
	width: 100%;
}

.lk-favorites__listing .catalog-section {
	margin-bottom: 0;
}

.lk-favorites__listing .lf-catalog-show-more-rows-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 20px;
	min-height: 44px;
	font-family: "Rubik", var(--lf-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.25;
	color: #000;
	text-align: center;
	white-space: nowrap;
	background: #fff;
	border: 1px solid #000;
	border-radius: 8px;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		box-shadow 0.2s ease;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.lk-favorites__listing .lf-catalog-show-more-rows-btn:hover {
	background: #f4f4f4;
	color: #000;
	border-color: #000;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.lk-favorites__listing .lf-catalog-show-more-rows-btn:focus {
	outline: none;
}

.lk-favorites__listing .lf-catalog-show-more-rows-btn:focus-visible {
	outline: 2px solid #000;
	outline-offset: 2px;
}

.lk-favorites__listing .lf-catalog-show-more-rows-btn:active {
	background: #ebebeb;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.lk-favorites__listing .lf-catalog-show-more-rows__icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	line-height: 0;
	color: #000;
	transition: transform 0.2s ease;
}

.lk-favorites__listing .lf-catalog-show-more-rows__icon svg {
	display: block;
	width: 12px;
	height: 18px;
}

.lk-favorites__listing .lf-catalog-show-more-rows-btn--expanded .lf-catalog-show-more-rows__icon {
	transform: rotate(180deg);
	transform-origin: 50% 50%;
}

/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/system.auth.form/auth/style.css?17803171031810 */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.css?1777551633758 */
/* /bitrix/components/bitrix/sale.basket.basket.line/templates/bootstrap_v4/style.css?17775516344790 */
/* /local/templates/eshop_bootstrap_v4/template_styles.css?178031710347377 */
