/* ==========================================================================
   KRONA CATEGORY — обычный каталог и фильтр
   Содержимое перенесено из общего stylesheet.css без изменения правил.
   ========================================================================== */

/* ============================================================
   Extracted from: theme/default/template/product/category.tpl
   Original style block: 1
   Runtime scope: .tpl-style-scope-f004a4aea8
   ============================================================ */
/*
 * Современный вид листинга без изменения технической структуры FilterVier.
 * ВАЖНО: $column_left и .category_content_box оставлены в исходной структуре.
 */
html.tpl-style-scope-f004a4aea8 body .km-category-page{
  --km-green:#74b83a;
  --km-green-dark:#3f752c;
  --km-green-soft:#eef7e8;
  --km-orange:#ffaf3f;
  --km-orange-dark:#f2991d;
  --km-ink:#202720;
  --km-text:#667066;
  --km-line:#e3e9e0;
  --km-bg:#f7f9f5;
  --km-white:#fff;
  --km-shadow:0 14px 36px rgba(32,66,35,.08);
  width:100%;
  padding-bottom:58px;
  color:var(--km-ink);
  background:linear-gradient(180deg,#fff 0,#f8faf7 420px,#f6f8f4 100%);
}
html.tpl-style-scope-f004a4aea8 body .km-category-page,
html.tpl-style-scope-f004a4aea8 body .km-category-page *,
html.tpl-style-scope-f004a4aea8 body .km-category-page *:before,
html.tpl-style-scope-f004a4aea8 body .km-category-page *:after{ box-sizing:border-box; }

/* Хлебные крошки */
html.tpl-style-scope-f004a4aea8 body .km-category-page .breadcrumbs{
  background:rgba(247,250,245,.96) !important;
  border-bottom:1px solid rgba(63,117,44,.08);
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .breadcrumbs .breadcrumb{
  max-width:1700px;
  min-height:44px;
  margin:0 auto !important;
  padding:10px 28px !important;
  background:transparent !important;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .breadcrumbs .breadcrumb li,
html.tpl-style-scope-f004a4aea8 body .km-category-page .breadcrumbs .breadcrumb a,
html.tpl-style-scope-f004a4aea8 body .km-category-page .breadcrumbs .breadcrumb span{
  font-size:13px;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .breadcrumbs .breadcrumb a,
html.tpl-style-scope-f004a4aea8 body .km-category-page .breadcrumbs .breadcrumb a span{
  color:#517044 !important;
  background:transparent !important;
  text-decoration:none;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .breadcrumbs .breadcrumb a:hover{ color:var(--km-orange-dark) !important; }

/* Заголовок */
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_top_content_box{
  max-width:1700px;
  margin:0 auto;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_top_content_box_title{
  margin:0 !important;
  padding:30px 28px 18px !important;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_top_content_box_title h1{
  margin:0 !important;
  padding:0 !important;
  color:var(--km-ink) !important;
  font-family:inherit !important;
  font-size:clamp(30px,3vw,44px) !important;
  font-weight:800 !important;
  line-height:1.1;
  text-align:left !important;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_top_content_box_title:after{
  content:"";
  display:block;
  width:68px;
  height:4px;
  margin-top:14px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--km-green),var(--km-orange));
}

/* Подкатегории */
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_inner_box_wrapper{ margin-bottom:26px; }
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_inner_box{
  max-width:1700px !important;
  margin:0 auto !important;
  padding:0 18px !important;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_inner_box .category_inner_box_line{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  width:100% !important;
  min-height:0 !important;
  padding:0 10px 3px !important;
  white-space:normal !important;
  transform:none !important;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_item.category_item_top{
  width:auto !important;
  min-width:0;
  margin:0 !important;
  padding:0 !important;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_item.category_item_top > a{
  display:block !important;
  overflow:hidden;
  color:var(--km-ink);
  text-decoration:none;
  background:#fff;
  border:1px solid var(--km-line);
  border-radius:18px;
  box-shadow:0 8px 24px rgba(32,66,35,.05);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_item.category_item_top > a:hover{
  transform:translateY(-3px);
  border-color:rgba(116,184,58,.38);
  box-shadow:0 15px 32px rgba(32,66,35,.10);
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .category__fullbg{
  height:185px !important;
  border:0 !important;
  border-radius:0 !important;
  background-size:cover !important;
  background-position:center !important;
  transition:transform .35s ease;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_item.category_item_top > a:hover .category__fullbg{ transform:scale(1.025); }
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_item.category_item_top span{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:52px;
  padding:13px 15px !important;
  color:var(--km-ink) !important;
  font-size:15px !important;
  font-weight:700;
  line-height:1.3 !important;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_item.category_item_top span:after{
  content:"→";
  color:var(--km-orange-dark);
  font-size:18px;
}

/*
 * КРИТИЧЕСКАЯ ЗОНА FILTERVIER.
 * Не используем grid/sticky/overflow на внешнем каркасе и #column-left.
 * Сохраняем исходную flex-геометрию шаблона.
 */
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_content_box{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:22px;
  width:100% !important;
  max-width:1700px !important;
  margin:0 auto !important;
  padding:0 28px 44px !important;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_content_box > aside#column-left{
  flex:0 0 300px;
  width:300px !important;
  min-width:0 !important;
  max-width:300px;
  margin:0 !important;
  padding:0 !important;
  background:transparent;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_content{
  display:block !important;
  flex:1 1 auto;
  width:auto !important;
  min-width:0;
  margin:0 !important;
  padding:0 !important;
}

/* Внешний вид FilterVier — только декоративные правила */
html.tpl-style-scope-f004a4aea8 body .km-category-page #column-left #head_filter,
html.tpl-style-scope-f004a4aea8 body .km-category-page #column-left .panel,
html.tpl-style-scope-f004a4aea8 body .km-category-page #column-left .list-group,
html.tpl-style-scope-f004a4aea8 body .km-category-page #column-left .categories_list_content{
  border-radius:18px !important;
  box-shadow:0 10px 28px rgba(32,66,35,.06);
}
html.tpl-style-scope-f004a4aea8 body .km-category-page #column-left #name_filter{
  width:100% !important;
  margin:0 !important;
  padding:13px 15px !important;
  color:#fff !important;
  font-size:16px !important;
  font-weight:800;
  text-align:left !important;
  background:linear-gradient(135deg,var(--km-green-dark),var(--km-green)) !important;
  border:0 !important;
  border-radius:16px 16px 0 0 !important;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page #column-left #filter_vier{
  margin:0 !important;
  padding:12px 15px 15px !important;
  background:#fff !important;
  border:1px solid var(--km-line) !important;
  border-top:0 !important;
  border-radius:0 0 16px 16px !important;
  box-shadow:0 10px 28px rgba(32,66,35,.06);
}
html.tpl-style-scope-f004a4aea8 body .km-category-page #column-left #filter_vier .name_title,
html.tpl-style-scope-f004a4aea8 body .km-category-page #column-left #filter_vier .title_filter{
  color:var(--km-ink) !important;
  font-size:15px !important;
  font-weight:700 !important;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page #column-left #filter_vier .title_filter{
  padding:11px 0 !important;
  border-bottom:1px solid #edf1ea;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page #column-left #filter_vier a{ color:#485449 !important; }
html.tpl-style-scope-f004a4aea8 body .km-category-page #column-left #filter_vier a:hover{ color:var(--km-green-dark) !important; }
html.tpl-style-scope-f004a4aea8 body .km-category-page #column-left .bloc_aj_all{
  margin-top:10px !important;
  padding:10px 12px !important;
  background:#1f9e0c !important;
  border-radius:12px !important;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page #column-left #clear_vibor{
  margin-top:10px !important;
  padding:10px !important;
  color:#59645b;
  background:#f2f5f0 !important;
  border-radius:10px !important;
}

/* Сортировка + AJAX-фрагменты */
html.tpl-style-scope-f004a4aea8 body .km-category-page .sorts_box{
  display:flex;
  justify-content:flex-end;
  width:100%;
  margin:0 0 18px !important;
  padding:0 !important;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .sorts_box_content{
  width:auto;
  max-width:100%;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-sort-fragment{
  position:relative;
  width:100%;
  min-width:0;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-sort-fragment.is-loading{
  opacity:.72;
  pointer-events:none;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-sort-control{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  min-width:0;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-sort__label{
  display:flex;
  align-items:center;
  align-self:stretch;
  min-height:44px;
  margin:0 !important;
  padding:9px 12px !important;
  color:#637064;
  font-size:12px;
  font-weight:750;
  line-height:1.2;
  white-space:nowrap;
  background:#f8faf7;
  border:1px solid var(--km-line);
  border-right:0;
  border-radius:12px 0 0 12px;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-sort__select-wrap{
  width:260px;
  max-width:min(100%,260px);
  min-width:0;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-sort__select-wrap > .km-select{
  display:block;
  width:100%;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-sort__select-wrap .km-select__trigger{
  min-height:44px !important;
  border-radius:0 12px 12px 0 !important;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-sort__select-wrap select.km-category-sort__select:not(.km-select__native){
  width:100% !important;
  min-height:44px;
  margin:0 !important;
  border-radius:0 12px 12px 0 !important;
}

html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-results{
  position:relative;
  width:100%;
  min-width:0;
  min-height:260px;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-results.is-loading,
html.km-category-restore-pending.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-results{
  pointer-events:none;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-results.is-loading > .category_items,
html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-results.is-loading > .pagination,
html.km-category-restore-pending.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-results > .category_items,
html.km-category-restore-pending.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-results > .pagination{
  opacity:.38;
  filter:saturate(.72);
  transition:opacity .16s ease,filter .16s ease;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-loading{
  position:absolute;
  top:12px;
  left:50%;
  z-index:35;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:46px;
  padding:10px 16px;
  color:#3f5d35;
  font-size:13px;
  font-weight:750;
  line-height:1.2;
  white-space:nowrap;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(116,184,58,.25);
  border-radius:14px;
  box-shadow:0 14px 34px rgba(38,66,38,.16);
  opacity:0;
  visibility:hidden;
  transform:translate(-50%,-8px);
  pointer-events:none;
  transition:opacity .16s ease,visibility .16s ease,transform .16s ease;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-results.is-loading > .km-category-loading,
html.km-category-restore-pending.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-results > .km-category-loading{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-loading__spinner{
  display:block;
  flex:0 0 20px;
  width:20px;
  height:20px;
  border:2px solid rgba(116,184,58,.22);
  border-top-color:#74b83a;
  border-right-color:#ffaf3f;
  border-radius:50%;
  animation:km-category-listing-spin .7s linear infinite;
}
@keyframes km-category-listing-spin{
  to{transform:rotate(360deg);}
}

/* Карточки товаров */
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_items{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  width:100% !important;
  align-items:stretch;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_items > .product_item{
  width:auto !important;
  min-width:0;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--km-line) !important;
  border-radius:18px !important;
  box-shadow:0 8px 24px rgba(32,66,35,.05);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_items > .product_item:hover{
  z-index:3;
  transform:translateY(-4px);
  border-color:rgba(116,184,58,.34) !important;
  box-shadow:0 18px 38px rgba(32,66,35,.12) !important;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .product-thumb{
  position:relative;
  display:flex !important;
  flex-direction:column;
  height:100% !important;
  padding:13px;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .product_item .image{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:4/3;
  margin:0 0 12px;
  overflow:hidden;
  line-height:normal !important;
  background:#f4f6f3;
  border-radius:13px;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .product_item .image > a:not(.wishlist_btn){ display:block; width:100%; height:100%; }
html.tpl-style-scope-f004a4aea8 body .km-category-page .product_item .image > a:not(.wishlist_btn) > img{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover;
  transform:none !important;
  transition:transform .3s ease;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .product_item:hover .image > a:not(.wishlist_btn) > img{ transform:scale(1.025) !important; }
html.tpl-style-scope-f004a4aea8 body .km-category-page .product_item .image .wishlist_btn{
  position:absolute !important;
  top:9px !important;
  right:9px !important;
  z-index:5;
  display:flex !important;
  align-items:center;
  justify-content:center;
  width:38px !important;
  height:38px !important;
  padding:0;
  background:rgba(255,255,255,.95);
  border:1px solid rgba(0,0,0,.06);
  border-radius:11px;
  box-shadow:0 7px 18px rgba(0,0,0,.07);
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .product_item .image .wishlist_btn img{
  position:static !important;
  width:20px !important;
  height:20px !important;
  max-width:20px !important;
  filter:none !important;
  transform:none !important;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .product_title{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  height:auto !important;
  min-height:46px;
  margin:0 0 10px !important;
  text-align:center;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .product_title a{
  display:block !important;
  height:auto !important;
  color:var(--km-ink);
  font-size:15px;
  font-weight:700;
  line-height:1.35;
  text-align:center;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .attr_r,
html.tpl-style-scope-f004a4aea8 body .km-category-page .attr_r2,
html.tpl-style-scope-f004a4aea8 body .km-category-page .attr_r3{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  height:auto !important;
  min-height:24px;
  padding:3px 0;
  color:#7c867d;
  font-size:12px;
  border-bottom:1px dotted #d7ddd4;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .attr_r span,
html.tpl-style-scope-f004a4aea8 body .km-category-page .attr_r2 span,
html.tpl-style-scope-f004a4aea8 body .km-category-page .attr_r3 span{
  position:static !important;
  bottom:auto !important;
  padding:0 3px !important;
  color:#89938b;
  background:#fff;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .trands{ min-height:28px; }
html.tpl-style-scope-f004a4aea8 body .km-category-page .tag_v_trende{
  position:static !important;
  display:inline-flex;
  align-items:center;
  margin-top:7px;
  padding:4px 8px;
  font-size:11px;
  background:#fff3e2;
  color:#9b5c0f;
  border-radius:999px;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .stock_sticker{
  top:12px !important;
  left:12px !important;
  right:auto !important;
  width:auto !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  background:none !important;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .stock_sticker span{
  position:static !important;
  display:inline-flex;
  padding:5px 9px;
  color:#fff !important;
  font-size:12px !important;
  font-weight:800;
  line-height:1;
  background:#ef624f;
  border-radius:999px;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .product_price_box{
  margin-top:auto;
  padding-top:14px !important;
  border-top:1px solid #eef1ec;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .product_price_box_item .price{
  display:flex !important;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center !important;
  gap:7px;
  width:100%;
  padding:0 0 10px !important;
  text-align:center;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .product_item .price_actual{
  width:auto !important;
  margin:0 !important;
  color:#18231c !important;
  font-size:22px !important;
  font-weight:800 !important;
  line-height:1.1;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .product_item .price_old{
  position:static !important;
  order:0 !important;
  margin:0 !important;
  color:#9ca29c !important;
  font-size:13px !important;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page yandex-pay-badge{ width:100%; margin-top:2px; }
html.tpl-style-scope-f004a4aea8 body .km-category-page .product_info_bottom{ margin-top:0 !important; }
html.tpl-style-scope-f004a4aea8 body .km-category-page .btns_product_box{ width:100% !important; }
html.tpl-style-scope-f004a4aea8 body .km-category-page .product_info_bottom button{
  width:100% !important;
  min-height:42px;
  padding:10px 14px !important;
  color:#fff !important;
  font-size:14px;
  font-weight:750;
  background:linear-gradient(135deg,var(--km-orange),#ffbd5f) !important;
  border:0 !important;
  border-radius:11px !important;
  box-shadow:0 8px 19px rgba(255,175,63,.20);
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .product_info_bottom button:hover{
  background:linear-gradient(135deg,var(--km-green),var(--km-green-dark)) !important;
  box-shadow:0 10px 24px rgba(63,117,44,.22) !important;
}

/* Пагинация и описание */
html.tpl-style-scope-f004a4aea8 body .km-category-page .pagination{ width:100%; margin-top:28px; }
html.tpl-style-scope-f004a4aea8 body .km-category-page .pagination_box .pagination{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:7px;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .pagination_box .pagination li{ margin:0 !important; }
html.tpl-style-scope-f004a4aea8 body .km-category-page .pagination_box .pagination li a,
html.tpl-style-scope-f004a4aea8 body .km-category-page .pagination_box .pagination li span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:38px;
  padding:0 10px;
  color:#526056;
  border:1px solid var(--km-line) !important;
  border-radius:10px !important;
  background:#fff;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .pagination_box .pagination li.active span{
  color:#fff;
  background:var(--km-green) !important;
  border-color:var(--km-green) !important;
}
html.tpl-style-scope-f004a4aea8 body .km-category-page .description_category{
  max-width:1644px;
  margin:28px auto 0;
  padding:28px 30px !important;
  color:var(--km-text);
  font-size:15px;
  line-height:1.72;
  background:#fff;
  border:1px solid var(--km-line);
  border-radius:20px;
  box-shadow:0 10px 30px rgba(32,66,35,.05);
}

@media (max-width:1450px){
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category_items{ grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:1180px){
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category_inner_box .category_inner_box_line{ grid-template-columns:repeat(3,minmax(0,1fr)); }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category_content_box{ gap:18px; padding-left:20px !important; padding-right:20px !important; }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category_content_box > aside#column-left{ flex-basis:270px; width:270px !important; max-width:270px; }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category_items{ grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:900px){
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category_inner_box .category_inner_box_line{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category__fullbg{ height:155px !important; }
}
@media (max-width:768px){
  html.tpl-style-scope-f004a4aea8 body .km-category-page .breadcrumbs .breadcrumb,
html.tpl-style-scope-f004a4aea8 body .km-category-page .category_top_content_box_title{ padding-left:15px !important; padding-right:15px !important; }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category_inner_box{ padding-left:5px !important; padding-right:5px !important; }

  /* Мобильный FilterVier: кнопка + полноэкранная панель.
     Используется тот же #column-left и тот же экземпляр фильтра — ничего не дублируется. */
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category_content_box{
    display:block !important;
    padding:0 14px 34px !important;
  }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category_content_box > aside#column-left{
    position:fixed !important;
    top:0 !important;
    bottom:0 !important;
    left:-105% !important;
    z-index:-1 !important;
    flex:none !important;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    height:100vh !important;
    height:100dvh !important;
    margin:0 !important;
    padding:12px 12px 28px !important;
    overflow-x:hidden !important;
    overflow-y:auto !important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    background:#f7f9f5 !important;
    box-shadow:18px 0 50px rgba(20,44,25,.20);
    transition:left .28s ease !important;
  }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category_content_box > aside#column-left.open{
    left:0 !important;
    z-index:20050 !important;
  }
  html.tpl-style-scope-f004a4aea8 body .km-category-page #column-left #name_filter{
    position:sticky !important;
    top:0 !important;
    z-index:4 !important;
    padding:15px 56px 15px 16px !important;
    border-radius:14px 14px 0 0 !important;
    box-shadow:0 8px 22px rgba(32,66,35,.12) !important;
  }
  html.tpl-style-scope-f004a4aea8 body .km-category-page #column-left #filter_vier{
    padding:12px 15px 28px !important;
    border-radius:0 0 14px 14px !important;
  }
  html.tpl-style-scope-f004a4aea8 body .km-category-page #column-left #name_filter img.close_filter{
    display:none !important;
  }
  html.tpl-style-scope-f004a4aea8 body .km-category-page #column-left.open #name_filter img.close_filter{
    display:block !important;
    position:absolute !important;
    top:50% !important;
    right:12px !important;
    left:auto !important;
    width:34px !important;
    max-width:34px !important;
    height:34px !important;
    margin:0 !important;
    padding:8px !important;
    transform:translateY(-50%) !important;
    filter:brightness(0) invert(1) !important;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.35);
    border-radius:50%;
    cursor:pointer;
  }
  html.tpl-style-scope-f004a4aea8 body .km-category-page #column-left:not(.open) #name_filter img.close_filter{
    display:none !important;
  }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category_content{
    width:100% !important;
    padding-left:0 !important;
  }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .mob_filter{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:9px;
    width:100% !important;
    min-height:50px;
    margin:0 0 14px !important;
    padding:11px 16px !important;
    color:#fff !important;
    font-size:15px !important;
    font-weight:800 !important;
    line-height:1.2;
    text-transform:none !important;
    background:linear-gradient(135deg,var(--km-green-dark),var(--km-green)) !important;
    border:0 !important;
    border-radius:12px !important;
    box-shadow:0 9px 22px rgba(63,117,44,.20) !important;
    cursor:pointer;
  }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .mob_filter i{
    font-size:17px;
  }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .mob_filter:hover,
  html.tpl-style-scope-f004a4aea8 body .km-category-page .mob_filter:focus{
    color:#fff !important;
    background:linear-gradient(135deg,var(--km-orange-dark),var(--km-orange)) !important;
    outline:none;
  }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category_items{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .product-thumb{ padding:10px; }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .product_title a{ font-size:14px; }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .product_item .price_actual{ font-size:19px !important; }
}
@media (max-width:520px){
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category_top_content_box_title{ padding-top:22px !important; }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category_top_content_box_title h1{ font-size:28px !important; }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category_inner_box .category_inner_box_line{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category__fullbg{ height:125px !important; }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category_item.category_item_top span{ min-height:46px; padding:10px !important; font-size:12px !important; }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .sorts_box{ justify-content:stretch; }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .sorts_box_content,
  html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-sort-control,
  html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-sort__select-wrap{ width:100%; max-width:none; }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-sort-control{ display:grid; grid-template-columns:1fr; }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-sort__label{
    min-height:36px;
    padding:8px 12px !important;
    border-right:1px solid var(--km-line);
    border-bottom:0;
    border-radius:12px 12px 0 0;
  }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-sort__select-wrap .km-select__trigger,
  html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-sort__select-wrap select.km-category-sort__select:not(.km-select__native){
    border-radius:0 0 12px 12px !important;
  }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .category_items{ grid-template-columns:1fr; }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .product_item .image{ aspect-ratio:4/3; }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .description_category{ margin:20px 12px 0; padding:20px !important; }
}

@media (max-width:620px){
  html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-loading{
    top:8px;
    max-width:calc(100% - 20px);
    min-height:42px;
    padding:9px 13px;
    font-size:12px;
  }
}
@media (prefers-reduced-motion:reduce){
  html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-loading__spinner{
    animation-duration:1.4s;
  }
  html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-loading,
  html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-results > .category_items,
  html.tpl-style-scope-f004a4aea8 body .km-category-page .km-category-results > .pagination{
    transition:none !important;
  }
}

/* ============================================================
   Extracted from: theme/default/template/product/category.tpl
   Original style block: 2
   Runtime scope: .tpl-style-scope-32cf12131a
   ============================================================ */
html.tpl-style-scope-32cf12131a body .attr_r{height: 30px;}

