

/* Start:/local/components/vodoley/catalog/templates/catalog/style.css?17780647949435*/
:root {
    --color-primary: #27bfc1; /* Бренд Бонолле */
    --color-primary-hover: #1fa3a5;
    --color-text-main: #1a1a1a;
    --color-text-secondary: #6c737f;
    --color-bg-body: #f5f7fa;
    --color-white: #ffffff;
    --color-border: #d3d4d7;
    --color-badge-sale: #ff5c5c;
    --color-badge-new: #27bfc1;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --shadow-card: 0 1px 2px rgba(0,0,0,0.08);
    --shadow-hover: 0 4px 12px rgba(0,0,0,0.12);
}

body { margin: 0; font-family: 'Inter', sans-serif; background-color: var(--color-bg-body); color: var(--color-text-main); font-size: 14px; }
a { text-decoration: none; color: inherit; transition: 0.2s; }
button { cursor: pointer; font-family: inherit; }
.container { max-width: 1400px; margin: 0 auto; padding: 0 16px; }

/* --- HEADER --- */
.header { background: var(--color-white); padding: 12px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 100; }
.header__inner { display: flex; align-items: center; gap: 24px; max-width: 1400px; margin: 0 auto; padding: 0 16px; }

.logo { font-size: 28px; font-weight: 300; letter-spacing: 0.15em; color: var(--color-primary); text-transform: uppercase; }

.search-bar { flex: 1; display: flex; background: #f0f2f5; border-radius: var(--radius-md); overflow: hidden; border: 2px solid var(--color-primary); }
.search-bar input { flex: 1; border: none; background: transparent; padding: 10px 16px; font-size: 14px; outline: none; }
.search-btn { background: transparent; border: none; color: var(--color-primary); padding: 0 16px; font-size: 18px; }

.header__actions { display: flex; gap: 20px; font-size: 13px; font-weight: 500; color: var(--color-text-secondary); }
.action-btn { display: flex; flex-direction: column; align-items: center; gap: 4px; position: relative; }
.action-btn svg { width: 22px; height: 22px; }
.action-btn:hover { color: var(--color-primary); }

.badge-mini { position: absolute; top: -4px; right: -4px; background: var(--color-badge-sale); color: white; font-size: 10px; font-weight: bold; padding: 1px 5px; border-radius: 10px; }

/* --- LAYOUT --- */
.catalog-page { padding: 24px 0; }
.breadcrumbs { font-size: 12px; color: var(--color-text-secondary); margin-bottom: 16px; display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.breadcrumbs a:hover { color: var(--color-primary); }
.breadcrumbs .sep { color: #ccc; }
.breadcrumbs .current { color: var(--color-text-main); font-weight: 600; }
.page-title { font-size: 28px; font-weight: 700; margin: 0 0 24px; }

.catalog-grid { display: grid; grid-template-columns: 260px 1fr; gap: 24px; align-items: start; }

/* --- SIDEBAR --- */
.sidebar { background: var(--color-white); border-radius: var(--radius-lg); padding: 16px; border: 1px solid #e0e0e0; }
.divider { border: 0; border-top: 1px solid #eee; margin: 16px 0; }

.sidebar-nav { margin-bottom: 16px; }
.nav-item { display: flex; align-items: center; padding: 6px 0; font-size: 14px; color: var(--color-text-main); gap: 6px; }
.nav-root { font-weight: 600; color: var(--color-primary); }
.nav-root:hover { text-decoration: underline; }
.nav-parents { padding-left: 8px; }
.nav-item .arrow { color: #aaa; font-size: 12px; transition: 0.2s; }
.nav-item .active-arrow { color: var(--color-primary); font-weight: bold; }
.nav-current { font-weight: 700; color: var(--color-primary); }

.nav-children { margin-top: 12px; display: flex; flex-direction: column; gap: 8px; }
.label { font-size: 11px; color: #999; text-transform: uppercase; margin-bottom: 4px; }

.chips-list { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { background: #f0f2f5; padding: 6px 10px; border-radius: 16px; font-size: 12px; color: #333; transition: 0.2s; display: inline-flex; align-items: center; gap: 4px; }
.chip:hover { background: #e0e7ff; color: var(--color-primary); }

.active-chip { background: var(--color-primary); color: white; font-weight: 500; }
.active-chip:hover { background: var(--color-primary-hover); color: white; }
.chip-close { border: none; background: rgba(255,255,255,0.3); color: inherit; width: 16px; height: 16px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; line-height: 1; padding: 0; margin-left: 2px; cursor: pointer; }
.clear-all-btn { border: none; background: transparent; color: #999; font-size: 12px; text-decoration: underline; padding: 0; cursor: pointer; }

/* --- FILTERS ACCORDION --- */
.filter-group { margin-bottom: 12px; }
.filter-header { width: 100%; display: flex; justify-content: space-between; align-items: center; background: none; border: none; font-size: 14px; font-weight: 600; padding: 8px 0; color: var(--color-text-main); text-align: left; cursor: pointer; }
.filter-header:hover { color: var(--color-primary); }
.filter-content { padding: 0 0 8px 0; }
.filter-option { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; font-size: 13px; cursor: pointer; }
.filter-option .count { color: #999; margin-left: auto; font-size: 12px; }
.show-more-btn { border: none; background: none; color: var(--color-primary); font-size: 13px; font-weight: 500; padding: 4px 0; margin-top: 4px; cursor: pointer; }
.is-open .chevron { transform: rotate(180deg); }

/* --- PRODUCTS AREA --- */
.products-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; background: var(--color-white); padding: 12px 16px; border-radius: var(--radius-md); border: 1px solid #e0e0e0; }
.products-count { font-size: 14px; color: var(--color-text-secondary); }
.products-count b { color: var(--color-text-main); }
.sort-dropdown { display: flex; align-items: center; gap: 4px; font-size: 14px; cursor: pointer; padding: 6px 10px; border-radius: var(--radius-sm); }
.sort-dropdown:hover { background: #f0f2f5; }
.view-toggles { display: flex; gap: 4px; margin-left: 12px; }
.view-btn { border: 1px solid #eee; background: white; padding: 4px 8px; font-size: 16px; border-radius: var(--radius-sm); }
.view-btn.active { background: var(--color-primary); color: white; border-color: var(--color-primary); }

/* --- ACTIVE FILTERS BAR --- */
.active-filters-area { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 20px; padding: 12px 0; border-bottom: 1px solid #eee; }

/* --- PRODUCT GRID --- */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }

.product-card { background: var(--color-white); border-radius: var(--radius-md); overflow: hidden; transition: 0.3s; border: 1px solid transparent; position: relative; display: flex; flex-direction: column; }
.product-card:hover { box-shadow: var(--shadow-hover); border-color: #eee; transform: translateY(-2px); }

.card-image-wrap { position: relative; padding-top: 100%; background: #f9f9f9; }
.card-image-wrap img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; padding: 10px; mix-blend-mode: multiply; }
.wishlist-btn { position: absolute; top: 8px; right: 8px; background: rgba(255,255,255,0.8); border: none; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #ccc; cursor: pointer; }
.wishlist-btn:hover { color: #ff5c5c; }

.badge-sale, .badge-new { position: absolute; top: 8px; left: 8px; font-size: 11px; font-weight: 700; padding: 3px 6px; border-radius: var(--radius-sm); color: white; z-index: 2; }
.badge-sale { background: var(--color-badge-sale); }
.badge-new { background: var(--color-badge-new); }

.card-content { padding: 12px; display: flex; flex-direction: column; flex: 1; }
.card-rating { display: flex; align-items: center; gap: 4px; margin-bottom: 6px; }
.stars { color: #ffb700; font-size: 12px; letter-spacing: -1px; }
.reviews-count { font-size: 11px; color: #999; }

.product-title { font-size: 13px; color: var(--color-text-main); line-height: 1.4; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; flex: 1; }
.product-title:hover { color: var(--color-primary); }

.card-price { margin-bottom: 8px; }
.price-current { font-size: 18px; font-weight: 700; color: var(--color-text-main); display: block; }
.price-old { font-size: 12px; color: #999; text-decoration: line-through; margin-left: 6px; }

.delivery-info { font-size: 11px; color: #27ae60; font-weight: 500; margin-bottom: 12px; }

.add-to-cart-btn { width: 100%; padding: 10px; background: var(--color-primary); color: white; border: none; border-radius: var(--radius-md); font-weight: 600; font-size: 13px; transition: 0.2s; margin-top: auto; }
.add-to-cart-btn:hover { background: var(--color-primary-hover); }

.load-more-area { text-align: center; margin-top: 32px; }
.load-more-btn { padding: 12px 32px; background: white; border: 1px solid var(--color-border); border-radius: var(--radius-md); font-size: 14px; font-weight: 500; color: var(--color-text-main); cursor: pointer; }
.load-more-btn:hover { border-color: var(--color-primary); color: var(--color-primary); }

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    .catalog-grid { grid-template-columns: 1fr; }
    .sidebar { display: none; }
    .header__actions span { display: none; }
}
/* End */


/* Start:/local/components/vodoley/catalog/templates/catalog/section.css?17762473351267*/
.catalog-sort {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	padding: 15px;
}

.catalog-order__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.catalog-order__item {
	font-weight: 400;
	font-size: 15px;
	line-height: 123%;
	color: #333333;
	position: relative;
	text-decoration: none;
	margin-right: 12px;
	display: block;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.catalog-order__item:last-child {
	margin-right: 0;
}

.catalog-order__item:hover {
	color: #1ab1f1;
}

.catalog-order__item:after {
	content: '';
	width: 0;
	height: 0;
	border: 4px solid transparent;
	vertical-align: middle;
	display: inline-block;
}

.catalog-order__item_asc:after {
	margin: 3px 0 0 4px;
	border-top-color: #8b949c;
}

.catalog-order__item_desc:after {
	margin: -5px 0 0 4px;
	border-bottom-color: #8b949c;
}

.catalog-order__item.active {
	font-weight: bold;
}


.catalog__sort {
	margin-right: -15px;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.catalog__sort {
		width: calc(100% + 15px);
	}
}

@media screen and (max-width: 425px) {
	.catalog__sort {
		margin: 0 -15px;
		width: calc(100% + 30px);
	}
}

/* End */


/* Start:/local/components/vodoley/catalog.section.list/templates/.default/style.css?17769559611783*/
/* =====================================
   НАВИГАЦИЯ ПО КАТЕГОРИЯМ
   ===================================== */
.section-navigation {
    margin-bottom: 20px;
    background: #fff;
	padding: 20px;
}

.section-nav-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.section-nav-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.section-nav-item {
    margin-bottom: 6px;
}

.section-nav-link {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    color: #666;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s;
    font-size: 16px;
    cursor: pointer;
	line-height: 20px;
}

.section-nav-link:hover {
    color: #27bfc1;
}

/* Текущая категория - без ссылки, выглядит как активная */
.section-nav-link--current {
    cursor: default;
    background: #f5f7fa;
    color: #000;
    font-weight: 500;
    pointer-events: none;
}

.section-nav-link--current:hover {
    background: #f5f7fa;
    color: #000;
}

.section-nav-arrow {
    margin-right: 8px;
    color: #999;
    font-size: 12px;
    font-weight: bold;
}

/* Дочерние категории (Chips) */
.section-children {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.section-child-item {
    background: #f5f7fa;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.2s;
}

.section-child-item:hover {
    background: #eef2f7;
}

.section-child-item a {
    color: #333;
    text-decoration: none;
    display: block;
}

.section-child-item a:hover {
    color: #27bfc1; /* Цвет при наведении */
}
/* End */


/* Start:/local/components/vodoley/catalog.smart.filter/templates/bonolle/style.css?177875574411384*/
/* catalog.smart.filter / test3 — вёрстка как test3.html (сайдбар + моб. drawer) */
:root {
  --bl-color-primary: #27bfc1;
  --bl-color-primary-hover: #1fa8aa;
  --bl-color-primary-light: #e8f9f9;
  --bl-color-primary-ultra-light: #f0fbfb;
  --bl-color-text: #1a1a1a;
  --bl-color-text-secondary: #888;
  --bl-color-text-muted: #999;
  --bl-color-bg: #f2f3f5;
  --bl-color-white: #ffffff;
  --bl-color-border: #e6e8eb;
  --bl-color-border-light: #f0f0f0;
  --bl-color-sale: #f91155;
  --bl-color-badge-bg: #f5f5f5;
  --bl-font-family: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --bl-font-size-sm: 14px;
  --bl-font-size-md: 16px;
  --bl-radius: 8px;
  --bl-radius-md: 12px;
  --bl-radius-lg: 16px;
  --bl-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --bl-transition: 0.2s;
}

.bonollet-smart-filter-root {
  font-family: var(--bl-font-family);
  font-size: var(--bl-font-size-sm);
  color: var(--bl-color-text);
  position: relative;
}

.bonollet-smart-filter-form {
  margin: 0;
}

.bonollet-smart-filter-panel {
  max-width: 260px;
  width: 100%;
  position: sticky;
  top: 72px;
}

.bonollet-smart-filter-panel__mobile-head {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--bl-color-border-light);
}

.bonollet-drawer__title {
  font-size: var(--bl-font-size-md);
  font-weight: 500;
  margin: 0;
}

.bonollet-drawer__close {
  width: 32px;
  height: 32px;
  border: none;
  background: var(--bl-color-badge-bg);
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  color: var(--bl-color-text-muted);
}

.bonollet-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}

.bonollet-smart-filter-root.is-open .bonollet-drawer-overlay {
  display: block;
}

.bonollet-mobile-filter__btn {
  display: none;
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  height: 52px;
  padding: 0 28px;
  border: none;
  background: var(--bl-color-primary);
  color: #fff;
  border-radius: 26px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--bl-font-family);
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(39, 191, 193, 0.3);
  align-items: center;
  gap: 8px;
}

@media (max-width: 900px) {
  .bonollet-smart-filter-panel {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    max-height: 85vh;
    max-width: none;
    z-index: 2001;
    border-radius: var(--bl-radius-lg) var(--bl-radius-lg) 0 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    background: var(--bl-color-white);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
    padding: 16px 20px 24px;
  }

  .bonollet-smart-filter-root.is-open .bonollet-smart-filter-panel {
    transform: translateY(0);
  }

  .bonollet-smart-filter-panel__mobile-head {
    display: flex;
    position: sticky;
    top: 0;
    background: var(--bl-color-white);
    z-index: 2;
  }

  .bonollet-mobile-filter__btn {
    display: flex;
  }
}

/* Карточки блоков фильтра */
.bonollet-smart-filter-root .bonollet-filter-block {
  background: var(--bl-color-white);
  border-radius: var(--bl-radius-md);
  padding: 16px;
  margin-bottom: 12px;
  box-shadow: var(--bl-shadow-sm);
  border: none;
}

.bonollet-smart-filter-root .bonollet-filter-block__summary {
  list-style: none;
  cursor: pointer;
  font-size: var(--bl-font-size-md);
  font-weight: 500;
  margin: 0 0 12px;
  padding: 0;
  color: var(--bl-color-text);
}

.bonollet-smart-filter-root .bonollet-filter-block__summary::-webkit-details-marker {
  display: none;
}

.bonollet-smart-filter-root .bonollet-filter-block__body {
  padding: 0;
}

.bonollet-smart-filter-root .bonollet-filter-price-row {
  margin-bottom: 8px;
}

.bonollet-price-inputs {
  display: flex;
  gap: 8px;
  align-items: center;
}

.bonollet-price-input {
  width: 100%;
  height: 36px;
  border: 1px solid var(--bl-color-border);
  border-radius: 6px;
  padding: 0 10px;
  font-size: var(--bl-font-size-sm);
  font-family: var(--bl-font-family);
  outline: none;
  transition: border-color var(--bl-transition);
}

.bonollet-price-input:focus {
  border-color: var(--bl-color-primary);
}

.bonollet-price-sep {
  color: var(--bl-color-text-muted);
  font-size: var(--bl-font-size-sm);
  flex-shrink: 0;
}

/* Переключатель одного чекбокса (F_ONE) */
.bonollet-toggle--filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 0;
  cursor: pointer;
  margin: 0;
}

.bonollet-toggle__label {
  font-size: var(--bl-font-size-sm);
  color: var(--bl-color-text);
}

.bonollet-toggle__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

.bonollet-toggle__visual {
  width: 40px;
  height: 22px;
  background: var(--bl-color-border);
  border-radius: 11px;
  position: relative;
  flex-shrink: 0;
  transition: background var(--bl-transition);
}

.bonollet-toggle__visual::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transition: transform var(--bl-transition);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.bonollet-toggle--filter:has(.bonollet-toggle__input:checked) .bonollet-toggle__visual,
.bonollet-toggle--filter .bonollet-toggle__input:checked + .bonollet-toggle__visual {
  background: var(--bl-color-primary);
}

.bonollet-toggle--filter:has(.bonollet-toggle__input:checked) .bonollet-toggle__visual::after,
.bonollet-toggle--filter .bonollet-toggle__input:checked + .bonollet-toggle__visual::after {
  transform: translateX(18px);
}

.bonollet-toggle--filter .bonollet-toggle__input:disabled + .bonollet-toggle__visual {
  opacity: 0.45;
}

/* Список брендов */
.bonollet-brand-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bonollet-smart-filter-root .bonollet-brand-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 6px;
  cursor: pointer;
  transition: background var(--bl-transition);
  width: 100%;
  box-sizing: border-box;
}

.bonollet-smart-filter-root .bonollet-brand-item:hover {
  background: var(--bl-color-badge-bg);
}

.bonollet-smart-filter-root .bonollet-brand-item--active {
  background: var(--bl-color-primary-light);
}

.bonollet-smart-filter-root .bonollet-brand-item .checkbox__icon {
  width: 18px;
  height: 18px;
  border: 2px solid var(--bl-color-border);
  border-radius: 4px;
  flex-shrink: 0;
  transition: all var(--bl-transition);
}

.bonollet-smart-filter-root .bonollet-brand-item.bonollet-brand-item--active .checkbox__icon,
.bonollet-smart-filter-root .bonollet-brand-item .checkbox__input:checked + .checkbox__icon {
  background: var(--bl-color-primary);
  border-color: var(--bl-color-primary);
  position: relative;
}

.bonollet-smart-filter-root .bonollet-brand-item .checkbox__input:checked + .checkbox__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.bonollet-smart-filter-root .bonollet-brand-item .checkbox__input:checked + .checkbox__icon::before {
  content: '✓';
  color: #fff;
}

.bonollet-brand-item__logo {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid var(--bl-color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: var(--bl-color-text-secondary);
  flex-shrink: 0;
  background: #fff;
}

.bonollet-brand-item__name {
  flex: 1;
  font-size: var(--bl-font-size-sm);
}

.bonollet-brand-item__count {
  font-size: 12px;
  color: var(--bl-color-text-muted);
}

/* Обычные чекбоксы */
.bonollet-smart-filter-root .bonollet-check-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
  border-radius: 6px;
}

.bonollet-smart-filter-root .bonollet-check-item .checkbox__input:checked + .checkbox__icon,
.bonollet-smart-filter-root .checkbox__input:checked + .checkbox__icon {
  background-color: var(--bl-color-primary);
  border-color: var(--bl-color-primary);
}

.bonollet-filter__show-more {
  display: inline-block;
  margin-top: 8px;
  font-size: var(--bl-font-size-sm);
  color: var(--bl-color-primary);
  cursor: pointer;
  text-decoration: underline;
}

/* Кнопки */
.bonollet-filter__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

.bonollet-filter__btn {
  height: 44px;
  border-radius: var(--bl-radius);
  font-size: var(--bl-font-size-sm);
  font-weight: 500;
  font-family: var(--bl-font-family);
  cursor: pointer;
  border: none;
  transition: background var(--bl-transition), color var(--bl-transition);
}

.bonollet-filter__btn--primary {
  background: var(--bl-color-primary);
  color: #fff;
}

.bonollet-filter__btn--primary:hover {
  background: var(--bl-color-primary-hover);
}

.bonollet-filter__btn--secondary {
  background: var(--bl-color-white);
  color: var(--bl-color-text-secondary);
  border: 1px solid var(--bl-color-border);
}

.bonollet-filter__btn--secondary:hover {
  border-color: var(--bl-color-text-muted);
  color: var(--bl-color-text);
}

.bonollet-filter__popup {
  margin-top: 12px;
  padding: 12px;
  background: var(--bl-color-primary-ultra-light);
  border-radius: var(--bl-radius);
  font-size: var(--bl-font-size-sm);
  line-height: 1.5;
}

.bonollet-filter__popup .btn {
  margin-top: 8px;
  display: inline-block;
}

/* Range slider spacing */
.bonollet-smart-filter-root .range-slider {
  margin-top: 12px;
}

/* ===== Наследие исходного шаблона filter/ ===== */
.f__priceInput::placeholder {
  color: var(--bl-color-text-muted);
}

.depth-level {
  display: inline-block;
}

.depth-level-1 { padding-left: 0; }
.depth-level-2 { padding-left: 10px; }
.depth-level-3 { padding-left: 20px; }
.depth-level-4 { padding-left: 30px; }
.depth-level-5 { padding-left: 40px; }
.depth-level-6 { padding-left: 50px; }
.depth-level-7 { padding-left: 60px; }
.depth-level-8 { padding-left: 70px; }
.depth-level-9 { padding-left: 80px; }

.is-section-checkboxes {
  cursor: pointer;
}

.arrow_filter::after {
  font-family: Ionicons, sans-serif;
  color: rgb(156, 156, 156);
  content: "\005E";
  font-size: inherit;
  display: flex;
  align-items: center;
  margin-left: 10px;
  transition: all 0.3s ease 0s;
  transform: rotate(180deg) scaleX(1.4) scaleY(0.9);
}

.arrow_filter.open::after {
  transform: rotate(0deg) scaleX(1.4) scaleY(0.9);
}

.arrow_filter {
  visibility: visible;
  position: absolute;
  right: 19px;
}

.f__cb {
  width: calc(100% - 10px);
}

.filter__sub {
  font-size: 15px;
  margin-bottom: 15px;
  margin-left: 8px;
}

.filter__sub .filter__caption {
  font-weight: 600;
  font-size: var(--bl-font-size-sm);
}

.filter__sub .filter__items {
  margin-top: 8px;
}

.filter__sub .f__count {
  line-height: 23px;
}

.arrow_filter.invisible {
  visibility: hidden;
}

.arrow_filter.first {
  visibility: visible;
}

.filter__value {
  min-height: 27px;
}

.checkbox__icon,
.arrow_filter {
  cursor: pointer;
}

/* End */


/* Start:/local/templates/v2/components/bitrix/news.list/catalog-popular/style.css?17762473372146*/
.catalog-popular {
    margin-top: 20px;
}

.catalog-popular__group {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C4C4C4;
}

.catalog-popular__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 15px;
}

.catalog-popular__inner {
    margin-top: 20px;
    margin-bottom: 12px;
    max-height: 140px;
    overflow: hidden;
    transition: 0.2s;
}

.catalog-popular__inner.active {
    max-height: unset;
}

.catalog-popular__items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.catalog-popular__item:not(:last-child) {
    margin-bottom: 12px;
}

.catalog-popular__link {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #111111;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.catalog-popular__link:hover {
    color: #1ab1f1;
}

.catalog-popular__more {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #175085;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

.catalog-popular__more:hover {
    text-decoration: none;
}


/*начало стили для фильтра*/

.catalog__filter {
    width: 280px;
    min-width: 280px;
    background-color: transparent;
    box-shadow: none;
}

.catalog-filter {
    border-top: solid 1px #eef0f3;
    background-color: #fff;
    will-change: transform;
    transition: transform .2s cubic-bezier(.17, .26, 0, .8), margin-left .2s cubic-bezier(.17, .26, 0, .8);
    position: relative;
    box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
    border-radius: 8px;
    z-index: 3;
}

@media screen and (max-width: 1024px) {
    .catalog__filter {
        background-color: #FFFFFF;
        width: 320px;
        min-width: 320px;
    }

    .catalog-filter {
        top: 0;
        left: 0;
        width: 320px;
        height: 100vh;
        position: fixed;
        z-index: 888;
    }

    .catalog__popular {
        display: none;
    }
}

/*конец стили для фильтра*/

/* End */


/* Start:/local/components/vodoley/catalog.section/templates/bonolle/style.css?177875029010565*/
/* catalog.section / test3 — карточка и сетка (прототип test3.html) */
:root {
  --bl-color-primary: #27bfc1;
  --bl-color-primary-hover: #1fa8aa;
  --bl-color-primary-light: #e8f9f9;
  --bl-color-primary-ultra-light: #f0fbfb;
  --bl-color-text: #1a1a1a;
  --bl-color-text-secondary: #888;
  --bl-color-text-muted: #999;
  --bl-color-bg: #f2f3f5;
  --bl-color-white: #ffffff;
  --bl-color-border: #e6e8eb;
  --bl-color-border-light: #f0f0f0;
  --bl-color-sale: #f91155;
  --bl-color-success: #10c44c;
  --bl-color-warning: #ffc107;
  --bl-color-star: #ffb800;
  --bl-color-wow: #1a1a1a;
  --bl-font-family: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --bl-font-size-sm: 14px;
  --bl-font-size-base: 14px;
  --bl-font-size-md: 16px;
  --bl-radius: 8px;
  --bl-radius-md: 12px;
  --bl-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --bl-shadow-md: 0 2px 8px rgba(0, 0, 0, 0.08);
  --bl-shadow-card: 0 1px 3px rgba(0, 0, 0, 0.06);
  --bl-transition: 0.2s;
}

.catalog-section-test3 {
  font-family: var(--bl-font-family);
  font-size: var(--bl-font-size-base);
  color: var(--bl-color-text);
}

.catalog-section-test3.bonollet-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 640px) {
  .catalog-section-test3.bonollet-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .catalog-section-test3.bonollet-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.catalog-section-test3 .bonollet-card {
  background: var(--bl-color-white);
  border-radius: var(--bl-radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow var(--bl-transition);
  box-shadow: var(--bl-shadow-card);
}

.catalog-section-test3 .bonollet-card:hover {
  box-shadow: var(--bl-shadow-md);
}

.catalog-section-test3 .bonollet-card__img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 269 / 358;
  background: var(--bl-color-white);
  overflow: hidden;
}

.catalog-section-test3 .bonollet-card__carousel {
  position: relative;
  width: 100%;
  height: 100%;
}

.catalog-section-test3 .bonollet-card__carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.3s ease;
}

.catalog-section-test3 .bonollet-card__carousel-slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-section-test3 .bonollet-card__carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog-section-test3 .bonollet-card__carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--bl-color-text);
  z-index: 3;
  opacity: 0;
  transition: opacity var(--bl-transition), background var(--bl-transition);
  box-shadow: var(--bl-shadow-sm);
}

.catalog-section-test3 .bonollet-card:hover .bonollet-card__carousel-btn {
  opacity: 1;
}

.catalog-section-test3 .bonollet-card__carousel-btn:hover {
  background: #fff;
}

.catalog-section-test3 .bonollet-card__carousel-btn--prev {
  left: 6px;
}

.catalog-section-test3 .bonollet-card__carousel-btn--next {
  right: 6px;
}

.catalog-section-test3 .bonollet-card__carousel-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 4px;
  z-index: 3;
}

.catalog-section-test3 .bonollet-card__carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background var(--bl-transition), transform var(--bl-transition);
}

.catalog-section-test3 .bonollet-card__carousel-dot.active {
  background: var(--bl-color-primary);
  transform: scale(1.2);
}

.catalog-section-test3 .bonollet-card__wishlist {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border: none;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--bl-transition);
}

.catalog-section-test3 .bonollet-card__wishlist svg {
  width: 20px;
  height: 19px;
  stroke: #c4c4c4;
  fill: #fff;
  transition: var(--bl-transition);
}

.catalog-section-test3 .bonollet-card__wishlist:hover svg {
  stroke: var(--bl-color-sale);
}

.catalog-section-test3 .bonollet-card__wishlist.active svg {
  fill: var(--bl-color-sale);
  stroke: var(--bl-color-sale);
}

.catalog-section-test3 .bonollet-card__badges {
  position: absolute;
  bottom: 8px;
  left: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 2;
}

.catalog-section-test3 .bonollet-card__badge {
  font-size: 12px;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 4px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
}

.catalog-section-test3 .bonollet-card__badge--wow::before {
  content: '★';
  margin-right: 3px;
  color: var(--bl-color-warning);
}

.catalog-section-test3 .bonollet-card__badge--wow {
  background: var(--bl-color-wow);
  color: #fff;
}

.catalog-section-test3 .bonollet-card__badge--sale {
  background: var(--bl-color-sale);
  color: #fff;
}

.catalog-section-test3 .bonollet-card__badge--new {
  background: var(--bl-color-success);
  color: #fff;
}

.catalog-section-test3 .bonollet-card__content {
  padding: 10px 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-grow: 1;
}

.catalog-section-test3 .bonollet-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.catalog-section-test3 .bonollet-card__price {
  font-size: 18px;
  font-weight: 700;
  color: var(--bl-color-text);
  white-space: nowrap;
}

.catalog-section-test3 .bonollet-card__price-old {
  font-size: 14px;
  color: var(--bl-color-text-muted);
  text-decoration: line-through;
}

.catalog-section-test3 .bonollet-card__discount {
  font-size: 12px;
  font-weight: 500;
  color: var(--bl-color-sale);
}

.catalog-section-test3 .bonollet-card__stock {
  font-size: 12px;
  color: var(--bl-color-text-secondary);
  line-height: 16px;
}

.catalog-section-test3 .bonollet-card__stock span {
  font-weight: 500;
}

.catalog-section-test3 .bonollet-card__brand {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  flex-wrap: wrap;
}

.catalog-section-test3 .bonollet-card__brand-name {
  font-weight: 500;
  color: var(--bl-color-text);
}

.catalog-section-test3 .bonollet-card__brand-original {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--bl-color-success);
  font-size: 12px;
}

.catalog-section-test3 .bonollet-card__title {
  font-size: var(--bl-font-size-md);
  font-weight: 400;
  margin: 0;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.catalog-section-test3 .bonollet-card__title a {
  color: var(--bl-color-text);
  text-decoration: none;
  transition: color var(--bl-transition);
}

.catalog-section-test3 .bonollet-card__title a:hover {
  color: var(--bl-color-primary);
}

.catalog-section-test3 .bonollet-card__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  flex-wrap: wrap;
}

.catalog-section-test3 .bonollet-card__rating-stars {
  color: var(--bl-color-star);
  letter-spacing: -1px;
  font-size: 12px;
}

.catalog-section-test3 .bonollet-card__rating-value {
  font-weight: 500;
  color: var(--bl-color-text);
}

.catalog-section-test3 .bonollet-card__rating-count {
  color: var(--bl-color-text-muted);
}

.catalog-section-test3 .bonollet-card__actions-row {
  display: flex;
  gap: 6px;
  margin-top: auto;
  padding-top: 6px;
}

.catalog-section-test3 .bonollet-card__delivery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1;
  padding: 8px 12px;
  background: var(--bl-color-primary);
  color: #fff;
  border-radius: var(--bl-radius);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background var(--bl-transition);
  border: none;
  font-family: var(--bl-font-family);
  white-space: nowrap;
  text-decoration: none;
}

.catalog-section-test3 .bonollet-card__delivery:hover {
  background: var(--bl-color-primary-hover);
}

.catalog-section-test3 .bonollet-card__delivery--in-basket {
  background: var(--bl-color-success);
}

.catalog-section-test3 .bonollet-card__delivery--in-basket:hover {
  background: #0ea843;
}

.catalog-section-test3 .bonollet-card__compare {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 36px;
  min-width: 40px;
  background: var(--bl-color-primary-light);
  border: 1px solid var(--bl-color-primary);
  border-radius: var(--bl-radius);
  cursor: pointer;
  transition: all var(--bl-transition);
  padding: 0;
}

.catalog-section-test3 .bonollet-card__compare:hover {
  background: var(--bl-color-primary);
}

.catalog-section-test3 .bonollet-card__compare:hover svg {
  stroke: #fff;
}

.catalog-section-test3 .bonollet-card__compare svg {
  width: 18px;
  height: 19px;
  stroke: var(--bl-color-primary);
  transition: stroke var(--bl-transition);
}

.catalog-section-test3 .bonollet-card__compare.active {
  background: var(--bl-color-primary);
}

.catalog-section-test3 .bonollet-card__compare.active svg {
  stroke: #fff;
}

.catalog__notFound {
  text-align: center;
  padding: 48px 16px;
  background: var(--bl-color-white);
  border-radius: var(--bl-radius-md);
  color: var(--bl-color-text-secondary);
  font-family: var(--bl-font-family);
}

.catalog__section .pag,
.pag {
  margin-top: 24px;
}

@media (max-width: 640px) {
  .catalog-section-test3 .bonollet-card__content {
    padding: 8px;
  }

  .catalog-section-test3 .bonollet-card__price {
    font-size: 16px;
  }

  .catalog-section-test3 .bonollet-card__title {
    font-size: 14px;
    line-height: 20px;
  }
}

/* End */


/* Start:/local/templates/v2/components/bitrix/news.list/catalog-additionally/style.css?17762473371152*/
.catalog-additionally {
	padding: 20px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	min-height: 236px;
}

.catalog-additionally__title {
	font-weight: 500;
	font-size: 26px;
	line-height: 140%;
	color: #111111;
}

.catalog-additionally__items {
	-webkit-columns: 4 auto;
	-moz-columns: 4 auto;
	columns: 4 auto;
	margin-top: 20px;
}

.catalog-additionally__item {
	display: block;
	font-weight: 400;
	font-size: 15px;
	line-height: 120%;
	color: #111111;
	text-decoration: none;
	margin-bottom: 12px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.catalog-additionally__item:hover {
	color: #1ab1f1;
}

@media screen and (max-width: 1024px) {
	.catalog-additionally__items {
		-webkit-columns: 3 auto;
		-moz-columns: 3 auto;
		columns: 3 auto;
	}
}

@media screen and (max-width: 990px) {
	.catalog-additionally__items {
		-webkit-columns: 2 auto;
		-moz-columns: 2 auto;
		columns: 2 auto;
	}
}

@media screen and (max-width: 576px) {
	.catalog-additionally__items {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
}

/* End */


/* Start:/local/components/imaweb/brands.filter.links/templates/.default/style.css?17762473372812*/
.seometa-tag-link {
    background-color: #f9f9f9;
    border-radius: 15px;
    border: 1px solid #d8d8d8;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin: 8px 8px 0 0;
    padding: 0 12px;
    text-align: center;
}

.seometa-tags-wrapper {
    box-sizing: content-box;
    margin-bottom: 1em;
    overflow: hidden;
}

.seometa-tags-collapsed {
    max-height: 32px;
}

.seometa-tags-inner {
    margin-top: -8px;
}

.mb-20 {
    margin-bottom: 20px;
}

.receipts__toggle {
    float: right;
    font-size: 14px;
    line-height: 30px;
    margin-right: 16px;
    margin-top: 8px;
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted;
    color: #0d61af;
    transition-duration: .3s;
    transition-property: color;
    text-decoration: none;
    cursor: pointer;
}

.receipts__toggle:before {
    content: 'Свернуть';
}

.receipts__toggle_expand:before {
    content: 'Показать еще';
}

.receipts__toggle:hover {
    text-decoration: none;
    color: #fc5808;
}

@media (max-width: 768px) {
    .seometa-tags-wrapper {
        display: none;
    }
}

.spoiler-text-description__toggle {
    background-image: linear-gradient(to top, #fff 40px, rgba(255, 255, 255, 0));
    bottom: 0;
    height: 150px;
    left: 0;
    padding-top: 110px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
    text-decoration: none;
    color: #0d61af;
    transition-duration: .3s;
    transition-property: color;
    cursor: pointer;
}

.spoiler-text-description__toggle:before {
    border-bottom: 1px dotted;
    content: 'Развернуть';
    margin-right: 4px;
}

.spoiler-text-description__toggle.active:before {
    content: 'Свернуть';
}

.spoiler-text-description__toggle.active {
    background-image: none;
    padding: 10px 0 0;
    height: 50px;
}

.spoiler-text-description__toggle:hover {
    color: #fc5808;
}

.spoiler-text-description {
    transition: height 200ms ease-out 0ms;
    background-color: #fff;
    color: #333;
    /*max-height: 130px;*/
    overflow: hidden;
    padding: 1.5rem;
    position: relative;
    width: 100%;
}

.spoiler-text-description.active {
    -o-animation-name: text-with-spoiler-in;
    -moz-animation-name: text-with-spoiler-in;
    -webkit-animation-name: text-with-spoiler-in;
    animation-name: text-with-spoiler-in;
    -o-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -o-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: visible;
    padding-bottom: 50px;
    max-height: 100%;
}

.spoiler-text-description__content {
    z-index: 0;
}


/* End */
/* /local/components/vodoley/catalog/templates/catalog/style.css?17780647949435 */
/* /local/components/vodoley/catalog/templates/catalog/section.css?17762473351267 */
/* /local/components/vodoley/catalog.section.list/templates/.default/style.css?17769559611783 */
/* /local/components/vodoley/catalog.smart.filter/templates/bonolle/style.css?177875574411384 */
/* /local/templates/v2/components/bitrix/news.list/catalog-popular/style.css?17762473372146 */
/* /local/components/vodoley/catalog.section/templates/bonolle/style.css?177875029010565 */
/* /local/templates/v2/components/bitrix/news.list/catalog-additionally/style.css?17762473371152 */
/* /local/components/imaweb/brands.filter.links/templates/.default/style.css?17762473372812 */
