

/* Start:/local/templates/shop_light/components/bitrix/catalog/bootstrap_v5_qwelp/style.css?178170407941818*/
.sl-catalog-hidden {
	display: none !important;
}

.sl-catalog-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 3.75rem 1.25rem;
	margin: 1.875rem 0 var(--sl-gap-section);
	text-align: center;
	color: var(--sl-color-dark);
}

.sl-catalog-empty__icon {
	width: 6rem;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--sl-color-dark);
	opacity: 0.6;
}

.sl-catalog-empty__title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3;
}

.sl-catalog-empty__text {
	margin: 0;
	max-width: 30rem;
	font-size: 0.9375rem;
	line-height: 1.5;
	opacity: 0.6;
}

.sl-catalog-empty__back {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.5rem;
	padding: 0.75rem 1.5rem;
	border-radius: var(--sl-link-button-radius, 6.25rem);
	background-color: var(--sl-color-link);
	color: var(--sl-color-white);
	text-decoration: none;
	font-size: 0.9375rem;
	font-weight: 500;
	transition: opacity 200ms ease;
}

.sl-catalog-empty__back:hover {
	color: var(--sl-color-white);
	opacity: 0.85;
	text-decoration: none;
}

.sl-catalog-empty__back:focus-visible {
	outline: 2px solid var(--sl-color-link);
	outline-offset: 0.1875rem;
}

.sl-compare-empty {
	gap: 0;
	min-height: 0;
	margin: 0 0 var(--sl-gap-section);
	padding: 5rem 1.25rem;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.sl-compare-empty__icon {
	width: 4rem;
	height: 4rem;
	margin-bottom: 1.5rem;
	color: rgba(var(--sl-color-dark-rgb), 0.25);
	opacity: 1;
}

.sl-compare-empty__icon svg {
	width: 100%;
	height: 100%;
}

.sl-compare-empty .sl-catalog-empty__title {
	margin: 0 0 0.75rem;
	color: var(--sl-color-dark);
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3;
}

.sl-compare-empty .sl-catalog-empty__text {
	max-width: 28rem;
	margin: 0 0 2rem;
	color: var(--sl-color-muted);
	font-size: 0.9375rem;
	line-height: 1.45;
	opacity: 1;
}

.sl-compare-empty .sl-catalog-empty__back {
	min-width: 12.5rem;
	margin-top: 0;
	padding: 0.75rem 2rem;
	border-radius: var(--sl-action-radius, 0.5rem);
	transition: background-color 0.2s ease;
}

.sl-compare-empty .sl-catalog-empty__back:hover {
	background-color: var(--sl-color-link-hover);
	opacity: 1;
}

.sl-compare-page > font.notetext,
.sl-compare-page > .notetext,
.catalog-compare font.notetext,
.catalog-compare .notetext {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 0;
	margin: 0 0 var(--sl-gap-section);
	padding: 5rem 1.25rem;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--sl-color-dark);
	font-family: inherit;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.catalog-compare font.notetext,
.catalog-compare .notetext {
	margin: 0;
}

html[data-theme="dark"] .sl-compare-empty,
html[data-theme="dark"] .sl-compare-page > font.notetext,
html[data-theme="dark"] .sl-compare-page > .notetext,
html[data-theme="dark"] .catalog-compare font.notetext,
html[data-theme="dark"] .catalog-compare .notetext {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	color: var(--sl-color-dark);
}

@media (max-width: 768px) {
	.sl-compare-empty {
		padding: 3.125rem 0.9375rem;
	}

	.sl-compare-empty .sl-catalog-empty__title {
		font-size: 1.25rem;
	}

	.sl-compare-page > font.notetext,
	.sl-compare-page > .notetext,
	.catalog-compare font.notetext,
	.catalog-compare .notetext {
		padding: 3.125rem 0.9375rem;
		font-size: 1.25rem;
	}
}

@media (max-width: 576px) {
	.sl-catalog-empty {
		padding: 2.5rem 1rem;
		border-radius: var(--sl-card-radius, 0.75rem);
	}
	.sl-catalog-empty__icon {
		width: 4.5rem;
		height: 4.5rem;
	}
	.sl-catalog-empty__title {
		font-size: 1.25rem;
	}
	.sl-catalog-empty__text {
		font-size: 0.875rem;
	}

	.sl-compare-empty {
		min-height: 0;
		padding: 3.125rem 0.9375rem;
		border-radius: 0;
	}

	.sl-compare-empty__icon {
		width: 4rem;
		height: 4rem;
	}

	.sl-compare-empty .sl-catalog-empty__title {
		font-size: 1.25rem;
	}

	.sl-compare-empty .sl-catalog-empty__text {
		margin-bottom: 1.5rem;
	}

	.sl-compare-page > font.notetext,
	.sl-compare-page > .notetext,
	.catalog-compare font.notetext,
	.catalog-compare .notetext {
		min-height: 0;
		padding: 3.125rem 0.9375rem;
		font-size: 1.25rem;
	}
}

@media (max-width: 480px) {
	.sl-compare-empty {
		padding: 2.5rem 0.9375rem;
	}

	.sl-compare-empty .sl-catalog-empty__title {
		font-size: 1.125rem;
	}

	.sl-compare-empty .sl-catalog-empty__text {
		font-size: 0.875rem;
	}

	.sl-compare-empty .sl-catalog-empty__back {
		font-size: 0.875rem;
		padding: 0.625rem 1.5rem;
	}

	.sl-compare-page > font.notetext,
	.sl-compare-page > .notetext,
	.catalog-compare font.notetext,
	.catalog-compare .notetext {
		padding: 2.5rem 0.9375rem;
		font-size: 1.125rem;
	}
}

.sl-catalog {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sl-card-gap, 1.25rem);
	margin-top: 1.25rem;
	margin-bottom: 3.75rem;
}

.sl-catalog__full {
	width: 100%;
	min-width: 0;
}

.sl-catalog__title {
	margin: 0 0 2.5rem;
}

.sl-catalog__content {
	flex: 1;
	min-width: 0;
}

.sl-catalog__content .product-item-price-container {
	margin-top: 0;
}

.sl-catalog__sidebar {
	width: 16.5rem;
	flex-shrink: 0;
	position: sticky;
	top: 1.25rem;
	align-self: flex-start;
	z-index: 101;
}

.sl-catalog--vertical .sl-catalog__sidebar {
	order: 1;
}

.sl-catalog__content--swap {
	order: 2;
}

.sl-catalog__sidebar--swap {
	order: 1;
}

.sl-catalog__block {
	margin-bottom: var(--sl-gap-section);
	position: relative;
	z-index: 1;
}

.sl-catalog__block:last-child {
	margin-bottom: 0;
}

.sl-catalog__block--slider .swiper-slide {
	z-index: 1;
}

.sl-catalog__block--slider .product-item-container.hover {
	z-index: 100;
}

.sl-catalog__block--slider[data-slider-block="popular"] {
	z-index: 2;
}

.sl-catalog__block--slider[data-slider-block="viewed"] {
	z-index: 1;
}

.sl-catalog__block-header {
	font-size: 1.75rem;
	font-weight: 500;
	font-style: normal;
	line-height: 1.35;
	color: var(--sl-color-dark);
	text-align: left;
	margin: 0;
	padding: 0;
}

.sl-catalog__block-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.25rem;
}

.sl-catalog__block--slider .sl-catalog__block-slider {
	overflow: visible;
	clip-path: inset(-31.25rem 0);
}

.sl-catalog__block--slider .sl-catalog__block-slider .swiper-wrapper {
	align-items: stretch;
}

.sl-catalog__block--slider .sl-catalog__block-slider .swiper-slide {
	box-sizing: border-box;
	height: auto;
	padding: 0;
	margin: 0;
}

.sl-catalog__block--slider .sl-catalog__block-slider .product-item-container {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.sl-catalog__block--slider .sl-catalog__block-slider .product-item {
	flex: 1;
}

.sl-catalog__block--slider .sl-catalog__block-slider .product-item-container.hover .product-item {
	flex: none;
}

.sl-catalog__block--slider .sl-promo-tabbed__nav {
	display: flex;
	gap: var(--sl-card-gap-half, 0.625rem);
	margin-left: auto;
	position: relative;
}

.sl-catalog__block--slider .sl-promo-tabbed__arrow-wrapper {
	display: flex;
	cursor: pointer;
	border-radius: var(--sl-tab-radius, 6.25rem);
}

.sl-catalog__block--slider .sl-promo-tabbed__arrow-wrapper::before,
.sl-catalog__block--slider .sl-promo-tabbed__arrow-wrapper::after {
	content: "";
	background-color: var(--sl-color-white);
}

.sl-catalog__block--slider .sl-promo-tabbed__arrow-wrapper:first-child::before {
	width: 1.375rem;
	border-radius: var(--sl-tab-radius, 6.25rem) 0 0 var(--sl-tab-radius, 6.25rem);
}

.sl-catalog__block--slider .sl-promo-tabbed__arrow-wrapper:first-child::after {
	width: 1.25rem;
	border-radius: 0 var(--sl-tab-join-radius, 0.625rem) var(--sl-tab-join-radius, 0.625rem) 0;
}

.sl-catalog__block--slider .sl-promo-tabbed__arrow-wrapper:last-child::before {
	width: 1.25rem;
	border-radius: var(--sl-tab-join-radius, 0.625rem) 0 0 var(--sl-tab-join-radius, 0.625rem);
}

.sl-catalog__block--slider .sl-promo-tabbed__arrow-wrapper:last-child::after {
	width: 1.375rem;
	border-radius: 0 var(--sl-tab-radius, 6.25rem) var(--sl-tab-radius, 6.25rem) 0;
}

.sl-catalog__block--slider .sl-promo-tabbed__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.75rem;
	padding: 0;
	border: none;
	background-color: var(--sl-color-white);
	color: var(--sl-color-dark);
	cursor: pointer;
}

.sl-catalog__block--slider .sl-promo-tabbed__arrow path {
	opacity: 1;
}

.sl-catalog__block--slider .sl-promo-tabbed__arrow-wrapper--disabled {
	opacity: 0.35;
	cursor: default;
	pointer-events: none;
}

.sl-catalog__filter {
	position: relative;
	z-index: 35;
	margin: 0.75rem 0;
}

.sl-catalog--horizontal .sl-sections {
	margin-bottom: 1.25rem;
}

.sl-catalog-controls {
	position: relative;
	z-index: 35;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0.625rem;
	margin: 0.75rem 0 1.25rem;
	padding-right: 18rem;
	--sl-filter-control-radius: var(--sl-catalog-toolbar-control-radius-current);
	min-height: 2.375rem;
	background-color: var(--sl-filter-bg, transparent);
	background-image: var(--sl-filter-bg-image, none);
	background-position: var(--sl-filter-bg-position, center center);
	background-repeat: var(--sl-filter-bg-repeat, no-repeat);
	background-size: var(--sl-filter-bg-size, cover);
	border-radius: var(--sl-filter-radius, 0);
}

.sl-catalog-controls > .sl-catalog-toolbar__sort {
	order: 0;
}

.sl-catalog-controls .sl-catalog__filter,
.sl-catalog-controls .smart-filter-horizontal,
.sl-catalog-controls .smart-filter-horizontal .smart-filter-section,
.sl-catalog-controls .smart-filter-horizontal .smart-filter-form,
.sl-catalog-controls .smart-filter-horizontal .row {
	display: contents;
}

.sl-catalog-controls .smart-filter-horizontal .smart-filter-parameters-box {
	order: 10;
}

.sl-catalog-controls__right {
	order: 20;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: var(--sl-catalog-toolbar-padding-current);
	border-radius: var(--sl-catalog-toolbar-radius-current);
	background-color: var(--sl-catalog-toolbar-bg-current);
	color: var(--sl-catalog-toolbar-text-current);
}

.sl-catalog-controls .smart-filter-horizontal .smart-filter-button-box {
	order: 11;
	flex: 0 0 auto;
	align-self: flex-start;
	padding: 0;
	min-width: 0;
	max-width: 100%;
}

.sl-catalog-controls .smart-filter-horizontal.smart-filter--has-selected .smart-filter-button-box {
	display: flex;
}

.sl-catalog-controls .smart-filter-horizontal .smart-filter-parameters-box-title,
.sl-catalog-controls .smart-filter-horizontal #set_filter,
.sl-catalog-controls .smart-filter-horizontal #del_filter {
	border-radius: var(--sl-catalog-toolbar-control-radius-current);
}

.sl-catalog-controls .sl-catalog-toolbar__page-size-label {
	display: none;
}

.sl-catalog__hidden-mobile {
	display: block;
}

.sl-catalog-header {
	display: flex;
	align-items: baseline;
	gap: 0.9375rem;
	margin: 1.875rem 0 1rem;
}

.sl-catalog-header__title {
	font-weight: 500;
	font-size: 1.75rem;
	line-height: 1.35;
	color: var(--sl-color-dark);
	margin: 0;
}

.sl-catalog-header__count {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.35;
	color: var(--sl-color-dark);
	opacity: 0.5;
	white-space: nowrap;
}

.sl-catalog-toolbar__tags {
	display: contents;
}

.sl-catalog-toolbar__tags:empty {
	display: none;
}

.sl-catalog-toolbar__tag {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0;
	padding: 0;
	background-color: var(--sl-color-link-hover);
	border-radius: var(--sl-catalog-toolbar-control-radius-current);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.35;
	color: var(--sl-color-white);
	white-space: nowrap;
	cursor: pointer;
}

.sl-catalog-toolbar__tag-text {
	padding: 0.625rem 0 0.625rem 0.9375rem;
	max-width: 16.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sl-catalog-toolbar__tag:hover {
	background-color: var(--sl-color-link);
}

.sl-catalog-toolbar__tag-close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	padding: 0.625rem 0.625rem 0.625rem 0.625rem;
	box-sizing: content-box;
	border: none;
	background-color: transparent;
	cursor: pointer;
	color: var(--sl-color-white);
	flex-shrink: 0;
}

.sl-catalog-toolbar__tag-close:hover {
	opacity: 0.7;
}

.sl-catalog-toolbar__tag-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	min-width: 11.25rem;
	padding-top: 0.625rem;
	padding-right: 0.25rem;
	overflow: visible;
}

.sl-catalog-toolbar__tag-dropdown-inner {
	background-color: var(--sl-color-white);
	border-radius: var(--sl-dropdown-radius, min(var(--sl-card-radius, 0.625rem), 1.5rem));
	box-shadow: 0 1.25rem 1.875rem rgba(var(--sl-color-dark-rgb), 0.3);
	overflow: hidden;
}

.sl-catalog-toolbar__tag-dropdown-body {
	max-height: 16.25rem;
	overflow-y: auto;
}

.sl-catalog-toolbar__tag-dropdown-body::-webkit-scrollbar {
	width: 4px;
}

.sl-catalog-toolbar__tag-dropdown-body::-webkit-scrollbar-track {
	background-color: rgba(var(--sl-color-dark-rgb), 0.2);
	border-radius: 0.25rem;
	margin: 0.3125rem 0;
}

.sl-catalog-toolbar__tag-dropdown-body::-webkit-scrollbar-thumb {
	background-color: rgba(var(--sl-color-dark-rgb), 0.35);
	border-radius: 0.25rem;
}

.sl-catalog-toolbar__tag-dropdown-body::-webkit-scrollbar-button {
	display: none;
}

@supports not selector(::-webkit-scrollbar) {
	.sl-catalog-toolbar__tag-dropdown-body {
		scrollbar-width: thin;
		scrollbar-color: rgba(var(--sl-color-dark-rgb), 0.35) rgba(var(--sl-color-dark-rgb), 0.2);
	}
}

.sl-catalog-toolbar__tag-dropdown-inner {
	position: relative;
}

.sl-catalog-toolbar__tag-dropdown-inner::before {
	content: '';
	position: absolute;
	top: -0.3125rem;
	left: 1.25rem;
	width: 0.625rem;
	height: 0.625rem;
	background-color: var(--sl-color-white);
	border-radius: 0.125rem;
	transform: rotate(45deg);
	box-shadow: -0.125rem -0.125rem 0.25rem rgba(var(--sl-color-dark-rgb), 0.06);
	z-index: 1;
}

.sl-catalog-toolbar__tag-dropdown-inner:hover::before {
	display: none;
}

.sl-catalog-toolbar__tag-dropdown--open {
	display: block;
}

.sl-catalog-toolbar__tag-dropdown-header {
	padding: 0.625rem 1.25rem 0.3125rem;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.35;
	color: var(--sl-color-dark);
	white-space: nowrap;
}

.sl-catalog-toolbar__tag-dropdown-item {
	display: flex;
	align-items: center;
	gap: 0.5625rem;
	padding: 0.4375rem 1.25rem;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.1875rem;
	color: var(--sl-color-dark);
	opacity: 0.7;
	cursor: pointer;
	white-space: nowrap;
}

.sl-catalog-toolbar__tag-dropdown-item:last-child {
	padding-bottom: 0.9375rem;
}

.sl-catalog-toolbar__tag-dropdown-item:hover {
	opacity: 1;
}

.sl-catalog-toolbar__tag-dropdown-item--checked {
	background-color: var(--sl-color-link-bg);
	color: var(--sl-color-link);
	opacity: 1;
}

.sl-catalog-toolbar__tag-dropdown-item--disabled {
	opacity: 0.35;
	cursor: default;
}

.sl-catalog-toolbar__tag-checkbox {
	width: 1.125rem;
	height: 1.125rem;
	border-radius: min(var(--sl-field-radius, 0.1875rem), 0.375rem);
	background-color: rgba(var(--sl-color-dark-rgb), 0.1);
	flex-shrink: 0;
}

.sl-catalog-toolbar__tag-dropdown-item--checked .sl-catalog-toolbar__tag-checkbox {
	background-color: rgba(var(--sl-color-link-rgb), 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
}

.sl-catalog-toolbar__tag-checkbox svg {
	display: none;
}

.sl-catalog-toolbar__tag-dropdown-item--checked .sl-catalog-toolbar__tag-checkbox svg {
	display: block;
}

.sl-catalog-toolbar__tag-dropdown--applying {
	pointer-events: none;
}

.sl-catalog-toolbar__tag-dropdown--applying .sl-catalog-toolbar__tag-dropdown-item:not(.sl-catalog-toolbar__tag-dropdown-item--applying) {
	opacity: 0.4;
}

.sl-catalog-toolbar__tag-dropdown-item--applying .sl-catalog-toolbar__tag-checkbox {
	background-color: rgba(var(--sl-color-link-rgb), 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.sl-catalog-toolbar__tag-dropdown-item--applying .sl-catalog-toolbar__tag-checkbox svg {
	display: none;
}

.sl-catalog-toolbar__tag-dropdown-item--applying .sl-catalog-toolbar__tag-checkbox::after {
	content: "";
	position: absolute;
	inset: 0.1875rem;
	border: 2px solid rgba(var(--sl-color-link-rgb), 0.25);
	border-top-color: var(--sl-color-link);
	border-radius: 50%;
	animation: sl-tag-spin 0.7s linear infinite;
}

@keyframes sl-tag-spin {
	to { transform: rotate(360deg); }
}

.sl-catalog__content--applying {
	position: relative;
	opacity: 0.5;
	pointer-events: none;
	transition: opacity 0.18s ease-out;
}

.sl-catalog-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 0.125rem;
	background: linear-gradient(to right, var(--sl-color-link), var(--sl-color-accent));
	transform: scaleX(0);
	transform-origin: left center;
	z-index: 99999;
	pointer-events: none;
	opacity: 0;
}

.sl-catalog-progress--active {
	opacity: 1;
	transform: scaleX(0.85);
	transition: transform 6s cubic-bezier(0.1, 0.7, 0.3, 0.95), opacity 0.15s ease-out;
}

@media (prefers-reduced-motion: reduce) {
	.sl-catalog-toolbar__tag-dropdown-item--applying .sl-catalog-toolbar__tag-checkbox::after {
		animation: none;
	}
	.sl-catalog-progress--active {
		transition: opacity 0.15s ease-out;
		transform: scaleX(0.85);
	}
}

.sl-catalog-toolbar__tag-color {
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 50%;
	flex-shrink: 0;
	border: 1px solid rgba(var(--sl-color-dark-rgb), 0.15);
}

html[data-theme="dark"] .sl-catalog-toolbar__tag {
	background-color: var(--sl-color-link-hover);
	box-shadow: none;
	color: var(--sl-color-link-contrast);
}

html[data-theme="dark"] .sl-catalog-toolbar__tag:hover {
	background-color: var(--sl-color-link);
}

html[data-theme="dark"] .sl-catalog-toolbar__tag-close {
	color: var(--sl-color-link-contrast);
}

html[data-theme="dark"] .sl-catalog-toolbar__tag-dropdown-inner {
	background-color: var(--sl-color-surface-1, #252836);
	box-shadow: 0 0.875rem 2rem rgba(var(--sl-color-bg-rgb, 22, 24, 34), 0.52), 0 0 0 1px rgba(var(--sl-color-dark-rgb, 232, 236, 241), 0.08);
}

html[data-theme="dark"] .sl-catalog-toolbar__tag-dropdown-inner::before {
	background-color: var(--sl-color-surface-1, #252836);
	box-shadow: -0.0625rem -0.0625rem 0 rgba(var(--sl-color-dark-rgb, 232, 236, 241), 0.08);
}

html[data-theme="dark"] .sl-catalog-toolbar__tag-dropdown-body {
	background-color: var(--sl-color-surface-1, #252836);
	scrollbar-color: rgba(var(--sl-color-dark-rgb, 232, 236, 241), 0.26) rgba(var(--sl-color-dark-rgb, 232, 236, 241), 0.08);
}

html[data-theme="dark"] .sl-catalog-toolbar__tag-dropdown-body::-webkit-scrollbar-track {
	background-color: rgba(var(--sl-color-dark-rgb), 0.08);
}

html[data-theme="dark"] .sl-catalog-toolbar__tag-dropdown-body::-webkit-scrollbar-thumb {
	background-color: rgba(var(--sl-color-dark-rgb), 0.26);
}

html[data-theme="dark"] .sl-catalog-toolbar__tag-dropdown-header {
	color: var(--sl-color-dark, #E8ECF1);
}

html[data-theme="dark"] .sl-catalog-toolbar__tag-dropdown-item {
	color: rgba(var(--sl-color-dark-rgb, 232, 236, 241), 0.78);
}

html[data-theme="dark"] .sl-catalog-toolbar__tag-dropdown-item:hover {
	background-color: var(--sl-color-surface-2, #2D3041);
	color: var(--sl-color-dark, #E8ECF1);
}

html[data-theme="dark"] .sl-catalog-toolbar__tag-dropdown-item--checked {
	background-color: rgba(var(--sl-color-link-rgb), 0.18);
	color: var(--sl-color-link-bright, #9B8FFF);
}

html[data-theme="dark"] .sl-catalog-toolbar__tag-dropdown-item--disabled {
	color: rgba(var(--sl-color-dark-rgb, 232, 236, 241), 0.42);
}

html[data-theme="dark"] .sl-catalog-toolbar__tag-checkbox {
	background-color: rgba(var(--sl-color-dark-rgb), 0.12);
	box-shadow: inset 0 0 0 1px rgba(var(--sl-color-dark-rgb), 0.08);
}

html[data-theme="dark"] .sl-catalog-toolbar__tag-dropdown-item--checked .sl-catalog-toolbar__tag-checkbox {
	background-color: rgba(var(--sl-color-link-rgb), 0.36);
	box-shadow: inset 0 0 0 1px rgba(var(--sl-color-link-rgb), 0.18);
}

html[data-theme="dark"] .sl-catalog-toolbar__tag-color {
	border-color: rgba(var(--sl-color-dark-rgb), 0.18);
}

.sl-catalog-toolbar,
.sl-catalog-controls {
	--sl-catalog-toolbar-bg-current: var(--sl-catalog-toolbar-bg, transparent);
	--sl-catalog-toolbar-text-current: var(--sl-catalog-toolbar-text, var(--sl-color-dark));
	--sl-catalog-toolbar-control-bg-current: var(--sl-catalog-toolbar-control-bg, rgba(var(--sl-color-dark-rgb), 0.05));
	--sl-catalog-toolbar-control-hover-bg-current: var(--sl-catalog-toolbar-control-hover-bg, rgba(var(--sl-color-dark-rgb), 0.1));
	--sl-catalog-toolbar-control-text-current: var(--sl-catalog-toolbar-control-text, var(--sl-color-dark));
	--sl-catalog-toolbar-active-text-current: var(--sl-catalog-toolbar-active-text, var(--sl-color-link-contrast));
	--sl-catalog-toolbar-icon-current: var(--sl-catalog-toolbar-icon, rgba(var(--sl-color-dark-rgb), 0.2));
	--sl-catalog-toolbar-radius-current: var(--sl-catalog-toolbar-radius, 0);
	--sl-catalog-toolbar-control-radius-current: var(--sl-catalog-toolbar-control-radius, var(--sl-choice-radius, 0.625rem));
	--sl-catalog-toolbar-padding-current: var(--sl-catalog-toolbar-padding, 0);
}

.sl-catalog-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--sl-card-gap-half, 0.75rem);
	padding: var(--sl-catalog-toolbar-padding-current);
	border-radius: var(--sl-catalog-toolbar-radius-current);
	background-color: var(--sl-catalog-toolbar-bg-current);
	color: var(--sl-catalog-toolbar-text-current);
}

.sl-catalog-toolbar__left {
	display: flex;
	align-items: center;
	gap: var(--sl-card-gap-half, 0.625rem);
	flex-wrap: wrap;
	min-width: 0;
}

.sl-catalog-toolbar__right {
	display: flex;
	align-items: center;
	gap: 3.125rem;
	flex-shrink: 0;
}

.sl-catalog-toolbar__sort {
	position: relative;
}

.sl-catalog-toolbar__sort-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.375rem;
	padding: 0.625rem 0.9375rem;
	border: none;
	border-radius: var(--sl-catalog-toolbar-control-radius-current);
	background-color: var(--sl-catalog-toolbar-control-bg-current);
	color: var(--sl-catalog-toolbar-control-text-current);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color 0.2s;
	min-width: 11.5625rem;
}

.sl-catalog-toolbar__sort-btn:hover {
	background-color: var(--sl-catalog-toolbar-control-hover-bg-current);
}

.sl-catalog-toolbar__sort-chevron {
	transition: transform 0.2s;
	flex-shrink: 0;
}

.sl-catalog-toolbar__sort-btn[aria-expanded="true"] .sl-catalog-toolbar__sort-chevron {
	transform: rotate(180deg);
}

.sl-catalog-toolbar__sort-list {
	display: none;
	position: absolute;
	top: calc(100% + 0.375rem);
	left: 0;
	z-index: 100;
	min-width: 11.5625rem;
	margin: 0;
	padding: 0.625rem 0.9375rem;
	list-style: none;
	background-color: var(--sl-color-white);
	border-radius: var(--sl-dropdown-radius, min(var(--sl-card-radius, 0.625rem), 1.5rem));
	box-shadow: 0 0.5rem 1.5rem rgba(var(--sl-color-dark-rgb), 0.12);
	flex-direction: column;
	gap: 0.625rem;
}

.sl-catalog-toolbar__sort-list--open {
	display: flex;
}

.sl-catalog-toolbar__sort-radio {
	flex-shrink: 0;
}

.sl-catalog-toolbar__sort-item a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--sl-catalog-toolbar-control-text-current);
	text-decoration: none;
	font-size: 0.875rem;
	line-height: 1.1875rem;
	opacity: 0.7;
	transition: opacity 0.15s;
}

.sl-catalog-toolbar__sort-item a:hover {
	opacity: 1;
}

.sl-catalog-toolbar__sort-item--active a {
	opacity: 1;
}

.sl-catalog-toolbar__page-size {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--sl-card-gap-half, 0.25rem);
}

.sl-catalog-toolbar__page-size-label {
	font-size: 0.875rem;
	color: var(--sl-catalog-toolbar-text-current);
	opacity: 0.5;
	margin-right: 0.875rem;
}

.sl-catalog-toolbar__page-size-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.375rem;
	height: 2.375rem;
	padding: 0.625rem 0.75rem;
	border-radius: var(--sl-catalog-toolbar-control-radius-current);
	font-size: 0.875rem;
	color: var(--sl-catalog-toolbar-control-text-current);
	background-color: var(--sl-catalog-toolbar-control-bg-current);
	text-decoration: none;
	transition: background-color 0.2s, color 0.2s;
}

.sl-catalog-toolbar__page-size-btn:hover {
	background-color: var(--sl-catalog-toolbar-control-hover-bg-current);
}

.sl-catalog-toolbar__page-size-btn--active {
	background-color: var(--sl-catalog-toolbar-active-bg, var(--sl-color-link-hover));
	color: var(--sl-catalog-toolbar-active-text-current);
}

.sl-catalog-toolbar__page-size-btn--active:hover {
	background-color: var(--sl-catalog-toolbar-active-bg, var(--sl-color-link));
	color: var(--sl-catalog-toolbar-active-text-current);
}

.sl-catalog-toolbar__view-mode {
	display: flex;
	align-items: center;
	gap: var(--sl-card-gap-half, 0.25rem);
}

.sl-catalog-toolbar__view-btn {
	display: inline-flex;
	width: 2.375rem;
	height: 2.375rem;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: var(--sl-catalog-toolbar-control-radius-current);
	background-color: var(--sl-catalog-toolbar-control-bg-current);
	color: var(--sl-catalog-toolbar-icon-current);
	cursor: pointer;
	transition: background-color 0.2s, color 0.2s;
}

.sl-catalog-toolbar__view-btn:hover {
	background-color: var(--sl-catalog-toolbar-control-hover-bg-current);
	color: var(--sl-catalog-toolbar-control-text-current);
}

.sl-catalog-toolbar__view-btn--active {
	background-color: var(--sl-catalog-toolbar-active-bg, var(--sl-color-link));
	color: var(--sl-catalog-toolbar-active-text-current);
}

.sl-catalog-toolbar__view-btn--active:hover {
	background-color: var(--sl-catalog-toolbar-active-bg, var(--sl-color-link-hover));
	color: var(--sl-catalog-toolbar-active-text-current);
}

html[data-theme="dark"] body .sl-catalog-toolbar__page-size-btn--active,
html[data-theme="dark"] body .sl-catalog-toolbar__page-size-btn--active:hover,
html[data-theme="dark"] body .sl-catalog-toolbar__view-btn--active,
html[data-theme="dark"] body .sl-catalog-toolbar__view-btn--active:hover {
	color: var(--sl-catalog-toolbar-active-text-current) !important;
}

.sl-catalog-toolbar__filter-btn {
	display: none;
}

.sl-catalog__sidebar-header,
.sl-catalog__sidebar-footer,
.sl-catalog__sidebar-overlay {
	display: none;
}

[data-view="list"] .catalog-section [data-entity="items-row"] > [class*="col"] {
	flex: 0 0 100%;
	max-width: 100%;
}

[data-view="line"] .catalog-section [data-entity="items-row"] > [class*="col"] {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 1025px) {
	.sl-catalog[data-view="grid"] .catalog-section .row.sl-grid-custom-row {
		display: grid;
		grid-template-columns: repeat(var(--sl-catalog-grid-columns, 4), minmax(0, 1fr));
		gap: 1.25rem;
		margin-inline: 0;
	}

	.sl-catalog[data-view="grid"] .catalog-section .row.sl-grid-custom-row > [class*="col"] {
		width: auto;
		max-width: none;
		padding-inline: 0;
		flex: unset;
	}

	.sl-catalog[data-view="grid"] .catalog-section .row.sl-grid-custom-row > .product-item-small-card {
		display: flex;
	}

	.sl-catalog[data-view="grid"] .catalog-section .row.sl-grid-custom-row > .product-item-small-card > .product-item-container {
		flex: 1;
		min-width: 0;
	}
}

@media (max-width: 1200px) {
	.sl-catalog--vertical[data-view="grid"] .catalog-section {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0.9375rem;
	}

	.sl-catalog--vertical[data-view="grid"] .catalog-section > .row {
		display: contents;
	}

	.sl-catalog--vertical[data-view="grid"] .catalog-section .row > [class*="col"] {
		padding-inline: 0;
		width: auto;
		max-width: none;
		flex: unset;
	}

	.sl-catalog--vertical[data-view="grid"] .catalog-section .product-item-small-card {
		width: auto;
		max-width: none;
		padding: 0;
		padding-inline: 0;
		display: flex;
	}

	.sl-catalog--vertical[data-view="grid"] .catalog-section .product-item-small-card > .product-item-container {
		flex: 1;
		min-width: 0;
	}
}

@media (max-width: 1024px) {
	.sl-catalog {
		flex-direction: column;
		gap: 1rem;
		margin-top: 1rem;
	}


	.sl-catalog__sidebar {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: min(23.4375rem, 85vw);
		height: 100dvh;
		z-index: 1100;
		background-color: var(--sl-color-white);
		transform: translateX(100%);
		transition: transform 0.3s ease;
		display: flex;
		flex-direction: column;
		overflow: hidden;
		align-self: stretch;
	}

	.sl-catalog__sidebar--open {
		transform: translateX(0);
	}


	.sl-catalog__sidebar-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 1.25rem 0.9375rem;
		flex-shrink: 0;
		border-bottom: 1px solid rgba(var(--sl-color-dark-rgb), 0.08);
	}

	.sl-catalog__sidebar-title {
		font-size: 1.125rem;
		font-weight: 500;
		line-height: 1.4375rem;
		color: var(--sl-color-dark);
	}

	.sl-catalog__sidebar-close {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 2rem;
		height: 2rem;
		padding: 0;
		border: none;
		background-color: transparent;
		color: var(--sl-color-dark);
		cursor: pointer;
		opacity: 0.6;
		transition: opacity 0.2s;
	}

	.sl-catalog__sidebar-close:hover {
		opacity: 1;
	}


	.sl-catalog__sidebar .bx-sidebar-block {
		flex: 1;
		overflow-y: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		scrollbar-color: rgba(var(--sl-color-dark-rgb), 0.3) transparent;
	}

	.sl-catalog__sidebar .bx-sidebar-block::-webkit-scrollbar {
		width: 0.375rem;
	}

	.sl-catalog__sidebar .bx-sidebar-block::-webkit-scrollbar-thumb {
		background-color: rgba(var(--sl-color-dark-rgb), 0.3);
		border-radius: 0.1875rem;
	}

	.sl-catalog__sidebar .bx-sidebar-block::-webkit-scrollbar-track {
		background-color: transparent;
	}


	.sl-catalog__sidebar-footer {
		display: flex;
		gap: 0.625rem;
		padding: 0.9375rem;
		flex-shrink: 0;
		border-top: 1px solid rgba(var(--sl-color-dark-rgb), 0.08);
	}

	.sl-catalog__sidebar-apply {
		flex: 1;
		height: 2.8125rem;
		border: none;
		border-radius: 0.625rem;
		background-color: var(--sl-color-link);
		color: var(--sl-color-white);
		font-size: 0.9375rem;
		font-weight: 400;
		line-height: 1.1875rem;
		cursor: pointer;
		transition: background-color 0.2s;
	}

	.sl-catalog__sidebar-apply:hover {
		background-color: var(--sl-color-link-hover);
	}

	.sl-catalog__sidebar-reset {
		flex: 1;
		height: 2.8125rem;
		padding: 0;
		border: none;
		border-radius: 0.625rem;
		background-color: var(--sl-color-bg-muted);
		color: var(--sl-color-dark);
		font-size: 0.9375rem;
		font-weight: 400;
		line-height: 1.1875rem;
		cursor: pointer;
		transition: background-color 0.2s;
	}

	.sl-catalog__sidebar-reset:hover {
		background-color: var(--sl-color-input-bg);
	}


	.sl-catalog__sidebar-overlay {
		display: none;
		position: fixed;
		inset: 0;
		z-index: 1099;
		background-color: rgba(var(--sl-color-dark-rgb), 0.4);
	}

	.sl-catalog__sidebar-overlay--visible {
		display: block;
	}


	body.sl-filter-open {
		overflow: hidden;
	}

	.sl-catalog__content--swap {
		order: unset;
	}

	.sl-catalog__sidebar--swap {
		order: unset;
	}


	.sl-catalog[data-view="grid"] .catalog-section {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0.9375rem;
	}

	.sl-catalog[data-view="grid"] .catalog-section > .row {
		display: contents;
	}

	.sl-catalog[data-view="grid"] .catalog-section .row > [class*="col"] {
		padding-inline: 0;
		width: auto;
		max-width: none;
		flex: unset;
	}

	.sl-catalog[data-view="grid"] .catalog-section .product-item-small-card {
		width: auto;
		max-width: none;
		padding: 0;
		padding-inline: 0;
		display: flex;
	}

	.sl-catalog[data-view="grid"] .catalog-section .product-item-small-card > .product-item-container {
		flex: 1;
		min-width: 0;
	}


	.sl-catalog-toolbar__filter-btn {
		display: inline-flex;
		align-items: center;
		gap: 0.4375rem;
		height: 2.375rem;
		padding: 0 0.75rem;
		border: none;
		border-radius: var(--sl-catalog-toolbar-control-radius-current);
		background-color: var(--sl-catalog-toolbar-control-bg-current);
		font-size: 0.8125rem;
		font-weight: 400;
		color: var(--sl-catalog-toolbar-control-text-current);
		cursor: pointer;
		white-space: nowrap;
		transition: background-color 0.2s;
	}

	.sl-catalog-toolbar__filter-btn:hover {
		background-color: var(--sl-catalog-toolbar-control-hover-bg-current);
	}

	.sl-catalog-toolbar__filter-btn svg {
		flex-shrink: 0;
	}

	.sl-catalog-controls {
		padding-right: 0;
	}

	.sl-catalog-controls__right {
		position: static;
		margin-left: auto;
	}


	[data-view="list"] .catalog-section .row,
	[data-view="line"] .catalog-section .row {
		margin-inline: 0;
	}

	[data-view="list"] .catalog-section .row > [class*="col"],
	[data-view="line"] .catalog-section .row > [class*="col"] {
		padding-inline: 0;
	}
}

@media (max-width: 768px) {
	.sl-catalog-toolbar__right {
		gap: 0.9375rem;
	}

	.sl-catalog-toolbar__page-size {
		display: none;
	}

	.sl-catalog-toolbar__sort-label {
		max-width: 8.75rem;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.sl-description__body {
		padding: 1.25rem 1.5rem;
	}
}

@media (max-width: 480px) {

	.sl-catalog[data-view="list"] .catalog-section,
	.sl-catalog[data-view="line"] .catalog-section {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0.625rem;
	}

	.sl-catalog[data-view="list"] .catalog-section > .row,
	.sl-catalog[data-view="line"] .catalog-section > .row {
		display: contents;
	}


	[data-view="list"] .catalog-section [data-entity="items-row"] > [class*="col"],
	[data-view="line"] .catalog-section [data-entity="items-row"] > [class*="col"] {
		flex: unset;
		max-width: unset;
		padding-inline: 0;
	}

	.sl-catalog[data-view="list"] .catalog-section .row > [class*="col"],
	.sl-catalog[data-view="line"] .catalog-section .row > [class*="col"] {
		padding-inline: 0;
	}


	.sl-catalog[data-view="list"] .catalog-section .product-item-small-card,
	.sl-catalog[data-view="line"] .catalog-section .product-item-small-card {
		width: auto;
		max-width: none;
		padding: 0;
		padding-inline: 0;
	}

	.sl-catalog[data-view="list"] .catalog-section .product-item-small-card > .product-item-container,
	.sl-catalog[data-view="line"] .catalog-section .product-item-small-card > .product-item-container {
		flex: 1;
		min-width: 0;
	}
}

.catalog-compare-list,
.bx_catalog-compare-list {
	display: none !important;
}

.sl-popular-tags {
	display: flex;
	flex-direction: column;
	gap: var(--sl-card-gap-half, 0.625rem);
	margin-bottom: var(--sl-gap-section);
}

.sl-popular-tags--top {
	margin-bottom: 1.25rem;
}

.sl-popular-tags__title {
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.35;
	color: var(--sl-color-dark);
	margin: 0;
}

.sl-popular-tags__list {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sl-card-gap-half, 0.625rem);
}

.sl-popular-tags__item {
	display: inline-flex;
	align-items: center;
	padding: 0.4375rem 0.9375rem;
	background-color: var(--sl-color-white);
	border-radius: var(--sl-field-radius, 0.625rem);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.1875rem;
	color: var(--sl-color-dark);
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 200ms ease;
}

.sl-popular-tags__item:hover {
	background-color: rgba(var(--sl-color-dark-rgb), 0.08);
	color: var(--sl-color-dark);
	text-decoration: none;
}

.sl-popular-tags__more {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	padding: 0.4375rem 0.9375rem;
	background-color: rgba(var(--sl-color-dark-rgb), 0.05);
	border: none;
	border-radius: var(--sl-tab-radius, 0.625rem);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.1875rem;
	color: var(--sl-color-dark);
	cursor: pointer;
	transition: background-color 200ms ease;
}

.sl-popular-tags__more:hover {
	background-color: rgba(var(--sl-color-dark-rgb), 0.08);
}

.sl-popular-tags__more svg {
	flex-shrink: 0;
	opacity: 0.5;
}

.sl-popular-tags__item--hidden {
	display: none;
}

.sl-popular-tags__list--expanded .sl-popular-tags__item--hidden {
	display: inline-flex;
}

.sl-catalog__full .sl-promo-tabbed {
	margin-bottom: var(--sl-gap-section);
}

.sl-catalog__full .qpb-block__slider .product-item-container {
	min-height: 0 !important;
	height: auto;
	display: block;
}

.sl-catalog__full .qpb-block__slider .product-item,
.sl-catalog__full .qpb-block__slider .product-item-container.hover .product-item {
	flex: none;
	height: auto;
}

@media (max-width: 768px) {
	.sl-catalog-header {
		margin-top: 1rem;
	}

	.sl-catalog__title {
		font-size: 1.625rem;
		margin-bottom: 2rem;
	}


	.sl-catalog__full .sl-promo-tabbed__tabs {
		margin-left: calc(0rem - var(--sl-gap-page));
		margin-right: calc(0rem - var(--sl-gap-page));
		padding-left: var(--sl-gap-page);
	}

	.sl-catalog {
		margin-bottom: 1.875rem;
	}

	.sl-popular-tags__title {
		font-size: 1.5rem;
	}

	.sl-popular-tags__list {
		gap: 0.5rem;
	}

	.sl-popular-tags__item {
		font-size: 0.8125rem;
		padding: 0.375rem 0.75rem;
	}


	.sl-catalog__block-top {
		gap: 1rem;
		margin-bottom: 1rem;
	}

	.sl-catalog__block-top .sl-catalog__block-header {
		font-size: 1.5rem;
	}

	.sl-catalog__block-top .sl-promo-tabbed__nav {
		display: flex;
		gap: 0.625rem;
		margin-left: auto;
	}

	.sl-catalog__block-top .sl-promo-tabbed__arrow {
		height: 2.125rem;
	}


	.sl-catalog__block-top .sl-promo-tabbed__arrow-wrapper:first-child::before {
		width: 0.75rem;
		border-radius: var(--sl-tab-radius, 6.25rem) 0 0 var(--sl-tab-radius, 6.25rem);
	}

	.sl-catalog__block-top .sl-promo-tabbed__arrow-wrapper:first-child::after {
		width: 0.75rem;
		border-radius: 0 var(--sl-tab-join-radius, 0.625rem) var(--sl-tab-join-radius, 0.625rem) 0;
	}

	.sl-catalog__block-top .sl-promo-tabbed__arrow-wrapper:last-child::before {
		width: 0.75rem;
		border-radius: var(--sl-tab-join-radius, 0.625rem) 0 0 var(--sl-tab-join-radius, 0.625rem);
	}

	.sl-catalog__block-top .sl-promo-tabbed__arrow-wrapper:last-child::after {
		width: 0.75rem;
		border-radius: 0 var(--sl-tab-radius, 6.25rem) var(--sl-tab-radius, 6.25rem) 0;
	}

	.sl-catalog__block-top .sl-promo-tabbed__arrow svg {
		width: 0.4375rem;
		height: 0.75rem;
	}
}

@media (max-width: 480px) {
	.sl-catalog {
		gap: 0.625rem;
		margin-top: 0.625rem;
	}

	.sl-catalog-header {
		margin-top: 0.625rem;
		margin-bottom: 0.625rem;
	}

	.sl-catalog__title {
		font-size: 1.375rem;
		margin-bottom: 1.5rem;
	}

	.sl-catalog-header__title {
		color: var(--sl-color-dark);
		font-size: 1.375rem;
		font-weight: 500;
		line-height: 1.35;
	}

	.sl-catalog-header__count {
		color: var(--sl-color-dark);
		font-size: 0.875rem;
		font-weight: 400;
		line-height: 1.35;
		opacity: 0.5;
	}

	.sl-popular-tags__title {
		font-size: 1.375rem;
		font-weight: 500;
		line-height: 1.35;
	}


	.sl-catalog[data-view="grid"] .catalog-section {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.625rem;
	}


	.sl-catalog-toolbar__right {
		gap: 0.5rem;
	}

	.sl-catalog-toolbar__sort-btn {
		min-width: auto;
		color: var(--sl-catalog-toolbar-control-text-current);
		font-size: 0.8125rem;
		font-weight: 400;
		line-height: 1.35;
	}

	.sl-catalog-toolbar__filter-btn {
		width: 2.375rem;
		height: 2.375rem;
		padding: 0;
		justify-content: center;
	}

	.sl-catalog-toolbar__filter-btn span {
		display: none;
	}


	.sl-catalog__block-top .sl-catalog__block-header {
		font-size: 1.25rem;
	}


	.sl-catalog__block-top .sl-promo-tabbed__nav {
		display: flex;
	}

	.sl-catalog__block-top .sl-promo-tabbed__arrow {
		height: 2.125rem;
		width: 0.875rem;
	}

	.sl-catalog__block-top .sl-promo-tabbed__arrow-wrapper::before,
	.sl-catalog__block-top .sl-promo-tabbed__arrow-wrapper::after {
		width: 0.625rem;
	}

	.sl-catalog__block-top .sl-promo-tabbed__arrow svg {
		width: 0.4375rem;
		height: 0.875rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sl-catalog-empty__back,
	.sl-catalog-toolbar__sort-btn,
	.sl-catalog-toolbar__sort-chevron,
	.sl-catalog-toolbar__sort-item a,
	.sl-catalog-toolbar__page-size-btn,
	.sl-catalog-toolbar__view-btn,
	.sl-catalog__sidebar,
	.sl-catalog__sidebar-close,
	.sl-catalog__sidebar-apply,
	.sl-catalog__sidebar-reset,
	.sl-catalog-toolbar__filter-btn,
	.sl-catalog__content--applying,
	.sl-catalog-progress--active,
	.sl-popular-tags__item,
	.sl-popular-tags__more {
		transition: none;
	}

	.sl-catalog-toolbar__tag-dropdown-item--applying .sl-catalog-toolbar__tag-checkbox::after {
		animation: none;
	}
}

/* End */


/* Start:/local/templates/shop_light/components/bitrix/catalog.section.list/sl_pills/style.css?17823969775417*/
.sl-sections {
	align-items: stretch;
	display: flex;
	gap: 0.625rem;
	min-height: 3.5625rem;
	position: relative;
}

.sl-sections__swiper {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.sl-sections__swiper::after {
	background: linear-gradient(to right, transparent, var(--sl-color-bg));
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 2.5rem;
	z-index: 2;
}

.sl-sections__swiper.swiper-locked::after,
.sl-sections--at-end .sl-sections__swiper::after {
	display: none;
}

.sl-sections__swiper .swiper-wrapper {
	display: flex;
	flex-wrap: nowrap;
}

.sl-sections__slide {
	flex-shrink: 0;
	width: auto;
}

.sl-sections__pill {
	align-items: flex-start;
	background: var(--sl-color-white);
	border: 1px solid transparent;
	border-radius: var(--sl-tab-radius, var(--sl-input-radius, 0.625rem));
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 3.5625rem;
	padding: 0.625rem 1.25rem;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
	white-space: nowrap;
}

.sl-sections__pill:hover {
	background: rgba(var(--sl-color-link-rgb), 0.08);
}

.sl-sections__pill--active,
.sl-sections__pill--active:hover {
	background: rgba(var(--sl-color-dark-rgb), 0.05);
}

html[data-theme="dark"] .sl-sections__pill {
	background: var(--sl-color-bg-card, #252836);
	border-color: var(--sl-color-divider, #2D3041);
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.16);
}

html[data-theme="dark"] .sl-sections__pill:hover {
	background: var(--sl-color-surface-2, #2D3041);
	border-color: rgba(var(--sl-color-link-rgb, 112, 96, 248), 0.38);
}

html[data-theme="dark"] .sl-sections__pill--active,
html[data-theme="dark"] .sl-sections__pill--active:hover {
	background: var(--sl-color-link-solid, #5F53E6);
	border-color: rgba(var(--sl-color-link-rgb, 112, 96, 248), 0.72);
	box-shadow: 0 0.75rem 1.75rem rgba(var(--sl-color-link-solid-rgb, 95, 83, 230), 0.22);
}

html[data-theme="dark"] .sl-sections__pill--active .sl-sections__name,
html[data-theme="dark"] .sl-sections__pill--active .sl-sections__count {
	color: var(--sl-color-link-contrast, #FFFFFF);
}

html[data-theme="dark"] .sl-sections__pill--active .sl-sections__count {
	opacity: 0.78;
}

html[data-theme="dark"] .sl-sections__pill:not(.sl-sections__pill--active) .sl-sections__count {
	color: var(--sl-color-muted, #9CA3AF);
	opacity: 0.82;
}

.sl-sections__name {
	color: var(--sl-color-dark);
	display: block;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.2;
}

.sl-sections__count {
	color: var(--sl-color-dark);
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2;
	opacity: 0.5;
}

.sl-sections__prev,
.sl-sections__next {
	align-items: center;
	background: var(--sl-color-white);
	border: 0;
	box-sizing: border-box;
	color: var(--sl-color-dark);
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	gap: 0.625rem;
	height: 3.5625rem;
	justify-content: center;
	line-height: 0;
	min-height: 3.5625rem;
	opacity: 1;
	transition: background-color 0.2s ease, color 0.2s ease;
	width: auto;
}

.sl-sections__prev {
	border-radius: 6.25rem 1.25rem 1.25rem 6.25rem;
	padding: 0.9375rem 1.25rem 0.9375rem 1.375rem;
}

.sl-sections__next {
	border-radius: 1.25rem 6.25rem 6.25rem 1.25rem;
	padding: 0.9375rem 1.375rem 0.9375rem 1.25rem;
}

.sl-sections__prev svg,
.sl-sections__next svg {
	flex-shrink: 0;
	height: 0.9375rem;
	width: 0.5625rem;
}

.sl-sections__prev:hover,
.sl-sections__next:hover {
	background: rgba(var(--sl-color-link-rgb), 0.08);
}

.sl-sections__prev:focus-visible,
.sl-sections__next:focus-visible,
.sl-sections__pill:focus-visible {
	outline: 0.125rem solid var(--sl-color-link);
	outline-offset: 0.125rem;
}

.sl-sections__prev.swiper-button-disabled,
.sl-sections__next.swiper-button-disabled {
	background: var(--sl-color-white);
	cursor: default;
	pointer-events: none;
}

html[data-theme="dark"] .sl-sections__prev,
html[data-theme="dark"] .sl-sections__next {
	background: var(--sl-color-bg-card);
	color: var(--sl-color-dark);
}

html[data-theme="dark"] .sl-sections__prev:hover,
html[data-theme="dark"] .sl-sections__next:hover {
	background: var(--sl-color-surface-2);
}

html[data-theme="dark"] .sl-sections__prev.swiper-button-disabled,
html[data-theme="dark"] .sl-sections__next.swiper-button-disabled {
	background: var(--sl-color-bg-card);
}

.sl-sections__prev.swiper-button-lock,
.sl-sections__next.swiper-button-lock {
	display: none;
}

@media (max-width: 480px) {
	.sl-sections__name {
		color: var(--sl-color-dark);
		font-size: 0.8125rem;
		font-weight: 400;
		line-height: 1.2;
	}

	.sl-sections__pill {
		align-items: flex-start;
		display: inline-flex;
		flex-direction: column;
		padding: 0.3125rem 0.9375rem;
	}

	.sl-sections__count {
		color: var(--sl-color-dark);
		font-size: 0.75rem;
		font-weight: 400;
		line-height: 1.2;
		opacity: 0.5;
	}

	.sl-sections__prev,
	.sl-sections__prev.swiper-button-lock,
	.sl-sections__prev.swiper-button-disabled {
		display: none;
	}

	.sl-sections__next.swiper-button-lock {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sl-sections__pill,
	.sl-sections__prev,
	.sl-sections__next {
		transition: none;
	}
}

/* End */


/* Start:/local/templates/shop_light/components/bitrix/catalog.smart.filter/bootstrap_v4/style.css?178240676254869*/
.smart-filter {
	--sl-filter-radius-current: var(--sl-filter-radius, var(--sl-card-radius, 1.25rem));
	--sl-filter-surface: var(--sl-filter-bg, rgba(var(--sl-color-dark-rgb), 0.05));
	--sl-filter-text-current: var(--sl-filter-text, var(--sl-color-dark));
	--sl-filter-border-current: var(--sl-filter-border, var(--sl-color-bg));
	--sl-filter-accent-current: var(--sl-filter-accent, var(--sl-color-link));
	--sl-filter-accent-text-current: var(--sl-filter-accent-text, var(--sl-color-white));
	--sl-filter-control-bg-current: var(--sl-filter-control-bg, var(--sl-color-white));
	--sl-filter-control-radius-current: var(--sl-filter-control-radius, var(--sl-field-radius, 0.625rem));
	--sl-filter-swatch-white: var(--sl-color-white);
	--sl-filter-swatch-black: var(--sl-color-dark);
	--sl-filter-swatch-gray: #B8C0CC;
	--sl-filter-swatch-beige: #E8DDC7;
	--sl-filter-swatch-olive: #8B944E;
	--sl-filter-swatch-yellow: #FFD535;
	--sl-filter-swatch-blue: #2447D8;
	--sl-filter-swatch-navy: #173A6A;
	--sl-filter-swatch-light-blue: #8EC5FF;
	--sl-filter-swatch-green: #28A85A;
	--sl-filter-swatch-red: #F04B5F;
	--sl-filter-swatch-pink: #F49AC2;
	--sl-filter-swatch-purple: #7A61FF;
	--sl-filter-swatch-orange: #FF9D42;
	--sl-filter-swatch-brown: #8B5E3C;
	--sl-filter-swatch-gold: #D7A928;
	--sl-filter-swatch-silver: #C7CCD5;
	--sl-filter-swatch-turquoise: #42C7C7;
	--sl-filter-swatch-mint: #98DDBB;
	--sl-filter-swatch-khaki: #A69B5D;
	--sl-filter-swatch-burgundy: #8F2238;
	--sl-filter-swatch-multicolor: conic-gradient(#F04B5F, #FFD535, #28A85A, #2447D8, #7A61FF, #F04B5F);
	width: 100%;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.1875rem;
	color: var(--sl-filter-text-current);
	border-radius: var(--sl-filter-radius-current) var(--sl-filter-radius-current) 0 0;
}

.smart-filter-section {
	position: relative;
}

.smart-filter-title {
	display: none;
}

.smart-filter-form {
	background-color: var(--sl-filter-surface);
	background-image: var(--sl-filter-bg-image, none);
	background-position: var(--sl-filter-bg-position, center center);
	background-repeat: var(--sl-filter-bg-repeat, no-repeat);
	background-size: var(--sl-filter-bg-size, cover);
	border-radius: var(--sl-filter-radius-current);
}

.smart-filter .row {
	display: flex;
	flex-direction: column;
	margin: 0;
	gap: 0;
}

.smart-filter .row > [class*="col"] {
	padding: 0;
	max-width: 100%;
	flex: none;
	width: 100%;
}

.smart-filter .row .mb-2 {
	margin-bottom: 0 !important;
}

.smart-filter-parameters-box {
	position: relative;
	padding: 1.25rem !important;
	margin-bottom: 0.125rem !important;
	border-bottom: 0.0625rem solid var(--sl-filter-border-current);
}

.smart-filter-parameters-box-title {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 0.9375rem;
	line-height: 1.1875rem;
	padding-bottom: 0;
}

.smart-filter-parameters-box-title-text {
	min-width: 0;
	color: var(--sl-filter-text-current);
	cursor: pointer;
	font-size: 0.9375rem;
	line-height: 1.1875rem;
	transition: none;
}

.bx-active .smart-filter-parameters-box-title-text {
	color: var(--sl-filter-text-current);
}

.smart-filter-angle {
	position: relative;
	display: flex;
	flex: 0 0 1.25rem;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.1875rem;
	vertical-align: middle;
	margin-left: auto;
}

.smart-filter-angles {
	width: 0.6875rem;
	height: 0.3125rem;
	color: var(--sl-filter-text-current);
	transition: transform 300ms ease;
	transform: rotate(180deg);
	cursor: pointer;
}

.smart-filter-angle-up .smart-filter-angles {
	transform: rotate(0deg);
}

.smart-filter-hint {
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}

.smart-filter-hint-icon {
	display: inline-flex;
	flex: 0 0 1rem;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border-radius: var(--sl-tab-radius, 6.25rem);
	background: var(--sl-filter-control-bg-current);
	color: var(--sl-filter-text-current);
	line-height: 1;
	cursor: default;
}

.smart-filter-hint-icon svg {
	flex: 0 0 auto;
	width: 0.375rem;
	height: 0.5625rem;
}

.smart-filter-hint-popup {
	position: absolute;
	top: calc(100% + 0.5rem);
	left: -0.4375rem;
	z-index: 10;
	display: none;
	padding: 0.625rem;
	min-width: 12.5rem;
	max-width: 18.75rem;
	border: 0.0625rem solid var(--sl-color-border);
	border-radius: var(--sl-dropdown-radius, min(var(--sl-card-radius, 0.5rem), 1.5rem));
	background-color: var(--sl-color-white);
	box-shadow: 0 0.3125rem 0.9375rem 0 rgba(var(--sl-color-dark-rgb), 0.1);
	font-size: 0.8125rem;
}

.smart-filter-hint:hover .smart-filter-hint-popup {
	display: block;
}

.smart-filter-hint-popup-angle {
	position: absolute;
	top: -0.3125rem;
	left: 0.625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.0625rem solid var(--sl-color-border);
	border-left: 0.0625rem solid var(--sl-color-border);
	background-color: var(--sl-color-white);
	transform: rotate(45deg);
}

.smart-filter-block {
	display: none;
}

.smart-filter-button-box .smart-filter-block,
.smart-filter-parameters-box.bx-active .smart-filter-block {
	display: block;
}

.smart-filter-parameters-box-container {
	padding-top: 0.9375rem;
}

.smart-filter-parameters-box.bx-active .smart-filter-block i.bx-ft-sub {
	display: block;
	padding-bottom: 0.3125rem;
	font-style: normal;
	font-size: 0.875rem;
}

.smart-filter-input-group-number {
	width: 100%;
}

.smart-filter-input-group-number .d-flex {
	display: flex;
	gap: 0.625rem;
}

.smart-filter-input-group-number .form-group {
	flex: 1;
	margin: 0;
	width: auto !important;
}

.smart-filter-input-container {
	background: var(--sl-filter-control-bg-current);
	border-radius: var(--sl-filter-control-radius-current);
	min-height: 3.25rem;
	padding: 0.4375rem 0.8125rem;
}

.smart-filter-input-container input.min-price::placeholder,
.smart-filter-input-container input.max-price::placeholder {
	color: var(--sl-filter-text-current);
	opacity: 0.35;
}

.smart-filter-input-label {
	display: block;
	font-size: 0.875rem;
	line-height: 1.1875rem;
	color: var(--sl-filter-text-current);
	opacity: 0.5;
	margin-bottom: 0;
}

.smart-filter-input-container input.min-price,
.smart-filter-input-container input.max-price {
	width: 100%;
	border: none;
	background: transparent;
	font-size: 0.875rem;
	line-height: 1.1875rem;
	color: var(--sl-filter-text-current);
	outline: none;
	padding: 0;
	height: auto;
	box-shadow: none;
	-moz-appearance: textfield;
}

.smart-filter-input-container input::-webkit-outer-spin-button,
.smart-filter-input-container input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.smart-filter-input-container input::placeholder {
	color: var(--sl-filter-text-current);
	opacity: 0.5;
}

.smart-filter-input-hidden {
	display: none;
}

.smart-filter-search-wrap {
	position: relative;
	margin-bottom: 0.625rem;
}

.smart-filter-search {
	width: 100%;
	padding: 0.5rem 2rem 0.5rem 0.75rem;
	border: none;
	border-radius: var(--sl-filter-control-radius-current);
	background: var(--sl-filter-control-bg-current);
	font-size: 0.8125rem;
	line-height: 1.1875rem;
	color: var(--sl-filter-text-current);
	outline: none;
}

.smart-filter-search::placeholder {
	color: var(--sl-filter-text-current);
	opacity: 0.4;
}

.smart-filter-search-clear {
	position: absolute;
	top: 50%;
	right: 0.625rem;
	transform: translateY(-50%);
	display: none;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: none;
	background: none;
	color: var(--sl-filter-text-current);
	opacity: 0.35;
	cursor: pointer;
}

.smart-filter-search-clear svg {
	width: 0.5rem;
	height: 0.5rem;
}

.smart-filter-search-clear:hover {
	color: var(--sl-filter-text-current);
	opacity: 1;
}

.smart-filter-search-wrap--active .smart-filter-search-clear {
	display: flex;
}

.smart-filter-search-empty {
	display: none;
	padding: 0.75rem 0;
	text-align: center;
	font-size: 0.8125rem;
	line-height: 1.1875rem;
	color: var(--sl-filter-text-current);
	opacity: 0.4;
}

.smart-filter-search-empty--visible {
	display: block;
}

.smart-filter-input-group-checkbox-list {
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	max-height: 16.25rem;
	overflow-y: auto;
	padding-right: 0.625rem;
}

.smart-filter-input-group-checkbox-list {
	scrollbar-width: thin;
	scrollbar-color: rgba(var(--sl-color-dark-rgb), 0.3) transparent;
}

.smart-filter-input-group-checkbox-list::-webkit-scrollbar {
	width: 0.25rem;
}

.smart-filter-input-group-checkbox-list::-webkit-scrollbar-track {
	background: transparent;
}

.smart-filter-input-group-checkbox-list::-webkit-scrollbar-thumb {
	background: rgba(var(--sl-color-dark-rgb), 0.3);
	border-radius: 0.25rem;
}

.smart-filter-input-group-checkbox-list .form-group {
	display: flex;
	align-items: flex-start;
	gap: 0.625rem;
	margin: 0 !important;
	padding: 0;
}

.smart-filter-input-group-checkbox-list input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	width: 1.125rem;
	height: 1.125rem;
	min-width: 1.125rem;
	min-height: 1.125rem;
	margin-top: 0.0625rem;
	background: var(--sl-filter-control-bg-current);
	border-radius: min(var(--sl-field-radius, 0.1875rem), 0.375rem);
	border: none;
	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

.smart-filter-input-group-checkbox-list input[type="checkbox"]:checked {
	background: var(--sl-filter-accent-current);
}

.smart-filter-input-group-checkbox-list input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.625rem;
	height: 0.4375rem;
	transform: translate(-50%, -50%);
	border-left: 0.125rem solid var(--sl-filter-accent-text-current);
	border-bottom: 0.125rem solid var(--sl-filter-accent-text-current);
	transform: translate(-50%, -62%) rotate(-45deg);
}

.smart-filter-input-group-checkbox-list input[type="checkbox"]:disabled {
	opacity: 0.4;
	cursor: default;
}

.smart-filter-input-group-checkbox-list label {
	font-size: 0.875rem;
	line-height: 1.1875rem;
	color: var(--sl-filter-text-current);
	cursor: pointer;
	margin: 0;
	font-weight: 400;
}

.smart-filter-input-group-checkbox-list label.disabled {
	color: var(--sl-filter-text-current);
	opacity: 0.35;
}

html[data-theme="dark"] .smart-filter-parameters-box:not(.smart-filter--toggle) .smart-filter-input-group-checkbox-list .form-group.form-check {
	padding: 0.375rem 0.5rem;
	border-radius: var(--sl-field-radius, 0.5rem);
	background: rgba(var(--sl-color-dark-rgb), 0.04);
	transition: background-color 0.2s ease;
}

html[data-theme="dark"] .smart-filter-parameters-box:not(.smart-filter--toggle) .smart-filter-input-group-checkbox-list .form-group.form-check:hover {
	background: var(--sl-color-surface-2, #2D3041);
}

html[data-theme="dark"] .smart-filter-input-group-checkbox-list input[type="checkbox"] {
	background: var(--sl-filter-control-bg-current);
	box-shadow: inset 0 0 0 1px rgba(var(--sl-color-dark-rgb), 0.16);
}

html[data-theme="dark"] .smart-filter-input-group-checkbox-list input[type="checkbox"]:checked {
	background: var(--sl-filter-accent-current);
	box-shadow: inset 0 0 0 1px rgba(var(--sl-color-link-rgb), 0.2);
}

html[data-theme="dark"] .smart-filter-input-group-checkbox-list input[type="checkbox"]:disabled {
	box-shadow: inset 0 0 0 1px rgba(var(--sl-color-dark-rgb), 0.08);
}

html[data-theme="dark"] .smart-filter-input-group-checkbox-list label,
html[data-theme="dark"] .smart-filter-input-group-checkbox-list label.smart-filter-checkbox-text {
	color: var(--sl-filter-text-current);
}

html[data-theme="dark"] .smart-filter-input-group-checkbox-list label.disabled,
html[data-theme="dark"] .smart-filter-input-group-checkbox-list input[type="checkbox"]:disabled + label {
	color: var(--sl-filter-text-current);
	opacity: 0.42;
}

.smart-filter .radio {
	margin-bottom: 0.3125rem;
}

.smart-filter-input-checkbox {
	display: flex;
	align-items: center;
	gap: 0.625rem;
}

.smart-filter-input-checkbox input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	width: 1.125rem;
	height: 1.125rem;
	min-width: 1.125rem;
	min-height: 1.125rem;
	background: var(--sl-filter-control-bg-current);
	border-radius: 6.25rem;
	border: none;
	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

.smart-filter-input-checkbox input[type="radio"]:checked {
	background: var(--sl-filter-accent-current);
}

.smart-filter-input-checkbox input[type="radio"]:checked::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.5rem;
	height: 0.5rem;
	background: var(--sl-filter-accent-text-current);
	border-radius: 6.25rem;
	transform: translate(-50%, -50%);
}

.smart-filter-input-checkbox.disabled input[type="radio"] {
	opacity: 0.4;
	cursor: default;
}

.smart-filter-param-text {
	font-size: 0.875rem;
	line-height: 1.1875rem;
	color: var(--sl-filter-text-current);
}

.smart-filter-param-label {
	cursor: pointer;
	font-weight: 400;
	margin-bottom: 0.3125rem;
}

.smart-filter-param-label:last-child {
	margin-bottom: 0;
}

.smart-filter-input-group-checkbox-pictures {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	max-height: 9.375rem;
	overflow-y: auto;
	padding-top: 0.1875rem;
	padding-right: 0.625rem;
	padding-bottom: 0.1875rem;
	padding-left: 0.1875rem;
	margin-right: 0.3125rem;
}

.smart-filter-input-group-checkbox-pictures::-webkit-scrollbar {
	width: 0.25rem;
}

.smart-filter-input-group-checkbox-pictures::-webkit-scrollbar-track {
	background: rgba(var(--sl-color-dark-rgb), 0.2);
	border-radius: 0.25rem;
}

.smart-filter-input-group-checkbox-pictures::-webkit-scrollbar-thumb {
	background: rgba(var(--sl-color-dark-rgb), 0.35);
	border-radius: 0.25rem;
}

.smart-filter-input-group-checkbox-pictures::-webkit-scrollbar-button {
	display: none;
}

@supports not selector(::-webkit-scrollbar) {
	.smart-filter-input-group-checkbox-pictures {
		scrollbar-width: thin;
		scrollbar-color: rgba(var(--sl-color-dark-rgb), 0.35) rgba(var(--sl-color-dark-rgb), 0.2);
	}
}

.smart-filter-input-group-checkbox-pictures::after {
	display: none;
}

.smart-filter-input-group-checkbox-pictures .smart-filter-param-label {
	margin: 0;
	float: none;
}

.smart-filter-input-group-checkbox-pictures .smart-filter-checkbox-label {
	display: flex;
	align-items: center;
	gap: 0.625rem;
}

.smart-filter-input-group-checkbox-pictures .smart-filter-checkbox-btn {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	border: 0.0625rem solid var(--sl-filter-border-current);
	background: var(--sl-filter-control-bg-current);
	overflow: hidden;
}

.smart-filter-input-group-checkbox-pictures .smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn {
	border-color: var(--sl-filter-accent-current);
	box-shadow: 0 0 0 0.125rem var(--sl-filter-accent-current);
	background: var(--sl-filter-control-bg-current);
}

.smart-filter-input-group-checkbox-pictures .smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn::before {
	display: none;
}

.smart-filter-input-group-checkbox-pictures .smart-filter-checkbox-btn-image {
	width: 1.4375rem;
	height: 1.4375rem;
	border-radius: 50%;
}

.smart-filter-input-group-checkbox-pictures .smart-filter-checkbox-text {
	display: inline;
	font-size: 0.875rem;
	line-height: 1.1875rem;
}

.smart-filter-checkbox-label {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	cursor: pointer;
	font-weight: 400;
}

.smart-filter-checkbox-btn,
.smart-filter-checkbox-text-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.125rem;
	height: 1.125rem;
	border: none;
	border-radius: 0.1875rem;
	background: var(--sl-filter-control-bg-current);
	padding: 0;
	cursor: pointer;
	flex-shrink: 0;
}

.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn {
	background: var(--sl-filter-accent-current);
	border-radius: 0.1875rem;
}

.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn::before,
.smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn::before {
	content: '';
	display: block;
	width: 0.625rem;
	height: 0.4375rem;
	border-left: 0.125rem solid var(--sl-filter-accent-text-current);
	border-bottom: 0.125rem solid var(--sl-filter-accent-text-current);
	transform: rotate(-45deg);
	margin-top: -0.125rem;
}

.smart-filter-input-group-checkbox-pictures .smart-filter-checkbox-btn,
.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-btn,
.smart-filter-horizontal .smart-filter-input-group-checkbox-pictures .smart-filter-checkbox-btn,
.smart-filter-horizontal .smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-btn {
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.smart-filter-input-group-checkbox-pictures .smart-filter-checkbox-btn-image,
.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-btn-image,
.smart-filter-horizontal .smart-filter-input-group-checkbox-pictures .smart-filter-checkbox-btn-image,
.smart-filter-horizontal .smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-btn-image {
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 50%;
	box-shadow: inset 0 0 0 0.0625rem rgba(var(--sl-color-dark-rgb), 0.12);
}

.smart-filter-input-group-checkbox-pictures .smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-horizontal .smart-filter-input-group-checkbox-pictures .smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-horizontal .smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn {
	border-radius: 50%;
	background: transparent;
	box-shadow: 0 0 0 0.1875rem rgba(var(--sl-color-link-rgb), 0.22);
}

.smart-filter-input-group-checkbox-pictures .smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn::before,
.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn::before,
.smart-filter-horizontal .smart-filter-input-group-checkbox-pictures .smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn::before,
.smart-filter-horizontal .smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn::before {
	content: none;
	display: none;
}

.smart-filter-input-group-checkbox-pictures .smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn,
.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn {
	opacity: 0.35;
}

label.smart-filter-checkbox-text,
.smart-filter-checkbox-text {
	font-size: 0.875rem !important;
	font-weight: 400;
	line-height: 1.1875rem;
	color: var(--sl-filter-text-current);
}

.sl-filter-count {
	font-size: 0.875rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.1875rem;
	color: var(--sl-filter-text-current);
	opacity: 0.5;
}

.smart-filter-dropdown-text {
	font-size: 0.875rem;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-text,
.smart-filter-dropdown-label.disabled .smart-filter-dropdown-text,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-text {
	color: rgba(var(--sl-color-dark-rgb), 0.35);
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn {
	position: relative;
	opacity: .35;
}

.smart-filter-number-label,
.smart-filter-dropdown-label,
.smart-filter-checkbox-label,
.smart-filter-checkbox-text-label {
	min-height: 1.25rem;
	font-weight: 400;
	cursor: pointer;
}

.smart-filter-checkbox-btn-image {
	display: block;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: none;
}

.smart-filter-checkbox-btn-image.all {
	position: relative;
	border: none;
	box-shadow: none;
	display: inline-block;
	width: 1.125rem;
	height: 1.125rem;
}

.smart-filter-checkbox-btn-image.all:after,
.smart-filter-checkbox-btn-image.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: var(--sl-color-white);
	box-shadow: inset 0 0 0 0.0625rem rgba(var(--sl-color-dark-rgb), .2);
	content: " ";
}

.smart-filter-checkbox-btn-image.all:after {
	right: 0;
	bottom: 0;
}

.smart-filter-checkbox-btn-image.all:before {
	top: 0;
	left: 0;
}

.smart-filter-input-group-checkbox-pictures-text {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	max-height: 10.625rem;
	overflow-y: auto;
	padding-top: 0.1875rem;
	padding-right: 0.625rem;
	padding-bottom: 0.1875rem;
	padding-left: 0.1875rem;
}

.smart-filter-input-group-checkbox-pictures-text::-webkit-scrollbar {
	width: 0.25rem;
}

.smart-filter-input-group-checkbox-pictures-text::-webkit-scrollbar-track {
	background: transparent;
}

.smart-filter-input-group-checkbox-pictures-text::-webkit-scrollbar-thumb {
	background: rgba(var(--sl-color-dark-rgb), 0.2);
	border-radius: 0.1875rem;
}

.smart-filter-input-group-checkbox-pictures-text::-webkit-scrollbar-button {
	display: none;
}

@supports not selector(::-webkit-scrollbar) {
	.smart-filter-input-group-checkbox-pictures-text {
		scrollbar-width: thin;
		scrollbar-color: rgba(var(--sl-color-dark-rgb), 0.2) transparent;
	}
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label {
	display: flex;
	align-items: center;
	gap: 0.625rem;
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-text {
	padding-left: 0;
}

.smart-filter-input-group-dropdown {
	display: block;
	height: auto;
	border: 0.0625rem solid rgba(var(--sl-color-dark-rgb), 0.2);
	border-radius: var(--sl-filter-control-radius-current);
	background: var(--sl-color-white);
}

.smart-filter-input-group-dropdown.bx-active,
.smart-filter-input-group-dropdown:focus {
	border-color: var(--sl-color-link);
}

.smart-filter-dropdown-block {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 2.1875rem 0 0.9375rem;
	width: 100%;
	height: 2.5rem;
	border: none;
	border-radius: var(--sl-filter-control-radius-current);
	background: transparent;
}

.smart-filter-dropdown-text {
	overflow: hidden;
	max-width: 100%;
	height: 2.5rem;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5rem;
	cursor: pointer;
	color: var(--sl-color-dark);
}

.smart-filter-dropdown-text.fix {
	min-width: 7.5rem;
}

.smart-filter-dropdown-text label {
	cursor: pointer;
}

.smart-filter-dropdown-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 2.1875rem;
	height: 2.5rem;
	cursor: pointer;
}

.smart-filter-dropdown-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.5rem;
	height: 0.5rem;
	border-right: 0.09375rem solid var(--sl-color-dark);
	border-bottom: 0.09375rem solid var(--sl-color-dark);
	transform: translate(-50%, -65%) rotate(45deg);
}

.smart-filter-input-group-dropdown-flex {
	display: flex;
	align-items: center;
}

.smart-filter-input-group-dropdown-flex .smart-filter-checkbox-btn-image {
	margin-right: 0.5rem;
}

.smart-filter-dropdown-popup {
	padding: 0.3125rem 0;
	min-width: 10.8125rem;
	background: var(--sl-color-white);
	border-radius: var(--sl-dropdown-radius, min(var(--sl-card-radius, 0.5rem), 1.5rem));
}

.smart-filter-dropdown-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.smart-filter-dropdown-popup ul li {
	display: block;
	vertical-align: middle;
}

.smart-filter-dropdown-popup ul li:first-child {
	margin-bottom: 0.3125rem;
	padding-bottom: 0.3125rem;
	border-bottom: 0.0625rem solid rgba(var(--sl-color-dark-rgb), 0.1);
}

.smart-filter-dropdown-popup ul li label {
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 0.3125rem 0.9375rem;
	width: 100%;
	color: rgba(var(--sl-color-dark-rgb), 0.7);
	white-space: nowrap;
	cursor: pointer;
	font-size: 0.875rem;
}

.smart-filter-dropdown-popup ul li label.selected,
.smart-filter-dropdown-popup ul li label:hover {
	background: var(--sl-color-bg);
	color: var(--sl-color-dark);
}

.smart-filter-dropdown-popup ul li label.disabled {
	background: transparent;
	color: rgba(var(--sl-color-dark-rgb), 0.35);
}

.smart-filter-dropdown-popup ul li .smart-filter-dropdown-text {
	padding-left: 0.3125rem;
	height: auto;
	line-height: 1.4;
}

.smart-filter-tag {
	padding: 0.9375rem 1.25rem;
	border-top: 0.0625rem solid var(--sl-color-divider);
	border-bottom: 0.0625rem solid var(--sl-color-divider);
}

.smart-filter .bx-tag-link {
	color: rgba(var(--sl-color-dark-rgb), 0.7);
	text-decoration: none;
	text-shadow: none;
	font-size: 0.875rem;
	line-height: 1.1875rem;
}

.smart-filter .bx-tag-link.bx-active,
.smart-filter .bx-tag-link:hover {
	color: var(--sl-color-dark);
}

.smart-filter-calendar-container {
	margin-bottom: 0.625rem;
}

.smart-filter-calendar-container input.calendar {
	width: 100%;
	border: none;
	border-radius: var(--sl-filter-control-radius-current);
	background: var(--sl-filter-control-bg-current);
	padding: 0.75rem 0.9375rem;
	font-size: 0.875rem;
	line-height: 1.1875rem;
	color: var(--sl-filter-text-current);
	outline: none;
}

.smart-filter-button-box {
	padding: 1.25rem;
	border-radius: 0 0 var(--sl-filter-radius-current) var(--sl-filter-radius-current);
}

.smart-filter-button-box .smart-filter-block {
	margin-top: 0;
}

.smart-filter-button-box .smart-filter-parameters-box-container {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

#set_filter {
	display: block;
	width: 100%;
	height: 2.8125rem;
	background: var(--sl-filter-accent-current) !important;
	color: var(--sl-filter-accent-text-current) !important;
	border: none;
	border-radius: min(var(--sl-filter-radius-current), var(--sl-action-radius, 0.625rem));
	font-size: 0.9375rem;
	line-height: 1.1875rem;
	font-weight: 400;
	cursor: pointer;
	padding: 0.8125rem;
	text-align: center;
	transition: background 200ms ease;
}

#set_filter:hover {
	background: var(--sl-filter-accent-current) !important;
}

#del_filter {
	display: block;
	width: 100%;
	height: 2.8125rem;
	background: var(--sl-filter-control-bg-current) !important;
	color: var(--sl-filter-text-current) !important;
	border: none;
	border-radius: min(var(--sl-filter-radius-current), var(--sl-action-radius, 0.625rem));
	font-size: 0.9375rem;
	line-height: 1.1875rem;
	font-weight: 400;
	cursor: pointer;
	padding: 0.8125rem;
	text-align: center;
	text-decoration: none !important;
}

#del_filter:hover {
	color: var(--sl-filter-accent-current) !important;
}

.smart-filter input:focus-visible,
.smart-filter button:focus-visible,
.smart-filter label:focus-visible,
.smart-filter a:focus-visible,
.smart-filter-dropdown-block:focus-visible {
	outline: 0.125rem solid var(--sl-color-link);
	outline-offset: 0.125rem;
}

.sl-range-slider {
	position: relative;
	height: 1.25rem;
	margin-top: 0.625rem;
}

.sl-range-slider__track {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 0.25rem;
	transform: translateY(-50%);
	background: rgba(var(--sl-color-dark-rgb), 0.12);
	border-radius: 6.25rem;
}

.sl-range-slider__fill {
	position: absolute;
	height: 100%;
	background: var(--sl-color-link);
	border-radius: 6.25rem;
}

.sl-range-slider__input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	pointer-events: none;
	outline: none;
}

.sl-range-slider__input::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	height: 0.25rem;
	background: transparent;
}

.sl-range-slider__input::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	background: var(--sl-color-link);
	border: none;
	margin-top: -0.5rem;
	cursor: pointer;
	pointer-events: auto;
	box-shadow: 0 0.0625rem 0.1875rem rgba(var(--sl-color-dark-rgb), 0.15);
}

.sl-range-slider__input::-moz-range-track {
	height: 0.25rem;
	background: transparent;
	border: none;
}

.sl-range-slider__input::-moz-range-thumb {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	background: var(--sl-color-link);
	border: none;
	cursor: pointer;
	pointer-events: auto;
	box-shadow: 0 0.0625rem 0.1875rem rgba(var(--sl-color-dark-rgb), 0.15);
}

.smart-filter-popup-result {
	position: absolute;
	z-index: 915;
	display: none;
	top: 50%;
	transform: translateY(-50%);
	padding: 0.5rem 0.75rem;
	min-height: 2.3125rem;
	border: 0.0625rem solid rgba(var(--sl-color-dark-rgb), 0.15);
	border-radius: var(--sl-dropdown-radius, min(var(--sl-card-radius, 0.5rem), 1.5rem));
	background: var(--sl-color-white);
	box-shadow: 0 0.25rem 0.75rem rgba(var(--sl-color-dark-rgb), 0.1);
	color: var(--sl-color-dark);
	white-space: nowrap;
	font-weight: 400;
	font-size: 0.8125rem;
	line-height: 1.125rem;
}

.smart-filter-popup-result.left {
	right: calc(100% + 0.75rem);
}

.smart-filter-popup-result.left::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -0.375rem;
	width: 0.625rem;
	height: 0.625rem;
	background: var(--sl-color-white);
	border: 0.0625rem solid rgba(var(--sl-color-dark-rgb), 0.15);
	border-left: none;
	border-bottom: none;
	border-radius: 0 0.125rem 0 0;
	transform: translateY(-50%) rotate(45deg);
}

.smart-filter-popup-result.right {
	left: calc(100% + 0.875rem);
}

.smart-filter-popup-result.right::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -0.375rem;
	width: 0.625rem;
	height: 0.625rem;
	background: var(--sl-color-white);
	border: 0.0625rem solid rgba(var(--sl-color-dark-rgb), 0.15);
	border-right: none;
	border-top: none;
	border-radius: 0 0 0 0.125rem;
	transform: translateY(-50%) rotate(45deg);
}

.smart-filter-horizontal .smart-filter-popup-result {
	position: relative;
	right: auto;
	bottom: -0.4375rem;
	left: auto;
	display: inline-block;
}

.smart-filter-popup-result a {
	color: var(--sl-color-link);
	line-height: 1.125rem;
	text-decoration: none;
}

.smart-filter-popup-result a:hover {
	text-decoration: underline;
}

html[data-theme="dark"] .smart-filter-button-box {
	border-top: 0.0625rem solid rgba(var(--sl-color-dark-rgb), 0.08);
}

html[data-theme="dark"] #set_filter {
	background: var(--sl-color-link-solid, #5F53E6) !important;
	color: var(--sl-color-link-contrast, #FFFFFF) !important;
	box-shadow: 0 0.75rem 1.75rem rgba(var(--sl-color-link-solid-rgb, 95, 83, 230), 0.18);
}

html[data-theme="dark"] #set_filter:hover {
	background: var(--sl-color-link-solid-hover, #5348D8) !important;
	color: var(--sl-color-link-contrast, #FFFFFF) !important;
}

html[data-theme="dark"] #del_filter {
	background: var(--sl-color-surface-2, #2D3041) !important;
	color: rgba(var(--sl-color-dark-rgb), 0.82) !important;
	box-shadow: inset 0 0 0 1px rgba(var(--sl-color-dark-rgb), 0.08);
}

html[data-theme="dark"] #del_filter:hover {
	background: var(--sl-color-surface-1, #252836) !important;
	color: var(--sl-color-dark, #E8ECF1) !important;
}

html[data-theme="dark"] .smart-filter-popup-result {
	background: var(--sl-color-surface-1, #252836);
	border-color: rgba(var(--sl-color-dark-rgb), 0.1);
	box-shadow: 0 0.875rem 2rem rgba(var(--sl-color-bg-rgb, 22, 24, 34), 0.52), 0 0 0 1px rgba(var(--sl-color-dark-rgb), 0.06);
	color: rgba(var(--sl-color-dark-rgb), 0.82);
}

html[data-theme="dark"] .smart-filter-popup-result.left::before,
html[data-theme="dark"] .smart-filter-popup-result.right::before {
	background: var(--sl-color-surface-1, #252836);
	border-color: rgba(var(--sl-color-dark-rgb), 0.1);
}

html[data-theme="dark"] .smart-filter-popup-result a {
	color: var(--sl-color-link-bright, #9B8FFF);
}

html[data-theme="dark"] .smart-filter-popup-result a:hover {
	color: var(--sl-color-link-contrast, #FFFFFF);
}

html[data-theme="dark"] .smart-filter-popup-result .arrow {
	display: none;
}

.smart-filter-popup-result-close {
	display: none;
}

.smart-filter-container-modef {
	position: relative;
	display: inline-block;
}

@media (max-width: 768px) and (pointer: coarse) {
	.smart-filter-popup-result {
		position: fixed !important;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		z-index: 1001;
		margin: 0;
		padding: 0.75rem 1.25rem;
		width: auto;
		height: auto;
		border: none;
		border-top: 0.0625rem solid rgba(var(--sl-color-dark-rgb), 0.1);
		border-radius: 0;
		background: rgba(var(--sl-color-white-rgb), 0.95);
		backdrop-filter: blur(0.625rem);
		font-size: 0.875rem;
		line-height: 1.1875rem;
	}

	.smart-filter-popup-result br {
		display: none;
	}
}

@media (max-width: 768px) {
	.smart-filter-popup-result .arrow {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.smart-filter-angles {
		transition: none;
	}

	.smart-filter-checkbox-btn,
	.smart-filter-checkbox-text-btn {
		transition: none;
	}

	#set_filter {
		transition: none;
	}
}

@media (max-width: 768px) {
	.sl-catalog__sidebar .smart-filter {
		border-radius: var(--sl-filter-radius-current) var(--sl-filter-radius-current) 0 0;
	}

	.sl-catalog__sidebar .smart-filter-form {
		background-color: var(--sl-filter-surface);
		background-image: var(--sl-filter-bg-image, none);
		background-position: var(--sl-filter-bg-position, center center);
		background-repeat: var(--sl-filter-bg-repeat, no-repeat);
		background-size: var(--sl-filter-bg-size, cover);
		border-radius: var(--sl-filter-radius-current);
	}

	.sl-catalog__sidebar .smart-filter .row {
		gap: 0;
	}


	.sl-catalog__sidebar .smart-filter-parameters-box {
		padding: 0.9375rem !important;
		margin-bottom: 0 !important;
		border-bottom: 0.0625rem solid rgba(var(--sl-color-dark-rgb), 0.08);
	}


	.sl-catalog__sidebar .smart-filter-parameters-box-title,
	.sl-catalog__sidebar .smart-filter-parameters-box-title-text {
		font-size: 0.9375rem;
		line-height: 1.1875rem;
	}


	.sl-catalog__sidebar .smart-filter-parameters-box-container {
		padding-top: 0.625rem;
	}


	.sl-catalog__sidebar .smart-filter-input-group-checkbox-list {
		gap: 0.3125rem;
	}

	.sl-catalog__sidebar .smart-filter-input-group-checkbox-list .form-group {
		gap: 0.625rem;
	}


	.sl-catalog__sidebar .smart-filter-input-group-checkbox-list input[type="checkbox"] {
		background: var(--sl-color-bg-muted);
	}

	.sl-catalog__sidebar .smart-filter-input-group-checkbox-list input[type="checkbox"]:checked {
		background: var(--sl-color-link);
	}


	.sl-catalog__sidebar .smart-filter-input-checkbox input[type="radio"] {
		background: var(--sl-color-bg-muted);
	}

	.sl-catalog__sidebar .smart-filter-input-checkbox input[type="radio"]:checked {
		background: var(--sl-color-link);
	}


	.sl-catalog__sidebar .smart-filter-input-container {
		background: var(--sl-color-bg-muted);
		border-radius: var(--sl-filter-control-radius-current);
		min-height: 3.25rem;
		padding: 0.4375rem 0.8125rem;
	}

	.sl-catalog__sidebar .smart-filter-block {
		padding-right: 0.625rem;
	}


	.sl-catalog__sidebar .smart-filter-input-group-dropdown {
		border-color: rgba(var(--sl-color-dark-rgb), 0.1);
	}


	.sl-catalog__sidebar .smart-filter-button-box {
		display: none;
	}


	.sl-catalog__sidebar .smart-filter-popup-result {
		position: fixed !important;
		top: auto !important;
		right: 0 !important;
		bottom: 4.6875rem !important;
		left: auto !important;
		width: min(23.4375rem, 85vw);
		z-index: 1101;
		margin: 0;
		padding: 0.625rem 0.9375rem;
		border: none;
		border-top: 0.0625rem solid rgba(var(--sl-color-dark-rgb), 0.1);
		border-radius: 0;
		background: rgba(var(--sl-color-white-rgb), 0.95);
		backdrop-filter: blur(0.625rem);
		font-size: 0.875rem;
		line-height: 1.1875rem;
		transform: none;
	}

	.sl-catalog__sidebar .smart-filter-popup-result .arrow {
		display: none;
	}

	.sl-catalog__sidebar .smart-filter-popup-result::before {
		display: none;
	}

	.sl-catalog__sidebar .smart-filter-popup-result br {
		display: none;
	}


	.sl-catalog__sidebar .smart-filter-hint {
		position: static;
	}

	.sl-catalog__sidebar .smart-filter-hint-popup {
		position: absolute;
		left: 0.9375rem;
		right: 0.9375rem;
		min-width: auto;
		max-width: none;
	}

	.sl-catalog__sidebar .smart-filter-hint-popup-angle {
		display: none;
	}


	.sl-catalog__sidebar .smart-filter-search {
		background: var(--sl-color-bg-muted);
	}
}

.smart-filter-parameters-box.smart-filter--toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.smart-filter-parameters-box.smart-filter--toggle .smart-filter-parameters-box-title {
	flex: 1 1 auto;
	cursor: default;
	display: flex;
	align-items: center;
	gap: 0.375rem;
	margin: 0;
	padding: 0;
}

.smart-filter-parameters-box.smart-filter--toggle .smart-filter-angle,
.smart-filter-parameters-box.smart-filter--toggle .smart-filter-container-modef {
	display: none;
}

.smart-filter-parameters-box.smart-filter--toggle .smart-filter-block {
	display: flex !important;
	height: auto !important;
	opacity: 1 !important;
	flex: 0 0 auto;
	width: auto;
	margin: 0;
	padding: 0;
}

.smart-filter-parameters-box.smart-filter--toggle .smart-filter-parameters-box-container,
.smart-filter-parameters-box.smart-filter--toggle .smart-filter-input-group-checkbox-list,
.smart-filter-parameters-box.smart-filter--toggle .form-group.form-check {
	margin: 0;
	padding: 0;
	width: auto;
	display: flex;
	align-items: center;
}

.smart-filter-parameters-box.smart-filter--toggle .smart-filter-checkbox-text,
.smart-filter-parameters-box.smart-filter--toggle .smart-filter-search-empty {
	display: none;
}

.smart-filter-parameters-box.smart-filter--toggle .smart-filter-input-group-checkbox-list input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 2.3125rem;
	height: 1.25rem;
	min-width: 2.3125rem;
	min-height: 1.25rem;
	border-radius: var(--sl-tab-radius, 6.25rem);
	background: rgba(var(--sl-color-dark-rgb), 0.15);
	position: relative;
	cursor: pointer;
	transition: background-color 200ms ease;
	border: none;
	padding: 0;
	margin: 0;
	flex-shrink: 0;
}

.smart-filter-parameters-box.smart-filter--toggle .smart-filter-input-group-checkbox-list input[type="checkbox"]::after {
	content: "";
	position: absolute;
	top: 0.1875rem;
	left: 0.1875rem;
	width: 0.875rem;
	height: 0.875rem;
	border-radius: var(--sl-tab-radius, 6.25rem);
	background: var(--sl-color-white);
	background-image: none;
	transform: translateX(0);
	transition: transform 200ms ease, opacity 200ms ease;
}

.smart-filter-parameters-box.smart-filter--toggle .smart-filter-input-group-checkbox-list input[type="checkbox"]:checked {
	background: var(--sl-color-link);
}

.smart-filter-parameters-box.smart-filter--toggle .smart-filter-input-group-checkbox-list input[type="checkbox"]:checked::after {
	transform: translateX(1.0625rem);
	opacity: 0.5;
}

.smart-filter-parameters-box.smart-filter--toggle .smart-filter-input-group-checkbox-list input[type="checkbox"]:disabled {
	opacity: 0.5;
	cursor: default;
}

@media (prefers-reduced-motion: reduce) {
	.smart-filter-parameters-box.smart-filter--toggle .smart-filter-input-group-checkbox-list input[type="checkbox"],
	.smart-filter-parameters-box.smart-filter--toggle .smart-filter-input-group-checkbox-list input[type="checkbox"]::after {
		transition: none;
	}
}

.smart-filter-horizontal {
	position: relative;
	z-index: 30;
	margin-bottom: 0 !important;
	border-radius: 0;
	overflow: visible;
}

.smart-filter-horizontal .smart-filter-section,
.smart-filter-horizontal .smart-filter-form,
.smart-filter-horizontal .row {
	overflow: visible;
}

.smart-filter-horizontal .smart-filter-form {
	background-color: var(--sl-filter-surface);
	background-image: var(--sl-filter-bg-image, none);
	background-position: var(--sl-filter-bg-position, center center);
	background-repeat: var(--sl-filter-bg-repeat, no-repeat);
	background-size: var(--sl-filter-bg-size, cover);
	border-radius: var(--sl-filter-radius-current);
}

.smart-filter-horizontal .row {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	gap: 0.625rem;
}

.smart-filter-horizontal .row > [class*="col"] {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	padding: 0;
}

.smart-filter-horizontal .row .mb-2 {
	margin-bottom: 0 !important;
}

.smart-filter-horizontal .smart-filter-parameters-box {
	position: relative;
	z-index: 1;
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	border: none;
}

.smart-filter-horizontal .smart-filter-parameters-box.bx-active {
	z-index: 40;
}

.smart-filter-horizontal .smart-filter-parameters-box-title {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 2.375rem;
	padding: 0.625rem 0.9375rem;
	border: none;
	border-radius: min(var(--sl-filter-radius-current), var(--sl-field-radius, 0.625rem));
	background: var(--sl-filter-control-bg, rgba(var(--sl-color-dark-rgb), 0.05));
	color: var(--sl-filter-text-current);
	box-shadow: none;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.smart-filter-horizontal .smart-filter-parameters-box-title:hover,
.smart-filter-horizontal .smart-filter-parameters-box.bx-active .smart-filter-parameters-box-title {
	background: var(--sl-filter-control-bg, rgba(var(--sl-color-dark-rgb), 0.08));
}

.smart-filter-horizontal .smart-filter-parameters-box--selected .smart-filter-parameters-box-title {
	background: var(--sl-filter-accent-current);
	color: var(--sl-filter-accent-text-current);
}

.smart-filter-horizontal .smart-filter-parameters-box--selected .smart-filter-parameters-box-title:hover,
.smart-filter-horizontal .smart-filter-parameters-box--selected.bx-active .smart-filter-parameters-box-title {
	background: var(--sl-filter-accent-current);
	color: var(--sl-filter-accent-text-current);
}

.smart-filter-horizontal .smart-filter-parameters-box-title-text {
	color: currentColor;
	font-size: 0.875rem;
	line-height: 1.1875rem;
	white-space: nowrap;
}

.smart-filter-horizontal .smart-filter-selected-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0.875rem;
	height: 1rem;
	color: currentColor;
	font-size: 0.75rem;
	line-height: 1;
}

.smart-filter-horizontal .smart-filter-clear-field {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	margin: 0 -0.125rem 0 0;
	padding: 0;
	border: none;
	background: transparent;
	color: currentColor;
	cursor: pointer;
	opacity: 0.85;
}

.smart-filter-horizontal .smart-filter-clear-field:hover {
	opacity: 1;
}

.smart-filter-horizontal .smart-filter-clear-field svg {
	width: 0.625rem;
	height: 0.625rem;
}

.smart-filter-horizontal .smart-filter-angle {
	width: 0.6875rem;
	height: 0.6875rem;
	margin-left: 0;
	color: currentColor;
}

.smart-filter-horizontal .smart-filter-angles {
	width: 0.6875rem;
	height: 0.3125rem;
	color: currentColor;
	transition: transform 160ms ease;
}

.smart-filter-horizontal .smart-filter-parameters-box > .smart-filter-block {
	position: absolute;
	top: calc(100% + 0.375rem);
	left: 0;
	z-index: 50;
	display: none;
	min-width: 14rem;
	max-width: min(27.5rem, calc(100vw - 2rem));
	max-height: 22rem;
	overflow: hidden;
	border: none;
	border-radius: var(--sl-dropdown-radius, min(var(--sl-card-radius, 0.625rem), 1.5rem));
	background-color: var(--sl-color-white);
	background-image: none;
	box-shadow: 0 1.25rem 1.875rem rgba(var(--sl-color-dark-rgb), 0.3);
}

.smart-filter-horizontal .smart-filter-parameters-box.bx-active > .smart-filter-block {
	display: block;
}

.smart-filter-horizontal .smart-filter-parameters-box-container {
	min-width: 14rem;
	padding: 0.875rem;
}

.smart-filter-horizontal .smart-filter-parameters-box--range > .smart-filter-block,
.smart-filter-horizontal .smart-filter-parameters-box--range .smart-filter-parameters-box-container {
	min-width: 16rem;
}

.smart-filter-horizontal .smart-filter-input-container,
.smart-filter-horizontal .smart-filter-search,
.smart-filter-horizontal .smart-filter-calendar-container input.calendar {
	background: var(--sl-filter-control-bg, var(--sl-color-bg));
}

.smart-filter-horizontal .smart-filter-input-group-checkbox-list,
.smart-filter-horizontal .smart-filter-input-group-checkbox-pictures,
.smart-filter-horizontal .smart-filter-input-group-checkbox-pictures-text {
	max-height: 16rem;
	gap: 0.625rem;
	padding-right: 0.5rem;
}

.smart-filter-horizontal .smart-filter-input-group-checkbox-list .form-group {
	align-items: center;
	gap: 0.625rem;
	min-height: 1.375rem;
}

.smart-filter-horizontal .smart-filter-input-group-checkbox-list input[type="checkbox"],
.smart-filter-horizontal .smart-filter-input-checkbox input[type="radio"],
.smart-filter-horizontal .smart-filter-checkbox-btn,
.smart-filter-horizontal .smart-filter-checkbox-text-btn {
	background: var(--sl-color-white);
	box-shadow: inset 0 0 0 0.0625rem rgba(var(--sl-color-dark-rgb), 0.22);
	transition: background-color 0.16s ease, box-shadow 0.16s ease;
}

.smart-filter-horizontal .smart-filter-input-group-checkbox-list input[type="checkbox"]:hover:not(:disabled),
.smart-filter-horizontal .smart-filter-input-checkbox input[type="radio"]:hover:not(:disabled),
.smart-filter-horizontal .smart-filter-checkbox-label:hover .smart-filter-checkbox-btn,
.smart-filter-horizontal .smart-filter-checkbox-text-label:hover .smart-filter-checkbox-text-btn {
	box-shadow: inset 0 0 0 0.0625rem rgba(var(--sl-color-dark-rgb), 0.36), 0 0 0 0.1875rem rgba(var(--sl-color-dark-rgb), 0.06);
}

.smart-filter-horizontal .smart-filter-input-group-checkbox-list input[type="checkbox"]:checked,
.smart-filter-horizontal .smart-filter-input-checkbox input[type="radio"]:checked,
.smart-filter-horizontal .smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-horizontal .smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn {
	background: var(--sl-filter-accent-current);
	box-shadow: inset 0 0 0 0.0625rem rgba(var(--sl-color-link-rgb), 0.2), 0 0 0 0.1875rem rgba(var(--sl-color-link-rgb), 0.14);
}

.smart-filter-horizontal .smart-filter-input-group-checkbox-list label,
.smart-filter-horizontal .smart-filter-param-text,
.smart-filter-horizontal label.smart-filter-checkbox-text,
.smart-filter-horizontal .smart-filter-checkbox-text {
	color: var(--sl-filter-text-current);
}

.smart-filter-horizontal .smart-filter-input-group-checkbox-list label:hover,
.smart-filter-horizontal .smart-filter-param-label:hover .smart-filter-param-text,
.smart-filter-horizontal .smart-filter-checkbox-label:hover .smart-filter-checkbox-text {
	color: var(--sl-filter-text-current);
}

.smart-filter-horizontal .smart-filter-input-group-checkbox-list input[type="checkbox"]:not(:checked) + label {
	color: rgba(var(--sl-color-dark-rgb), 0.72);
}

.smart-filter-horizontal .smart-filter-input-group-checkbox-list input[type="checkbox"]:checked + label {
	color: var(--sl-filter-accent-current);
}

html[data-theme="dark"] .smart-filter-horizontal .smart-filter-input-group-checkbox-list input[type="checkbox"],
html[data-theme="dark"] .smart-filter-horizontal .smart-filter-input-checkbox input[type="radio"],
html[data-theme="dark"] .smart-filter-horizontal .smart-filter-checkbox-btn,
html[data-theme="dark"] .smart-filter-horizontal .smart-filter-checkbox-text-btn {
	background: var(--sl-color-surface-2, #2D3041);
	box-shadow: inset 0 0 0 0.0625rem rgba(var(--sl-color-dark-rgb), 0.22);
}

html[data-theme="dark"] .smart-filter-horizontal .smart-filter-input-group-checkbox-list input[type="checkbox"]:hover:not(:disabled),
html[data-theme="dark"] .smart-filter-horizontal .smart-filter-input-checkbox input[type="radio"]:hover:not(:disabled),
html[data-theme="dark"] .smart-filter-horizontal .smart-filter-checkbox-label:hover .smart-filter-checkbox-btn,
html[data-theme="dark"] .smart-filter-horizontal .smart-filter-checkbox-text-label:hover .smart-filter-checkbox-text-btn {
	box-shadow: inset 0 0 0 0.0625rem rgba(var(--sl-color-dark-rgb), 0.36), 0 0 0 0.1875rem rgba(var(--sl-color-dark-rgb), 0.08);
}

html[data-theme="dark"] .smart-filter-horizontal .smart-filter-input-group-checkbox-list input[type="checkbox"]:checked,
html[data-theme="dark"] .smart-filter-horizontal .smart-filter-input-checkbox input[type="radio"]:checked,
html[data-theme="dark"] .smart-filter-horizontal .smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
html[data-theme="dark"] .smart-filter-horizontal .smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn {
	background: var(--sl-filter-accent-current);
	box-shadow: inset 0 0 0 0.0625rem rgba(var(--sl-color-link-rgb), 0.24), 0 0 0 0.1875rem rgba(var(--sl-color-link-rgb), 0.18);
}

html[data-theme="dark"] .smart-filter-horizontal .smart-filter-input-group-checkbox-list input[type="checkbox"]:not(:checked) + label {
	color: rgba(var(--sl-color-dark-rgb), 0.72);
}

html[data-theme="dark"] .smart-filter-horizontal .smart-filter-input-group-checkbox-list input[type="checkbox"]:checked + label {
	color: var(--sl-color-link-bright, var(--sl-filter-accent-current));
}

.smart-filter-horizontal .smart-filter-input-group-dropdown {
	border-color: var(--sl-filter-border-current);
	background: var(--sl-filter-control-bg, var(--sl-color-bg));
}

.smart-filter-horizontal .smart-filter-dropdown-popup {
	box-shadow: 0 0.75rem 1.875rem rgba(var(--sl-color-dark-rgb), 0.12);
}

.smart-filter-horizontal .smart-filter-parameters-box.smart-filter--toggle {
	display: block;
}

.smart-filter-horizontal .smart-filter-parameters-box.smart-filter--toggle .smart-filter-parameters-box-title {
	cursor: pointer;
}

.smart-filter-horizontal .smart-filter-parameters-box.smart-filter--toggle .smart-filter-block {
	display: none !important;
}

.smart-filter-horizontal .smart-filter-hint-icon {
	background: rgba(var(--sl-color-dark-rgb), 0.06);
	color: currentColor;
}

.smart-filter-horizontal .smart-filter-parameters-box--selected .smart-filter-hint-icon {
	background: rgba(var(--sl-color-white-rgb), 0.2);
	color: var(--sl-filter-accent-text-current);
}

.smart-filter-horizontal .smart-filter-button-box {
	display: none;
	padding: 0.25rem 0 0;
	border-radius: 0;
}

.smart-filter-horizontal.smart-filter--has-selected .smart-filter-button-box {
	display: block;
}

.smart-filter-horizontal .smart-filter-button-box .smart-filter-block {
	display: block;
}

.smart-filter-horizontal .smart-filter-button-box .smart-filter-parameters-box-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.625rem;
	min-width: 0;
	padding: 0;
}

.smart-filter-horizontal .smart-filter-popup-result {
	display: none !important;
}

.smart-filter-horizontal #set_filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 7rem;
	height: 2.375rem;
	padding: 0 1rem;
	border-radius: min(var(--sl-filter-radius-current), var(--sl-action-radius, 0.5rem));
	background: var(--sl-filter-accent-current) !important;
	color: var(--sl-filter-accent-text-current) !important;
	font-size: 0.875rem;
	line-height: 1.1875rem;
	box-shadow: none;
}

.smart-filter-horizontal #set_filter:hover {
	background: var(--sl-filter-accent-current) !important;
	color: var(--sl-filter-accent-text-current) !important;
}

.smart-filter-horizontal #set_filter:disabled {
	cursor: default;
	opacity: 0.65;
}

.smart-filter-horizontal #del_filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 5.25rem;
	height: 2.375rem;
	padding: 0 0.875rem;
	border-radius: min(var(--sl-filter-radius-current), var(--sl-action-radius, 0.5rem));
	background: transparent !important;
	color: var(--sl-filter-text-current) !important;
	font-size: 0.875rem;
	line-height: 1.1875rem;
}

.smart-filter-horizontal #del_filter:hover {
	background: var(--sl-filter-control-bg, var(--sl-color-bg)) !important;
	color: var(--sl-filter-accent-current) !important;
}

html[data-theme="dark"] .smart-filter-horizontal .smart-filter-parameters-box-title,
html[data-theme="dark"] .smart-filter-horizontal .smart-filter-parameters-box > .smart-filter-block {
	background: var(--sl-color-surface-1, #252836);
}

html[data-theme="dark"] .smart-filter-horizontal .smart-filter-parameters-box > .smart-filter-block {
	background-image: none;
	box-shadow: 0 0.875rem 2rem rgba(var(--sl-color-bg-rgb, 22, 24, 34), 0.52), 0 0 0 1px rgba(var(--sl-color-dark-rgb, 232, 236, 241), 0.08);
}

html[data-theme="dark"] .smart-filter-horizontal .smart-filter-parameters-box-title:hover,
html[data-theme="dark"] .smart-filter-horizontal .smart-filter-parameters-box.bx-active .smart-filter-parameters-box-title {
	background: var(--sl-color-surface-2, #2D3041);
}

html[data-theme="dark"] .smart-filter-horizontal .smart-filter-parameters-box--selected .smart-filter-parameters-box-title {
	background: var(--sl-color-link-solid, var(--sl-color-link));
	border-color: var(--sl-color-link-solid, var(--sl-color-link));
	color: var(--sl-color-link-contrast, #FFFFFF);
}

@media (prefers-reduced-motion: reduce) {
	.smart-filter-horizontal .smart-filter-parameters-box-title,
	.smart-filter-horizontal .smart-filter-angles {
		transition: none;
	}
}

@media (max-width: 768px) {
	.smart-filter-horizontal .row {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 0.25rem;
	}

	.smart-filter-horizontal .smart-filter-parameters-box {
		position: static;
	}

	.smart-filter-horizontal .smart-filter-parameters-box > .smart-filter-block {
		position: fixed;
		top: auto;
		right: var(--sl-gap-page, 0.625rem);
		bottom: 1rem;
		left: var(--sl-gap-page, 0.625rem);
		width: auto;
		min-width: 0;
		max-width: none;
		max-height: min(70vh, 30rem);
		z-index: 1001;
	}

	.smart-filter-horizontal .smart-filter-parameters-box-container {
		min-width: 0;
	}
}

/* End */


/* Start:/local/templates/shop_light/components/bitrix/sale.products.gift.section/bootstrap_v4/style.min.css?1780656187195*/
.catalog-products-viewed-header{font-size:.875rem;font-weight:bold;text-align:left;margin:.3125rem 0;padding:.3125rem .9375rem;border-bottom:2px solid var(--primary);color:var(--sl-color-dark)}

/* End */


/* Start:/bitrix/components/bitrix/catalog.item/templates/.default/style.min.css?177098207722843*/
.product-item-container{position:relative}.product-item-container.hover{z-index:17}.product-item{display:block;box-sizing:border-box;padding:15px 0 5px;width:100%;border:1px solid transparent;border-radius:2px}.product-item-line-card .product-item{width:auto !important;border-bottom:1px solid #dadada}@media(max-width:991px){.product-item-line-card .product-item .col-sm-6:nth-child(2n){clear:both}}.bx-retina .product-item{border-width:.5px}.product-item *{transition:opacity 300ms ease}@media(max-width:767px){.product-item{padding:15px 5px 5px}.product-item-line-card .product-item .col-xs-12:nth-child(2n){clear:both}}.bx-no-touch .product-item-container.hover .product-item{position:absolute;right:-15px;left:-15px;padding:15px 15px 0;width:auto;border:1px solid transparent;background:#fff;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}.bx-touch .product-item{padding:15px 0 0;width:auto;background:#fff}.bx-no-touch .product-item-container.hover .product-item{-webkit-animation:product-item-hover 300ms 1 ease}@-webkit-keyframes product-item-hover{0%{position:absolute;left:-15px;right:-15px;border:1px solid transparent;box-shadow:0 0 0 0 rgba(0,0,0,0)}100%{border:1px solid transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}}.product-item-image-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%;transition:all 300ms ease}.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper{padding-top:54%}.product-item-image-original,.product-item-image-alternative{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat;transition:opacity 300ms linear}.product-item-image-original{z-index:11}.product-item-image-alternative{z-index:13;opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-original{opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-alternative{opacity:1}.product-item-big-card .product-item-image-wrapper{margin-bottom:25px}.product-item-image-slider-slide-container{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;width:100%;height:100%;transition:opacity 300ms ease}.product-item-image-slide{position:relative;display:none;height:100%;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;transition:.6s ease-in-out left}@media all and (transform-3d),(-webkit-transform-3d){.product-item-image-slide{transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.product-item-image-slide.next,.product-item-image-slide.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.product-item-image-slide.prev,.product-item-image-slide.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.product-item-image-slide.next.left,.product-item-image-slide.prev.right,.product-item-image-slide.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.product-item-image-slider-slide-container>.active,.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{display:block}.product-item-image-slider-slide-container>.active{left:0}.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{position:absolute;top:0;width:100%}.product-item-image-slider-slide-container>.next{left:100%}.product-item-image-slider-slide-container>.prev{left:-100%}.product-item-image-slider-slide-container>.next.left,.product-item-image-slider-slide-container>.prev.right{left:0}.product-item-image-slider-progress-bar-container{position:absolute;right:0;bottom:0;left:0;width:100%;height:1px}.product-item-image-slider-progress-bar{position:absolute;top:0;bottom:0;left:0;height:1px;background-color:#f42c2c;opacity:.8}.product-item-image-slider-control-container{position:absolute;right:0;bottom:10px;left:0;z-index:15;padding:0;text-align:center;opacity:0;transition:opacity 300ms ease}.product-item-container.hover .product-item-image-slider-control-container,.product-item-line-card:hover .product-item-image-slider-control-container{opacity:1}.product-item-image-slider-control,.product-item-image-slider-control.active{display:inline-block;width:12px;height:12px;border-radius:50%;background-color:rgba(128,128,128,.8);opacity:.6;cursor:pointer;transition:all 300ms ease}.product-item-image-slider-control:hover,.product-item-image-slider-control.active:hover{cursor:pointer}.product-item-label-text,.product-item-label-ring{position:absolute;z-index:15}.product-item-label-text span,.product-item-label-ring{display:inline-block;clear:both;margin-bottom:2px;background:#f42c2c;color:#fff;vertical-align:middle;text-align:center;transition:all 250ms ease}.bx-red .product-item-label-text span,.bx-red .product-item-label-ring{background-color:#fba90c}.product-item-label-text>div,.product-item-label-ring>div{line-height:0}.product-item-label-text span{padding:2px 5px;vertical-align:middle;font-weight:bold}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-weight:normal;font-size:13px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span{padding:5px 12px;font-size:16px;line-height:21px}.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{padding:4px 10px;font-size:13px;line-height:17px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:5px 17px;font-size:22px;line-height:33px}@media(max-width:767px){.product-item-label-text>div{line-height:0}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-size:10px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span,.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{margin-bottom:1px;padding:3px 12px;font-size:14px;line-height:16px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:3px 12px;font-size:20px;line-height:25px}}.product-item-label-ring{box-sizing:border-box;border-radius:50%;font-weight:bold}.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:40px;height:40px;font-size:14px;line-height:40px}.product-item-big-card .product-item-label-ring.product-item-label-small{width:100px;height:100px;font-size:30px;line-height:100px}.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:50px;height:50px;font-size:18px;line-height:50px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:120px;height:120px;font-size:42px;line-height:120px}@media(max-width:767px){.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{--product-item-label-ring-size:40px;width:var(--product-item-label-ring-size);height:var(--product-item-label-ring-size);line-height:var(--product-item-label-ring-size);font-size:14px}.product-item-big-card .product-item-label-ring.product-item-label-small,.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:35px;height:35px;font-size:12px;line-height:35px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:70px;height:70px;font-size:24px;line-height:70px}}.product-item-label-top{top:-5px}.product-item-label-center{left:50%;transform:translateX(-50%)}.product-item-label-center>div{text-align:center}.product-item-label-left{left:-5px}.product-item-label-left>div{text-align:left}.product-item-label-bottom{bottom:-5px}.product-item-label-middle{top:50%;transform:translateY(-50%)}.product-item-label-right{right:-5px}.product-item-label-right>div{text-align:right}.product-item-label-center.product-item-label-middle{transform:translateY(-50%) translateX(-50%)}.product-item-title{overflow:hidden;margin-bottom:15px;text-overflow:ellipsis;white-space:nowrap}.bx-touch .product-item-title,.product-item-container.hover .product-item-title{overflow:auto;white-space:normal}.product-item-title a{color:#3f3f3f;text-decoration:none;font-size:13px}.product-item-big-card .product-item-title a{font-size:21px}.product-item-line-card .product-item-title a{font-size:20px}.product-item-price-container{margin:5px 0 10px}.product-item-price-current{color:#3f3f3f;white-space:nowrap;font-weight:bold;font-size:13px}.product-item-price-old{color:#a5a5a5;text-decoration:line-through;white-space:nowrap;font-size:12px}.product-item-big-card .product-item-price-current,.product-item-big-card .product-item-price-old{vertical-align:middle;line-height:20px}.product-item-big-card .product-item-price-container{margin:0 0 10px}.product-item-big-card .product-item-price-current{font-size:18px}.product-item-big-card .product-item-price-old{font-size:15px}.product-item-line-card .product-item-info-container{text-align:center}.product-item-info-container{margin-bottom:8px}.product-item-info-container-title{color:#000;font-weight:bold;font-size:13px}.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{display:none;opacity:0;transition:opacity 300ms ease}.bx-touch .product-item-info-container.product-item-touch-hidden{display:none !important}.bx-touch .product-item-info-container.product-item-hidden,.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden{display:block;opacity:1}.product-item-amount{padding:0 0 2px;text-align:center}.product-item-amount-field-btn-plus,.product-item-amount-field-btn-minus{position:relative;display:inline-block;min-width:22px;height:22px;border-radius:2px;background-color:#f2f2f2;color:#fff;vertical-align:middle;text-align:center;cursor:pointer;transition:background 300ms ease,opacity 300ms ease}.bx-retina .product-item-amount-field-btn-plus,.bx-retina .product-item-amount-field-btn-minus{border-width:.5px}.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-minus:hover{background:#d3d3d3}.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity 300ms ease,background 300ms ease}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{opacity:.3 !important;cursor:default}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover{background-color:#f2f2f2}.product-item-amount-field-btn-plus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center; background-size:10px}.product-item-amount-field-btn-minus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center; background-size:10px}.product-item-amount-field-btn-plus:hover:after,.product-item-amount-field-btn-minus:hover:after{opacity:1}.product-item-amount-field{display:inline-block;padding:0;max-width:50px;width:auto;height:22px;border:1px solid transparent;border-radius:2px;background:transparent !important;color:#000;vertical-align:middle;text-align:center;font-weight:bold;line-height:22px;transition:border 300ms ease}.bx-retina .product-item-amount-field{border-width:.5px}.product-item-amount-field:focus{outline:none !important}.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.product-item-amount-description-container{color:#a5a5a5;white-space:nowrap;font-size:12px;display:block}.product-item-big-card .product-item-amount-field-container{text-align:left}.product-item-amount-description-container strong{color:#333;white-space:nowrap}.product-item-amount-label-container{margin:5px 0;color:#a5a5a5;font-weight:bold;font-size:12px}.product-item-quantity{color:#333;font-weight:normal;font-size:12px}.product-item-properties{display:block;overflow:hidden;margin:0;color:#a5a5a5;font-size:12px}.product-item-properties dl{clear:both}.product-item-properties dt{float:left;clear:both;font-weight:normal}.product-item-properties dd{float:right;margin-bottom:3px;margin-left:5px;color:#000}.product-item-compare-container{position:relative;display:none;margin:0 -15px;padding:4px 15px;min-height:30px;border-top:1px solid #e6e6e6;background:#f3f3f3;box-shadow:inset 0 1px 1px 0 #eee;vertical-align:middle;font-size:12px;line-height:20px}.product-item-line-card .product-item-compare-container{margin:0;border:0;background-color:transparent;box-shadow:none;text-align:center}.bx-touch .product-item-compare-container{display:none}.product-item-line-card .product-item-compare-container,.product-item-container.hover .product-item-compare-container{display:block}.product-item-compare .checkbox{margin:0;padding:0}.product-item-scu-container{padding:0 0 2px}.product-item-scu-container-title{color:#333;font-size:12px}.product-item-scu-list{margin:0}.product-item-scu-item-list{overflow:hidden;margin:0 0 0 -2px;padding:0;list-style:none}.product-item-scu-item-color-container,.product-item-scu-item-text-container{display:inline-block;box-sizing:border-box;padding:5px 3px;max-width:100%}.product-item-scu-item-text-container{min-width:32px}.product-item-scu-item-color-container{max-width:38px;width:25%}.product-item-scu-item-color-block{position:relative;padding-top:100%;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-color-block{transition:outline 200ms ease}.bx-retina .product-item-scu-item-color-block{outline-width:.5px}.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width:1px}.product-item-scu-item-color{position:absolute;top:2px;right:2px;bottom:2px;left:2px;background-position:center;background-size:contain;background-repeat:no-repeat}.product-item-scu-item-text-block{position:relative;padding:0 5px;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-text-block{transition:outline 300ms ease}.bx-retina .product-item-scu-item-text-block{outline-width:.5px}.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width:1px}.product-item-scu-item-text{overflow:hidden;max-width:100%;vertical-align:middle;text-align:center;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:18px}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{position:relative;outline-color:#a9adb4 !important}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center; background-size:80% 80%;content:""}@media(max-width:991px){.product-item-line-card .product-item-scu-container-title{text-align:center}.product-item-line-card .product-item-scu-item-list{text-align:center}.product-item-line-card .product-item-scu-item-color-container,.product-item-line-card .product-item-scu-item-text-container{display:inline-block;float:none}}.product-item-description-container p{color:#575757;font-size:13px}.product-item-button-container{text-align:center}.product-item-button-container .btn{margin-bottom:2px}.product-item-sticker,.product-item-sticker-round{display:none}.product-item-more-container{position:relative;display:block;box-sizing:border-box;padding:15px 15px 5px;width:100%;border:1px solid transparent;border-radius:2px;transition:all 300ms ease}.product-item-more-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%}.product-item-more{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center; background-size:50%;opacity:.7;transition:opacity 300ms ease}.bx-touch .product-item-more,.product-item-container.hover .product-item-more{opacity:1}.product-item-more-title{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[type='number']{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}
/* End */


/* Start:/bitrix/components/bitrix/catalog.compare.list/templates/bootstrap_v4/style.min.css?1770982077575*/
.catalog-compare-list{z-index:998;overflow:hidden;box-sizing:border-box;margin-bottom:10px;padding:.75rem 1.25rem;max-height:100%;border:1px solid #ced4da;border-radius:.2rem;background:#fff;color:#404040;white-space:normal;font-size:12px;font-family:Arial,'Helvetica Neue',Helvetica,sans-serif}.catalog-compare-list.fixed{position:fixed;width:270px;box-shadow:0 2px 8px 0 rgba(0,0,0,.18)}.catalog-compare-list.top{top:5px}.catalog-compare-list.right{right:5px}.catalog-compare-list.bottom{bottom:5px}.catalog-compare-list.left{left:5px}.catalog-compare-item-list{width:100%}
/* End */


/* Start:/local/templates/shop_light/components/bitrix/catalog.section/bootstrap_v4/style.css?17823992194481*/
.catalog-section {
	display: flex;
	flex-direction: column;
	gap: var(--sl-card-gap, 1.25rem);
}

.sl-catalog-sections {
	margin-bottom: 1.25rem;
}

.catalog-section .row {
	margin-inline: calc(-1 * var(--sl-card-gap-half, 0.625rem));
	row-gap: var(--sl-card-gap, 1.25rem);
}

.catalog-section .row > [class*="col"] {
	display: flex;
	min-width: 0;
	padding-inline: var(--sl-card-gap-half, 0.625rem);
}

.catalog-section .row > [class*="col"] > .product-item-container {
	display: flex;
	flex: 1;
	flex-direction: column;
	max-width: 100%;
	min-width: 0;
}

.catalog-section .row > [class*="col"] > .product-item-container > .product-item {
	flex: 1;
	min-width: 0;
}

.bx-no-touch .product-item-container.hover .product-item:not(.sl-list-card):not(.sl-line-card) {
	border: none !important;
	box-shadow: 0 0.25rem 1rem 0 rgba(var(--sl-color-dark-rgb), .08) !important;
	left: 0 !important;
	padding: 1.875rem;
	right: 0 !important;
	transition: none;
	width: 100%;
}

.bx-no-touch .product-item-container.hover .sl-list-card {
	border: 1px solid transparent !important;
	box-shadow: none !important;
	height: auto !important;
	overflow: visible !important;
	padding: 1.8125rem 1.875rem !important;
	position: static !important;
	transform: none !important;
}

.bx-no-touch .product-item-container.hover .sl-line-card {
	border: 1px solid transparent !important;
	box-shadow: none !important;
	height: auto !important;
	overflow: visible !important;
	padding: 1.875rem !important;
	position: static !important;
	transform: none !important;
}

.product-item-container.hover .product-item:not(.sl-list-card):not(.sl-line-card)::after {
	opacity: 0;
}

.product-item-title {
	white-space: normal !important;
}

.product-item-title a {
	font-size: inherit;
	font-style: normal;
	font-weight: 400;
	line-height: inherit;
}

.sl-catalog-section__pager-row {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-bottom: 1.5rem;
}

.sl-catalog-section__pager-nav {
	text-align: center;
}

.sl-catalog-section__pager-row .sl-pagination__item--show-more {
	display: none;
}

.sl-catalog-section__lazy-load {
	flex-shrink: 0;
}

.sl-catalog-section__show-more {
	align-items: center;
	background: var(--sl-color-white);
	border: none;
	border-radius: 0.625rem;
	color: var(--sl-color-link-hover);
	cursor: pointer;
	display: inline-flex;
	font-size: var(--sl-text-sm, 0.875rem);
	font-weight: 500;
	justify-content: center;
	line-height: 1;
	padding: 0.625rem 1.25rem;
	transition: background-color 200ms ease, color 200ms ease;
	white-space: nowrap;
}

.sl-catalog-section__show-more:hover {
	background: var(--sl-color-link-hover);
	color: var(--sl-color-white);
}

.sl-catalog-section__show-more.disabled,
.sl-catalog-section__show-more:disabled {
	cursor: wait;
	pointer-events: none;
}

.sl-catalog-section__show-more--loading::after {
	animation: sl-catalog-section-show-more-dots 1.2s steps(1, end) infinite;
	clip-path: inset(0 1em 0 0);
	content: '...';
	display: inline-block;
	margin-left: 0.125rem;
	overflow: hidden;
	text-align: left;
	vertical-align: bottom;
	width: 1em;
}

@keyframes sl-catalog-section-show-more-dots {
	0% {
		clip-path: inset(0 1em 0 0);
	}

	25% {
		clip-path: inset(0 0.67em 0 0);
	}

	50% {
		clip-path: inset(0 0.34em 0 0);
	}

	75%,
	100% {
		clip-path: inset(0 0 0 0);
	}
}

@media (max-width: 1024px) {
	.bx-no-touch .product-item-container.hover .product-item:not(.sl-list-card):not(.sl-line-card) {
		padding: 0.9375rem 0.9375rem 0.3125rem;
	}
}

@media (max-width: 768px) {
	.bx-no-touch .product-item-container.hover .sl-list-card {
		padding: 1.25rem !important;
	}

	.bx-no-touch .product-item-container.hover .sl-line-card {
		padding: 0.9375rem 0.9375rem 0.9375rem calc(4.5rem + 1.875rem) !important;
	}

	.sl-catalog-section__pager-row {
		flex-direction: column;
		gap: 1.25rem;
	}
}

@media (max-width: 480px) {
	.bx-no-touch .product-item-container.hover .sl-line-card,
	.bx-no-touch .product-item-container.hover .sl-list-card {
		padding: 0.625rem !important;
	}

	.bx-no-touch .product-item-container.hover .product-item:not(.sl-list-card):not(.sl-line-card) {
		padding: 0.625rem 0.625rem 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sl-catalog-section__show-more {
		transition: none;
	}

	.sl-catalog-section__show-more--loading::after {
		animation: none;
		clip-path: none;
	}
}

/* End */


/* Start:/local/templates/shop_light/components/bitrix/system.pagenavigation/.default/style.css?17806561872696*/
.sl-pagination {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1;
}

.sl-pagination__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sl-pagination__item {
	display: flex;
}

.sl-pagination__link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 2.4375rem;
	height: 2.4375rem;
	padding: 0.625rem 0.9375rem;
	border: 0;
	border-radius: 0.625rem;
	background: transparent;
	color: var(--sl-color-dark);
	opacity: 0.7;
	font-size: 0.875rem;
	text-decoration: none;
	transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

a.sl-pagination__link:hover {
	opacity: 1;
	text-decoration: none;
}

.sl-pagination__link:focus-visible {
	outline: 2px solid var(--sl-color-link);
	outline-offset: 0.1875rem;
}

.sl-pagination__item--active .sl-pagination__link {
	border-radius: 100rem;
	background-color: var(--sl-color-link);
	color: var(--sl-color-white);
	opacity: 1;
	cursor: default;
}

.sl-pagination__item--disabled .sl-pagination__link {
	opacity: 0.3;
	cursor: default;
}

.sl-pagination__item--prev .sl-pagination__link,
.sl-pagination__item--next .sl-pagination__link {
	gap: 0.625rem;
	border-radius: 0.625rem;
	background: transparent;
	color: var(--sl-color-link);
	opacity: 1;
}

.sl-pagination__item--prev .sl-pagination__link svg,
.sl-pagination__item--next .sl-pagination__link svg {
	flex-shrink: 0;
	width: 0.4375rem;
	height: 0.75rem;
}

.sl-pagination__item--prev a.sl-pagination__link:hover,
.sl-pagination__item--next a.sl-pagination__link:hover {
	opacity: 0.7;
}

.sl-pagination__item--prev.sl-pagination__item--disabled .sl-pagination__link,
.sl-pagination__item--next.sl-pagination__item--disabled .sl-pagination__link {
	color: var(--sl-color-link);
	opacity: 0.3;
}

.sl-pagination__item--show-more {
	margin-left: 1.875rem;
}

.sl-pagination__item--show-more .sl-pagination__link {
	padding: 0.625rem 1.25rem;
	border-radius: 0.625rem;
	background: var(--sl-color-white);
	color: var(--sl-color-link);
	opacity: 1;
}

.sl-pagination__item--show-more a.sl-pagination__link:hover {
	background: var(--sl-color-link);
	color: var(--sl-color-white);
	opacity: 1;
}

@media (max-width: 480px) {
	.sl-pagination__item--prev .sl-pagination__link,
	.sl-pagination__item--next .sl-pagination__link {
		min-width: 2rem;
		height: 2.4375rem;
		padding: 0.625rem;
		gap: 0;
		font-size: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sl-pagination__link {
		transition-duration: 0.01ms !important;
	}
}

/* End */


/* Start:/local/templates/shop_light/components/bitrix/catalog.item/bootstrap_v4/style.css?1782406045111129*/
.product-item-container {
	position: relative;
	--sl-product-card-bg: var(--sl-color-white);
}

.sl-catalog .product-item-container {
	--sl-product-card-bg: var(--sl-catalog-card-bg, var(--sl-color-white));
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .product-item-container,
html[data-theme="dark"] .sl-catalog[data-view="line"] .product-item-container {
	--sl-product-card-bg: var(--sl-catalog-card-bg, var(--sl-color-surface-1, #252836));
}

.product-item-container.hover {
	z-index: 100;
}

.product-item-container.hover:has(.sl-list-card),
.product-item-container.hover:has(.sl-line-card) {
	z-index: auto;
}

.product-item-container.hover .sl-list-card,
.product-item-container.hover .sl-line-card {
	box-shadow: none;
	transform: none;
}

.product-item.sl-card {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	border: none;
	border-radius: var(--sl-card-radius, 1.25rem);
	background: var(--sl-product-card-bg, var(--sl-color-white));
	padding: 1.875rem 1.875rem 1rem;
	overflow: hidden;
}

.bx-touch .product-item.sl-card {
	width: 100%;
	padding: 1.875rem 1.875rem 0.75rem;
	background: var(--sl-product-card-bg, var(--sl-color-white));
}

.bx-retina .product-item.sl-card {
	border-width: 0;
}

@media (pointer: coarse) {
	.product-item.sl-card {
		width: 100%;
		background: var(--sl-product-card-bg, var(--sl-color-white));
	}
}

@media (max-width: 1024px) {
	.product-item.sl-card,
	.bx-touch .product-item.sl-card {
		padding: 0.9375rem;
	}
}

@media (max-width: 480px) {
	.product-item.sl-card,
	.bx-touch .product-item.sl-card {
		padding: 0.625rem;
	}
}

.product-item.bx-context-toolbar-empty-area {
	background: var(--sl-product-card-bg, var(--sl-color-white)) !important;
}

.sl-list-card::after,
.sl-line-card::after {
	display: none;
}

.product-item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3.75rem;
	border-radius: 0 0 var(--sl-card-radius, 1.25rem) var(--sl-card-radius, 1.25rem);
	background: linear-gradient(0deg, var(--sl-product-card-bg, var(--sl-color-white)) 11.54%, color-mix(in srgb, var(--sl-product-card-bg, var(--sl-color-white)) 90%, transparent) 50%, transparent 100%);
	pointer-events: none;
	z-index: 5;
	transition: opacity 200ms ease;
}

@media (pointer: coarse) {
	.product-item {
		width: auto;
		background: var(--sl-product-card-bg, var(--sl-color-white));
	}

	.product-item::after {
		display: none;
	}

	.product-item-container.hover .product-item {
		position: static;
		box-shadow: none;
		transform: none;
	}
}

.product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
}

.product-item-container.hover .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

@media (min-width: 1025px) {
	.product-item-container.hover .product-item.sl-card {
		overflow: visible;
	}

	.product-item-container.hover .product-item::after {
		opacity: 0;
	}
}

.product-item-container.hover:has(.sl-line-card) .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
}

.sl-catalog[data-view="line"] .product-item-container.hover:has(.sl-line-card),
.sl-catalog[data-view="line"] .product-item-container:hover:has(.sl-line-card) {
	z-index: auto;
}

.sl-catalog[data-view="line"] .product-item-container.hover .sl-line-card,
.sl-catalog[data-view="line"] .product-item-container:hover .sl-line-card {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	box-shadow: none !important;
	transform: none !important;
}

.sl-catalog[data-view="line"] .product-item-container.hover .sl-line-card__selectors,
.sl-catalog[data-view="line"] .product-item-container:hover .sl-line-card__selectors,
.sl-catalog[data-view="line"] .product-item-container.hover .sl-line-card__selector,
.sl-catalog[data-view="line"] .product-item-container:hover .sl-line-card__selector {
	margin-top: 0;
	transform: none !important;
}

.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

@media (pointer: coarse) {
	.product-item-info-container.product-item-hidden {
		display: block;
		opacity: 1;
	}

	.product-item-info-container.product-item-touch-hidden {
		display: none !important;
	}
}

.sl-card__image-area {
	position: relative;
	margin-bottom: 1rem;
}

.product-item-image-wrapper {
	position: relative;
	display: block;
	padding-top: 133%;
	width: 100%;
	overflow: hidden;
	border-radius: var(--sl-media-radius, var(--sl-image-radius, var(--sl-radius-image, 0.625rem)));
	transition: padding-top 300ms ease;
	margin-bottom: 0;
	background: var(--sl-color-bg-muted);
}

.sl-card__placeholder.sl-placeholder-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	z-index: 14;
}

.product-item-image-wrapper:has(.sl-card__placeholder) .product-item-image-original,
.product-item-image-wrapper:has(.sl-card__placeholder) .product-item-image-alternative {
	background-image: none !important;
}

.product-item-image-original[style*="no_photo"],
.product-item-image-alternative[style*="no_photo"] {
	background-image: none !important;
}

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
	padding-top: 133%;
}

.sl-card__hover-zones {
	cursor: pointer;
}

.sl-card__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0.5rem;
	z-index: 20;
	pointer-events: none;
}

.sl-card__overlay-left,
.sl-card__overlay-right {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	pointer-events: auto;
}

.sl-card__overlay-left {
	max-width: 60%;
	flex-wrap: wrap;
}

.sl-card__overlay-right {
	flex-direction: column;
	gap: 0.5625rem;
}

.sl-card__badge {
	display: inline-flex;
	align-items: flex-start;
	gap: 0.625rem;
	padding: 3px 0.375rem 2px;
	border-radius: 6.25rem;
	color: var(--sl-color-badge-text, var(--sl-color-dark));
	text-align: center;
	font-size: var(--sl-text-xs, 0.75rem);
	font-weight: 400;
	line-height: normal;
	white-space: nowrap;
	text-transform: uppercase;
}

.sl-card__badge--newproduct {
	background: var(--sl-color-badge-new);
	color: var(--sl-color-badge-new-text, var(--sl-color-link-contrast, #fff));
}

.sl-card__badge--hit,
.sl-card__badge--saleleader {
	background: var(--sl-color-badge-hit);
	color: var(--sl-color-badge-text, var(--sl-color-dark));
}

.sl-card__badge--specialoffer {
	background: var(--sl-color-badge-sale);
	color: var(--sl-color-badge-text, var(--sl-color-dark));
}

.sl-card__badge--trend {
	background: var(--sl-color-badge-trend);
	color: var(--sl-color-badge-text, var(--sl-color-dark));
}

.sl-card__badge--gift {
	background: var(--sl-color-badge-trend);
	color: var(--sl-color-badge-text, var(--sl-color-dark));
}

.sl-card__badge--timer {
	background: var(--sl-color-white);
	padding: 3px 0.5rem 2px 0.375rem;
	align-items: center;
	gap: 3px;
	color: var(--sl-color-dark);
}

.sl-card__badge--timer svg {
	flex-shrink: 0;
}

.sl-card__action-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	margin: -0.75rem -0.625rem;
	padding: 0;
	border: none;
	border-radius: var(--sl-action-radius, var(--sl-button-radius, 0.625rem));
	background: transparent !important;
	color: var(--sl-color-dark);
	cursor: pointer;
	transition: color 200ms ease, opacity 200ms ease, transform 200ms ease;
}

.sl-card__action-btn:hover {
	color: var(--sl-color-dark);
	opacity: 1;
}

.sl-card__action-btn:active {
	transform: scale(0.93);
}

.sl-card__action-btn[data-entity="favorite-btn"]:active {
	transform: none;
}

.sl-card__action-btn svg {
	flex-shrink: 0;
}

.sl-card__overlay-right .sl-card__action-btn svg > path:first-child {
	transition: fill 200ms ease;
}

.sl-card__overlay-right .sl-card__action-btn svg g {
	opacity: 0.3;
	transition: color 200ms ease, opacity 200ms ease;
}

.sl-card__overlay-right .sl-card__action-btn:hover svg g {
	opacity: 1;
}

.sl-card__overlay-right .sl-card__action-btn[data-sl-popup="quickview"]:hover svg g {
	color: color-mix(in srgb, var(--sl-color-link) 72%, var(--sl-color-white));
}

.sl-card__overlay-right .sl-card__action-btn[data-entity="compare-btn"]:hover svg > path:first-child {
	fill: var(--sl-color-white);
}

.sl-card__overlay-right .sl-card__action-btn[data-entity="compare-btn"]:hover svg g {
	color: color-mix(in srgb, var(--sl-color-link) 72%, var(--sl-color-white));
	opacity: 1;
}

.sl-card__overlay-right .sl-card__action-btn[data-entity="compare-btn"].sl-card__action-btn--active svg > path:first-child {
	fill: var(--sl-color-link);
	transform: scale(0.88);
	transform-box: fill-box;
	transform-origin: center;
}

.sl-card__overlay-right .sl-card__action-btn[data-entity="compare-btn"].sl-card__action-btn--active svg g {
	color: var(--sl-color-link-contrast, var(--sl-color-white));
	opacity: 1;
}

.sl-card__overlay-right .sl-card__action-btn[data-entity="compare-btn"].sl-card__action-btn--active:hover svg > path:first-child {
	fill: var(--sl-color-link);
	transform: scale(0.88);
	transform-box: fill-box;
	transform-origin: center;
}

.sl-card__overlay-right .sl-card__action-btn[data-entity="compare-btn"].sl-card__action-btn--active:hover svg g {
	opacity: 1;
}

.sl-card__action-btn--active svg .sl-compare-icon__frame {
	opacity: 0 !important;
}

.sl-card__overlay-right .sl-card__action-btn[data-entity="favorite-btn"] svg,
.sl-card__overlay-right .sl-card__action-btn[data-entity="favorite-btn"] svg.qwelp-favorites__svg {
	fill: none !important;
	transition: none;
}

.sl-card__overlay-right .sl-card__action-btn[data-entity="favorite-btn"] svg path:first-child {
	fill: var(--sl-color-white) !important;
	opacity: 1 !important;
	transition: fill 200ms ease, opacity 200ms ease;
}

.sl-card__overlay-right .sl-card__action-btn[data-entity="favorite-btn"]:not(.qwelp-favorites--active) svg path[stroke] {
	fill: transparent !important;
	stroke: currentColor !important;
	opacity: 0.38 !important;
	transition: fill 200ms ease, stroke 200ms ease, opacity 200ms ease;
}

.sl-card__overlay-right .sl-card__action-btn[data-entity="favorite-btn"]:not(.qwelp-favorites--active):hover svg path:first-child {
	fill: var(--sl-color-white) !important;
	opacity: 1 !important;
}

.sl-card__overlay-right .sl-card__action-btn[data-entity="favorite-btn"]:not(.qwelp-favorites--active):hover svg path[stroke] {
	fill: transparent !important;
	stroke: var(--sl-color-favorite-active, var(--sl-color-favorite)) !important;
	opacity: 1 !important;
}

.sl-card__overlay-right .sl-card__action-btn[data-entity="favorite-btn"].qwelp-favorites--active svg path:first-child {
	fill: var(--sl-color-white) !important;
	opacity: 1 !important;
}

.sl-card__overlay-right .sl-card__action-btn[data-entity="favorite-btn"].qwelp-favorites--active svg path[stroke] {
	fill: var(--sl-color-favorite-active, var(--sl-color-favorite)) !important;
	stroke: var(--sl-color-favorite-active, var(--sl-color-favorite)) !important;
	opacity: 1 !important;
}

.sl-card__action-btn--active svg g,
.sl-card__action-btn--active svg path[stroke],
.sl-card__action-btn.qwelp-favorites--active svg g,
.sl-card__action-btn.qwelp-favorites--active svg path[stroke] {
	opacity: 1;
}

.sl-card__action-btn.qwelp-favorites--active {
	color: var(--sl-color-favorite-active, var(--sl-color-favorite));
}

.sl-card__action-btn.qwelp-favorites--active svg path:first-child {
	fill: var(--sl-color-white) !important;
}

.sl-card__action-btn.qwelp-favorites--active:hover svg path:first-child {
	fill: var(--sl-color-white) !important;
	opacity: 1 !important;
}

.sl-card__action-btn.qwelp-favorites--active svg,
.sl-card__action-btn.qwelp-favorites--active svg.qwelp-favorites__svg {
	fill: none !important;
	transition: none;
}

.sl-card__action-btn.qwelp-favorites--active svg path[stroke] {
	fill: var(--sl-color-favorite-active, var(--sl-color-favorite)) !important;
	stroke: var(--sl-color-favorite-active, var(--sl-color-favorite)) !important;
	opacity: 1 !important;
}

.sl-card__action-btn.qwelp-favorites--loading {
	pointer-events: none;
	opacity: 0.5;
}

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original {
	z-index: 11;
}

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.product-item-container.hover .product-item-image-original {
	opacity: 0;
}

.product-item-container.hover .product-item-image-alternative {
	opacity: 1;
}

.product-item-container.hover .sl-card .product-item-image-original {
	opacity: 1;
}

.product-item-container.hover .sl-card .product-item-image-alternative {
	opacity: 0;
}

.product-item-container.hover .sl-list-card .product-item-image-original,
.product-item-container.hover .sl-line-card .product-item-image-original {
	opacity: 1;
}
.product-item-container.hover .sl-list-card .product-item-image-alternative,
.product-item-container.hover .sl-line-card .product-item-image-alternative {
	opacity: 0;
}

@media (pointer: coarse) {
	.product-item-container.hover .product-item-image-original {
		opacity: 1;
	}

	.product-item-container.hover .product-item-image-alternative {
		opacity: 0;
	}
}

.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: transparent;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		backface-visibility: hidden;
		perspective: 62.5rem;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	display: block;
}

.product-item-image-slider-slide-container > .active {
	left: 0;
}

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next {
	left: 100%;
}

.product-item-image-slider-slide-container > .prev {
	left: -100%;
}

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right {
	left: 0;
}

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 2px;
	background-color: var(--sl-color-link);
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 0.5rem;
	left: 0;
	z-index: 15;
	display: block;
	padding: 0;
	text-align: center;
	opacity: 1;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container {
	opacity: 1;
}

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 1.1875rem;
	height: 4px;
	margin: 0 2px;
	border-radius: 6.25rem;
	opacity: 0.2;
	background: var(--sl-color-dark);
	cursor: pointer;
	transition: background-color 300ms ease, opacity 300ms ease;
}

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover {
	background-color: var(--sl-color-link);
	opacity: 1;
}

@media (max-width: 767px) {
	.product-item-image-slider-control,
	.product-item-image-slider-control.active {
		width: 0.75rem;
		height: 3px;
		margin: 0 1.5px;
	}
}

.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.product-item-label-text > div {
	line-height: 0;
}

.product-item-label-text span {
	display: inline-block;
	padding: 4px 0.625rem;
	border-radius: 6.25rem;
	background: var(--sl-color-accent);
	color: var(--sl-color-white);
	font-weight: 500;
	font-size: var(--sl-text-tiny, 0.6875rem);
	line-height: 1.3;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}

.product-item-label-text.product-item-label-small span {
	padding: 3px 0.5rem;
	font-size: var(--sl-text-tiny, 0.6875rem);
	line-height: 1.3;
}

.product-item-label-text.product-item-label-big span {
	padding: 0.3125rem 0.75rem;
	font-size: var(--sl-text-caption, 0.8125rem);
	line-height: 1.3;
}

.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 6.25rem;
	background: var(--sl-color-accent);
	color: var(--sl-color-white);
	font-weight: 600;
	text-align: center;
}

.product-item-label-ring.product-item-label-small {
	width: auto;
	height: auto;
	padding: 3px 0.5rem;
	font-size: var(--sl-text-tiny, 0.6875rem);
	line-height: 1.3;
}

.product-item-label-ring.product-item-label-big {
	width: auto;
	height: auto;
	padding: 4px 0.625rem;
	font-size: var(--sl-text-caption, 0.8125rem);
	line-height: 1.3;
}

.product-item-label-ring > div {
	line-height: 0;
}

.product-item-label-top {
	top: 0.5625rem;
}

.product-item-label-left {
	left: 0.5625rem;
}

.product-item-label-left > div {
	text-align: left;
}

.product-item-label-right {
	right: 0.5625rem;
}

.product-item-label-right > div {
	text-align: right;
}

.product-item-label-bottom {
	bottom: 0.5625rem;
}

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div {
	text-align: center;
}

.product-item-label-middle {
	top: 50%;
	transform: translateY(-50%);
}

.product-item-label-center.product-item-label-middle {
	transform: translate(-50%, -50%);
}

.sl-card__content {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 0.3125rem;
	padding: 0;
	overflow: hidden;
}

.product-item-info-container {
	clear: both;
	margin-bottom: 0.5rem;
}

.product-item-info-container-title {
	font-size: var(--sl-text-xs, 0.75rem);
}

.product-item-info-container.product-item-hidden {
	transition: none;
}

.product-item-price-container {
	text-align: left;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.product-item-price-current {
	display: block;
	white-space: nowrap;
	color: var(--sl-color-dark);
	font-size: var(--sl-text-lg, 1.25rem);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.product-item-price-currency {
	opacity: 0.5;
}

.product-item-price-old {
	text-decoration: line-through;
	white-space: nowrap;
	vertical-align: middle;
	color: var(--sl-color-dark);
	font-size: var(--sl-text-control, 0.9375rem);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0.65;
}

.sl-card__discount-badge {
	display: inline-flex;
	align-items: center;
	padding: 2px 0.375rem;
	margin-left: 4px;
	border-radius: 6.25rem;
	background: var(--sl-color-success-bg);
	color: var(--sl-color-success);
	font-size: var(--sl-text-xs, 0.75rem);
	font-weight: 500;
	line-height: 1.3;
	white-space: nowrap;
	vertical-align: middle;
}

.sl-card__discount-badge > span {
	line-height: inherit;
}

.sl-card__brand {
	margin-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	color: var(--sl-color-dark);
	font-size: var(--sl-text-caption, 0.8125rem);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0.7;
}

a.sl-card__brand {
	text-decoration: none;
	transition: color 0.2s, opacity 0.2s;
}

a.sl-card__brand:hover {
	color: var(--sl-color-link);
	opacity: 1;
}

.sl-card__availability {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-size: var(--sl-text-xs, 0.75rem);
	line-height: 1.1875rem;
	white-space: nowrap;
}

.sl-card__availability svg {
	display: block;
	width: 0.6875rem;
	height: 0.6875rem;
	flex: 0 0 0.6875rem;
}

.sl-card__availability span {
	display: block;
	line-height: inherit;
}

.sl-card__availability--in-stock {
	color: var(--sl-card-availability-in-stock, #54C580);
}

.sl-card__availability--out-of-stock {
	color: var(--sl-color-danger);
}

.sl-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 4px;
	min-width: 0;
	overflow: hidden;
}

.sl-card__meta .sl-card__brand {
	margin-bottom: 0;
	min-width: 0;
}

.sl-card__meta .sl-card__availability {
	margin-bottom: 0;
	flex-shrink: 0;
}

.product-item-title,
.bx-touch .product-item-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin: 0 0 0.5rem;
	font-size: var(--sl-text-control, 0.9375rem);
	font-style: normal;
	font-weight: 400;
	line-height: 1.27;
}

.product-item-container.hover .product-item-title {
	-webkit-line-clamp: unset;
	display: block;
	overflow: hidden;
}

.product-item-title a {
	color: inherit;
	font-family: inherit;
	font-size: inherit !important;
	line-height: inherit;
	text-decoration: none;
	transition: color 250ms linear;
	display: inline-block;
	padding-block: 0;
}

.product-item-title a:hover {
	color: var(--sl-color-link);
}

html[data-theme='dark'] .product-item-title a:hover {
	color: var(--sl-color-link-bright);
}

.sl-card__rating-row {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.sl-card__rating,
.sl-card__comments {
	color: var(--sl-color-dark);
	font-size: var(--sl-text-caption, 0.8125rem);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0.7;
	display: flex;
	align-items: center;
	gap: 0.3125rem;
}

.sl-card__rating svg,
.sl-card__comments svg {
	flex-shrink: 0;
	position: relative;
	top: -1px;
}

.sl-card__rating svg {
	flex-shrink: 0;
}

.product-item-button-container {
	margin-bottom: 0;
	margin-top: 0;
}

.product-item-button-container .btn {
	display: block;
	width: 100%;
	margin-bottom: 0;
	padding: 0.625rem 1.25rem;
	min-height: 2.75rem;
	border-radius: var(--sl-action-radius, var(--sl-button-radius, 0.625rem));
	font-weight: 500;
	font-size: var(--sl-text-sm, 0.875rem);
	line-height: 1.4;
	transition: background-color 200ms ease, border-color 200ms ease, transform 100ms ease;
}

.product-item-button-container .btn-primary {
	--sl-product-card-buy-color: var(--sl-product-card-buy-bg, var(--sl-color-link-solid-hover, #5B4CE0));

	background-color: var(--sl-product-card-buy-color);
	border-color: var(--sl-product-card-buy-color);
	color: var(--sl-color-link-contrast, var(--sl-color-white, #FFFFFF));
}

.product-item-button-container .btn-primary:hover,
.product-item-button-container .btn-primary:focus-visible {
	background-color: color-mix(in srgb, var(--sl-product-card-buy-color) 88%, transparent);
	border-color: color-mix(in srgb, var(--sl-product-card-buy-color) 88%, transparent);
	color: var(--sl-color-link-contrast, var(--sl-color-white, #FFFFFF));
}

@supports not (background-color: color-mix(in srgb, red 88%, transparent)) {
	.product-item-button-container .btn-primary:hover,
	.product-item-button-container .btn-primary:focus-visible {
		background-color: rgba(var(--sl-color-link-rgb, 96, 80, 232), 0.88);
		border-color: rgba(var(--sl-color-link-rgb, 96, 80, 232), 0.88);
	}
}

.product-item-button-container .btn-primary:active {
	transform: scale(0.98);
}

.product-item-button-container .btn-in-basket {
	background-color: rgba(var(--sl-color-link-rgb, 96, 80, 232), 0.2);
	border-color: transparent;
	color: var(--sl-color-link);
}

.product-item-button-container .btn-link {
	background: rgba(var(--sl-color-dark-rgb), 0.08);
	color: var(--sl-color-dark);
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
	font-size: var(--sl-text-caption, 0.8125rem);
}

.sl-card--has-buy-stub .sl-card__content {
	padding-bottom: 5rem;
}

.sl-card--has-buy-stub .product-item-title {
	height: calc(1.1875rem * 3 + 2px);
	overflow: hidden !important;
}

.sl-card--has-buy-stub .product-item-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.sl-card--has-buy-stub .product-item-hidden[data-entity="buttons-block"] {
	display: block !important;
	opacity: 1 !important;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 7;
	padding: 0 1.875rem 1.875rem;
	margin: 0;
}

.sl-card--has-buy-stub .product-item-hidden[data-entity="buttons-block"] .product-item-button-container {
	margin: 0;
}

.sl-card--has-buy-stub .product-item-hidden[data-entity="buttons-block"] .product-item-button-container,
.sl-card--has-buy-stub .product-item-hidden[data-entity="buttons-block"] [id$="_basket_actions"],
.sl-card--has-buy-stub .product-item-hidden[data-entity="buttons-block"] .btn-primary {
	display: block !important;
}

.product-item-container.hover .sl-card--has-buy-stub,
.product-item-container:hover .sl-card--has-buy-stub {
	position: relative !important;
	box-shadow: none !important;
	transform: none !important;
}

.product-item-container.hover .sl-card--has-buy-stub .product-item-info-container.product-item-hidden:not([data-entity="buttons-block"]),
.product-item-container:hover .sl-card--has-buy-stub .product-item-info-container.product-item-hidden:not([data-entity="buttons-block"]) {
	display: none !important;
}

.product-item-scu-container {
	margin-bottom: 0.625rem;
}

.product-item.sl-card [id$="_sku_tree"] > [data-entity="sku-block"] + [data-entity="sku-block"] {
	margin-top: 0.5rem;
}

.product-item-scu-block-title {
	color: rgba(var(--sl-color-dark-rgb, 20, 42, 75), 0.5);
	font-size: var(--sl-text-caption, 0.8125rem);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0.3125rem;
}

.product-item-scu-block-title [data-entity="sku-line-title-value"] {
	color: var(--sl-color-dark);
	font-size: var(--sl-text-caption, 0.8125rem);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.product-item-scu-list {
	margin: 0;
}

.product-item-scu-item-list {
	overflow: visible;
	margin: 0;
	padding: 2px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.product-item.sl-card .product-item-scu-item-list:has(.product-item-scu-item-text-container--size) {
	gap: 0.5rem;
}

.product-item-scu-item-color-container {
	display: inline-block;
	padding: 0;
	width: 2.0625rem;
	height: 2.75rem;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 133%;
	border-radius: 0.375rem;
	overflow: hidden;
	border: 1px solid transparent;
	background: var(--sl-color-bg);
	cursor: pointer;
	transition: border-color 200ms ease;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
	border-color: var(--sl-color-link);
}

.product-item-scu-item-color-block:hover {
	border-color: rgba(var(--sl-color-dark-rgb), 0.3);
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block:hover {
	border-color: var(--sl-color-link);
}

.product-item-scu-item-color-block {
	background: var(--sl-color-bg) url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='16' y='20' width='48' height='40' rx='4' stroke='%23142A4B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' opacity='0.15'/%3E%3Ccircle cx='30' cy='35' r='5' stroke='%23142A4B' stroke-width='2.5' opacity='0.15'/%3E%3Cpath d='M16 52l14-14 10 10 8-8 16 16' stroke='%23142A4B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' opacity='0.15'/%3E%3C/svg%3E") center / 60% no-repeat;
	border-radius: 0.375rem;
}

.product-item-scu-item-color {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 0.375rem;
}

.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 0;
	min-width: 1.75rem;
}

.product-item.sl-card .product-item-scu-item-text-container--size {
	min-width: 2.5rem;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 2px 0.5rem;
	border: 1px solid var(--sl-color-divider);
	border-radius: 6.25rem;
	cursor: pointer;
	transition: border-color 200ms ease;
}

.product-item.sl-card .product-item-scu-item-text-block--size {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	min-height: 2.5rem;
	padding: 0.25rem 0.1875rem;
	background: rgba(var(--sl-color-dark-rgb), 0.05);
	border-color: transparent;
	border-radius: 0.4375rem;
	transition: border-color 200ms ease, background-color 200ms ease;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
	border-color: var(--sl-color-link);
}

.product-item.sl-card .product-item-scu-item-text-container.selected .product-item-scu-item-text-block--size {
	background: rgba(var(--sl-color-dark-rgb), 0.05);
	border-color: var(--sl-color-link);
}

.product-item-scu-item-text-block:hover {
	border-color: var(--sl-color-muted);
}

.product-item.sl-card .product-item-scu-item-text-block--size:hover {
	background: rgba(var(--sl-color-dark-rgb), 0.08);
	border-color: rgba(var(--sl-color-dark-rgb), 0.16);
}

.product-item.sl-card .product-item-scu-item-text-container.selected .product-item-scu-item-text-block--size:hover {
	border-color: var(--sl-color-link);
}

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: var(--sl-text-tiny, 0.6875rem);
	line-height: 1.125rem;
	color: var(--sl-color-dark);
}

.product-item.sl-card .product-item-scu-item-text--size {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.0625rem;
	white-space: normal;
	line-height: 1;
}

.product-item.sl-card .product-item-scu-item-text__main,
.product-item.sl-card .product-item-scu-item-text__sub {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-item.sl-card .product-item-scu-item-text__main {
	color: var(--sl-color-dark);
	font-size: var(--sl-text-xs, 0.75rem);
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

.product-item.sl-card .product-item-scu-item-text__sub {
	color: rgba(var(--sl-color-dark-rgb), 0.5);
	font-size: var(--sl-text-xs, 0.75rem);
	font-weight: 400;
	line-height: 1.2;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	opacity: 0.4;
	cursor: default;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: rgba(var(--sl-color-white-rgb), 0.6);
	border-radius: inherit;
}

.product-item-properties {
	display: block;
	margin: 0;
	color: var(--sl-color-dark);
	font-size: var(--sl-text-caption, 0.8125rem) !important;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem;
}

dl.product-item-properties {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3px 0.375rem;
	margin: 0.3125rem 0 0 0;
	overflow: hidden;
}

dl.product-item-properties > :nth-child(n+21) {
	display: none !important;
}

.product-item-properties dt,
.product-item-properties dd {
	display: block !important;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-item-properties dt {
	opacity: 0.7;
}

.product-item-properties dt:after {
	content: "";
}

.product-item-properties dd:after {
	content: none;
}

.sl-card [data-entity="quantity-block"],
.sl-line-card [data-entity="quantity-block"] {
	display: none !important;
}

@media (min-width: 1025px) {
	.sl-card [data-entity="quantity-block"].sl-card__quantity--visible {
		display: flex !important;
	}
}

.product-item-amount {
	padding: 0;
}

.product-item-amount-field-container {
	display: inline-flex;
	align-items: center;
	position: relative;
	height: 2.125rem;
	border: 1px solid rgba(var(--sl-color-dark-rgb), 0.15);
	border-radius: 0.5rem;
	overflow: hidden;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	height: 100%;
	border: none;
	background: none;
	cursor: pointer;
	transition: background 0.2s ease;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
	background: rgba(var(--sl-color-link-rgb), 0.08);
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	transition: opacity 0.2s ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus {
	opacity: 0.3;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background: none;
}

.product-item-amount-field-btn-plus:after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath d='M6 1v10M1 6h10' stroke='%236050E8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
}

.product-item-amount-field-btn-minus:after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath d='M1 6h10' stroke='%236050E8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
}

.product-item-amount-field-btn-plus:focus-visible,
.product-item-amount-field-btn-minus:focus-visible {
	outline: 2px solid var(--sl-color-link);
	outline-offset: -2px;
	border-radius: 4px;
}

.product-item-amount-field-block {
	flex: 1;
}

.product-item-amount-field {
	display: block;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
	background: transparent !important;
	color: var(--sl-color-dark);
	text-align: center;
	font-weight: 600;
	font-size: var(--sl-text-caption, 0.8125rem);
	line-height: 2.125rem;
}

.product-item-amount-field:focus {
	outline: none;
}

.product-item-amount-field:focus-visible {
	outline: 2px solid var(--sl-color-link);
	outline-offset: -2px;
	border-radius: 4px;
}

input.product-item-amount-field::-webkit-outer-spin-button,
input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	appearance: none;
}

input.product-item-amount-field {
	-moz-appearance: textfield;
}

.product-item-amount-description-container {
	display: none;
}

.product-item.sl-card [data-entity="quantity-block"].sl-card__quantity--visible,
.sl-catalog[data-view="grid"] .sl-card [data-entity="quantity-block"].sl-card__quantity--visible,
.sl-catalog[data-view="line"] .sl-line-card [data-entity="quantity-block"].sl-card__quantity--visible {
	display: flex !important;
	width: 100%;
	margin: 0;
}

.product-item.sl-card:has([data-entity="quantity-block"].sl-card__quantity--visible) [id$="_basket_actions"],
.sl-catalog[data-view="grid"] .sl-card:has([data-entity="quantity-block"].sl-card__quantity--visible) [id$="_basket_actions"],
.sl-catalog[data-view="line"] .sl-line-card:has([data-entity="quantity-block"].sl-card__quantity--visible) .sl-line-card__btn-cart:not(.sl-line-card__btn-cart--disabled) {
	display: none !important;
}

.product-item.sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount,
.sl-catalog[data-view="grid"] .sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount,
.sl-catalog[data-view="line"] .sl-line-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount {
	width: 100%;
	padding: 0;
}

.product-item.sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-container,
.sl-catalog[data-view="grid"] .sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-container,
.sl-catalog[data-view="line"] .sl-line-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-container {
	width: 100%;
	height: 2.5rem;
	background: var(--sl-color-white);
	border-color: rgba(var(--sl-color-dark-rgb), 0.14);
	border-radius: 0.625rem;
}

.product-item.sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-btn-plus,
.product-item.sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-btn-minus,
.sl-catalog[data-view="grid"] .sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-btn-plus,
.sl-catalog[data-view="grid"] .sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-btn-minus,
.sl-catalog[data-view="line"] .sl-line-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-btn-plus,
.sl-catalog[data-view="line"] .sl-line-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-btn-minus,
.product-item.sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-btn-plus:hover,
.product-item.sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-btn-minus:hover,
.sl-catalog[data-view="grid"] .sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-btn-plus:hover,
.sl-catalog[data-view="grid"] .sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-btn-minus:hover,
.sl-catalog[data-view="line"] .sl-line-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-btn-plus:hover,
.sl-catalog[data-view="line"] .sl-line-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-btn-minus:hover {
	flex: 0 0 2.5rem;
	min-width: 2.5rem;
	background: transparent;
}

.product-item.sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-block,
.sl-catalog[data-view="grid"] .sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-block,
.sl-catalog[data-view="line"] .sl-line-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-block {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	height: 100%;
	padding: 0 0.25rem;
	background: transparent;
}

.product-item.sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field,
.sl-catalog[data-view="grid"] .sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field,
.sl-catalog[data-view="line"] .sl-line-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field {
	flex: 1 1 auto;
	min-width: 0;
	font-size: var(--sl-text-base, 1rem);
	line-height: 1;
}

.product-item.sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-description-container,
.sl-catalog[data-view="grid"] .sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-description-container,
.sl-catalog[data-view="line"] .sl-line-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-description-container {
	display: none !important;
}

.sl-catalog[data-view="line"] .sl-line-card__buttons > [data-entity="quantity-block"].sl-card__quantity--visible {
	order: -1;
}

.product-item-amount-label-container {
	margin: 0.3125rem 0;
	color: var(--sl-color-muted);
	font-weight: 600;
	font-size: var(--sl-text-xs, 0.75rem);
}

.product-item-quantity {
	font-size: var(--sl-text-xs, 0.75rem);
}

.product-item-compare-container {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.product-item-container.hover .product-item-compare-container {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

@media (pointer: coarse) {
	.product-item-compare-container {
		display: none;
	}
}

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

.product-item-sticker,
.product-item-sticker-round {
	display: none;
}

.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0.75rem;
	width: 100%;
	border: none;
	border-radius: 0.75rem;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 0.75rem;
	padding-top: 100%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: var(--sl-color-bg) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	border-radius: 0.5rem;
	opacity: .5;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-more {
	opacity: .8;
}

@media (pointer: coarse) {
	.product-item-more {
		opacity: .8;
	}
}

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--sl-color-dark);
	font-size: var(--sl-text-sm, 0.875rem);
}

.product-item-line-card .product-item {
	border-bottom: 1px solid var(--sl-color-divider);
	border-radius: 0;
	box-shadow: none;
}

.product-item-line-card .product-item-title {
	white-space: normal;
	text-align: left;
}

.product-item-line-card .product-item-scu-container {
	text-align: left;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
	display: block;
}

.no-select {
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

@media (max-width: 1024px) {

	.sl-card__buy-stub {
		display: none;
	}


	.product-item::after {
		display: none;
	}

	.product-item-container.hover,
	.product-item-container:hover {
		z-index: auto;
	}

	.product-item,
	.product-item:hover,
	.product-item-container.hover .product-item,
	.product-item-container:hover .product-item,
	.product-item-container .product-item {
		position: static;
		box-shadow: none;
		transform: none;
	}


	.product-item-container.hover .product-item-title {
		-webkit-line-clamp: 3;
		display: -webkit-box;
	}


	.product-item-info-container.product-item-hidden {
		display: none !important;
	}

	.product-item-info-container.product-item-hidden:has(.btn) {
		display: block !important;
		opacity: 1 !important;
	}

	.product-item-container .product-item-info-container.product-item-hidden [data-entity="sku-block"],
	.product-item-container.hover .product-item-info-container.product-item-hidden [data-entity="sku-block"],
	.product-item-container .product-item-scu-container,
	.product-item-container.hover .product-item-scu-container {
		display: none;
	}

	.product-item-container .product-item-info-container.product-item-hidden[data-entity="props-block"],
	.product-item-container.hover .product-item-info-container.product-item-hidden[data-entity="props-block"] {
		display: none;
	}


	.product-item-container {
		height: 100%;
	}

	.product-item {
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	.sl-card__content {
		flex: 1;
		display: flex;
		flex-direction: column;
	}


	[data-entity="items-row"] .product-item-image-wrapper {
		margin-bottom: 0;
	}

	[data-entity="items-row"] .product-item-price-container {
		margin-top: 0;
	}

	.product-item-info-container.product-item-hidden:has(.btn) {
		margin-top: auto;
	}

	.row {
		align-items: stretch;
	}


	.product-item-title {
		-webkit-line-clamp: 3;
		min-height: 3.5625rem;
	}


	.product-item-price-container {
		min-height: 2.8125rem;
	}

	.sl-card__meta {
		min-height: 1.0625rem;
	}


	.sl-card__rating-row {
		display: none;
	}

	.product-item-button-container .btn {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 3rem;
		padding: 0.75rem 1.375rem;
		font-weight: 400;
		font-size: var(--sl-text-control, 0.9375rem);
		line-height: 1.1875rem;
		gap: 0.625rem;
	}

	.product-item-button-container .btn-primary {
		background-color: var(--sl-product-card-buy-bg, var(--sl-color-link-solid-hover, #5B4CE0));
		border-color: var(--sl-product-card-buy-bg, var(--sl-color-link-solid-hover, #5B4CE0));
		color: var(--sl-color-link-contrast, var(--sl-color-white, #FFFFFF));
	}

	.product-item-button-container .btn-link {
		display: none;
	}


	.product-item-container:has(.sl-list-card),
	.product-item-container:has(.sl-line-card) {
		height: auto;
	}

	.sl-list-card,
	.sl-line-card {
		height: auto;
		overflow: visible;
	}

	.product-item-container .sl-list-card .product-item-scu-container,
	.product-item-container.hover .sl-list-card .product-item-scu-container,
	.product-item-container .sl-line-card .product-item-scu-container,
	.product-item-container.hover .sl-line-card .product-item-scu-container {
		display: flex;
		flex-direction: column;
	}

	.product-item-container.hover .sl-list-card .product-item-title,
	.product-item-container.hover .sl-line-card .product-item-title {
		-webkit-line-clamp: unset;
		display: block;
	}
}

@media (max-width: 576px) {
	.sl-card__image-area {
		margin-bottom: 0.5rem;
	}

	.sl-card__overlay {
		padding: 0.375rem;
	}

	.sl-card__badge {
		padding: 3px 0.4375rem;
		font-size: var(--sl-text-micro, 0.625rem);
	}

	.sl-card__overlay-right {
		gap: 0.5rem;
	}

	.sl-card__action-btn {
		border-radius: 0.5rem;
	}

	.sl-card__content {
		padding: 0;
	}

	.product-item-price-current {
		font-size: var(--sl-text-base, 1rem);
	}

	.product-item-price-old {
		font-size: var(--sl-text-xs, 0.75rem);
	}

	.sl-card__discount-badge {
		font-size: var(--sl-text-tiny, 0.6875rem);
		padding: 1px 0.3125rem;
	}

	.product-item-title {
		font-size: var(--sl-text-caption, 0.8125rem);
		line-height: normal;
		-webkit-line-clamp: 2;
	}

	.product-item-title a {
		color: var(--sl-color-dark);
		font-size: var(--sl-text-caption, 0.8125rem);
		font-weight: 400;
		line-height: normal;
	}

	.product-item-button-container {
		margin-top: 0;
	}

	.product-item-button-container .btn {
		padding: 0.75rem 1rem;
		font-size: var(--sl-text-caption, 0.8125rem);
		min-height: 3rem;
		display: flex;
		align-items: center;
		justify-content: center;
		white-space: nowrap;
	}

	.product-item-container .product-item-scu-item-color-container {
		width: 2rem;
		max-width: 2rem;
	}

	.product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span {
		padding: 2px 0.375rem;
		font-size: var(--sl-text-micro, 0.625rem);
	}

	.product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big {
		padding: 2px 0.375rem;
		font-size: var(--sl-text-micro, 0.625rem);
	}
}

@media (max-width: 767px) {
	.product-item-big-card .product-item-title a {
		font-size: var(--sl-text-sm, 0.875rem);
	}
}

.product-item-description-container p {
	color: var(--sl-color-muted);
	font-size: var(--sl-text-caption, 0.8125rem);
}

.sl-card__content .product-item-info-container,
.sl-card__content .product-item-price-container,
.sl-card__content .sl-card__meta,
.sl-card__content .sl-card__brand,
.sl-card__content .sl-card__availability,
.sl-card__content .sl-card__rating-row,
.sl-card__content .product-item-title {
	margin-bottom: 0;
}

html[data-theme="dark"] .product-item::after {
	background: linear-gradient(0deg, var(--sl-product-card-bg, var(--sl-color-white)) 11.54%, color-mix(in srgb, var(--sl-product-card-bg, var(--sl-color-white)) 90%, transparent) 50%, transparent 100%);
}
html[data-theme="dark"] .product-item-container.hover .product-item {
	background: var(--sl-product-card-bg, var(--sl-color-white));
	box-shadow: 0 1px 4px rgba(var(--sl-color-bg-rgb), 0.65);
}
html[data-theme="dark"].bx-no-touch .product-item-container.hover .product-item:not(.sl-list-card):not(.sl-line-card),
html[data-theme="dark"] .bx-no-touch .product-item-container.hover .product-item:not(.sl-list-card):not(.sl-line-card) {
	background: var(--sl-product-card-bg, var(--sl-color-white)) !important;
	box-shadow: 0 0.25rem 1rem 0 rgba(var(--sl-color-bg-rgb), 0.65) !important;
}
html[data-theme="dark"] .product-item-properties dd {
	color: var(--sl-color-dark);
}
html[data-theme="dark"] .sl-card__badge--timer {
	background: var(--sl-color-surface-1);
}
html[data-theme="dark"] .sl-card__discount-badge {
	color: var(--sl-color-success);
}
html[data-theme="dark"] .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
html[data-theme="dark"] .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	background: rgba(var(--sl-color-white-rgb), 0.4);
}
html[data-theme="dark"] .product-item-button-container .btn-primary {
	--sl-product-card-buy-color: var(--sl-color-link-solid);

	background-color: var(--sl-product-card-buy-color);
	border-color: var(--sl-product-card-buy-color);
	color: var(--sl-color-link-contrast);
}
html[data-theme="dark"] .product-item-button-container .btn-primary:hover {
	background-color: color-mix(in srgb, var(--sl-product-card-buy-color) 88%, transparent);
	border-color: color-mix(in srgb, var(--sl-product-card-buy-color) 88%, transparent);
}
html[data-theme="dark"] .sl-card__badge--newproduct {
	background: var(--sl-color-badge-new);
	color: var(--sl-color-badge-new-text, var(--sl-color-link-contrast, #fff));
}
html[data-theme="dark"] .sl-card__badge--hit,
html[data-theme="dark"] .sl-card__badge--saleleader {
	color: var(--sl-color-badge-text, var(--sl-color-dark));
}
@media (pointer: coarse) {
	html[data-theme="dark"] .product-item {
		background: var(--sl-product-card-bg, var(--sl-color-white));
	}
}

.sl-list-card {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 1.8125rem;
	padding: 1.8125rem 1.875rem;
	border-radius: 2.5rem;
	background: var(--sl-product-card-bg, var(--sl-color-white));
}

.sl-list-card__image {
	position: relative;
	width: 12.75rem;
	flex-shrink: 0;
}

.sl-list-card__image-link {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 133%;
	border-radius: 0.625rem;
	overflow: hidden;
	background: rgba(var(--sl-color-dark-rgb), 0.05);
}

.sl-list-card__image-link .product-item-image-original,
.sl-list-card__image-link .product-item-image-alternative,
.sl-list-card__image-link .product-item-image-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.sl-list-card__image-link .product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sl-list-card__image-link .product-item-image-slider-control-container {
	position: absolute;
	bottom: 0.5rem;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 4px;
}

.sl-list-card__badges {
	position: absolute;
	top: 0.5625rem;
	left: 0.5625rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem;
	z-index: 2;
}

.sl-list-card__badges .sl-card__badge {
	display: inline-flex;
	align-items: center;
	padding: 2px 0.375rem 3px;
	border-radius: 6.25rem;
	font-size: var(--sl-text-xs, 0.75rem);
	font-weight: 400;
	text-transform: uppercase;
	color: var(--sl-color-dark);
}

.sl-list-card__badges .sl-card__badge--newproduct {
	background: var(--sl-color-badge-new);
	color: var(--sl-color-badge-new-text, var(--sl-color-link-contrast, #fff));
}

.sl-list-card__badges .sl-card__badge--saleleader {
	background: var(--sl-color-badge-hit);
}

.sl-list-card__badges .sl-card__badge--specialoffer {
	background: var(--sl-color-success-bg);
}

.sl-list-card__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0;
	min-width: 0;
}

.sl-list-card__title {
	font-size: var(--sl-text-lg, 1.25rem);
	font-weight: 400;
	line-height: 1.75rem;
	margin: 0;
	color: var(--sl-color-dark);
}

.sl-list-card__title a {
	color: inherit;
	text-decoration: none;
}

.sl-list-card__title a:hover {
	color: var(--sl-color-link);
}

.sl-list-card__brand {
	display: inline-block;
	font-size: var(--sl-text-sm, 0.875rem);
	color: var(--sl-color-dark);
	opacity: 0.5;
	margin-top: 0.3125rem;
	line-height: 1.125rem;
}

a.sl-list-card__brand {
	text-decoration: none;
	transition: color 0.2s, opacity 0.2s;
}

a.sl-list-card__brand:hover {
	color: var(--sl-color-link);
	opacity: 1;
}

.sl-list-card__sku {
	margin-top: 1.1875rem;
}

.sl-list-card__sku .product-item-scu-container {
	display: flex;
	flex-direction: column;
}

.sl-list-card__sku .product-item-scu-block-title {
	font-size: var(--sl-text-sm, 0.875rem);
	color: var(--sl-color-dark);
	opacity: 0.5;
	margin-bottom: 0.375rem;
	line-height: 1.125rem;
}

.sl-list-card__sku .product-item-scu-block-title span {
	opacity: 1;
	color: var(--sl-color-dark);
}

.sl-list-card__sku .product-item-scu-item-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.sl-list-card__sku .product-item-scu-item-color-container {
	width: 2.0625rem;
	height: 2.75rem;
	border-radius: 0.3125rem;
	overflow: hidden;
	background: rgba(var(--sl-color-dark-rgb), 0.05);
	border: 1px solid transparent;
	transition: border-color 0.15s;
}

.sl-list-card__sku .product-item-scu-item-color-block {
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	border-radius: 0.3125rem;
	overflow: visible;
	outline: none;
	outline-offset: 2px;
	transition: outline 200ms ease;
}

.sl-list-card__sku .product-item-scu-item-color-block:hover {
	outline: 1px solid rgba(var(--sl-color-dark-rgb), 0.3);
}

.sl-list-card__sku .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
	outline: 2px solid var(--sl-color-link);
}

.sl-list-card__sku .product-item-scu-item-color-container.selected .product-item-scu-item-color-block:hover {
	outline: 2px solid var(--sl-color-link);
}

.sl-list-card__sku .product-item-scu-item-color {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 0.3125rem;
	overflow: hidden;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.sl-list-card__sku .product-item-scu-item-color-container.selected {
	border-color: var(--sl-color-link);
	outline: none;
}

.sl-list-card__sku .product-item-scu-item-text-container {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 2.0625rem;
	height: 2.75rem;
	padding: 0.4375rem 0;
	border: 1px solid transparent;
	border-radius: 0.3125rem;
	background: rgba(var(--sl-color-dark-rgb), 0.05);
	font-size: var(--sl-text-xs, 0.75rem);
	text-align: center;
	color: var(--sl-color-dark);
	cursor: pointer;
	transition: border-color 0.15s;
}

.sl-list-card__sku .product-item-scu-item-text-container:hover {
	border-color: rgba(var(--sl-color-dark-rgb), 0.3);
}

.sl-list-card__sku .product-item-scu-item-text-block {
	border-color: transparent;
	outline: none;
}

.sl-list-card__sku .product-item-scu-item-text-container.selected {
	border-color: var(--sl-color-link);
}

.sl-list-card__sku .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
	border-color: transparent;
	outline: none;
}

.sl-list-card__props-wrap {
	position: relative;
}

.sl-list-card__props-wrap {
	max-height: 3.625rem;
	overflow: hidden;
}

.sl-list-card__props-wrap--open {
	max-height: none;
	overflow: visible;
}

.sl-list-card__props-btn {
	display: inline-block;
	margin-top: 4px;
	font-size: var(--sl-text-caption, 0.8125rem);
	color: var(--sl-color-link);
	cursor: pointer;
	border: none;
	background: none;
	padding: 0;
}

.sl-list-card__props-btn:hover {
	opacity: 0.7;
}

.sl-list-card__props {
	margin: 0;
	padding: 0;
	font-size: var(--sl-text-sm, 0.875rem);
	line-height: 1.125rem;
	color: var(--sl-color-dark);
}

.sl-list-card__props dt {
	float: left;
	clear: left;
	margin: 0 0.375rem 0 0;
	opacity: 0.5;
	font-weight: 400;
	line-height: 1.125rem;
}

.sl-list-card__props dt::after {
	content: ':';
}

.sl-list-card__props dd {
	margin: 0;
	line-height: 1.125rem;
	overflow: hidden;
}

.sl-list-card__rating-row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.25rem;
	margin-top: auto;
	padding-top: 1.1875rem;
}

.sl-list-card__rating,
.sl-list-card__comments {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: var(--sl-text-caption, 0.8125rem);
	color: var(--sl-color-dark);
	opacity: 0.5;
}

.sl-list-card__aside {
	width: 12.75rem;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	background: rgba(var(--sl-color-dark-rgb), 0.05);
	border-radius: 1.25rem;
	padding: 1.4375rem 1.25rem;
}

.sl-list-card__price-block {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.sl-list-card__price-top {
	display: flex;
	align-items: center;
	gap: 0.3125rem;
}

.sl-list-card__price-old {
	position: relative;
	font-size: var(--sl-text-control, 0.9375rem);
	color: var(--sl-color-dark);
	opacity: 0.5;
}

.sl-list-card__price-old::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: currentColor;
	opacity: 0.6;
	border-radius: 6.25rem;
}

.sl-list-card__discount {
	display: inline-flex;
	align-items: center;
	padding: 1px 0.375rem 2px;
	border-radius: 6.25rem;
	background: var(--sl-color-success-bg);
	font-size: var(--sl-text-tiny, 0.6875rem);
	color: var(--sl-color-dark);
}

.sl-list-card__price-current {
	font-size: var(--sl-heading-card, 1.5rem);
	font-weight: 500;
	color: var(--sl-color-dark);
	white-space: nowrap;
}

.sl-list-card__price-currency {
	opacity: 0.5;
}

.sl-list-card__availability {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: var(--sl-text-caption, 0.8125rem);
	margin-top: 1px;
}

.sl-list-card__availability--in-stock {
	color: var(--sl-color-success);
}

.sl-list-card__availability--out-of-stock {
	color: var(--sl-color-danger);
}

.sl-list-card__quantity {
	width: 100%;
	margin-top: auto;
	padding-top: 1.25rem;
	display: none;
	flex-direction: column;
	align-items: center;
}

.sl-list-card__quantity.sl-card__quantity--visible {
	display: flex !important;
}

.sl-list-card__aside:has(.sl-list-card__quantity.sl-card__quantity--visible) .sl-list-card__buttons {
	margin-top: 0;
	padding-top: 0.625rem;
}

.sl-list-card__aside:has(.sl-list-card__quantity.sl-card__quantity--visible) .sl-list-card__btn-cart:not(.sl-list-card__btn-cart--disabled) {
	display: none !important;
}

.sl-list-card__quantity .product-item-amount {
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sl-list-card__quantity .product-item-amount-field-container {
	position: relative;
	width: 100%;
	min-width: 0;
	height: 2.5rem;
	margin: 0;
	overflow: hidden;
	background: var(--sl-color-white);
	border-color: rgba(var(--sl-color-dark-rgb), 0.14);
	border-radius: 0.625rem;
	box-shadow: inset 0 0 0 1px rgba(var(--sl-color-white-rgb), 0.18);
}

.sl-list-card__quantity .product-item-amount-field-btn-plus,
.sl-list-card__quantity .product-item-amount-field-btn-minus {
	flex: 0 0 2.5rem;
	min-width: 2.5rem;
	background: transparent;
}

.sl-list-card__quantity .product-item-amount-field-btn-plus:hover,
.sl-list-card__quantity .product-item-amount-field-btn-minus:hover {
	background: transparent;
}

.sl-list-card__quantity .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus,
.sl-list-card__quantity .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus,
.sl-list-card__quantity .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.sl-list-card__quantity .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background: transparent;
	cursor: default;
}

.sl-list-card__quantity .product-item-amount-field-btn-plus:after,
.sl-list-card__quantity .product-item-amount-field-btn-minus:after {
	background-size: 0.75rem 0.75rem;
}

.sl-list-card__quantity .product-item-amount-field-block {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	height: 100%;
	padding: 0 0.25rem;
	background: transparent;
}

.sl-list-card__quantity .product-item-amount-field {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	color: var(--sl-color-dark);
	font-size: var(--sl-text-base, 1rem);
	line-height: 1;
}

.sl-list-card__quantity .product-item-amount-description-container {
	display: none !important;
}

.sl-list-card__buttons {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: auto;
	padding-top: 1.25rem;
}

.sl-list-card__buttons .product-item-button-container {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.sl-list-card__buttons .product-item-button-container > [id$="_basket_actions"] {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.sl-list-card__btn-cart {
	display: block;
	width: 100%;
	padding: 0.6875rem 1.375rem !important;
	border: none !important;
	border-radius: 0.625rem;
	background: var(--sl-color-link) !important;
	color: var(--sl-color-white) !important;
	font-size: var(--sl-text-control, 0.9375rem) !important;
	font-weight: 400 !important;
	line-height: 1.125rem !important;
	text-align: center;
	cursor: pointer;
	transition: background 0.2s;
}

.sl-list-card__btn-cart:hover {
	background: var(--sl-color-link-hover);
}

.sl-list-card__btn-cart--disabled {
	background: rgba(var(--sl-color-dark-rgb), 0.08) !important;
	color: var(--sl-color-dark) !important;
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
}

.sl-list-card__btn-oneclick {
	display: block;
	width: 100%;
	padding: 0.625rem 1.375rem;
	border: 1px solid var(--sl-color-link);
	border-radius: 0.625rem;
	background: transparent;
	color: var(--sl-color-link);
	font-size: var(--sl-text-control, 0.9375rem);
	font-weight: 400;
	line-height: 1.125rem;
	text-align: center;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s;
}

.sl-list-card__btn-oneclick:hover {
	background: rgba(var(--sl-color-link-rgb), 0.05);
}

.sl-list-card__actions {
	display: flex;
	gap: 0.625rem;
	margin-top: 0.625rem;
}

.sl-list-card__action-btn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 2.1875rem;
	border: none;
	border-radius: 0.625rem;
	background: var(--sl-color-white);
	cursor: pointer;
	transition: background 0.2s;
	padding: 0;
}

.sl-list-card__action-btn:hover {
	background: rgba(var(--sl-color-dark-rgb), 0.08);
}

.sl-list-card__action-btn--active svg g,
.sl-list-card__action-btn--active svg path[stroke],
.sl-list-card__action-btn.qwelp-favorites--active svg g,
.sl-list-card__action-btn.qwelp-favorites--active svg path[stroke] {
	opacity: 1;
}

.sl-list-card__action-btn--active:not(.qwelp-favorites--active) svg > path:first-child {
	fill: var(--sl-color-link);
	transform: scale(0.88);
	transform-box: fill-box;
	transform-origin: center;
}

.sl-list-card__action-btn.sl-card__action-btn--active:not(.qwelp-favorites--active) svg > path:first-child {
	fill: var(--sl-color-link);
	transform: scale(0.88);
	transform-box: fill-box;
	transform-origin: center;
}

.sl-list-card__action-btn--active:not(.qwelp-favorites--active) svg g {
	color: var(--sl-color-link-contrast, var(--sl-color-white));
}

.sl-list-card__action-btn.sl-card__action-btn--active:not(.qwelp-favorites--active) svg g {
	color: var(--sl-color-link-contrast, var(--sl-color-white));
	opacity: 1;
}

.sl-list-card__action-btn[data-entity="compare-btn"].sl-card__action-btn--active svg g {
	color: var(--sl-color-link-contrast, var(--sl-color-white));
	opacity: 1 !important;
}

.sl-list-card__action-btn--active:not(.qwelp-favorites--active) svg .sl-compare-icon__frame {
	opacity: 0 !important;
}

.sl-list-card__action-btn.sl-card__action-btn--active:not(.qwelp-favorites--active) svg .sl-compare-icon__frame {
	opacity: 0 !important;
}

.sl-list-card__action-btn[data-entity="compare-btn"].sl-card__action-btn--active svg .sl-compare-icon__frame {
	display: none;
	opacity: 0 !important;
}

.sl-list-card__action-btn.qwelp-favorites--active {
	color: var(--sl-color-favorite-active, var(--sl-color-favorite));
}

.sl-list-card__action-btn[data-entity="favorite-btn"]:not(.qwelp-favorites--active):hover {
	color: var(--sl-color-favorite-active, var(--sl-color-favorite));
}

.sl-list-card__action-btn[data-entity="favorite-btn"]:not(.qwelp-favorites--active):hover svg path:first-child {
	fill: var(--sl-color-white) !important;
	opacity: 1 !important;
}

.sl-list-card__action-btn[data-entity="favorite-btn"]:not(.qwelp-favorites--active):hover svg path[stroke] {
	fill: transparent !important;
	stroke: var(--sl-color-favorite-active, var(--sl-color-favorite)) !important;
	opacity: 1 !important;
}

.sl-list-card__action-btn.qwelp-favorites--active svg path:first-child {
	fill: var(--sl-color-white);
}

.sl-list-card__action-btn.qwelp-favorites--active svg,
.sl-list-card__action-btn.qwelp-favorites--active svg.qwelp-favorites__svg {
	fill: none !important;
	transition: none;
}

.sl-list-card__action-btn.qwelp-favorites--active svg path[stroke] {
	fill: var(--sl-color-favorite-active, var(--sl-color-favorite)) !important;
	stroke: var(--sl-color-favorite-active, var(--sl-color-favorite)) !important;
	opacity: 1 !important;
}

.sl-list-card__action-btn.qwelp-favorites--loading {
	pointer-events: none;
	opacity: 0.5;
}

@media (max-width: 768px) {
	.sl-list-card {
		padding: 1.25rem;
		gap: 1.25rem;
		border-radius: 1.25rem;
	}

	.sl-list-card__image {
		width: 9.4375rem;
	}

	.sl-list-card__aside {
		width: 9.4375rem;
		border-radius: 0.625rem;
		padding: 0.8125rem 0.875rem;
	}

	.sl-list-card__title {
		font-size: var(--sl-text-base, 1rem);
		line-height: 1.375rem;
	}

	.sl-list-card__price-current {
		font-size: calc(var(--sl-font-size-base) * 1.375);
	}

	.sl-list-card__btn-cart {
		font-size: var(--sl-text-caption, 0.8125rem) !important;
		padding: 0.625rem 1.375rem !important;
	}

	.sl-list-card__btn-oneclick {
		font-size: var(--sl-text-caption, 0.8125rem);
		padding: 0.625rem 1.375rem;
	}
}

@media (max-width: 480px) {

	.product-item.sl-list-card {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-start;
		gap: 0;
		padding: 0.625rem;
		border-radius: 1.25rem;
		height: 100%;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
	}


	.sl-list-card__aside,
	.sl-list-card__content {
		display: contents;
	}


	.sl-list-card__image {
		width: 100%;
		flex-shrink: 0;
		margin-bottom: 0.375rem;
		order: 0;
	}

	.sl-list-card__image-link {
		border-radius: 0.625rem;
		padding-top: 133%;
	}


	.sl-list-card__badges {
		position: absolute;
		z-index: 2;
	}

	.sl-list-card__badges .sl-card__badge {
		font-size: var(--sl-text-micro, 0.625rem);
		padding: 3px 0.4375rem;
	}


	.sl-list-card__actions {
		display: flex !important;
		flex-direction: column;
		position: absolute;
		top: 1.125rem;
		right: 1.125rem;
		z-index: 20;
		gap: 0.5rem;
		order: 0;
		pointer-events: auto;
		margin-top: 0;
	}

	.sl-list-card__action-btn {
		width: 1.5rem;
		height: 1.5rem;
		padding: 0;
		border: none;
		border-radius: 0;
		background: transparent;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		pointer-events: auto;
	}

	.sl-list-card__action-btn:hover {
		background: transparent;
	}

	.sl-list-card__action-btn svg {
		width: 100%;
		height: 100%;
	}


	.sl-list-card__price-block {
		display: flex !important;
		width: 100%;
		order: 1;
		margin-bottom: 0.5rem;
		min-height: 2.375rem;
	}

	.sl-list-card__price-current {
		font-size: var(--sl-text-base, 1rem);
	}

	.sl-list-card__price-old {
		font-size: var(--sl-text-xs, 0.75rem);
	}

	.sl-list-card__discount {
		font-size: var(--sl-text-tiny, 0.6875rem);
		padding: 1px 0.3125rem;
	}


	.sl-list-card__brand {
		flex: 1;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		order: 2;
		font-size: var(--sl-text-caption, 0.8125rem);
		margin-top: 0;
		margin-bottom: 4px;
		opacity: 0.7;
		margin-right: 0.5rem;
	}

	.sl-list-card__availability {
		flex-shrink: 0;
		order: 2;
		font-size: var(--sl-text-xs, 0.75rem);
		line-height: 0.75rem;
		margin-bottom: 4px;
		min-height: 1.0625rem;
		display: inline-flex;
		align-items: center;
	}


	.sl-list-card__title {
		width: 100%;
		order: 3;
		font-size: var(--sl-text-caption, 0.8125rem);
		line-height: normal;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin-bottom: 0.5rem;
		min-height: 2.125rem;
	}

	.sl-list-card__title a {
		color: var(--sl-color-dark);
		font-size: var(--sl-text-caption, 0.8125rem);
		font-weight: 400;
		line-height: normal;
		text-decoration: none;
	}


	.sl-list-card__buttons {
		width: 100%;
		order: 4;
		margin-top: auto;
		padding-top: 0.5rem;
	}

	.sl-list-card__quantity.sl-card__quantity--visible {
		order: 4;
		width: 100%;
		margin-top: auto;
		padding-top: 0.5rem;
	}

	.sl-list-card__btn-cart {
		width: 100%;
		height: 2.5rem;
		padding: 0.9375rem 1.375rem !important;
		border-radius: 0.625rem;
		background: rgba(var(--sl-color-link-rgb), 0.20) !important;
		border: none !important;
		color: var(--sl-color-link) !important;
		font-size: var(--sl-text-control, 0.9375rem) !important;
		font-weight: 400 !important;
		line-height: 1.1875rem !important;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.625rem;
	}


	.sl-list-card__btn-oneclick,
	.sl-list-card__quantity,
	.sl-list-card__sku,
	.sl-list-card__props-wrap,
	.sl-list-card__props,
	.sl-list-card__props-btn,
	.sl-list-card__rating-row {
		display: none;
	}


	.sl-list-card__content > div[class=""] {
		display: none;
	}


	.sl-list-card:not(:has(.sl-list-card__brand)) .sl-list-card__availability {
		min-height: 1.0625rem !important;
	}


	.product-item-container:has(.sl-list-card) {
		height: 100%;
	}
}

html[data-theme="dark"] .sl-list-card {
	background: var(--sl-product-card-bg, var(--sl-color-white));
}

html[data-theme="dark"] .sl-list-card__title,
html[data-theme="dark"] .sl-list-card__brand,
html[data-theme="dark"] .sl-list-card__price-old,
html[data-theme="dark"] .sl-list-card__price-current,
html[data-theme="dark"] .sl-list-card__discount,
html[data-theme="dark"] .sl-list-card__rating,
html[data-theme="dark"] .sl-list-card__comments,
html[data-theme="dark"] .sl-list-card__props {
	color: var(--sl-color-dark);
}

html[data-theme="dark"] .sl-list-card__action-btn {
	background: rgba(var(--sl-color-dark-rgb), 0.08);
}

html[data-theme="dark"] .sl-list-card__action-btn:hover {
	background: rgba(var(--sl-color-dark-rgb), 0.12);
}

.sl-line-card {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.9375rem;
	padding: 1.875rem;
	border-radius: 1.25rem;
	background: var(--sl-product-card-bg, var(--sl-color-white));
	overflow: visible;
}

.sl-line-card__image {
	position: relative;
	width: 4.5rem;
	flex-shrink: 0;
}

.sl-line-card__image-link {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 132%;
	border-radius: 0.625rem;
	overflow: hidden;
	background: rgba(var(--sl-color-dark-rgb), 0.05);
}

.sl-line-card__image-link .product-item-image-original,
.sl-line-card__image-link .product-item-image-alternative,
.sl-line-card__image-link .product-item-image-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.sl-line-card__image-link .product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sl-line-card__image-link .product-item-image-slider-control-container {
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 3px;
}

.sl-line-card__image-link .product-item-image-slider-control,
.sl-line-card__image-link .product-item-image-slider-control.active {
	width: 0.625rem;
	height: 3px;
	margin: 0;
	opacity: 0.4;
}

.sl-line-card__image-link .product-item-image-slider-control.active,
.sl-line-card__image-link .product-item-image-slider-control:hover {
	opacity: 1;
}

.sl-line-card__info {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 17.5rem;
	flex-shrink: 0;
	min-width: 0;
}

.sl-line-card__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px 0.75rem;
	min-width: 0;
}

.sl-line-card__brand {
	font-size: var(--sl-text-caption, 0.8125rem);
	line-height: 1.275;
	color: var(--sl-color-dark);
	opacity: 0.5;
	white-space: nowrap;
}

a.sl-line-card__brand {
	text-decoration: none;
	transition: color 0.2s, opacity 0.2s;
}

a.sl-line-card__brand:hover {
	color: var(--sl-color-link);
	opacity: 1;
}

.sl-line-card__availability {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: var(--sl-text-caption, 0.8125rem);
	line-height: 1.275;
	white-space: nowrap;
}

.sl-line-card__availability svg {
	display: block;
	width: 0.6875rem;
	height: 0.6875rem;
	flex: 0 0 0.6875rem;
}

.sl-line-card__availability span {
	display: block;
	line-height: 1;
}

.sl-line-card__availability--in-stock {
	color: var(--sl-card-availability-in-stock, #54C580);
}

.sl-line-card__availability--out-of-stock {
	color: var(--sl-card-availability-out-of-stock, #EB485E);
}

.sl-line-card__title {
	font-size: var(--sl-text-control, 0.9375rem);
	font-weight: 400;
	line-height: 1.275;
	margin: 0;
	color: var(--sl-color-dark);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sl-line-card__title a {
	color: inherit;
	text-decoration: none;
}

.sl-line-card__title a:hover {
	color: var(--sl-color-link);
}

.sl-line-card__article {
	font-size: var(--sl-text-caption, 0.8125rem);
	line-height: 1.275;
	color: var(--sl-color-dark);
	opacity: 0.5;
}

.sl-line-card__bottom-row {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	margin-top: auto;
	padding-top: 4px;
}

.sl-line-card__badges {
	display: flex;
	align-items: center;
	gap: 0.3125rem;
	flex-wrap: wrap;
}

.sl-line-card__rating-row {
	display: flex;
	align-items: center;
	gap: 0.9375rem;
	width: 100%;
}

.sl-line-card__bottom-row > .sl-line-card__rating-row {
	display: none;
}

.sl-line-card__rating,
.sl-line-card__comments {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: var(--sl-text-caption, 0.8125rem);
	line-height: 1.275;
	color: var(--sl-color-dark);
	opacity: 0.5;
}

.sl-line-card__props-inline {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 1.25rem;
	flex: 1;
	min-width: 0;
	align-self: flex-start;
	align-content: flex-start;
	font-size: var(--sl-text-caption, 0.8125rem);
	color: var(--sl-color-dark);
}

.sl-line-card__prop {
	white-space: nowrap;
}

.sl-line-card__prop-label {
	opacity: 0.5;
}

.sl-line-card__selectors {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 1.875rem;
	flex: 1;
	min-width: 0;
	align-self: center;
	align-content: center;
}

.sl-line-card__selector {
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	min-width: 0;
	flex-shrink: 1;
}

.sl-line-card__selector--empty {
	display: none;
}

.sl-dropdown {
	position: relative;
}

.sl-dropdown__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	width: 100%;
	padding: 0.625rem 0.9375rem;
	background: rgba(var(--sl-color-dark-rgb), 0.05);
	border: none;
	border-radius: 0.625rem;
	font-size: var(--sl-text-sm, 0.875rem);
	line-height: 1.275;
	color: var(--sl-color-dark);
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sl-dropdown__trigger:focus-visible {
	outline: 2px solid var(--sl-color-link);
	outline-offset: 1px;
}

.sl-dropdown__chevron {
	flex-shrink: 0;
	opacity: 0.5;
	transition: transform 200ms ease;
}

.sl-dropdown--open .sl-dropdown__chevron {
	transform: rotate(180deg);
}

.sl-dropdown__value {
	overflow: hidden;
	text-overflow: ellipsis;
}

.sl-dropdown__list {
	display: none;
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	min-width: 100%;
	max-height: 12.5rem;
	overflow-y: auto;
	background: var(--sl-color-white);
	border-radius: 0.75rem;
	box-shadow: 0 0.5rem 1.5rem rgba(var(--sl-color-dark-rgb), 0.12);
	z-index: 100;
	padding: 0.375rem;
	scrollbar-width: thin;
	scrollbar-color: rgba(var(--sl-color-dark-rgb), 0.15) transparent;
}

.sl-dropdown--open .sl-dropdown__list {
	display: block;
}

.sl-dropdown__item {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	width: 100%;
	padding: 0.5rem 0.625rem;
	border: 0;
	border-radius: 0.5rem;
	background: transparent;
	cursor: pointer;
	font: inherit;
	font-size: var(--sl-text-sm, 0.875rem);
	color: var(--sl-color-dark);
	text-align: left;
	transition: background 150ms ease;
	white-space: nowrap;
}

.sl-dropdown__item:hover {
	background: rgba(var(--sl-color-dark-rgb), 0.04);
}

.sl-dropdown__item:focus-visible {
	outline: 2px solid var(--sl-color-link);
	outline-offset: 1px;
}

.sl-dropdown__item--selected {
	background: rgba(var(--sl-color-link-rgb), 0.06);
}

.sl-dropdown__item-img {
	width: 1.75rem;
	height: 1.75rem;
	object-fit: contain;
	border-radius: 4px;
	flex-shrink: 0;
}

.sl-dropdown__item-text {
	overflow: hidden;
	text-overflow: ellipsis;
}

.sl-line-card__selector .product-item-scu-container {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	padding: 0 !important;
	margin: -1px !important;
}

.sl-line-card__selector-label {
	font-size: var(--sl-text-caption, 0.8125rem);
	line-height: 1.275;
	color: var(--sl-color-dark);
	opacity: 0.5;
}

.sl-line-card__selector-value {
	background: rgba(var(--sl-color-dark-rgb), 0.05);
	border-radius: 0.625rem;
	padding: 0.625rem 0.9375rem;
	font-size: var(--sl-text-sm, 0.875rem);
	line-height: 1.275;
	color: var(--sl-color-dark);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sl-line-card__selector .product-item-scu-container {
	margin: 0;
}

.sl-line-card__selector .product-item-scu-item-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.sl-line-card__selector .product-item-scu-item-color-container {
	width: 1.75rem;
	height: auto;
	border-radius: 0.3125rem;
}

.sl-line-card__selector .product-item-scu-item-color-block {
	position: relative;
	padding-top: 133%;
	border-radius: 0.3125rem;
	overflow: hidden;
}

.sl-line-card__selector .product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	border-radius: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.sl-line-card__selector .product-item-scu-item-color-container.selected {
	outline: none;
}

.sl-line-card__selector .product-item-scu-item-color-block {
	outline: none;
}

.sl-line-card__selector .product-item-scu-item-text-container {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.75rem;
	height: 1.75rem;
	cursor: pointer;
}

.sl-line-card__selector .product-item-scu-item-text-block {
	padding: 2px 0.5rem;
	border: 1px solid rgba(var(--sl-color-dark-rgb), 0.15);
	border-radius: 0.3125rem;
	font-size: var(--sl-text-caption, 0.8125rem);
	color: var(--sl-color-dark);
	transition: border-color 0.15s;
}

.sl-line-card__selector .product-item-scu-item-text-block:hover {
	border-color: rgba(var(--sl-color-dark-rgb), 0.3);
}

.sl-line-card__selector .product-item-scu-item-text-container.notallowed,
.sl-line-card__selector .product-item-scu-item-color-container.notallowed {
	opacity: 1;
	pointer-events: auto;
}

.sl-line-card__selector .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.sl-line-card__selector .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	opacity: 1;
	cursor: pointer;
}

.sl-line-card__selector .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.sl-line-card__selector .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	display: none;
}

.sl-line-card__selector .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
	border: 1px solid var(--sl-color-link);
	color: var(--sl-color-link);
}

.sl-line-card__selector .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
	border: 1px solid var(--sl-color-link);
}

.sl-line-card__price-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.625rem;
	flex-shrink: 0;
	margin-left: auto;
}

.sl-line-card__price-block {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 1px;
}

.sl-line-card__price-top {
	display: flex;
	align-items: center;
	gap: 0.3125rem;
}

.sl-line-card__price-old {
	position: relative;
	font-size: var(--sl-text-control, 0.9375rem);
	line-height: 1.275;
	color: var(--sl-color-dark);
	opacity: 0.5;
}

.sl-line-card__price-old::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: currentColor;
	opacity: 0.6;
	border-radius: 6.25rem;
}

.sl-line-card__discount {
	display: inline-flex;
	align-items: center;
	padding: 1px 0.375rem 2px 4px;
	border-radius: 6.25rem;
	background: var(--sl-color-success-bg);
	font-size: var(--sl-text-tiny, 0.6875rem);
	line-height: 1.275;
	color: var(--sl-color-dark);
}

.sl-line-card__price-current {
	font-size: var(--sl-text-lg, 1.25rem);
	font-weight: 500;
	line-height: 1.275;
	color: var(--sl-color-dark);
	white-space: nowrap;
}

.sl-line-card__price-currency {
	opacity: 0.5;
}

.sl-line-card__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
}

.sl-line-card__action-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border: none;
	border-radius: 0.625rem;
	background: transparent;
	cursor: pointer;
	transition: transform 0.1s;
	padding: 0;
}

.sl-line-card__action-btn:active {
	transform: scale(0.93);
}

.sl-line-card__action-btn[data-entity="favorite-btn"]:active {
	transform: none;
}

.sl-line-card__action-btn[data-entity="favorite-btn"] {
	width: 2.75rem;
	height: 2.75rem;
	margin: -0.25rem -0.625rem;
	background: transparent !important;
	color: var(--sl-color-dark);
	transition: color 200ms ease, opacity 200ms ease, transform 200ms ease;
}

.sl-line-card__action-btn[data-entity="favorite-btn"]:hover {
	background: transparent !important;
	color: var(--sl-color-favorite-active, var(--sl-color-favorite));
	opacity: 1;
}

.sl-line-card__action-btn[data-entity="favorite-btn"] svg,
.sl-line-card__action-btn[data-entity="favorite-btn"] svg.qwelp-favorites__svg {
	fill: none !important;
	transition: none;
}

.sl-line-card__action-btn[data-entity="favorite-btn"] svg path:first-child {
	fill: var(--sl-color-white) !important;
	opacity: 1 !important;
	transition: fill 200ms ease, opacity 200ms ease;
}

.sl-line-card__action-btn[data-entity="favorite-btn"]:not(.qwelp-favorites--active) svg path[stroke] {
	fill: transparent !important;
	stroke: currentColor !important;
	opacity: 0.38 !important;
	transition: fill 200ms ease, stroke 200ms ease, opacity 200ms ease;
}

.sl-line-card__action-btn--active svg g,
.sl-line-card__action-btn--active svg path[stroke],
.sl-line-card__action-btn.qwelp-favorites--active svg g,
.sl-line-card__action-btn.qwelp-favorites--active svg path[stroke] {
	opacity: 1;
}

.sl-line-card__action-btn--active:not(.qwelp-favorites--active) svg > path:first-child {
	fill: var(--sl-color-link);
	transform: scale(0.88);
	transform-box: fill-box;
	transform-origin: center;
}

.sl-line-card__action-btn[data-entity="compare-btn"].sl-card__action-btn--active svg > path:first-child {
	fill: var(--sl-color-link);
}

.sl-line-card__action-btn--active:not(.qwelp-favorites--active) svg g {
	color: var(--sl-color-link-contrast, var(--sl-color-white));
}

.sl-line-card__action-btn[data-entity="compare-btn"].sl-card__action-btn--active svg g {
	color: var(--sl-color-link-contrast, var(--sl-color-white));
	opacity: 1;
}

.sl-line-card__action-btn--active:not(.qwelp-favorites--active) svg .sl-compare-icon__frame {
	opacity: 0 !important;
}

.sl-line-card__action-btn[data-entity="compare-btn"].sl-card__action-btn--active svg .sl-compare-icon__frame {
	opacity: 0 !important;
}

.sl-line-card__action-btn.qwelp-favorites--active {
	color: var(--sl-color-favorite-active, var(--sl-color-favorite));
}

.sl-line-card__action-btn[data-entity="favorite-btn"]:not(.qwelp-favorites--active):hover {
	color: var(--sl-color-favorite-active, var(--sl-color-favorite));
}

.sl-line-card__action-btn[data-entity="favorite-btn"]:not(.qwelp-favorites--active):hover svg path:first-child {
	fill: var(--sl-color-white) !important;
	opacity: 1 !important;
}

.sl-line-card__action-btn[data-entity="favorite-btn"]:not(.qwelp-favorites--active):hover svg path[stroke] {
	fill: transparent !important;
	stroke: var(--sl-color-favorite-active, var(--sl-color-favorite)) !important;
	opacity: 1 !important;
}

.sl-line-card__action-btn.qwelp-favorites--active svg path:first-child {
	fill: var(--sl-color-white);
}

.sl-line-card__action-btn.qwelp-favorites--active svg,
.sl-line-card__action-btn.qwelp-favorites--active svg.qwelp-favorites__svg {
	fill: none !important;
	transition: none;
}

.sl-line-card__action-btn.qwelp-favorites--active svg path[stroke] {
	fill: var(--sl-color-favorite-active, var(--sl-color-favorite)) !important;
	stroke: var(--sl-color-favorite-active, var(--sl-color-favorite)) !important;
	opacity: 1 !important;
}

.sl-line-card__buttons {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	flex-shrink: 0;
}

.sl-line-card__buttons .product-item-button-container {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.sl-line-card__buttons .product-item-button-container > [id$="_basket_actions"] {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.sl-line-card__btn-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 8.5625rem;
	height: 2.5rem;
	padding: 0 1.375rem;
	border: none;
	border-radius: 0.625rem;
	background: var(--sl-color-link);
	color: var(--sl-color-white);
	font-size: var(--sl-text-control, 0.9375rem);
	font-weight: 400;
	line-height: 1.275;
	text-align: center;
	cursor: pointer;
	transition: background 0.2s;
	white-space: nowrap;
}

.sl-line-card__btn-cart:hover {
	background: var(--sl-color-link-hover);
}

.sl-line-card__btn-cart--disabled {
	background: rgba(var(--sl-color-dark-rgb), 0.08);
	color: var(--sl-color-dark);
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
}

.sl-line-card__btn-oneclick {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 8.5625rem;
	height: 2.5rem;
	padding: 0;
	border: 1px solid var(--sl-color-link);
	border-radius: 0.625rem;
	background: transparent;
	color: var(--sl-color-link);
	font-size: var(--sl-text-control, 0.9375rem);
	font-weight: 400;
	line-height: 1.275;
	text-align: center;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s;
	white-space: nowrap;
}

.sl-line-card__btn-oneclick:hover {
	background: rgba(var(--sl-color-link-rgb), 0.05);
}

@media (max-width: 1200px) {
	.sl-line-card__selectors {
		display: none;
	}

	.sl-line-card__info {
		flex: 1;
		width: auto;
	}
}

@media (max-width: 768px) {

	.sl-line-card {
		position: relative;
		flex-wrap: wrap;
		padding: 0.9375rem 0.9375rem 0.9375rem calc(4.5rem + 1.875rem);
		border-radius: 1.25rem;
		gap: 0.3125rem 0.9375rem;
		align-items: flex-start;
	}

	.sl-line-card__image {
		position: absolute;
		top: 0.9375rem;
		left: 0.9375rem;
		width: 4.5rem;
	}


	.sl-line-card__info {
		flex: 1;
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: baseline;
		gap: 2px 1.25rem;
	}

	.sl-line-card__brand {
		order: 0;
		font-size: var(--sl-text-sm, 0.875rem);
	}


	.sl-line-card__bottom-row {
		display: contents;
	}


	.sl-line-card__availability {
		order: 0;
	}


	.sl-line-card__title {
		order: 1;
		flex-basis: 100%;
		font-size: var(--sl-text-sm, 0.875rem);
		line-height: 1.125rem;
		-webkit-line-clamp: unset;
	}


	.sl-line-card__article {
		display: none;
	}


	.sl-line-card__badges {
		order: 2;
	}


	.sl-line-card__bottom-row > .sl-line-card__rating-row {
		display: flex;
		order: 2;
		gap: 1.25rem;
		width: auto;
	}


	.sl-line-card__selectors > .sl-line-card__rating-row,
	.sl-line-card__props-inline > .sl-line-card__rating-row {
		display: none;
	}


	.sl-line-card__selectors {
		display: flex;
		flex-wrap: wrap;
		gap: 0.9375rem;
		flex-basis: 100%;
		order: 4;
	}

	.sl-line-card__selector {
		min-width: 0;
		flex: 1;
	}

	.sl-dropdown__trigger {
		min-width: 7.5rem;
	}

	.sl-line-card__props-inline {
		flex-basis: 100%;
		order: 4;
	}


	.sl-line-card__price-area {
		display: contents;
	}


	.sl-line-card__actions {
		display: flex;
		order: 5;
		align-self: center;
	}

	.sl-line-card__action-btn {
		width: 2.25rem;
		height: 2.25rem;
	}


	.sl-line-card__price-block {
		order: 6;
		align-items: flex-end;
		align-self: center;
		margin-left: auto;
	}


	.sl-line-card__buttons {
		flex-direction: row;
		flex-shrink: 1;
		gap: 0.625rem;
		order: 6;
		width: auto;
		align-self: center;
	}

	.sl-line-card__buttons .product-item-button-container {
		flex-direction: row;
		gap: 0.625rem;
	}

	.sl-line-card__buttons .product-item-button-container > [id$="_basket_actions"] {
		flex-direction: row;
		gap: 0.625rem;
	}

	.sl-line-card__btn-cart {
		min-width: 8.5625rem;
	}

	.sl-line-card__btn-oneclick {
		min-width: 8.5625rem;
	}




	.product-item-container.hover:has(.sl-line-card) {
		z-index: auto !important;
	}

	.product-item-container.hover .sl-line-card {
		position: static !important;
		box-shadow: none !important;
		transform: none !important;
	}

	.product-item-container.hover .sl-line-card .product-item-info-container.product-item-hidden {
		display: none !important;
		opacity: 0 !important;
	}

	.product-item-container.hover .sl-line-card .product-item-compare-container {
		display: none !important;
	}

	.product-item-container.hover .sl-line-card .product-item-title {
		-webkit-line-clamp: unset;
	}


	.sl-line-card__title a:hover {
		color: inherit;
	}

	.sl-line-card__btn-cart:hover {
		background: var(--sl-color-link);
	}

	.sl-line-card__btn-oneclick:hover {
		background: transparent;
	}

	.sl-line-card__selector .product-item-scu-item-text-block:hover {
		border-color: rgba(var(--sl-color-dark-rgb), 0.15);
	}

	.sl-dropdown__item:hover {
		background: transparent;
	}

	.sl-line-card__image-link .product-item-image-slider-control:hover {
		opacity: 0.4;
	}

}

@media (max-width: 480px) {

	.sl-line-card {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-start;
		gap: 0;
		padding: 0.625rem;
		border-radius: 1.25rem;
		position: relative;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		overflow: hidden;
		height: 100%;
	}


	.sl-line-card__info {
		display: contents;
	}

	.sl-line-card__price-area {
		display: contents;
	}


	.sl-line-card__bottom-row {
		display: contents;
	}


	.sl-line-card__image {
		position: static;
		width: 100%;
		flex-shrink: 0;
		margin-bottom: 0.375rem;
		order: 0;
	}

	.sl-line-card__image-link {
		padding-top: 133%;
		border-radius: 0.625rem;
	}


	.sl-line-card__badges {
		position: absolute;
		top: 1rem;
		left: 1rem;
		z-index: 2;
	}

	.sl-line-card__badges .sl-card__badge {
		font-size: var(--sl-text-micro, 0.625rem);
		padding: 3px 0.4375rem;
	}


	.sl-line-card__actions {
		display: flex !important;
		flex-direction: column;
		position: absolute;
		top: 1.125rem;
		right: 1.125rem;
		z-index: 20;
		gap: 0.5rem;
		order: 0;
		pointer-events: auto;
	}

	.sl-line-card__action-btn {
		width: 1.5rem;
		height: 1.5rem;
		padding: 0;
		border: none;
		border-radius: 0;
		background: transparent;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		pointer-events: auto;
	}

	.sl-line-card__action-btn svg {
		width: 100%;
		height: 100%;
	}


	.sl-line-card__price-block {
		display: flex !important;
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		align-items: flex-start;
		order: 1;
		margin-bottom: 0.5rem;
		min-height: 2.375rem;
	}

	.sl-line-card__price-current {
		font-size: var(--sl-text-base, 1rem);
	}

	.sl-line-card__price-old {
		font-size: var(--sl-text-xs, 0.75rem);
	}

	.sl-line-card__discount {
		font-size: var(--sl-text-tiny, 0.6875rem);
		padding: 1px 0.3125rem;
	}


	.sl-line-card__brand {
		flex: 1;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		order: 2;
		font-size: var(--sl-text-caption, 0.8125rem);
		opacity: 0.7;
		margin-bottom: 4px;
		margin-right: 0.5rem;
	}

	.sl-line-card__availability {
		flex-shrink: 0;
		order: 2;
		font-size: var(--sl-text-xs, 0.75rem);
		line-height: 0.75rem;
		margin-bottom: 4px;
		min-height: 1.0625rem;
		display: inline-flex;
		align-items: center;
	}


	.sl-line-card__title {
		width: 100%;
		order: 3;
		font-size: var(--sl-text-caption, 0.8125rem);
		line-height: 1.0625rem;
		-webkit-line-clamp: 2;
		flex-basis: auto;
		margin-bottom: 0.5rem;
		min-height: 2.125rem;
	}

	.sl-line-card__article {
		display: none;
	}


	.sl-line-card__buttons {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
		flex-shrink: 0;
		order: 4;
		margin-left: 0;
		margin-top: auto;
		padding-top: 0.5rem;
	}

	.sl-line-card__buttons .product-item-button-container {
		width: 100%;
	}

	.sl-line-card__buttons .product-item-button-container > [id$="_basket_actions"] {
		width: 100%;
	}

	.sl-line-card__btn-cart {
		width: 100%;
		min-width: 0;
		height: 2.5rem;
		padding: 0.9375rem 1.375rem;
		border-radius: 0.625rem;
		background: rgba(var(--sl-color-link-rgb), 0.20) !important;
		border: none !important;
		color: var(--sl-color-link) !important;
		font-size: var(--sl-text-control, 0.9375rem);
		font-weight: 400;
		line-height: 1.1875rem;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.625rem;
		box-sizing: border-box;
	}


	.sl-line-card__btn-oneclick,
	.sl-line-card__selectors,
	.sl-line-card__props-inline,
	.sl-line-card__bottom-row > .sl-line-card__rating-row {
		display: none;
	}


	.sl-line-card:not(:has(.sl-line-card__brand)) .sl-line-card__availability {
		min-height: 1.0625rem !important;
	}


	.product-item-container:has(.sl-line-card) {
		height: 100%;
	}

	.product-item.sl-line-card {
		height: 100%;
	}
}

html[data-theme="dark"] .sl-line-card {
	background: var(--sl-product-card-bg, var(--sl-color-white));
}

html[data-theme="dark"] .sl-line-card__title,
html[data-theme="dark"] .sl-line-card__brand,
html[data-theme="dark"] .sl-line-card__price-old,
html[data-theme="dark"] .sl-line-card__price-current,
html[data-theme="dark"] .sl-line-card__discount {
	color: var(--sl-color-dark);
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card {
	background: var(--sl-product-card-bg, var(--sl-color-surface-1, #252836));
	outline: 1px solid var(--sl-color-border-light, #363B40);
	outline-offset: -1px;
	box-shadow: inset 0 0 0 1px var(--sl-color-border-light, #363B40);
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__image-link,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__image-link,
html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__aside,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-dropdown__trigger,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__selector-value {
	background: var(--sl-color-surface-2, #2D3041);
	box-shadow: inset 0 0 0 1px var(--sl-color-border-light, #363B40);
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__title,
html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__price-current,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__title,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__price-current {
	color: var(--sl-color-text-heading, #FFFFFF);
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__brand,
html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__price-old,
html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__rating,
html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__comments,
html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__props,
html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__props dt,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__brand,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__article,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__price-old,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__rating,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__comments,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__props-inline,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__prop-label,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__selector-label {
	color: var(--sl-color-text-secondary, #C8CDD5);
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__discount,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__discount {
	background: var(--sl-color-success-bg, #1A2E1F);
	color: var(--sl-color-success, #54C580);
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__action-btn,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__action-btn {
	color: var(--sl-color-dark);
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__action-btn {
	background: rgba(var(--sl-color-dark-rgb), 0.08);
	color: var(--sl-color-dark);
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__action-btn:hover {
	background: rgba(var(--sl-color-dark-rgb), 0.14);
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__quantity .product-item-amount-field-container {
	background: var(--sl-color-surface-1, #252836);
	border-color: var(--sl-color-border-light, #363B40);
	box-shadow: inset 0 0 0 1px rgba(var(--sl-color-dark-rgb), 0.08);
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__quantity .product-item-amount-field-block {
	background: transparent;
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__quantity .product-item-amount-field {
	color: var(--sl-color-text-heading, #FFFFFF);
}

html[data-theme="dark"] .product-item.sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-container,
html[data-theme="dark"] .sl-catalog[data-view="grid"] .sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-container,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field-container {
	background: var(--sl-color-surface-1, #252836);
	border-color: var(--sl-color-border-light, #363B40);
}

html[data-theme="dark"] .product-item.sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field,
html[data-theme="dark"] .sl-catalog[data-view="grid"] .sl-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card [data-entity="quantity-block"].sl-card__quantity--visible .product-item-amount-field {
	color: var(--sl-color-text-heading, #FFFFFF);
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__sku .product-item-scu-item-color-container,
html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__sku .product-item-scu-item-text-container,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__selector .product-item-scu-item-text-block {
	background: var(--sl-color-surface-2, #2D3041);
	border-color: var(--sl-color-border-light, #363B40);
	color: var(--sl-color-text-secondary, #C8CDD5);
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__sku .product-item-scu-item-color-container.selected,
html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__sku .product-item-scu-item-text-container.selected,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__selector .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__selector .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
	border-color: var(--sl-color-link-bright, #9B8FFF);
	color: var(--sl-color-link-bright, #9B8FFF);
}

html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-dropdown__list {
	background: var(--sl-color-surface-1, #252836);
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.34), inset 0 0 0 1px var(--sl-color-border-light, #363B40);
	scrollbar-color: rgba(var(--sl-color-dark-rgb), 0.25) transparent;
}

html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-dropdown__item {
	color: var(--sl-color-text-secondary, #C8CDD5);
}

html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-dropdown__item:hover,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-dropdown__item--selected {
	background: rgba(var(--sl-color-link-solid-rgb, 95, 83, 230), 0.16);
	color: var(--sl-color-text-heading, #FFFFFF);
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__btn-cart,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__btn-cart {
	background: var(--sl-color-link-solid, #5F53E6) !important;
	color: var(--sl-color-link-contrast, #FFFFFF) !important;
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__btn-cart:hover,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__btn-cart:hover {
	background: var(--sl-color-link-solid-hover, #5348D8) !important;
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__btn-cart--disabled,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__btn-cart--disabled {
	background: var(--sl-color-surface-2, #2D3041) !important;
	color: var(--sl-color-text-light, #9CA3AF) !important;
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__btn-oneclick,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__btn-oneclick {
	border-color: var(--sl-color-link-bright, #9B8FFF);
	color: var(--sl-color-link-bright, #9B8FFF);
}

html[data-theme="dark"] .sl-catalog[data-view="list"] .sl-list-card__btn-oneclick:hover,
html[data-theme="dark"] .sl-catalog[data-view="line"] .sl-line-card__btn-oneclick:hover {
	background: rgba(var(--sl-color-link-solid-rgb, 95, 83, 230), 0.14);
}

@media (prefers-reduced-motion: reduce) {
	.product-item,
	.product-item::after,
	.product-item-image-wrapper,
	.sl-card__action-btn,
	.product-item-image-slider-progress-bar,
	.product-item-image-slide,
	.product-item-detail-slider-close,
	.product-item-scu-item-text-container,
	.product-item-scu-item-color-container,
	.product-item-amount-field-btn-plus,
	.product-item-amount-field-btn-minus,
	.product-item-amount-field-btn-plus:after,
	.product-item-amount-field-btn-minus:after,
	.sl-card__availability,
	.sl-card__price-current,
	.sl-line-card__btn,
	.sl-list-card__btn {
		transition: none;
	}
}

@media (max-width: 576px) {

	.product-item-container.hover,
	.product-item-container:hover {
		z-index: auto;
	}

	.product-item,
	.product-item:hover,
	.product-item-container.hover .product-item,
	.product-item-container:hover .product-item,
	.product-item-container .product-item {
		position: static !important;
		box-shadow: none !important;
		transform: none !important;
	}

	.product-item-container.hover .product-item-title {
		-webkit-line-clamp: 2;
		display: -webkit-box;
	}


	.product-item-info-container.product-item-hidden {
		display: none !important;
	}


	.product-item-info-container.product-item-hidden:has(.btn) {
		display: block !important;
		opacity: 1 !important;
	}


	.product-item-container .product-item-scu-container {
		display: none !important;
	}

	.sl-list-card .product-item-scu-container,
	.sl-line-card .product-item-scu-container {
		display: flex !important;
		flex-direction: column;
	}


	.sl-card__rating-row {
		display: none !important;
	}


	.product-item-image-wrapper {
		padding-top: 133%;
	}


	.product-item-price-container {
		min-height: 2.375rem;
	}

	.sl-card__meta {
		min-height: 1.0625rem;
	}


	.product-item-title {
		-webkit-line-clamp: 2;
		min-height: 2.125rem;
		font-size: var(--sl-text-caption, 0.8125rem);
		line-height: normal;
		margin-bottom: 4px;
	}

	.product-item-title a {
		color: var(--sl-color-dark);
		font-size: var(--sl-text-caption, 0.8125rem);
		font-weight: 400;
		line-height: normal;
		display: inline;
		padding-block: 0;
	}

	.product-item-button-container .btn {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 3rem;
		padding: 0.75rem 1.375rem;
		font-weight: 400;
		font-size: var(--sl-text-control, 0.9375rem);
		line-height: 1.1875rem;
		gap: 0.625rem;
		border-radius: 0.625rem;
	}

	.product-item-button-container .btn-primary {
		background-color: var(--sl-product-card-buy-bg, var(--sl-color-link-solid-hover, #5B4CE0));
		border-color: var(--sl-product-card-buy-bg, var(--sl-color-link-solid-hover, #5B4CE0));
		color: var(--sl-color-link-contrast, var(--sl-color-white, #FFFFFF));
	}


	.product-item::after {
		display: none;
	}


	.product-item-container {
		height: 100%;
	}

	.product-item:not(.sl-line-card):not(.sl-list-card) {
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	.sl-card__content {
		flex: 1;
		display: flex;
		flex-direction: column;
	}


	.product-item-info-container.product-item-hidden:has(.btn) {
		margin-top: auto;
	}

	.row {
		align-items: stretch;
	}
}

/* End */
/* /local/templates/shop_light/components/bitrix/catalog/bootstrap_v5_qwelp/style.css?178170407941818 */
/* /local/templates/shop_light/components/bitrix/catalog.section.list/sl_pills/style.css?17823969775417 */
/* /local/templates/shop_light/components/bitrix/catalog.smart.filter/bootstrap_v4/style.css?178240676254869 */
/* /local/templates/shop_light/components/bitrix/sale.products.gift.section/bootstrap_v4/style.min.css?1780656187195 */
/* /bitrix/components/bitrix/catalog.item/templates/.default/style.min.css?177098207722843 */
/* /bitrix/components/bitrix/catalog.compare.list/templates/bootstrap_v4/style.min.css?1770982077575 */
/* /local/templates/shop_light/components/bitrix/catalog.section/bootstrap_v4/style.css?17823992194481 */
/* /local/templates/shop_light/components/bitrix/system.pagenavigation/.default/style.css?17806561872696 */
/* /local/templates/shop_light/components/bitrix/catalog.item/bootstrap_v4/style.css?1782406045111129 */
