

/* 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 */


/* Start:/local/templates/bonolle/components/bitrix/catalog.smart.filter/bonolle_filter_shell/style.css?178523292815166*/
.bonolle-catalog .filter-shell {
  --_focus-ring: #1f6f91;
  --_filter-drawer-pad: 16px;
  --_safe-right: 0px;
  --_safe-bottom: 0px;
  --_safe-left: 0px;
  display: block;
}

.bonolle-catalog .filter-body {
  display: grid;
  gap: 0;
}

.bonolle-catalog .filter-group {
  padding-top: 14px;
  margin-top: 14px;
}

.bonolle-catalog .filter-label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  border: 0;
  background: transparent;
  color: var(--bl-color-text);
  font: inherit;
  font-weight: 500;
  padding: 0;
  text-align: left;
  cursor: default;
}

.bonolle-catalog button.filter-label {
  cursor: pointer;
}

.bonolle-catalog .label-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.bonolle-catalog .filter-chevron {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-right: 2px solid var(--bl-color-muted);
  border-bottom: 2px solid var(--bl-color-muted);
  transform: rotate(45deg);
  transition: transform .16s ease;
}

.bonolle-catalog .filter-group.is-group-expanded .filter-chevron {
  transform: rotate(225deg);
}

.bonolle-catalog .filter-group:not(.is-group-expanded) .filter-group-body {
  display: none;
}

.bonolle-catalog .option-list {
  display: grid;
  gap: 4px;
}

.bonolle-catalog .option-item {
  position: relative;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: var(--bl-radius-sm);
  color: var(--bl-color-text-soft);
  padding: 6px 8px;
  cursor: pointer;
}
.bonolle-catalog .option-item:hover {
background-color: #e8f8ff;
background: linear-gradient(135deg, #eefafa, #f8fbff);
}

.bonolle-catalog .option-item > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.bonolle-catalog .option-item.disabled,

.bonolle-catalog .brand-option.is-disabled {
  color: var(--bl-color-muted);
  background: #f7f8f9;
  cursor: not-allowed;
}

.bonolle-catalog .control {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid var(--bl-color-border);
  background: #fff;
  flex: 0 0 auto;
}

.bonolle-catalog .control.radio {
  border-radius: var(--bl-radius-circle);
}

.bonolle-catalog .control.checkbox {
  border-radius: 4px;
}

.bonolle-catalog .control.radio.on {
  border-color: var(--bl-color-primary);
  box-shadow: inset 0 0 0 4px var(--bl-color-primary);
  background: var(--bl-color-primary);
}

.bonolle-catalog .control.radio.on::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  border-radius: var(--bl-radius-circle);
  background: #fff;
  transform: translate(-50%, -50%);
}

.bonolle-catalog .control.checkbox.on {
  border-color: var(--bl-color-primary);
  background: var(--bl-color-primary);
}

.bonolle-catalog .control.checkbox.on::after {
    content: "";
    position: absolute;
    left: 20%;
    top: 36%;
    position: absolute;
    border-right: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    content: "";
    box-sizing: content-box;
    transform-origin: 0 100%;
    animation: checkbox-check 100ms .12s cubic-bezier(.4, 0, .23, 1) forwards;
}
@keyframes checkbox-check {
    0% {
        width: 0;
        height: 0;
        border-color: #fff;
        transform: translateZ(0) rotate(45deg)
    }

    33% {
        width: .2em;
        height: 0;
        transform: translateZ(0) rotate(45deg)
    }

    to {
        width: .2em;
        height: .5em;
        border-color: #fff;
        transform: translate3d(0,-.5em,0) rotate(45deg)
    }
}

.bonolle-catalog .control.disabled {
  background: #f4f5f7;
  border-color: #eceff3;
}

.bonolle-catalog .filter-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.bonolle-catalog .filter-inputs input,

.bonolle-catalog .filter-search {
  width: 100%;
  height: 38px;
  padding: 0 10px;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-sm);
  background: #fff;
  color: var(--bl-color-text);
  outline: none;
}

.bonolle-catalog .filter-inputs input:focus-visible,

.bonolle-catalog .filter-search:focus-visible {
  outline: 2px solid var(--_focus-ring, #1f6f91);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(47, 122, 160, .18);
}

.bonolle-catalog .filter-search-wrap {
  position: relative;
  margin-bottom: 8px;
}

.bonolle-catalog .filter-search {
  padding-right: 34px;
}

.bonolle-catalog .filter-search-clear {
  position: absolute;
  right: 6px;
  top: 50%;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: var(--bl-radius-circle);
  background: transparent;
  color: var(--bl-color-primary);
  font-size: 20px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.bonolle-catalog .filter-search-clear[hidden] {
  display: none;
}

.bonolle-catalog .color-options {
  display: grid;
  grid-template-columns: repeat(5, 36px);
  gap: 12px;
}

.bonolle-catalog .color-option {
  position: relative;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
}

.bonolle-catalog .color-option.disabled {
  cursor: not-allowed;
}

.bonolle-catalog .color-dot {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: var(--bl-radius-pill);
  border: 1px solid var(--bl-color-border);
  background: #fff center / cover no-repeat;
}

.bonolle-catalog .color-dot.is-selected,

.bonolle-catalog .color-option.is-selected .color-dot {
  border-color: var(--bl-color-primary);
  box-shadow: 0 0 0 2px rgba(59, 133, 168, .18), inset 0 0 0 4px #fff;
}

.bonolle-catalog .color-dot.disabled,

.bonolle-catalog .color-option.disabled .color-dot {
  opacity: .35;
  background:
    linear-gradient(135deg, transparent 45%, #cfd8dc 46% 54%, transparent 55%),
    #f1f3f5;
}

.bonolle-catalog .brand-options {
  display: grid;
  gap: 6px;
}

.bonolle-catalog .brand-option {
  position: relative;
  min-height: 56px;
  display: grid;
  grid-template-columns: 44px 1fr 20px;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: var(--bl-radius-sm);
  background: transparent;
  color: var(--bl-color-text-soft);
  padding: 6px 8px;
  cursor: pointer;
  border: 1px solid transparent;
}

.bonolle-catalog .brand-option span {
  font-weight: 500;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.bonolle-catalog .brand-option.is-selected {
//  background: var(--bl-color-primary-ultra);
//  color: var(--bl-color-text);
  background: linear-gradient(135deg, #eefafa, #f8fbff);
  border: 1px solid #d7f1f2;
}

.bonolle-catalog .brand-option.is-selected .brand-logo {
  border: 2px solid var(--bl-color-primary);
}

.bonolle-catalog .brand-logo {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: var(--bl-color-text-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .01em;
  overflow: hidden;
  border: 1px solid var(--bl-color-border-light);
}

.bonolle-catalog .brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: contain;
  border: 1px solid transparent;
  border-radius: var(--bl-radius-sm);
  box-sizing: border-box;
  height: 40px;
  min-height: 36px;
  min-width: 36px;
  width: 40px;
}

.bonolle-catalog .brand-option-check {
  width: 18px;
  height: 18px;
  display: none;
  place-items: center;
  border-radius: var(--bl-radius-circle);
  background: var(--bl-color-primary);
  color: #fff;
}

.bonolle-catalog .brand-option.is-selected .brand-option-check {
  display: grid;
}

.bonolle-catalog .brand-option-check svg {
  width: 14px;
  height: 14px;
  stroke-width: 3;
}

.bonolle-catalog .switch-option {
  position: relative;
  min-height: 36px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--bl-color-text-soft);
  cursor: pointer;
}

.bonolle-catalog .switch-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.bonolle-catalog .switch-option.is-disabled {
  color: var(--bl-color-muted);
  cursor: not-allowed;
}

.bonolle-catalog .switch-control {
position: relative;
    width: 42px;
    height: 24px;
    flex: 0 0 auto;
    border-radius: var(--bl-radius-pill);
    background: #dfe5ea;
    transition: background .2s ease;
}

.bonolle-catalog .switch-control::after {
content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: var(--bl-radius-circle);
    background: #fff;
    box-shadow: 0 2px 5px rgba(26, 26, 26, .18);
    transition: transform .35s ease;
}

.bonolle-catalog .switch-control.on {
  background: var(--bl-color-primary);
}

.bonolle-catalog .switch-control.on::after {
  transform: translateX(18px);
}

.bonolle-catalog .switch-control.disabled {
  opacity: .45;
}

.bonolle-catalog .filter-more {
  display: inline-flex;
  margin-top: 8px;
  border: 0;
  background: transparent;
  color: var(--bl-color-primary);
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  overflow-wrap: anywhere;
  text-align: left;
  cursor: pointer;
}

.bonolle-catalog .filter-group:not(.is-values-expanded) .is-values-extra {
  display: none;
}

.bonolle-catalog .filter-group.is-values-expanded .option-list,
.bonolle-catalog .filter-group.is-values-expanded .brand-options {
  max-height: 306px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 4px;
}

.bonolle-catalog .filter-group.is-values-expanded .color-options {
  max-height: 184px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 4px;
}

.bonolle-catalog .filter-group.is-searching [data-bonolle-filter-option].is-search-hidden {
  display: none !important;
}

.bonolle-catalog .filter-group.is-searching:not(.is-values-expanded) .is-search-extra {
  display: none !important;
}

.bonolle-catalog .filter-group.is-searching .brand-option.is-values-extra.is-search-match {
  display: grid;
}

.bonolle-catalog .filter-group.is-searching .option-item.is-values-extra.is-search-match {
  display: flex;
}

.bonolle-catalog .filter-group.is-searching .color-option.is-values-extra.is-search-match {
  display: inline-flex;
}

.bonolle-catalog .filter-actions {
  position: sticky;
  bottom: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding-top: 12px;
  background: var(--bl-color-surface);
}

.bonolle-catalog .filter-native-control {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: inherit;
  appearance: none;
}

.bonolle-catalog .filter-native-control:focus-visible + .control,
.bonolle-catalog .filter-native-control:focus-visible + .color-dot,
.bonolle-catalog .filter-native-control:focus-visible + .brand-logo,
.bonolle-catalog .filter-native-control:focus-visible + .switch-control {
  outline: 2px solid var(--_focus-ring, #1f6f91);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(47, 122, 160, .18);
}

.bonolle-catalog .info-dot {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--bl-radius-circle);
  background: #e6e8eb;
  color: var(--bl-color-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}

.bonolle-catalog .info-dot:focus-visible {
  outline: 2px solid var(--bl-color-primary);
  outline-offset: 2px;
}

.bonolle-catalog .tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 9px);
  transform: translateX(-50%);
  width: max-content;
  max-width: 210px;
  border-radius: var(--bl-radius-sm);
  background: #111;
  color: #fff;
  padding: 7px 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  opacity: 0;
  pointer-events: none;
  white-space: normal;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
  z-index: 30;
}

.bonolle-catalog .tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #111;
}

.bonolle-catalog .info-dot:hover .tooltip,
.bonolle-catalog .info-dot:focus-visible .tooltip,
.bonolle-catalog .has-tooltip:hover .tooltip,
.bonolle-catalog .tooltip.show {
  opacity: 1;
}


.bonolle-catalog .bonolle-tooltip-dialog {
  position: fixed;
  inset: 0;
  z-index: 95;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(17, 24, 39, .38);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.bonolle-catalog .bonolle-tooltip-dialog[hidden] {
  display: none;
}

.bonolle-catalog .bonolle-tooltip-dialog.is-open {
  opacity: 1;
  pointer-events: auto;
}

.bonolle-catalog .bonolle-tooltip-dialog__card {
  width: min(420px, calc(100vw - 48px));
  overflow: hidden;
  border-radius: var(--bl-radius-md);
  background: var(--bl-color-surface);
  box-shadow: var(--bl-shadow-large);
  transform: translateY(8px) scale(.98);
  transition: transform .18s ease;
}

.bonolle-catalog .bonolle-tooltip-dialog.is-open .bonolle-tooltip-dialog__card {
  transform: translateY(0) scale(1);
}

.bonolle-catalog .bonolle-tooltip-dialog__text {
  padding: 20px 22px 18px;
  color: var(--bl-color-text);
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  overflow-wrap: anywhere;
}

.bonolle-catalog .bonolle-tooltip-dialog__close {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-top: 1px solid var(--bl-color-border-light);
  background: var(--bl-color-surface);
  color: var(--bl-color-primary);
  font: inherit;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.bonolle-catalog .bonolle-tooltip-dialog__close:focus-visible {
  outline: 2px solid var(--bl-color-primary);
  outline-offset: -4px;
}

.bonolle-catalog .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1024px) {
  .bonolle-catalog .filter-label .tooltip,
  .bonolle-catalog .switch-label .tooltip {
    display: none;
  }

  .bonolle-catalog .filter-actions {
    margin: 0 calc(-1 * (var(--_filter-drawer-pad, 16px) + var(--_safe-right, 0px))) calc(-1 * (var(--_filter-drawer-pad, 16px) + var(--_safe-bottom, 0px))) calc(-1 * (var(--_filter-drawer-pad, 16px) + var(--_safe-left, 0px)));
    padding: 12px calc(var(--_filter-drawer-pad, 16px) + var(--_safe-right, 0px)) calc(var(--_filter-drawer-pad, 16px) + var(--_safe-bottom, 0px)) calc(var(--_filter-drawer-pad, 16px) + var(--_safe-left, 0px));
    border-top: 1px solid var(--bl-color-border-light);
    box-shadow: 0 -8px 18px rgba(15, 23, 42, .04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bonolle-catalog .bonolle-tooltip-dialog,
  .bonolle-catalog .bonolle-tooltip-dialog__card {
    transition: none;
  }
}
/* End */


/* Start:/local/templates/bonolle/components/bitrix/catalog.section/bonolle_listing/style.css?178523866518325*/
.bonolle-catalog .product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.bonolle-catalog .product-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-md);
  background: var(--bl-color-surface);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
  overflow: hidden;
}

.bonolle-catalog .product-card:hover {
  border-color: #d7dde4;
  box-shadow: var(--bl-shadow-md);
}

.bonolle-catalog .card-top {
  position: relative;
  height: 302px;
  padding: 0;
  overflow: hidden;
}

.bonolle-catalog .product-photo {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}

.bonolle-catalog .product-photo:focus-visible {
  outline-offset: -4px;
}

.bonolle-catalog .product-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.bonolle-catalog .product-shot {
  opacity: 0;
  transition: opacity .12s ease;
}

.bonolle-catalog .product-shot.is-active {
  opacity: 1;
}

.bonolle-catalog .photo-zones {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(var(--_photo-count, 5), minmax(0, 1fr));
}

.bonolle-catalog .photo-zone {
  min-width: 0;
  background: transparent;
  cursor: pointer;
}

.bonolle-catalog .photo-dots {
  position: absolute;
  left: 50%;
  bottom: 8px;
  z-index: 3;
  display: flex;
  gap: 4px;
  transform: translateX(-50%);
}

.bonolle-catalog .photo-dot {
  width: 18px;
  height: 3px;
  border-radius: var(--bl-radius-pill);
  background: rgba(26, 26, 26, .18);
}

.bonolle-catalog .photo-dot.is-active {
  background: var(--bl-color-primary);
}

.bonolle-catalog .mock-label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 4;
  padding: 3px 7px;
  border-radius: var(--bl-radius-pill);
  background: rgba(16, 24, 40, .74);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}

.bonolle-catalog .card-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: var(--bl-radius-circle);
  background: rgba(255,255,255,.92);
  color: var(--bl-color-text);
  cursor: pointer;
}

.bonolle-catalog .card-wishlist:hover,

.bonolle-catalog .card-wishlist.is-hover {
  color: var(--bl-color-sale);
  background: var(--bl-color-primary-ultra);
}

.bonolle-catalog .card-wishlist.is-selected,
.bonolle-catalog .card-wishlist.is-active {
  color: var(--bl-color-sale);
  background: transparent;
}

.bonolle-catalog .card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 7px;
  padding: 12px;
}

.bonolle-catalog .tag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  min-height: 22px;
  padding: 0 7px;
  border-radius: var(--bl-radius-pill);
  background: #f5f6f8;
  color: var(--bl-color-text-soft);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
}

.bonolle-catalog .tag-prop {
  background: var(--bl-color-primary-ultra);
  color: var(--bl-color-primary);
}

.bonolle-catalog .price-sample {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
}

.bonolle-catalog .price {
  color: var(--bl-color-text);
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.bonolle-catalog .price-old {
  color: var(--bl-color-muted);
  font-size: 13px;
  text-decoration: line-through;
}

.bonolle-catalog .discount {
  color: var(--bl-color-sale);
  font-size: 12px;
  font-weight: 500;
}

.bonolle-catalog .last-price-details {
  min-width: 0;
  color: var(--bl-color-muted);
}

.bonolle-catalog .last-price-details summary {
  cursor: pointer;
}

.bonolle-catalog .last-price-details summary:hover,
.bonolle-catalog .last-price-details summary:focus-visible {
  color: var(--bl-color-text-soft);
}

.bonolle-catalog .last-price-details summary:focus-visible {
  outline: 2px solid var(--bl-color-primary);
  outline-offset: 2px;
}

.bonolle-catalog .last-price-label {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 16px;
}

.bonolle-catalog .last-price-details .price {
  display: block;
}

.bonolle-catalog .last-price-explanation {
  margin: 6px 0 0;
  color: var(--bl-color-muted);
  font-size: 12px;
  line-height: 16px;
}

.bonolle-catalog .price-unavailable {
  color: var(--bl-color-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bonolle-catalog .note {
  color: var(--bl-color-muted);
  font-size: 12px;
  line-height: 16px;
}

.bonolle-catalog .brand {
  color: var(--bl-color-text-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  word-break: break-word;
}

.bonolle-catalog .original {
  color: var(--bl-color-success);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.bonolle-catalog .card-title {
  min-height: 40px;
  margin: 0;
  color: var(--bl-color-text);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-wrap: anywhere;
  overflow: hidden;
  word-break: break-word;
}

.bonolle-catalog .props {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  min-height: 26px;
}

.bonolle-catalog .delivery-line {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  margin-top: auto;
  color: var(--bl-color-primary);
  font-size: 12px;
  font-weight: 500;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.bonolle-catalog .delivery-line svg {
  width: 16px;
  height: 16px;
  color: var(--bl-color-primary);
}

.bonolle-catalog .card-actions {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.bonolle-catalog .state-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.bonolle-catalog .state-message {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border: 1px dashed #cfd5dc;
  border-radius: var(--bl-radius-md);
  background: #fff;
  text-align: center;
  color: var(--bl-color-text-soft);
}

.bonolle-catalog .state-message h3 {
  margin: 10px 0 4px;
  color: var(--bl-color-text);
  font-size: 18px;
}

.bonolle-catalog .state-message svg {
  width: 34px;
  height: 34px;
  color: var(--bl-color-primary);
  margin: 0 auto;
}

.bonolle-catalog .state-message .btn {
  margin-top: 14px;
}

@media (max-width: 1180px) {
  .bonolle-catalog .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .bonolle-catalog .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .bonolle-catalog .product-card {
    border-radius: 10px;
  }

  .bonolle-catalog .card-top {
    height: 168px;
  }

  .bonolle-catalog .mock-label {
    font-size: 9px;
  }

  .bonolle-catalog .card-body {
    gap: 5px;
    padding: 9px;
  }

  .bonolle-catalog .price {
    font-size: 18px;
    line-height: 22px;
  }

  .bonolle-catalog .delivery-line {
    font-size: 11px;
    line-height: 15px;
  }

  .bonolle-catalog .card-actions .btn {
    min-height: 36px;
    padding: 0 8px;
  }
}
@media (max-width: 720px) {
  .bonolle-catalog .listing-slot {
    margin-top: 4px;
  }

  .bonolle-catalog .product-grid {
    gap: 4px;
  }

  .bonolle-catalog .product-card {
    border-color: #dde2e8;
    border-radius: var(--bl-radius-sm);
    background: #fff;
    box-shadow: none;
  }

  .bonolle-catalog .product-card:hover {
    border-color: #dde2e8;
    box-shadow: none;
  }

  .bonolle-catalog .card-top {
    height: 218px;
  }

  .bonolle-catalog .product-photo {
    background: #fff;
  }

  .bonolle-catalog .card-wishlist {
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    background: transparent;
    color: #6f7783;
    box-shadow: none;
  }

  .bonolle-catalog .card-wishlist svg {
    width: 18px;
    height: 18px;
  }

  .bonolle-catalog .mock-label {
    left: 9px;
    bottom: 13px;
    padding: 3px 6px;
    font-size: 8px;
    line-height: 10px;
  }

  .bonolle-catalog .photo-dots {
    bottom: 16px;
    gap: 4px;
  }

  .bonolle-catalog .photo-dot {
    width: 14px;
    height: 2px;
    background: #cfd5dc;
  }

  .bonolle-catalog .card-body {
    gap: 3px;
    padding: 6px 7px 7px;
  }

  .bonolle-catalog .price-sample {
    gap: 4px;
  }

  .bonolle-catalog .price {
    font-size: 15px;
    line-height: 17px;
  }

  .bonolle-catalog .price-old {
    font-size: 11px;
    line-height: 14px;
  }

  .bonolle-catalog .discount {
    font-size: 11px;
    line-height: 14px;
  }

  .bonolle-catalog .brand {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0;
  }

  .bonolle-catalog .card-title {
    min-height: 28px;
    font-size: 14px;
    line-height: 16px;
  }

  .bonolle-catalog .note {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    line-height: 13px;
  }

  .bonolle-catalog .note::before {
    content: "";
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: var(--bl-radius-circle);
    background: #a7adb5;
  }

  .bonolle-catalog .props {
    min-height: 0;
	display: none;
  }

  .bonolle-catalog .card-actions {
    gap: 4px;
    margin-top: 6px;
  }

  .bonolle-catalog .card-actions .btn {
	min-height: 36px;
    padding: 0 8px;
    border-radius: 7px;
    font-size: 11px;
    line-height: 14px;
  }

  .bonolle-catalog .card-actions .btn-icon.is-disabled {
    display: none;
  }

  .bonolle-catalog .card-actions:has(.btn-icon.is-disabled) {
    grid-template-columns: minmax(0, 1fr);
  }
}
.bonolle-catalog[data-bonolle-view="list"] .product-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.bonolle-catalog[data-bonolle-view="list"] .product-card {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  min-height: 236px;
}

.bonolle-catalog[data-bonolle-view="list"] .card-top {
  height: auto;
  min-height: 236px;
  align-self: stretch;
}

.bonolle-catalog[data-bonolle-view="list"] .card-body {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 220px);
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 7px 18px;
  padding: 16px;
}

.bonolle-catalog[data-bonolle-view="list"] .price-sample,
.bonolle-catalog[data-bonolle-view="list"] .last-price-details,
.bonolle-catalog[data-bonolle-view="list"] .price-unavailable {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  text-align: right;
}

.bonolle-catalog[data-bonolle-view="list"] .price-sample {
  justify-content: flex-end;
}

.bonolle-catalog[data-bonolle-view="list"] .note {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  text-align: right;
}

.bonolle-catalog[data-bonolle-view="list"] .brand {
  grid-column: 1;
  grid-row: 1;
}

.bonolle-catalog[data-bonolle-view="list"] .card-title {
  grid-column: 1;
  grid-row: 2;
  min-height: 0;
  font-size: 17px;
  line-height: 22px;
}

.bonolle-catalog[data-bonolle-view="list"] .props {
  grid-column: 1;
  grid-row: 3;
  min-height: 0;
  align-content: start;
}

.bonolle-catalog[data-bonolle-view="list"] .delivery-line {
  grid-column: 1;
  grid-row: 4;
  margin-top: 4px;
}

.bonolle-catalog[data-bonolle-view="list"] .card-actions {
  grid-column: 2;
  grid-row: 4;
  align-self: end;
  justify-self: end;
  width: min(220px, 100%);
  max-width: none;
  margin-top: 0;
}

.bonolle-catalog[data-bonolle-view="list"] .card-actions:has(.btn-icon.is-disabled) {
  grid-template-columns: minmax(0, 1fr);
}

@media (max-width: 1180px) {
  .bonolle-catalog[data-bonolle-view="list"] .product-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bonolle-catalog[data-bonolle-view="list"] .product-card {
    grid-template-columns: 220px minmax(0, 1fr);
    min-height: 220px;
  }

  .bonolle-catalog[data-bonolle-view="list"] .card-top {
    min-height: 220px;
  }

  .bonolle-catalog[data-bonolle-view="list"] .card-body {
    grid-template-columns: minmax(0, 1fr) minmax(150px, 190px);
    gap: 6px 14px;
    padding: 14px;
  }

  .bonolle-catalog[data-bonolle-view="list"] .card-title {
    font-size: 16px;
    line-height: 21px;
  }
}

@media (max-width: 720px) {
  .bonolle-catalog[data-bonolle-view="list"] .product-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .bonolle-catalog[data-bonolle-view="list"] .product-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .bonolle-catalog[data-bonolle-view="list"] .card-top {
    position: relative;  
	width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    min-height: 0; 
  }

  .bonolle-catalog[data-bonolle-view="list"] .card-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px;
  }

  .bonolle-catalog[data-bonolle-view="list"] .price-sample,
  .bonolle-catalog[data-bonolle-view="list"] .last-price-details,
  .bonolle-catalog[data-bonolle-view="list"] .price-unavailable,
  .bonolle-catalog[data-bonolle-view="list"] .note,
  .bonolle-catalog[data-bonolle-view="list"] .brand,
  .bonolle-catalog[data-bonolle-view="list"] .card-title,
  .bonolle-catalog[data-bonolle-view="list"] .props,
  .bonolle-catalog[data-bonolle-view="list"] .delivery-line,
  .bonolle-catalog[data-bonolle-view="list"] .card-actions {
    width: 100%;
    justify-self: stretch;
    text-align: left;
  }

  .bonolle-catalog[data-bonolle-view="list"] .price-sample {
    justify-content: flex-start;
  }

  .bonolle-catalog[data-bonolle-view="list"] .price {
    font-size: 16px;
    line-height: 18px;
  }

  .bonolle-catalog[data-bonolle-view="list"] .card-title {
    min-height: 0;
    font-size: 14px;
    line-height: 17px;
  }

  .bonolle-catalog[data-bonolle-view="list"] .delivery-line {
    margin-top: 2px;
  }

  .bonolle-catalog[data-bonolle-view="list"] .card-actions {
    grid-template-columns: minmax(0, 1fr) 36px;
    max-width: none;
    margin-top: 4px;
  }

  .bonolle-catalog[data-bonolle-view="list"] .card-actions:has(.btn-icon.is-disabled) {
    grid-template-columns: minmax(0, 1fr);
  }

  .bonolle-catalog[data-bonolle-view="list"] .card-actions .btn-icon {
    width: 36px;
  }
}


.bonolle-catalog .btn.is-in-cart {
  border-color: var(--bl-color-success);
  background: var(--bl-color-success);
  color: var(--bl-color-surface);
}

.bonolle-catalog .btn.is-loading,
.bonolle-catalog .card-wishlist.is-loading {
  pointer-events: none;
  opacity: .65;
}


/* UI-STATE-004: photo actions and shared cart quantity composition. */
.bonolle-catalog .card-photo-actions {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 4;
  display: grid;
  gap: 6px;
}

.bonolle-catalog .card-photo-actions .card-wishlist,
.bonolle-catalog .card-compare {
  position: static;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: var(--bl-radius-circle);
  background: transparent;
  color: var(--bl-color-text-soft);
  cursor: pointer;
}

.bonolle-catalog .card-photo-actions .card-wishlist:hover, .bonolle-catalog .card-compare:hover {
    color: var(--bl-color-sale);
    border-color: var(--bl-color-primary);
    background-color: var(--bl-color-primary-ultra);
}

.bonolle-catalog .card-photo-actions svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
}

.bonolle-catalog .card-compare.is-disabled {
  display: none;
}

.bonolle-catalog .card-actions,
.bonolle-catalog[data-bonolle-view="list"] .card-actions {
  grid-template-columns: minmax(0, 1fr);
}

.bonolle-catalog .card-cart-controls,
.bonolle-catalog .card-cart-add {
  width: 100%;
}

.bonolle-catalog .card-cart-confirmed {
  display: none;
  grid-template-columns: minmax(0, 1fr) 40px;
  gap: 8px;
}

.bonolle-catalog .card-cart-controls.is-in-cart .card-cart-add {
  display: none;
}

.bonolle-catalog .card-cart-controls.is-in-cart .card-cart-confirmed {
  display: grid;
}

.bonolle-catalog .card-qty {
  min-width: 0;
  min-height: 40px;
  display: grid;
  grid-template-columns: 40px minmax(28px, 1fr) 40px;
  align-items: center;
  border: 1px solid #d7f1f2;
  border-radius: var(--bl-radius-sm);
  background: linear-gradient(135deg, #eefafa, #f8fbff);
}

.bonolle-catalog .card-qty button,
.bonolle-catalog .card-qty output {
  min-width: 0;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bl-color-primary);
  font: inherit;
}

.bonolle-catalog .card-qty output {
  color: var(--bl-color-text);
  font-weight: 700;
}

.bonolle-catalog .card-cart-open {
  width: 40px;
  min-height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--bl-color-success);
  border-radius: var(--bl-radius-sm);
  background: var(--bl-color-success);
  color: var(--bl-color-surface);
}

.bonolle-catalog .card-cart-open svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

@media (max-width: 720px) {
  .bonolle-catalog .card-cart-confirmed {
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 4px;
  }

  .bonolle-catalog .card-qty,
  .bonolle-catalog .card-cart-open {
    min-height: 36px;
  }

  .bonolle-catalog .card-cart-open {
    width: 36px;
  }
}

/* End */
/* /local/templates/bonolle/components/bitrix/catalog/bonolle_catalog/style.css?178523292729111 */
/* /local/templates/bonolle/components/bitrix/catalog.smart.filter/bonolle_filter_shell/style.css?178523292815166 */
/* /local/templates/bonolle/components/bitrix/catalog.section/bonolle_listing/style.css?178523866518325 */
