

/* Start:/local/templates/ms_template_adatpive/components/bitrix/catalog/common_catalog/style.css?17791471494792*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* Catalog common UI refresh */
.catalog-block-header {
    border-bottom: 2px solid rgba(34, 211, 238, 0.45);
    color: #0f172a;
    font-family: Mont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 16px;
    margin: 8px 0 14px;
}

.grid .bx_content_section,
.grid .bx_sidebar,
.grid2x1 .bx_content_section,
.grid2x1 .bx_sidebar {
    margin-bottom: 18px;
}

@media (max-width: 640px) {
    .catalog-block-header {
        font-size: 14px;
    }
}

/* Mirstul catalog palette overrides */
.catalog-block-header {
    border-bottom-color: rgba(89, 156, 76, 0.35);
    color: #2e2e2e;
}

/* Catalog shell stretch for redesign pages */
.ms-page-shell {
    width: min(var(--max, 1320px), calc(100% - 28px));
    margin: 0 auto;
}

.ms-catalog-shell {
    width: min(var(--max, 1320px), calc(100% - 28px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 340px minmax(0,1fr);
    gap: 18px;
    align-items: start;
}

.ms-catalog-shell__inner {
    width: auto;
    margin: 0;
    min-width: 0;
}

.ms-catalog-shell > .sidebar_col,
.ms-catalog-shell > .catalog_section_col {
    width: auto !important;
    min-width: 0;
}

@media (max-width: 700px) {
    .ms-page-shell {
        width: min(var(--max, 1320px), calc(100% - 18px));
    }
    .ms-catalog-shell {
        width: min(var(--max, 1320px), calc(100% - 18px));
        grid-template-columns: 1fr;
    }
    .ms-catalog-shell__inner {
        width: auto;
    }
}

/* Unified category shell: full-width grid with inline filter panel */
.ms-page-shell,
.ms-catalog-shell {
    width: min(var(--max, 1320px), calc(100% - 28px));
}

.ms-catalog-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    position: relative;
}

.ms-catalog-shell__inner {
    width: 100%;
}

.ms-catalog-shell__backdrop {
    display: none !important;
}

.ms-catalog-shell__backdrop[hidden],
.ms-catalog-shell__drawer[hidden] {
    display: none !important;
}

.ms-catalog-shell__drawer {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    transition: none;
}

.ms-catalog-shell__drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    padding: 0 4px 0 2px;
}

.ms-catalog-shell__drawer-title {
    color: #2e2e2e;
    font-family: Mont, "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 800;
}

.ms-catalog-shell__drawer-close {
    display: none;
}

.ms-catalog-shell__drawer[aria-hidden="true"] {
    display: none;
}

.ms-catalog-shell__drawer[aria-hidden="false"] {
    display: block;
}

.ms-catalog-shell--has-filter:not(.is-filter-open) > .sidebar_col,
.ms-catalog-shell--has-filter:not(.is-filter-open) > .ms-catalog-shell__sidebar {
    display: none !important;
}

.ms-catalog-shell--has-filter > .catalog_section_col,
.ms-catalog-shell--has-filter > .ms-catalog-shell__inner {
    width: 100% !important;
    max-width: 100%;
}

@media (max-width: 700px) {
    .ms-page-shell,
    .ms-catalog-shell {
        width: min(var(--max, 1320px), calc(100% - 18px));
    }

    .ms-catalog-shell > .sidebar_col.ms-catalog-shell__drawer {
        width: 100%;
        padding: 0;
    }

    .ms-catalog-shell__drawer {
        width: 100%;
        padding: 0;
    }
}

/* End */


/* Start:/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/style.css?177939625632502*/
.catalog_section_flex {
	display: flex;
}
.sidebar_col {
	display: block;
	width: calc(30% - 15px);
}
.catalog_section_col {
	display: block;
	width: calc(70% - 15px);
}

@media (min-width: 320px) {
	.catalog_section_flex {
		flex-flow: column nowrap;
		justify-content: flex-start;
	}
	.sidebar_col {
		display: block;
		width: 100%;
	}
	.catalog_section_col {
		display: block;
		width: 100%;
	}
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {

}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {
	.catalog_section_flex {
		flex-flow: row nowrap;
		justify-content: space-between;
	}
	.sidebar_col {
		display: block;
		width: calc(30% - 15px);
	}
	.catalog_section_col {
		display: block;
		width: calc(70% - 15px);
	}
}

@media (min-width: 1368px) {

}

.bx-filter {
    width: 100%;
    width: 100%;
    margin-bottom: 20px;
    background: #FBFBFB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Mont;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
	border-radius: 20px;
}

.bx-filter .bx-filter-section {
    position: relative;
    padding: 15px;
}

.bx-filter .bx-filter-section > .row {
    padding: 0 5px;
}

.bx-filter .bx-filter-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

/*Sections*/

.bx-filter .bx-filter-parameters-box {
    position: relative;
}

.bx-filter .bx-filter-parameters-box-title {
    font-size: 13px;
    padding-bottom: 7px;
}

@media (min-width: 992px) {
    .bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
        clear: both;
    }
}

.bx-filter .bx-filter-parameters-box-title span {
    color: var(--color-new-green);
    border-bottom: 1px solid transparent;
    cursor: pointer;
	font-size: 16px;
}

.bx-filter .bx-filter-parameters-box-title span:hover {
    border-color: var(--color-new-green);
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
    /*color: #95a1a8;*/
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
    /*color: #758087;*/
    border-color: transparent;
}

.bx-filter .bx-filter-block {
    display: none;
    -webkit-transition: padding .3s ease;
    -moz-transition: padding .3s ease;
    -ms-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: padding .3s ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
    display: block;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
    font-size: 14px;
    font-style: normal;
    display: block;
    padding-bottom: 5px;
}

.bx-filter-parameters-box-container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
}

.btn.btn-themes {
	display: block;
	padding: 10px 15px;
	width: calc(50% - 10px);
	background-color: var(--color-new-green);
	color: #fff;
	border-radius: 10px;
	box-shadow: none;
	border: none;
	text-align: center;
	cursor: pointer;
}

.btn.btn-link {
	display: block;
	width: calc(50% - 10px);
	padding: 10px 15px;
	background-color: #464646;
	color: #fff;
	border-radius: 10px;
	box-shadow: none;
	border: none;
	text-align: center;
	cursor: pointer
}

.bx-filter-parameters-box-container .checkbox:first-child {
    margin-top: 0;
}

.bx-filter .bx-filter-parameters-box-container-block {
    font-size: 11px;
    color: #3f3f3f;
}

/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {
}

.bx-filter .bx-filter-input-container input {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #fff;
    outline: none
}

.bx-retina .bx-filter .bx-filter-input-container input {
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/border_default.png) 2 repeat;
    -moz-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/border_default.png) 2 repeat;
    -o-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/border_default.png) 2 repeat;
    border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/border_default.png) 2 repeat;
}

/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/active.png) 2 repeat;
			border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
    /* Fix of input shadow for IOS browsers. */

    background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
    background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}

.bx-filter .bx-filter-button-box {
    clear: both;
	margin-top: 15px;
}

/* Chairs section filter refresh: keep Bitrix logic, replace only presentation */
.ms-catalog-shell .filter_block{
    position:sticky;
    top:92px;
}

.ms-catalog-shell .bx-filter{
    margin:0;
    background:#fff;
    border:1px solid rgba(46,46,46,.16);
    border-radius:20px;
    box-shadow:0 18px 36px rgba(46,46,46,.10);
    font-family:Mont,"Segoe UI",sans-serif;
    font-size:16px;
}

.ms-catalog-shell .bx-filter .bx-filter-section{
    padding:16px 18px;
}

.ms-catalog-shell .bx-filter .bx-filter-title{
    margin:0 0 10px;
    font-size:18px;
    line-height:1.1;
    color:#2e2e2e;
}

.ms-catalog-shell .bx-filter .bx-filter-parameters-box{
    border-top:1px solid #e8e8e8;
    padding-top:12px;
    margin-top:12px;
}

.ms-catalog-shell .bx-filter .bx-filter-parameters-box:first-of-type{
    border-top:0;
    padding-top:0;
    margin-top:0;
}

.ms-catalog-shell .bx-filter .bx-filter-parameters-box-title{
    padding-bottom:0;
}

.ms-catalog-shell .bx-filter .bx-filter-parameters-box-title span,
.ms-catalog-shell .bx-filter .bx-filter-parameters-box-hint{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    color:#2e2e2e;
    font-size:16px;
    font-weight:700;
    border:0;
}

.ms-catalog-shell .bx-filter .bx-filter-parameters-box-title span:hover{
    border:0;
    color:#599c4c;
}

.ms-catalog-shell .bx-filter .bx-filter-block{
    padding-top:10px;
}

.ms-catalog-shell .bx-filter .bx-filter-parameters-box-container{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px;
    flex-wrap:nowrap !important;
}

.ms-catalog-shell .bx-filter .bx-filter-input-container input{
    height:42px;
    padding:0 12px;
    border:1px solid rgba(46,46,46,.16);
    border-radius:10px;
    background:#fff;
    font-size:15px;
    color:#2e2e2e;
}

.ms-catalog-shell .bx-filter .bx-filter-select-container{
    height:42px;
    border:1px solid rgba(46,46,46,.16);
    border-radius:10px;
    background:#fff;
}

.ms-catalog-shell .bx-filter .bx-filter-param-label,
.ms-catalog-shell .bx-filter .bx-filter-param-text{
    font-size:14px;
    color:#2e2e2e;
}

.ms-catalog-shell .bx-filter .bx-filter-button-box{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-top:16px;
}

.ms-catalog-shell .bx-filter .btn.btn-themes,
.ms-catalog-shell .bx-filter .btn.btn-link{
    width:100%;
    min-height:52px;
    border-radius:14px;
    padding:12px 16px;
    font-size:16px;
    font-weight:800;
    box-shadow:none;
}

.ms-catalog-shell .bx-filter .btn.btn-themes{
    background:#599c4c;
    color:#fff;
}

.ms-catalog-shell .bx-filter .btn.btn-link{
    background:#2e2e2e;
    color:#fff;
}

.ms-catalog-shell .bx-filter .bx-filter-popup-result{
    display:none !important;
}

@media (max-width:1180px){
    .ms-catalog-shell .filter_block{
        position:static;
    }
}

/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
    padding-top: 35px;
    padding-bottom: 25px;
}

.bx-filter .bx-ui-slider-track {
    position: relative;
    height: 7px;
    /*background: #d8e9f0;/* COLOR */
}

.bx-filter .bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
}

.bx-filter .bx-ui-slider-part.p1 {
    left: -1px;
}

.bx-filter .bx-ui-slider-part.p2 {
    left: 25%;
}

.bx-filter .bx-ui-slider-part.p3 {
    left: 50%;
}

.bx-filter .bx-ui-slider-part.p4 {
    left: 75%;
}

.bx-filter .bx-ui-slider-part.p5 {
    right: -1px;
}

.bx-filter .bx-ui-slider-part span {
    font-size: 11px;
    /*font-weight: bold;*/

    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #000;
}

.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
    color: #6b8086;
}

.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}

.bx-filter .bx-ui-slider-range {
    z-index: 50;
}

.bx-filter .bx-ui-slider-pricebar {
    z-index: 100;
}

.bx-filter .bx-ui-slider-pricebar-vd {
    z-index: 60;
    /*background: #849da4;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-vn {
    z-index: 70;
    /*background: #a8dff3;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-v {
    z-index: 80;
    /*background: #499fd8;/* COLOR */
}

.bx-filter .bx-ui-slider-handle {
    position: absolute;
    top: 100%;
    width: 22px;
    height: 22px;
    border-bottom: none;
}

.bx-filter .bx-ui-slider-handle:hover {
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing;
}

.bx-filter .bx-ui-slider-handle.left {
    left: 0;
    margin-left: -21px;
    /* COLOR */
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}

.bx-filter .bx-ui-slider-handle.right {
    right: 0;
    margin-right: -21px;
    /* COLOR */
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #ccd5db;
}

.bx-retina .bx-filter .bx-filter-select-container {
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/border_default.png) 2 repeat;
    -moz-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/border_default.png) 2 repeat;
    -o-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/border_default.png) 2 repeat;
    border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/border_default.png) 2 repeat;
}

/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/active.png) 2 repeat;
			border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 33px;
    margin: 0;
    padding: 0 33px 0 10px;
    border: none;
    border-radius: 2px;
    background: #fff;
}

/* Codex category filter redesign (keep Bitrix logic, change only UI) */
@media (min-width: 1280px) {
    .catalog_section_flex {
        align-items: flex-start;
        gap: 18px;
    }
    .sidebar_col {
        width: 340px;
        flex: 0 0 340px;
    }
    .catalog_section_col {
        width: calc(100% - 358px);
        flex: 1 1 auto;
        min-width: 0;
    }
}

.sidebar_col .filter_block {
    position: sticky;
    top: 88px;
}

.bx-filter {
    margin-bottom: 14px;
    background: #ffffff;
    border: 1px solid rgba(46,46,46,.16);
    box-shadow: 0 18px 36px rgba(46, 46, 46, 0.10);
    border-radius: 20px;
    font-family: Mont, "Segoe UI", sans-serif;
    font-size: 14px;
}

.bx-filter .bx-filter-section {
    padding: 16px;
}

.bx-filter .bx-filter-title {
    margin-bottom: 10px;
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 700;
}

.bx-filter .bx-filter-parameters-box {
    border-top: 1px solid #ececec;
    padding-top: 10px;
    margin-top: 10px;
}

.bx-filter .bx-filter-parameters-box:first-of-type {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.bx-filter .bx-filter-parameters-box-title {
    padding-bottom: 0;
}

.bx-filter .bx-filter-parameters-box-title span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #599c4c;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    padding: 4px 0;
}

.bx-filter .bx-filter-parameters-box-title span:hover {
    border: 0;
    color: #599c4c;
}

.bx-filter .bx-filter-block {
    padding-top: 8px;
}

.bx-filter .bx-filter-parameters-box-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
}

.bx-filter .bx-filter-input-container input,
.bx-filter .bx-filter-select-container {
    border: 1px solid rgba(46,46,46,.16);
    border-radius: 10px;
    min-height: 40px;
    box-shadow: none;
}

.bx-filter .bx-filter-input-container input {
    color: #2e2e2e;
    font-size: 14px;
    padding: 0 10px;
}

.bx-filter .bx-filter-button-box {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.bx-filter .btn.btn-themes,
.bx-filter .btn.btn-link {
    width: 100%;
    min-height: 52px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 14px;
    text-decoration: none;
}

.bx-filter .btn.btn-themes {
    background: #599c4c;
    border-color: #599c4c;
}

.bx-filter .btn.btn-link {
    background: #464646;
    border-color: #464646;
}

.bx-filter .bx-filter-param-label,
.bx-filter .bx-filter-param-text {
    font-size: 13px;
}

.bx-filter .bx-filter-param-label {
    border-radius: 999px;
}

@media (max-width: 1279px) {
    .sidebar_col .filter_block {
        position: static;
    }
}

@media (max-width: 640px) {
    .ms-catalog-shell .bx-filter .bx-filter-button-box {
        grid-template-columns: 1fr 1fr;
    }
}

.bx-filter .bx-filter-select-text {
    font-size: 15px;
    line-height: 33px;
    overflow: hidden;
    max-width: 100%;
    height: 33px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.bx-filter .bx-filter-select-text.fix {
    min-width: 120px;
}

.bx-filter .bx-filter-select-text label {
    cursor: pointer;
}

.bx-filter .bx-filter-select-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 33px;
    cursor: pointer;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}

/*
*	Select popup
*
*/

.bx-filter-select-popup {
    background: #fff;
    padding: 0;
    min-width: 173px;
}

.bx-filter-select-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bx-filter-select-popup ul li {
    display: block;
    text-align: left;
    vertical-align: middle;
}

.bx-filter-select-popup ul li:first-child {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.bx-filter-select-popup ul li label {
    font-size: 14px;
    line-height: 26px;
    display: block;
    text-align: left !important;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 26px;
    padding: 0 5px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    color: #575757;
}

.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
    color: #000;
    background: #f3f8fa;
}

.bx-filter-select-popup ul li label.disabled {
    color: #b8b8b8;
    background: transparent;
}

.bx-filter-select-popup ul li .bx-filter-param-text {
    line-height: 34px !important;
}

/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
    padding: 18px;
    /*border-top: 1px solid #d7eaf7;/* COLOR */
    /*border-bottom: 1px solid #d7eaf7;/* COLOR */
}

.bx-filter .bx-tag-link {
    font-size: 12px;
    text-decoration: none;
    /*color: #68939e;/* COLOR */
    text-shadow: none;
}

.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
    color: #1d3d46;
}

/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
    min-height: 20px;
    font-weight: normal;
    cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
    float: left;
    display: block;
    margin-right: 5px;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
    display: block;
}

.bx-filter .bx-filter-param-label {
    /*font-size: 13px;*/
}

.bx-filter .bx-filter-param-label.dib {
    display: inline-block;
}

.bx-filter .bx-filter-param-text {
    font-weight: normal;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
    color: #6c6c6c;
}

.bx-filter-select-popup .bx-filter-param-label.bx-active {
    background: #f3f8fa;
}

/*
*	Checkbox / Radio 
*
*/

.bx-filter .bx-filter-input-checkbox {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {
	margin-right: 10px;
	margin-top: auto;
	margin-bottom: auto;
}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
    display: block;
    text-align: left;
}

/*
* 	BTN 
*
*/

.bx-filter .bx-filter-param-btn {
    font-weight: normal;
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #fff;
    position: relative;
    -webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    cursor: pointer;
}

.bx-retina .bx-filter .bx-filter-param-btn {
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/border_default.png) 2 repeat;
    -moz-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/border_default.png) 2 repeat;
    -o-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/border_default.png) 2 repeat;
    border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/border_default.png) 2 repeat;
}

/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/active.png) 2 repeat;
			border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
    background: transparent;
    box-shadow: none
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
    position: relative;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    z-index: 100;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
    opacity: .7;
}

.bx-filter .bx-filter-param-btn .bx-filter-param-text {
    line-height: 26px;
}

/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
    width: 23px;
    min-width: 23px;
    height: 23px;
    line-height: 23px;
    font-weight: normal;
    padding: 0;
    font-size: 17px;
    color: #767b7e;
    vertical-align: top;
    border-radius: 50%;
    background-color: transparent;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm:active {
    outline: none !important;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}

.bx-filter span.bx-spm {
    font-size: 18px;
    /*font-weight:bold;*/

    line-height: 23px;
    display: inline-block;
    height: 23px;
    margin: 0 10px;
    vertical-align: middle;
    color: #000;
}

/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
    line-height: 33px;
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-top: -4px;
    margin-right: 2px;
    vertical-align: middle;
    border-radius: 2px;
}

.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
    line-height: 24px;
    /*position:relative;*/
    /*top:4px;*/

    border-radius: 2px;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
    -webkit-background-size: cover;
    background-size: cover;
}

.bx-filter-select-popup .bx-filter-btn-color-icon {
    width: 20px;
    height: 20px;
    margin: 2px 0;
    top: 0 !important;
}

.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
    top: -1px !important;
}

.bx-filter-btn-color-icon.all {
    position: relative;
    border: none;
    box-shadow: none
}

.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
    position: absolute;
    width: 60%;
    height: 60%;
    background: #fff;
    content: " ";
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.bx-filter-btn-color-icon.all:after {
    right: 0;
    bottom: 0;
}

.bx-filter-btn-color-icon.all:before {
    top: 0;
    left: 0;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
    opacity: .2;
}

/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    color: #1485ce;
    border-bottom: 1px dashed;
}

.bx-filter .bx-filter-parameter-biz:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

.bx-filter .bx-filter-parameter-biz.bx-active {
    position: relative;
    /*padding-left:20px;*/

    color: #000;
    border-color: transparent;
}

/*
*	BTN result and reset 
*
*/

.btn-themes {
    /*background-color: #1485CE;/* COLOR */
    /*border-color: #1485CE;/* COLOR */
    color: #FFF
}

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
    /*background-color: #53A4D8;/* COLOR */
    /*border-color: #53A4D8;/* COLOR */
    color: #FFF
}

/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    z-index: 915;
    display: none;
    line-height: normal;
    margin-top: -7px;
    margin-left: 10px;
    padding: 0 10px;
    white-space: nowrap;
    color: #3f3f3f;
    min-height: 37px;
    line-height: 18px;
    border-style: solid;
    border: 1px solid #C6DCE7;
}

.bx-filter .bx-filter-popup-result.left {
    border-width: 2px 10px 2px 2px;
    -webkit-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/result_popup_left.png) 4 20 4 4 repeat;
    -moz-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/result_popup_left.png) 4 20 4 4 repeat;
    -o-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/result_popup_left.png) 4 20 4 4 repeat;
    border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/result_popup_left.png) 4 20 4 4 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
    border-width: 2px 2px 2px 10px;
    -webkit-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/result_popup_right.png) 4 4 4 20 repeat;
    -moz-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/result_popup_right.png) 4 4 4 20 repeat;
    -o-border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/result_popup_right.png) 4 4 4 20 repeat;
    border-image: url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
    left: 97%;
}

.bx-filter .bx-filter-popup-result.left {
    right: 97%;
}

.bx-filter-horizontal .bx-filter-popup-result {
    display: inline-block;
    position: relative;
    left: auto;
    right: auto;
    bottom: -7px;
}

.bx-filter .bx-filter-popup-result a {
    color: #0073a3;
    line-height: 10px;
}

.bx-filter .bx-filter-popup-result a:hover {
    text-decoration: none;
}

.bx-filter .bx-filter-popup-result-close {
    display: none;
}

@media (max-width: 767px) {
    .bx-touch .bx-filter .bx-filter-popup-result {
        font-size: 12px;
        line-height: 14px;
        position: fixed !important;
        z-index: 1001;
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        margin-top: 0;
        margin-left: 0;
        width: auto;
        height: auto;
        padding: 10px;
        border-radius: 2px;
        border: 1px solid #c6dae7;
        background: rgba(255, 255, 255, .9);
    }

    .bx-touch .bx-filter .bx-filter-popup-result br {
        display: none;
    }

    .bx-filter .bx-filter-popup-result .arrow {
        display: none;
    }
}
/* UI refresh overrides */
.bx-filter {
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 22px;
    background:
        linear-gradient(155deg, rgba(34, 211, 238, 0.09), transparent 38%),
        linear-gradient(325deg, rgba(34, 197, 94, 0.1), transparent 42%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.bx-filter .bx-filter-title {
    font-family: Mont, "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}

.bx-filter .bx-filter-parameters-box-title span {
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
}

.bx-filter .bx-filter-parameters-box-title span:hover {
    border-color: #22d3ee;
}

.bx-filter .bx-filter-input-container input {
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-radius: 10px;
    padding: 0 10px;
    font-size: 16px;
}

.btn.btn-themes,
.btn.btn-link {
    min-height: 44px;
    border-radius: 12px;
    font-family: Mont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 700;
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.btn.btn-themes {
    background: linear-gradient(180deg, #86efac, #22c55e);
    color: #052e16;
    box-shadow: 0 8px 18px rgba(34, 197, 94, 0.3);
}

.btn.btn-link {
    background: rgba(8, 145, 178, 0.2);
    color: #0f172a;
    border: 1px solid rgba(34, 211, 238, 0.45);
}

.btn.btn-themes:hover,
.btn.btn-link:hover {
    transform: translateY(-1px);
}

.btn.btn-themes:focus-visible,
.btn.btn-link:focus-visible {
    outline: 3px solid #67e8f9;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .btn.btn-themes,
    .btn.btn-link {
        transition: none;
    }
}

/* Inline filter presentation for unified category template */
.ms-catalog-shell__drawer .filter_block {
    position: static;
    height: auto;
}

.ms-catalog-shell__drawer .bx-filter {
    min-height: 0;
    margin: 0;
    border-radius: 20px;
    border: 1px solid rgba(46, 46, 46, 0.14);
    background:
        radial-gradient(circle at top left, rgba(197, 229, 156, 0.16), transparent 36%),
        linear-gradient(180deg, #ffffff 0%, #fbfbf8 100%);
    box-shadow: 0 14px 28px rgba(46, 46, 46, 0.08);
}

.ms-catalog-shell__drawer .bx-filter .bx-filter-section {
    padding: 18px 20px 20px;
}

.ms-catalog-shell__drawer .bx-filter .bx-filter-title {
    display: block;
    margin: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(46, 46, 46, 0.1);
    font-size: 18px;
    line-height: 1.15;
}

.ms-catalog-shell__drawer .bx-filter .smartfilter > .filter_row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.ms-catalog-shell__drawer .bx-filter .bx-filter-button-box {
    position: static;
    bottom: auto;
    background: transparent;
    padding-top: 12px;
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ms-catalog-shell__drawer .bx-filter .bx-filter-parameters-box {
    padding-top: 10px;
    margin-top: 10px;
}

.ms-catalog-shell__drawer .bx-filter .bx-filter-parameters-box-title span,
.ms-catalog-shell__drawer .bx-filter .bx-filter-parameters-box-hint {
    min-height: 36px;
    font-size: 15px;
}

.ms-catalog-shell__drawer .bx-filter .btn.btn-themes,
.ms-catalog-shell__drawer .bx-filter .btn.btn-link {
    width: min(220px, 100%);
    min-height: 48px;
    border-radius: 14px;
}

@media (max-width: 640px) {
    .ms-catalog-shell__drawer .bx-filter {
        min-height: auto;
    }

    .ms-catalog-shell__drawer .bx-filter .btn.btn-themes,
    .ms-catalog-shell__drawer .bx-filter .btn.btn-link {
        width: 100%;
    }
}

/* 2026-05 mobile/tablet UX pass: make Bitrix filter controls finger-sized without changing logic. */
.ms-catalog-shell__drawer .bx-filter .bx-filter-param-label,
.ms-catalog-shell__drawer .bx-filter .bx-filter-input-checkbox,
.ms-catalog-shell .bx-filter .bx-filter-param-label,
.ms-catalog-shell .bx-filter .bx-filter-input-checkbox {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ms-catalog-shell__drawer .bx-filter .bx-filter-param-btn,
.ms-catalog-shell .bx-filter .bx-filter-param-btn {
    min-width: 44px;
    width: 44px;
    min-height: 44px;
    height: 44px;
    border-radius: 12px;
}

.ms-catalog-shell__drawer .bx-filter input[type="checkbox"],
.ms-catalog-shell__drawer .bx-filter input[type="radio"],
.ms-catalog-shell .bx-filter input[type="checkbox"],
.ms-catalog-shell .bx-filter input[type="radio"] {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
}

.ms-catalog-shell__drawer .bx-filter .bx-filter-select-block,
.ms-catalog-shell .bx-filter .bx-filter-select-block {
    min-height: 44px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 640px) {
    .ms-cat-filter-slot .ms-catalog-shell__drawer {
        width: calc(100vw - 16px) !important;
    }

    .ms-catalog-shell__drawer .bx-filter .bx-filter-button-box {
        grid-template-columns: 1fr;
    }
}


/* End */


/* Start:/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/themes/blue/colors.min.css?17778892614373*/
.bx-filter.bx-blue .bx-filter-section{background:#edf6fc}.bx-filter.bx-blue .bx-filter-input-container input:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus{-webkit-border-image:url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-ui-slider-track{background:#e7e7e7}.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background:#849da4}.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background:#a8dff3}.bx-filter.bx-blue .bx-ui-slider-pricebar-v{background:#499fd8}.bx-filter.bx-blue .bx-ui-slider-handle.left{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top}.bx-filter.bx-blue .bx-ui-slider-handle.right{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top}.bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-filter.bx-blue .bx-filter-select-container:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-filter-tag{border-top:1px solid #d7eaf7;border-bottom:1px solid #d7eaf7}.bx-filter.bx-blue .bx-tag-link{color:#68939e}.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-filter.bx-blue .bx-filter-param-btn:active,.bx-filter.bx-blue .bx-filter-param-btn:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .btn-themes{background-color:#1485ce;border-color:#1485ce;color:#FFF}.bx-filter.bx-blue .btn-themes.bx-active,.bx-filter.bx-blue .btn-themes.focus,.bx-filter.bx-blue .btn-themes:active,.bx-filter.bx-blue .btn-themes:focus,.bx-filter.bx-blue .btn-themes:hover{background-color:#53a4d8;border-color:#53a4d8;color:#FFF}
/* End */


/* Start:/local/templates/ms_template_adatpive/components/bitrix/system.pagenavigation/ms_page_nav/style.css?17778892612682*/
.scheme_list_paginator {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-bottom: 30px;
}

.modern-page-navigation {
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.13);
	border-radius: 70px;
	display: flex;
	justify-content: center;
}

.modern-page-current {
	font-family: Antipasto Pro;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	border-radius: 50%;
	background: var(--color-new-green);
	text-decoration: none;
	display: inline-block;
	margin: auto 9px;
	transform: scale(1.3);
}

.modern-page-navigation a {
	font-family: Antipasto Pro;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	border-radius: 50%;
	background: var(--color-new-green-light);
	text-decoration: none;
	display: inline-block;
	transition: all .3s;
}

.modern-page-navigation a:hover {
	transform: scale(1.3);
	background: var(--color-new-green);
	transition: all .3s;
}

.modern-page-navigation a.modern-page-next {
	content: '';
	font-family: Antipasto Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	color: #FFFFFF;
	width: 25px;
	height: 25px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
	display: inline-block;
	margin: auto 9px;
	background-image: url("/img/paginator_arrow.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.modern-page-navigation a.modern-page-previous {
	content: '';
	font-family: Antipasto Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	color: #FFFFFF;
	width: 25px;
	height: 25px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
	display: inline-block;
	margin: auto 9px;
	background-image: url("/img/paginator_arrow_2.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (min-width: 320px) {
	.modern-page-current {
		font-size: 14px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.modern-page-navigation a {
		font-size: 14px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 9px;
	}
	.modern-page-navigation {
		margin: 0 auto 30px;
		height: auto;
		line-height: 30px;
		padding: 15px 15px 6px 15px;
		flex-flow: row wrap;
	}
}

@media (min-width: 640px) {
	.modern-page-current {
		font-size: 30px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.modern-page-navigation a {
		font-size: 30px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin: auto 9px;
	}
	.modern-page-navigation {
		margin: 0 auto 30px;
		height: 100px;
		line-height: 100px;
		padding: 0 75px;
		flex-flow: row nowrap;
	}
}
/* End */


/* Start:/local/templates/ms_template_adatpive/components/bitrix/catalog.section/category_section_generator/style.css?177939956945173*/
.cat_section_description {
    font-family: Mont, "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.65;
    color: #334155;
    margin-bottom: 40px;
    max-width: var(--text-max-width, 70ch);
}

@media (max-width: 640px) {
    .cat_section_description {
        font-size: 17px;
        padding: 0 var(--mobile-padding, 16px);
    }
}

.catalog_section {
    --catalog-accent-from: #86efac;
    --catalog-accent-to: #22c55e;
    --catalog-accent-text: #052e16;
    --catalog-accent-shadow: rgba(34, 197, 94, 0.34);
    --catalog-accent-shadow-hover: rgba(34, 197, 94, 0.4);
    --catalog-secondary: #0891b2;
}

.catalog_section {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 -14px 56px -14px;
}

.catalog_section_item {
    text-align: center;
    padding: 0 14px 28px 14px;
    margin-bottom: 8px;
}

.catalog_section_empty_item {
    display: block;
    width: 100%;
    text-align: center;
}

.catalog_section_empty_item h2 {
    padding: 0;
    margin: 0;
    font-family: Antipasto Pro, Mont, sans-serif;
    font-style: normal;
    font-weight: 450;
    line-height: 1;
    text-align: center;
    color: #334155;
}

.catalog_section_item_inner {
    background:
        linear-gradient(155deg, rgba(34, 211, 238, 0.1), transparent 38%),
        linear-gradient(325deg, rgba(34, 197, 94, 0.12), transparent 42%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 22px;
    min-height: 320px;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.catalog_section_item_inner:hover {
    transform: translateY(-3px);
    border-color: rgba(34, 211, 238, 0.55);
    box-shadow: 0 20px 34px rgba(15, 23, 42, 0.14);
}

.section_item_pic {
    padding: 18px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_item_pic img {
    display: block;
    width: 100%;
    max-width: 220px;
    max-height: 170px;
    object-fit: contain;
}

.section_item_cat_name {
    padding: 14px 15px 8px 15px;
    font-family: Mont, "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.2;
    color: var(--catalog-secondary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.section_item_name {
    padding: 8px 15px 40px 15px;
    font-family: Mont, "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.25;
    color: #0f172a;
    text-transform: none;
}

.section_item_btn {
    position: absolute;
    left: 0;
    right: 0;
}

.section_item_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 160px;
    padding: 10px 42px 10px 16px;
    color: var(--catalog-accent-text);
    text-decoration: none;
    border-radius: 999px;
    font-family: Mont, "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    background: linear-gradient(180deg, var(--catalog-accent-from), var(--catalog-accent-to));
    position: relative;
    box-shadow: 0 10px 20px var(--catalog-accent-shadow);
    transition: box-shadow 220ms ease, transform 220ms ease;
}

.section_item_btn a:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("/img/product_btn_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 14px;
    top: 13px;
}

.section_item_btn a:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 24px var(--catalog-accent-shadow-hover);
}

.section_item_btn a:focus-visible {
    outline: 3px solid #67e8f9;
    outline-offset: 2px;
}

@media (min-width: 320px) {
    .catalog_section_item {
        width: 50%;
    }

    .section_item_btn {
        bottom: -8px;
    }

    .catalog_section_empty_item h2 {
        font-size: 20px;
    }
}

@media (min-width: 640px) {
    .catalog_section.viewed_section .catalog_section_item {
        width: 25%;
    }

    .catalog_section .catalog_section_item {
        width: 33.3333%;
    }

    .section_item_btn {
        bottom: -12px;
    }

    .catalog_section_empty_item h2 {
        font-size: 30px;
    }
}

@media (min-width: 1024px) {
    .catalog_section.viewed_section .catalog_section_item {
        width: 25%;
    }

    .catalog_section .catalog_section_item {
        width: 33.3333%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .catalog_section_item_inner,
    .section_item_btn a {
        transition: none;
    }
}

/* Mirstul brand palette overrides */
.catalog_section {
    --catalog-accent-from: #c5e59c;
    --catalog-accent-to: #599c4c;
    --catalog-accent-text: #183014;
    --catalog-accent-shadow: rgba(89, 156, 76, 0.28);
    --catalog-accent-shadow-hover: rgba(89, 156, 76, 0.34);
    --catalog-secondary: #599c4c;
}

.cat_section_description {
    font-family: Mont, "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.65;
    color: #334155;
    margin-bottom: 40px;
    max-width: var(--text-max-width, 70ch);
}

@media (max-width: 640px) {
    .cat_section_description {
        font-size: 17px;
        padding: 0 var(--mobile-padding, 16px);
    }
}

.catalog_section_item_inner {
    background:
        linear-gradient(160deg, rgba(197, 229, 156, 0.22), transparent 38%),
        linear-gradient(330deg, rgba(89, 156, 76, 0.1), transparent 46%),
        linear-gradient(180deg, #ffffff 0%, #f7f8f4 100%);
    border-color: rgba(213, 213, 213, 0.95);
    box-shadow: 0 12px 24px rgba(46, 46, 46, 0.08);
}

.catalog_section_item_inner:hover {
    border-color: rgba(89, 156, 76, 0.45);
    box-shadow: 0 18px 30px rgba(46, 46, 46, 0.12);
}

.section_item_pic {
    border-bottom-color: rgba(213, 213, 213, 0.8);
}

.section_item_cat_name {
    color: #599c4c;
}

.section_item_name {
    color: #2e2e2e;
}

.section_item_btn a:focus-visible {
    outline-color: #599c4c;
}

/* Mirstul redesign v2 (strong catalog cards) */
.catalog_section {
    margin: 0 -12px 46px -12px;
}

.catalog_section_item {
    padding: 0 12px 24px 12px;
}

.catalog_section_item_inner {
    border-radius: 18px;
    min-height: 336px;
    border: 1px solid rgba(46,46,46,.16) !important;
    background:
        linear-gradient(160deg, rgba(197,229,156,.22), transparent 40%),
        linear-gradient(180deg, #ffffff 0%, #f7f8f4 100%) !important;
    box-shadow: 0 14px 24px rgba(46,46,46,.07) !important;
}

.catalog_section_item_inner:hover {
    transform: translateY(-4px);
    border-color: rgba(89,156,76,.42) !important;
    box-shadow: 0 18px 30px rgba(46,46,46,.11) !important;
}

.section_item_pic {
    min-height: 184px;
    padding: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,.75), rgba(242,246,238,.65));
}

.section_item_pic img {
    max-height: 176px;
}

.section_item_cat_name {
    color: #599c4c;
    font-weight: 800;
    letter-spacing: .07em;
}

.section_item_name {
    color: #2e2e2e;
    font-size: 16px;
    line-height: 1.3;
    min-height: 58px;
}

.section_item_btn a {
    min-width: 172px;
    min-height: 46px;
    border-radius: 14px;
    padding: 10px 44px 10px 16px;
    box-shadow: 0 10px 18px rgba(89,156,76,.2);
}

.section_item_btn a:after {
    width: 16px;
    height: 16px;
    right: 14px;
    top: 15px;
}

@media (max-width: 639px) {
    .catalog_section_item {
        width: 100%;
    }

    .catalog_section_item_inner {
        min-height: 0;
    }

    .section_item_name {
        min-height: 0;
        padding-bottom: 52px;
    }
}

/* Category redesign 1:1-ish layout */
.ms-cat-page{
    --paper:#fff;
    --ink:#2e2e2e;
    --muted:#2e2e2e;
    --line:rgba(46,46,46,.16);
    --line-strong:#2e2e2e;
    --green:#599c4c;
    --green-2:#599c4c;
    --shadow:0 18px 36px rgba(46,46,46,.10);
    --shadow-soft:0 10px 18px rgba(46,46,46,.07);
    color:var(--ink);
}
.ms-cat-page *{box-sizing:border-box}
.ms-cat-page__hero{padding:18px 0 12px}
.ms-cat-page__hero-panel{
    background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:18px;
    box-shadow:var(--shadow);display:grid;grid-template-columns:1.1fr .9fr;gap:14px;
}
.ms-cat-page__crumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;line-height:1.35;color:#5b655b;margin-bottom:10px}
.ms-cat-page__crumbs a,
.ms-cat-page__crumbs a:visited{color:#315b2b;text-decoration:none;font-weight:700}
.ms-cat-page__crumbs a:hover{color:#599c4c}
.ms-cat-page__crumbs span{color:#2e2e2e}
.ms-cat-page__badge{
    display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;
    background:#ffffff;border:1px solid var(--line);font-size:12px;font-weight:700;color:#2e2e2e;
}
.ms-cat-page__title{
    margin:10px 0 8px;font-family:"Unbounded","Montserrat","Segoe UI",sans-serif;
    font-size:clamp(28px,3.5vw,44px);line-height:1.06;letter-spacing:-.02em;
}
.ms-cat-page__lead{margin:0;color:var(--muted);font-size:15px;line-height:1.55}
.ms-cat-page__tags{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap}
.ms-cat-page__tags span{
    font-size:12px;font-weight:700;padding:7px 10px;border-radius:999px;background:#fff;border:1px solid var(--line);
}
.ms-cat-page__hero-side{display:grid;gap:10px}
.ms-cat-page__stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ms-cat-page__stat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px}
.ms-cat-page__stat b{display:block;font-size:20px;line-height:1;color:var(--green)}
.ms-cat-page__stat span{color:var(--muted);font-size:12px;font-weight:700}
.ms-cat-page__notice{background:#2e2e2e;color:#fff;border:1px solid #464646;border-radius:14px;padding:12px;font-size:13px;line-height:1.45}
.ms-cat-page__notice b{display:block;margin-bottom:4px}

.ms-cat-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;align-items:start;padding-bottom:24px}
.ms-cat-filters{
    position:sticky;top:92px;background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:14px;box-shadow:var(--shadow);
}
.ms-cat-filters__head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px}
.ms-cat-filters__head h2{margin:0;font-size:18px;font-family:"Unbounded","Montserrat","Segoe UI",sans-serif}
.ms-cat-filters__reset{font-size:12px;font-weight:700;color:var(--green);text-decoration:none}
.ms-cat-filter-group{border-top:1px solid #e8e8e8;padding-top:12px;margin-top:12px;display:grid;gap:8px}
.ms-cat-filter-group:first-of-type{border-top:0;padding-top:0;margin-top:0}
.ms-cat-filter-group h3{margin:0 0 4px;font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}
.ms-cat-filter-group label{display:flex;align-items:center;gap:8px;font-size:13px}
.ms-cat-filter-group input{accent-color:var(--green)}
.ms-cat-range{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.ms-cat-range input{width:100%;border:1px solid var(--line);border-radius:10px;padding:10px 12px;background:#fff;font:inherit}
.ms-cat-filters__apply{width:100%;margin-top:12px;border:0;border-radius:12px;padding:12px 14px;background:var(--green);color:#fff;font:inherit;font-weight:800}

.ms-cat-content{display:grid;gap:12px}
.ms-cat-toolbar{background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:var(--shadow-soft);display:grid;gap:10px}
.ms-cat-toolbar__row{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}
.ms-cat-toolbar__count{font-weight:800}
.ms-cat-toolbar__sort{display:flex;gap:8px;flex-wrap:wrap}
.ms-cat-toolbar__sort button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 11px;font:inherit;font-size:12px;font-weight:700}
.ms-cat-toolbar__sort .is-active{background:var(--green);color:#fff;border-color:var(--green)}
.ms-cat-toolbar__chips{display:flex;gap:8px;flex-wrap:wrap}
.ms-cat-toolbar__chips span{display:inline-flex;align-items:center;background:#ffffff;border:1px solid rgba(89,156,76,.35);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700;color:#2e2e2e}

.catalog_section.ms-cat-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin:0;
}
.catalog_section.ms-cat-grid .catalog_section_item{padding:0;margin:0;width:auto}

.ms-cat-card-v3{
    background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-soft);overflow:hidden;
    display:grid;grid-template-rows:auto auto 1fr auto;height:100%;
    transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
    cursor:pointer;
}
.ms-cat-card-v3:hover{transform:translateY(-3px);border-color:var(--line-strong);box-shadow:0 18px 26px rgba(46,46,46,.10)}
.ms-cat-card-v3:focus-visible{outline:2px solid #599c4c;outline-offset:2px}
.ms-cat-card-v3__image{position:relative;background:linear-gradient(160deg,#f2f2f2,#e8ece2);padding:8px;border-bottom:1px solid var(--line);display:block;text-decoration:none}
.ms-cat-card-v3__image img{width:100%;aspect-ratio:1/1;object-fit:contain;display:block;filter:drop-shadow(0 14px 18px rgba(0,0,0,.12))}
.ms-cat-card-v3__image--chair img{object-position:center bottom}
.ms-cat-card-v3__img-empty{height:180px;border-radius:12px;background:#f4f6f0;display:grid;place-items:center;color:#666;font-weight:700}
.ms-cat-card-v3__flag{position:absolute;top:10px;left:10px;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:800;border:1px solid}
.ms-cat-card-v3__flag--new{background:#fff;border-color:var(--line);color:#4c4038}
.ms-cat-card-v3__flag{display:none !important;}
.ms-cat-card-v3__meta-top{padding:12px 12px 0;display:flex;justify-content:space-between;gap:8px;align-items:flex-start}
.ms-cat-card-v3__sku{font-size:12px;color:var(--muted);font-weight:700}
.ms-cat-card-v3__stock{font-size:11px;font-weight:700;color:#20553a;background:#ffffff;border:1px solid rgba(89,156,76,.35);padding:6px 8px;border-radius:999px;white-space:nowrap}
.ms-cat-card-v3__body{padding:8px 12px 12px;display:grid;gap:10px}
.ms-cat-card-v3__body h3{margin:0;font-size:17px;line-height:1.18}
.ms-cat-card-v3__body h3 a{text-decoration:none;color:inherit}
.ms-cat-card-v3__body p{margin:0;color:var(--muted);font-size:13px;line-height:1.45;min-height:38px}
.ms-cat-card-v3__tags{display:flex;gap:6px;flex-wrap:wrap}
.ms-cat-card-v3__tags span{font-size:11px;font-weight:700;color:#5c7565;background:#ffffff;border:1px solid rgba(89,156,76,.25);padding:5px 7px;border-radius:999px}
.ms-cat-card-v3__specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
.ms-cat-card-v3__spec{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:6px;min-width:0;background:#fff;border:1px solid rgba(89,156,76,.22);border-radius:9px;padding:6px 7px}
.ms-cat-card-v3__spec-icon{width:22px;height:22px;border-radius:7px;display:grid;place-items:center;background:#eef6eb;color:#4f8d44}
.ms-cat-card-v3__spec-icon svg{width:15px;height:15px;display:block}
.ms-cat-card-v3__spec-text{display:grid;gap:1px;min-width:0}
.ms-cat-card-v3__spec b{display:block;font-size:10px;line-height:1.1;color:var(--muted);font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ms-cat-card-v3__spec span{font-size:12px;line-height:1.15;font-weight:850;color:#2e2e2e;overflow-wrap:anywhere}
.ms-cat-card-v3__footer{display:flex;justify-content:flex-start;gap:10px;align-items:center;padding:12px;border-top:1px solid var(--line);background:rgba(255,255,255,.55)}
.ms-cat-card-v3__price{display:grid;gap:2px}
.ms-cat-card-v3__price strong{font-size:18px;line-height:1;color:var(--green)}
.ms-cat-card-v3__price span{font-size:11px;color:var(--muted)}
.ms-cat-card-v3__cta{display:flex;gap:8px}
.ms-cat-card-v3__cta a{border-radius:10px;padding:10px 11px;text-decoration:none;font-size:12px;font-weight:800}
.ms-cat-card-v3__main{background:var(--green);color:#fff}
.ms-cat-card-v3__ghost{background:#fff;border:1px solid var(--line);color:var(--ink)}

.ms-cat-pagination{background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px}
.ms-cat-pagination .modern-page-navigation{margin:0}

@media (max-width:1180px){
    .ms-cat-page__hero-panel{grid-template-columns:1fr}
    .ms-cat-layout{grid-template-columns:1fr}
    .ms-cat-filters{position:static}
    .catalog_section.ms-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:720px){
    .catalog_section.ms-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .ms-cat-page__stats,.ms-cat-range{grid-template-columns:1fr}
    .ms-cat-toolbar__row{align-items:stretch}
    .ms-cat-toolbar__sort{width:100%}
    .ms-cat-toolbar__sort button{flex:1}
    .ms-cat-card-v3__footer{flex-direction:column;align-items:stretch}
    .ms-cat-card-v3__cta a{flex:1;text-align:center}
    .ms-cat-card-v3__body p{display:none}
    .ms-cat-card-v3__specs{display:none}
    .ms-cat-card-v3__tags{display:none}
    .ms-cat-card-v3__meta-top{display:none}
    .ms-cat-card-v3__body{padding:6px 10px 8px}
    .ms-cat-card-v3__body h3{font-size:14px;line-height:1.2}
    .ms-cat-card-v3__image{padding:12px 12px 8px}
    .ms-cat-card-v3__price strong{font-size:16px}
    .ms-cat-card-v3__footer{padding:8px 10px}
    .ms-cat-card-v3__cta a{padding:8px 10px;font-size:11px;min-width:0}
}

@media (max-width:480px){
    .catalog_section.ms-cat-grid{grid-template-columns:1fr}
    .ms-cat-card-v3__body p{display:none}
    .ms-cat-card-v3__specs{display:none}
    .ms-cat-card-v3__tags{display:none}
    .ms-cat-card-v3__meta-top{display:none}
    .ms-cat-card-v3__body{padding:6px 10px 8px}
    .ms-cat-card-v3__body h3{font-size:14px;line-height:1.2}
    .ms-cat-card-v3__image{padding:12px 12px 8px}
    .ms-cat-card-v3__price strong{font-size:16px}
    .ms-cat-card-v3__footer{padding:8px 10px;flex-direction:column}
    .ms-cat-card-v3__cta a{padding:8px 10px;font-size:11px}
}

/* Real smart.filter is rendered outside this template in common_catalog/section_vertical.php */
.ms-cat-page .ms-cat-filters{display:none !important}
/* Category page redesign layout */
.ms-cat-hero {
    margin: 8px 0 22px;
    border: 1px solid rgba(46,46,46,.16);
    border-radius: 22px;
    background:
        radial-gradient(circle at 12% 14%, rgba(197,229,156,.35), transparent 55%),
        linear-gradient(180deg, #ffffff, #ffffff);
    box-shadow: 0 14px 28px rgba(46,46,46,.07);
    overflow: hidden;
}

.ms-cat-hero__body { padding: 20px 22px; }
.ms-cat-hero__eyebrow {
    color: #599c4c; font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
}
.ms-cat-hero__title-wrap {
    display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 8px;
}
.ms-cat-hero__title {
    margin: 0; color: #2e2e2e; font-family: Antipasto Pro, Mont, "Segoe UI", sans-serif;
    font-weight: 700; line-height: 1; font-size: clamp(26px, 4vw, 42px);
}
.ms-cat-hero__count {
    flex: 0 0 auto; padding: 8px 12px; border-radius: 999px; background: #edf7e6;
    border: 1px solid rgba(89,156,76,.22); color: #315b2a; font-weight: 700; font-size: 13px;
}
.ms-cat-hero__desc {
    margin: 12px 0 0; color: #2e2e2e; line-height: 1.55; font-size: 14px; max-width: 860px;
}
.ms-cat-hero__chips { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.ms-cat-hero__chips span {
    display: inline-flex; align-items: center; min-height: 34px; padding: 6px 12px; border-radius: 999px;
    background: rgba(255,255,255,.9); border: 1px solid rgba(46,46,46,.16); color: #2e2e2e; font-size: 13px; font-weight: 700;
}

.ms-cat-card { display: grid; grid-template-rows: auto 1fr; overflow: hidden; }
.ms-cat-card__media {
    position: relative; display: flex; align-items: center; justify-content: center; min-height: 210px;
    padding: 16px; border-bottom: 1px solid rgba(213,213,213,.8);
    background: radial-gradient(circle at 84% 14%, rgba(197,229,156,.22), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.85), rgba(242,246,238,.75));
    text-decoration: none;
}
.ms-cat-card__media-shell {
    padding: 0 !important;
    border-bottom: 0 !important;
    background: transparent !important;
    min-height: 0 !important;
}
.ms-cat-card__media-shell .ms-cat-card__media {
    width: 100%;
}
.ms-cat-card__media img {
    max-width: 100%; max-height: 185px; object-fit: contain; display: block;
    filter: drop-shadow(0 10px 18px rgba(46,46,46,.12));
}
.ms-cat-card__swatches {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 10px 12px 12px;
    border-top: 1px solid rgba(213, 213, 213, .9);
    background: rgba(255,255,255,.96);
}
.ms-cat-card__swatch {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(213, 213, 213, .95);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.ms-cat-card__swatch:hover {
    transform: translateY(-1px);
    border-color: rgba(89,156,76,.7);
}
.ms-cat-card__swatch.is-active {
    border-color: #599c4c;
    box-shadow: 0 0 0 2px rgba(89,156,76,.2);
}
.ms-cat-card__pill {
    position: absolute; left: 12px; display: inline-flex; align-items: center; min-height: 28px; padding: 4px 10px;
    border-radius: 999px; font-size: 11px; font-weight: 700; line-height: 1; border: 1px solid rgba(46,46,46,.16);
    background: rgba(255,255,255,.94); color: #2e2e2e;
}
.ms-cat-card__pill--section { top: 12px; }
.ms-cat-card__pill--stock { top: 46px; color: #315b2a; border-color: rgba(89,156,76,.22); background: #edf7e6; }

.ms-cat-card__content { display: grid; grid-template-rows: auto auto 1fr auto; gap: 10px; padding: 14px 14px 12px; }
.ms-cat-card__title-link { color: inherit; text-decoration: none; }
.ms-cat-card__title-link:hover { color: #599c4c; }

.ms-cat-card__meta { display: grid; gap: 6px; }
.ms-cat-card__meta-item {
    display: grid; gap: 2px; padding: 8px 10px; border: 1px solid rgba(213,213,213,.9);
    border-radius: 10px; background: rgba(255,255,255,.9);
}
.ms-cat-card__meta-name {
    color: #6a6a6a; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
}
.ms-cat-card__meta-value { color: #2e2e2e; font-size: 13px; font-weight: 700; line-height: 1.25; }

.ms-cat-card__footer { display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.ms-cat-card__price { display: grid; gap: 2px; }
.ms-cat-card__price-current { color: #2e2e2e; font-size: 18px; font-weight: 800; line-height: 1.1; }
.ms-cat-card__price-old { color: #8a8a8a; font-size: 12px; text-decoration: line-through; }
.ms-cat-card__price-request { color: #2e2e2e; font-size: 14px; font-weight: 700; }

.ms-cat-card__actions.section_item_btn { position: static; }
.ms-cat-card__actions.section_item_btn a {
    min-width: 140px; min-height: 42px; border-radius: 12px; font-size: 13px; padding: 9px 36px 9px 14px;
}
.ms-cat-card__actions.section_item_btn a:after { top: 13px; }

@media (max-width: 767px) {
    .ms-cat-hero__body { padding: 16px; }
    .ms-cat-hero__title-wrap { flex-direction: column; align-items: flex-start; }
    .ms-cat-card__footer { flex-direction: column; align-items: stretch; }
    .ms-cat-card__actions.section_item_btn a { width: 100%; min-width: 0; }
}

/* Unified category template: compact top panel, drawer filter, 4-up grid */
.ms-cat-page {
    --ms-cat-gap: 18px;
}

.ms-cat-layout {
    padding-bottom: 32px;
}

.ms-cat-content {
    gap: var(--ms-cat-gap);
    position: relative;
}

.ms-cat-toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ms-cat-toolbar__heading {
    display: none;
}

.ms-cat-toolbar__eyebrow {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #599c4c;
}

.ms-cat-toolbar__title {
    margin: 0;
    color: #2e2e2e;
    font-family: Antipasto Pro, Mont, "Segoe UI", sans-serif;
    font-size: clamp(34px, 4.4vw, 58px);
    line-height: 0.95;
    font-weight: 700;
}

.ms-cat-toolbar__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.ms-cat-toolbar__count {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: #edf7e6;
    border: 1px solid rgba(89, 156, 76, 0.25);
    color: #315b2a;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.ms-cat-toolbar__filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid #2e2e2e;
    border-radius: 999px;
    background: #2e2e2e;
    color: #ffffff;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.ms-cat-toolbar__filter-toggle.is-open {
    background: #edf7e6;
    border-color: rgba(89, 156, 76, 0.25);
    color: #315b2a;
}

.ms-cat-toolbar__filter-toggle::before {
    content: "";
    width: 14px;
    height: 10px;
    background:
        linear-gradient(currentColor, currentColor) 0 0 / 14px 2px no-repeat,
        linear-gradient(currentColor, currentColor) 0 4px / 10px 2px no-repeat,
        linear-gradient(currentColor, currentColor) 0 8px / 14px 2px no-repeat;
}

.ms-cat-toolbar__filter-toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 20px rgba(46, 46, 46, 0.16);
}

.ms-cat-toolbar__filter-toggle:focus-visible {
    outline: 2px solid #599c4c;
    outline-offset: 2px;
}

/* Filter drawer panel styles */
.ms-cat-filter-slot .ms-catalog-shell__drawer {
    margin: 0;
    width: 100% !important;
    flex: none !important;
    min-width: 0;
    pointer-events: auto;
    animation: msCatFilterPanelIn 180ms ease both;
}

.ms-cat-filter-slot .ms-catalog-shell__drawer-head {
    display: none;
}

.ms-cat-filter-slot .sidebar_col {
    width: 100% !important;
    flex: none !important;
}

.ms-cat-filter-slot .ms-catalog-shell__drawer-title {
    font-size: 16px;
}

@keyframes msCatFilterPanelIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.catalog_section.ms-cat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--ms-cat-gap);
}

.ms-cat-card-v3 {
    border-radius: 22px;
}

.ms-cat-card-v3__image {
    padding: 18px 18px 10px;
}

.ms-cat-card-v3__image img {
    aspect-ratio: 1 / 1;
}

.ms-cat-card-v3__meta-top {
    padding: 14px 16px 0;
}

.ms-cat-card-v3__body {
    padding: 10px 16px 16px;
}

.ms-cat-card-v3__body p {
    min-height: 58px;
}

.ms-cat-card-v3__footer {
    padding: 14px 16px 16px;
}

@media (max-width: 1360px) {
    .catalog_section.ms-cat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .ms-cat-toolbar {
        justify-content: flex-start;
    }

    .ms-cat-toolbar__actions {
        justify-content: flex-start;
    }

    .catalog_section.ms-cat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 640px) {
    .ms-cat-toolbar__actions {
        width: 100%;
    }

    .ms-cat-toolbar__count,
    .ms-cat-toolbar__filter-toggle {
        width: 100%;
        justify-content: center;
    }

    .catalog_section.ms-cat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ms-cat-card-v3__body p { display: none; }
    .ms-cat-card-v3__specs { display: none; }
    .ms-cat-card-v3__tags { display: none; }
    .ms-cat-card-v3__meta-top { display: none; }
    .ms-cat-card-v3__body { padding: 6px 10px 8px; }
    .ms-cat-card-v3__body h3 { font-size: 14px; line-height: 1.2; }
    .ms-cat-card-v3__image { padding: 12px 12px 8px; }
    .ms-cat-card-v3__price strong { font-size: 16px; }
    .ms-cat-card-v3__footer { padding: 8px 10px; }
    .ms-cat-card-v3__cta a { padding: 8px 10px; font-size: 11px; min-width: 0; }
}

@media (max-width: 480px) {
    .catalog_section.ms-cat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.ms-cat-story {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(520px, 0.95fr);
    align-items: stretch;
    gap: 16px;
    min-height: 250px;
    padding: 14px 16px;
    border-radius: 26px;
    border: 1px solid rgba(46, 46, 46, 0.14);
    background:
        radial-gradient(circle at 14% 18%, rgba(197, 229, 156, 0.36), transparent 34%),
        radial-gradient(circle at 72% 82%, rgba(197, 229, 156, 0.16), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fbfbf8 100%);
    box-shadow: 0 20px 34px rgba(46, 46, 46, 0.08);
}

.ms-cat-story__main,
.ms-cat-story__side {
    display: grid;
    align-content: start;
    gap: 10px;
    min-width: 0;
}

.ms-cat-story__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(46, 46, 46, 0.14);
    background: rgba(255, 255, 255, 0.9);
    color: #2e2e2e;
    font-size: 12px;
    font-weight: 800;
    width: fit-content;
}

.ms-cat-story__title {
    margin: 0;
    color: #2e2e2e;
    font-family: Antipasto Pro, Mont, "Segoe UI", sans-serif;
    font-size: clamp(34px, 3.2vw, 50px);
    line-height: 0.9;
    font-weight: 700;
    letter-spacing: -0.03em;
    max-width: 10ch;
}

.ms-cat-story__lead {
    margin: 0;
    max-width: 40ch;
    color: #263043;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.32;
}

.ms-cat-story__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.ms-cat-story__stat,
.ms-cat-story__fact {
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(46, 46, 46, 0.14);
    background: rgba(255, 255, 255, 0.92);
}

.ms-cat-story__stat strong {
    display: block;
    color: #599c4c;
    font-size: clamp(20px, 1.75vw, 32px);
    line-height: 1;
    font-weight: 800;
}

.ms-cat-story__stat span {
    display: block;
    margin-top: 6px;
    color: #202733;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
}

.ms-cat-story__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.ms-cat-story__fact {
    display: grid;
    align-content: start;
    gap: 8px;
}

.ms-cat-story__fact span {
    color: #263043;
    font-size: 12px;
    line-height: 1.25;
}

.ms-cat-story__fact b {
    color: #202733;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
    text-align: left;
}

.ms-cat-seo-copy {
    width: min(1220px, calc(100% - 32px));
    margin: 28px auto 46px;
}

.ms-cat-seo-copy__inner {
    display: grid;
    gap: 14px;
    padding: 28px;
    border: 1px solid rgba(46, 46, 46, 0.12);
    border-radius: 18px;
    background: #fff;
    color: #263326;
    box-shadow: 0 18px 34px rgba(46, 46, 46, 0.06);
}

.ms-cat-seo-copy h2 {
    margin: 0;
    color: #202733;
    font-size: clamp(24px, 2.1vw, 34px);
    line-height: 1.08;
    font-weight: 800;
}

.ms-cat-seo-copy p {
    margin: 0;
    max-width: 86ch;
    color: #465148;
    font-size: 16px;
    line-height: 1.62;
}

.ms-cat-seo-copy__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 4px;
}

.ms-cat-seo-copy__links a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(89, 156, 76, 0.24);
    background: #f6faf2;
    color: #2f6d2e;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

#ms-category-grid {
    scroll-margin-top: 120px;
}

@media (max-width: 1360px) {
    .ms-cat-story {
        grid-template-columns: 1fr;
        min-height: 250px;
    }

    .ms-cat-story__title,
    .ms-cat-story__lead {
        max-width: none;
    }
}

@media (max-width: 980px) {
    .ms-cat-story {
        padding: 18px;
        gap: 18px;
        border-radius: 24px;
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .ms-cat-page__hero {
        padding: 8px 0 6px;
    }

    .ms-cat-page__hero-panel {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 12px;
        border-radius: 20px;
    }

    .ms-cat-page__hero-panel > div:first-child {
        display: grid;
        gap: 8px;
    }

    .ms-cat-page__badge,
    .ms-cat-page__lead,
    .ms-cat-page__tags,
    .ms-cat-page__notice {
        display: none !important;
    }

    .ms-cat-page__crumbs {
        display: flex !important;
        margin-bottom: 8px;
        font-size: 12px;
        line-height: 1.35;
    }

    .ms-cat-page__title {
        margin: 0;
        font-size: clamp(28px, 9vw, 38px);
        line-height: .96;
        max-width: 11ch;
    }

    .ms-cat-page__hero-side {
        order: -1;
    }

    .ms-cat-page__stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
    }

    .ms-cat-page__stat {
        min-height: 64px;
        padding: 9px 7px;
        border-radius: 14px;
        text-align: center;
    }

    .ms-cat-page__stat b {
        font-size: 17px;
    }

    .ms-cat-page__stat span {
        margin-top: 4px;
        font-size: 9px;
        line-height: 1.08;
    }

    .ms-cat-story {
        padding: 16px;
        gap: 10px;
        border-radius: 20px;
    }

    .ms-cat-story__main {
        order: 2;
        gap: 6px;
    }

    .ms-cat-story__side {
        order: 1;
        gap: 8px;
    }

    .ms-cat-story__badge,
    .ms-cat-story__lead {
        display: none;
    }

    .ms-cat-story__title {
        font-size: clamp(24px, 8vw, 32px);
        line-height: .98;
        max-width: none;
    }

    .ms-cat-story__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .ms-cat-story__stat,
    .ms-cat-story__fact {
        padding: 10px;
        border-radius: 14px;
    }

    .ms-cat-story__stat strong {
        font-size: 22px;
    }

    .ms-cat-story__stat span {
        margin-top: 4px;
        font-size: 10px;
        line-height: 1.15;
    }

    .ms-cat-story__facts {
        display: flex;
        gap: 7px;
        overflow-x: auto;
        padding-bottom: 2px;
        scroll-snap-type: x proximity;
    }

    .ms-cat-story__fact {
        flex: 0 0 158px;
        gap: 6px;
        scroll-snap-align: start;
    }

    .ms-cat-story__fact span {
        font-size: 10px;
    }

    .ms-cat-story__fact b {
        font-size: 12px;
    }
}

/* Floating category icon rail and right filter popup */
.ms-cat-body {
    display: block;
    gap: var(--ms-cat-gap);
}

.ms-cat-main {
    display: grid;
    gap: var(--ms-cat-gap);
    min-width: 0;
}

.ms-cat-sidebar {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.ms-cat-mini-nav {
    min-width: 0;
    border: 1px solid rgba(46, 46, 46, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 20px rgba(46, 46, 46, 0.06);
    padding: 8px 10px;
}

.ms-cat-mini-nav__title {
    display: none;
}

.ms-cat-mini-nav__list {
    display: flex;
    gap: 8px;
    align-items: stretch;
    overflow-x: auto;
    padding: 2px 0;
    scrollbar-width: thin;
}

.ms-cat-mini-nav__item {
    flex: 0 0 82px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 6px;
    min-height: 80px;
    padding: 10px 8px;
    border: 1px solid rgba(46, 46, 46, 0.12);
    border-radius: 16px;
    background: #ffffff;
    color: #2e2e2e;
    text-decoration: none;
    transition: border-color 0.16s ease, background-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.ms-cat-mini-nav__item:hover {
    border-color: rgba(89, 156, 76, 0.4);
    background: #f7fbf3;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(89, 156, 76, 0.12);
}

.ms-cat-mini-nav__item.is-active {
    border-color: #599c4c;
    background: #599c4c;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(89, 156, 76, 0.3);
}

.ms-cat-mini-nav__icon {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #edf7e6;
    color: #315b2a;
    line-height: 1;
    transition: background-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.ms-cat-mini-nav__item:hover .ms-cat-mini-nav__icon {
    transform: scale(1.05);
}

.ms-cat-mini-nav__svg {
    display: block;
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ms-cat-mini-nav__item.is-active .ms-cat-mini-nav__icon {
    background: #ffffff;
    color: #2e2e2e;
}

.ms-cat-mini-nav__text {
    display: block;
    max-width: 68px;
    overflow: hidden;
    color: inherit;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ms-cat-filter-slot {
    position: static;
    width: 0;
    height: 0;
}

.ms-catalog-shell__backdrop {
    position: fixed;
    inset: 0;
    z-index: 2147482000;
    border: 0;
    background: rgba(23, 28, 23, 0.42);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.ms-cat-filter-slot .ms-catalog-shell__drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2147482010;
    width: min(430px, calc(100vw - 24px)) !important;
    min-width: 0 !important;
    max-width: 100%;
    margin: 0;
    background: #ffffff;
    box-shadow: -22px 0 48px rgba(0, 0, 0, 0.18);
    overflow-y: auto;
    animation: msCatFilterPanelIn 180ms ease both;
}

.ms-cat-filter-slot .filter_block {
    min-height: 100%;
    margin: 0;
    background: #ffffff;
}

.ms-cat-filter-slot .ms-catalog-shell__drawer-head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(46, 46, 46, 0.12);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.ms-catalog-shell__drawer-title {
    min-width: 0;
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.ms-catalog-shell__drawer-close {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(46, 46, 46, 0.14);
    border-radius: 999px;
    background: #2e2e2e;
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.ms-cat-filter-slot .bx-filter {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.ms-filter-popup-open {
    overflow: hidden;
}

@keyframes msCatFilterPanelIn {
    from {
        opacity: 0;
        transform: translateX(24px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 640px) {
    .ms-cat-mini-nav {
        margin: 0 -2px;
        border-radius: 16px;
    }

    .ms-cat-mini-nav__item {
        flex-basis: 66px;
    }
}

@media (min-width: 768px) {
    .ms-cat-page {
        padding-left: 70px;
    }

    .ms-cat-sidebar {
        position: fixed;
        left: 10px;
        top: 214px;
        z-index: 120;
        width: 58px;
        pointer-events: none;
    }

    .ms-cat-mini-nav {
        width: 58px;
        max-height: calc(100vh - 300px);
        overflow: visible;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        pointer-events: auto;
    }

    .ms-cat-mini-nav__list {
        display: grid;
        gap: 10px;
        overflow: visible;
        padding: 0;
    }

    .ms-cat-mini-nav__item {
        position: relative;
        flex: none;
        width: 52px;
        min-height: 52px;
        padding: 6px;
        border-radius: 16px;
        box-shadow: 0 10px 22px rgba(46, 46, 46, 0.08);
    }

    .ms-cat-mini-nav__item:hover,
    .ms-cat-mini-nav__item:focus-visible {
        transform: translateX(3px);
        z-index: 2;
    }

    .ms-cat-mini-nav__icon {
        width: 38px;
        height: 38px;
    }

    .ms-cat-mini-nav__svg {
        width: 25px;
        height: 25px;
        stroke-width: 2.1;
    }

    .ms-cat-mini-nav__text {
        position: absolute;
        left: calc(100% + 10px);
        top: 50%;
        max-width: 200px;
        min-width: max-content;
        padding: 8px 12px;
        border: 1px solid rgba(46, 46, 46, 0.12);
        border-radius: 999px;
        background: #ffffff;
        box-shadow: 0 10px 20px rgba(46, 46, 46, 0.12);
        color: #2e2e2e;
        font-size: 13px;
        font-weight: 800;
        line-height: 1;
        opacity: 0;
        pointer-events: none;
        transform: translate(-4px, -50%);
        transition: opacity 0.16s ease, transform 0.16s ease;
    }

    .ms-cat-mini-nav__item:hover .ms-cat-mini-nav__text,
    .ms-cat-mini-nav__item:focus-visible .ms-cat-mini-nav__text {
        opacity: 1;
        transform: translate(0, -50%);
    }
}

@media (min-width: 1540px) {
    .ms-cat-page {
        padding-left: 0;
    }

    .ms-cat-sidebar {
        left: clamp(10px, calc((100vw - 1800px) / 2 + 10px), 58px);
        top: 245px;
        width: 82px;
    }

    .ms-cat-mini-nav {
        width: 82px;
    }

    .ms-cat-mini-nav__item {
        width: 68px;
        min-height: 68px;
        padding: 8px;
        border-radius: 20px;
    }

    .ms-cat-mini-nav__icon {
        width: 44px;
        height: 44px;
    }

    .ms-cat-mini-nav__svg {
        width: 30px;
        height: 30px;
        stroke-width: 2.2;
    }
}

@media (max-width: 767px) {
    .ms-cat-sidebar .ms-cat-mini-nav {
        display: none;
    }
}

/* 2026-05 mobile catalog cards: phones keep only image, name, and one compact summary line. */
@media (max-width: 640px) {
    .catalog_section.ms-cat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .catalog_section.ms-cat-grid .catalog_section_item {
        width: 100% !important;
    }

    .ms-cat-toolbar__count,
    .ms-cat-toolbar__filter-toggle {
        min-height: 48px;
    }

    .ms-cat-card-v3 {
        display: grid;
        grid-template-columns: 1fr !important;
        grid-template-rows: auto 1fr !important;
        min-height: 0;
        border-radius: 16px;
    }

    .ms-cat-card-v3__image {
        grid-column: auto;
        grid-row: auto;
        height: auto;
        min-height: 0;
        padding: 10px !important;
        border-right: 0;
        border-bottom: 1px solid rgba(46, 46, 46, 0.1);
    }

    .ms-cat-card-v3__image img {
        height: auto;
        max-height: none;
        aspect-ratio: 1 / 1;
    }

    .ms-cat-card-v3__body {
        grid-column: auto;
        align-content: start;
        padding: 8px 9px 10px !important;
        gap: 5px;
    }

    .ms-cat-card-v3__body h3 {
        font-size: 13px !important;
        line-height: 1.18 !important;
    }

    .ms-cat-card-v3__body h3 a,
    .ms-cat-sample-title {
        display: -webkit-box;
        min-height: 0;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: inherit;
        text-decoration: none;
    }

    .ms-cat-card-v3__variant {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 0 !important;
        font-size: 11px !important;
        line-height: 1.25 !important;
    }

    .ms-cat-card-v3__meta-top,
    .ms-cat-card-v3__tags {
        display: none !important;
    }

    .ms-cat-card-v3__specs {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .ms-cat-card-v3__spec {
        grid-template-columns: 19px minmax(0, 1fr);
        gap: 5px;
        padding: 4px 5px;
        border-radius: 8px;
    }

    .ms-cat-card-v3__spec-icon {
        width: 19px;
        height: 19px;
        border-radius: 6px;
    }

    .ms-cat-card-v3__spec-icon svg {
        width: 13px;
        height: 13px;
    }

    .ms-cat-card-v3__spec b {
        font-size: 9px;
    }

    .ms-cat-card-v3__spec span {
        font-size: 11px;
    }
}


/* End */


/* Start:/local/templates/ms_template_adatpive/components/bitrix/catalog.section/category_section_generator/themes/blue/style.min.css?1777889261706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/ms_template_adatpive/components/bitrix/catalog/common_catalog/style.css?17791471494792 */
/* /local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/style.css?177939625632502 */
/* /local/templates/ms_template_adatpive/components/bitrix/catalog.smart.filter/ms_filter/themes/blue/colors.min.css?17778892614373 */
/* /local/templates/ms_template_adatpive/components/bitrix/system.pagenavigation/ms_page_nav/style.css?17778892612682 */
/* /local/templates/ms_template_adatpive/components/bitrix/catalog.section/category_section_generator/style.css?177939956945173 */
/* /local/templates/ms_template_adatpive/components/bitrix/catalog.section/category_section_generator/themes/blue/style.min.css?1777889261706 */
