

/* Start:/local/templates/bonolle/components/bitrix/catalog/bonolle_catalog/style.css?178523292729111*/
.bonolle-catalog {
  --_focus-ring: #1f6f91;
  --_filter-width: 260px;
  color: var(--bl-color-text);
}

.bonolle-catalog *,

.bonolle-catalog *::before,

.bonolle-catalog *::after {
  box-sizing: border-box;
}

.bonolle-catalog svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bonolle-catalog a {
  color: inherit;
  text-decoration: none;
}

.bonolle-catalog :where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid var(--_focus-ring);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(47, 122, 160, .18);
}

.bonolle-catalog .container {
  width: min(1472px, calc(100vw - 48px));
  margin: 0 auto;
}

.bonolle-catalog .btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-sm);
  background: var(--bl-color-surface);
  color: var(--bl-color-text);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  cursor: pointer;
}

.bonolle-catalog .btn-primary {
  border-color: var(--bl-color-primary);
  background: var(--bl-color-primary);
  color: #fff;
}

.bonolle-catalog .btn-primary:hover {
  border-color: var(--bl-color-primary-hover);
  background: var(--bl-color-primary-hover);
}

.bonolle-catalog .btn-secondary {
  border-color: var(--bl-color-primary);
  background: var(--bl-color-surface);
  color: var(--bl-color-primary);
}

.bonolle-catalog .btn-ghost {
  color: var(--bl-color-text-soft);
  border-color: var(--bl-color-border);
  background: var(--bl-color-surface);
}

.bonolle-catalog .btn-icon {
  width: 40px;
  padding: 0;
}

.bonolle-catalog .btn.is-disabled,

.bonolle-catalog .btn:disabled {
  border-color: var(--bl-color-border);
  background: #f4f5f7;
  color: var(--bl-color-faint);
  cursor: not-allowed;
}

.bonolle-catalog .catalog-hero {
  padding: 20px;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-md);
  background: var(--bl-color-surface);
  box-shadow: var(--bl-shadow-sm);
  margin-bottom: 18px;
}

.bonolle-catalog .catalog-hero-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.bonolle-catalog .catalog-hero h1 {
  margin: 0;
  color: var(--bl-color-text);
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 0;
}

.bonolle-catalog .hero-copy {
  max-width: 780px;
  margin: 10px 0 0;
  color: var(--bl-color-text-soft);
  font-size: 16px;
  line-height: 22px;
}

.bonolle-catalog .category-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--bl-space-sm);
  margin-bottom: 18px;
}

.bonolle-catalog .category-item {
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-sm);
  background: #fff;
  color: var(--bl-color-text-soft);
  cursor: pointer;
}

.bonolle-catalog .category-item strong {
  min-width: 0;
  color: var(--bl-color-text);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.bonolle-catalog .category-item span {
  min-width: 0;
  color: var(--bl-color-muted);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.bonolle-catalog .category-item.is-active {
  border-color: var(--bl-color-primary);
  background: var(--bl-color-primary-ultra);
  box-shadow: inset 0 0 0 1px rgba(59, 133, 168, .15);
}

.bonolle-catalog .filter-panel .category-item.active {
  background: linear-gradient(135deg, #eefafa, #f8fbff);
  color: var(--bl-color-primary);
  font-weight: 500;
}

.bonolle-catalog .mobile-catalog-toolbar {
  display: none;
}

.bonolle-catalog .mobile-sort-host {
  display: none;
}

.bonolle-catalog .catalog-layout {
  display: grid;
  grid-template-columns: var(--_filter-width) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.bonolle-catalog .right-side {
  min-width: 0;
}

.bonolle-catalog .filter-panel {
  width: var(--_filter-width);
  background: var(--bl-color-surface);
  border-radius: var(--bl-radius-md);
  box-shadow: var(--bl-shadow-sm);
  padding: 16px;
}

.bonolle-catalog .filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.bonolle-catalog .filter-head h2 {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.bonolle-catalog .filter-close {
  display: none;
  border: 0;
  background: transparent;
  color: var(--bl-color-text-soft);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.bonolle-catalog .category-list {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
}

.bonolle-catalog .filter-panel .category-item {
  min-height: 32px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border: 0;
  box-shadow: none;
  padding: 6px 8px;
}

.bonolle-catalog .catalog-tools {
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-md);
  background: var(--bl-color-surface);
  box-shadow: var(--bl-shadow-sm);
}

.bonolle-catalog .tool-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.bonolle-catalog .sort {
  position: relative;
  width: 232px;
  z-index: 12;
}

.bonolle-catalog .sort > .btn {
  width: 100%;
  justify-content: space-between;
}

.bonolle-catalog .sort-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 7px);
  width: 100%;
  display: none;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-md);
  background: #fff;
  box-shadow: var(--bl-shadow-md);
  padding: 8px;
  z-index: 20;
}

.bonolle-catalog .sort.is-open .sort-menu {
  display: block;
}

.bonolle-catalog .sort-option {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: var(--bl-radius-sm);
  color: var(--bl-color-text-soft);
  padding: 7px 9px;
  font-size: 14px;
  overflow-wrap: anywhere;
  cursor: pointer;
}

.bonolle-catalog .sort-option:hover,

.bonolle-catalog .sort-option.is-active {
  background: var(--bl-color-primary-ultra);
  color: var(--bl-color-text);
  font-weight: 500;
}

.bonolle-catalog .sort-option svg {
  width: 16px;
  height: 16px;
  color: var(--bl-color-primary);
  stroke-width: 3;
}

.bonolle-catalog .sort > .btn span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.bonolle-catalog .view-toggle {
  display: inline-flex;
  gap: 4px;
  padding: 3px;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-sm);
  background: #fff;
}

.bonolle-catalog .view-toggle button {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--bl-color-muted);
  cursor: pointer;
}

.bonolle-catalog .view-toggle button.is-active {
  background: var(--bl-color-primary-ultra);
  color: var(--bl-color-primary);
}

.bonolle-catalog .active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.bonolle-catalog .active-filter {
  min-height: 32px;
  max-width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--bl-color-primary-light);
  border-radius: var(--bl-radius-sm);
  background: var(--bl-color-primary-ultra);
  color: var(--bl-color-primary);
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.bonolle-catalog .active-filter b {
  color: var(--bl-color-text-soft);
  font-weight: 500;
  overflow-wrap: anywhere;
}

.bonolle-catalog .chip-remove {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: var(--bl-radius-circle);
  background: transparent;
  color: var(--bl-color-primary);
  padding: 0;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.bonolle-catalog .chip-remove:hover {
  color: var(--bl-color-text);
}

.bonolle-catalog .clear-filters {
  border: 0;
  background: transparent;
  color: var(--bl-color-primary);
  font-size: 14px;
  font-weight: 500;
  overflow-wrap: anywhere;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .bonolle-catalog .category-strip,

  .bonolle-catalog .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .bonolle-catalog {
    --_filter-drawer-pad: 16px;
    --_safe-top: env(safe-area-inset-top, 0px);
    --_safe-right: env(safe-area-inset-right, 0px);
    --_safe-bottom: env(safe-area-inset-bottom, 0px);
    --_safe-left: env(safe-area-inset-left, 0px);
  }

  .bonolle-catalog .mobile-catalog-toolbar {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
  }

  .bonolle-catalog .mobile-catalog-toolbar button {
    min-width: 0;
    min-height: 34px;
    border: 0;
    background: transparent;
    color: var(--bl-color-text-soft);
    font: inherit;
    cursor: pointer;
  }

  .bonolle-catalog .mobile-catalog-toolbar button:disabled {
    color: var(--bl-color-faint);
    cursor: not-allowed;
  }

  .bonolle-catalog .mobile-catalog-toolbar__view {
    width: auto;
    display: grid;
    place-items: center;
    color: var(--bl-color-text);
  }

  .bonolle-catalog .mobile-catalog-toolbar__view svg,
  .bonolle-catalog .mobile-catalog-toolbar__filter svg {
    width: 18px;
    height: 18px;
  }

  .bonolle-catalog .mobile-catalog-toolbar__sort {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0 6px;
    color: var(--bl-color-text);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
  }

  .bonolle-catalog .mobile-catalog-toolbar__sort span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bonolle-catalog .mobile-catalog-toolbar__sort svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
  }

  .bonolle-catalog .mobile-catalog-toolbar__filter {
    position: relative;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--bl-color-text);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
  }

  .bonolle-catalog .mobile-filter-badge {
    min-width: 16px;
    height: 16px;
    display: inline-grid;
    place-items: center;
    padding: 0 4px;
    border-radius: var(--bl-radius-pill);
    background: var(--bl-color-primary);
    color: #fff;
    font-size: 10px;
    line-height: 16px;
  }

  .bonolle-catalog .catalog-tools,
  .bonolle-catalog .catalog-tools .view-toggle {
    display: none;
  }

  .bonolle-catalog .mobile-sort-host {
    position: absolute;
    display: block;
    margin: -4px 0 12px;
    z-index: 14;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }

  .bonolle-catalog .mobile-sort-host.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
  }

  .bonolle-catalog .mobile-sort-host .sort-menu {
    position: static;
    width: 100%;
    display: block;
  }

  .bonolle-catalog .catalog-layout {
    display: block;
  }

  .bonolle-catalog .filter-panel {
    position: fixed;
    inset: 0;
    width: auto;
    height: 100vh;
    height: 100dvh;
    display: block;
    overflow-y: auto;
    padding: 0 calc(var(--_filter-drawer-pad) + var(--_safe-right)) calc(var(--_filter-drawer-pad) + var(--_safe-bottom)) calc(var(--_filter-drawer-pad) + var(--_safe-left));
    border-radius: 0;
    z-index: 60;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: opacity .2s ease, transform .24s ease;
    will-change: transform;
  }

  body.bonolle-filter-open .bonolle-catalog .filter-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  body.bonolle-filter-open {
    overflow: hidden;
  }

  body.bonolle-filter-open::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, .32);
    z-index: 50;
    animation: bonolle-filter-scrim-in .2s ease both;
  }

  .bonolle-catalog .filter-close {
    display: inline-grid;
    place-items: center;
  }

  .bonolle-catalog .filter-head {
    position: sticky;
    top: 0;
    z-index: 3;
    margin: 0 calc(-1 * (var(--_filter-drawer-pad) + var(--_safe-right))) 12px calc(-1 * (var(--_filter-drawer-pad) + var(--_safe-left)));
    padding: calc(18px + var(--_safe-top)) calc(var(--_filter-drawer-pad) + var(--_safe-right)) 14px calc(var(--_filter-drawer-pad) + var(--_safe-left));
    border-bottom: 1px solid var(--bl-color-border-light);
    background: var(--bl-color-surface);
  }

  .bonolle-catalog .active-filters {
    flex-wrap: nowrap;
    gap: 6px;
    margin: 0 -8px 8px;
    padding: 0 8px 2px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .bonolle-catalog .active-filters::-webkit-scrollbar {
    display: none;
  }

  .bonolle-catalog .active-filter {
    min-height: 30px;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 5px;
    padding: 0 9px;
    border-color: var(--bl-color-border);
    border-radius: var(--bl-radius-pill);
    background: #fff;
    color: var(--bl-color-text-soft);
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
  }

  .bonolle-catalog .active-filter > span {
    white-space: nowrap;
  }

  .bonolle-catalog .chip-remove {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    font-size: 14px;
  }

  .bonolle-catalog .clear-filters {
    min-height: 30px;
    flex: 0 0 auto;
    padding: 0 9px;
    border: 1px solid var(--bl-color-border);
    border-radius: var(--bl-radius-pill);
    background: #fff;
    color: var(--bl-color-text-soft);
    font-size: 12px;
    line-height: 28px;
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .bonolle-catalog .container {
    width: min(100%, calc(100vw - 8px));
  }

  .bonolle-catalog .catalog-hero {
    padding: 12px;
  }

  .bonolle-catalog .catalog-hero h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .bonolle-catalog .category-strip {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    margin: 0 -8px 8px;
    padding: 0 8px 4px;
    scrollbar-width: none;
  }

  .bonolle-catalog .category-strip::-webkit-scrollbar {
    display: none;
  }

  .bonolle-catalog .category-strip .category-item {
    min-width: 0;
    max-width: 170px;
    min-height: 28px;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 5px 10px;
    border-radius: var(--bl-radius-pill);
    background: var(--bl-color-chip-bg);
    box-shadow: none;
  }

  .bonolle-catalog .category-strip .category-item strong {
    overflow: hidden;
    color: var(--bl-color-text);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    overflow-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bonolle-catalog .category-strip .category-item span {
    display: none;
  }

  .bonolle-catalog .category-strip .category-item.is-active {
    border-color: var(--bl-color-primary);
    background: var(--bl-color-primary-ultra);
  }

  .bonolle-catalog .category-strip .category-item.is-active strong {
    color: var(--bl-color-primary);
  }

  .bonolle-catalog .catalog-tools .sort {
    width: min(255px, calc(100vw - 24px));
  }
}
@media (max-width: 720px) {
  .bonolle-catalog {
    background: #f2f3f5;
  }

  .bonolle-catalog .container {
    width: min(100%, calc(100vw - 8px));
  }

  .bonolle-catalog .catalog-hero {
    margin: 0 4px 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .bonolle-catalog .catalog-hero-top {
    display: block;
  }

  .bonolle-catalog .catalog-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    margin: 0 0 10px;
    overflow: hidden;
    color: #5f6875;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
  }

  .bonolle-catalog .catalog-breadcrumbs__item {
    min-width: 0;
    overflow: hidden;
    color: inherit;
    text-overflow: ellipsis;
  }

  .bonolle-catalog .catalog-breadcrumbs__separator {
    color: #98a1ad;
  }

  .bonolle-catalog .catalog-hero h1 {
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
  }

  .bonolle-catalog .hero-copy {
    display: none;
  }

  .bonolle-catalog .mobile-catalog-toolbar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "sort spacer filter"
      "view view view";
    align-items: center;
    gap: 12px 8px;
    margin: 0 4px 8px;
  }

  .bonolle-catalog .mobile-catalog-toolbar button {
    min-height: 34px;
	font-size: 16px;
    line-height: 20px;
  }

  .bonolle-catalog .mobile-catalog-toolbar__sort {
    grid-area: sort;
    justify-content: flex-start;
    padding: 0;
    color: #5c6570;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
  }

  .bonolle-catalog .mobile-catalog-toolbar__sort svg {
    width: 12px;
    height: 12px;
  }

  .bonolle-catalog .mobile-catalog-toolbar__filter {
    grid-area: filter;
    gap: 5px;
    color: #5c6570;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
  }

  .bonolle-catalog .mobile-catalog-toolbar__filter svg {
    width: 16px;
    height: 16px;
  }

  .bonolle-catalog .mobile-filter-badge {
    min-width: 16px;
    height: 16px;
    font-size: 9px;
    line-height: 16px;
  }

  .bonolle-catalog .mobile-catalog-toolbar__view {
    grid-area: view;
    width: auto;
    justify-self: start;
    display: inline-flex;
    gap: 2px;
    padding: 2px;
    border: 1px solid #dde2e8;
    border-radius: var(--bl-radius-pill);
    background: #eef1f5;
  }

  .bonolle-catalog .mobile-catalog-toolbar__view button {
    min-height: 30px;
    display: grid;
    place-items: center;
    border-radius: var(--bl-radius-pill);
    color: #6f7783;
  }

  .bonolle-catalog .mobile-catalog-toolbar__view button.is-active {
    background: #fff;
    color: #1a1a1a;
  }

  .bonolle-catalog .mobile-catalog-toolbar__view svg {
    width: 18px;
    height: 18px;
  }

  .bonolle-catalog .active-filters {
	min-height: 36px;
    margin: -46px -4px 8px 78px;
    padding: 2px 6px 2px 0;
  }

  .bonolle-catalog .active-filter,
  .bonolle-catalog .clear-filters {
    min-height: 36px;
    border-color: #dde2e8;
    border-radius: var(--bl-radius-pill);
    background: #fff;
    color: #5c6570;
    font-size: 12px;
    line-height: 14px;
  }

  .bonolle-catalog .active-filter {
    padding: 0 8px;
  }

  .bonolle-catalog .clear-filters {
    padding: 0 8px;
    line-height: 36px;
  }

  .bonolle-catalog .chip-remove {
    width: 14px;
    height: 14px;
    font-size: 14px;
  }
}
.bonolle-catalog .mobile-filter-float {
  display: none;
}

@media (max-width: 720px) {
  .bonolle-catalog .right-side {
    position: relative;
  }

  .bonolle-catalog .category-strip {
    display: flex;
    gap: 6px;
    margin: 0 4px 10px;
    padding: 0 0 2px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .bonolle-catalog .category-strip::-webkit-scrollbar {
    display: none;
  }

  .bonolle-catalog .mobile-sort-host {
    position: absolute;
    top: 36px;
    left: 4px;
    width: min(232px, calc(100vw - 16px));
    display: block;
    margin: 0;
    z-index: 34;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }

  .bonolle-catalog .mobile-sort-host.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
  }

  .bonolle-catalog .mobile-sort-host .sort-menu {
    position: static;
    width: 100%;
    display: block;
  }

  .bonolle-catalog .mobile-filter-float {
    position: fixed;
    left: 50%;
    bottom: calc(var(--bl-size-bottom-nav-height) + 18px + env(safe-area-inset-bottom, 0px));
    z-index: 55;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 16px;
    border: 1px solid #d7e2e8;
    border-radius: var(--bl-radius-pill);
    background: #fff;
    color: #2f7088;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .16);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 12px);
    transition: opacity .16s ease, transform .16s ease;
  }

  .bonolle-catalog .mobile-filter-float svg {
    width: 17px;
    height: 17px;
  }

  .bonolle-catalog.is-filter-float-visible .mobile-filter-float {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  body.bonolle-filter-open .bonolle-catalog .mobile-filter-float {
    display: none;
  }
}
@keyframes bonolle-filter-scrim-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .bonolle-catalog .filter-panel,
  .bonolle-catalog .mobile-sort-host,
  .bonolle-catalog .mobile-filter-float {
    transition: none;
  }

  body.bonolle-filter-open::after {
    animation: none;
  }
}

.bonolle-catalog-sections {
  padding: 24px 0 40px;
  background: var(--bl-color-bg);
}

.bonolle-catalog-sections .container {
  width: min(var(--bl-container-max), calc(100vw - 48px));
  margin: 0 auto;
}

.bonolle-catalog-sections__breadcrumbs {
  margin: 0 0 12px;
  color: var(--bl-color-muted);
  font-size: var(--bl-text-body-size);
  line-height: var(--bl-text-body-line-height);
}

.bonolle-catalog-sections__breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bonolle-catalog-sections__breadcrumbs li {
  display: inline-flex;
  align-items: center;
}

.bonolle-catalog-sections__breadcrumbs li + li::before {
  content: ">";
  margin: 0 7px;
  color: var(--bl-color-faint);
}

.bonolle-catalog-sections__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.bonolle-catalog-sections__breadcrumbs a:hover {
  color: var(--bl-color-primary);
  text-decoration: underline;
}

.bonolle-catalog-sections .subcategory {
  margin: 0 0 32px;
}

.bonolle-catalog-sections .subcategory__page-title {
  margin: 12px 0 20px;
  color: var(--bl-color-text-soft);
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.bonolle-catalog-sections .subcategory__item-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.bonolle-catalog-sections .subcategory__item {
  position: relative;
  display: inline-block;
  height: 234px;
  padding: 24px 20px 42px;
  overflow: hidden;
  border-radius: var(--bl-radius-sm);
  background: var(--bl-color-surface);
  box-shadow: var(--bl-shadow-card);
  color: var(--bl-color-text-soft);
  text-decoration: none;
  vertical-align: top;
}

.bonolle-catalog-sections .subcategory__content {
  height: calc(100% + 27px);
  margin: 0 24px;
  opacity: 1;
  transition: opacity .5s ease;
}

.bonolle-catalog-sections .subcategory__image {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 120px;
  line-height: 150px;
  text-align: center;
}

.bonolle-catalog-sections .subcategory__image-content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.bonolle-catalog-sections .subcategory__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 63px;
  margin: 12px 0 0;
  color: var(--bl-color-text-soft);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.bonolle-catalog-sections .subcategory__mobile-link,
.bonolle-catalog-sections .subcategory__arrow-icon {
  display: none;
}

.bonolle-catalog-sections .subcategory__arrow-icon {
  fill: currentColor;
  stroke: none;
}

.bonolle-catalog-sections .subcategory__childs {
  display: block;
  position: absolute;
  inset: 16px 20px 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s ease;
}

.bonolle-catalog-sections .subcategory__childs-list {
  height: 100%;
  margin: 0;
  padding: 0 2px 8px 0;
  box-sizing: border-box;
  overflow-y: auto;
  font-size: 14px;
  line-height: 29px;
}

.bonolle-catalog-sections .subcategory__childs-list-item {
  display: block;
  min-height: 20px;
  padding-bottom: 8px;
  list-style: none;
  line-height: 18px;
}

.bonolle-catalog-sections .subcategory__childs-list-item:first-child .subcategory__childs-item {
  font-size: 16px;
  font-weight: 500;
}

.bonolle-catalog-sections .subcategory__childs-item {
  color: var(--bl-color-text-soft);
  text-decoration: none;
}

.bonolle-catalog-sections .subcategory__childs-item:hover {
  color: var(--bl-color-primary);
  text-decoration: none;
}

.bonolle-catalog-sections .subcategory__item_with-childs:hover {
  box-shadow: var(--bl-shadow-large);
}

.bonolle-catalog-sections .subcategory__item_with-childs:hover .subcategory__title {
  display: none;
}

.bonolle-catalog-sections .subcategory__item_with-childs:hover > .subcategory__content,
.bonolle-catalog-sections .subcategory__item_with-childs:focus-within > .subcategory__content {
  opacity: 0;
}

.bonolle-catalog-sections .subcategory__item_with-childs:hover > .subcategory__childs,
.bonolle-catalog-sections .subcategory__item_with-childs:focus-within > .subcategory__childs {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 767px) {
  .bonolle-catalog-sections {
    padding: 16px 0 28px;
  }

  .bonolle-catalog-sections .container {
    width: min(var(--bl-container-max), calc(100vw - 32px));
  }

  .bonolle-catalog-sections__breadcrumbs {
    margin-bottom: 8px;
  }

  .bonolle-catalog-sections .subcategory {
    margin-bottom: 0;
  }

  .bonolle-catalog-sections .subcategory__page-title {
    margin: 12px 0;
    font-size: 24px;
    line-height: 30px;
  }

  .bonolle-catalog-sections .subcategory__item-container {
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    border-radius: var(--bl-radius-lg);
  }

  .bonolle-catalog-sections .subcategory__item {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--bl-color-border-light);
    border-radius: 0;
    box-shadow: var(--bl-shadow-card);
  }

  .bonolle-catalog-sections .subcategory__item_empty .subcategory__image {
    display: none;
  }

  .bonolle-catalog-sections .subcategory__item_empty .subcategory__content {
    height: auto;
    margin: 0;
  }

  .bonolle-catalog-sections .subcategory__item_empty .subcategory__title {
    display: block;
    height: auto;
    margin: 0;
    padding: 16px 36px 16px 16px;
    color: var(--bl-color-text-soft);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }

  .bonolle-catalog-sections .subcategory__item_with-childs .subcategory__content {
    display: none;
  }

  .bonolle-catalog-sections .subcategory__mobile-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 36px 16px 16px;
    box-sizing: border-box;
    color: var(--bl-color-text-soft);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease;
  }

  .bonolle-catalog-sections .subcategory__mobile-link:active {
    background: var(--bl-color-chip-bg);
  }

  .bonolle-catalog-sections .subcategory__arrow-icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 11px;
    height: 16px;
    color: var(--bl-color-faint);
    transform: translateY(-50%);
    pointer-events: none;
  }

  .bonolle-catalog-sections .subcategory__childs {
    display: none;
  }
}

/* End */
/* /local/templates/bonolle/components/bitrix/catalog/bonolle_catalog/style.css?178523292729111 */
