

/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?169278039951*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/bitrix/templates/floor/components/krayt/catalog.section.list/bootstrap_v4/style.css?17868947717661*/
.hd-catalog-categories {
	--hd-category-text: #202124;
	--hd-category-muted: #6e7178;
	--hd-category-accent: #e6004f;
	--hd-category-accent-dark: #c90045;
	--hd-category-line: #e8e9ed;
	--hd-category-white: #fff;
	--hd-category-radius: 26px;
	--hd-category-shadow: 0 16px 42px rgba(24, 25, 28, .1);

	margin: 72px 0 64px;
	color: var(--hd-category-text);
}

.hd-catalog-categories__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 28px;
}

.hd-catalog-categories__heading {
	max-width: 760px;
}

.hd-catalog-categories__eyebrow {
	margin-bottom: 10px;
	color: var(--hd-category-accent-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hd-catalog-categories__title {
	margin: 0;
	color: var(--hd-category-text);
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -.025em;
}

.hd-catalog-categories__description {
	max-width: 690px;
	margin: 14px 0 0;
	color: var(--hd-category-muted);
	font-size: 16px;
	line-height: 1.6;
}

.hd-catalog-categories__all {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 48px;
	padding: 0 18px;
	border: 1px solid var(--hd-category-line);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(25, 26, 29, .05);
	color: var(--hd-category-text);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition:
		transform .2s ease,
		border-color .2s ease,
		box-shadow .2s ease,
		color .2s ease;
}

.hd-catalog-categories__all:hover {
	border-color: rgba(230, 0, 79, .28);
	box-shadow: 0 10px 28px rgba(25, 26, 29, .09);
	color: var(--hd-category-accent-dark);
	text-decoration: none;
	transform: translateY(-2px);
}

.hd-catalog-categories__all-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #f4f5f7;
	font-size: 17px;
	transition:
		background .2s ease,
		transform .2s ease;
}

.hd-catalog-categories__all:hover
.hd-catalog-categories__all-arrow {
	background: #ffedf4;
	transform: translateX(2px);
}

.hd-catalog-categories__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-flow: dense;
	grid-auto-rows: 290px;
	gap: 18px;
}

.hd-catalog-card {
	position: relative;
	min-width: 0;
	height: 290px;
	overflow: hidden;
	border: 1px solid rgba(32, 33, 36, .06);
	border-radius: var(--hd-category-radius);
	background: #eceef0;
	box-shadow: 0 10px 30px rgba(24, 25, 28, .07);
	isolation: isolate;
}

.hd-catalog-card--wide {
	grid-column: span 2;
}

.hd-catalog-card__link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: inherit;
	color: #fff;
	text-decoration: none;
}

.hd-catalog-card__link:hover,
.hd-catalog-card__link:focus {
	color: #fff;
	text-decoration: none;
}

.hd-catalog-card__link:focus-visible {
	outline: 3px solid rgba(230, 0, 79, .65);
	outline-offset: -4px;
}

.hd-catalog-card__media {
	position: absolute;
	inset: 0;
	overflow: hidden;
	background: #e9e5df;
}

.hd-catalog-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition:
		transform .7s cubic-bezier(.2, .65, .25, 1),
		filter .4s ease;
}

.hd-catalog-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, #e8e1d8 0%, #cfc7bd 100%);
	color: rgba(40, 38, 35, .4);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .16em;
}

.hd-catalog-card__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			180deg,
			rgba(15, 16, 18, .06) 0%,
			rgba(15, 16, 18, .1) 35%,
			rgba(15, 16, 18, .78) 100%
		);
	transition: background .35s ease;
}

.hd-catalog-card__counter {
	position: absolute;
	z-index: 2;
	top: 18px;
	left: 18px;
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 11px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 999px;
	background: rgba(25, 26, 29, .38);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.hd-catalog-card__content {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 22px;
}

.hd-catalog-card__kicker {
	display: block;
	margin-bottom: 7px;
	color: rgba(255, 255, 255, .76);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.hd-catalog-card__title {
	max-width: 90%;
	margin: 0;
	color: #fff;
	font-size: clamp(21px, 2vw, 28px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -.015em;
	text-shadow: 0 2px 16px rgba(0, 0, 0, .24);
}

.hd-catalog-card--wide .hd-catalog-card__title {
	max-width: 75%;
	font-size: clamp(25px, 2.5vw, 34px);
}

.hd-catalog-card__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	max-height: 0;
	margin-top: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(9px);
	transition:
		max-height .3s ease,
		margin-top .3s ease,
		opacity .3s ease,
		transform .3s ease;
}

.hd-catalog-card__action {
	color: rgba(255, 255, 255, .92);
	font-size: 13px;
	font-weight: 700;
}

.hd-catalog-card__arrow {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	color: var(--hd-category-accent-dark);
	font-size: 20px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
	transition: transform .25s ease;
}

.hd-catalog-card:hover {
	box-shadow: var(--hd-category-shadow);
}

.hd-catalog-card:hover .hd-catalog-card__image {
	filter: saturate(1.03) contrast(1.02);
	transform: scale(1.055);
}

.hd-catalog-card:hover .hd-catalog-card__overlay {
	background:
		linear-gradient(
			180deg,
			rgba(15, 16, 18, .1) 0%,
			rgba(15, 16, 18, .16) 30%,
			rgba(15, 16, 18, .86) 100%
		);
}

.hd-catalog-card:hover .hd-catalog-card__bottom,
.hd-catalog-card__link:focus-visible .hd-catalog-card__bottom {
	max-height: 56px;
	margin-top: 15px;
	opacity: 1;
	transform: translateY(0);
}

.hd-catalog-card:hover .hd-catalog-card__arrow {
	transform: translateX(3px);
}

@media (max-width: 1050px) {
	.hd-catalog-categories {
		margin-top: 58px;
	}

	.hd-catalog-categories__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 280px;
	}

	.hd-catalog-card {
		height: 280px;
	}
}

@media (max-width: 760px) {
	.hd-catalog-categories {
		margin: 46px 0;
	}

	.hd-catalog-categories__header {
		display: block;
		margin-bottom: 22px;
	}

	.hd-catalog-categories__description {
		font-size: 15px;
	}

	.hd-catalog-categories__all {
		margin-top: 18px;
	}

	.hd-catalog-card__bottom {
		max-height: 56px;
		margin-top: 13px;
		opacity: 1;
		transform: none;
	}

	.hd-catalog-card__content {
		padding: 19px;
	}

	.hd-catalog-card__counter {
		top: 15px;
		left: 15px;
	}
}

@media (max-width: 580px) {
	.hd-catalog-categories__grid {
		grid-template-columns: 1fr;
		grid-auto-rows: 245px;
		gap: 14px;
	}

	.hd-catalog-card,
	.hd-catalog-card--wide {
		grid-column: auto;
		height: 245px;
		border-radius: 20px;
	}

	.hd-catalog-card__title,
	.hd-catalog-card--wide .hd-catalog-card__title {
		max-width: 100%;
		font-size: 25px;
	}

	.hd-catalog-card__action {
		font-size: 12px;
	}

	.hd-catalog-card__arrow {
		width: 36px;
		height: 36px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hd-catalog-card__image,
	.hd-catalog-card__bottom,
	.hd-catalog-card__arrow,
	.hd-catalog-categories__all {
		transition: none;
	}
}
/* End */


/* Start:/bitrix/components/krayt/floor.smart_tabs/templates/.default/style.css?1703237599676*/
.smart-tabs { position:relative; margin-bottom:60px;}
.tabs-list {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    padding-bottom: 2px;
    overflow: hidden;
}
.tabs-list__item {
    margin-right: 30px;
}
.tabs-list__item a {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    font-weight: bold;
}
.tabs-list__item a:hover,.tabs-list__item a.active{
    color: #e4144e;
}
.tabs-content { position:relative; }
.tabs-content .k_loader {
    position: absolute;
    background-color: transparent;
}
.tabs-content.wait .product__list, .tabs-content.wait .product__slider {
    opacity: .4;
}
/* End */


/* Start:/bitrix/components/krayt/floor.smart_tabs/templates/.default/bitrix/catalog.section/slider-new/style.css?16927811743808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

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

.row::before {
	display: initial;
}
/* End */


/* Start:/bitrix/templates/floor/components/bitrix/catalog.item/block/style.css?178689596436043*/

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
	.product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}

.bx-retina .product-item { border-width: .5px; }

.product-item * { transition: opacity 300ms ease; }

@media (max-width: 767px) {
	.product-item { padding: 15px 5px 5px }

	.product-item-line-card .product-item .col-xs-12:nth-child(2n) { clear: both; }
}

.bx-no-touch .product-item-container.hover .product_item-wrp {
	position: absolute;
	right: 0;
	left: 0;
	width: auto;
}

.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product_item-wrp { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
	}
	100% {
	}
}

/*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-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*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 {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

/*.product-item-info-container { margin-bottom: 8px; }*/

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

/*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-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container {
	text-align: center;
	width: 100%;
	height: 100%;
}

.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;
}
.product_card_fast .product_card_wrp{


}
/* HOTDECOR — современная карточка товара */
.hd-product-slider .product_item,
.hd-product-slider .product-item-container {
	height: 100%;
	min-width: 0;
	padding: 0 !important;
}

.hd-product-slider .hd-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 520px;
	overflow: hidden;
	border: 1px solid #e8e9ed;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(24, 27, 32, .07);
	transition:
		transform .25s ease,
		box-shadow .25s ease,
		border-color .25s ease;
}

.hd-product-slider .hd-card:hover {
	border-color: rgba(230, 0, 79, .2);
	box-shadow: 0 18px 42px rgba(24, 27, 32, .13);
	transform: translateY(-5px);
}

.hd-product-slider .hd-card__media {
	position: relative;
	flex: 0 0 auto;
	width: 100%;
	height: 250px;
	margin: 0;
	overflow: hidden;
	background: #f5f5f6;
}

.hd-product-slider .hd-card__image-link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.hd-product-slider .hd-card__image {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.hd-product-slider .hd-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform .45s ease;
}

.hd-product-slider .hd-card:hover .hd-card__image img {
	transform: scale(1.045);
}

.hd-product-slider .hd-card__labels {
	position: absolute;
	top: 13px;
	left: 13px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	pointer-events: none;
}

.hd-product-slider .hd-card__label {
	position: static !important;
	display: inline-flex;
	align-items: center;
	width: auto;
	min-height: 27px;
	margin: 0;
	padding: 4px 10px;
	border: 0;
	border-radius: 999px;
	background: #25272c;
	box-shadow: 0 5px 15px rgba(20, 20, 20, .15);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.hd-product-slider .hd-card__label--sale,
.hd-product-slider .hd-card__label.sale {
	background: #e6004f;
}

.hd-product-slider .hd-card__label.new {
	background: #168760;
}

.hd-product-slider .hd-card__label.hit {
	background: #ee8d00;
}

.hd-product-slider .hd-card__wear {
	position: absolute;
	right: 13px;
	bottom: 13px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	min-width: 62px;
	padding: 7px 9px;
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: 12px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 5px 16px rgba(30, 32, 36, .12);
	color: #27292e;
	text-align: center;
	backdrop-filter: blur(7px);
}

.hd-product-slider .hd-card__wear strong {
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
}

.hd-product-slider .hd-card__wear span {
	margin-top: 3px;
	font-size: 9px;
	line-height: 1.15;
	text-transform: lowercase;
}

.hd-product-slider .hd-card__brand {
	position: absolute;
	right: 13px;
	top: 13px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 90px;
	min-height: 28px;
	padding: 5px 8px;
	border-radius: 9px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 4px 14px rgba(25, 27, 31, .1);
	color: #34363b;
	font-size: 10px;
	font-weight: 800;
}

.hd-product-slider .hd-card__brand img {
	display: block;
	width: auto;
	height: auto;
	max-width: 74px;
	max-height: 23px;
	object-fit: contain;
}

.hd-product-slider .hd-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	padding: 17px 18px 18px;
}

.hd-product-slider .hd-card__title {
	min-height: 48px;
	margin: 0 0 10px;
	padding: 0;
	font-size: 16px;
	font-weight: 750;
	line-height: 1.45;
}

.hd-product-slider .hd-card__title a {
	display: block;
	overflow: hidden;
	color: #202226;
	text-decoration: none;
	transition: color .2s ease;
}

.hd-product-slider .hd-card__title a:hover {
	color: #c90045;
	text-decoration: none;
}

.hd-product-slider .hd-card__title .name {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hd-product-slider .hd-card__properties {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-height: 61px;
	margin: 0 0 12px;
	padding: 0;
	overflow: hidden;
}

.hd-product-slider .hd-card__property {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	margin: 0;
	color: #74777e;
	font-size: 12px;
	line-height: 1.3;
}

.hd-product-slider .hd-card__property .type {
	flex: 0 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hd-product-slider .hd-card__property-value {
	flex: 0 0 auto;
	max-width: 52%;
	overflow: hidden;
	color: #34363b;
	font-weight: 650;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hd-product-slider .hd-card__price-block {
	margin-top: auto;
	padding: 13px 0 0;
	border-top: 1px solid #eff0f2;
}

.hd-product-slider .hd-card__price-row,
.hd-product-slider .price_box.hd-card__price-row {
	display: block;
	margin: 0;
}

.hd-product-slider .hd-card__prices {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 5px 8px;
}

.hd-product-slider .hd-card__price {
	color: #202226;
	font-size: 21px;
	font-weight: 850;
	line-height: 1.2;
	white-space: nowrap;
}

.hd-product-slider .hd-card__unit {
	margin-left: 2px;
	color: #666a72;
	font-size: 12px;
	font-weight: 600;
}

.hd-product-slider .hd-card__old-price {
	color: #999ca2;
	font-size: 12px;
	line-height: 1.2;
	text-decoration: line-through;
	white-space: nowrap;
}

.hd-product-slider .hd-card__pack {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 6px;
	color: #85888e;
	font-size: 11px;
}

.hd-product-slider .hd-card__pack strong {
	color: #43464c;
	font-weight: 700;
}

.hd-product-slider .hd-card__footer,
.hd-product-slider .catalog_btns.hd-card__footer {
	position: static !important;
	display: block !important;
	width: 100%;
	height: auto;
	margin: 14px 0 0;
	padding: 0;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

.hd-product-slider .hd-card__actions,
.hd-product-slider .hd-card__footer .mask_box {
	position: static !important;
	display: block !important;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

.hd-product-slider .hd-card__main-action,
.hd-product-slider .hd-card__main-action > div,
.hd-product-slider .hd-card__main-action .product-item-button-container {
	width: 100%;
	height: auto;
	margin: 0;
}

.hd-product-slider .hd-card__buy,
.hd-product-slider .hd-card__main-action .btn_cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	margin: 0;
	padding: 9px 15px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #e6004f, #c90045);
	box-shadow: 0 8px 19px rgba(230, 0, 79, .2);
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	transition:
		transform .2s ease,
		box-shadow .2s ease,
		background .2s ease;
}

.hd-product-slider .hd-card__buy:hover,
.hd-product-slider .hd-card__main-action .btn_cart:hover {
	background: linear-gradient(135deg, #f00058, #bd003f);
	box-shadow: 0 10px 24px rgba(230, 0, 79, .29);
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.hd-product-slider .hd-card__buy--disabled {
	background: #b7b9be;
	box-shadow: none;
	cursor: default;
}

.hd-product-slider .hd-card__secondary-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 7px;
	width: 100%;
	margin: 9px 0 0;
}

.hd-product-slider .hd-card__icon-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 0;
	min-height: 34px;
	padding: 5px 7px;
	border: 1px solid #e8e9ed;
	border-radius: 10px;
	background: #fff;
	color: #6f7279;
	font-size: 10px;
	font-weight: 650;
	text-decoration: none;
	transition:
		border-color .2s ease,
		background .2s ease,
		color .2s ease;
}

.hd-product-slider .hd-card__icon-action:hover {
	border-color: rgba(230, 0, 79, .25);
	background: #fff2f6;
	color: #c90045;
	text-decoration: none;
}

.hd-product-slider .hd-card__icon-action .icon {
	flex: 0 0 auto;
	font-size: 14px;
}

.hd-product-slider .hd-card__action-text {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hd-product-slider .hd-card .compare-icon {
	position: relative;
	display: inline-flex;
	align-items: flex-end;
	gap: 2px;
	width: 14px;
	height: 14px;
}

.hd-product-slider .hd-card .compare-icon i {
	display: block;
	width: 3px;
	border-radius: 2px;
	background: currentColor;
}

.hd-product-slider .hd-card .compare-icon i:nth-child(1) {
	height: 7px;
}

.hd-product-slider .hd-card .compare-icon i:nth-child(2) {
	height: 12px;
}

.hd-product-slider .hd-card .compare-icon i:nth-child(3) {
	height: 9px;
}

@media (max-width: 767px) {
	.hd-product-slider .hd-card {
		min-height: 490px;
		border-radius: 18px;
	}

	.hd-product-slider .hd-card__media {
		height: 225px;
	}

	.hd-product-slider .hd-card__body {
		padding: 15px;
	}

	.hd-product-slider .hd-card__title {
		font-size: 15px;
	}

	.hd-product-slider .hd-card__price {
		font-size: 19px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hd-product-slider .hd-card,
	.hd-product-slider .hd-card__image img,
	.hd-product-slider .hd-card__buy {
		transition: none;
	}
}
/* End */


/* Start:/bitrix/components/krayt/floor.smart_tabs/templates/.default/bitrix/catalog.section/slider-new/themes/blue/style.min.css?1692781174706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */


/* Start:/include/banner/main_banner.css?17868978996425*/
.hd-brand-promo,
.hd-brand-promo *,
.hd-brand-promo *::before,
.hd-brand-promo *::after {
	box-sizing: border-box;
}

.hd-brand-promo {
	--hd-promo-text: #202124;
	--hd-promo-muted: #6f737b;
	--hd-promo-accent: #e6004f;
	--hd-promo-accent-dark: #c60044;

	position: relative;
	display: grid;
	grid-template-columns: minmax(320px, 0.9fr) minmax(440px, 1.25fr);
	min-height: 390px;
	overflow: hidden;
	border: 1px solid #e8e9ed;
	border-radius: 28px;
	background:
		radial-gradient(
			circle at 15% 15%,
			rgba(230, 0, 79, 0.09),
			transparent 34%
		),
		linear-gradient(135deg, #fff 0%, #fff8fa 100%);
	box-shadow: 0 18px 50px rgba(27, 29, 33, 0.1);
}

.hd-brand-promo::before {
	position: absolute;
	z-index: 1;
	top: -110px;
	left: -110px;
	width: 280px;
	height: 280px;
	border: 55px solid rgba(230, 0, 79, 0.05);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.hd-brand-promo__content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 46px 18px 46px 46px;
}

.hd-brand-promo__eyebrow {
	margin-bottom: 12px;
	color: var(--hd-promo-accent-dark);
	font-size: 12px;
	line-height: 1.3;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hd-brand-promo__title {
	max-width: 520px;
	margin: 0;
	color: var(--hd-promo-text);
	font-size: clamp(31px, 3.3vw, 48px);
	line-height: 1.07;
	font-weight: 850;
	letter-spacing: -0.035em;
}

.hd-brand-promo__description {
	max-width: 560px;
	margin: 18px 0 0;
	color: var(--hd-promo-muted);
	font-size: 15px;
	line-height: 1.65;
}

.hd-brand-promo__advantages {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}

.hd-brand-promo__advantages span {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 31px;
	padding: 4px 11px 4px 27px;
	border: 1px solid #e7e8ec;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.85);
	color: #53575e;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 650;
}

.hd-brand-promo__advantages span::before {
	position: absolute;
	left: 11px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--hd-promo-accent);
	box-shadow: 0 0 0 4px rgba(230, 0, 79, 0.1);
	content: "";
}

.hd-brand-promo__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 25px;
}

.hd-brand-promo__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 10px 21px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 750;
	text-align: center;
	text-decoration: none;
	transition:
		color 0.2s ease,
		background 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

.hd-brand-promo__button--primary {
	background: linear-gradient(
		135deg,
		var(--hd-promo-accent),
		var(--hd-promo-accent-dark)
	);
	box-shadow: 0 10px 24px rgba(230, 0, 79, 0.24);
	color: #fff;
}

.hd-brand-promo__button--primary:hover {
	background: linear-gradient(135deg, #f00058, #ba003f);
	box-shadow: 0 13px 29px rgba(230, 0, 79, 0.32);
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}

.hd-brand-promo__button--secondary {
	border-color: #dfe1e5;
	background: #fff;
	color: var(--hd-promo-text);
}

.hd-brand-promo__button--secondary:hover {
	border-color: rgba(230, 0, 79, 0.28);
	background: #fff1f6;
	color: var(--hd-promo-accent-dark);
	text-decoration: none;
	transform: translateY(-2px);
}

.hd-brand-promo__visual {
	position: relative;
	z-index: 2;
	min-width: 0;
	padding: 26px 26px 26px 15px;
}

.hd-brand-promo__visual::before {
	position: absolute;
	z-index: -1;
	inset: 45px 8px 15px 55px;
	border-radius: 50%;
	background: rgba(230, 0, 79, 0.08);
	filter: blur(25px);
	content: "";
}

.hd-brand-promo__visual picture {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 21px;
	background: #fff;
	box-shadow: 0 13px 34px rgba(26, 28, 32, 0.14);
}

.hd-brand-promo__visual img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 338px;
	object-fit: contain;
	object-position: center;
	background: #fff;
}

@media (max-width: 1050px) {
	.hd-brand-promo {
		grid-template-columns: minmax(300px, 0.85fr) minmax(380px, 1.15fr);
	}

	.hd-brand-promo__content {
		padding: 38px 10px 38px 35px;
	}

	.hd-brand-promo__visual {
		padding: 22px 22px 22px 12px;
	}
}

@media (max-width: 800px) {
	.hd-brand-promo {
		grid-template-columns: 1fr;
	}

	.hd-brand-promo__content {
		padding: 34px 28px 26px;
	}

	.hd-brand-promo__visual {
		padding: 0 28px 28px;
	}

	.hd-brand-promo__visual img {
		min-height: 0;
		aspect-ratio: 16 / 8;
	}
}

@media (max-width: 560px) {
	.hd-brand-promo {
		border-radius: 21px;
	}

	.hd-brand-promo__content {
		padding: 28px 20px 22px;
	}

	.hd-brand-promo__title {
		font-size: 29px;
	}

	.hd-brand-promo__description {
		margin-top: 14px;
		font-size: 14px;
		line-height: 1.55;
	}

	.hd-brand-promo__advantages {
		margin-top: 17px;
	}

	.hd-brand-promo__advantages span {
		width: 100%;
	}

	.hd-brand-promo__actions,
	.hd-brand-promo__button {
		width: 100%;
	}

	.hd-brand-promo__visual {
		padding: 0 14px 14px;
	}

	.hd-brand-promo__visual picture {
		border-radius: 15px;
	}

	.hd-brand-promo__visual img {
		aspect-ratio: auto;
		min-height: 180px;
		max-height: 280px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hd-brand-promo__button {
		transition: none;
	}
}
/* Корректное отображение старого широкого баннера */
.hd-brand-promo__visual {
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(
			circle at center,
			rgba(230, 0, 79, 0.08),
			transparent 65%
		),
		#fff8fa;
}

.hd-brand-promo__visual picture {
	display: block;
	width: 100%;
	height: auto !important;
	overflow: hidden;
	background: transparent;
}

.hd-brand-promo__visual img {
	display: block;
	width: 100%;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	aspect-ratio: auto !important;
	object-fit: contain;
}
/* End */


/* Start:/bitrix/templates/floor/components/bitrix/catalog.section/slider-new/style.css?178689719028832*/
/* =========================================================
   HOTDECOR — блок «Новинки и хиты»
   ========================================================= */

.hd-products-showcase {
    --hd-products-text: #202124;
    --hd-products-muted: #70737a;
    --hd-products-line: #e8e9ed;
    --hd-products-accent: #e6004f;
    --hd-products-accent-dark: #c90045;
    --hd-products-soft: #fff1f6;
    --hd-products-radius: 22px;

    position: relative;
    margin: 70px 0 40px;
    color: var(--hd-products-text);
    box-sizing: border-box;
}

.hd-products-showcase *,
.hd-products-showcase *::before,
.hd-products-showcase *::after {
    box-sizing: border-box;
}

/* =========================================================
   Заголовок блока
   ========================================================= */

.hd-products-showcase__header {
    max-width: 780px;
    margin-bottom: 26px;
}

.hd-products-showcase__eyebrow {
    margin-bottom: 10px;
    color: var(--hd-products-accent-dark);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hd-products-showcase__title {
    margin: 0;
    color: var(--hd-products-text);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.hd-products-showcase__description {
    max-width: 680px;
    margin: 13px 0 0;
    color: var(--hd-products-muted);
    font-size: 16px;
    line-height: 1.6;
}

.hd-products-showcase__catalog-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 16px;
    color: var(--hd-products-accent-dark);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.2s ease,
        gap 0.2s ease;
}

.hd-products-showcase__catalog-link:hover {
    gap: 13px;
    color: var(--hd-products-accent);
    text-decoration: none;
}

/* =========================================================
   Вкладки «Новинки / Хиты»
   ========================================================= */

.hd-products-showcase .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 110px 22px 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.hd-products-showcase .nav-tabs > li {
    float: none;
    margin: 0;
    padding: 0;
}

.hd-products-showcase .nav-tabs > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    margin: 0;
    padding: 0 19px;
    border: 1px solid #e4e6eb;
    border-radius: 999px;
    background: #fff;
    color: #51545b;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.hd-products-showcase .nav-tabs > li > a:hover,
.hd-products-showcase .nav-tabs > li > a:focus {
    border-color: rgba(230, 0, 79, 0.35);
    background: var(--hd-products-soft);
    color: var(--hd-products-accent-dark);
    text-decoration: none;
    transform: translateY(-1px);
}

.hd-products-showcase .nav-tabs > li.active > a,
.hd-products-showcase .nav-tabs > li.active > a:hover,
.hd-products-showcase .nav-tabs > li.active > a:focus {
    border-color: var(--hd-products-accent);
    background: linear-gradient(
        135deg,
        var(--hd-products-accent),
        var(--hd-products-accent-dark)
    );
    box-shadow: 0 8px 20px rgba(230, 0, 79, 0.2);
    color: #fff;
}

/* =========================================================
   Контейнер слайдера
   ========================================================= */

.hd-products-showcase .hd-product-slider {
    position: relative;
    width: 100%;
    min-width: 0;
}

.hd-products-showcase .hd-product-slider__carousel {
    position: relative;
    width: 100%;
}

.hd-products-showcase .hd-product-slider__item {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 8px 2px 20px;
}

.hd-products-showcase .owl-stage-outer {
    padding-top: 2px;
}

.hd-products-showcase .owl-stage {
    display: flex;
    align-items: stretch;
}

.hd-products-showcase .owl-item {
    display: flex;
    min-height: 100%;
}

.hd-products-showcase .owl-item > div {
    display: flex;
    width: 100%;
    height: 100%;
}

/* =========================================================
   Сброс старого оформления карточки
   ========================================================= */

.hd-products-showcase .product-item-container,
.hd-products-showcase .product_item,
.hd-products-showcase .product-item {
    position: relative;
    display: flex;
    width: 100%;
    height: 100% !important;
    min-width: 0;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

/*
 * Старый script.js добавляет класс hover и задаёт высоту inline.
 * Эти правила отключают старое всплывающее поведение.
 */

.hd-products-showcase .product-item-container.hover {
    z-index: 2;
    height: 100% !important;
}

.bx-no-touch
.hd-products-showcase
.product-item-container.hover
.product_item-wrp {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
}

.hd-products-showcase .product_item-wrp {
    animation: none !important;
}

/* =========================================================
   Новая карточка
   ========================================================= */

.hd-products-showcase .hd-card {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100% !important;
    height: 100%;
    min-height: 540px;
    overflow: hidden;
    border: 1px solid var(--hd-products-line);
    border-radius: var(--hd-products-radius);
    background: #fff;
    box-shadow: 0 10px 30px rgba(24, 27, 32, 0.07);
    opacity: 1 !important;
    visibility: visible !important;
    transform: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.hd-products-showcase .hd-card:hover {
    border-color: rgba(230, 0, 79, 0.2);
    box-shadow: 0 18px 42px rgba(24, 27, 32, 0.13);
    transform: translateY(-5px);
}

/* =========================================================
   Изображение товара
   ========================================================= */

.hd-products-showcase .hd-card__media,
.hd-products-showcase .catalog_pic.hd-card__media {
    position: relative;
    display: block;
    flex: 0 0 250px;
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 21px 21px 0 0;
    background:
        radial-gradient(
            circle at center,
            #fff 0%,
            #f6f6f7 72%,
            #f0f1f3 100%
        );
}

.hd-products-showcase .hd-card__image-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: inherit;
    text-decoration: none;
}

.hd-products-showcase .hd-card__image,
.hd-products-showcase .catalog_pic-abs.hd-card__image {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 0;
    padding: 18px;
}

.hd-products-showcase .hd-card__image img {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    object-fit: contain;
    object-position: center;
    transition: transform 0.45s ease;
}

.hd-products-showcase .hd-card:hover .hd-card__image img {
    transform: scale(1.045);
}

/* =========================================================
   Бейджи
   ========================================================= */

.hd-products-showcase .hd-card__labels {
    position: absolute;
    z-index: 4;
    top: 13px;
    left: 13px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: auto;
    pointer-events: none;
}

.hd-products-showcase .hd-card__labels > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.hd-products-showcase .hd-card__label,
.hd-products-showcase .label_item.hd-card__label {
    position: static !important;
    display: inline-flex;
    align-items: center;
    width: auto;
    min-width: 0;
    min-height: 27px;
    margin: 0;
    padding: 5px 10px;
    border: 0;
    border-radius: 999px;
    background: #292b30;
    box-shadow: 0 5px 15px rgba(20, 20, 20, 0.15);
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.hd-products-showcase .hd-card__label--sale,
.hd-products-showcase .hd-card__label.sale {
    background: var(--hd-products-accent);
}

.hd-products-showcase .hd-card__label.new {
    background: #168760;
}

.hd-products-showcase .hd-card__label.hit {
    background: #ee8d00;
}

/* Класс износостойкости */

.hd-products-showcase .hd-card__wear {
    position: absolute;
    z-index: 4;
    right: 13px;
    bottom: 13px;
    display: flex;
    flex-direction: column;
    min-width: 62px;
    margin: 0;
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 5px 16px rgba(30, 32, 36, 0.12);
    color: #27292e;
    text-align: center;
    backdrop-filter: blur(7px);
}

.hd-products-showcase .hd-card__wear strong {
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
}

.hd-products-showcase .hd-card__wear span {
    margin-top: 3px;
    font-size: 9px;
    line-height: 1.15;
    text-transform: lowercase;
}

/* Бренд */

.hd-products-showcase .hd-card__brand {
    position: absolute;
    z-index: 4;
    top: 13px;
    right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 95px;
    min-height: 29px;
    margin: 0;
    padding: 5px 8px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 4px 14px rgba(25, 27, 31, 0.1);
    color: #34363b;
    font-size: 10px;
    font-weight: 800;
}

.hd-products-showcase .hd-card__brand img {
    display: block;
    width: auto;
    height: auto;
    max-width: 76px;
    max-height: 23px;
    object-fit: contain;
}

/* =========================================================
   Текстовая часть карточки
   ========================================================= */

.hd-products-showcase .hd-card__body,
.hd-products-showcase .catalog_item-wrapper.hd-card__body {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 17px 18px 18px;
    background: #fff;
}

.hd-products-showcase .hd-card__title,
.hd-products-showcase .catalog_name.hd-card__title {
    min-height: 47px;
    margin: 0 0 10px;
    padding: 0;
    color: var(--hd-products-text);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 750;
    text-align: left;
}

.hd-products-showcase .hd-card__title a {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.hd-products-showcase .hd-card__title a:hover {
    color: var(--hd-products-accent-dark);
    text-decoration: none;
}

.hd-products-showcase .hd-card__title .name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* =========================================================
   Характеристики
   ========================================================= */

.hd-products-showcase .hd-card__properties,
.hd-products-showcase .catalog_prop.hd-card__properties {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 61px;
    max-height: 61px;
    margin: 0 0 12px;
    padding: 0;
    overflow: hidden;
}

.hd-products-showcase .hd-card__properties--empty {
    visibility: hidden;
}

.hd-products-showcase .hd-card__property,
.hd-products-showcase .catalog_prop .hd-card__property {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #74777e;
    font-size: 12px;
    line-height: 1.3;
}

.hd-products-showcase .hd-card__property .type {
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    color: #7a7d84;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hd-products-showcase .hd-card__property-value {
    flex: 0 0 auto;
    max-width: 52%;
    overflow: hidden;
    color: #34363b;
    font-weight: 650;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* =========================================================
   Цена
   ========================================================= */

.hd-products-showcase .hd-card__price-block,
.hd-products-showcase .catalog_cart.hd-card__price-block {
    position: static;
    width: 100%;
    height: auto;
    margin: auto 0 0;
    padding: 13px 0 0;
    border-top: 1px solid #eff0f2;
}

.hd-products-showcase .hd-card__price-row,
.hd-products-showcase .price_box.hd-card__price-row {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.hd-products-showcase .hd-card__prices {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px 8px;
}

.hd-products-showcase .hd-card__price,
.hd-products-showcase .price.hd-card__price {
    display: inline;
    margin: 0;
    color: var(--hd-products-text);
    font-size: 21px;
    line-height: 1.2;
    font-weight: 850;
    white-space: nowrap;
}

.hd-products-showcase .hd-card__unit {
    margin-left: 2px;
    color: #666a72;
    font-size: 12px;
    font-weight: 600;
}

.hd-products-showcase .hd-card__old-price {
    margin: 0;
    color: #999ca2;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: line-through;
    white-space: nowrap;
}

.hd-products-showcase .hd-card__pack {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 6px;
    color: #85888e;
    font-size: 11px;
}

.hd-products-showcase .hd-card__pack strong {
    color: #43464c;
    font-weight: 700;
}

/* =========================================================
   Кнопки
   ========================================================= */

.hd-products-showcase .hd-card__footer,
.hd-products-showcase .catalog_btns.hd-card__footer {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 14px 0 0;
    padding: 0;
    overflow: visible;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.hd-products-showcase .hd-card__actions,
.hd-products-showcase .hd-card__footer .mask_box {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0;
    padding: 0;
    background: transparent;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.hd-products-showcase .hd-card__main-action,
.hd-products-showcase .hd-card__main-action > div,
.hd-products-showcase
.hd-card__main-action
.product-item-button-container {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.hd-products-showcase .hd-card__buy,
.hd-products-showcase .hd-card__main-action .btn_cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 9px 15px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(
        135deg,
        var(--hd-products-accent),
        var(--hd-products-accent-dark)
    );
    box-shadow: 0 8px 19px rgba(230, 0, 79, 0.2);
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 750;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.hd-products-showcase .hd-card__buy:hover,
.hd-products-showcase .hd-card__main-action .btn_cart:hover {
    background: linear-gradient(135deg, #f00058, #bd003f);
    box-shadow: 0 10px 24px rgba(230, 0, 79, 0.29);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.hd-products-showcase .hd-card__buy--disabled {
    background: #b7b9be;
    box-shadow: none;
    cursor: default;
    transform: none;
}

/* Избранное и сравнение */

.hd-products-showcase .hd-card__secondary-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 7px;
    width: 100%;
    margin: 9px 0 0;
    padding: 0;
}

.hd-products-showcase .hd-card__icon-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    min-height: 34px;
    margin: 0;
    padding: 5px 7px;
    border: 1px solid var(--hd-products-line);
    border-radius: 10px;
    background: #fff;
    color: #6f7279;
    font-size: 10px;
    line-height: 1;
    font-weight: 650;
    text-decoration: none;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease;
}

.hd-products-showcase .hd-card__icon-action:hover {
    border-color: rgba(230, 0, 79, 0.25);
    background: var(--hd-products-soft);
    color: var(--hd-products-accent-dark);
    text-decoration: none;
}

.hd-products-showcase .hd-card__icon-action .icon {
    flex: 0 0 auto;
    font-size: 14px;
}

.hd-products-showcase .hd-card__action-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hd-products-showcase .hd-card .compare-icon {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;
    width: 14px;
    height: 14px;
}

.hd-products-showcase .hd-card .compare-icon i {
    display: block;
    width: 3px;
    border-radius: 2px;
    background: currentColor;
}

.hd-products-showcase .hd-card .compare-icon i:nth-child(1) {
    height: 7px;
}

.hd-products-showcase .hd-card .compare-icon i:nth-child(2) {
    height: 12px;
}

.hd-products-showcase .hd-card .compare-icon i:nth-child(3) {
    height: 9px;
}

/* =========================================================
   Навигация Owl Carousel
   ========================================================= */

.hd-products-showcase .hd-product-slider .owl-nav {
    position: absolute;
    z-index: 5;
    top: -63px;
    right: 0;
    display: flex;
    gap: 9px;
    margin: 0;
}

.hd-products-showcase .owl-nav button.owl-prev,
.hd-products-showcase .owl-nav button.owl-next {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0 !important;
    border: 1px solid var(--hd-products-line);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 7px 22px rgba(27, 29, 32, 0.08);
    color: var(--hd-products-text);
    font-size: 21px;
    line-height: 1;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.hd-products-showcase .owl-nav button.owl-prev:hover,
.hd-products-showcase .owl-nav button.owl-next:hover {
    border-color: rgba(230, 0, 79, 0.25);
    background: var(--hd-products-soft);
    color: var(--hd-products-accent-dark);
    transform: translateY(-2px);
}

.hd-products-showcase .owl-nav button.disabled {
    cursor: default;
    opacity: 0.35;
    transform: none;
}

.hd-products-showcase .owl-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 5px;
}

.hd-products-showcase .owl-dots .owl-dot span {
    display: block;
    width: 7px;
    height: 7px;
    margin: 0;
    border-radius: 999px;
    background: #d5d7dc;
    transition:
        width 0.2s ease,
        background 0.2s ease;
}

.hd-products-showcase .owl-dots .owl-dot.active span {
    width: 24px;
    background: var(--hd-products-accent);
}

/* =========================================================
   Пустой блок
   ========================================================= */

.hd-products-showcase .hd-product-slider__empty {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 30px;
    border: 1px solid var(--hd-products-line);
    border-radius: var(--hd-products-radius);
    background: #fff;
}

.hd-products-showcase .hd-product-slider__empty strong {
    color: var(--hd-products-text);
    font-size: 22px;
}

.hd-products-showcase .hd-product-slider__empty span {
    color: var(--hd-products-muted);
}

.hd-products-showcase .hd-product-slider__empty-link {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin-top: 8px;
    padding: 0 17px;
    border-radius: 999px;
    background: var(--hd-products-accent);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

/* =========================================================
   Блок консультации
   ========================================================= */

.hd-products-showcase .hd-consult {
    margin-top: 32px;
}

.hd-products-showcase .hd-consult__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 26px 29px;
    border: 1px solid #ebecef;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff, #fff4f8);
    box-shadow: 0 12px 34px rgba(30, 32, 36, 0.07);
}

.hd-products-showcase .hd-consult__text {
    max-width: 680px;
}

.hd-products-showcase .hd-consult__title {
    margin: 0 0 6px;
    color: var(--hd-products-text);
    font-size: 25px;
    line-height: 1.15;
    font-weight: 800;
}

.hd-products-showcase .hd-consult__desc {
    color: var(--hd-products-muted);
    font-size: 15px;
    line-height: 1.5;
}

.hd-products-showcase .hd-consult__actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 9px;
}

.hd-products-showcase .hd-consult__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

/* =========================================================
   Адаптивность
   ========================================================= */

@media (max-width: 1100px) {
    .hd-products-showcase .hd-card {
        min-height: 520px;
    }

    .hd-products-showcase .hd-card__media,
    .hd-products-showcase .catalog_pic.hd-card__media {
        flex-basis: 230px;
        height: 230px;
    }
}

@media (max-width: 900px) {
    .hd-products-showcase {
        margin-top: 55px;
    }

    .hd-products-showcase .hd-consult__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .hd-products-showcase .hd-consult__actions {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .hd-products-showcase {
        margin: 42px 0 30px;
    }

    .hd-products-showcase__description {
        font-size: 14px;
    }

    .hd-products-showcase .nav-tabs {
        margin-right: 0;
        padding-right: 94px;
    }

    .hd-products-showcase .nav-tabs > li > a {
        min-height: 40px;
        padding: 0 15px;
        font-size: 13px;
    }

    .hd-products-showcase .hd-product-slider .owl-nav {
        top: -60px;
    }

    .hd-products-showcase .owl-nav button.owl-prev,
    .hd-products-showcase .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
    }

    .hd-products-showcase .hd-card {
        min-height: 500px;
        border-radius: 18px;
    }

    .hd-products-showcase .hd-card__media,
    .hd-products-showcase .catalog_pic.hd-card__media {
        flex-basis: 225px;
        height: 225px;
        border-radius: 17px 17px 0 0;
    }

    .hd-products-showcase .hd-card__body,
    .hd-products-showcase .catalog_item-wrapper.hd-card__body {
        padding: 15px;
    }

    .hd-products-showcase .hd-card__title {
        font-size: 15px;
    }

    .hd-products-showcase .hd-card__price {
        font-size: 19px;
    }

    .hd-products-showcase .hd-consult__inner {
        padding: 21px;
        border-radius: 20px;
    }

    .hd-products-showcase .hd-consult__title {
        font-size: 22px;
    }

    .hd-products-showcase .hd-consult__actions,
    .hd-products-showcase .hd-consult__btn {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .hd-products-showcase .nav-tabs {
        padding-right: 0;
        margin-bottom: 70px;
    }

    .hd-products-showcase .hd-product-slider .owl-nav {
        top: -58px;
        right: auto;
        left: 0;
    }

    .hd-products-showcase .hd-card__secondary-actions {
        grid-template-columns: 1fr;
    }

    .hd-products-showcase .hd-card__action-text {
        overflow: visible;
        text-overflow: clip;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hd-products-showcase .hd-card,
    .hd-products-showcase .hd-card__image img,
    .hd-products-showcase .hd-card__buy,
    .hd-products-showcase .owl-nav button,
    .hd-products-showcase .nav-tabs > li > a {
        transition: none;
    }
}
.hd-products-showcase .hd-card__label.new {
	background: #1479c9 !important;
}

.hd-products-showcase .hd-card__label.hit {
	background: #ff9f00 !important;
}

.hd-products-showcase .hd-card__label.is_sale {
	background: #e6004f !important;
}

.hd-products-showcase .hd-card__label:empty {
	display: none !important;
}
.hd-products-showcase .hd-card__sticker-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

.hd-products-showcase .hd-card__label.new {
	background: #1687cb !important;
}

.hd-products-showcase .hd-card__label.hit {
	background: #ff9f00 !important;
}

.hd-products-showcase .hd-card__label.is-sale,
.hd-products-showcase .hd-card__label--sale {
	background: #e6004f !important;
}

.hd-products-showcase .hd-card__label:empty,
.hd-products-showcase .hd-card__label[title=""] {
	display: none !important;
}
/* Исправление перекрытия бейджей изображениями */

.hd-products-showcase .hd-card__media,
.hd-products-showcase .catalog_pic.hd-card__media {
	position: relative !important;
	isolation: isolate;
}

.hd-products-showcase .hd-card__image-link {
	position: relative !important;
	z-index: 1 !important;
}

.hd-products-showcase .hd-card__image,
.hd-products-showcase .catalog_pic-abs.hd-card__image {
	z-index: 1 !important;
}

.hd-products-showcase .hd-card__image img {
	position: relative !important;
	z-index: 1 !important;
}

.hd-products-showcase .hd-card__labels,
.hd-products-showcase .labels.hd-card__labels {
	position: absolute !important;
	z-index: 50 !important;
	top: 13px !important;
	left: 13px !important;
	right: auto !important;
	bottom: auto !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	pointer-events: none;
}

.hd-products-showcase .hd-card__sticker-list {
	position: relative !important;
	z-index: 51 !important;
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	width: auto !important;
}

.hd-products-showcase .hd-card__label,
.hd-products-showcase .label_item.hd-card__label {
	position: relative !important;
	z-index: 52 !important;
}
/* Единая область изображений в карточках */
.hd-products-showcase .hd-card__image,
.hd-products-showcase .catalog_pic-abs.hd-card__image {
	inset: 14px !important;
	padding: 0 !important;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.hd-products-showcase .hd-card__image img {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center !important;
}

/* Бейджи всегда поверх изображения */
.hd-products-showcase .hd-card__labels {
	z-index: 60 !important;
}

.hd-products-showcase .hd-card__brand,
.hd-products-showcase .hd-card__wear {
	z-index: 55 !important;
}
/* End */


/* Start:/bitrix/templates/floor/components/bitrix/news.list/advantage/style.css?1692781226150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?169278039951 */
/* /bitrix/templates/floor/components/krayt/catalog.section.list/bootstrap_v4/style.css?17868947717661 */
/* /bitrix/components/krayt/floor.smart_tabs/templates/.default/style.css?1703237599676 */
/* /bitrix/components/krayt/floor.smart_tabs/templates/.default/bitrix/catalog.section/slider-new/style.css?16927811743808 */
/* /bitrix/templates/floor/components/bitrix/catalog.item/block/style.css?178689596436043 */
/* /bitrix/components/krayt/floor.smart_tabs/templates/.default/bitrix/catalog.section/slider-new/themes/blue/style.min.css?1692781174706 */
/* /include/banner/main_banner.css?17868978996425 */
/* /bitrix/templates/floor/components/bitrix/catalog.section/slider-new/style.css?178689719028832 */
/* /bitrix/templates/floor/components/bitrix/news.list/advantage/style.css?1692781226150 */
