

/* Start:/local/templates/lime_gift/components/bitrix/catalog/catalog/style.css?179035558818375*/
.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}


/* LIME CATALOG REFERENCE 2026-09-25 START */
:root {
	--lime-catalog-accent: #baff00;
	--lime-catalog-ink: #242129;
	--lime-catalog-muted: #8f8d96;
	--lime-catalog-line: #e3e5e1;
	--lime-catalog-surface: #ffffff;
	--lime-catalog-canvas: #f2f3f1;
}

body.theme:has(#as-root) .root > .bg-decor {
	display: none !important;
}

body.theme:has(#as-root) .workarea,
body.theme:has(#as-root) .b-main,
body.theme:has(#as-root) .page {
	background: #f5f6f4;
}

body.theme:has(#as-root) .page {
	padding: 24px 0 56px;
}

body.theme:has(#as-root) .page > .container {
	width: 100%;
	max-width: 1920px;
	margin-inline: auto;
	padding-inline: 52px;
}

body.theme:has(#as-root) .lg-breadcrumb,
body.theme:has(#as-root) .lg-breadcrumb a,
body.theme:has(#as-root) .breadcrumb-item {
	color: #85838d;
	font-size: 13px;
	line-height: 20px;
}

body.theme:has(#as-root) .lg-title {
	margin: 16px 0 36px;
	color: #111;
	font-size: 36px;
	font-weight: 650;
	line-height: 42px;
	letter-spacing: -.025em;
	text-transform: uppercase;
}

#as-root.as-root {
	display: grid;
	grid-template-columns: 276px minmax(0, 1fr);
	align-items: start;
	gap: 32px;
	width: 100%;
	position: relative;
	margin-top: 18px;
}

#as-root .as-root__aside,
#as-root .as-root__content {
	min-width: 0;
}

#as-root .as-root__aside {
	width: 276px;
}

#as-root .as-root__content {
	padding-left: 0 !important;
}

#as-root .as-root__aside {
	position: sticky;
	padding-top: 0;
	top: 18px;
	z-index: 12;
	align-self: start;
}

#as-root .as-root__aside-categories {
	box-sizing: border-box;
	width: 100%;
	margin: -1px 0 0 !important;
	padding: 0 20px 18px;
	border: 1px solid var(--lime-catalog-line);
	border-top: 0;
	background: var(--lime-catalog-surface);
}

.lime-category-filter {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 20px 20px 12px;
	border: 1px solid var(--lime-catalog-line);
	border-bottom: 0;
	background: var(--lime-catalog-surface);
}

.lime-category-filter__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 28px;
	margin-bottom: 8px;
	color: var(--lime-catalog-ink);
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
}

.lime-category-filter__chevron,
.lime-filter-chip__chevron {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
}

.lime-category-filter__list {
	display: grid;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lime-category-filter__link {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	min-height: 30px;
	color: #55525c;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}

.lime-category-filter__link:hover,
.lime-category-filter__link.is-active {
	color: var(--lime-catalog-ink);
	text-decoration: none;
}

.lime-category-filter__check {
	position: relative;
	box-sizing: border-box;
	width: 17px;
	height: 17px;
	border: 1px solid #d7d9d5;
	border-radius: 4px;
	background: #fff;
}

.lime-category-filter__link.is-active .lime-category-filter__check {
	border-color: var(--lime-catalog-accent);
	background: var(--lime-catalog-accent);
}

.lime-category-filter__link.is-active .lime-category-filter__check::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 5px;
	width: 4px;
	height: 7px;
	border-right: 1.5px solid #111;
	border-bottom: 1.5px solid #111;
	transform: rotate(45deg);
}

.lime-category-filter__count {
	color: var(--lime-catalog-muted);
	font-size: 12px;
	font-variant-numeric: tabular-nums;
}

#as-root .smart-filter {
	min-width: 0;
	margin: 0;
	font-family: inherit;
}

#as-root .smart-filter-form > .row {
	display: block;
	margin: 0;
}

#as-root .smart-filter-form .accordion-item {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid var(--lime-catalog-line);
	border-radius: 0;
	background: transparent;
}

#as-root .smart-filter-parameters-box-title {
	display: flex !important;
	align-items: center;
	width: 100%;
	min-height: 46px;
	padding: 12px 0 !important;
	color: var(--lime-catalog-ink);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	cursor: pointer;
}

#as-root .smart-filter-parameters-box-title .accordion-header {
	flex: 1 1 auto;
	min-width: 0;
}

#as-root .smart-filter-angle {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin-left: auto;
}

#as-root .smart-filter-block {
	padding: 0 0 14px;
}

#as-root .filters-box {
	padding: 0 !important;
}

#as-root .smart-filter-input-group-checkbox-list {
	display: grid;
	gap: 4px;
}

#as-root .smart-filter-input-group-checkbox-list .form-group {
	display: flex;
	align-items: flex-start;
	min-height: 26px;
	margin: 0 !important;
}

#as-root .smart-filter-input-group-checkbox-list .form-check-input {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin: 3px 9px 0 0;
	border-color: #d7d9d5;
	border-radius: 4px;
	box-shadow: none;
}

#as-root .smart-filter-input-group-checkbox-list .form-check-input:checked {
	border-color: var(--lime-catalog-accent);
	background-color: var(--lime-catalog-accent);
}

#as-root .smart-filter-checkbox-text {
	color: #55525c;
	font-size: 13px;
	line-height: 20px;
}

#as-root .smart-filter-input-container input,
#as-root .smart-filter-input-group-number input,
#as-root input.smart-filter-input {
	box-sizing: border-box;
	height: 38px;
	padding: 0 10px;
	border: 1px solid #dfe1de;
	border-radius: 7px;
	background: #fff;
	color: var(--lime-catalog-ink);
	font-family: inherit;
	font-size: 13px;
	box-shadow: none;
}

#as-root .smart-filter-slider-track-container {
	padding: 18px 10px 16px;
}

#as-root .smart-filter-slider-track {
	height: 3px;
	background: #dfe1de;
}

#as-root .smart-filter-slider-price-bar-v {
	background: var(--lime-catalog-accent);
}

#as-root .smart-filter-slider-handle {
	width: 17px;
	height: 17px;
	margin-top: -10px !important;
	border: 2px solid #9fda00 !important;
	border-radius: 50%;
	background: #fff;
}

#as-root .smart-filter-button-box {
	padding-top: 14px;
}

#as-root .smart-filter-button-box .btn {
	min-height: 40px;
	border-radius: 22px;
	font-size: 13px;
}

.lime-catalog-toolbar {
	position: absolute;
	top: -78px;
	right: 0;
	left: clamp(460px, 36vw, 690px);
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0;
	padding: 8px 0;
	background: rgba(245, 246, 244, .94);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.lime-catalog-toolbar__filters {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.lime-filter-chip,
.lime-sort__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	box-sizing: border-box;
	height: 44px;
	margin: 0;
	padding: 0 18px;
	border: 1px solid #dcdfdc;
	border-radius: 24px;
	background: #fff;
	color: var(--lime-catalog-ink);
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .02em;
	white-space: nowrap;
	box-shadow: none;
	transition: border-color 160ms ease, background-color 160ms ease, transform 120ms ease;
}

.lime-filter-chip:hover,
.lime-sort__button:hover {
	border-color: #aeb2ac;
	background: #fbfcfa;
}

.lime-filter-chip:active,
.lime-sort__button:active {
	transform: scale(.98);
}

.lime-filter-chip:focus-visible,
.lime-sort__button:focus-visible {
	outline: 2px solid #82b900;
	outline-offset: 2px;
}

.lime-filter-chip--all {
	padding-inline: 15px;
}

.lime-filter-chip__accent {
	color: #8ebd00;
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
}

.lime-filter-chip.is-unavailable {
	display: inline-flex;
	cursor: help;
}

.lime-sort {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-left: auto;
}

.lime-sort__label {
	color: var(--lime-catalog-muted);
	font-size: 13px;
	white-space: nowrap;
}

.lime-sort__button {
	justify-content: space-between;
	min-width: 220px;
}

.lime-sort__value {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lime-sort__menu {
	min-width: 220px;
	padding: 7px;
	border: 1px solid var(--lime-catalog-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(24, 23, 27, .12);
}

.lime-sort__menu .dropdown-item {
	padding: 10px 12px;
	border-radius: 8px;
	color: var(--lime-catalog-ink);
	font-size: 13px;
}

.lime-sort__menu .dropdown-item:hover,
.lime-sort__menu .dropdown-item.active {
	background: rgba(186, 255, 0, .18);
	color: #151515;
}

#as-root .b-as-catalog-grid__content {
	min-width: 0;
}

#as-root .b-as-catalog-grid__content .as-cards-grid {
	margin-inline: 0 !important;
	gap: 20px 16px !important;
	background: var(--lime-catalog-canvas);
}

@media (min-width: 1280px) {
	#as-root .b-as-catalog-grid__content .as-cards-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}


@media (min-width: 1600px) {
	.lime-catalog-toolbar {
		left: 690px;
	}
}

@media (min-width: 1280px) and (max-width: 1599px) {
	.lime-catalog-toolbar {
		gap: 12px;
	}

	.lime-catalog-toolbar__filters {
		gap: 8px;
	}

	.lime-filter-chip--optional:last-of-type {
		display: none;
	}

	.lime-sort {
		gap: 8px;
	}

	.lime-sort__label {
		display: inline;
		font-size: 12px;
	}

	.lime-sort__button {
		min-width: 160px;
		padding-inline: 14px;
	}
}

@media (min-width: 992px) and (max-width: 1279px) {
	body.theme:has(#as-root) .page > .container {
		padding-inline: 32px;
	}

	#as-root.as-root {
		grid-template-columns: 236px minmax(0, 1fr);
		gap: 24px;
	}

	#as-root .b-as-catalog-grid__content .as-cards-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.lime-filter-chip {
		padding-inline: 14px;
	}

	.lime-filter-chip--optional {
		display: none;
	}

	.lime-sort__label {
		display: none;
	}

	.lime-sort__button {
		min-width: 190px;
	}
}

@media (min-width: 992px) {
	#as-root #collapseFilters.collapse {
		display: block !important;
		height: auto !important;
		visibility: visible !important;
	}
}

@media (max-width: 991px) {
	#as-root.as-root {
		display: block;
		margin-top: 8px;
	}

	#as-root .as-root__aside {
		position: static;
		z-index: auto;
		padding-top: 0;
	}

	#as-root .as-root__aside-categories {
		padding: 0;
		border: 0;
		background: transparent;
	}

	.lime-category-filter {
		display: none;
	}

	#as-root #collapseFilters.show {
		margin: 0 0 12px;
		padding: 14px 16px;
		border: 1px solid var(--lime-catalog-line);
		border-radius: 12px;
		background: #fff;
	}

	.lime-catalog-toolbar {
		position: sticky;
		top: 0;
		right: auto;
		left: auto;
		gap: 10px;
		margin: 0 0 12px;
		padding: 8px 0;
		overflow: visible;
	}

	.lime-catalog-toolbar__filters {
		flex: 1 1 auto;
		gap: 8px;
		overflow-x: auto;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.lime-catalog-toolbar__filters::-webkit-scrollbar {
		display: none;
	}

	.lime-filter-chip,
	.lime-sort__button {
		height: 42px;
		padding-inline: 15px;
		font-size: 12px;
	}

	.lime-filter-chip--all span {
		display: none;
	}

	.lime-filter-chip--all {
		flex: 0 0 42px;
		width: 42px;
		padding: 0;
	}

	.lime-sort {
		flex: 0 0 auto;
		gap: 0;
		margin-left: 0;
	}

	.lime-sort__label {
		display: none;
	}

	.lime-sort__button {
		min-width: 42px;
		width: 42px;
		padding: 0;
	}

	.lime-sort__button .lime-sort__value {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.lime-sort__button .lime-filter-chip__chevron {
		width: 10px;
		height: 10px;
		margin-top: -4px;
		transform: rotate(45deg);
	}
}

@media (max-width: 767px) {
	body.theme:has(#as-root) .page {
		padding: 18px 0 40px;
	}

	body.theme:has(#as-root) .page > .container {
		padding-inline: 12px;
	}

	body.theme:has(#as-root) .lg-breadcrumb {
		display: none;
	}

	body.theme:has(#as-root) .lg-title {
		margin: 0 0 14px;
		font-size: 24px;
		line-height: 30px;
	}
	#as-root .b-as-catalog-grid__content .as-cards-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px 8px !important;
		padding: 0;
	}

	.lime-catalog-toolbar {
		margin-inline: 0;
	}

	.lime-filter-chip {
		height: 40px;
		padding-inline: 13px;
	}

	.lime-filter-chip--all,
	.lime-sort__button {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}
}

@media (max-width: 374px) {
	#as-root .b-as-catalog-grid__content .as-cards-grid {
		gap: 10px 6px !important;
	}

	.lime-filter-chip {
		padding-inline: 11px;
	}
}
/* LIME CATALOG REFERENCE 2026-09-25 END */


/* LIME TOOLBAR CONTROL OVERRIDES 2026-09-25 START */
.lime-catalog-toolbar .lime-filter-chip--all,
.lime-catalog-toolbar .lime-sort__button {
	border: 1px solid #dcdfdc !important;
	border-radius: 24px !important;
	background: #fff !important;
	color: var(--lime-catalog-ink) !important;
	box-shadow: none !important;
}

.lime-catalog-toolbar .lime-sort__button {
	padding: 0 18px !important;
}

@media (max-width: 991px) {
	.lime-catalog-toolbar .lime-sort__button {
		padding: 0 !important;
	}

	.lime-catalog-toolbar .lime-sort__button::before {
		content: '↕';
		font-size: 22px;
		font-weight: 400;
		line-height: 1;
	}

	.lime-catalog-toolbar .lime-sort__button .lime-filter-chip__chevron {
		display: none;
	}
}
/* LIME TOOLBAR CONTROL OVERRIDES 2026-09-25 END */


/* LIME MOBILE TOOLBAR ORDER 2026-09-25 START */
.lime-filter-chip--all svg {
	flex: 0 0 20px;
	width: 20px !important;
	min-width: 20px;
}

@media (max-width: 991px) {
	.lime-catalog-toolbar {
		justify-content: flex-start;
		overflow-x: auto;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.lime-catalog-toolbar::-webkit-scrollbar {
		display: none;
	}

	.lime-catalog-toolbar__filters {
		display: contents;
	}

	.lime-filter-chip--all { order: 1; }
	.lime-sort { order: 2; }
	.lime-filter-chip[data-lime-filter-target='цена'] { order: 3; }
	.lime-filter-chip[data-lime-filter-target='цвет'] { order: 4; }
	.lime-filter-chip[data-lime-filter-target='скид'] { order: 5; }
	.lime-filter-chip[data-lime-filter-target='налич'] { order: 6; }

	.lime-sort {
		flex: 0 0 40px;
		width: 40px;
	}

	.lime-catalog-toolbar .lime-sort__button {
		flex: 0 0 40px;
		width: 40px;
		min-width: 40px;
	}
}
/* LIME MOBILE TOOLBAR ORDER 2026-09-25 END */

/* LIME CATALOG EXACT ALIGNMENT 2026-09-25 START */
@media (min-width: 992px) {
	body.theme:has(#as-root) .workarea,
	body.theme:has(#as-root) .b-main,
	body.theme:has(#as-root) .page,
	#as-root .b-as-catalog-grid__content .as-cards-grid {
		background: #f1f3f2;
	}

	body.theme:has(#as-root) .page {
		padding: 80px 0 56px;
	}

	body.theme:has(#as-root) .page > .container {
		box-sizing: border-box;
		width: 100%;
		max-width: 1905px;
		margin-inline: auto;
		padding-inline: 50px;
	}

	.lime-catalog-heading-row {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 24px 32px;
		min-width: 0;
		margin: 16px 0 30px;
	}

	.lime-catalog-heading-row > .lg-title {
		flex: 0 1 auto;
		min-width: 0;
		max-width: 100%;
		margin: 0;
		overflow-wrap: break-word;
	}

	body.theme:has(#as-root) .lime-catalog-heading-row > .lg-title {
		margin: 0;
	}

	.lime-catalog-heading-row > .lime-catalog-toolbar {
		position: static;
		inset: auto;
		z-index: 20;
		flex: 1 1 900px;
		min-width: 900px;
		margin: 0;
		padding: 0;
		background: transparent;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	#as-root.as-root {
		grid-template-columns: 277px minmax(0, 1fr);
		gap: 30px;
		margin-top: 0;
	}

	#as-root .as-root__aside {
		width: 277px;
	}

	#as-root .b-as-catalog-grid__content {
		padding-top: 5px;
	}

	#as-root .b-as-catalog-grid__content .as-cards-grid {
		gap: 20px 18px !important;
	}
}

@media (min-width: 992px) and (max-width: 1599px) {
	.lime-catalog-heading-row > .lime-catalog-toolbar {
		flex-basis: 100%;
	}
}

@media (max-width: 991px) {
	.lime-catalog-heading-row {
		margin: 0;
	}

	.lime-catalog-heading-row > .lg-title {
		max-width: 100%;
	}

	#as-root .b-as-catalog-grid__content {
		padding-top: 0;
	}
}
/* LIME CATALOG EXACT ALIGNMENT 2026-09-25 END */

/* LIME SMART FILTER ACTIONS HOTFIX 2026-09-25 START */
#as-root .smart-filter-slider-track-container {
	display: block !important;
	visibility: visible !important;
}

#as-root .smart-filter-button-box {
	position: sticky;
	bottom: 8px;
	z-index: 35;
	margin: 14px -12px 0;
	padding: 12px !important;
	border-top: 1px solid var(--lime-catalog-line);
	border-radius: 12px;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 8px 24px rgba(36, 33, 41, .14);
}

#as-root .smart-filter-button-box .container-fluid {
	display: flex !important;
	align-items: center;
	gap: 8px;
	padding: 0 !important;
}

#as-root #set_filter,
#as-root #del_filter {
	display: inline-flex !important;
	visibility: visible !important;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin: 0 !important;
	border-radius: 22px !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

#as-root #set_filter {
	flex: 1 1 auto;
	border: 1px solid #242129 !important;
	background: #242129 !important;
	color: #fff !important;
}

#as-root #del_filter {
	flex: 0 0 auto;
	padding-inline: 14px !important;
	border: 1px solid #d7dad6 !important;
	background: #fff !important;
	color: #242129 !important;
}

@media (min-width: 992px) {
	.lime-catalog-heading-row {
		position: sticky;
		top: 0;
		z-index: 40;
		padding-block: 8px;
		background: rgba(241, 243, 242, .96);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}
}
/* LIME SMART FILTER ACTIONS HOTFIX 2026-09-25 END */

/* End */


/* Start:/local/templates/lime_gift/components/bitrix/catalog.smart.filter/bootstrap_v5/style.min.css?169330772115360*/
.smart-filter{margin-bottom:20px;min-width:220px;width:100%;font-family:var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-regular,400)}.smart-filter-section{position:relative}.smart-filter-title{margin-bottom:10px;color:#000;font-size:18px}.smart-filter-parameters-box{position:relative}.smart-filter-parameters-box-title{position:relative;display:inline-block;padding-bottom:7px;font-size:13px}.smart-filter-parameters-box-title-text{color:var(--primary);cursor:pointer;transition:250ms linear all}.bx-active .smart-filter-parameters-box-title-text{color:#333}.smart-filter-angle{position:relative;display:inline-block;width:20px;height:19px;vertical-align:middle}.smart-filter-angles{position:absolute;top:50%;left:50%;width:20px;height:20px;line-height:20px;cursor:pointer;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.smart-filter-angles:after,.smart-filter-angles:before{position:absolute;top:50%;left:50%;width:5px;height:1px;background-color:var(--primary);content:"";transition:all 250ms ease;-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;-o-transform-origin:center;transform-origin:center}.smart-filter-angles:before,.smart-filter-angle-up .smart-filter-angles:after{-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-moz-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);-o-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.smart-filter-angles:after{margin-left:3px}.smart-filter-angles:after,.smart-filter-angle-up .smart-filter-angles:before{-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);-moz-transform:translateX(-50%) translateY(-50%) rotate(-45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(-45deg);-o-transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform:translateX(-50%) translateY(-50%) rotate(-45deg)}.smart-filter-hint{position:relative;display:inline-block;margin-right:6px}.smart-filter-hint-icon{display:block;padding:0 5px;width:15px;height:15px;border-radius:50%;background-color:var(--primary);color:#fff;vertical-align:middle;text-align:center;font-size:12px;line-height:15px}.smart-filter-hint-popup{position:absolute;top:calc(100% + 8px);left:-7px;z-index:10;display:none;padding:10px;min-width:200px;max-width:300px;border:1px solid #dfdfdf;border-radius:3px;background-color:#fff;box-shadow:0 5px 15px 0 rgba(0,0,0,0.14)}.smart-filter-hint:hover .smart-filter-hint-popup{display:block}.smart-filter-hint-popup-angle{position:absolute;top:-5px;left:10px;width:10px;height:10px;border-top:1px solid #dfdfdf;border-left:1px solid #dfdfdf;background-color:#fff;transform:rotate(45deg)}.smart-filter-block{display:none;box-sizing:content-box;transition:padding .3s ease}.smart-filter-button-box .smart-filter-block,.smart-filter-parameters-box.bx-active .smart-filter-block{display:block}.smart-filter-parameters-box.bx-active .smart-filter-block i.bx-ft-sub{display:block;padding-bottom:5px;font-style:normal;font-size:14px}.smart-filter-slider-track-container{overflow:hidden;padding:25px 18px 25px}.smart-filter-slider-track{position:relative;height:7px;background:#e7e7e7}.smart-filter-slider-ruler{position:absolute;top:-6px;width:1px;height:17px;background:#a2bfc7}.smart-filter-slider-ruler.p1{left:-1px}.smart-filter-slider-ruler.p2{left:25%}.smart-filter-slider-ruler.p3{left:50%}.smart-filter-slider-ruler.p4{left:75%}.smart-filter-slider-ruler.p5{right:-1px}.smart-filter-slider-ruler span{position:absolute;top:-16px;left:50%;display:block;margin-left:-50px;width:100px;color:#000;text-align:center;font-size:11px}.smart-filter-slider-ruler.p2 span,.smart-filter-slider-ruler.p3 span,.smart-filter-slider-ruler.p4 span{color:#6b8086}.smart-filter-slider-range{z-index:50}.smart-filter-slider-range,.smart-filter-slider-price-bar,.smart-filter-slider-price-bar-vd,.smart-filter-slider-price-bar-vn,.smart-filter-slider-price-bar-v{position:absolute;top:0;bottom:0}.smart-filter-slider-price-bar{z-index:100}.smart-filter-slider-price-bar-vd{z-index:60;background:#b1b1b1}.smart-filter-slider-price-bar-vn{z-index:70;background-color:var(--theme-color-light)}.smart-filter-slider-price-bar-v{z-index:80;background-color:var(--theme-color-primary)}.smart-filter-slider-handle{position:absolute;top:100%;width:0;height:0;border:7px solid var(--primary)}.smart-filter-slider-handle:hover{cursor:grab;-webkit-cursor:grab;-ms-cursor:grab;-o-cursor:grab}.smart-filter-slider-handle:active{cursor:grabbing;-webkit-cursor:grabbing;-ms-cursor:grabbing;-o-cursor:grabbing}.smart-filter-slider-handle.left{left:0;margin-left:-14px;border-top:7px solid transparent;border-left:7px solid transparent}.smart-filter-slider-handle.right{right:0;margin-right:-14px;border-top:7px solid transparent;border-right:7px solid transparent}.smart-filter-input-group-dropdown{display:block;height:31px;border:1px solid #ccd5db;border-radius:3px}.smart-filter-input-group-dropdown.bx-active,.smart-filter-input-group-dropdown:focus{border-color:var(--primary)}.smart-filter-dropdown-block{position:relative;display:block;margin:0;padding:0 29px 0 10px;width:100%;height:29px;border:0;border-radius:2px;background:#fff}.smart-filter-dropdown-text{overflow:hidden;max-width:100%;height:29px;vertical-align:middle;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;line-height:29px;cursor:pointer}.smart-filter-dropdown-text.fix{min-width:120px}.smart-filter-dropdown-text label{cursor:pointer}.smart-filter-dropdown-arrow{position:absolute;top:0;right:0;width:29px;height:29px;	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center; cursor:pointer}.smart-filter-input-group-dropdown-flex{display:flex;align-items:center}.smart-filter-input-group-dropdown-flex .smart-filter-checkbox-btn-image{margin-right:5px}.smart-filter-dropdown-popup{padding:0;min-width:173px;background:#fff}.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:5px;padding-bottom:5px;border-bottom:1px solid #e5e5e5}.smart-filter-dropdown-popup ul li label{display:flex;align-items:center;overflow:hidden;width:100%;color:#575757;white-space:nowrap;cursor:pointer}.smart-filter-dropdown-popup ul li label.selected,.smart-filter-dropdown-popup ul li label:hover{background:#f3f8fa;color:#000}.smart-filter-dropdown-popup ul li label.disabled{background:transparent;color:#b8b8b8}.smart-filter-dropdown-popup ul li .smart-filter-dropdown-text{padding-left:5px}.smart-filter-tag{padding:18px;border-top:1px solid var(--theme-color-light);border-bottom:1px solid var(--theme-color-light)}.smart-filter .bx-tag-link{color:var(--theme-color-light);text-decoration:none;text-shadow:none;font-size:12px}.smart-filter .bx-tag-link.bx-active,.smart-filter .bx-tag-link:hover{color:#1d3d46}.smart-filter-input-group-checkbox-pictures .smart-filter-param-label{display:block;float:left;margin-right:5px;margin-bottom:5px}.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label{display:flex;align-items:center}.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-text{padding-left:5px}.smart-filter-checkbox-btn,.smart-filter-checkbox-text-btn{position:relative;display:inline-block;padding:3px;width:31px;height:31px;border:1px solid #ccd5db;border-radius:2px;background:#fff;color:#000;vertical-align:middle;text-align:center;text-decoration:none;font-weight:normal;line-height:23px;cursor:pointer;transition:border .3s ease,box-shadow .1s ease,color .3s ease}.smart-filter-checkbox-btn:hover,.smart-filter-checkbox-btn:active,.smart-filter-checkbox-btn:focus,.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,.smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn{border-color:var(--primary)}.smart-filter-checkbox-text,.smart-filter-dropdown-text{font-size:14px}.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,.smart-filter-input-group-checkbox-list.disabled .smart-filter-checkbox-text{color:#6c6c6c}.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn,.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn{position:relative;opacity:.7}.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn:before,.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;display:block;	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center; content:' ';opacity:.7}.smart-filter-number-label,.smart-filter-dropdown-label,.smart-filter-checkbox-label,.smart-filter-checkbox-text-label{min-height:20px;font-weight:normal;cursor:pointer}.smart-filter-checkbox-btn-image{display:block;width:23px;height:23px;border-radius:2px;background-position:center;background-size:cover;background-repeat:no-repeat;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05);vertical-align:middle;line-height:24px;-webkit-background-size:cover}.smart-filter-checkbox-btn-image.all{position:relative;border:0;box-shadow:none;display:inline-block}.smart-filter-checkbox-btn-image.all:after,.smart-filter-checkbox-btn-image.all:before{position:absolute;width:60%;height:60%;background:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.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-checklist{margin:0;padding:0;list-style:none}.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl{position:relative;background:transparent;box-shadow:none}.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;display:block;	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center; content:' ';opacity:.7}.smart-filter-param-label .smart-filter-param-btn:hover,.smart-filter-param-label.bx-active .smart-filter-param-btn{border-color:var(--primary)}.smart-filter-param-btn.bx-spm{padding:0;min-width:23px;width:23px;height:23px;border-radius:50%;background-color:transparent;color:#767b7e;vertical-align:top;font-weight:normal;font-size:17px;line-height:23px;}

.smart-filter-param-btn.bx-spm.bx-plus { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center; } 
.smart-filter-param-btn.bx-spm.bx-minus { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center; } .smart-filter-param-btn.bx-spm:active{outline:none !important;box-shadow:inset 0 2px 3px rgba(0,0,0,.12)}.smart-filter span.bx-spm{display:inline-block;margin:0 10px;height:23px;color:#000;vertical-align:middle;font-size:18px;line-height:23px}.smart-filter-select-popup .smart-filter-select-text-icon,.smart-filter-select-text-icon{position:relative;display:inline-block;margin-top:-4px;margin-right:2px;width:23px;height:23px;border-radius:2px;vertical-align:middle;line-height:33px}.smart-filter-select-popup .smart-filter-btn-color-icon,.smart-filter-btn-color-icon{display:block;width:24px;height:24px;border-radius:2px;background-size:cover;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05);vertical-align:middle;line-height:24px;-webkit-background-size:cover}.smart-filter-select-popup .smart-filter-btn-color-icon{top:0 !important;margin:2px 0;width:20px;height:20px}.smart-filter-select-block .smart-filter-btn-color-icon{top:-1px !important}.smart-filter-param-label.disabled .smart-filter-btn-color-icon{opacity:.2}.smart-filter-parameter-biz{display:inline-block;margin-right:10px;border-bottom:1px dashed;color:#1485ce;text-decoration:none;font-size:14px;line-height:15px}.smart-filter-parameter-biz:hover{border-bottom:1px solid;text-decoration:none}.smart-filter-parameter-biz.bx-active{position:relative;border-color:transparent;color:#000}.btn-themes{color:#fff}.btn-themes.bx-active,.btn-themes.focus,.btn-themes:active,.btn-themes:focus,.btn-themes:hover{color:#fff}.smart-filter-popup-result{position:absolute;z-index:915;display:none;margin-top:-9px;margin-left:10px;padding:0 10px;min-height:37px;border:1px solid #c6dce7;color:#3f3f3f;white-space:nowrap;font-weight:normal;font-size:13px;line-height:18px}.smart-filter-popup-result.left{border-width:2px 10px 2px 2px;-webkit-border-image:url(/local/templates/lime_gift/components/bitrix/catalog.smart.filter/bootstrap_v5/images/result_popup_left.png) 4 20 4 4 repeat;-moz-border-image:url(/local/templates/lime_gift/components/bitrix/catalog.smart.filter/bootstrap_v5/images/result_popup_left.png) 4 20 4 4 repeat;-o-border-image:url(/local/templates/lime_gift/components/bitrix/catalog.smart.filter/bootstrap_v5/images/result_popup_left.png) 4 20 4 4 repeat;border-image:url(/local/templates/lime_gift/components/bitrix/catalog.smart.filter/bootstrap_v5/images/result_popup_left.png) 4 20 4 4 fill repeat}.smart-filter-popup-result.right{border-width:2px 2px 2px 10px;-webkit-border-image:url(/local/templates/lime_gift/components/bitrix/catalog.smart.filter/bootstrap_v5/images/result_popup_right.png) 4 4 4 20 repeat;-moz-border-image:url(/local/templates/lime_gift/components/bitrix/catalog.smart.filter/bootstrap_v5/images/result_popup_right.png) 4 4 4 20 repeat;-o-border-image:url(/local/templates/lime_gift/components/bitrix/catalog.smart.filter/bootstrap_v5/images/result_popup_right.png) 4 4 4 20 repeat;border-image:url(/local/templates/lime_gift/components/bitrix/catalog.smart.filter/bootstrap_v5/images/result_popup_right.png) 4 4 4 20 fill repeat}.smart-filter-popup-result.right{left:97%}.smart-filter-popup-result.left{right:103%}.smart-filter-horizontal .smart-filter-popup-result{position:relative;right:auto;bottom:-7px;left:auto;display:inline-block}.smart-filter-popup-result a{color:#0073a3;line-height:10px}.smart-filter-popup-result a:hover{text-decoration:none}.smart-filter-popup-result-close{display:none}@media(max-width:767px){.bx-touch .smart-filter-popup-result{position:fixed !important;top:auto !important;right:0 !important;bottom:0 !important;left:0 !important;z-index:1001;margin-top:0;margin-left:0;padding:10px;width:auto;height:auto;border:1px solid #c6dae7;border-radius:2px;background:rgba(255,255,255,.9);font-size:12px;line-height:14px}.bx-touch .smart-filter-popup-result br{display:none}.smart-filter-popup-result .arrow{display:none}}
/* End */


/* Start:/local/templates/lime_gift/components/bitrix/catalog.section.list/bootstrap_v4_section_vertical_list/style.min.css?16949676652306*/
.catalog-section-list-item-title{overflow:hidden;margin:0;padding:0;vertical-align:middle;text-align:center;text-overflow:ellipsis;font-size:14px;line-height:20px}.catalog-section-list-item-link{vertical-align:middle;font-size:14px;line-height:20px}.catalog-section-list-item-counter{vertical-align:middle;font-size:12px;line-height:20px}.catalog-section-list-item-description{font-size:13px}.catalog-section-list-item-img{display:block;padding-top:100%;width:100%;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:cover;background-repeat:no-repeat;transition:250ms linear all}.catalog-section-list-item-img:hover{border-color:var(--theme-color-primary)}.catalog-section-list-line-list{padding:0;list-style:none}.catalog-section-list-line-list .catalog-section-list-item{display:flex;margin-bottom:15px;align-items:flex-start}.catalog-section-list-line-list .catalog-section-list-item-title{text-align:left}.catalog-section-list-line-img-container{padding-right:15px;min-width:75px;width:75px}.catalog-section-list-line-list .catalog-section-list-titles{margin:0;line-height:20px}.catalog-section-list-text-list{padding:0;list-style:none;column-count:3}.catalog-section-list-text-list .catalog-section-list-item-title{text-align:left}@media(max-width:767px){.catalog-section-list-text-list{column-count:1}}.catalog-section-list-tile-list{padding:0;list-style:none}.catalog-section-list-tile-img-container{width:100%}.catalog-section-list-list{margin-bottom:30px}.catalog-section-list-list .catalog-section-list-item{padding:0;line-height:16px}.catalog-section-list-list .catalog-section-list-item:before{content:''!important}.catalog-section-list-list-title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;font-size:12px;line-height:16px}.catalog-section-list-list-link{white-space:nowrap;font-size:13px}.catalog-section-list-list-link:hover{text-decoration:none}.catalog-section-list-list-title span{font-size:11px}@media(max-width:639px){.bx-touch .catalog-section-list-list .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .catalog-section-list-list .bx_catalog_line_title a{font-size:12px}}.catalog-section-list-list-title,.catalog-section-list-list-link{transition:all .3s ease}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16903886242530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/lime_gift/components/bitrix/catalog.item/catalog_section_item/style.css?179036090158113*/
.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding-top: 15px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .19);
}

.product-item-big-card .product-item,
.product-item-small-card .product-item { }

.product-item-line-card .product-item { border-bottom: 1px solid #dadada; }

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border-color: transparent;
	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;
	animation: product-item-hover 300ms 1 ease;
}

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		padding-right: 0;
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
		left: -15px;
		right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		padding-right: 0;
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
		left: -15px;
		right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.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; }

/*Image Slider*/
.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-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;
	display: block;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: var(--theme-color-primary);
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: block;
	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-image-slider-control.active,
.product-item-image-slider-control:hover { background-color: var(--primary); }

/*Label*/
.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; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.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;
}

/* BIG */
.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;
	}
}

/*RING*/
.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%;
	-webkit-transform: translateX(-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%;
	-webkit-transform: translateY(-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 {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	transition: 250ms linear all;
}

.product-item-line-card .product-item-title {
	white-space: normal;
	text-align: left;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

@media (max-width: 1199px) {
	.product-item-big-card .product-item-title a { font-size: 18px; }
}

@media (max-width: 991px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

@media (max-width: 767px) {
	.product-item-big-card .product-item-title a { font-size: 14px; }
}

@media (max-width: 575px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

/*Price*/
.product-item-price-container {
	text-align: center;
	line-height: 1;
}

.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; }

/*Info*/
.product-item-info-container {
	clear: both;
	margin-bottom: 8px;
}

.product-item-info-container-title { font-size: 12px; }

.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;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto 15px;
}


.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: 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-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-amount-field {
	display: block;
	padding: 0;
	width: 100%;
	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 {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

/*.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 { font-size: 12px; }

/*region Properties */
.product-item-properties {
	display: block;
	margin: 0;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
	font-size: 12px;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 12px;
}

/*endregion*/

/*Compare*/
.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: none;
	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;
}

/* SCU */
.product-item-line-card .product-item-scu-container { text-align: left; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-block-title { font-size: 12px; }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	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: "";
}


.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #000; }

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.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; }
/* LIME CATALOG CARDS 2026-09-25 START */
:root { --lime-card-accent: #baff00; --lime-card-ink: #242129; --lime-card-muted: #929098; --lime-card-line: #e4e6e2; --lime-card-canvas: #f2f3f1; }

.b-as-catalog-grid__content .as-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px 16px !important;
  background: var(--lime-card-canvas);
}

.b-as-catalog-grid__content .as-cards-grid > .cell {
  display: flex !important;
  width: auto !important;
  min-width: 0;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: none !important;
}

.b-as-catalog-grid__content .product-item-big-card,
.b-as-catalog-grid__content .product-item-container {
  width: 100%;
  height: 100%;
  min-width: 0;
}

.b-as-catalog-grid__content .product-item-container {
  position: relative;
  container-type: inline-size;
}

.b-as-catalog-grid__content .product-item {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  flex-direction: column;
  box-sizing: border-box;
  width: 100% !important;
  height: 100%;
  min-height: 0;
  padding: 0 0 14px !important;
  overflow: hidden;
  border: 1px solid var(--lime-card-line) !important;
  border-radius: 0;
  background: #fff;
  box-shadow: none !important;
  transition: border-color 180ms ease, transform 140ms ease, background-color 180ms ease;
}

.bx-no-touch .b-as-catalog-grid__content .product-item-container.hover .product-item {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  padding: 0 0 14px !important;
  border-color: var(--lime-card-accent) !important;
  box-shadow: none !important;
  animation: none !important;
}

.b-as-catalog-grid__content .product-item::after {
  content: '';
  position: absolute;
  z-index: 8;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-135%) skewX(-18deg);
  background: linear-gradient(105deg, transparent 34%, rgba(186,255,0,.16) 50%, transparent 66%);
}

.bx-no-touch .b-as-catalog-grid__content .product-item-container.hover .product-item::after {
  animation: lime-card-sheen 420ms ease-out 1;
}

@keyframes lime-card-sheen {
  0% { opacity: 0; transform: translateX(-135%) skewX(-18deg); }
  22% { opacity: 1; }
  100% { opacity: 0; transform: translateX(135%) skewX(-18deg); }
}

.b-as-catalog-grid__content .product-item-image-wrapper {
  order: 0;
  position: relative;
  display: block !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #fff;
}

.b-as-catalog-grid__content .product-item-image-original,
.b-as-catalog-grid__content .product-item-image-alternative,
.b-as-catalog-grid__content .product-item-image-slide {
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  transition: transform 220ms ease;
}

.bx-no-touch .b-as-catalog-grid__content .product-item-container.hover .product-item-image-original,
.bx-no-touch .b-as-catalog-grid__content .product-item-container.hover .product-item-image-alternative {
  transform: scale(1.015);
}

.b-as-catalog-grid__content .product-item__price { display: contents; }

.b-as-catalog-grid__content .lime-sku-options {
  order: 1;
  display: block !important;
  box-sizing: border-box;
  min-height: 43px;
  margin: 0 !important;
  padding: 9px 12px 0;
}

.b-as-catalog-grid__content .lime-hidden-sku-property,
.b-as-catalog-grid__content .lime-color-variants .product-item-scu-block-title {
  display: none !important;
}

.b-as-catalog-grid__content .lime-color-variants .product-item-scu-container,
.b-as-catalog-grid__content .lime-color-variants .product-item-scu-block,
.b-as-catalog-grid__content .lime-color-variants .product-item-scu-list {
  width: 100%;
  min-height: 28px;
  margin: 0 !important;
  padding: 0 !important;
}

.b-as-catalog-grid__content .lime-color-variants .product-item-scu-list { display: flex; align-items: center; }

.b-as-catalog-grid__content .lime-color-variants .product-item-scu-item-list {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  min-height: 28px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.b-as-catalog-grid__content .lime-color-option {
  --lime-swatch: #c9c9c6;
  box-sizing: border-box !important;
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  padding: 5px !important;
  border: 1px solid transparent !important;
  border-radius: 50% !important;
  cursor: pointer;
  vertical-align: middle;
}

.b-as-catalog-grid__content .lime-color-option:not([style*='display: none']) { display: inline-flex; }
.b-as-catalog-grid__content .lime-color-option.selected { border-color: var(--lime-card-ink) !important; }
.b-as-catalog-grid__content .lime-color-option.notallowed { opacity: .32; }
.b-as-catalog-grid__content .lime-color-option:focus-visible { outline: 2px solid #75a900; outline-offset: 2px; }

.b-as-catalog-grid__content .lime-color-option .product-item-scu-item-text-block,
.b-as-catalog-grid__content .lime-color-option .product-item-scu-item-color-block {
  display: block !important;
  box-sizing: border-box !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(36,33,41,.16);
  border-radius: 50% !important;
  background: var(--lime-swatch);
}

.b-as-catalog-grid__content .lime-color-option .product-item-scu-item-color,
.b-as-catalog-grid__content .lime-color-option .product-item-scu-item-text {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 50% !important;
  background-color: var(--lime-swatch);
  background-position: center;
  background-size: cover;
  color: transparent !important;
  font-size: 0 !important;
}

.b-as-catalog-grid__content .lime-color-option[title*='черн' i] { --lime-swatch: #29282d; }
.b-as-catalog-grid__content .lime-color-option[title*='бел' i] { --lime-swatch: #f6f5f1; }
.b-as-catalog-grid__content .lime-color-option[title*='сер' i] { --lime-swatch: #a7a8aa; }
.b-as-catalog-grid__content .lime-color-option[title*='серебр' i] { --lime-swatch: #c8c9c7; }
.b-as-catalog-grid__content .lime-color-option[title*='син' i] { --lime-swatch: #315f84; }
.b-as-catalog-grid__content .lime-color-option[title*='голуб' i] { --lime-swatch: #8fc5de; }
.b-as-catalog-grid__content .lime-color-option[title*='крас' i] { --lime-swatch: #b83e4a; }
.b-as-catalog-grid__content .lime-color-option[title*='бордов' i] { --lime-swatch: #743340; }
.b-as-catalog-grid__content .lime-color-option[title*='зелен' i] { --lime-swatch: #3f8257; }
.b-as-catalog-grid__content .lime-color-option[title*='салатов' i] { --lime-swatch: #9ecb54; }
.b-as-catalog-grid__content .lime-color-option[title*='желт' i] { --lime-swatch: #e1bb30; }
.b-as-catalog-grid__content .lime-color-option[title*='оранж' i] { --lime-swatch: #dd7c31; }
.b-as-catalog-grid__content .lime-color-option[title*='беж' i] { --lime-swatch: #c9aa82; }
.b-as-catalog-grid__content .lime-color-option[title*='корич' i] { --lime-swatch: #876149; }
.b-as-catalog-grid__content .lime-color-option[title*='розов' i] { --lime-swatch: #d98c9e; }
.b-as-catalog-grid__content .lime-color-option[title*='фиолет' i] { --lime-swatch: #78608f; }

.b-as-catalog-grid__content .lime-color-overflow { display: none !important; }
.b-as-catalog-grid__content .product-item-scu-item-list.is-expanded .lime-color-overflow { display: inline-flex !important; }
.b-as-catalog-grid__content .lime-color-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 28px;
  min-height: 28px;
  padding: 0 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--lime-card-ink);
  font: 500 13px/28px inherit;
  cursor: pointer;
}

.b-as-catalog-grid__content .product-item__content {
  order: 2;
  box-sizing: border-box;
  min-height: 76px;
  padding: 6px 12px 0;
}


.b-as-catalog-grid__content .lime-card-type {
  height: 16px;
  margin: 0 0 3px;
  overflow: hidden;
  color: var(--lime-card-ink);
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: .08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.b-as-catalog-grid__content .product-item-title {
  display: -webkit-box !important;
  height: 44px;
  margin: 0 !important;
  overflow: hidden;
  color: var(--lime-card-ink);
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
  letter-spacing: -.01em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.b-as-catalog-grid__content .product-item-title a { color: inherit !important; text-decoration: none !important; }

.b-as-catalog-grid__content .product-item-price-container {
  order: 3;
  display: block !important;
  box-sizing: border-box;
  min-height: 70px;
  margin: auto 0 0 !important;
  padding: 10px 12px 0 !important;
  white-space: normal;
}

.b-as-catalog-grid__content .product-item-price-current {
  display: inline-block;
  max-width: 100%;
  color: var(--lime-card-ink) !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  letter-spacing: -.025em;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.b-as-catalog-grid__content .product-item-price-old {
  color: var(--lime-card-muted) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  white-space: nowrap;
  text-decoration: line-through;
}


.b-as-catalog-grid__content .lime-card-unit {
  display: block;
  width: 100%;
  margin-top: 2px;
  color: var(--lime-card-muted);
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}
.b-as-catalog-grid__content .product-item-hidden[data-entity='props-block'] { display: none !important; }
.b-as-catalog-grid__content .product-item-info-container[data-entity='buttons-block'] { order: 4; height: 0; margin: 0 !important; padding: 0 !important; }

.b-as-catalog-grid__content .product-item-button-container {
  position: absolute !important;
  z-index: 10;
  top: calc(100cqi - 27px);
  right: 10px;
  margin: 0 !important;
}

.b-as-catalog-grid__content .product-item-button-container .as-icon-btn.mod-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: var(--lime-card-ink) !important;
  color: #fff !important;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 160ms ease, transform 120ms ease;
}

.b-as-catalog-grid__content .product-item-button-container .as-icon-btn.mod-light:hover { background: #08070a !important; }
.b-as-catalog-grid__content .product-item-button-container .as-icon-btn.mod-light:active { transform: scale(.94); }
.b-as-catalog-grid__content .product-item-button-container .as-icon-btn.mod-light:focus-visible { outline: 2px solid #75a900; outline-offset: 2px; }
.b-as-catalog-grid__content .product-item-button-container .lime-not-available {
  width: auto;
  max-width: 132px;
  padding: 0 12px;
  border-radius: 24px;
  font-size: 11px;
  line-height: 1.15;
}

.b-as-catalog-grid__content .product-item-label-ring {
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  left: 0 !important;
  z-index: 6;
  min-width: 58px;
  height: 32px;
  padding: 0 10px !important;
  border-radius: 0 !important;
  background: var(--lime-card-accent) !important;
  color: #151515 !important;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 32px !important;
  text-align: center;
}

.b-as-catalog-grid__content .product-item-label-ring span { color: inherit !important; font-size: inherit !important; line-height: inherit !important; }
.b-as-catalog-grid__content .product-item-label-text { top: 0 !important; right: auto !important; bottom: auto !important; left: 0 !important; z-index: 6; }
.b-as-catalog-grid__content .product-item-label-text span { display: inline-flex; align-items: center; height: 32px; padding: 0 11px; border-radius: 0; background: var(--lime-card-ink); color: #fff; font-size: 12px; font-weight: 600; line-height: 32px; text-transform: uppercase; }

@media (max-width: 1199px) {
  .b-as-catalog-grid__content .as-cards-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .b-as-catalog-grid__content .as-cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 8px !important; }
  .b-as-catalog-grid__content .product-item { padding-bottom: 12px !important; }
  .bx-no-touch .b-as-catalog-grid__content .product-item-container.hover .product-item { padding-bottom: 12px !important; }
  .b-as-catalog-grid__content .lime-sku-options { min-height: 39px; padding: 7px 8px 0; }
  .b-as-catalog-grid__content .product-item__content { min-height: 68px; padding: 4px 8px 0; }
  .b-as-catalog-grid__content .lime-card-type { height: 14px; margin-bottom: 2px; font-size: 9px; line-height: 14px; }
  .b-as-catalog-grid__content .product-item-title { height: 40px; font-size: 15px !important; line-height: 20px !important; }
  .b-as-catalog-grid__content .product-item-price-container { min-height: 61px; padding: 8px 8px 0 !important; }
  .b-as-catalog-grid__content .product-item-price-current { font-size: 20px !important; line-height: 24px !important; }
  .b-as-catalog-grid__content .product-item-price-old { font-size: 11px !important; line-height: 16px !important; }
  .b-as-catalog-grid__content .product-item-button-container { top: calc(100cqi - 24px); right: 7px; }
  .b-as-catalog-grid__content .product-item-button-container .as-icon-btn.mod-light { width: 44px; min-width: 44px; height: 44px; min-height: 44px; }
  .b-as-catalog-grid__content .product-item-label-ring { min-width: 52px; height: 28px; padding: 0 8px !important; font-size: 13px !important; line-height: 28px !important; }
  .b-as-catalog-grid__content .product-item-label-text span { height: 28px; padding: 0 9px; font-size: 11px; line-height: 28px; }
}

@media (hover: none) {
  .b-as-catalog-grid__content .product-item:active { border-color: var(--lime-card-accent) !important; background: rgba(186,255,0,.035); transform: scale(.995); }
  .b-as-catalog-grid__content .product-item::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .b-as-catalog-grid__content .product-item,
  .b-as-catalog-grid__content .product-item-image-original,
  .b-as-catalog-grid__content .product-item-image-alternative,
  .b-as-catalog-grid__content .product-item-button-container .as-icon-btn.mod-light { transition: none !important; }
  .b-as-catalog-grid__content .product-item::after { display: none !important; animation: none !important; }
}
/* LIME CATALOG CARDS 2026-09-25 END */

/* LIME CARD MEDIA CONTROLS 2026-09-25 START */
.b-as-catalog-grid__content .product-item-button-container {
	top: calc(100cqi - 60px) !important;
	right: 12px !important;
}

@media (max-width: 767px) {
	.b-as-catalog-grid__content .product-item-button-container {
		top: calc(100cqi - 54px) !important;
		right: 10px !important;
	}
}
/* LIME CARD MEDIA CONTROLS 2026-09-25 END */


/* LIME CARD SQUARE MEDIA 2026-09-25 START */
.b-as-catalog-grid__content .product-item-image-wrapper {
	border-radius: 0 !important;
}
/* LIME CARD SQUARE MEDIA 2026-09-25 END */

/* LIME CARD EXACT VISUAL 2026-09-25 START */
@media (min-width: 992px) {
  .b-as-catalog-grid__content .product-item {
    min-height: calc(100cqi + 193px);
    padding-bottom: 13px !important;
    isolation: isolate;
  }

  .b-as-catalog-grid__content .lime-sku-options {
    min-height: 40px;
    padding: 8px 24px 0;
  }

  .b-as-catalog-grid__content .product-item__content {
    min-height: 72px;
    padding: 6px 24px 0;
  }

  .b-as-catalog-grid__content .product-item-price-container {
    min-height: 68px;
    padding: 10px 24px 0 !important;
  }
}

.b-as-catalog-grid__content .product-item-image-original,
.b-as-catalog-grid__content .product-item-image-alternative {
  inset: 6% !important;
  width: auto !important;
  height: auto !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.b-as-catalog-grid__content .lime-card-favorite {
  position: absolute;
  z-index: 12;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #9a989f;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, transform 120ms ease;
}

.b-as-catalog-grid__content .lime-card-favorite:hover,
.b-as-catalog-grid__content .lime-card-favorite.is-active {
  color: var(--lime-card-ink);
  background: #fff;
}

.b-as-catalog-grid__content .lime-card-favorite.is-active svg {
  fill: var(--lime-card-accent);
}

.b-as-catalog-grid__content .lime-card-favorite:active {
  transform: scale(.94);
}

.b-as-catalog-grid__content .lime-card-favorite:focus-visible {
  outline: 2px solid #75a900;
  outline-offset: 2px;
}

.b-as-catalog-grid__content .product-item-button-container {
  z-index: 12 !important;
  top: calc(100cqi - 77px);
  right: 15px;
}

.b-as-catalog-grid__content .product-item-button-container .as-icon-btn.mod-light {
  width: 62px;
  min-width: 62px;
  height: 62px;
  min-height: 62px;
  border: 2px solid #fff;
}

.b-as-catalog-grid__content .product-item-label-ring {
  top: 8px !important;
  left: 8px !important;
  min-width: 66px;
  height: 37px;
  line-height: 37px !important;
}

.b-as-catalog-grid__content .product-item-label-text {
  top: 8px !important;
  left: 8px !important;
}

.b-as-catalog-grid__content .product-item-label-text span {
  height: 37px;
  line-height: 37px;
}

@media (max-width: 767px) {
  .b-as-catalog-grid__content .product-item-image-original,
  .b-as-catalog-grid__content .product-item-image-alternative {
    inset: 7% !important;
  }

  .b-as-catalog-grid__content .lime-card-favorite {
    top: 2px;
    right: 2px;
    width: 40px;
    height: 40px;
  }

  .b-as-catalog-grid__content .lime-card-favorite svg {
    width: 23px;
    height: 23px;
  }

  .b-as-catalog-grid__content .product-item-button-container {
    top: calc(100cqi - 52px);
    right: 8px;
  }

  .b-as-catalog-grid__content .product-item-button-container .as-icon-btn.mod-light {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .b-as-catalog-grid__content .product-item-label-ring {
    top: 0 !important;
    left: 0 !important;
    min-width: 52px;
    height: 28px;
    line-height: 28px !important;
  }

  .b-as-catalog-grid__content .product-item-label-text {
    top: 0 !important;
    left: 0 !important;
  }

  .b-as-catalog-grid__content .product-item-label-text span {
    height: 28px;
    line-height: 28px;
  }
}
/* LIME CARD EXACT VISUAL 2026-09-25 END */

/* LIME CATALOG SCOPE GUARD 2026-09-25 START */
.lime-card-favorite,
.lime-sku-options {
  display: none !important;
}

.b-as-catalog-grid__content .lime-card-favorite,
.b-products-line .lime-card-favorite,
.home-merch__section .lime-card-favorite {
  display: grid !important;
}

.b-as-catalog-grid__content .lime-sku-options {
  display: block !important;
}

.b-as-catalog-grid__content .lime-sku-options:not(:has(.lime-color-variants)),
.b-as-catalog-grid__content .lime-hidden-sku-property {
  display: none !important;
}
/* LIME CATALOG SCOPE GUARD 2026-09-25 END */

/* LIME HOME CATALOG CARDS 2026-09-25 START */
.b-products-line,
.home-merch__section {
  background: var(--lime-card-canvas, #f2f3f1) !important;
}

.b-products-line .wall {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: 24px 16px !important;
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  transform: none !important;
}

.b-products-line .wall > .cell,
.home-merch__section .wall > .cell,
.home-merch__section .as-cards-grid > .cell,
.home-merch__section [data-entity^='container'] > .cell {
  display: flex !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: none !important;
}

.b-products-line .product-item-container,
.home-merch__section .product-item-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 0;
  container-type: inline-size;
}

.b-products-line .product-item,
.home-merch__section .product-item {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  flex-direction: column;
  box-sizing: border-box;
  width: 100% !important;
  height: 100%;
  min-height: 0;
  padding: 0 0 14px !important;
  overflow: hidden;
  border: 1px solid var(--lime-card-line, #e4e6e2) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: border-color 180ms ease, transform 140ms ease;
}

.bx-no-touch .b-products-line .product-item-container.hover .product-item,
.bx-no-touch .home-merch__section .product-item-container.hover .product-item {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  padding: 0 0 14px !important;
  border-color: var(--lime-card-accent, #baff00) !important;
  box-shadow: none !important;
  animation: none !important;
}

.b-products-line .product-item-image-wrapper,
.home-merch__section .product-item-image-wrapper {
  order: 0;
  position: relative;
  display: block !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 0 !important;
  background: #fff;
}

.b-products-line .product-item-image-original,
.b-products-line .product-item-image-alternative,
.b-products-line .product-item-image-slide,
.home-merch__section .product-item-image-original,
.home-merch__section .product-item-image-alternative,
.home-merch__section .product-item-image-slide {
  inset: 6% !important;
  width: auto !important;
  height: auto !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.b-products-line .product-item__price,
.home-merch__section .product-item__price {
  display: contents;
}

.b-products-line .product-item__content,
.home-merch__section .product-item__content {
  order: 1;
  box-sizing: border-box;
  min-height: 72px;
  padding: 8px 16px 0;
}

.b-products-line .lime-card-type,
.home-merch__section .lime-card-type {
  height: 16px;
  margin: 0 0 3px;
  overflow: hidden;
  color: var(--lime-card-ink, #242129);
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: .08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.b-products-line .product-item-title,
.home-merch__section .product-item-title {
  display: -webkit-box !important;
  height: 44px;
  margin: 0 !important;
  overflow: hidden;
  color: var(--lime-card-ink, #242129);
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.b-products-line .product-item-title a,
.home-merch__section .product-item-title a {
  color: inherit !important;
  text-decoration: none !important;
}

.b-products-line .product-item-price-container,
.home-merch__section .product-item-price-container {
  order: 2;
  display: block !important;
  box-sizing: border-box;
  min-height: 68px;
  margin: auto 0 0 !important;
  padding: 10px 16px 0 !important;
  white-space: normal;
}

.b-products-line .product-item-price-current,
.home-merch__section .product-item-price-current {
  display: inline-block;
  max-width: 100%;
  color: var(--lime-card-ink, #242129) !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  white-space: nowrap;
}

.b-products-line .product-item-price-old,
.home-merch__section .product-item-price-old {
  color: var(--lime-card-muted, #929098) !important;
}

.b-products-line .lime-card-unit,
.home-merch__section .lime-card-unit {
  display: block;
  margin-top: 2px;
  color: var(--lime-card-muted, #929098);
  font-size: 11px;
  line-height: 14px;
}

.b-products-line .lime-sku-options,
.home-merch__section .lime-sku-options,
.b-products-line [data-entity='props-block'],
.home-merch__section [data-entity='props-block'] {
  display: none !important;
}

.b-products-line [data-entity='buttons-block'],
.home-merch__section [data-entity='buttons-block'] {
  order: 3;
  display: block !important;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  visibility: visible !important;
}

.b-products-line .product-item-button-container,
.home-merch__section .product-item-button-container {
  position: absolute !important;
  z-index: 12;
  top: calc(100cqi - 60px) !important;
  right: 12px !important;
  display: block;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.b-products-line .product-item-button-container .as-icon-btn.mod-light:not(.lime-not-available),
.home-merch__section .product-item-button-container .as-icon-btn.mod-light:not(.lime-not-available) {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--lime-card-ink, #242129) !important;
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  cursor: pointer;
}

.b-products-line .lime-card-favorite,
.home-merch__section .lime-card-favorite {
  position: absolute;
  z-index: 14;
  top: 8px;
  right: 8px;
  place-items: center;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: #9a989f;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  cursor: pointer;
}

.lime-card-favorite svg,
.lime-card-favorite path {
  pointer-events: none;
}

.lime-card-favorite:not(.is-active) path {
  fill: none !important;
}

.lime-card-favorite.is-active path {
  fill: var(--lime-card-accent, #baff00) !important;
  stroke: var(--lime-card-ink, #242129) !important;
}

.home-merch__section .home-merch__content .wall {
  display: flex !important;
  flex-flow: row nowrap !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  transform: none !important;
  scroll-snap-type: x proximity;
}

.home-merch__section .home-merch__content .wall > .cell {
  flex: 0 0 calc((100% - 48px) / 4) !important;
  width: calc((100% - 48px) / 4) !important;
  min-width: calc((100% - 48px) / 4) !important;
  max-width: calc((100% - 48px) / 4) !important;
  scroll-snap-align: start;
}

@media (max-width: 767px) {
  .home-merch__section .home-merch__content .wall {
    gap: 8px !important;
  }

  .home-merch__section .home-merch__content .wall > .cell {
    flex: 0 0 calc((100% - 8px) / 2) !important;
    width: calc((100% - 8px) / 2) !important;
    min-width: calc((100% - 8px) / 2) !important;
    max-width: calc((100% - 8px) / 2) !important;
  }


  .b-products-line .wall {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 8px !important;
  }

  .b-products-line .product-item,
  .home-merch__section .product-item {
    padding-bottom: 12px !important;
  }

  .b-products-line .product-item-image-original,
  .b-products-line .product-item-image-alternative,
  .home-merch__section .product-item-image-original,
  .home-merch__section .product-item-image-alternative {
    inset: 7% !important;
  }

  .b-products-line .product-item__content,
  .home-merch__section .product-item__content {
    min-height: 66px;
    padding: 5px 8px 0;
  }

  .b-products-line .product-item-title,
  .home-merch__section .product-item-title {
    height: 40px;
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .b-products-line .product-item-price-container,
  .home-merch__section .product-item-price-container {
    min-height: 61px;
    padding: 8px 8px 0 !important;
  }

  .b-products-line .product-item-price-current,
  .home-merch__section .product-item-price-current {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .b-products-line .lime-card-favorite,
  .home-merch__section .lime-card-favorite {
    top: 2px;
    right: 2px;
    width: 40px;
    height: 40px;
  }

  .b-products-line .product-item-button-container,
  .home-merch__section .product-item-button-container {
    top: calc(100cqi - 52px) !important;
    right: 8px !important;
  }

  .b-products-line .product-item-button-container .as-icon-btn.mod-light,
  .home-merch__section .product-item-button-container .as-icon-btn.mod-light {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }
}

/* LIME FAVORITE HIT TARGET + HOME TITLE FIX 2026-09-25 */
.lime-favorites-bootstrap {
  display: none !important;
}

.lime-card-favorite {
  z-index: 40 !important;
  pointer-events: auto !important;
  isolation: isolate;
}

.product-item-image-original,
.product-item-image-alternative,
.product-item-image-slide {
  pointer-events: none !important;
}

.b-products-line .product-item__content,
.home-merch__section .product-item__content {
  flex: 0 0 72px !important;
  box-sizing: border-box;
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  overflow: hidden !important;
}

.b-products-line .product-item-title,
.home-merch__section .product-item-title {
  display: -webkit-box !important;
  box-sizing: border-box;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  overflow: hidden !important;
  line-height: 22px !important;
  text-overflow: ellipsis;
  word-break: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
  .b-products-line .product-item__content,
  .home-merch__section .product-item__content {
    flex-basis: 66px !important;
    height: 66px !important;
    min-height: 66px !important;
    max-height: 66px !important;
  }

  .b-products-line .product-item-title,
  .home-merch__section .product-item-title {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    line-height: 20px !important;
  }
}

/* LIME HOME CATALOG CARDS 2026-09-25 END */

/* End */
/* /local/templates/lime_gift/components/bitrix/catalog/catalog/style.css?179035558818375 */
/* /local/templates/lime_gift/components/bitrix/catalog.smart.filter/bootstrap_v5/style.min.css?169330772115360 */
/* /local/templates/lime_gift/components/bitrix/catalog.section.list/bootstrap_v4_section_vertical_list/style.min.css?16949676652306 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16903886242530 */
/* /local/templates/lime_gift/components/bitrix/catalog.item/catalog_section_item/style.css?179036090158113 */
