

/* Start:/local/templates/dresscodeV2/components/dresscode/catalog/.default/style.min.css?1771937136146*/
#middleSlider{margin-bottom:24px}.panel-click.selected{pointer-events:none}.items.productList{margin-bottom:24px}.removeFromWishlist{display:none}
/* End */


/* Start:/bitrix/components/dresscode/catalog.tags/templates/.default/style.min.css?17719371301131*/
.catalogTagItems{margin-bottom:12px}.catalogTagItems .catalogTagItem{vertical-align:middle;display:inline-block;margin-bottom:12px;margin-right:12px}.catalogTagItems .catalogTagItem:last-child{margin-right:0}.catalogTagItems .catalogTagLink{transition:all .2s ease-in-out;display:block;background-color:#f4f4f4;text-decoration:none;padding:6px 12px;border-radius:4px;color:#000}.catalogTagItems .catalogTagLink.selected{font-family:robotomedium}.catalogTagItems .catalogTagLink.selected .reset{vertical-align:middle;display:inline-block;margin-left:6px;font-size:13px}.catalogTagItems .catalogTagLink:hover{background-color:#f0f0f0}.catalogTagItems .catalogTagLink:active{position:relative;top:1px}.catalogTagItems .moreButton .catalogTagLink{background-color:#fff;border:1px solid #e7e8ea}.catalogTagItems .moreButton .catalogTagLink:hover{background-color:#fbfbfb}.catalogTagItems .catalogTagItem.showAll{display:inline-block!important}@media screen and (min-width:600px){.catalogTagItems .desktopHidden{display:none}}@media screen and (max-width:600px){.catalogTagItems .mobileHidden,.catalogTagItems.mobileHidden{display:none}}
/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.section.list/level2/style.min.css?1771937136708*/
#nextSection{margin-bottom:24px;border-radius:4px;margin-top:24px}#nextSection .title{font-family:robotobold;text-transform:uppercase;text-align:center;padding-bottom:12px;padding-top:12px;font-size:14px;cursor:pointer}#nextSection ul{list-style:none;padding:0;margin:0}#nextSection li a{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;text-decoration:none;display:inline-block;padding:12px 24px;font-size:13px}#nextSection li .cnt{float:right}#nextSection .sectionLine{border-collapse:collapse;table-layout:fixed;display:table;width:100%}#nextSection .sectionColumn{display:table-cell;vertical-align:middle}#nextSection .sectionColumn.last{width:60px}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/catalog.smart.filter/.default/style.css?177909892215793*/
#smartFilter {
	margin-top: 24px;
	border: 1px solid #e7e8ea;
	position: relative;
	border-radius: 4px;
}

#smartFilterForm {
	padding-bottom: 24px;
}

#smartFilter a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#smartFilter span.heading {
	font-family: "robotobold";
	text-transform: uppercase;
	background: #f3f3f3;
	text-align: center;
	padding-left: 0px;
	cursor: pointer;
	font-size: 14px;
	color: #000000;
}

#smartFilter .paramsBox {
	border-bottom: 1px solid #e7e8ea;
	padding: 24px;
	position: relative;
	clear: both;
	font-size: 14px;
}

#smartFilter .paramsBoxTitle {
	display: inline-block;
	margin-bottom: 18px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
}

#smartFilter .paramsBoxTitle span {
	cursor: pointer;
}

#smartFilter .propExpander {
	background: url(/local/templates/dresscodeV2/components/bitrix/catalog.smart.filter/.default/images/expander.png) 50% 8px no-repeat transparent;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	line-height: 16px;
	cursor: pointer;
	height: 26px;
	width: 21px;
	top: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#smartFilter .propExpander.expanded {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

#smartFilter .showALL {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#smartFilter .showALL:active {
	position: relative;
	top: 1px;
}

#smartFilter .params {
	transition: all 0.2s ease;
	clear: both;
	opacity: 1;
}

#smartFilter .params.collapsed {
	display: block;
	margin-top: -18px;
	overflow: hidden;
	opacity: 0;
	max-height: 0;
}

#smartFilter .radio,
#smartFilter .checkbox {
	list-style: none;
	padding: 0;
	margin: 0;
}

#smartFilter .radio li,
#smartFilter .checkbox li {
	padding-bottom: 12px;
}

#smartFilter .radio label,
#smartFilter .checkbox label {
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

#smartFilter .radio .off,
#smartFilter .checkbox .off {
	display: none;
}

#smartFilter .radio li:last-child,
#smartFilter .checkbox li:last-child {
	padding-bottom: 0;
}

#smartFilter .disabled {
	cursor: default !important;
	color: #888;
}

#smartFilter .disabled .wrap {
	opacity: 0.6;
}

#smartFilter .dropdown {
	background-color: #ffffff;
	border: 1px solid #e7e8ea;
	position: relative;
	line-height: 13px;
	font-size: 13px;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	border-radius: 4px;
}

#smartFilter .checkedItem {
	padding: 12px 30px 12px 8px !important;
	border-radius: 4px;
	background: url(/local/templates/dresscodeV2/components/bitrix/catalog.smart.filter/.default/images/selectArrow.png) 97% 50% no-repeat transparent;
	display: block;
	cursor: pointer;
}

#smartFilter .dropdown label:before,
#smartFilter .checkboxList label:before {
	display: none;
}

#smartFilter .dropdownList {
	background-color: #ffffff;
	border: 1px solid #e7e8ea;
	position: absolute;
	list-style: none;
	margin: 0 -1px;
	opacity: 0;
	padding: 0;
	z-index: 2;
	top: 47px;
	right: 0;
	left: 0;
	visibility: hidden;
}

#smartFilter .dropdownList.opened {
	visibility: visible;
	opacity: 1;
}

#smartFilter .pics .dropdownList {
	top: 52px;
}

#smartFilter .dropdownList .item {
	padding: 8px !important;
	display: block;
}

#smartFilter .dropdownList .selected,
#smartFilter .dropdownList .item:hover {
	cursor: pointer;
	color: #ffffff;
}

#smartFilter .dropdown input {
	top: -44px;
}

#smartFilter .rangeSlider input[type="text"] {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #ffffff;
	border-color: #e7e8ea;
	border-radius: 4px;
	color: #888888;
	height: 26px;
	width: 80px;
}

#smartFilter .rangeSlider input[type="text"]:nth-of-type(1) {
	margin-right: 12px;
}

#smartFilter .rangeSlider label {
	display: inline-block;
	margin-right: 12px;
}

#smartFilter .slider {
	background: url(/local/templates/dresscodeV2/components/bitrix/catalog.smart.filter/.default/images/uiBg.png) 3px 0 repeat-x transparent;
	margin: 24px auto 0;
	position: relative;
	max-width: 300px;
	height: 54px;
	width: 100%;
}

#smartFilter .slider .trans {
	-webkit-transition:
		width 0.2s ease-in-out,
		visibility 0.2s linear;
	-moz-transition:
		width 0.2s ease-in-out,
		visibility 0.2s linear;
	-o-transition:
		width 0.2s ease-in-out,
		visibility 0.2s linear;
	transition:
		width 0.2s ease-in-out,
		visibility 0.2s linear;
}

#smartFilter .handler {
	position: absolute;
	cursor: pointer;
	height: 14px;
	width: 100%;
	top: 19px;
}

#smartFilter .slider .blackoutLeft,
#smartFilter .slider .blackoutRight {
	background: url(/local/templates/dresscodeV2/components/bitrix/catalog.smart.filter/.default/images/handler.png) 0 0 repeat-x transparent;
	position: absolute;
	height: 14px;
	width: 0;
	top: 0;
}

#smartFilter .slider .blackoutLeft {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 0px;
}

#smartFilter .slider .blackoutRight {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	right: 0px;
}

#smartFilter .slider ins {
	background: url(/local/templates/dresscodeV2/components/bitrix/catalog.smart.filter/.default/images/motionButton.png) 0 0 no-repeat transparent;
	position: absolute;
	cursor: pointer;
	display: block;
	height: 34px;
	width: 34px;
	z-index: 10;
	top: -10px;
}

#smartFilter .slider ins:hover {
	background-position: -34px 0;
}

#smartFilter .slider ins:active {
	background-position: -68px 0;
}

#smartFilter .slider .left {
	right: -24px;
}

#smartFilter .slider .right {
	left: -24px;
}

#smartFilterControls {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 0px 12px;
	margin: 24px 0 0;
	overflow: hidden;
	list-style: none;
}

#smartFilterControls li {
	width: 48%;
	float: left;
}

#smartFilterControls li:last-child {
	float: right;
}

#set_filter,
#del_filter {
	line-height: 46px;
	font-size: 16px;
	height: 46px;
}

#set_filter {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	text-decoration: none;
	border-radius: 4px;
	font-size: 13px;
	display: block;
	color: #fff;
}

#set_filter:active {
	position: relative;
	top: 1px;
}

#del_filter {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	background-color: #2b2b2b;
	text-decoration: none;
	border-radius: 4px;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	display: block;
	border: none;
}

#del_filter:hover {
	background-color: #1e1e1e;
}

#del_filter:active {
	position: relative;
	top: 1px;
}

#smartFilter .checkboxList {
	list-style: none;
	padding: 0;
	margin: 0;
}

#smartFilter .checkboxList li {
	padding-bottom: 12px;
	position: relative;
	cursor: pointer;
}

#smartFilter .checkboxList li:last-child {
	padding-bottom: 0;
}

#smartFilter .checkboxList label {
	padding-left: 0 !important;
	display: block;
	vertical-align: middle;
}

#smartFilter .checkboxList.inline li {
	display: inline-block;
}

#smartFilter .checkboxList input {
	top: 10px;
}

#smartFilter .checkboxList .icon,
#smartFilter .dropdown .icon {
	vertical-align: middle;
	border: 1px solid #e7e8ea;
	display: inline-block;
	margin-right: 12px;
	padding: 6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: border-color 0.3s ease;
	-moz-transition: border-color 0.3s ease;
	-o-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}

#smartFilter .checkboxList .disabled .icon,
#smartFilter .dropdown .disabled .icon {
	border-color: #e7e8ea !important;
}

#smartFilter .checkboxList .icon .wrap,
#smartFilter .dropdown .icon .wrap {
	-webkit-background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	height: 24px;
	width: 24px;
}

#smartFilter .dropdown .icon {
	padding: 4px;
}

#smartFilter .dropdown .icon .wrap {
	height: 20px;
	width: 20px;
}

#smartFilter .checkboxList .value,
#smartFilter .dropdown .value {
	vertical-align: middle;
	display: inline-block;
	line-height: 16px;
}

#smartFilter .filterCalendar {
	position: relative;
	display: block;
	float: left;
	width: 45%;
}

#smartFilter .filterCalendar + .filterCalendar {
	margin-left: 10%;
}

#smartFilter .filterCalendar .calendar-icon {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
	opacity: 0;
}

#smartFilter .filterCalendar .fakeCalendarIcon {
	position: absolute;
	top: 6px;
	right: 5px;
	z-index: 1;
	height: 20px;
	width: 20px;
	background-color: #ccc;
}

#smartFilter .filterCalendar input[type="text"] {
	background-color: #2d2d2d;
	border-color: #454545;
	padding-right: 30px;
	text-align: center;
	display: block;
	height: 32px;
	width: 100%;
}

#smartFilter .hint {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 6px;
	cursor: pointer;
	height: 18px;
	width: 18px;
}

#smartFilter .hint:hover {
	background-position: -18px 0;
}

#smartFilter .hintValue {
	background-color: #ffffff;
	border: 1px solid #e7e8ea;
	position: absolute;
	line-height: 18px;
	min-width: 250px;
	margin-top: 8px;
	font-size: 13px;
	cursor: default;
	display: none;
	padding: 16px;
	z-index: 3;
	top: 100%;
}

#smartFilter .hintValue .heading {
	line-height: 18px;
	font-size: 16px;
	margin: 0 0 8px;
	color: #fff;
	padding: 0;
}

#smartFilter .hintValue .close {
	text-decoration: none;
	position: absolute;
	font-size: 22px;
	cursor: pointer;
	z-index: 2;
	right: 6px;
	top: 6px;
}

#smartFilter button,
#smartFilter input,
#smartFilter select,
#smartFilter textarea {
	box-sizing: border-box;
}

#smartFilter button:focus,
#smartFilter input:focus,
#smartFilter select:focus,
#smartFilter textarea:focus {
	outline: none;
}

#smartFilter button,
#smartFilter select {
	text-transform: none;
}

#smartFilter button {
	overflow: visible;
}

#smartFilter input[type="submit"],
#smartFilter input[type="reset"],
#smartFilter button {
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#smartFilter input[type="file"] {
	background: transparent;
	border: 1px solid transparent;
}

#smartFilter input[type="text"],
#smartFilter input[type="password"],
#smartFilter input[type="email"],
#smartFilter input[type="tel"],
#smartFilter input[type="url"],
#smartFilter textarea,
#smartFilter select {
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #373737;
	height: 42px;
	padding: 0px 8px;
	font-size: 13px;
	color: #fff;
	margin: 0;
}

#smartFilter textarea {
	padding: 4px 8px;
}

#smartFilter input[type="text"]:focus,
#smartFilter input[type="email"]:focus,
#smartFilter input[type="password"]:focus,
#smartFilter input[type="tel"]:focus,
#smartFilter input[type="url"]:focus,
#smartFilter textarea:focus,
#smartFilter select:focus {
	border-color: #cccccc;
}

#smartFilter input[type="checkbox"] + label,
#smartFilter input[type="radio"] + label {
	cursor: pointer;
}

#smartFilter input[type="checkbox"]:not(checked),
#smartFilter input[type="radio"]:not(checked) {
	position: absolute;
	opacity: 0;
}

#smartFilter input[type="checkbox"]:not(checked) + label,
#smartFilter input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 28px;
}

#smartFilter input[type="checkbox"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/catalog.smart.filter/.default/images/checkBox.png) 0 0 no-repeat transparent;
}

#smartFilter input[type="radio"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/catalog.smart.filter/.default/images/radio.png) 0 0 no-repeat transparent;
}

#smartFilter input[type="checkbox"]:not(checked) + label:before,
#smartFilter input[type="radio"]:not(checked) + label:before {
	position: absolute;
	content: " ";
	height: 17px;
	width: 17px;
	left: 0;
	top: 0px;
}

#smartFilter input[type="checkbox"]:not(checked) + label:hover:before,
#smartFilter input[type="radio"]:not(checked) + label:hover:before {
	background-position: 0 -17px;
}

#smartFilter input[type="checkbox"]:checked + label:before,
#smartFilter input[type="radio"]:checked + label:before {
	background-position: 0 -34px;
}

#smartFilter input[type="checkbox"]:checked + label:hover:before,
#smartFilter input[type="radio"]:checked + label:hover:before {
	background-position: 0 -51px;
}

#smartFilter input[type="checkbox"]:disabled + label,
#smartFilter input[type="radio"]:disabled + label {
	cursor: default;
}

#smartFilter input[type="checkbox"]:disabled + label:before,
#smartFilter input[type="radio"]:disabled + label:before {
	background-position: 0 -68px !important;
}

#smartFilter textarea {
	resize: vertical;
	overflow: auto;
	height: auto;
}

#smartFilter button::-moz-focus-inner,
#smartFilter input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

#smartFilter input::-moz-placeholder,
#smartFilter textarea::-moz-placeholder {
	color: #fff;
}

#smartFilter input:focus::-moz-placeholder,
#smartFilter textarea:focus::-moz-placeholder {
	color: transparent;
}

#smartFilter input::-ms-input-placeholder,
#smartFilter textarea::-ms-input-placeholder {
	color: #fff;
}

#smartFilter input:focus::-webkit-input-placeholder,
#smartFilter textarea:focus::-webkit-input-placeholder {
	color: #fff;
}

#smartFilter input:focus::-webkit-input-placeholder {
	color: transparent;
}

#smartFilter textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

#smartFilter input[type="search"] {
	-webkit-appearance: textfield;
}

#smartFilter input[type="search"]::-webkit-search-cancel-button,
#smartFilter input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

#modef {
	-webkit-transition: top 0.2s ease;
	-moz-transition: top 0.2s ease;
	-o-transition: top 0.2s ease;
	transition: top 0.2s ease;
	position: absolute;
	line-height: 38px;
	padding-left: 7px;
	text-align: center;
	font-size: 12px;
	width: 193px;
	height: 38px;
	left: 400px;
	color: #fff;
	z-index: 99;
}

#modef .close {
	background: url(/local/templates/dresscodeV2/components/bitrix/catalog.smart.filter/.default/images/closeModef.png) 0 0 no-repeat;
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
	margin-top: -2px;
	height: 12px;
	width: 12px;
}

#modef .close:hover {
	opacity: 0.8;
}

#modef .close:active {
	position: relative;
	top: 1px;
}

#modef_send {
	margin-left: 8px;
	color: #ffffff;
}

#modef_send:hover {
	opacity: 0.9;
}

#modef_num {
	display: inline-block;
}

#modef_send {
	display: inline-block;
}

#smartFilter .elCount {
	text-decoration: none;
}


/* BXGET_AVAILABILITY_ACTIVE_FILTERS */
#smartFilter .bxget-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 24px 16px;
    margin: -6px 0 0;
    border-bottom: 1px solid #e7e8ea;
}

#smartFilter .bxget-active-filter {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px 0 12px;
    border: 1px solid #e7e8ea;
    border-radius: 4px;
    background-color: #f7f7f7;
    color: #2b2b2b;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
}

#smartFilter .bxget-active-filter:hover {
    border-color: #d5d5d5;
    background-color: #f1f1f1;
    color: #000000;
}

#smartFilter .bxget-active-filter span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    color: #777777;
    font-size: 18px;
    line-height: 1;
}

#smartFilter .bxget-active-filter:hover span {
    color: #000000;
}


/* BXGET_AVAILABILITY_ACTIVE_FILTERS_SPACING_FIX */
#smartFilter .bxget-active-filters {
    padding: 14px 24px 16px;
    margin: 0;
    background-color: #ffffff;
}

#smartFilter .bxget-active-filter {
    margin: 0;
}

/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.section.list/catalog-pictures/style.min.css?17719371362284*/
.catalog-section-list-pictures{margin-bottom:24px;border-left:1px solid #f3f3f3}.catalog-section-list-pictures .catalog-section-list-item{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #f3f3f3;border-bottom:1px solid #f3f3f3;line-height:206px;text-align:center;padding:0 24px;height:206px;float:left;width:20%}.catalog-section-list-pictures .catalog-section-list-item:before{background:#f3f3f3;content:"";position:absolute;left:0;width:100%;top:-1px;height:1px}.catalog-section-list-pictures .catalog-section-list-item-wp{vertical-align:middle;display:inline-block;line-height:21px}.catalog-section-list-pictures .catalog-section-list-link{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;text-decoration:none;text-align:center;line-height:44px;overflow:hidden;color:#000;display:block;height:44px}.catalog-section-list-pictures .catalog-section-list-link span{vertical-align:bottom;display:inline-block;line-height:21px}.catalog-section-list-pictures .catalog-section-list-link:hover{opacity:.7}.catalog-section-list-pictures .catalog-section-list-link:active{position:relative;top:1px}.catalog-section-list-pictures .catalog-section-list-picture{margin-bottom:12px;text-align:center;line-height:100px;display:block;height:100px}.catalog-section-list-pictures .catalog-section-list-picture:hover img{opacity:.8}.catalog-section-list-pictures .catalog-section-list-picture:active{position:relative;top:1px}.catalog-section-list-pictures .catalog-section-list-picture img{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;vertical-align:middle;max-height:100%;max-width:100%}@media all and (max-width:1440px){.catalog-section-list-pictures .catalog-section-list-item{width:25%}}@media all and (max-width:1280px){.catalog-section-list-pictures .catalog-section-list-item{width:33.333333%}}@media all and (max-width:1024px){.catalog-section-list-pictures .catalog-section-list-item{width:25%}}@media all and (max-width:1000px){.catalog-section-list-pictures .catalog-section-list-item{width:33.333333%}}@media all and (max-width:700px){.catalog-section-list-pictures .catalog-section-list-item{width:50%}}
/* End */


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


/* Start:/local/templates/dresscodeV2/components/bitrix/catalog.section/catalog_karat/style.css?17791840226605*/
@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;
}

.catalog_list {
    margin-bottom: 25px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row::before {
	display: initial;
}

/* === exterier.ru adaptation: local grid without changing global styles === */
#ajaxSection .catalog_list.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

#ajaxSection .product_item_catalog {
    box-sizing: border-box;
    width: 33.333333%;
    padding-right: 12px;
    padding-left: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    #ajaxSection .product_item_catalog {
        width: 50%;
    }
}

@media (max-width: 575px) {
    #ajaxSection .catalog_list.row {
        margin-right: -5px;
        margin-left: -5px;
    }

    #ajaxSection .product_item_catalog {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        padding-right: 1px;
        padding-left: 1px;
        margin-top: 6px;
        margin-bottom: 6px;
    }
    
    #ajaxSection > .row.bx-blue {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: both;
    }

    #ajaxSection > .row.bx-blue > .btn.btn-default.btn-lg.center-block[data-use="show-more-1"] {
        max-width: calc(100% - 30px);
        min-width: 0;
        box-sizing: border-box;
        white-space: normal;
        text-align: center;
    }
    
}

#ajaxPager {
    clear: both;
    width: 100%;
}

#ajaxInfiniteSentinel {
    width: 100%;
    height: 1px;
}

/* BXGET_CATALOG_EMPTY_V1 */
.bxget-catalog-empty {
    width: 100%;
    margin: 24px 0;
    padding: 28px 24px;
    background: #ffffff;
    border: 1px solid #e7e8ea;
    border-radius: 4px;
    text-align: center;
}

.bxget-catalog-empty__title {
    margin-bottom: 8px;
    color: #252525;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

.bxget-catalog-empty__text {
    margin-bottom: 18px;
    color: #666666;
    font-size: 15px;
    line-height: 22px;
}

.bxget-catalog-empty__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    color: #ffffff;
    background: #2b2b2b;
    border: 1px solid #2b2b2b;
    border-radius: 4px;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
}

.bxget-catalog-empty__button:hover {
    color: #ffffff;
    opacity: .9;
    text-decoration: none;
}

@media (max-width: 575px) {
    .bxget-catalog-empty {
        margin: 16px 0;
        padding: 22px 14px;
    }

    .bxget-catalog-empty__title {
        font-size: 17px;
        line-height: 23px;
    }

    .bxget-catalog-empty__text {
        font-size: 14px;
        line-height: 20px;
    }

    .bxget-catalog-empty__button {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/catalog.item/block_v3/style.css?177918333957834*/
.catalog_pic[data-kk-gallery="1"] .catalog_pic-abs {
    position: relative;
    overflow: hidden;
}
.catalog_pic[data-kk-gallery="1"] .kk-card-main-img {
    display: block;
    /* width: 100%; */
    height: auto;
    opacity: 1;
    transition: opacity 1s ease;
}
.catalog_pic[data-kk-gallery="1"] .kk-card-main-img.is-fading {
    opacity: 0.3;
}
.catalog_pic[data-kk-gallery="1"] .kk-gallery-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}
.catalog_pic[data-kk-gallery="1"] .kk-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .22);
    cursor: pointer;
    transition: transform .2s ease, background-color .2s ease, opacity .2s ease;
}
.catalog_pic[data-kk-gallery="1"] .kk-dot:hover {
    background: rgba(0, 0, 0, .38);
}
.catalog_pic[data-kk-gallery="1"] .kk-dot.is-active {
    background: #000;
    transform: scale(1.2);
}
.add_favour.active {
    background: #e53935;
    box-shadow: 0 2px 12px rgba(229, 57, 53, .35);
}
.add_favour.active:not(:hover) {
    color: #fff;
}
.add_favour.active svg:not(:hover),
.add_favour.active i:not(:hover),
.add_favour.active path:not(:hover) {
    fill: #fff;
    color: #fff;
    stroke: #fff;
}
.add_compare.active {
    background: #1e88e5;
    color: #fff;
    box-shadow: 0 2px 12px rgba(30, 136, 229, .35);
}
.add_compare.active svg,
.add_compare.active i,
.add_compare.active path {
    fill: #fff;
    color: #fff;
    stroke: #fff;
}
.slider .owl-carousel .owl-stage-outer {
    overflow-y: visible;
    overflow-x: clip;
}
.product-item-container .btn_one_click {
    margin-bottom: 10px;
}
.product-item-container .btn_one_click span {
    color: #A88F66;
}
.product-item-container .btn_one_click:hover span {
    color: #212121;
}
.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;
    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 
}
.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;
    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;
    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;
}
.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: #A87F66 ;
    font-size: 12px;
}
.product-item-properties a:hover {
    text-decoration: underline;
}
.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;
}
.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;
}
/* Новые стили */
.catalog_item-wrapper .name {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
    transition: .3s;
}
.catalog_price {
    display: flex;
    align-items: center;
    /* margin-bottom: 10px; */
}
.catalog_curr-price {
    font-size: 18px;
    font-weight: 600;
    margin-right: 12px;
    color: #252525;
}
.catalog_curr-price.catalog_price_discount {
    color: #A87F66;
}
.catalog_curr-price.fz-small {
    font-size: 16px;
}
.catalog_old-price {
    color: #909090;
    text-decoration: line-through;
    font-size: 14px;
}
.catalog_old-price.fz-small { 
    font-size: 12px;
}
.label_brand .brand_name {
    padding: 9px 14px;
    font-size: 12px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.5);
    transition: .3s;
}
.product_item.product-item-container.hover .brand_name {
    background: #A88F66;
    color: white;
}
.product_item.product-item-container.hover .catalog_btns.product-item-info-container.product-item-hidden.row {
    position: relative;
    margin: 0 auto;
    /* top: -8px; */
    /* margin-bottom: -31px; */
}
.product_item.product-item-container .catalog_add-desc {
    margin-top: 10px;
}
.product_item.product-item-container.hover .catalog_add-desc {
    display: none;
}
.catalog_for-what-price {
    font-size: 8px;
    width: 145px;
    margin-bottom: 15px;
    background: #EEEEEE;
    padding: 9px 12px;
    text-transform: uppercase;
    color: #252525;
}
.product_item.product-item-container.hover .catalog_item-wrapper {
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 20%)
}
.product-item-button-container {
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-item-button-container .btn.btn-primary.btn_cart {
    height: 43px;
    margin-bottom: 0;
    width: 183px;
}
.compare_box .col-6.py-lg-0.py-3 {
    padding: 0;
}
.compare_box {
    display: flex;
    justify-content: space-between;
    width: 26%;
}
/* getFastView */
.product_item .getFastView {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #2b2b2b;
    text-decoration: none;
    font-size: 12px;
    border-radius: 2px;
    visibility: hidden;
    position: absolute;
    text-align: center;
    margin-top: -20px;
    line-height: 40px;
    cursor: pointer;
    color: #ffffff;
    height: 40px;
    width: 150px;
    opacity: 0;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
}
.product_item:hover .getFastView {
    visibility: visible;
    opacity: 0.9;
}
.product_item .getFastView:hover {
    opacity: 1;
}
@media all and (max-width: 1024px) {
    .product_item .getFastView {
        display: none;
    }
}
/* === Karat: listing UX additions (badges, sizes, hover gallery) === */
.catalog_pic {
    position: relative;
}
.kk-card-actions {
    position:absolute;
    top:10px;
    right:10px;
    z-index:8;
    display:flex;
    gap:8px;
}
.kk-card-action {
    width:32px;
    height:32px;
    border-radius:50%;
    background:rgba(255,255,255,.92);
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:inherit;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}
.kk-card-action:hover {
    background:#fff;
}
.kk-card-action .icon {
    font-size:16px;
}
.kk-card-main-img {
    transition: opacity 260ms ease;
}
.kk-card-main-img.is-fading {
    opacity:.25;
}
.kk-gallery-thumbs {
    position:absolute;
    left:50%;
    bottom:10px;
    transform:translateX(-50%);
    z-index:9;
    display:flex;
    gap:6px;
    padding:6px 8px;
    border-radius:14px;
    background:rgba(255,255,255,.86);
    box-shadow:0 2px 12px rgba(0,0,0,.10);
    opacity:0;
    pointer-events:none;
    transition: opacity 220ms ease;
}
.bx-no-touch .product_item-wrp:hover .kk-gallery-thumbs {
    opacity:1;
    pointer-events:auto;
}
.kk-thumb {
    width:34px;
    height:34px;
    border-radius:10px;
    border:1px solid rgba(0,0,0,.10);
    padding:0;
    overflow:hidden;
    background:#fff;
    cursor:pointer;
}
.kk-thumb img {
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}
.kk-thumb.is-active {
    border-color: rgba(0,0,0,.35);
}
.kk-gallery-dots {
    position:absolute;
    left:50%;
    bottom:10px;
    transform:translateX(-50%);
    z-index:9;
    display:none;
    gap:6px;
    background: rgba(255,255,255,.5);
    padding: 4px;
    border-radius: 10px;
}
.kk-dot {
    width:6px;
    height:6px;
    border-radius:50%;
    background:rgba(0,0,0,.25);
}
.kk-dot.is-active {
    background:rgba(0,0,0,.65);
}
@media (max-width: 767px) {
    .kk-gallery-thumbs {
        display:none;
    }    .kk-gallery-dots {
        display:flex;
    }}
.kk-sizes {
    /* margin-top:10px; */
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    align-items:center;
}
.kk-size-pill {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:4px;
    border:1px solid rgba(0,0,0,.12);
    background:#fff;
    font-size:12px;
    line-height:1;
    cursor:pointer;
}
.kk-size-pill.is-active {
    border-color: rgba(0,0,0,.45);
}
.kk-size-pill.is-disabled {
    color:#9e9e9e;
    border-color: rgba(0,0,0,.08);
    background:#f6f6f6;
    text-decoration: line-through;
    cursor:not-allowed;
}
.kk-size-pill.is-hidden {
    display:none;
}
.kk-size-more {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:4px;
    border:1px dashed rgba(0,0,0,.22);
    background:transparent;
    font-size:12px;
    cursor:pointer;
}
.kk-size-popup-window .popup-window {
    border-radius:14px;
    overflow:hidden;
}
.kk-size-popup {
    padding:14px 16px;
    max-width:349px;
}
.kk-size-popup__title {
    font-weight:700;
    margin-bottom:10px;
}
.kk-size-popup__list {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.kk-price-prefix {
    opacity:.8;
    margin-right:4px;
}
.catalog_old-price {
    opacity:.75;
    text-decoration: line-through;
}

/* Mobile card image fix: override legacy height: 0 / padding ratio box and keep content below image */
@media (max-width: 576px) {
    .product_item .catalog_pic[data-kk-gallery="1"],
    .slider_compare .product_item .catalog_pic[data-kk-gallery="1"] {
        position: relative;
        display: block;
        float: none;
        width: 100%;
        height: auto;
        min-height: 0;
        padding-top: 0;
        margin: 0 auto 6px;
        aspect-ratio: 1 / 1;
        overflow: hidden;
    }

    .product_item .catalog_pic[data-kk-gallery="1"] .catalog_pic-abs,
    .slider_compare .product_item .catalog_pic[data-kk-gallery="1"] .catalog_pic-abs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding-right: 0;
        overflow: hidden;
    }

    .product_item .catalog_pic[data-kk-gallery="1"] .kk-card-image-link,
    .slider_compare .product_item .catalog_pic[data-kk-gallery="1"] .kk-card-image-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .product_item .catalog_pic[data-kk-gallery="1"] .kk-card-main-img,
    .slider_compare .product_item .catalog_pic[data-kk-gallery="1"] .kk-card-main-img,
    .owl-carousel .owl-item .product_item .catalog_pic[data-kk-gallery="1"] img,
    .product_item .catalog_pic[data-kk-gallery="1"] img {
        position: static;
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        transform: none;
        object-fit: contain;
        margin: 0 auto;
    }

    .product_item .catalog_item-wrapper,
    .slider_compare .product_item .catalog_item-wrapper {
        position: relative;
        z-index: 2;
        clear: both;
        width: 100%;
        margin: 0;
        background: #fff;
    }

    .product_item .catalog_pic[data-kk-gallery="1"] .kk-gallery-dots,
    .product_item .catalog_pic[data-kk-gallery="1"] .kk-gallery-thumbs,
    .slider_compare .product_item .catalog_pic[data-kk-gallery="1"] .kk-gallery-dots,
    .slider_compare .product_item .catalog_pic[data-kk-gallery="1"] .kk-gallery-thumbs {
        z-index: 10;
    }
}


/* === exterier.ru adaptation: keep Karat card geometry, use exterier visual accents === */
.product_item {
    box-sizing: border-box;
    height: 100%;
    font-family: inherit;
}

.product_item .product_item-wrp {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #e7e8ea;
    border-radius: 4px;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.product_item:hover .product_item-wrp {
    border-color: #d7d9de;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.product_item .catalog_pic {
    position: relative;
    min-height: 349px;
    background: #fff;
}

.product_item .catalog_pic-abs {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 349px;
    /* padding: 18px 18px 12px; */
}

.product_item .kk-card-main-img {
    max-width: 100%;
    max-height: 349px;
    object-fit: contain;
}

.product_item .getFastView {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    width: 150px;
    height: 40px;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background: #2b2b2b;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    transition: opacity .2s ease, visibility .2s ease, background-color .2s ease;
}

.product_item:hover .getFastView {
    visibility: visible;
    opacity: .9;
}

.product_item .getFastView:hover {
    opacity: 1;
}

.product_item .kk-card-actions {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 6;
    display: flex;
    /* flex-direction: column; */
    gap: 7px;
}

.product_item .kk-card-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #666d83;
    background: rgba(255,255,255,.95);
    border: 1px solid #e7e8ea;
    border-radius: 50%;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.product_item .kk-card-action:hover,
.product_item .kk-card-action.active,
.product_item .addWishlist.added,
.product_item .addCompare.added {
    color: #000;
    border-color: #cfd2d9;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.product_item .labels {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    pointer-events: none;
}

.product_item .label_item {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 7px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    background: #424242;
    border-radius: 4px;
}

.product_item .catalog_item-wrapper {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 0 16px 16px;
}

.product_item .catalog_name {
    min-height: 44px;
    margin: 8px 0 10px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
}

.product_item .catalog_name a {
    color: #000;
    text-decoration: none;
}

.product_item .catalog_name a:hover {
    text-decoration: underline;
}

.product_item .catalog_price {
    margin-bottom: 10px;
}

.product_item .catalog_curr-price {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.product_item .catalog_old-price {
    margin-top: 2px;
    color: #888;
    font-size: 14px;
    line-height: 18px;
    text-decoration: line-through;
}


/* === bxget: product availability and quick action === */
.product_item .kk-card-status-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: -2px 0 10px;
}

.product_item .kk-card-status-actions .kk-availability-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: max-content;
    max-width: 100%;
    min-height: 26px;
    padding: 4px 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .01em;
    white-space: nowrap;
}

.product_item .kk-card-status-actions .kk-availability-badge::before {
    content: "";
    display: block;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.product_item .kk-card-status-actions .kk-availability-badge.is-available {
    color: #2f7d20;
    background: #f3faf1;
    border-color: #d7ead0;
}

.product_item .kk-card-status-actions .kk-availability-badge.is-available::before {
    background: #48a934;
    box-shadow: 0 0 0 3px rgba(72, 169, 52, .12);
}

.product_item .kk-card-status-actions .kk-availability-badge.is-unavailable {
    color: #777;
    background: #f7f7f7;
    border-color: #e4e4e4;
}

.product_item .kk-card-status-actions .kk-availability-badge.is-unavailable::before {
    background: #a8a8a8;
    box-shadow: 0 0 0 3px rgba(168, 168, 168, .12);
}

.product_item .kk-card-status-actions .kk-card-one-click {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 4px 8px;
    color: #A88F66;
    background: #fff;
    border: 1px solid #d9dee6;
    border-radius: 4px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.product_item .kk-card-status-actions .kk-card-one-click:hover {
    color: #2b2b2b;
    background: #fafafa;
    border-color: #A88F66;
    text-decoration: none;
}

.product_item .kk-sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 10px;
}

.product_item .kk-size-pill,
.product_item .kk-size-more {
    min-height: 28px;
    padding: 4px 8px;
    color: #333;
    font-size: 12px;
    line-height: 18px;
    background: #fff;
    border: 1px solid #d9dee6;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease;
}

.product_item .kk-size-pill:hover,
.product_item .kk-size-pill.is-active,
.product_item .kk-size-more:hover {
    border-color: #2b2b2b;
}

.product_item .kk-size-pill.is-disabled {
    color: #aaa;
    background: #f7f7f7;
    cursor: default;
}

.product_item .catalog_add-desc {
    min-height: 18px;
    margin-bottom: 10px;
    color: #666d83;
    font-size: 13px;
    line-height: 18px;
}

.product_item .catalog_btns {
    margin-top: auto;
}

.product_item .product-item-button-container {
    width: 100%;
}

.product_item .btn_cart {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: 0 16px;
    color: #fff;
    font-size: 15px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    background: #2b2b2b;
    border: 1px solid #2b2b2b;
    border-radius: 6px;
    cursor: pointer;
    transition: opacity .2s ease, background-color .2s ease, border-color .2s ease;
}

.product_item .btn_cart:hover {
    color: #fff;
    opacity: .9;
}

.product_item .btn_cncl.btn_cart {
    color: #666d83;
    background: #f4f5f7;
    border-color: #e0e3e8;
}

.product_item .properties_block,
.product_item .catalog_prop {
    display: none;
}

.product_item .compare_box {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.product_item .compare_box .add_favour,
.product_item .compare_box .add_compare {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #666d83;
    border: 1px solid #e7e8ea;
    border-radius: 50%;
    text-decoration: none;
}

.product_item .kk-gallery-thumbs,
.product_item .kk-gallery-dots {
    z-index: 7;
}

.catalog_list.row,
.product_item .row {
    display: flex;
    flex-wrap: wrap;
}

.product_item .w-100 {
    width: 100%;
}

.product_item .mt-2 {
    margin-top: .5rem;
}


.product_item .kk-card-action.added .kk-action-icon {
    filter: brightness(0);
}

.product_item .kk-card-action.added,
.product_item .kk-card-action.active {
    background: #fff;
    border-color: #30ba0e;
    box-shadow: none;
}

.product_item .kk-card-action.added .kk-action-icon,
.product_item .kk-card-action.active .kk-action-icon {
    filter: brightness(0) saturate(100%) invert(49%) sepia(90%) saturate(1324%) hue-rotate(71deg) brightness(94%) contrast(96%);
}

.product_item .kk-card-action.added:hover,
.product_item .kk-card-action.active:hover {
    background: #fff;
    border-color: #30ba0e;
}

@media (min-width: 992px) {
    .product_item .d-lg-none {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .product_item .catalog_pic,
    .product_item .catalog_pic-abs {
        min-height: 230px;
    }

    .product_item .kk-card-main-img {
        max-height: 230px;
    }
}

/* === exterier.ru final mobile 2-column card: compact, aligned, visible dots === */
@media (max-width: 575px) {
    #ajaxSection .product_item_catalog,
    #ajaxSection .product_item_catalog * {
        box-sizing: border-box;
    }

    #ajaxSection .product_item {
        min-width: 0;
        height: 100%;
    }

    #ajaxSection .product_item .product_item-wrp {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        height: 100%;
        min-width: 0;
        padding: 0;
        overflow: hidden;
    }

    #ajaxSection .product_item .catalog_pic[data-kk-gallery="1"],
    #ajaxSection .slider_compare .product_item .catalog_pic[data-kk-gallery="1"] {
        position: relative;
        display: block;
        width: 100%;
        height: 194px;
        min-height: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
        background: #fff;
        aspect-ratio: auto;
    }

    #ajaxSection .product_item .catalog_pic[data-kk-gallery="1"] .catalog_pic-abs,
    #ajaxSection .slider_compare .product_item .catalog_pic[data-kk-gallery="1"] .catalog_pic-abs {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        min-height: 0;
        /* padding: 4px 4px 16px; */
        overflow: hidden;
    }

    #ajaxSection .product_item .catalog_pic[data-kk-gallery="1"] .kk-card-image-link,
    #ajaxSection .slider_compare .product_item .catalog_pic[data-kk-gallery="1"] .kk-card-image-link {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        min-width: 0;
        min-height: 0;
    }

    #ajaxSection .product_item .catalog_pic[data-kk-gallery="1"] .kk-card-main-img,
    #ajaxSection .slider_compare .product_item .catalog_pic[data-kk-gallery="1"] .kk-card-main-img,
    #ajaxSection .owl-carousel .owl-item .product_item .catalog_pic[data-kk-gallery="1"] img,
    #ajaxSection .product_item .catalog_pic[data-kk-gallery="1"] img {
        position: static;
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        margin: 0 auto;
        transform: none;
    }

    #ajaxSection .product_item .catalog_pic[data-kk-gallery="1"] .kk-gallery-thumbs,
    #ajaxSection .slider_compare .product_item .catalog_pic[data-kk-gallery="1"] .kk-gallery-thumbs {
        display: none;
    }

    #ajaxSection .product_item .catalog_pic[data-kk-gallery="1"] .kk-gallery-dots,
    #ajaxSection .slider_compare .product_item .catalog_pic[data-kk-gallery="1"] .kk-gallery-dots {
        position: absolute;
        left: 50%;
        right: auto;
        bottom: 5px;
        top: auto;
        z-index: 20;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: auto;
        height: 8px;
        margin: 0;
        padding: 0;
        line-height: 0;
        transform: translateX(-50%);
        pointer-events: auto;
    }

    #ajaxSection .product_item .catalog_pic[data-kk-gallery="1"] .kk-dot,
    #ajaxSection .slider_compare .product_item .catalog_pic[data-kk-gallery="1"] .kk-dot {
        display: block;
        flex: 0 0 5px;
        width: 5px;
        height: 5px;
        min-width: 5px;
        min-height: 5px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(0, 0, 0, .22);
        opacity: 1;
    }

    #ajaxSection .product_item .catalog_pic[data-kk-gallery="1"] .kk-dot.is-active,
    #ajaxSection .slider_compare .product_item .catalog_pic[data-kk-gallery="1"] .kk-dot.is-active {
        background: #000;
        transform: none;
    }

    #ajaxSection .product_item .kk-card-actions {
        top: 6px;
        right: 6px;
        z-index: 21;
        gap: 4px;
    }

    #ajaxSection .product_item .kk-card-action {
        width: 28px;
        height: 28px;
    }

    #ajaxSection .product_item .kk-action-icon {
        display: block;
        width: 14px;
        height: 14px;
    }

    #ajaxSection .product_item .catalog_item-wrapper {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        width: 100%;
        min-width: 0;
        height: auto;
        padding: 0 6px 8px;
        background: #fff;
    }

    #ajaxSection .product_item .catalog_name {
        min-height: 56px;
        margin: 0 0 6px;
        overflow: hidden;
        font-size: 11px;
        line-height: 18px;
    }

    #ajaxSection .catalog_item-wrapper .name {
        margin-top: 0;
        font-size: 11px;
        line-height: 18px;
    }

    #ajaxSection .product_item .catalog_price {
        display: block;
        min-height: 38px;
        margin: 0 0 6px;
    }

    #ajaxSection .product_item .catalog_curr-price,
    #ajaxSection .product_item .catalog_curr-price.fz-small {
        margin-right: 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }

    #ajaxSection .product_item .kk-card-status-actions {
        gap: 5px;
        margin: 0 0 6px;
    }

    #ajaxSection .product_item .kk-card-status-actions .kk-availability-badge,
    #ajaxSection .product_item .kk-card-status-actions .kk-card-one-click {
        min-height: 23px;
        padding: 3px 6px;
        font-size: 10px;
        line-height: 15px;
    }

    #ajaxSection .product_item .kk-card-status-actions .kk-availability-badge {
        gap: 5px;
    }

    #ajaxSection .product_item .kk-card-status-actions .kk-availability-badge::before {
        flex-basis: 6px;
        width: 6px;
        height: 6px;
    }

    #ajaxSection .product_item .kk-sizes {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        gap: 3px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        min-height: 42px;
        margin: 0 0 8px;
        overflow: hidden;
    }

    #ajaxSection .product_item .kk-size-pill,
    #ajaxSection .product_item .kk-size-more {
        flex: 0 1 auto;
        max-width: 100%;
        min-width: 0;
        height: 22px;
        min-height: 22px;
        padding: 2px 4px;
        overflow: hidden;
        font-size: 10px;
        line-height: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #ajaxSection .product_item .catalog_add-desc {
        display: none;
        min-height: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }

    #ajaxSection .product_item .catalog_btns {
        margin-top: auto;
    }

    #ajaxSection .product_item .catalog_btns,
    #ajaxSection .product_item .mask_box,
    #ajaxSection .product_item .catalog_bot-flex,
    #ajaxSection .product_item .btns_wrp,
    #ajaxSection .product_item .product-item-button-container,
    #ajaxSection .product_item [id$="_basket_actions"] {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: auto;
        padding: 0;
        margin-right: 0;
        margin-left: 0;
    }

    #ajaxSection .product_item .product-item-button-container .btn.btn-primary.btn_cart,
    #ajaxSection .product_item .product-item-button-container .btn_cart,
    #ajaxSection .product_item .btn.btn-primary.btn_cart,
    #ajaxSection .product_item .btn_cart {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 36px;
        min-height: 36px;
        padding: 0 6px;
        margin: 0;
        overflow: hidden;
        font-size: 11px;
        line-height: 34px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media (max-width: 420px) {
    #ajaxSection .product_item .catalog_pic[data-kk-gallery="1"],
    #ajaxSection .slider_compare .product_item .catalog_pic[data-kk-gallery="1"] {
        height: 186px;
    }
}

@media (max-width: 380px) {
    #ajaxSection .product_item .catalog_pic[data-kk-gallery="1"],
    #ajaxSection .slider_compare .product_item .catalog_pic[data-kk-gallery="1"] {
        height: 176px;
    }
}

@media (min-width: 576px) {
    .product_item .catalog_pic[data-kk-gallery="1"] .catalog_pic-abs {
        /* padding-bottom: 26px; */
    }

    .product_item .catalog_pic[data-kk-gallery="1"] .kk-gallery-dots {
        bottom: 7px;
    }
}

/* BXGET_PRICE_MOBILE_UX_V1 */

/* Цена и статус в карточке: более плотный и коммерческий вид */
.product_item .catalog_price {
    display: block;
    margin-bottom: 8px;
}

.product_item .catalog_curr-price {
    margin-right: 0;
    color: #1f1f1f;
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
}

.product_item .catalog_curr-price.fz-small {
    font-size: 17px;
    line-height: 22px;
}

.product_item .kk-price-prefix {
    margin-right: 4px;
    color: #666666;
    font-size: 15px;
    font-weight: 500;
}

.product_item .catalog_curr-price-value {
    white-space: nowrap;
}

.product_item .kk-card-status-actions {
    margin: 0 0 9px;
}

.product_item .kk-card-status-actions .kk-availability-badge {
    min-height: 26px;
    padding: 4px 8px;
    border-radius: 4px;
}

.product_item .kk-card-status-actions .kk-card-one-click {
    min-height: 26px;
    padding: 4px 8px;
    border-radius: 4px;
}

/* Мобильная выдача: убираем лишнюю пустоту, не трогая сетку и галерею */
@media (max-width: 575px) {
    #ajaxSection .product_item .catalog_name {
        min-height: 48px;
        margin: 0 0 4px;
        font-size: 11px;
        line-height: 16px;
    }

    #ajaxSection .catalog_item-wrapper .name {
        font-size: 11px;
        line-height: 16px;
    }

    #ajaxSection .product_item .catalog_price {
        display: block;
        min-height: 0;
        margin: 0 0 4px;
    }

    #ajaxSection .product_item .catalog_curr-price,
    #ajaxSection .product_item .catalog_curr-price.fz-small {
        margin-right: 0;
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
    }

    #ajaxSection .product_item .kk-price-prefix {
        margin-right: 2px;
        font-size: 11px;
        font-weight: 500;
    }

    #ajaxSection .product_item .catalog_curr-price-value {
        white-space: nowrap;
    }

    #ajaxSection .product_item .kk-card-status-actions {
        gap: 4px;
        margin: 0 0 5px;
    }

    #ajaxSection .product_item .kk-card-status-actions .kk-availability-badge,
    #ajaxSection .product_item .kk-card-status-actions .kk-card-one-click {
        min-height: 22px;
        padding: 2px 5px;
        font-size: 10px;
        line-height: 16px;
    }

    #ajaxSection .product_item .kk-card-status-actions .kk-availability-badge {
        gap: 4px;
    }

    #ajaxSection .product_item .kk-card-status-actions .kk-availability-badge::before {
        flex-basis: 5px;
        width: 5px;
        height: 5px;
    }

    #ajaxSection .product_item .kk-sizes {
        min-height: 0;
        margin: 0 0 6px;
    }

    #ajaxSection .product_item .catalog_add-desc {
        display: none;
        min-height: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }

    #ajaxSection .product_item .catalog_btns {
        margin-top: 0;
    }
}

/* BXGET_CARD_BUTTONS_BOTTOM_V1 */
.product_item .catalog_item-wrapper {
    display: flex;
    flex-direction: column;
}

.product_item .catalog_btns {
    margin-top: auto;
}

@media (max-width: 575px) {
    #ajaxSection .product_item .catalog_item-wrapper {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }

    #ajaxSection .product_item .catalog_btns {
        margin-top: auto;
    }

    #ajaxSection .product_item .kk-sizes {
        margin-bottom: 6px;
    }

    #ajaxSection .product_item .kk-card-status-actions {
        margin-bottom: 5px;
    }
}

/* End */


/* Start:/bitrix/components/dresscode/catalog.subscribe/templates/.default/style.min.css?17719371305469*/
.catalogSubscribe{margin:24px 0}.catalogSubscribeContainer{background-color:#f9f9f9;border-collapse:separate;box-sizing:border-box;padding:48px 36px;display:table;width:100%}.catalogSubscribeColumn{vertical-align:middle;display:table-cell;width:50%}.catalogSubscribeColumn:first-child{padding-right:12px}.catalogSubscribeColumn:last-child{padding-left:12px;text-align:right}.catalogSubscribeHeading{font-family:robotobold;font-size:21px}.catalogSubscribeDescription{line-height:21px;margin-top:12px;font-size:14px}.catalogSubscribeRotator{line-height:normal;font-size:0}.catalogSubscribeRotatorContainer{display:inline-block}.catalogSubscribeRotatorBg{background-color:#fff;box-sizing:border-box;table-layout:fixed;padding:12px 18px;border-radius:4px;display:table;width:100%}.catalogSubscribeRotatorBg.error{border:1px solid red}.catalogSubscribeRotatorBg.success{border:1px solid #91c409}.catalogSubscribeButtons,.catalogSubscribeField,.catalogSubscribeLabel{vertical-align:middle;display:table-cell;font-size:14px}.catalogSubscribeLabel{width:25px}.catalogSubscribeField input{background-color:transparent;box-sizing:border-box;padding-right:12px;padding-left:12px;margin-right:12px;line-height:30px;height:30px;width:100%;border:0}.catalogSubscribeLabel img,.catalogSubscribeLabel span{vertical-align:middle;display:inline-block}.catalogSubscribeButtons{width:120px}.catalogSubscribeSend .icon{display:none}.catalogSubscribePersonal{line-height:normal;text-align:left;margin-top:18px;font-size:14px}.catalogSubscribePersonal input,.catalogSubscribePersonal label{vertical-align:middle;display:inline-block;padding:0;margin:0}.catalogSubscribePersonal input{border:1px solid #e7e8ea;box-sizing:border-box;margin-top:-1px;height:14px;width:14px}.catalogSubscribePersonal input.error+label:before{border:1px solid red;border-radius:4px}.catalogSubscribePersonal a{border-bottom:1px dashed #e7e8ea}.catalogSubscribePersonal input[type=checkbox]+label{cursor:pointer}.catalogSubscribePersonal input[type=checkbox]:not(checked){position:absolute;opacity:0}.catalogSubscribePersonal input[type=checkbox]:not(checked)+label{position:relative;padding-left:28px}.catalogSubscribePersonal input[type=checkbox]+label:before{background:url(/bitrix/components/dresscode/catalog.subscribe/templates/.default/images/checkBox.png) 0 0 no-repeat transparent}.catalogSubscribePersonal input[type=checkbox]:not(checked)+label:before{position:absolute;content:" ";height:17px;width:17px;left:0;top:-1px}.catalogSubscribePersonal input[type=checkbox]:not(checked)+label:hover:before{background-position:0 -17px}.catalogSubscribePersonal input[type=checkbox]:checked+label:before{background-position:0 -34px}.catalogSubscribePersonal input[type=checkbox]:checked+label:hover:before{background-position:0 -51px}.catalogSubscribePersonal input[type=checkbox]:disabled+label{cursor:default}.catalogSubscribePersonal input[type=checkbox]:disabled+label:before{background-position:0 -68px!important}.catalogSubscribeError,.catalogSubscribeSuccess{box-shadow:1px 1px 12px rgba(60,60,60,.3);transform:translateX(-50%) translateY(-50%);-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:zoomIn;animation-name:zoomIn;background-color:#fff;box-sizing:border-box;padding:24px 24px;text-align:center;min-height:300px;overflow:hidden;position:fixed;display:none;z-index:9999;width:420px;left:50%;top:50%}.catalogSubscribeError.open,.catalogSubscribeSuccess.open{display:block}.catalogSubscribeErrorHeading,.catalogSubscribeSuccessHeading{font-family:robotomedium;line-height:26px;margin-top:12px;font-size:24px}.catalogSubscribeErrorText,.catalogSubscribeSuccessText{line-height:18px;margin-top:12px;font-size:13px}.catalogSubscribeErrorClose,.catalogSubscribeSuccessClose{margin-top:12px}.catalogSubscribeErrorButton,.catalogSubscribeSuccessButton{text-decoration:none;line-height:50px;padding:0;height:50px}@media screen and (max-width:1380px){.catalogSubscribeHeading{font-size:18px}.catalogSubscribeContainer{padding:36px}}@media screen and (min-width:1025px) and (max-width:1250px){.catalogSubscribeColumn{display:block;padding:0;width:100%}.catalogSubscribeColumn:first-child{padding-right:0}.catalogSubscribeColumn:last-child{padding-left:0;margin-top:12px}}@media screen and (max-width:940px){.catalogSubscribeColumn{display:block;padding:0;width:100%}.catalogSubscribeColumn:first-child{padding-right:0}.catalogSubscribeColumn:last-child{padding-left:0;margin-top:12px}}@media screen and (max-width:550px){.catalogSubscribeContainer{padding:24px}}@media screen and (max-width:550px){.catalogSubscribeHeading{font-size:16px}}@media all and (max-width:500px){.catalog-subscribe-error,.catalog-subscribe-success{width:380px}}@media all and (max-width:420px){.catalog-subscribe-error,.catalog-subscribe-success{width:290px}}@media screen and (max-width:418px){.catalogSubscribeField input{padding-left:0}.catalogSubscribeLabel{display:none}}@media screen and (max-width:400px){.catalogSubscribeButtons{width:40px}.catalogSubscribeButtons .catalogSubscribeSend.btn-simple{line-height:26px;min-width:auto;padding:0;width:40px}.catalogSubscribeSend .text{display:none}.catalogSubscribeSend .icon{background:url(/bitrix/components/dresscode/catalog.subscribe/templates/.default/images/sub_arrow.png) 50% 50% no-repeat transparent;vertical-align:middle;display:inline-block;text-indent:-9999px;font-size:0;height:8px;width:5px}.catalogSubscribeRotatorBg{padding:8px 12px}}@media screen and (max-width:360px){.catalogSubscribeContainer{padding:12px}}
/* End */
/* /local/templates/dresscodeV2/components/dresscode/catalog/.default/style.min.css?1771937136146 */
/* /bitrix/components/dresscode/catalog.tags/templates/.default/style.min.css?17719371301131 */
/* /local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.section.list/level2/style.min.css?1771937136708 */
/* /local/templates/dresscodeV2/components/bitrix/catalog.smart.filter/.default/style.css?177909892215793 */
/* /local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.section.list/catalog-pictures/style.min.css?17719371362284 */
/* /local/templates/dresscodeV2/components/bitrix/system.pagenavigation/round/style.min.css?17719371361664 */
/* /local/templates/dresscodeV2/components/bitrix/catalog.section/catalog_karat/style.css?17791840226605 */
/* /local/templates/dresscodeV2/components/bitrix/catalog.item/block_v3/style.css?177918333957834 */
/* /bitrix/components/dresscode/catalog.subscribe/templates/.default/style.min.css?17719371305469 */
