

/* Start:/local/js/sibcode/core/dist/core.bundle.css?178764917450902*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a,
button {
	color: inherit;
}

:focus-visible {
	outline: 2px solid var(--color-focus);
	outline-offset: 2px;
}
/*
 * Дизайн-токены
 */

:root {
	/* Цвета */
	--color-text-primary: #000000;
	--color-text-secondary: #5c6470;
	--color-surface: #ffffff;
	--color-surface-muted: #ebecef;
	--color-border: #ebecef;
	--color-accent: #000000;
	--color-accent-hover: #2a2a2a;
	--color-focus: #5c6470;
	--color-brand: #1a2b4a;
	--color-brand-hover: #122038;

	/* Отступы */
	--space-2: 8px;
	--space-3: 15px;
	--space-4: 16px;
	--space-5: 20px;
	--space-6: 24px;
	--space-7: 28px;
	--space-8: 30px;
	--space-10: 40px;
	--space-22: 90px;

	/* Типографика */
	--font-size-s: 13px;
	--font-size-m: 14px;
	--font-size-l: 16px;
}

[data-toggle-content]:not(.is-open) {
	display: none !important;
}

.footer {
	width: 100%;
	background-color: #f3f4f6;
	box-sizing: border-box;
}

.footer__disclaimer {
	width: 100%;
	background-color: #9ca3af;
	color: #ffffff;
	text-align: center;
	padding: 10px 16px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	box-sizing: border-box;
}

.footer__main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 16px;
	box-sizing: border-box;
}

.footer__info {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.footer__brand {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer__logo {
	max-width: 180px;
	height: auto;
	display: block;
}

.footer__brand-text {
	font-size: 12px;
	color: #6b7280;
	line-height: 1.5;
	margin: 0;
	max-width: 280px;
}

.footer__socials {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.footer__social-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: inherit;
}

.footer__social-icon {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.footer__columns {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer__nav-group {
	border-bottom: 1px solid #e5e7eb;
	padding-bottom: 12px;
}

.footer__nav-title {
	width: 100%;
	background: none;
	border: none;
	padding: 0;
	text-align: left;
	font-size: 13px;
	font-weight: 700;
	color: #1f2937;
	text-transform: uppercase;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	letter-spacing: 0.02em;
}

.footer__nav-title::after {
	content: "▼";
	font-size: 9px;
	color: #4b5563;
}

.footer__nav-list {
	display: none;
	flex-direction: column;
	gap: 10px;
	margin-top: 12px;
}

.footer__nav-list.is-open {
	display: flex;
}

.footer__nav-link {
	font-size: 13px;
	color: #4b5563;
	text-decoration: none;
}

.footer__nav-link:hover {
	color: #1f2937;
}

.footer__contacts {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 16px;
}

.footer__contacts-title {
	font-size: 13px;
	font-weight: 700;
	color: #1f2937;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.footer__contacts-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer__contact {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.footer__contact-icon {
	width: 16px;
	height: 16px;
	margin-top: 2px;
	flex-shrink: 0;
}

.footer__contact-body {
	display: flex;
	flex-direction: column;
}

.footer__contact-link {
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}

.footer__contact-link:hover {
	color: #4b5563;
}

.footer__contact-note {
	font-size: 11px;
	color: #9ca3af;
	margin: 2px 0 0 0;
}

.footer__apps {
	display: flex;
	gap: 12px;
	margin-top: 8px;
	flex-wrap: wrap;
}

.footer__app-link {
	display: block;
	line-height: 0;
}

.footer__app-link img {
	height: 34px;
	width: auto;
}

.footer__bottom {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #e5e7eb;
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: 12px;
	color: #9ca3af;
}

.footer__legal p {
	margin: 0;
	line-height: 1.5;
}

.footer__dev-link {
	color: #4b5563;
	text-decoration: none;
	font-size: 12px;
}

.footer__dev-link:hover {
	color: #1f2937;
}

@media (max-width: 1023px) {
	.footer__bottom {
		margin-bottom: var(--space-22);
	}
}

@media (min-width: 768px) {
	.footer__main {
		padding: 60px 24px 30px;
	}

	.footer__info {
		flex-direction: row;
		justify-content: space-between;
		gap: 40px;
	}

	.footer__brand {
		flex: 1;
		max-width: 260px;
	}

	.footer__columns {
		flex: 3;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 24px;
	}

	.footer__nav-group {
		border-bottom: none;
		padding-bottom: 0;
	}

	.footer__nav-title {
		pointer-events: none;
		margin-bottom: 16px;
	}

	.footer__nav-title::after {
		display: none;
	}

	.footer__nav-list,
	.footer__nav-list.is-open,
	.footer [data-toggle-content]:not(.is-open) {
		display: flex !important;
		margin-top: 0;
	}

	.footer__contacts {
		margin-top: 0;
		grid-column: span 1;
	}

	.footer__apps {
		flex-direction: column;
		gap: 8px;
	}

	.footer__bottom {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-top: 60px;
	}
}

.header {
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	position: relative;
}

.header__desktop {
	display: block;
}

.header__mobile {
	display: none;
}

@media (max-width: 767px) {
	.header__desktop {
		display: none;
	}

	.header__mobile {
		display: block;
	}
}

.header-topbar {
	background-color: #f3f4f6;
	border-bottom: 1px solid #e5e7eb;
}

.header-topbar__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 8px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	box-sizing: border-box;
}

.header-topbar__info {
	display: flex;
	align-items: center;
	gap: 24px;
	font-size: 13px;
	flex-wrap: wrap;
}

.city-select {
	position: relative;
}

.city-select__btn {
	background: none;
	border: none;
	font-size: 13px;
	color: #1f2937;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 0;
}

.city-select__btn::after {
	content: "▼";
	font-size: 8px;
	color: #6b7280;
}

.city-select__dropdown {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	z-index: 30;
	min-width: 180px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
}

.city-select__option {
	padding: 8px 12px;
	color: #1f2937;
	text-decoration: none;
	font-size: 13px;
}

.city-select__option:hover {
	background: #f3f4f6;
}

.header-topbar__link {
	color: #4b5563;
	text-decoration: none;
}

.header-topbar__link:hover {
	color: #1f2937;
}

.header-topbar__phone {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.phone-link {
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}

.phone-note {
	color: #9ca3af;
	font-size: 12px;
}

.header-topbar__callback-btn {
	background-color: #ffffff;
	border: 1px solid #d1d5db;
	padding: 6px 16px;
	font-size: 13px;
	color: #1f2937;
	cursor: pointer;
	border-radius: 4px;
	white-space: nowrap;
}

.header-topbar__callback-btn:hover {
	background-color: #f9fafb;
}

/* 2 Этаж: Центральная панель */
.header-main__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	box-sizing: border-box;
}

.header-main__logo-link {
	text-decoration: none;
	flex-shrink: 0;
}

.header-main__logo {
	display: block;
	max-height: 40px;
	width: auto;
}

/* Форма поиска */
.scr-search {
	flex: 1;
	max-width: 560px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.scr-search__form {
	position: relative;
	width: 100%;
}

.scr-search__input {
	width: 100%;
	height: 44px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 0 48px 0 16px;
	font-size: 14px;
	box-sizing: border-box;
	outline: none;
	background: #ffffff;
	color: #1f2937;
}

.scr-search__input:focus {
	border-color: #9ca3af;
}

.scr-search__btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	background: none;
	border: none;
	cursor: pointer;
	color: #1f2937;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.scr-search__btn svg {
	width: 20px;
	height: 20px;
}

.scr-search__suggestions {
	font-size: 11px;
	color: #9ca3af;
	line-height: 1.4;
}

.suggestion-item {
	color: #6b7280;
	cursor: pointer;
	text-decoration: underline;
}

.suggestion-item:hover {
	color: #1f2937;
}

/* Ссылки личного кабинета */
.header-actions {
	display: flex;
	gap: 20px;
	font-size: 14px;
	flex-shrink: 0;
}

.header-actions__item {
	color: #1f2937;
	text-decoration: none;
	font-weight: 500;
	white-space: nowrap;
}

.header-actions__item:hover {
	color: #4b5563;
}

.header-actions .counter {
	font-weight: 600;
}

.header-actions__count {
	position: absolute;
	top: -6px;
	right: -10px;
	min-width: 16px;
	padding: 0 4px;
	border-radius: 8px;
	background: var(--color-accent);
	color: var(--color-surface);
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}

/* Меню и каталог */
.header-nav {
	background-color: #f3f4f6;
	border-top: 1px solid #e5e7eb;
}

.header-nav__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.header-catalog {
	position: relative;
	flex-shrink: 0;
}

.header-catalog__btn {
	background-color: #6b7280;
	color: #ffffff;
	border: none;
	height: 48px;
	padding: 0 24px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
}

.header-catalog__btn:hover {
	background-color: #4b5563;
}

.burger-icon {
	width: 18px;
	height: 18px;
}

.header-catalog__menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 40;
	min-width: 260px;
	padding: 16px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	font-size: 14px;
	color: #1f2937;
}

.header-links {
	display: flex;
	padding-left: 32px;
	gap: 28px;
	flex-wrap: wrap;
	align-items: center;
}

.header-links__item {
	color: #1f2937;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

.header-links__item:hover {
	color: #4b5563;
}

.header-mobile-banner {
	background-color: #e5e7eb;
	padding: 8px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d1d5db;
	gap: 12px;
}

.header-mobile-banner[hidden] {
	display: none;
}

.header-mobile-banner__content {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.banner-close-btn {
	background: none;
	border: none;
	font-size: 18px;
	line-height: 1;
	color: #6b7280;
	cursor: pointer;
	padding: 0;
	flex-shrink: 0;
}

.banner-text {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.banner-title {
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	color: #000;
}

.banner-subtitle {
	font-size: 11px;
	color: #6b7280;
	margin: 2px 0 0 0;
}

.banner-download-btn {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
}

.header-mobile-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px;
}

.header-mobile-actions {
	display: flex;
	gap: 8px;
}

.mobile-action-btn {
	width: 36px;
	height: 36px;
	background-color: #f3f4f6;
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #1f2937;
	padding: 0;
}

.mobile-action-btn svg {
	width: 18px;
	height: 18px;
}

.header-mobile-search {
	padding: 0 16px 12px;
}

.header-mobile-search .scr-search {
	max-width: none;
}

.header-mobile-search .scr-search__suggestions {
	display: none;
}

.header-mobile-search .scr-search__input {
	height: 40px;
	background-color: #f3f4f6;
	border: none;
	border-radius: 20px;
	padding: 0 44px 0 16px;
}

.header-mobile-search .scr-search__btn {
	width: 40px;
	height: 40px;
}

.category-icon {
	width: 20px;
	height: 20px;
	color: #6b7280;
	flex-shrink: 0;
}

.arrow-icon {
	width: 16px;
	height: 16px;
	color: #9ca3af;
	flex-shrink: 0;
}

.mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 1000;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}

.mobile-menu__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	border-bottom: 1px solid #e5e7eb;
}

.mobile-menu__close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: none;
	border: none;
	padding: 0;
	color: #1f2937;
	cursor: pointer;
}

.mobile-menu__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 16px;
	gap: 32px;
}

.mobile-menu__links {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.mobile-menu__link {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #1f2937;
	text-decoration: none;
}

.mobile-menu__accordion-item {
	padding-top: 20px;
	border-top: 1px solid #e5e7eb;
}

.mobile-menu__accordion-trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: none;
	border: none;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: left;
	color: #1f2937;
	cursor: pointer;
}

.mobile-menu__accordion-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-top: 16px;
}

.mobile-menu__sublink {
	font-size: 14px;
	color: #4b5563;
	text-decoration: none;
}

.mobile-menu__bottom {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.mobile-menu__callback-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px;
	border: none;
	background: #6b7280;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
}

.mobile-menu__contacts {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.mobile-menu__contact {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #1f2937;
	text-decoration: none;
}

.mobile-menu__contact-note {
	display: block;
	font-size: 12px;
	color: #9ca3af;
}

.mobile-menu__apps {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.mobile-menu__app-link img {
	height: 40px;
	width: auto;
	display: block;
}

@media (max-width: 374px) {
	.mobile-menu__body {
		padding: 12px 8px;
		gap: 24px;
	}

	.header-actions {
		gap: 12px;
		font-size: 13px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.header-topbar__info {
		gap: 16px;
	}

	.header-main__inner {
		gap: 16px;
	}

	.header-actions {
		gap: 12px;
		font-size: 13px;
	}

	.header-links {
		padding-left: 16px;
		gap: 16px;
	}

	.scr-search__suggestions {
		display: none;
	}
}

.tabbar
{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	background: var(--color-surface);
	box-shadow: 0 -1px 0 var(--color-border);
}

.tabbar__item
{
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	padding: var(--space-2) 4px;
	color: var(--color-text-secondary);
	text-decoration: none;
	transition: color 150ms ease;
}

.tabbar__item--active
{
	color: var(--color-accent);
}

.tabbar__icon-wrap
{
	position: relative;
	display: inline-flex;
}

.tabbar__icon
{
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.tabbar__label
{
	font-size: 11px;
	line-height: 1;
	text-align: center;
}

@media (min-width: 1024px)
{
	.tabbar
	{
		display: none;
	}
}

/* Шапка страницы */

.page-header {
	padding: var(--space-5) var(--space-3) var(--space-4);
}

.page-header__inner {
	display: flex;
	flex-direction: column;
	gap: var(--space-3);
	max-width: 1200px;
	margin: 0 auto;
}

.breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: var(--font-size-s);
	line-height: 1.4;
}

.breadcrumbs__item {
	display: inline-flex;
	align-items: center;
	color: var(--color-text-primary);
}

.breadcrumbs__item:not(:last-child)::after {
	content: "/";
	margin: 0 6px;
	color: var(--color-text-secondary);
}

.breadcrumbs__link {
	color: var(--color-text-primary);
	text-decoration: none;
}

.breadcrumbs__link:hover {
	text-decoration: underline;
}

.breadcrumbs__current {
	color: var(--color-text-secondary);
}

.page-header__title {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--color-text-primary);
}

.page-header__subtitle {
	margin: 0;
	font-size: var(--font-size-m);
	line-height: 1.4;
	color: var(--color-text-secondary);
}

@media (min-width: 1024px) {
	.page-header {
		padding: var(--space-6) var(--space-3) var(--space-5);
	}

	.page-header__title {
		font-size: 28px;
	}
}

.page-content {
	padding: 0 var(--space-3);
}

.page-content__inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

@media (min-width: 768px) {
	.page-content {
		padding-left: var(--space-5);
		padding-right: var(--space-5);
	}
}

.category-menu
{
	width: 100%;
	max-width: 360px;
	padding: var(--space-2) 0;
	background-color: var(--color-surface);
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.category-menu__item
{
	position: relative;
	display: flex;
	align-items: center;
	min-height: 67px;
	padding: 0 var(--space-4);
	color: var(--color-text-primary);
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.category-menu__item:not(:last-child)::after
{
	content: '';
	position: absolute;
	right: var(--space-4);
	bottom: 0;
	left: var(--space-4);
	height: 1px;
	background-color: var(--color-border);
}

.category-menu__item:hover
{
	background-color: var(--color-surface-muted);
}

.category-menu__icon
{
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

.category-menu__icon img
{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.category-menu__title
{
	flex-grow: 1;
	color: var(--color-text-primary);
	font-weight: 400;
	font-size: var(--font-size-l);
	line-height: 1.4;
}

.category-menu__arrow
{
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	margin-left: 12px;
	border-top: 2px solid var(--color-text-secondary);
	border-right: 2px solid var(--color-text-secondary);
	transform: rotate(45deg);
}

/* БЛОК ПОДКАТЕГОРИЙ */
.subcategory-wrapper {
	background-color: #f5f5f5;
	padding: 16px 12px 4px 12px;
}

.subcategory-details {
	display: block;
}

.subcategory-details summary::-webkit-details-marker,
.subcategory-details summary::marker {
	display: none;
}

.subcategory-summary {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	color: #757575;
	cursor: pointer;
	list-style: none;
	-webkit-user-select: none;
	        user-select: none;
	margin-bottom: 14px;
}

.subcategory-summary .summary-arrow {
	width: 6px;
	height: 6px;
	border-bottom: 1.5px solid #757575;
	border-right: 1.5px solid #757575;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
	margin-top: -3px;
}

.subcategory-details[open] .summary-arrow {
	transform: rotate(-135deg);
	margin-top: 3px;
}

.subcategory-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding-left: 0;
}

.subcategory-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.subcategory-item .item-arrow {
	width: 6px;
	height: 6px;
	border-top: 1.5px solid #9e9e9e;
	border-right: 1.5px solid #9e9e9e;
	transform: rotate(45deg);
	flex-shrink: 0;
}

/* СОРТИРОВКА И ФИЛЬТРЫ */
.filter-sort-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 12px 8px 12px;
	background-color: #ffffff;
}

.sort-select-wrapper {
	display: flex;
	align-items: center;
	gap: 4px;
}

.sort-label {
	font-size: 14px;
	color: #757575;
}

.sort-select {
	font-family: inherit;
	font-size: 14px;
	color: #000000;
	border: none;
	background: transparent;
	cursor: pointer;
	padding-right: 16px;
	font-weight: 400;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 24 24' width='12' height='12'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z' fill='%23000000'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right center;
}

.sort-select:focus {
	outline: none;
}

.filter-btn {
	font-family: inherit;
	font-size: 13px;
	color: #000000;
	background-color: #e8ecef;
	border: none;
	padding: 8px 16px;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 400;
}

/* КАТАЛОГ С ТОВАРАМИ */
.catalog-products {
	padding: 8px 12px 16px;
	box-sizing: border-box;
}

.catalog-products .products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 16px;
	width: 100%;
}

.catalog-products .product-card {
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	box-sizing: border-box;
}

.catalog-products .card-image-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.catalog-products .image-placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: #e5e9f0;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	overflow: hidden;
}

.catalog-products .image-placeholder img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
}

.catalog-products .image-placeholder svg {
	width: 32px;
	height: 32px;
}

.favorite-btn {
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	color: #000000;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.favorite-btn svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.favorite-btn.active {
	color: #e53935;
}

.favorite-btn.active svg {
	fill: currentColor;
}

.catalog-products .badge {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 4px 12px;
	font-size: 11px;
	font-weight: 500;
	border-radius: 20px;
	background-color: #ffffff;
	color: #6c757d;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	z-index: 2;
}

.catalog-products .badge-action,
.catalog-products .badge-hit {
	background-color: #ffffff;
	color: #6c757d;
}

.catalog-products .card-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 12px;
	flex-grow: 1;
}

.catalog-products .card-name {
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	margin: 0;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.catalog-products .card-name a {
	color: inherit;
	text-decoration: none;
}

.catalog-products .card-vendor {
	font-size: 12px;
	color: #8c8c8c;
}

.catalog-products .card-price-block {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding-bottom: 12px;
}

.catalog-products .price-current {
	font-size: 15px;
	font-weight: 700;
	color: #000000;
}

.catalog-products .price-old {
	font-size: 12px;
	color: #a0a0a0;
	text-decoration: line-through;
}

.catalog-products .add-to-cart-btn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #6c757d;
	color: #ffffff;
	border: none;
	border-radius: 0;
	padding: 10px 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.catalog-products .add-to-cart-btn:hover,
.catalog-products .add-to-cart-btn:focus {
	background-color: #5a6268;
	color: #ffffff;
	text-decoration: none;
}

@media (min-width: 768px) {
	.catalog-products .products-grid {
		grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
		gap: 24px;
	}
}

/* КНОПКА ПОДГРУЗКИ, ПАГИНАЦИЯ, ДИСКЛЕЙМЕР */
.catalog-footer-controls {
	margin-top: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.load-more-btn {
	width: calc(100% - 16px);
	height: 48px;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	font-size: 15px;
	cursor: pointer;
	margin-bottom: 24px;
}

.pagination {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 32px;
}

.page-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	text-decoration: none;
	font-size: 15px;
	color: #000000;
	border: 1px solid transparent;
}

.page-link.active {
	border: 1px solid #000000;
}

.page-dots {
	font-size: 15px;
	color: #000000;
}

.page-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}

.arrow-right {
	width: 8px;
	height: 8px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	transform: rotate(45deg);
}

.medical-disclaimer {
	width: 100%;
	background-color: #949ca4;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	padding: 12px 16px;
}

/* Баннеры в каталоге (перед подразделами) */
.catalog-category-banners {
	margin: 12px 0 8px;
}

.catalog-category-banners__carousel {
	margin: 0 4px;
}

.catalog-category-banners__item {
	padding: 0 4px;
}

.catalog-category-banners__img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 2px;
}

/* slick-dots центрируем по центру и опускаем чуть вниз */
.catalog-category-banners__carousel .slick-dots {
	display: flex !important;
	justify-content: center;
	margin-top: 12px;
}

/* МОДАЛКА ФИЛЬТРОВ */
.filter-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: none;
	align-items: flex-end;
	justify-content: center;
}

.filter-modal {
	width: 100%;
	max-width: 375px;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	height: 640px;
	position: relative;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.filter-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	border-bottom: 1px solid #f0f0f0;
}

.filter-title {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
}

.filter-close-btn {
	background: none;
	border: none;
	font-size: 24px;
	color: #666666;
	cursor: pointer;
	line-height: 1;
}

.filter-content {
	flex: 1;
	overflow-y: auto;
	padding-bottom: 80px;
}

.filter-section {
	border-bottom: 1px solid #f0f0f0;
	padding: 16px;
}

.filter-section summary::-webkit-details-marker,
.filter-section summary::marker {
	display: none;
}

.section-summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	list-style: none;
}

.section-title {
	font-size: 15px;
	font-weight: 700;
	color: #000000;
}

.section-arrow {
	width: 8px;
	height: 8px;
	border-top: 2px solid #666666;
	border-right: 2px solid #666666;
	transform: rotate(135deg);
	transition: transform 0.2s;
}

.filter-section[open] .section-arrow {
	transform: rotate(-45deg);
}

/* ФИЛЬТР ЦЕНЫ */
.price-filter {
	margin-top: 20px;
}

.range-slider {
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #e0e0e0;
	margin-bottom: 20px;
}

.slider-track {
	position: absolute;
	height: 100%;
	background-color: #e0e0e0;
}

.slider-thumb {
	position: absolute;
	top: 50%;
	width: 14px;
	height: 14px;
	background-color: #c4c4c4;
	border-radius: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.thumb-left {
	left: 0;
}

.thumb-right {
	right: 0;
}

.inputs-row {
	display: flex;
	gap: 16px;
}

.price-input {
	flex: 1;
	height: 40px;
	border: 1px solid #cccccc;
	border-radius: 20px;
	padding: 0 16px;
	font-size: 14px;
	text-align: center;
	color: #333333;
	outline: none;
}

/* TOGGLE SWITCH */
.toggle-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	border-bottom: 1px solid #f0f0f0;
	gap: 12px;
}

.toggle-section__label {
	font-size: 14px;
	color: #333333;
	line-height: 1.3;
}

.toggle-switch {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 24px;
}

.toggle-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.toggle-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e0e0e0;
	border-radius: 24px;
	transition: 0.2s;
}

.toggle-slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	border-radius: 50%;
	transition: 0.2s;
}

.toggle-switch input:checked + .toggle-slider {
	background-color: #757d85;
}

.toggle-switch input:checked + .toggle-slider:before {
	transform: translateX(20px);
}

/* SCROLL CONTAINER WITH CHECKBOXES */
.scroll-container {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	max-height: 180px;
	overflow-y: auto;
	padding-right: 8px;
}

.scroll-container::-webkit-scrollbar {
	width: 5px;
}

.scroll-container::-webkit-scrollbar-track {
	background: transparent;
}

.scroll-container::-webkit-scrollbar-thumb {
	background: #c4c4c4;
	border-radius: 4px;
}

.checkbox-label {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
	line-height: 1.3;
}

.real-checkbox {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.custom-checkbox {
	width: 16px;
	height: 16px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin-right: 10px;
	flex-shrink: 0;
	display: inline-block;
	background-color: #ffffff;
}

.real-checkbox:checked + .custom-checkbox {
	background-color: #757d85;
	border-color: #757d85;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
}

/* MODAL FOOTER */
.filter-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	gap: 12px;
	padding: 16px;
	background-color: #ffffff;
	border-top: 1px solid #f0f0f0;
}

.filter-footer-btn {
	flex: 1;
	height: 40px;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.filter-btn-apply {
	background-color: #6c757d;
	color: #ffffff;
}

.filter-btn-reset {
	background-color: #e9ecef;
	color: #000000;
}

/* Скрываем кнопки и обертки компонента smart.filter */
.bx-filter-button-box,
.bx-filter-block,
.bx-filter-parameters-box-container,
.bx-filter-title,
.bx-filter,
.bx-filter-section,
.bx-filter-popup-result {
	display: none !important;
}

.auth-form-wrapper {
	display: flex;
	justify-content: center;
	padding: var(--space-5) var(--space-3) var(--space-8);
}

.auth-form {
	width: 100%;
	max-width: 400px;
}

.auth-tabs {
	display: flex;
	border: 1px solid var(--color-border);
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: var(--space-6);
}

.auth-tabs__btn {
	flex: 1;
	padding: 12px 0;
	border: none;
	background: var(--color-surface-muted);
	font-size: var(--font-size-m);
	font-weight: 500;
	color: var(--color-text-secondary);
	cursor: pointer;
	transition: background 0.15s, color 0.15s;
}

.auth-tabs__btn--active {
	background: var(--color-focus);
	color: var(--color-surface);
}

.auth-tab-content {
	display: none;
}

.auth-tab-content--active {
	display: block;
}

.auth-field {
	margin-bottom: var(--space-4);
}

.auth-field__label {
	display: block;
	margin-bottom: 6px;
	font-size: var(--font-size-m);
	font-weight: 500;
	color: var(--color-text-primary);
}

.auth-input-wrap {
	position: relative;
}

.auth-input {
	display: block;
	width: 100%;
	height: 44px;
	padding: 0 14px;
	border: 1px solid var(--color-border);
	border-radius: 8px;
	font-size: var(--font-size-m);
	color: var(--color-text-primary);
	background: var(--color-surface);
	outline: none;
	transition: border-color 0.15s;
}

.auth-input:focus {
	border-color: var(--color-focus);
}

.auth-input::placeholder {
	color: var(--color-text-secondary);
	opacity: 0.6;
}

.auth-input--has-toggle {
	padding-right: 44px;
}

.auth-eye-toggle {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	border: none;
	background: none;
	cursor: pointer;
	padding: 4px;
	color: var(--color-text-secondary);
	line-height: 0;
}

.auth-eye-toggle svg {
	width: 20px;
	height: 20px;
}

.auth-field__hint {
	display: flex;
	justify-content: flex-end;
	margin-top: 6px;
}

.auth-field__hint a {
	font-size: var(--font-size-s);
	color: var(--color-text-secondary);
	text-decoration: underline;
}

.auth-field__hint a:hover {
	color: var(--color-text-primary);
}

.auth-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
	border: none;
	border-radius: 8px;
	background: var(--color-surface-muted);
	color: var(--color-text-primary);
	font-size: var(--font-size-l);
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s;
	margin-top: var(--space-2);
}

.auth-btn:hover {
	background: var(--color-border);
}

.auth-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.auth-btn--link {
	text-decoration: none;
}

.auth-bottom-link {
	text-align: center;
	margin-top: var(--space-5);
	font-size: var(--font-size-m);
	color: var(--color-text-secondary);
}

.auth-bottom-link a {
	color: var(--color-text-primary);
	text-decoration: underline;
}

.auth-bottom-link a:hover {
	color: var(--color-accent-hover);
}

.auth-error {
	display: none;
	margin-bottom: var(--space-4);
	padding: 10px 14px;
	border-radius: 8px;
	background: #fef2f2;
	border: 1px solid #fca5a5;
	color: #b91c1c;
	font-size: var(--font-size-m);
}

.auth-error--visible {
	display: block;
}

.auth-info-text {
	text-align: center;
	margin-bottom: var(--space-6);
	font-size: var(--font-size-m);
	color: var(--color-text-secondary);
	line-height: 1.5;
}

.auth-resend {
	text-align: center;
	margin-top: 12px;
	margin-bottom: var(--space-2);
	font-size: var(--font-size-s);
}

.auth-resend__link {
	color: var(--color-text-secondary);
	text-decoration: underline;
	pointer-events: none;
	cursor: default;
}

.auth-resend__link--active {
	color: var(--color-text-primary);
	pointer-events: auto;
	cursor: pointer;
}

.auth-policy-text {
	margin-bottom: var(--space-4);
	font-size: 12px;
	color: var(--color-text-secondary);
	line-height: 1.5;
	text-align: center;
}

.auth-policy-text a {
	color: var(--color-text-primary);
	text-decoration: underline;
}

.auth-success-message {
	text-align: center;
	padding: var(--space-10) 0;
}

.auth-success-message__text {
	font-size: var(--font-size-l);
	color: var(--color-text-primary);
	line-height: 1.5;
}

@media (min-width: 768px) {
	.auth-form-wrapper {
		padding: var(--space-7) var(--space-3) var(--space-10);
	}
}

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

.personal-nav,
.personal,
.orders-container {
	width: 100%;
}

.personal-section-title {
	margin: 0 0 var(--space-4);
	font-size: var(--font-size-l);
	font-weight: 600;
	color: var(--color-text-primary);
}

.personal-nav {
	margin-bottom: var(--space-6);
}

.tabs-container {
	display: flex;
	align-items: center;
	background-color: #e5e5e5;
	padding: 4px;
	border-radius: 12px;
	gap: 4px;
	width: 100%;
	box-sizing: border-box;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.tabs-container::-webkit-scrollbar {
	display: none;
}

.tab-item {
	flex: 1;
	text-align: center;
	padding: 10px 16px;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	border-radius: 10px;
	transition: background-color 0.2s ease;
}

.tab-item.active {
	background-color: #ffffff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}

.card-binding-block {
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: var(--space-6);
}

.card-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e5e9f0;
	height: 180px;
	border-radius: 14px;
	margin-bottom: 20px;
}

.placeholder-icon {
	width: 32px;
	height: 32px;
}

.card-input-label {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 12px;
	display: block;
}

.card-input-field {
	width: 100%;
	height: 48px;
	border: 1px solid #cccccc;
	border-radius: 8px;
	padding: 0 16px;
	font-size: 16px;
	color: #000000;
	box-sizing: border-box;
	margin-bottom: 20px;
	outline: none;
}

.card-input-field:focus {
	border-color: var(--color-focus);
}

.card-input-field::placeholder {
	color: #a0a0a0;
}

.card-submit-btn {
	align-self: flex-start;
	background-color: #6c757d;
	color: #ffffff;
	border: none;
	border-radius: 16px;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.card-submit-btn:hover {
	background-color: #5a6268;
}

.card-submit-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.card-binding-message {
	margin-top: 12px;
	font-size: var(--font-size-m);
	color: var(--color-text-secondary);
}

.card-binding-message--error {
	color: #b91c1c;
}

.card-binding-message--success {
	color: #166534;
}

.personal-input {
	display: block;
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: none;
	border-radius: 4px;
	font-size: var(--font-size-m);
	color: var(--color-text-primary);
	background: var(--color-surface-muted);
	outline: none;
}

.personal-input:focus {
	outline: 2px solid var(--color-focus);
	outline-offset: 0;
}

.personal-input--card {
	flex: 1 1 180px;
	min-width: 0;
	background: var(--color-surface);
}

.personal-input--textarea {
	height: auto;
	min-height: 100px;
	padding: 12px 14px;
	resize: vertical;
	margin-bottom: var(--space-4);
}

.personal-input--has-toggle {
	padding-right: 44px;
}

.personal-input-wrap {
	position: relative;
}

.personal-eye-toggle {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	border: none;
	background: none;
	cursor: pointer;
	padding: 4px;
	color: var(--color-text-secondary);
	line-height: 0;
}

.personal-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 0 var(--space-5);
	border: none;
	border-radius: 4px;
	font-size: var(--font-size-m);
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.personal-btn--primary {
	background: var(--color-brand);
	color: var(--color-surface);
}

.personal-btn--primary:hover {
	background: var(--color-brand-hover);
}

.personal-btn--primary:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.personal-btn--ghost {
	background: transparent;
	color: var(--color-text-primary);
	border: 1px solid var(--color-border);
	text-transform: none;
	height: 40px;
}

.personal-btn--full {
	width: 100%;
}

.personal-data-block {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 24px;
}

.info-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.info-label {
	font-size: 14px;
	font-weight: 500;
	color: #000000;
}

.info-value-box {
	display: flex;
	align-items: center;
	width: 100%;
	height: 52px;
	background-color: #f2f2f2;
	border-radius: 8px;
	padding: 0 16px;
	font-size: 16px;
	color: #000000;
	box-sizing: border-box;
	-webkit-user-select: text;
	        user-select: text;
}

.personal-data-view__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-4);
	margin-top: 16px;
	margin-bottom: var(--space-8);
}

.personal-link {
	font-size: var(--font-size-m);
	color: var(--color-brand);
	text-decoration: underline;
}

.personal-link--muted {
	color: var(--color-text-secondary);
}

.faq-container {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 32px;
}

.faq-title {
	font-size: 22px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 8px;
}

.faq-item {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	box-sizing: border-box;
	overflow: hidden;
}

.faq-summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 16px;
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	cursor: pointer;
	list-style: none;
	-webkit-user-select: none;
	        user-select: none;
}

.faq-summary::-webkit-details-marker {
	display: none;
}

.faq-arrow {
	width: 18px;
	height: 18px;
	color: #000000;
	transition: transform 0.2s ease;
	flex-shrink: 0;
	margin-left: 12px;
}

.faq-item[open] .faq-arrow {
	transform: rotate(180deg);
}

.faq-content {
	padding: 0 16px 18px 16px;
	font-size: 14px;
	color: #4a4a4a;
	line-height: 1.5;
}

.faq-content p {
	margin: 0;
}

.settings-form {
	display: flex;
	flex-direction: column;
	gap: 28px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 24px;
}

.form-section {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.section-title {
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	letter-spacing: 0.5px;
	margin: 0 0 4px 0;
}

.settings-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.settings-label {
	font-size: 13px;
	color: #333333;
	font-weight: 500;
}

.settings-input {
	width: 100%;
	height: 46px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 0 12px;
	font-size: 15px;
	color: #000000;
	box-sizing: border-box;
	outline: none;
}

.settings-input:focus {
	border-color: var(--color-focus);
}

.settings-input::placeholder {
	color: #a0a0a0;
}

.password-wrapper {
	position: relative;
	width: 100%;
}

.password-wrapper .settings-input {
	padding-right: 44px;
}

.password-toggle-btn {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	color: #707070;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.password-toggle-btn svg {
	width: 20px;
	height: 20px;
}

.settings-submit-btn {
	align-self: flex-start;
	background-color: #6c757d;
	color: #ffffff;
	border: none;
	border-radius: 0;
	padding: 14px 28px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	text-transform: uppercase;
}

.settings-submit-btn:hover {
	background-color: #5a6268;
}

.settings-submit-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.personal-settings__error,
.personal-settings__success {
	margin-bottom: 0;
	padding: 10px 14px;
	border-radius: 4px;
	font-size: var(--font-size-m);
}

.personal-settings__error {
	background: #fef2f2;
	border: 1px solid #fca5a5;
	color: #b91c1c;
}

.personal-settings__success {
	background: #f0fdf4;
	border: 1px solid #86efac;
	color: #166534;
}

.personal-settings__footer {
	margin-top: var(--space-5);
}

.orders-container {
	margin-top: 20px;
	padding-bottom: var(--space-10);
}

.orders-empty {
	padding: var(--space-8) 0;
	text-align: center;
	color: var(--color-text-secondary);
}

.orders-table-header {
	display: none;
	padding: 12px 16px;
	border-bottom: 1px solid #e0e0e0;
	font-weight: 600;
	font-size: 14px;
	color: #333;
}

.header-col,
.meta-col {
	flex: 1;
	display: flex;
	align-items: center;
}

.order-item {
	border-bottom: 1px solid #e0e0e0;
}

.order-summary {
	list-style: none;
	cursor: pointer;
	outline: none;
}

.order-summary::-webkit-details-marker {
	display: none;
}

.order-meta {
	display: flex;
	flex-wrap: wrap;
	padding: 16px;
	font-size: 14px;
	align-items: center;
	gap: 8px 0;
}

.order-meta .meta-col {
	min-width: 45%;
}

.font-bold {
	font-weight: 600;
}

.order-arrow {
	width: 16px;
	height: 16px;
	margin-right: 8px;
	transition: transform 0.2s ease;
	transform: rotate(-90deg);
	flex-shrink: 0;
}

.order-item[open] .order-arrow {
	transform: rotate(0deg);
}

.status-processing {
	color: #6c757d;
}

.status-shipping {
	color: #007bff;
}

.status-completed {
	color: #28a745;
}

.status-canceled {
	color: #b91c1c;
}

.order-details-content {
	background-color: #f8f9fa;
	padding: 16px;
}

.delivery-address {
	font-size: 14px;
	margin-bottom: 16px;
	color: #333;
}

.order-note {
	font-size: 13px;
	color: #6c757d;
	margin: 0 0 16px;
	line-height: 1.4;
}

.order-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.order-products-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.product-row {
	display: flex;
	background: #ffffff;
	padding: 12px;
	border-radius: 8px;
	gap: 16px;
}

.product-row--canceled {
	opacity: 0.65;
}

.product-img-placeholder {
	width: 80px;
	height: 80px;
	background-color: #e9ecef;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	overflow: hidden;
}

.product-img-placeholder svg {
	width: 24px;
	height: 24px;
}

.product-img-placeholder img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.product-name {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}

.product-vendor {
	font-size: 12px;
	color: #6c757d;
}

.product-price {
	font-size: 14px;
	font-weight: 600;
	margin-top: auto;
}

.product-badge {
	align-self: flex-start;
	font-size: 11px;
	background-color: #f1f3f5;
	color: #6c757d;
	padding: 2px 6px;
	border-radius: 4px;
}

.pagination-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 32px;
	padding: 16px 0;
}

.pagination-container .page-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	background: #fff;
	transition: all 0.2s ease;
	box-sizing: border-box;
}

.pagination-container .page-link:hover {
	background-color: #f8f9fa;
	border-color: #b5bbc1;
}

.pagination-container .page-link.active {
	border-color: #333;
	font-weight: 600;
}

.pagination-container .page-dots {
	color: #6c757d;
	padding: 0 4px;
}

.pagination-container .page-next svg {
	width: 16px;
	height: 16px;
}

/* Избранное: адаптивная сетка карточек */
.personal-favorites .catalog-container {
	width: 100%;
	box-sizing: border-box;
	margin-top: 24px;
}

.personal-favorites .catalog-sort-block {
	margin-bottom: 20px;
}

.personal-favorites .sort-select {
	padding: 8px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background-color: #ffffff;
	background-image: none;
	outline: none;
	cursor: pointer;
	appearance: auto;
	-webkit-appearance: auto;
	color: #000000;
	font-weight: 400;
}

.personal-favorites .products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 16px;
	width: 100%;
}

.personal-favorites .product-card {
	width: auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	overflow: visible;
}

.personal-favorites .card-image-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.personal-favorites .image-placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: #e5e9f0;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	overflow: hidden;
}

.personal-favorites .image-placeholder img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
}

.personal-favorites .image-placeholder svg {
	width: 32px;
	height: 32px;
}

.personal-favorites .favorite-btn {
	position: absolute;
	top: 12px;
	right: 12px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	color: #000000;
	z-index: 2;
	display: flex;
}

.personal-favorites .favorite-btn svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
	stroke: currentColor;
	stroke-width: 2;
}

.personal-favorites .favorite-btn.active {
	color: #e53935;
}

.personal-favorites .badge {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 4px 12px;
	font-size: 11px;
	font-weight: 500;
	border-radius: 20px;
	background-color: #ffffff;
	color: #6c757d;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	z-index: 2;
}

.personal-favorites .badge-action,
.personal-favorites .badge-hit {
	background-color: #ffffff;
	color: #6c757d;
}

.personal-favorites .card-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 12px;
	flex-grow: 1;
	padding: 0;
}

.personal-favorites .card-name {
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	margin: 0;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.personal-favorites .card-name a {
	color: inherit;
	text-decoration: none;
}

.personal-favorites .card-vendor {
	font-size: 12px;
	color: #8c8c8c;
}

.personal-favorites .card-price-block {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding-bottom: 12px;
}

.personal-favorites .price-current {
	font-size: 15px;
	font-weight: 700;
	color: #000000;
}

.personal-favorites .price-old {
	font-size: 12px;
	color: #a0a0a0;
	text-decoration: line-through;
}

.personal-favorites .add-to-cart-btn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #6c757d;
	color: #ffffff;
	border: none;
	border-radius: 0;
	padding: 10px 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.personal-favorites .add-to-cart-btn:hover {
	background-color: #5a6268;
	color: #ffffff;
}

.personal-modal {
	border: none;
	border-radius: 4px;
	padding: 0;
	max-width: 400px;
	width: calc(100% - 32px);
}

.personal-modal::backdrop {
	background: rgba(0, 0, 0, 0.4);
}

.personal-modal__box {
	padding: var(--space-6);
}

.personal-modal__title {
	margin: 0 0 var(--space-3);
	font-size: var(--font-size-l);
	font-weight: 600;
}

.personal-modal__text {
	margin: 0 0 var(--space-5);
	font-size: var(--font-size-m);
	color: var(--color-text-secondary);
}

.personal-modal__actions {
	display: flex;
	justify-content: flex-end;
	gap: var(--space-3);
}

@media (min-width: 768px) {
	.orders-table-header {
		display: flex;
	}

	.order-meta {
		flex-wrap: nowrap;
		gap: 0;
	}

	.order-meta .meta-col {
		min-width: 0;
	}

	.personal-favorites .products-grid {
		grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
		gap: 24px;
	}
}

/* End */


/* Start:/local/js/sibcode/favorites/dist/favorites.bundle.css?1787649174120*/
[data-favorite-button].is-pending {
	opacity: 0.5;
	cursor: wait;
}

[data-favorite-button].active {
	color: #e63946;
}

/* End */


/* Start:/local/templates/sibcode/assets/css/../js/slick/slick.css?17853836371776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/sibcode/assets/css/../js/slick/slick-theme.css?17853836373145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/sibcode/assets/css/../js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/sibcode/assets/css/../js/slick/./fonts/slick.eot');
    src: url('/local/templates/sibcode/assets/css/../js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/sibcode/assets/css/../js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/sibcode/assets/css/../js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/sibcode/assets/css/../js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/sibcode/assets/css/slider.css?17876491742945*/
/**
 * Общие стили для универсального слайдера на базе Slick Carousel
 */

/* Контейнер слайдера */
.slider {
    width: 100%;
}

/* Прямые потомки слайдера - элементы слайдов для Slick */
.slider > div {
    outline: none;
}

/* Стили для навигации Slick */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    background: transparent;
    z-index: 10;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: rgba(0, 0, 0, 0.1);
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: white;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Стили для точек навигации Slick */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.25;
    color: black;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .slick-prev,
    .slick-next {
        width: 30px;
        height: 30px;
    }

    .slick-prev {
        left: -15px;
    }

    .slick-next {
        right: -15px;
    }

    .slick-dots {
        bottom: -20px;
    }
}

/* Скрытие слайдера при инициализации для предотвращения мерцания */
.slider:not(.slick-initialized) {
    opacity: 0;
}

.slider.slick-initialized {
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* End */


/* Start:/local/templates/sibcode/assets/css/cart.css?17876491743828*/
.cart-empty {
	text-align: center;
	padding: 60px 20px;
}

.cart-empty h2 {
	margin-bottom: 24px;
}

.cart-view__inner {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 32px;
}

.cart-view__content {
	min-width: 0;
}

.cart-view__top {
	display: flex;
	gap: 12px;
	margin-bottom: 20px;
}

.cart-view__btn {
	padding: 8px 16px;
	font-size: 14px;
}

.cart-view__btn--delete {
	background: #f44336;
	color: white;
	border: none;
}

.cart-view__btn--delete:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.cart-list {
	margin-bottom: 24px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
}

.cart-list__title {
	padding: 16px;
	background: #f5f5f5;
	font-weight: 600;
	border-bottom: 1px solid #e0e0e0;
}

.cart-list__title-address {
	color: #666;
	font-weight: 400;
}

.cart-list__body {
	padding: 16px;
}

.cart-item {
	display: grid;
	grid-template-columns: auto 80px 1fr auto auto auto;
	gap: 16px;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #f0f0f0;
}

.cart-item:last-child {
	border-bottom: none;
}

.cart-item__checkbox {
	display: flex;
	align-items: center;
}

.cart-item__check {
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.cart-item__image {
	width: 80px;
	height: 80px;
	border-radius: 4px;
	overflow: hidden;
	background: #f5f5f5;
}

.cart-item__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cart-item__placeholder {
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}

.cart-item__info {
	min-width: 0;
}

.cart-item__name {
	display: block;
	font-weight: 500;
	margin-bottom: 4px;
	color: #0b63ce;
	text-decoration: none;
}

.cart-item__name:hover {
	text-decoration: underline;
}

.cart-item__article {
	font-size: 13px;
	color: #666;
	margin-bottom: 4px;
}

.cart-item__meta {
	font-size: 13px;
	color: #666;
	margin-bottom: 2px;
}

.cart-item__quantity {
	display: flex;
	align-items: center;
	gap: 4px;
}

.cart-item__quantity-btn {
	width: 32px;
	height: 32px;
	border: 1px solid #e0e0e0;
	background: white;
	border-radius: 4px;
	cursor: pointer;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart-item__quantity-btn:hover {
	background: #f5f5f5;
}

.cart-item__quantity-input {
	width: 50px;
	height: 32px;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	font-size: 14px;
}

.cart-item__price {
	text-align: right;
	min-width: 100px;
}

.cart-item__price-current {
	font-weight: 600;
	font-size: 16px;
	color: #0b63ce;
}

.cart-item__price-old {
	font-size: 13px;
	color: #999;
	text-decoration: line-through;
}

.cart-item__actions {
	display: flex;
	justify-content: flex-end;
}

.cart-item__delete-btn {
	width: 36px;
	height: 36px;
	border: none;
	background: transparent;
	cursor: pointer;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart-item__delete-btn:hover {
	color: #f44336;
}

.cart-item__delete-btn svg {
	width: 20px;
	height: 20px;
}

.cart-view__summary {
	position: sticky;
	top: 20px;
}

.cart-summary {
	background: #f9f9f9;
	padding: 24px;
	border-radius: 8px;
}

.cart-summary__row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
	font-size: 14px;
}

.cart-summary__row--discount {
	color: #4caf50;
}

.cart-summary__row--total {
	font-size: 18px;
	font-weight: 600;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #e0e0e0;
}

.btn--block {
	display: block;
	width: 100%;
	margin-top: 24px;
}

@media (max-width: 768px) {
	.cart-view__inner {
		grid-template-columns: 1fr;
	}
	.cart-item {
		grid-template-columns: auto 60px 1fr;
		grid-template-rows: auto auto auto;
		gap: 12px;
	}
	.cart-item__quantity {
		grid-column: 2 / 4;
	}
	.cart-item__price {
		grid-column: 2 / 4;
		text-align: left;
	}
	.cart-item__actions {
		grid-column: 4;
		grid-row: 1 / 4;
	}
}

/* End */


/* Start:/local/templates/sibcode/assets/css/promo-banner.css?17876491742807*/
.promo-banner {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 15px;
    gap: 12px;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-bottom: 1px solid #DEE1EB;
    position: relative;
    z-index: 1;
}

.promo-banner__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    color: #95A3B3;
    transition: opacity 0.2s;
}

.promo-banner__close:hover {
    opacity: 0.7;
}

.promo-banner__close svg {
    width: 11px;
    height: 11px;
}

.promo-banner__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.promo-banner__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.promo-banner__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 0;
    flex: 1;
    min-width: 0;
}

.promo-banner__title {
    margin: 0;
    font-family: 'DIN Pro', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #111111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.promo-banner__description {
    margin: 0;
    font-family: 'DIN Pro', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #95A3B3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.promo-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    gap: 10px;
    height: 34px;
    min-width: 90px;
    background: #F4F5F6;
    border-radius: 20px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1FAB8C;
    white-space: nowrap;
    flex-shrink: 0;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.promo-banner__btn:hover {
    background: #E8EAED;
}

@media (max-width: 480px) {
    .promo-banner {
        padding: 8px 12px;
        gap: 8px;
    }
    
    .promo-banner__inner {
        gap: 8px;
    }
    
    .promo-banner__content {
        gap: 8px;
    }
    
    .promo-banner__title {
        font-size: 13px;
    }
    
    .promo-banner__description {
        font-size: 11px;
    }
    
    .promo-banner__btn {
        padding: 6px 12px;
        min-width: 80px;
        font-size: 13px;
    }
}
/* End */


/* Start:/local/components/sibcode/search.catalog.redirect/templates/.default/style.min.css?1785466512601*/
.scr-search {
	width: 100%;
	box-sizing: border-box;
}

.scr-search__form {
	position: relative;
	width: 100%;
}

.scr-search__clear {
	position: absolute;
	top: 0;
	right: 44px;
	width: 32px;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #6b7280;
	cursor: pointer;
}

.scr-search__clear[hidden] {
	display: none;
}

.scr-search__icon {
	display: block;
	pointer-events: none;
}

.suggestion-item.scr-search__hint {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font: inherit;
}

/* End */


/* Start:/local/js/sibcode/callback-modal/dist/callback-modal.bundle.css?17848863932193*/
.callback-modal
{
	position: fixed;
	inset: 0;
	z-index: 1100;
}

.callback-modal:not(.is-open)
{
	display: none;
}

.callback-modal__overlay
{
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.callback-modal__dialog
{
	position: relative;
	z-index: 1;
	max-width: 400px;
	width: calc(100% - var(--space-8));
	margin: var(--space-10) auto 0;
	padding: var(--space-6);
	background: var(--color-surface);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	gap: var(--space-4);
}

.callback-modal__close
{
	position: absolute;
	top: var(--space-4);
	right: var(--space-4);
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	color: var(--color-text-primary);
	transition: opacity 150ms ease;
}

.callback-modal__close:hover
{
	opacity: 0.6;
}

.callback-modal__title
{
	font-size: var(--font-size-l);
	padding-right: var(--space-8);
}

.callback-modal__form
{
	display: flex;
	flex-direction: column;
	gap: var(--space-4);
}

.callback-modal__field
{
	display: flex;
	flex-direction: column;
	gap: var(--space-2);
}

.callback-modal__label
{
	font-size: var(--font-size-s);
	color: var(--color-text-secondary);
}

.callback-modal__input
{
	padding: var(--space-2) var(--space-3);
	border: 1px solid var(--color-border);
	background: var(--color-surface-muted);
	font-size: var(--font-size-m);
	transition: border-color 150ms ease;
}

.callback-modal__input:focus-visible
{
	border-color: var(--color-text-secondary);
	outline: none;
}

.callback-modal__agree
{
	font-size: var(--font-size-s);
	color: var(--color-text-secondary);
}

.callback-modal__agree-link
{
	color: inherit;
}

.callback-modal__error
{
	font-size: var(--font-size-s);
	color: #d13c3c;
}

.callback-modal__success
{
	font-size: var(--font-size-s);
	color: #2a9d4a;
}

.callback-modal__submit
{
	padding: var(--space-3) var(--space-4);
	border: none;
	background: var(--color-accent);
	color: var(--color-surface);
	font-size: var(--font-size-m);
	cursor: pointer;
	transition: background-color 150ms ease;
}

.callback-modal__submit:hover
{
	background: var(--color-accent-hover);
}

.callback-modal__submit.is-pending
{
	opacity: 0.6;
	cursor: default;
}

/* End */


/* Start:/local/js/sibcode/cookie-notice/dist/cookie-notice.bundle.css?1784886393503*/
.cookie-notice {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 24px;
	z-index: 1000;
	display: none;
	justify-content: center;
	padding: 0 16px;
}

.cookie-notice--visible {
	display: flex;
}

.cookie-notice__inner {
	display: flex;
	align-items: center;
	gap: 16px;
	max-width: 1060px;
	width: 100%;
	padding: 24px;
	background: #fff;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.cookie-notice__text {
	font-size: 14px;
	line-height: 1.4;
}

.cookie-notice__link {
	text-decoration: underline;
}

/* End */
/* /local/js/sibcode/core/dist/core.bundle.css?178764917450902 */
/* /local/js/sibcode/favorites/dist/favorites.bundle.css?1787649174120 */
/* /local/templates/sibcode/assets/css/../js/slick/slick.css?17853836371776 */
/* /local/templates/sibcode/assets/css/../js/slick/slick-theme.css?17853836373145 */
/* /local/templates/sibcode/assets/css/slider.css?17876491742945 */
/* /local/templates/sibcode/assets/css/cart.css?17876491743828 */
/* /local/templates/sibcode/assets/css/promo-banner.css?17876491742807 */
/* /local/components/sibcode/search.catalog.redirect/templates/.default/style.min.css?1785466512601 */
/* /local/js/sibcode/callback-modal/dist/callback-modal.bundle.css?17848863932193 */
/* /local/js/sibcode/cookie-notice/dist/cookie-notice.bundle.css?1784886393503 */
