

/* 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.element/bonolle_pdp/style.css?178523292865652*/
.bonolle-pdp {
  color: var(--bl-color-text);
}

.bonolle-pdp *,
.bonolle-pdp *::before,
.bonolle-pdp *::after {
  box-sizing: border-box;
}

.bonolle-pdp button {
  font-family: inherit;
}

.bonolle-pdp a {
  color: inherit;
  text-decoration: none;
}

.bonolle-pdp a,
.bonolle-pdp button {
  -webkit-tap-highlight-color: transparent;
}

.bonolle-pdp :where(a, button):focus-visible {
  outline: 0;
  box-shadow: var(--bl-shadow-focus);
}

.bonolle-pdp svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bonolle-pdp__shell {
  width: min(var(--bl-container-max), calc(100vw - 48px));
  margin: 0 auto;
}

.bonolle-pdp__title {
	color: var(--bl-color-text);
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    transition-property: max-height;
    will-change: max-height;
    word-break: break-word;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.bonolle-pdp__hero {
  display: grid;
  grid-template-columns: minmax(520px, 1.12fr) minmax(320px, .72fr) 326px;
  gap: 20px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-lg);
  background: var(--bl-color-surface);
  box-shadow: var(--bl-shadow-card);
}

.bonolle-pdp__media {
  min-width: 0;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.bonolle-pdp__thumb-rail {
  position: relative;
  min-width: 0;
}

.bonolle-pdp__thumbs {
  max-height: 626px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  align-content: start;
  overflow: hidden;
  scroll-behavior: smooth;
}

.bonolle-pdp__thumb,
.bonolle-pdp__variant-thumb {
  border: 0;
  background: var(--bl-color-surface);
  cursor: pointer;
  transition: background .15s ease, box-shadow .15s ease, transform .15s ease;
}

.bonolle-pdp__thumb {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  padding: 4px;
  border-radius: var(--bl-radius-sm);
}

.bonolle-pdp__thumb:hover,
.bonolle-pdp__variant-thumb:hover {
  background: var(--bl-color-primary-ultra);
}

.bonolle-pdp__thumb.is-active,
.bonolle-pdp__variant-thumb.is-active {
  background: var(--bl-color-primary-ultra);
  box-shadow: inset 0 0 0 2px var(--bl-color-primary);
}

.bonolle-pdp__thumb:active,
.bonolle-pdp__variant-thumb:active,
.bonolle-pdp__swatch:active,
.bonolle-pdp__gallery-arrow:active,
.bonolle-pdp__strip-arrow:active,
.bonolle-pdp .bonolle-button:active {
  transform: translateY(1px);
}

.bonolle-pdp__thumb img,
.bonolle-pdp__variant-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.bonolle-pdp__photo-frame {
  position: relative;
  min-height: 626px;
  display: grid;
  place-items: center;
  border-radius: var(--bl-radius-md);
  overflow: hidden;
}

.bonolle-pdp__photo-frame img {
  width: min(98%, 660px);
  max-height: 600px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.bonolle-pdp__media-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: var(--bl-radius-pill);
  background: var(--bl-color-surface);
  color: var(--bl-color-muted);
  font-size: 12px;
  line-height: 16px;
  box-shadow: var(--bl-shadow-sm);
}

.bonolle-pdp__gallery-arrow,
.bonolle-pdp__strip-arrow {
  position: absolute;
  z-index: 4;
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-circle);
  background: var(--bl-color-surface);
  color: var(--bl-color-text-soft);
  box-shadow: var(--bl-shadow-md);
  cursor: pointer;
  transition: background .15s ease, color .15s ease, transform .15s ease;
}

.bonolle-pdp__gallery-arrow:hover,
.bonolle-pdp__strip-arrow:hover {
  background: var(--bl-color-primary-ultra);
  color: var(--bl-color-primary);
}

.bonolle-pdp__gallery-arrow[hidden],
.bonolle-pdp__strip-arrow[hidden] {
  display: none;
}

.bonolle-pdp__gallery-arrow[data-bonolle-pdp-gallery-nav="prev"] {
  top: 0;
  left: 50%;
  transform: translate(-50%, -42%);
}

.bonolle-pdp__gallery-arrow[data-bonolle-pdp-gallery-nav="next"] {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 42%);
}

.bonolle-pdp__info {
  min-width: 0;
  padding-top: 4px;
}

.bonolle-pdp__variant-group {
  margin-top: 22px;
}

.bonolle-pdp__label-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
  color: var(--bl-color-muted);
  font-size: 13px;
  line-height: 18px;
}

.bonolle-pdp__label-row b {
  color: var(--bl-color-text);
  font-size: 14px;
  line-height: 20px;
}

.bonolle-pdp__swatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bonolle-pdp__swatch {
  min-width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 4px;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-sm);
  background: var(--bl-color-surface);
  cursor: pointer;
}

.bonolle-pdp__swatch span {
  width: 28px;
  height: 28px;
  border: 1px solid var(--bl-color-border);
  border-radius: 7px;
  background: var(--_swatch, var(--bl-color-surface));
}

.bonolle-pdp__swatch:hover,
.bonolle-pdp__swatch.is-active {
  border-color: var(--bl-color-primary);
  box-shadow: var(--bl-shadow-focus);
}

.bonolle-pdp__variant-scroller {
  position: relative;
  margin-top: 16px;
}

.bonolle-pdp__variant-viewport {
  overflow: hidden;
  scroll-behavior: smooth;
}

.bonolle-pdp__variant-strip {
  display: flex;
  gap: 8px;
  min-width: 0;
}

.bonolle-pdp__variant-thumb {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  border-radius: var(--bl-radius-sm);
  padding: 4px;
}

.bonolle-pdp__strip-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.bonolle-pdp__strip-arrow[data-bonolle-pdp-strip-nav="prev"] {
  left: -10px;
}

.bonolle-pdp__strip-arrow[data-bonolle-pdp-strip-nav="next"] {
  right: -10px;
}

.bonolle-pdp__specs {
  margin: 24px 0 0;
}

.bonolle-pdp__specs-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.bonolle-pdp__specs-head h2 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}

.bonolle-pdp__soft-link {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: var(--bl-radius-pill);
  background: var(--bl-color-primary-ultra);
  color: var(--bl-color-primary);
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}

.bonolle-pdp__spec-grid,
.bonolle-pdp__char-table {
  display: grid;
  gap: 9px;
}

.bonolle-pdp__spec-row {
  display: grid;
  grid-template-columns: minmax(118px, 1fr) minmax(124px, .92fr);
  gap: 12px;
  align-items: baseline;
  min-width: 0;
  color: var(--bl-color-muted);
  font-size: 14px;
  line-height: 20px;
}

.bonolle-pdp__spec-label {
  min-width: 0;
  display: flex;
  gap: 6px;
  align-items: baseline;
}

.bonolle-pdp__spec-label::after {
  content: "";
  flex: 1 1 auto;
  min-width: 20px;
  border-bottom: 1px dotted var(--bl-color-border);
  transform: translateY(-3px);
}

.bonolle-pdp__spec-row b {
  min-width: 0;
  color: var(--bl-color-text);
  font-weight: 400;
  overflow-wrap: anywhere;
}


.bonolle-pdp__spec-label > span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.bonolle-pdp .info-dot {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  align-self: 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-pdp .info-dot:focus-visible {
  outline: 2px solid var(--bl-color-primary);
  outline-offset: 2px;
}

.bonolle-pdp .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-pdp .tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #111;
}

.bonolle-pdp .info-dot:hover .tooltip,
.bonolle-pdp .info-dot:focus-visible .tooltip,
.bonolle-pdp .tooltip.show {
  opacity: 1;
}

.bonolle-pdp .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-pdp .bonolle-tooltip-dialog[hidden] {
  display: none;
}

.bonolle-pdp .bonolle-tooltip-dialog.is-open {
  opacity: 1;
  pointer-events: auto;
}

.bonolle-pdp .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-pdp .bonolle-tooltip-dialog.is-open .bonolle-tooltip-dialog__card {
  transform: translateY(0) scale(1);
}

.bonolle-pdp .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-pdp .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-pdp .bonolle-tooltip-dialog__close:focus-visible {
  outline: 2px solid var(--bl-color-primary);
  outline-offset: -4px;
}

.bonolle-pdp__return-row {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--bl-color-border-light);
  color: var(--bl-color-muted);
  font-size: 13px;
  line-height: 18px;
}

.bonolle-pdp__bblock {


}
.bonolle-pdp__buy {
  top: 112px;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-lg);
  background: var(--bl-color-surface);
  box-shadow: var(--bl-shadow-md);
  margin-bottom: 12px;
}

.bonolle-pdp__price-line {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 12px 0;
  white-space: nowrap;
}

.bonolle-pdp__price-line strong {
  flex: 0 0 auto;
  color: var(--bl-color-text);
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 0;
}

.bonolle-pdp__price-line del,
.bonolle-pdp__benefit {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bonolle-pdp__price-line del {
  color: var(--bl-color-muted);
  font-size: 13px;
  line-height: 18px;
}

.bonolle-pdp__benefit {
  color: var(--bl-color-sale);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.bonolle-pdp__price-note,
.bonolle-pdp__cart-note {
  margin: 4px 0 14px;
  color: var(--bl-color-muted);
  font-size: 12px;
  line-height: 16px;
}

.bonolle-pdp__stock {
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: var(--bl-radius-sm);
  background: var(--bl-color-primary-ultra);
  color: var(--bl-color-text-soft);
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

.bonolle-pdp__stock.is-available {
  background: var(--bl-color-success-bg);
  color: var(--bl-color-success);
}

.bonolle-pdp__stock span {
  display: block;
  margin-top: 2px;
  color: var(--bl-color-muted);
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.bonolle-pdp__cart-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}

.bonolle-pdp__cart-controls.is-in-cart {
  grid-template-columns: 124px minmax(0, 1fr);
}

.bonolle-pdp__qty {
  display: none;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  align-items: center;
  min-height: 46px;
  border: 1px solid var(--_qty-border);
  border-radius: var(--bl-radius-sm);
  background: var(--_qty-background);
  overflow: hidden;
}

.bonolle-pdp__cart-controls.is-in-cart .bonolle-pdp__qty {
  display: grid;
}

.bonolle-pdp__qty button {
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--bl-color-primary);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.bonolle-pdp__qty output {
  text-align: center;
  color: var(--bl-color-text);
  font-weight: 700;
}

.bonolle-pdp__buy .bonolle-button,
.bonolle-pdp__stickybar .bonolle-button,
.bonolle-pdp__mobile-buy .bonolle-button {
  width: 100%;
  min-height: 46px;
  border-radius: var(--bl-radius-sm);
}

.bonolle-pdp__buy-secondary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px 46px;
  gap: 8px;
  margin-bottom: 16px;
}

.bonolle-pdp__buy-now {
  border-color: var(--bl-color-primary);
  background: var(--bl-color-surface);
  color: var(--bl-color-primary);
}

.bonolle-pdp__buy-now:hover {
  border-color: var(--bl-color-primary);
  background: var(--bl-color-primary-ultra);
  color: var(--bl-color-primary);
}

.bonolle-pdp__icon-button {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-sm);
  background: var(--bl-color-surface);
  color: var(--bl-color-text-soft);
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease, color .15s ease, transform .15s ease;
}

.bonolle-pdp__icon-button:hover,
.bonolle-pdp__icon-button.is-active {
  border-color: var(--bl-color-primary-light);
  background: var(--bl-color-primary-ultra);
  color: var(--bl-color-primary);
}

.bonolle-pdp__service-list {
  display: grid;
  gap: 8px;
}

.bonolle-pdp__service-card,
.bonolle-pdp__empty-panel,
.bonolle-pdp__doc-card {
  padding: 12px;
  border: 1px solid var(--bl-color-border-light);
  border-radius: var(--bl-radius-sm);
  background: var(--bl-color-bg);
}

.bonolle-pdp__service-card b,
.bonolle-pdp__empty-panel b {
  display: block;
  color: var(--bl-color-text);
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

.bonolle-pdp__service-card span,
.bonolle-pdp__empty-panel span {
  display: block;
  margin-top: 2px;
  color: var(--bl-color-muted);
  font-size: 12px;
  line-height: 16px;
}

.bonolle-pdp__block {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-lg);
  background: var(--bl-color-surface);
  box-shadow: var(--bl-shadow-card);
}

.bonolle-pdp__block-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.bonolle-pdp__block-title {
  margin: 0;
  color: var(--bl-color-text);
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
}

.bonolle-pdp__block-note {
  margin: 0;
  color: var(--bl-color-muted);
  font-size: 13px;
  line-height: 18px;
}

.bonolle-pdp__tabs {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: var(--bl-radius-sm);
  background: var(--bl-color-bg);
}

.bonolle-pdp__tab {
  min-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--bl-color-muted);
  font-weight: 500;
  cursor: pointer;
}

.bonolle-pdp__tab.is-active {
  background: var(--bl-color-surface);
  color: var(--bl-color-text);
  box-shadow: var(--bl-shadow-sm);
}


.bonolle-pdp__rail-section + .bonolle-pdp__rail-section {
  margin-top: 18px;
}

.bonolle-pdp__rail-section h3 {
  margin: 0 0 10px;
  color: var(--bl-color-text);
  font-size: 16px;
  line-height: 22px;
}

.bonolle-pdp__product-rail {
  display: flex;
  gap: 12px;
  min-width: 0;
  padding-bottom: 2px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.bonolle-pdp__product-card {
  flex: 0 0 184px;
  display: grid;
  grid-template-rows: 118px minmax(0, 1fr);
  min-width: 0;
  border: 1px solid var(--bl-color-border-light);
  border-radius: var(--bl-radius-sm);
  background: var(--bl-color-bg);
  color: var(--bl-color-text);
  overflow: hidden;
  scroll-snap-align: start;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.bonolle-pdp__product-card:hover {
  border-color: var(--bl-color-primary-light);
  box-shadow: var(--bl-shadow-sm);
}

.bonolle-pdp__product-card:active {
  transform: translateY(1px);
}

.bonolle-pdp__product-card-media {
  display: grid;
  place-items: center;
  padding: 10px;
  background: var(--bl-color-surface);
}

.bonolle-pdp__product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.bonolle-pdp__product-card-body {
  display: grid;
  gap: 5px;
  align-content: start;
  padding: 10px;
}

.bonolle-pdp__product-card-body b {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  color: var(--bl-color-text);
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bonolle-pdp__product-card-price {
  color: var(--bl-color-text);
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.bonolle-pdp__product-card-note {
  color: var(--bl-color-muted);
  font-size: 12px;
  line-height: 16px;
}

.bonolle-pdp__details--copy-only {
  grid-template-columns: minmax(0, 1fr);
}

.bonolle-pdp__details--copy-only .bonolle-pdp__copy {
  width: 100%;
  max-width: none;
}

.bonolle-pdp__description {
  margin-bottom: 20px;
}

.bonolle-pdp__description :where(p, ul, ol) {
  margin: 0 0 12px;
}

.bonolle-pdp__description :where(ul, ol) {
  padding-left: 20px;
}

.bonolle-pdp__scheme {
  display: grid;
  gap: 10px;
}

.bonolle-pdp__scheme a {
  display: grid;
  place-items: center;
  min-height: 140px;
  padding: 8px;
  border: 1px solid var(--bl-color-border-light);
  border-radius: var(--bl-radius-sm);
  background: var(--bl-color-surface);
}

.bonolle-pdp__scheme img {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
}

.bonolle-pdp__details {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.bonolle-pdp__docs {
  display: grid;
  gap: 12px;
}

.bonolle-pdp__doc-card h3,
.bonolle-pdp__char-group h3 {
  margin: 0 0 10px;
  color: var(--bl-color-text);
  font-size: 15px;
  line-height: 20px;
}

.bonolle-pdp__doc-link {
  display: grid;
  gap: 2px;
  margin-top: 10px;
  color: var(--bl-color-text-soft);
  font-size: 13px;
  line-height: 18px;
}

.bonolle-pdp__doc-link span {
  color: var(--bl-color-muted);
  font-size: 12px;
  line-height: 16px;
}

.bonolle-pdp__copy {
  width: 100%;
  max-width: none;
  color: var(--bl-color-text-soft);
  font-size: 14px;
  line-height: 22px;
}

.bonolle-pdp__copy p {
  margin: 0 0 12px;
}

.bonolle-pdp__char-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 24px;
}

.bonolle-pdp__stickybar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 28;
  border-bottom: 1px solid var(--bl-color-border);
  background: var(--bl-color-surface);
  box-shadow: var(--bl-shadow-md);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition: opacity .16s ease, transform .16s ease;
}

.bonolle-pdp__stickybar.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.bonolle-pdp__stickybar-inner {
  width: min(var(--bl-container-max), calc(100vw - 48px));
  min-height: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 0 auto;
}

.bonolle-pdp__stickybar-title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.bonolle-pdp__stickybar-title b {
  min-width: 0;
  max-width: 520px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bonolle-pdp__stickybar-links {
  display: flex;
  gap: 12px;
  color: var(--bl-color-muted);
  font-size: 13px;
  line-height: 18px;
}

.bonolle-pdp__stickybar-buy {
  display: grid;
  grid-template-columns: minmax(120px, 180px) 178px;
  gap: 10px;
  align-items: center;
}

.bonolle-pdp__stickybar-price {
  min-width: 0;
  display: grid;
  gap: 2px;
  text-align: right;
}

.bonolle-pdp__stickybar-price strong {
  overflow: hidden;
  color: var(--bl-color-text);
  font-size: 18px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bonolle-pdp__stickybar-price span {
  overflow: hidden;
  color: var(--bl-color-sale);
  font-size: 11px;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bonolle-pdp__mobile-buy {
  display: none;
}

@media (max-width: 1279px) {
  .bonolle-pdp__hero {
    grid-template-columns: minmax(460px, 1fr) minmax(300px, .46fr);
  }

  .bonolle-pdp__buy {
    grid-column: 2;
  }

  .bonolle-pdp__info {
    grid-column: 1;
    grid-row: 2;
  }
}

@media (max-width: 1023px) {
  .bonolle-pdp__shell {
    width: min(100vw - 32px, 920px);
  }

  .bonolle-pdp__hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .bonolle-pdp__buy,
  .bonolle-pdp__info {
    grid-column: auto;
    grid-row: auto;
  }

  .bonolle-pdp__buy {
    position: static;
  }

  .bonolle-pdp__details,
  .bonolle-pdp__char-columns {
    grid-template-columns: minmax(0, 1fr);
  }

  .bonolle-pdp__stickybar {
    display: none;
  }
}

@media (max-width: 720px) {
  .bonolle-pdp {
    padding-bottom: calc(64px + var(--bl-size-bottom-nav-height) + env(safe-area-inset-bottom, 0px));
  }

.bonolle-pdp__shell {
    width: min(100%, 100vw);
  }

  .bonolle-pdp__title {
    margin: 0 4px 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .bonolle-pdp__hero,
  .bonolle-pdp__block {
    margin: 0 0px 10px;
    padding: 12px;
    border-radius: var(--bl-radius-md);
  }

  .bonolle-pdp__media {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .bonolle-pdp__thumb-rail {
    order: 2;
  }

  .bonolle-pdp__thumbs {
    display: flex;
    max-height: none;
    margin: 0 -4px;
    padding: 0 4px 2px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .bonolle-pdp__thumbs::-webkit-scrollbar,
  .bonolle-pdp__variant-strip::-webkit-scrollbar {
    display: none;
  }

  .bonolle-pdp__gallery-arrow {
    top: 50%;
    transform: translateY(-50%);
  }

  .bonolle-pdp__gallery-arrow[data-bonolle-pdp-gallery-nav="prev"] {
    left: 2px;
  }

  .bonolle-pdp__gallery-arrow[data-bonolle-pdp-gallery-nav="next"] {
    left: auto;
    right: 2px;
    bottom: auto;
  }

  .bonolle-pdp__thumb {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
  }

  .bonolle-pdp__photo-frame {
    min-height: 320px;
  }

  .bonolle-pdp__photo-frame img {
    max-height: 306px;
  }

  .bonolle-pdp__brand {
    font-size: 18px;
    line-height: 22px;
  }

  .bonolle-pdp__variant-strip {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2px 2px;
    scrollbar-width: none;
  }

  .bonolle-pdp__specs-head,
  .bonolle-pdp__block-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .bonolle-pdp__spec-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
  }

  .bonolle-pdp__spec-label::after {
    display: none;
  }

  .bonolle-pdp .tooltip {
    display: none;
  }

  .bonolle-pdp__price-line strong {
    font-size: 28px;
    line-height: 32px;
  }

  .bonolle-pdp__cart-controls.is-in-cart {
    grid-template-columns: 116px minmax(0, 1fr);
  }

  

  .bonolle-pdp__details {
    gap: 14px;
  }

  .bonolle-pdp__product-card {
    flex-basis: 156px;
    grid-template-rows: 104px minmax(0, 1fr);
  }

  .bonolle-pdp__mobile-buy {
    position: fixed;
    left: 0;
    right: 0;
    bottom: calc(var(--bl-size-bottom-nav-height) + env(safe-area-inset-bottom, 0px));
    z-index: 49;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(112px, 38%);
    gap: 10px;
    align-items: center;
    padding: 8px 12px;
    border-top: 1px solid var(--bl-color-border);
    background: var(--bl-color-surface);
    box-shadow: var(--bl-shadow-bottom-nav);
  }

  .bonolle-pdp__mobile-buy b,
  .bonolle-pdp__mobile-buy span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bonolle-pdp__mobile-buy b {
    display: block;
    color: var(--bl-color-text);
    font-size: 18px;
    line-height: 22px;
  }

  .bonolle-pdp__mobile-buy span {
    display: block;
    color: var(--bl-color-sale);
    font-size: 11px;
    line-height: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bonolle-pdp__stickybar,
  .bonolle-pdp__thumb,
  .bonolle-pdp__variant-thumb,
  .bonolle-pdp__gallery-arrow,
  .bonolle-pdp__strip-arrow,
  .bonolle-pdp__icon-button {
    transition: none;
  }
}




.bonolle-pdp__char-table {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 36px;
  align-items: start;
}

.bonolle-pdp__char-table .bonolle-pdp__spec-row {
  grid-template-columns: minmax(150px, 1fr) minmax(120px, .78fr);
  gap: 8px;
}

.bonolle-pdp__char-toggle {
  width: 100%;
  min-height: 56px;
  margin-top: 22px;
  border: 0;
  border-radius: var(--bl-radius-sm);
  background: var(--bl-color-bg);
  color: var(--bl-color-text);
  font-weight: 500;
  cursor: pointer;
}

.bonolle-pdp__char-toggle:hover {
  background: var(--bl-color-primary-ultra);
  color: var(--bl-color-primary);
}

.bonolle-pdp__docs-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--bl-color-border-light);
  border-radius: var(--bl-radius-sm);
  background: var(--bl-color-bg);
}

.bonolle-pdp__docs-brand span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.bonolle-pdp__docs-brand small {
  color: var(--bl-color-muted);
  font-size: 12px;
  line-height: 16px;
}

.bonolle-pdp__docs-brand b {
    min-width: 0;
    overflow: hidden;
    color: var(--bl-color-text);
    font-size: 16px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bonolle-pdp__docs-brand img {
  max-width: 84px;
  max-height: 34px;
  object-fit: contain;
}

.bonolle-pdp__product-card {
  grid-template-rows: 124px minmax(112px, 1fr);
}

.bonolle-pdp__product-card-media {
  min-height: 124px;
  border-bottom: 1px solid var(--bl-color-border-light);
}

.bonolle-pdp__product-card-media img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 98px;
  mix-blend-mode: normal;
}

@media (max-width: 1023px) {
  .bonolle-pdp__char-table {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
}


/* PDP report 2026-07-09: stable detail columns and related product cards. */
.bonolle-pdp__char-table {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px 44px;
  align-items: start;
}

.bonolle-pdp__char-column {
  min-width: 0;
  display: grid;
  gap: 9px;
  align-content: start;
}

.bonolle-pdp__char-table .bonolle-pdp__spec-row {
  grid-template-columns: minmax(170px, 1fr) minmax(132px, .68fr);
  gap: 12px;
}

.bonolle-pdp__product-card {
  grid-template-rows: minmax(0, 1fr) auto;
}

.bonolle-pdp__product-card-link {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  color: inherit;
}

.bonolle-pdp__product-card-media {
  position: relative;
  min-height: 0;
  aspect-ratio: 1 / 1;
  padding: 10px;
}

.bonolle-pdp__product-card-media img {
  position: absolute;
  inset: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
}

.bonolle-pdp__product-card-cart {
  min-height: 38px;
  margin: 0 10px 10px;
  padding: 0 12px;
  font-size: 13px;
  line-height: 18px;
}

.bonolle-pdp__product-card-cart:disabled {
  border-color: var(--bl-color-border-light);
  background: var(--bl-color-bg);
  color: var(--bl-color-muted);
  cursor: not-allowed;
}

.bonolle-pdp__product-card-cart.is-in-cart {
  background: var(--bl-color-primary);
  color: var(--bl-color-bg);
}

@media (max-width: 1023px) {
  .bonolle-pdp__char-table {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
  }
}


/* PDP report 2026-07-09: gallery icons, mobile swipe and cart success state. */
.bonolle-pdp__nav-icon {
  width: var(--mo-a-icon-size, 20px);
  height: var(--mo-a-icon-size, 20px);
  display: inline-grid;
  place-items: center;
  color: currentColor;
}

.bonolle-pdp__nav-icon svg,
.bonolle-pdp__in-cart-icon svg {
  display: block;
}

.bonolle-pdp__photo-frame {
  touch-action: pan-y;
}

.bonolle-pdp__main-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-circle);
  background: var(--bl-color-surface);
  color: var(--bl-color-text-soft);
  box-shadow: var(--bl-shadow-md);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity .15s ease, background .15s ease, color .15s ease, transform .15s ease;
}

.bonolle-pdp__main-arrow--prev {
  left: 14px;
}

.bonolle-pdp__main-arrow--next {
  right: 14px;
}

.bonolle-pdp__photo-frame:hover .bonolle-pdp__main-arrow:not([hidden]) {
  opacity: 1;
  pointer-events: auto;
}

.bonolle-pdp__main-arrow:hover,
.bonolle-pdp__gallery-arrow:hover,
.bonolle-pdp__strip-arrow:hover {
  color: var(--bl-color-primary);
}

.bonolle-pdp__main-arrow[hidden],
.bonolle-pdp__char-column[hidden] {
  display: none !important;
}

.bonolle-pdp__in-cart-icon {
  width: 24px;
  height: 24px;
  display: none;
  place-items: center;
}

.bonolle-pdp .bonolle-button.is-in-cart {
  border-color: var(--bl-color-success);
  background: var(--bl-color-success);
  color: #fff;
}

.bonolle-pdp .bonolle-button.is-in-cart:hover {
  border-color: var(--bl-color-success);
  background: var(--bl-color-success);
  color: #fff;
}

.bonolle-pdp .bonolle-button.is-in-cart .bonolle-pdp__in-cart-icon {
  display: inline-grid;
}

@media (max-width: 720px) {
  .bonolle-pdp__main-arrow {
    display: none !important;
  }
}


/* PDP report 2026-07-09: scroll arrows and animated characteristic reveal. */
.bonolle-pdp__gallery-arrow,
.bonolle-pdp__strip-arrow,
.bonolle-pdp__main-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-circle);
  background: var(--bl-color-surface);
  color: var(--bl-color-text-soft);
  box-shadow: var(--bl-shadow-md);
}

.bonolle-pdp__gallery-arrow:hover,
.bonolle-pdp__strip-arrow:hover,
.bonolle-pdp__main-arrow:hover {
  background: var(--bl-color-primary-ultra);
  color: var(--bl-color-primary);
}

.bonolle-pdp__char-extra-wrap {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: inherit;
  gap: inherit;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .28s ease, opacity .2s ease;
}

.bonolle-pdp__char-group--expanded .bonolle-pdp__char-extra-wrap {
  max-height: 1600px;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .bonolle-pdp__char-extra-wrap {
    transition: none;
  }
}


/* PDP report 2026-07-09: fullscreen photo viewer. */
body.bonolle-pdp-viewer-open {
  overflow: hidden;
}

.bonolle-pdp__photo-open {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
}

.bonolle-pdp__viewer[hidden] {
  display: none !important;
}

.bonolle-pdp__viewer {
  position: fixed;
  inset: 0;
  z-index: 10000;
  height: 100dvh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  background: var(--bl-color-surface);
  color: var(--bl-color-text);
  opacity: 0;
  transition: opacity .18s ease;
}

.bonolle-pdp__viewer.is-open {
  opacity: 1;
}

.bonolle-pdp__viewer-header {
  min-width: 0;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 20px;
  border-bottom: 1px solid var(--bl-color-border);
  background: var(--bl-color-surface);
}

.bonolle-pdp__viewer-title {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.bonolle-pdp__viewer-title h2 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--bl-color-text);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bonolle-pdp__viewer-tab {
  flex: 0 0 auto;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid var(--bl-color-primary);
  color: var(--bl-color-primary);
  font-size: 14px;
  line-height: 20px;
}

.bonolle-pdp__viewer-close {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: var(--bl-radius-circle);
  background: transparent;
  color: var(--bl-color-text);
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  transition: background .15s ease, color .15s ease;
}

.bonolle-pdp__viewer-close:hover {
  background: var(--bl-color-primary-ultra);
  color: var(--bl-color-primary);
}

.bonolle-pdp__viewer-stage {
  position: relative;
  min-width: 0;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 28px 72px;
  touch-action: pan-y;
}

.bonolle-pdp__viewer-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.bonolle-pdp__viewer-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-circle);
  background: var(--bl-color-surface);
  color: var(--bl-color-text-soft);
  box-shadow: var(--bl-shadow-md);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .15s ease, color .15s ease, transform .15s ease;
}

.bonolle-pdp__viewer-nav--prev {
  left: 24px;
}

.bonolle-pdp__viewer-nav--next {
  right: 24px;
}

.bonolle-pdp__viewer-nav:hover {
  background: var(--bl-color-primary-ultra);
  color: var(--bl-color-primary);
}

.bonolle-pdp__viewer-nav[hidden] {
  display: none !important;
}

.bonolle-pdp__viewer-counter {
  position: absolute;
  right: 24px;
  bottom: 18px;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: var(--bl-radius-pill);
  background: var(--bl-color-surface);
  color: var(--bl-color-muted);
  box-shadow: var(--bl-shadow-sm);
  font-size: 12px;
  line-height: 16px;
}

.bonolle-pdp__viewer-filmstrip {
  min-width: 0;
  padding: 10px 20px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--bl-color-border);
  background: var(--bl-color-surface);
}

.bonolle-pdp__viewer-thumbs {
  min-width: 0;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 0;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

.bonolle-pdp__viewer-thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  padding: 4px;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-sm);
  background: var(--bl-color-surface);
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.bonolle-pdp__viewer-thumb.is-active {
  border-color: var(--bl-color-primary);
  box-shadow: 0 0 0 1px var(--bl-color-primary);
}

.bonolle-pdp__viewer-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 720px) {
  .bonolle-pdp__viewer-header {
    min-height: 52px;
    padding: 8px 12px;
  }

  .bonolle-pdp__viewer-title {
    align-items: center;
    gap: 12px;
  }

  .bonolle-pdp__viewer-title h2 {
    font-size: 15px;
    line-height: 20px;
  }

  .bonolle-pdp__viewer-tab {
    min-height: 28px;
    font-size: 13px;
  }

  .bonolle-pdp__viewer-stage {
    padding: 16px 12px;
  }

  .bonolle-pdp__viewer-nav {
    display: none !important;
  }

  .bonolle-pdp__viewer-counter {
    right: 12px;
    bottom: 12px;
  }

  .bonolle-pdp__viewer-filmstrip {
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
  }

  .bonolle-pdp__viewer-thumb {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bonolle-pdp__viewer,
  .bonolle-pdp__viewer-thumbs {
    transition: none;
    scroll-behavior: auto;
  }
}


/* PDP report 2026-07-09: viewer sizing and timing tuning. */
.bonolle-pdp {
  --bonolle-pdp-char-expand-duration: .28s;
  --bonolle-pdp-char-opacity-duration: .2s;
  --bonolle-pdp-viewer-fade-duration: .18s;
  --bonolle-pdp-viewer-image-switch-duration: .18s;
  --bonolle-pdp-viewer-close-hover-duration: .3s;
  --bonolle-pdp-viewer-header-height: 58px;
  --bonolle-pdp-viewer-filmstrip-height: 96px;
  --bonolle-pdp-viewer-stage-pad-y: 28px;
  --bonolle-pdp-viewer-stage-pad-x: 72px;
  --bonolle-pdp-viewer-stage-pad-y-total: 56px;
  --bonolle-pdp-viewer-header-total-height: calc(var(--bonolle-pdp-viewer-header-height) + env(safe-area-inset-top));
  --bonolle-pdp-viewer-filmstrip-total-height: calc(var(--bonolle-pdp-viewer-filmstrip-height) + env(safe-area-inset-bottom));
}

.bonolle-pdp__char-extra-wrap {
  transition: max-height var(--bonolle-pdp-char-expand-duration) ease, opacity var(--bonolle-pdp-char-opacity-duration) ease;
}

.bonolle-pdp__viewer {
  box-sizing: border-box;
  grid-template-rows: var(--bonolle-pdp-viewer-header-total-height) minmax(0, 1fr) var(--bonolle-pdp-viewer-filmstrip-total-height);
  padding: 0;
  overflow: hidden;
  transition: opacity var(--bonolle-pdp-viewer-fade-duration) ease;
}

.bonolle-pdp__viewer * {
  box-sizing: border-box;
}

.bonolle-pdp__viewer-header {
  height: var(--bonolle-pdp-viewer-header-total-height);
  min-height: 0;
  padding: calc(10px + env(safe-area-inset-top)) calc(20px + env(safe-area-inset-right)) 10px calc(20px + env(safe-area-inset-left));
}

.bonolle-pdp__viewer-stage {
  height: 100%;
  padding: var(--bonolle-pdp-viewer-stage-pad-y) var(--bonolle-pdp-viewer-stage-pad-x);
}

.bonolle-pdp__viewer-image {
  max-height: calc(100dvh - var(--bonolle-pdp-viewer-header-total-height) - var(--bonolle-pdp-viewer-filmstrip-total-height) - var(--bonolle-pdp-viewer-stage-pad-y-total));
  animation-duration: var(--bonolle-pdp-viewer-image-switch-duration);
}

.bonolle-pdp__viewer-image.is-switching {
  animation-name: bonolle-pdp-viewer-image-switch;
  animation-timing-function: ease;
}

@keyframes bonolle-pdp-viewer-image-switch {
  from {
    opacity: .42;
    transform: translateX(4px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.bonolle-pdp__viewer-filmstrip {
  height: var(--bonolle-pdp-viewer-filmstrip-total-height);
  min-height: 0;
  padding: 10px calc(20px + env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) calc(20px + env(safe-area-inset-left));
}

.bonolle-pdp__viewer-close {
  position: relative;
  width: 56px;
  height: 56px;
  font-size: 0;
}

.bonolle-pdp__viewer-close::before,
.bonolle-pdp__viewer-close::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  display: block;
  border-radius: 1px;
  background: #9d9da5;
  transform: translate(-50%, -50%) translateZ(0) rotate(45deg);
  transition: background var(--bonolle-pdp-viewer-close-hover-duration) ease, transform var(--bonolle-pdp-viewer-close-hover-duration) ease;
}

.bonolle-pdp__viewer-close::before {
  width: 2px;
  height: 26px;
}

.bonolle-pdp__viewer-close::after {
  width: 26px;
  height: 2px;
}

.bonolle-pdp__viewer-close:hover::before,
.bonolle-pdp__viewer-close:hover::after {
  background: var(--bl-color-primary);
  transform: translate(-50%, -50%) translateZ(0) rotate(45deg) scale(1.08);
}

@media (min-width: 721px) {
  .bonolle-pdp__viewer-nav {
    top: var(--bonolle-pdp-viewer-stage-pad-y);
    bottom: var(--bonolle-pdp-viewer-stage-pad-y);
    width: clamp(92px, 7vw, 120px);
    height: auto;
    border: 0;
    border-radius: var(--bl-radius-md);
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .bonolle-pdp__viewer-nav--prev {
    left: var(--bonolle-pdp-viewer-stage-pad-x);
  }

  .bonolle-pdp__viewer-nav--next {
    right: var(--bonolle-pdp-viewer-stage-pad-x);
  }

  .bonolle-pdp__viewer-nav:hover {
    background: var(--bl-color-primary-ultra);
    color: var(--bl-color-primary);
  }
}

@media (max-width: 720px) {
  .bonolle-pdp {
    --bonolle-pdp-viewer-header-height: 52px;
    --bonolle-pdp-viewer-filmstrip-height: 78px;
    --bonolle-pdp-viewer-stage-pad-y: 16px;
    --bonolle-pdp-viewer-stage-pad-x: 12px;
    --bonolle-pdp-viewer-stage-pad-y-total: 32px;
  }

  .bonolle-pdp__viewer-header {
    padding: calc(8px + env(safe-area-inset-top)) calc(12px + env(safe-area-inset-right)) 8px calc(12px + env(safe-area-inset-left));
  }

  .bonolle-pdp__viewer-stage {
    padding: var(--bonolle-pdp-viewer-stage-pad-y) var(--bonolle-pdp-viewer-stage-pad-x);
  }

  .bonolle-pdp__viewer-filmstrip {
    padding: 8px calc(12px + env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) calc(12px + env(safe-area-inset-left));
  }
}

@media (prefers-reduced-motion: reduce) {
  .bonolle-pdp__viewer-image.is-switching {
    animation: none;
  }
}


/* PDP report 2026-07-09: vertical thumbnail containment. */
.bonolle-pdp__thumbs {
  grid-auto-rows: 74px;
}

.bonolle-pdp__thumb {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  line-height: 0;
}

.bonolle-pdp__thumb img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  max-inline-size: 100%;
  max-block-size: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 720px) {
  .bonolle-pdp__thumbs {
    grid-auto-rows: 62px;
  }
}


/* PDP report 2026-07-10: breadcrumbs and product action row. */
.bonolle-pdp__topline {
  width: min(var(--bl-container-max), calc(100vw - 48px));
  margin: 14px auto 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  color: #5f6875;
  font-size: 14px;
  line-height: 20px;
}

.bonolle-pdp .catalog-breadcrumbs {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  white-space: nowrap;
}

.bonolle-pdp .catalog-breadcrumbs__item {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
}

.bonolle-pdp a.catalog-breadcrumbs__item:hover {
  color: var(--bl-color-primary);
}

.bonolle-pdp .catalog-breadcrumbs__separator {
  color: #98a1ad;
}

.bonolle-pdp__top-actions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: #657182;
  font-weight: 500;
}

.bonolle-pdp__article-action,
.bonolle-pdp__share-action {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: color .15s ease;
}

.bonolle-pdp__article-action b {
  color: #526277;
  font-weight: 700;
}

.bonolle-pdp__article-action:hover,
.bonolle-pdp__share-action:hover {
  color: var(--bl-color-primary);
}

.bonolle-pdp__action-icon {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  color: #9aa5b1;
}

.bonolle-pdp__article-action:hover .bonolle-pdp__action-icon,
.bonolle-pdp__share-action:hover .bonolle-pdp__action-icon {
  color: var(--bl-color-primary);
}

.bonolle-pdp__action-status {
  min-width: 0;
  color: var(--bl-color-primary);
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 720px) {
  .bonolle-pdp__topline {
    width: min(100%, calc(100vw - 8px));
    margin: 8px auto 8px;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
    line-height: 14px;
  }

  .bonolle-pdp .catalog-breadcrumbs {
    width: 100%;
    gap: 4px;
  }

  .bonolle-pdp__top-actions {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
    overflow-x: auto;
    font-size: 12px;
    line-height: 16px;
    scrollbar-width: none;
  }

  .bonolle-pdp__top-actions::-webkit-scrollbar {
    display: none;
  }
}

.bonolle-pdp {
  --_qty-border: #d7f1f2;
  --_qty-background: linear-gradient(135deg, #eefafa, #f8fbff);
}

/* PDP mobile composition: shared Bonolle primitives, PDP-specific layout only. */
.bonolle-pdp__mobile-summary,
.bonolle-pdp__mobile-details,
.bonolle-pdp__mobile-photo-favorite,
.bonolle-pdp__mobile-dock {
  display: none;
}

@media (max-width: 720px) {
  .bonolle-pdp {
    --_mobile-buy-height: 68px;
    --_mobile-dock-height: calc(var(--_mobile-buy-height) + var(--bl-size-bottom-nav-height) + env(safe-area-inset-bottom, 0px));

    padding-bottom: calc(var(--_mobile-dock-height) + 16px);
  }

  .bonolle-pdp__mobile-toolbar[hidden] {
    display: none;
  }

  .bonolle-pdp__mobile-toolbar {
    position: fixed;
    inset: env(safe-area-inset-top, 0px) 0 auto;
    z-index: 60;
    min-height: 56px;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) repeat(3, 40px);
    align-items: center;
    gap: 2px;
    padding: 8px 12px;
    border-bottom: 1px solid var(--bl-color-border);
    background: var(--bl-color-surface);
    box-shadow: var(--bl-shadow-md);
  }

  .bonolle-pdp__mobile-toolbar-action {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: var(--bl-radius-circle);
    background: transparent;
    color: var(--bl-color-text-soft);
  }

  .bonolle-pdp__mobile-toolbar-action.is-active {
    color: var(--bl-color-sale);
  }

  .bonolle-pdp__mobile-toolbar-title {
    min-width: 0;
    overflow: hidden;
    color: var(--bl-color-text);
    font-size: 15px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bonolle-pdp__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 0;
    overflow: hidden;
    background: var(--bl-color-surface);
  }

  .bonolle-pdp__hero > .bonolle-pdp__info,
  .bonolle-pdp__hero > .bonolle-pdp__buy {
    display: none;
  }

  .bonolle-pdp__media {
    gap: 0;
  }

  .bonolle-pdp__photo-frame {
    min-height: 0;
    aspect-ratio: 1;
    border: 0;
    border-radius: 0;
    background: var(--bl-color-surface);
    touch-action: pan-y;
  }

  .bonolle-pdp__photo-frame.is-zoomed {
    touch-action: none;
  }

  .bonolle-pdp__photo-frame img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    transform-origin: center;
    transition: transform .16s ease;
    will-change: transform;
  }

  .bonolle-pdp__thumb-rail {
    min-height: 24px;
    display: grid;
    place-items: center;
  }

  .bonolle-pdp__thumbs {
    justify-content: center;
    gap: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .bonolle-pdp__thumb {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .bonolle-pdp__thumb::after {
    width: 14px;
    height: 2px;
    content: '';
    border-radius: var(--bl-radius-pill);
    background: var(--bl-color-border);
  }

  .bonolle-pdp__thumb img,
  .bonolle-pdp__gallery-arrow,
  .bonolle-pdp__main-arrow {
    display: none !important;
  }

  .bonolle-pdp__thumb.is-active {
    background: transparent;
    box-shadow: none;
  }

  .bonolle-pdp__thumb.is-active::after {
    background: var(--bl-color-primary);
  }

  .bonolle-pdp__mobile-photo-favorite {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 4;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: var(--bl-radius-circle);
    background: transparent;
    color: var(--bl-color-muted);
  }

  .bonolle-pdp__mobile-photo-favorite.is-active {
    color: var(--bl-color-sale);
  }

  .bonolle-pdp__mobile-summary {
    display: grid;
    gap: 5px;
    padding: 4px 12px 14px;
  }

  .bonolle-pdp__mobile-price-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    margin: 0;
  }

  .bonolle-pdp__mobile-price-line strong {
    color: var(--bl-color-text);
    font-size: 20px;
    line-height: 24px;
  }

  .bonolle-pdp__mobile-price-line del {
    color: var(--bl-color-muted);
    font-size: 12px;
    line-height: 16px;
  }

  .bonolle-pdp__mobile-price-line span {
    color: var(--bl-color-sale);
    font-size: 12px;
    line-height: 16px;
  }

  .bonolle-pdp__mobile-stock {
    color: var(--bl-color-muted);
    font-size: 12px;
    line-height: 16px;
  }

  .bonolle-pdp__mobile-stock.is-available {
    color: var(--bl-color-success);
  }

  .bonolle-pdp__mobile-stock span {
    display: none;
  }

  .bonolle-pdp__mobile-brand {
    color: var(--bl-color-text-soft);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .bonolle-pdp__mobile-title {
    margin: 0;
    color: var(--bl-color-text);
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
  }

  .bonolle-pdp__mobile-details {
    display: block;
    margin: 0 0px 10px;
    padding: 12px;
    border: 1px solid var(--bl-color-border);
    border-radius: var(--bl-radius-md);
    background: var(--bl-color-surface);
  }

  .bonolle-pdp__mobile-tabs.category-strip {
    display: flex;
    gap: 6px;
    margin: 0 -4px 12px;
    padding: 0 4px 2px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .bonolle-pdp__mobile-tabs.category-strip::-webkit-scrollbar {
    display: none;
  }

  .bonolle-pdp__mobile-tabs.category-strip .category-item {
    min-width: 0;
    min-height: 32px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: var(--bl-radius-pill);
    background: var(--bl-color-chip-bg);
    color: var(--bl-color-text-soft);
  }

  .bonolle-pdp__mobile-tabs.category-strip .category-item strong {
    color: inherit;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    white-space: nowrap;
  }

  .bonolle-pdp__mobile-tabs.category-strip .category-item.is-active {
    border-color: var(--bl-color-primary);
    background: var(--bl-color-primary-ultra);
    color: var(--bl-color-primary);
  }

  .bonolle-pdp__mobile-panel[hidden] {
    display: none;
  }

  .bonolle-pdp__mobile-panel h2,
  .bonolle-pdp__mobile-panel .bonolle-pdp__char-group > h2 {
    margin: 0 0 12px;
    color: var(--bl-color-text);
    font-size: 18px;
    line-height: 24px;
  }

  .bonolle-pdp__mobile-description {
    display: grid;
    gap: 12px;
  }

  .bonolle-pdp__mobile-description .bonolle-pdp__description {
    margin: 0;
  }

  .bonolle-pdp__mobile-details .bonolle-pdp__char-table {
    grid-template-columns: minmax(0, 1fr);
  }

  .bonolle-pdp__mobile-details .bonolle-pdp__spec-label::after {
    display: none;
  }

  .bonolle-pdp__mobile-details .bonolle-pdp__service-list {
    display: grid;
    gap: 8px;
  }

  .bonolle-pdp__block#bonolle-pdp-details {
    display: none;
  }

  .bonolle-pdp__mobile-dock {
    position: fixed;
    display: block;
    right: 0;
    bottom: calc(var(--bl-size-bottom-nav-height) + env(safe-area-inset-bottom, 0px));
    left: 0;
    z-index: 51;
    min-height: var(--_mobile-buy-height);
    padding: 8px 12px;
    border-top: 1px solid var(--bl-color-border);
    background: var(--bl-color-surface);
    box-shadow: var(--bl-shadow-bottom-nav);
  }

  .bonolle-pdp__mobile-buy {
    position: static;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .bonolle-pdp .bonolle-tooltip-dialog {
    inset: 0 0 var(--_mobile-dock-height) 0;
    padding: 16px;
  }

  .bonolle-pdp__viewer-stage {
    touch-action: none;
  }

  .bonolle-pdp__viewer-image {
    transform-origin: center;
    transition: transform .16s ease;
    will-change: transform;
  }
}

@media (max-width: 720px) and (prefers-reduced-motion: reduce) {
  .bonolle-pdp__photo-frame img { transform: translate3d(var(--_gallery-swipe-x, 0), 0, 0); }
  .bonolle-pdp__photo-frame.is-swipe-settling img { transition: transform .14s ease-out; }
  .bonolle-pdp__viewer-image { transition: none; }
}


.bonolle-pdp__mobile-photo-share {
  display: none;
}

/* PDP live feedback 2026-07-10: action feedback, native inline pinch and seamless mobile dock. */
.bonolle-pdp__action-toast {
  position: fixed;
  top: var(--_action-toast-y, 16px);
  left: var(--_action-toast-x, 50%);
  z-index: 96;
  max-width: min(260px, calc(100vw - 24px));
  padding: 8px 12px;
  border-radius: var(--bl-radius-sm);
  background: var(--bl-color-text);
  color: var(--bl-color-surface);
  box-shadow: var(--bl-shadow-large);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-4px);
  transition: opacity .12s ease, transform .12s ease;
}

.bonolle-pdp__action-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.bonolle-pdp__action-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.bonolle-pdp .catalog-breadcrumbs {
  flex: 1 1 auto;
  overflow-x: auto;
  scrollbar-width: none;
}

.bonolle-pdp .catalog-breadcrumbs::-webkit-scrollbar {
  display: none;
}

.bonolle-pdp .catalog-breadcrumbs__item {
  flex: 0 0 auto;
  overflow: visible;
}

.bonolle-pdp a.catalog-breadcrumbs__item.is-section-current {
  color: var(--bl-color-primary);
  font-weight: 700;
}

@media (max-width: 720px) {
  .bonolle-pdp__topline {
    margin-bottom: 10px;
  }

  .bonolle-pdp__top-actions {
    display: none;
  }

  .bonolle-pdp .catalog-breadcrumbs {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .bonolle-pdp .bonolle-pdp__breadcrumb-root,
  .bonolle-pdp .bonolle-pdp__breadcrumb-mobile-leading {
    display: none;
  }

  .bonolle-pdp__photo-frame {
    touch-action: manipulation;
  }


  .bonolle-pdp__photo-frame img,
  .bonolle-pdp__viewer-image {
    transition: none;
  }

  .bonolle-pdp__mobile-photo-share,
  .bonolle-pdp__mobile-photo-favorite {
    position: absolute;
    top: 8px;
    z-index: 4;
    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);
  }

  .bonolle-pdp__mobile-photo-share {
    right: 52px;
  }

  .bonolle-pdp__mobile-photo-favorite {
    right: 8px;
  }

  .bonolle-pdp__mobile-photo-favorite.is-active {
    color: var(--bl-color-sale);
  }

  .bonolle-pdp {
    --_mobile-buy-height: 52px;
    --_mobile-dock-height: calc(var(--_mobile-buy-height) + var(--bl-size-bottom-nav-height) + env(safe-area-inset-bottom, 0px));
    padding-bottom: calc(var(--_mobile-dock-height) + 8px);
  }

  .bonolle-pdp__mobile-dock {
    min-height: var(--_mobile-buy-height);
    padding: 4px 12px;
    border-top: 0;
    background: var(--bl-color-surface);
    box-shadow: none;
  }

  .bonolle-pdp__mobile-buy {
    gap: 8px;
  }

  .bonolle-pdp__mobile-buy > div > b {
    font-size: 16px;
    line-height: 20px;
  }

  .bonolle-pdp__mobile-buy > div > span {
    display: block;
    color: var(--bl-color-sale);
    font-size: 11px;
    line-height: 14px;
  }

  .bonolle-pdp__mobile-buy .bonolle-button {
    min-height: 44px;
  }

  .bonolle-pdp__mobile-buy .bonolle-button [data-bonolle-pdp-cart-label] {
    display: inline;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
  }
}


/* PDP live feedback 2026-07-10: touch-first gallery swipe and lighter share controls. */
.bonolle-pdp__share-icon {
  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bonolle-pdp__top-actions {
  gap: 10px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.bonolle-pdp__article-action,
.bonolle-pdp__share-action {
  min-height: 24px;
  gap: 5px;
}

.bonolle-pdp__article-action b {
  font-weight: 600;
}

.bonolle-pdp__action-icon {
  width: 18px;
  height: 18px;
}

.bonolle-pdp__action-icon svg,
.bonolle-pdp__action-icon .bonolle-pdp__share-icon {
  width: 18px;
  height: 18px;
}

@media (max-width: 720px) {
  .bonolle-pdp__mobile-toolbar-action .bonolle-pdp__share-icon,
  .bonolle-pdp__mobile-photo-share .bonolle-pdp__share-icon {
    width: 20px;
    height: 20px;
  }
}


/* UI-STATE-004: mobile PDP price and synchronized cart controls. */
@media (max-width: 720px) {
  .bonolle-pdp__mobile-buy {
    grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);
    gap: 10px;
  }

  .bonolle-pdp__mobile-dock-price {
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px;
  }

  .bonolle-pdp__mobile-dock-price b {
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 22px;
  }

  .bonolle-pdp__mobile-dock-price del {
    color: var(--bl-color-muted);
    font-size: 11px;
    line-height: 14px;
  }

  .bonolle-pdp__mobile-dock-price span {
    color: var(--bl-color-sale);
  }

  .bonolle-pdp__mobile-dock-price [data-bonolle-pdp-benefit-mobile] {
    display: none !important;
  }

  .bonolle-pdp__mobile-cart-controls,
  .bonolle-pdp__mobile-cart-add {
    width: 100%;
  }

  .bonolle-pdp__mobile-cart-confirmed {
    display: none;
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 6px;
  }

  .bonolle-pdp .bonolle-pdp__mobile-cart-controls.is-in-cart > .bonolle-pdp__mobile-cart-add {
    display: none !important;
  }

  .bonolle-pdp__mobile-cart-controls.is-in-cart .bonolle-pdp__mobile-cart-confirmed {
    display: grid;
  }

  .bonolle-pdp__mobile-cart-confirmed .bonolle-pdp__qty.bonolle-ui-quantity {
    min-height: 44px;
    display: grid;
    grid-template-columns: 36px minmax(30px, 1fr) 36px;
    border: 1px solid var(--_qty-border);
    background: var(--_qty-background);
  }

  .bonolle-pdp__mobile-cart-open {
    width: 40px;
    min-height: 44px;
    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-pdp__mobile-cart-open svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
  }
}


/* Shared quantity geometry must not reveal the PDP panel before cart confirmation. */
.bonolle-pdp__qty.bonolle-ui-quantity { display: none; }
.bonolle-pdp__cart-controls.is-in-cart .bonolle-pdp__qty.bonolle-ui-quantity { display: grid; }

/* Task 04b2: fail-closed purchase and dynamic related-card states. */
.bonolle-pdp [data-bonolle-pdp-price-normal] {
  min-width: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}

.bonolle-pdp [data-bonolle-pdp-price-normal][hidden],
.bonolle-pdp [data-bonolle-pdp-price-last][hidden],
.bonolle-pdp [data-bonolle-pdp-price-message][hidden],
.bonolle-pdp [data-bonolle-pdp-related-price-normal][hidden],
.bonolle-pdp [data-bonolle-pdp-related-price-last][hidden],
.bonolle-pdp [data-bonolle-pdp-related-price-message][hidden],
.bonolle-pdp [data-bonolle-pdp-related-select][hidden],
.bonolle-pdp [data-bonolle-pdp-related-cart][hidden] {
  display: none;
}

.bonolle-pdp__last-price,
.bonolle-pdp__related-last-price {
  min-width: 0;
  color: var(--bl-color-text-soft);
  font-size: 12px;
  line-height: 16px;
}

.bonolle-pdp__last-price summary,
.bonolle-pdp__related-last-price summary {
  width: fit-content;
  color: var(--bl-color-primary);
  font-weight: 600;
  cursor: pointer;
}

.bonolle-pdp__last-price > div,
.bonolle-pdp__related-last-price > div {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  margin-top: 6px;
}

.bonolle-pdp__last-price strong,
.bonolle-pdp__related-last-price strong {
  color: var(--bl-color-text);
  font-size: 16px;
  line-height: 22px;
}

.bonolle-pdp__last-price del,
.bonolle-pdp__related-last-price del {
  color: var(--bl-color-muted);
}

.bonolle-pdp__last-price p {
  flex-basis: 100%;
  margin: 0;
  color: var(--bl-color-muted);
}

.bonolle-pdp__price-unavailable,
.bonolle-pdp__product-card-price-message {
  color: var(--bl-color-muted);
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}

.bonolle-pdp__stock > [data-bonolle-pdp-primary-stock-label],
.bonolle-pdp__mobile-stock > [data-bonolle-pdp-primary-stock-label] {
  display: inline;
  margin: 0;
  color: inherit;
  font: inherit;
}

.bonolle-pdp [data-bonolle-pdp-primary-purchase]:disabled,
.bonolle-pdp [data-bonolle-pdp-primary-quantity]:disabled {
  border-color: var(--bl-color-border-light);
  background: var(--bl-color-bg);
  color: var(--bl-color-muted);
  cursor: not-allowed;
}

.bonolle-pdp__product-card-hydration {
  display: grid;
  gap: 5px;
  min-height: 54px;
  padding: 0 10px 10px;
}

.bonolle-pdp__product-card-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
}

.bonolle-pdp__product-card-price del,
.bonolle-pdp__product-card-price [data-bonolle-pdp-related-price-benefit],
.bonolle-pdp__product-card-set-quantity {
  color: var(--bl-color-muted);
  font-size: 12px;
  line-height: 16px;
}

.bonolle-pdp__related-select {
  min-height: 38px;
  display: grid;
  place-items: center;
  margin: 0 10px 10px;
  border: 1px solid var(--bl-color-primary);
  border-radius: var(--bl-radius-sm);
  color: var(--bl-color-primary);
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
}

.bonolle-pdp__product-card.is-loading .bonolle-pdp__product-card-price-message,
.bonolle-pdp__product-card.is-missing-price .bonolle-pdp__product-card-price-message,
.bonolle-pdp__product-card.is-unavailable .bonolle-pdp__product-card-price-message {
  color: var(--bl-color-muted);
}

.bonolle-pdp__last-price summary:focus-visible,
.bonolle-pdp__related-last-price summary:focus-visible,
.bonolle-pdp__related-select:focus-visible,
.bonolle-pdp [data-bonolle-pdp-primary-purchase]:focus-visible,
.bonolle-pdp [data-bonolle-pdp-related-cart]:focus-visible {
  outline: 2px solid var(--bl-color-primary);
  outline-offset: 2px;
}

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