

/* Start:/local/templates/bonolle/assets/css/tokens.css?17852329271806*/
:root {
  --bl-color-primary: #286f91;
  --bl-color-primary-hover: #245f7e;
  --bl-color-primary-light: #e8f9f9;
  --bl-color-primary-ultra: #f0fbfb;
  --bl-color-chip-bg: #f7f8fa;
  --bl-color-bg: #f2f3f5;
  --bl-color-surface: #ffffff;
  --bl-color-text: #1a1a1a;
  --bl-color-text-soft: #333;
  --bl-color-muted: #6f7680;
  --bl-color-faint: #707783;
  --bl-color-border: #e6e8eb;
  --bl-color-border-light: #f0f0f0;
  --bl-color-sale: #d61f4f;
  --bl-color-sale-bg: #fff0f4;
  --bl-color-success: #0d8739;
  --bl-color-success-bg: #e6f9ed;
  --bl-color-warning: #ffc107;
  --bl-color-warning-bg: #fff6d8;
  --bl-color-danger: #e5484d;
  --bl-color-danger-bg: #fff1f1;
  --bl-radius-sm: 8px;
  --bl-radius-md: 12px;
  --bl-radius-lg: 16px;
  --bl-radius-pill: 999px;
  --bl-radius-circle: 50%;
  --bl-radius-icon: 2px;
  --bl-shadow-none: none;
  --bl-shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);
  --bl-shadow-md: 0 2px 8px rgba(0, 0, 0, .08);
  --bl-shadow-card: 0 1px 3px rgba(0, 0, 0, .06);
  --bl-shadow-medium: 0 2px 5px rgba(0, 0, 0, .08);
  --bl-shadow-large: 0 8px 20px rgba(0, 0, 0, .18);
  --bl-shadow-bottom-nav: 0 -1px 12px rgba(16, 24, 40, .08);
  --bl-shadow-focus: 0 0 0 3px rgba(39, 191, 193, .22);
  --bl-space-sm: 12px;
  --bl-container-max: 1472px;
  --bl-size-bottom-nav-height: 52px;
  --bl-font-family-base: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bl-text-body-size: 14px;
  --bl-text-body-line-height: 20px;
  --bl-text-caption-size: 12px;
  --bl-text-caption-line-height: 16px;
  --bl-text-button-size: 14px;
  --bl-text-button-line-height: 18px;
  --bl-text-chip-size: 14px;
  --bl-text-chip-line-height: 18px;
  --bl-text-footer-title-size: 15px;
  --bl-text-footer-title-line-height: 20px;
}

/* End */


/* Start:/local/templates/bonolle/template_styles.css?178532755122925*/
/* Bonolle local Roboto: start */
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('/local/templates/bonolle/assets/fonts/roboto/roboto-v51-normal-400-700-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('/local/templates/bonolle/assets/fonts/roboto/roboto-v51-normal-400-700-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('/local/templates/bonolle/assets/fonts/roboto/roboto-v51-normal-400-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('/local/templates/bonolle/assets/fonts/roboto/roboto-v51-normal-400-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Bonolle local Roboto: end */

.bonolle-body {
  margin: 0;
  background: var(--bl-color-bg);
}

.bonolle-page {
  min-height: 100vh;
  background: var(--bl-color-bg);
  color: var(--bl-color-text);
  font-family: var(--bl-font-family-base);
  font-size: var(--bl-text-body-size);
  line-height: var(--bl-text-body-line-height);
  letter-spacing: 0;
}

.bonolle-page *,
.bonolle-page *::before,
.bonolle-page *::after {
  box-sizing: border-box;
}

.bonolle-page :where(a) {
  color: inherit;
  text-decoration: none;
}

.bonolle-page button,
.bonolle-page input {
  font-family: inherit;
}

.bonolle-page svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bonolle-page :focus-visible {
  outline: none;
  box-shadow: var(--bl-shadow-focus);
}

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

.bonolle-header {
  position: sticky;
  top: 0;
  z-index: 30;
  box-shadow: 0 1px 2px #0000001a;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
  margin-bottom: 24px;
}

.bonolle-header__main {
  min-height: 72px;
  display: grid;
  grid-template-columns: 148px 118px minmax(260px, 1fr) auto;
  align-items: center;
  gap: var(--bl-space-sm);
}

.bonolle-logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  color: var(--bl-color-primary);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.bonolle-logo__mark {
  display: none;
}

.bonolle-logo__text {
  min-width: 0;
}

.bonolle-logo small {
  display: block;
  color: var(--bl-color-muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
}

.bonolle-button {
  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: var(--bl-text-button-size);
  line-height: var(--bl-text-button-line-height);
  white-space: nowrap;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
}

.bonolle-button:hover {
  background: #f8fafb;
  border-color: #d8dde3;
}

.bonolle-button--primary {
  border-color: var(--bl-color-primary);
  background: var(--bl-color-primary);
  color: #fff;
}

.bonolle-button--primary:hover {
  border-color: var(--bl-color-primary-hover);
  background: var(--bl-color-primary-hover);
}

.bonolle-catalog-icon {
  display: grid;
  grid-template-columns: repeat(2, 7px);
  grid-template-rows: repeat(2, 7px);
  gap: 3px;
}

.bonolle-catalog-icon i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: var(--bl-radius-icon);
  background: currentColor;
}

.bonolle-catalog-trigger {
  justify-self: start;
}

.bonolle-search {
  min-width: 0;
}

.bonolle-search input {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  border: 1px solid var(--bl-color-border);
  border-radius: var(--bl-radius-md);
  background: linear-gradient(180deg, #fff, #f7f9fb);
  color: var(--bl-color-text);
}

.bonolle-header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.bonolle-header-action {
  position: relative;
  min-width: 58px;
  min-height: 44px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 5px 8px;
  border-radius: var(--bl-radius-sm);
  color: var(--bl-color-muted);
  font-size: 12px;
  line-height: 14px;
}

.bonolle-header-action:hover,
.bonolle-header-action.is-active {
  color: var(--bl-color-primary);
  background: linear-gradient(135deg, #eefafa, #f8fbff);
}

.bonolle-nav {
  background: #fff;
}

.bonolle-nav__row {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--bl-color-text-soft);
  font-size: var(--bl-text-chip-size);
  line-height: var(--bl-text-chip-line-height);
}

.bonolle-nav__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.bonolle-nav__links .is-active {
  color: var(--bl-color-primary);
  font-weight: 500;
}

.bonolle-nav__address {
  color: var(--bl-color-muted);
  white-space: nowrap;
}

.bonolle-nav__address b {
  color: var(--bl-color-primary);
  font-weight: 500;
}

.bonolle-workarea {
  min-height: 420px;
  padding: 0px 0 42px;
}

.bonolle-footer {
  margin-top: 36px;
  padding: 28px 0 34px;
  border-top: 1px solid var(--bl-color-border);
  background: #fff;
}

.bonolle-footer__columns {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.bonolle-footer h3 {
  margin: 0 0 10px;
  color: var(--bl-color-text);
  font-size: 15px;
  line-height: 20px;
}

.bonolle-footer p,
.bonolle-footer a {
  display: block;
  margin: 0 0 7px;
  color: var(--bl-color-muted);
  font-size: 13px;
  line-height: 18px;
}

.bonolle-footer .bonolle-logo {
  display: inline-flex;
  margin-bottom: 10px;
}

.bonolle-bottom-nav {
  display: none;
}

@media (max-width: 1279px) {
  .bonolle-header__main {
    grid-template-columns: 148px 112px minmax(220px, 1fr) auto;
  }

  .bonolle-header-action {
    min-width: 48px;
  }

  .bonolle-header-action span {
    display: none;
  }

  .bonolle-footer__columns {
    gap: 24px;
  }
}

@media (max-width: 1119px) {
  .bonolle-header__main {
    grid-template-columns: 166px 112px minmax(0, 1fr) auto;
    grid-template-areas:
      "logo catalog actions actions"
      "search search search search";
    padding: 12px 0;
  }

  .bonolle-logo {
    grid-area: logo;
  }

  .bonolle-catalog-trigger {
    grid-area: catalog;
  }

  .bonolle-search {
    grid-area: search;
  }

  .bonolle-header-actions {
    grid-area: actions;
    justify-self: end;
  }

  .bonolle-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .bonolle-container {
    width: min(100vw - 24px, 520px);
  }

  .bonolle-page {
    padding-bottom: calc(var(--bl-size-bottom-nav-height) + env(safe-area-inset-bottom));
  }

  .bonolle-header {
    position: static;
	margin: 0;
  }

  .bonolle-header__main {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 0;
    padding: 12px 0;
  }

  .bonolle-logo {
    order: 1;
    flex: 1 1 auto;
    font-size: 22px;
  }

  .bonolle-catalog-trigger {
    order: 2;
    min-width: 104px;
  }

  .bonolle-header-actions {
    order: 3;
    margin-left: 0;
  }

  .bonolle-header-action {
    display: none;
  }

  .bonolle-search {
    order: 4;
    flex: 1 0 100%;
  }

  .bonolle-nav {
    display: none;
  }

  .bonolle-workarea {
    padding-top: 12px;
  }

  .bonolle-footer {
    padding-bottom: calc(34px + var(--bl-size-bottom-nav-height) + env(safe-area-inset-bottom));
  }

  .bonolle-footer__columns {
    grid-template-columns: 1fr;
    gap: 16px;
	padding-inline: 16px;
    margin-inline: 0;
  }

  .bonolle-footer__section {
    min-width: 0;
  }

  .bonolle-footer__section a {
    font-size: 14px;
    line-height: 20px;
  }

  .bonolle-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: calc(var(--bl-size-bottom-nav-height) + env(safe-area-inset-bottom));
    padding: 6px 8px calc(6px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--bl-color-border);
    background: #fff;
    box-shadow: var(--bl-shadow-bottom-nav);
  }

  .bonolle-bottom-nav__item {
    min-width: 0;
    min-height: 52px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border-radius: var(--bl-radius-sm);
    color: var(--bl-color-muted);
    font-size: 11px;
    line-height: 13px;
  }

  .bonolle-bottom-nav__item svg {
    width: 20px;
    height: 20px;
  }

  .bonolle-bottom-nav__item.is-active {
    color: var(--bl-color-primary);
  }
}
@media (max-width: 720px) {
  .bonolle-container {
    width: min(100vw - 12px, 520px);
  }

  .bonolle-header {
    position: static;
    border-bottom: 1px solid #e6e8eb;
    background: #fff;
    backdrop-filter: none;
  }

  .bonolle-header__main {
    display: grid;
    grid-template-columns: minmax(78px, auto) minmax(0, 1fr);
    grid-template-areas: "logo search";
    align-items: center;
    gap: 8px;
    min-height: 0;
    padding: 7px 0;
  }

  .bonolle-logo {
    grid-area: logo;
    min-width: 0;
    order: initial;
    flex: initial;
    font-size: 16px;
    line-height: 16px;
  }

  .bonolle-logo small {
    font-size: 8px;
    line-height: 10px;
  }

  .bonolle-catalog-trigger,
  .bonolle-header-actions {
    display: none;
  }

  .bonolle-search {
    grid-area: search;
    min-width: 0;
    order: initial;
    flex: initial;
  }

  .bonolle-search input {
    height: 34px;
    padding: 0 12px;
    border-color: #d9dee6;
    border-radius: 6px;
    background: #f7f8fa;
    font-size: 11px;
    line-height: 14px;
  }

  .bonolle-workarea {
    padding-top: 8px;
  }
}
.bonolle-search__cancel {
  display: none;
}

@media (max-width: 720px) {
  .bonolle-header__main {
    position: relative;
  }

  .bonolle-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 8px;
  }

  .bonolle-search.is-search-active,
  .bonolle-search:focus-within {
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
    z-index: 8;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0;
    background: #fff;
  }

  .bonolle-search.is-search-active input,
  .bonolle-search:focus-within input {
    height: 40px;
    border-color: #a7dfe4;
    background: #f7f8fa;
    font-size: 13px;
    line-height: 16px;
  }

  .bonolle-search.is-search-active .bonolle-search__cancel,
  .bonolle-search:focus-within .bonolle-search__cancel {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 2px 0 8px;
    border: 0;
    background: transparent;
    color: var(--bl-color-primary-hover);
    font: inherit;
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
  }

  body.bonolle-mobile-header-floating .bonolle-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 52;
    transform: translateY(-110%);
    box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
    transition: transform .18s ease;
  }

  body.bonolle-mobile-header-floating.bonolle-mobile-header-revealed .bonolle-header {
    transform: translateY(0);
  }
}
@media (max-width: 720px) {
  body.bonolle-search-open {
    overflow: hidden;
  }

  body.bonolle-search-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 79;
    background: #fff;
  }

  body.bonolle-search-open .bonolle-search.is-search-active,
  body.bonolle-search-open .bonolle-search:focus-within {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    min-height: 56px;
    padding: 8px 12px;
    border-bottom: 1px solid #eef0f2;
    background: #fff;
  }

  body.bonolle-search-open .bonolle-search input {
    height: 40px;
    padding: 0 12px;
    border-color: #dfe5eb;
    border-radius: var(--bl-radius-sm);
    background: #f5f6f8;
    font-size: 13px;
    line-height: 16px;
  }

  body.bonolle-search-open .bonolle-search__cancel {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 4px;
    border: 0;
    background: transparent;
    color: var(--bl-color-primary-hover);
    font: inherit;
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
  }
}
@media (max-width: 720px) {
  body.bonolle-search-open .bonolle-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 81;
    border-bottom: 0;
    background: #fff;
    box-shadow: none;
    transform: none;
  }

  body.bonolle-search-open .bonolle-header__main {
    display: block;
    min-height: 56px;
    padding: 0;
  }

  body.bonolle-search-open .bonolle-logo,
  body.bonolle-search-open .bonolle-catalog-trigger,
  body.bonolle-search-open .bonolle-header-actions,
  body.bonolle-search-open .bonolle-nav {
    display: none;
  }

  body.bonolle-search-open .bonolle-search.is-search-active,
  body.bonolle-search-open .bonolle-search:focus-within {
    z-index: 82;
  }
}

/* Shared mobile navigation geometry: catalog and PDP remain on one surface. */
@media (max-width: 720px) {
  .bonolle-workarea {
    min-height: 0;
  }

  .bonolle-bottom-nav {
    min-height: calc(52px + env(safe-area-inset-bottom));
    height: calc(52px + env(safe-area-inset-bottom));
    padding: 0 8px env(safe-area-inset-bottom);
    border-top: 0;
    background: var(--bl-color-surface);
    box-shadow: none;
  }

  .bonolle-bottom-nav__item {
    min-height: 52px;
  }
}


.bonolle-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bonolle-bottom-nav__item {
  position: relative;
}

.bonolle-commerce-count {
  position: absolute;
  font-weight: 500 !important;
  left: calc(50% + 2px);
  top: 0;
  z-index: 2;
  min-width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border: 1px solid var(--bl-color-surface);
  border-radius: var(--bl-radius-pill);
  background: var(--bl-color-sale);
  color: var(--bl-color-surface);
  font-size: 10px;
  line-height: 14px;
  pointer-events: none;
}

.bonolle-commerce-count[hidden] {
  display: none !important;
}



/* UI-STATE-003: shared commerce control states; component CSS owns geometry. */
[data-bonolle-pdp-copy-article] {svg path {stroke: none;}}
[data-bonolle-commerce-action] {
  transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease;
}
[data-bonolle-commerce-action="favorite"] svg path { fill: transparent; transition: fill .16s ease, stroke .16s ease; }
[data-bonolle-commerce-action="favorite"]:hover,
[data-bonolle-commerce-action="favorite"].is-active { color: var(--bl-color-sale); }
[data-bonolle-commerce-action="favorite"].is-active svg path { fill: var(--bl-color-sale); stroke: var(--bl-color-sale); }
[data-bonolle-commerce-action="compare"]:hover,
[data-bonolle-commerce-action="compare"].is-active { border-color: var(--bl-color-primary); background-color: var(--bl-color-primary-ultra); color: var(--bl-color-primary); }
[data-bonolle-commerce-action="compare"].is-active svg path {fill: var(--bl-color-sale);stroke;stroke: var(--bl-color-sale);}
[data-bonolle-commerce-action].is-success { animation: bonolle-commerce-confirm .32s ease; }
@keyframes bonolle-commerce-confirm { 0%, 100% { transform: scale(1); } 45% { transform: scale(.94); } 75% { transform: scale(1.03); } }
@media (prefers-reduced-motion: reduce) {
  [data-bonolle-commerce-action], [data-bonolle-commerce-action="favorite"] svg path { transition: none; }
  [data-bonolle-commerce-action].is-success { animation: none; }
}


/* Shared selection and quantity primitives. Geometry may be extended by a component. */
.bonolle-ui-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 1px solid var(--bl-color-border);
  border-radius: 4px;
  background: var(--bl-color-surface);
}
input:checked + .bonolle-ui-checkbox {
  border-color: var(--bl-color-primary);
  background: var(--bl-color-primary);
}
input:checked + .bonolle-ui-checkbox::after {
  content: "";
  position: absolute;
  left: 20%;
  top: 36%;
  box-sizing: content-box;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform-origin: 0 100%;
  animation: bonolle-checkbox-check 100ms .12s cubic-bezier(.4, 0, .23, 1) forwards;
}
input:focus-visible + .bonolle-ui-checkbox { box-shadow: var(--bl-shadow-focus); }
@keyframes bonolle-checkbox-check {
  0% { width: 0; height: 0; border-color: var(--bl-color-surface); transform: rotate(45deg); }
  33% { width: .2em; height: 0; transform: rotate(45deg); }
  100% { width: .35em; height: .7em; border-color: var(--bl-color-surface); transform: rotate(45deg); }
}
.bonolle-ui-quantity {
  min-width: 0;
  min-height: 40px;
  display: grid;
  grid-template-columns: 40px minmax(28px, 1fr) 40px;
  align-items: center;
  border: 1px solid #d7f1f2;
  border-radius: var(--bl-radius-sm);
  background: linear-gradient(135deg, #eefafa, #f8fbff);
  overflow: hidden;
}
.bonolle-ui-quantity button,
.bonolle-ui-quantity output {
  min-width: 0;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bl-color-primary);
  font: inherit;
}
.bonolle-ui-quantity output { color: var(--bl-color-text); font-weight: 700; }
.bonolle-ui-quantity button:hover { background: var(--bl-color-primary-ultra); }
@media (prefers-reduced-motion: reduce) {
  input:checked + .bonolle-ui-checkbox::after { animation: none; width: .35em; height: .7em; border-color: var(--bl-color-surface); transform: rotate(45deg); }
}


.bonolle-icon-button {
  --_icon-button-size: 40px;
  width: var(--_icon-button-size);
  height: var(--_icon-button-size);
  display: inline-grid;
  place-items: center;
  padding: 0;
  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-icon-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.bonolle-icon-button:hover,
.bonolle-icon-button.is-active { border-color: var(--bl-color-primary-light); background: var(--bl-color-primary-ultra); color: var(--bl-color-primary); }

body.bonolle-commerce-list-limit-open {
  overflow: hidden;
}

.bonolle-commerce-list-limit {
  --_card-padding: 16px;

  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  padding: var(--bl-space-sm);
  background: rgba(26, 26, 26, .46);
  font-family: var(--bl-font-family-base);
  animation: bonolle-commerce-list-limit-fade .16s ease-out;
}

.bonolle-commerce-list-limit[hidden] {
  display: none;
}

.bonolle-commerce-list-limit *,
.bonolle-commerce-list-limit *::before,
.bonolle-commerce-list-limit *::after {
  box-sizing: border-box;
}

.bonolle-commerce-list-limit__card {
  width: min(320px, 100%);
  max-height: calc(100vh - 24px);
  max-height: calc(100dvh - 24px);
  overflow: auto;
  overscroll-behavior: contain;
  border-radius: var(--bl-radius-lg);
  background: var(--bl-color-surface);
  color: var(--bl-color-text);
  box-shadow: var(--bl-shadow-large);
  animation: bonolle-commerce-list-limit-rise .16s ease-out;
}

.bonolle-commerce-list-limit__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  align-items: center;
  gap: var(--bl-space-sm);
  padding: var(--_card-padding);
  border-bottom: 1px solid var(--bl-color-border);
  background: var(--bl-color-chip-bg);
}

.bonolle-commerce-list-limit__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.bonolle-commerce-list-limit__close {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: var(--bl-radius-sm);
  background: transparent;
  color: var(--bl-color-muted);
  font: inherit;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.bonolle-commerce-list-limit__close:hover {
  background: var(--bl-color-chip-bg);
  color: var(--bl-color-text);
}

.bonolle-commerce-list-limit__content {
  padding: var(--_card-padding);
}

.bonolle-commerce-list-limit__text {
  margin: 0;
  color: var(--bl-color-text-soft);
  font-size: var(--bl-text-body-size);
  line-height: var(--bl-text-body-line-height);
}

.bonolle-commerce-list-limit__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.bonolle-commerce-list-limit__actions--single {
  grid-template-columns: minmax(0, 1fr);
}

.bonolle-commerce-list-limit__action {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  padding: 0 8px;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.bonolle-commerce-list-limit :focus-visible {
  outline: none;
  box-shadow: var(--bl-shadow-focus);
}

@keyframes bonolle-commerce-list-limit-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes bonolle-commerce-list-limit-rise {
  from { opacity: 0; transform: translateY(8px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 340px) {
  .bonolle-commerce-list-limit {
    --_card-padding: var(--bl-space-sm);

    padding: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bonolle-commerce-list-limit,
  .bonolle-commerce-list-limit__card {
    animation: none;
  }
}

/* End */


/* Start:/local/components/bonolle/catalog.menu/templates/.default/style.css?178533548412451*/
.bonolle-catalog-menu {
  --_accent-bg: linear-gradient(135deg, #eefafa, #f8fbff);
  --_accent-border: #d7f1f2;
  --_desktop-top: 114px;
  position: fixed;
  top: var(--_desktop-top);
  right: 0;
  bottom: auto;
  left: 0;
  height: calc(100dvh - var(--_desktop-top));
  z-index: 29;
  background: var(--bl-color-surface);
  background-image: none;
  color: var(--bl-color-text);
  font-weight: 400;
}

.bonolle-catalog-menu[hidden] {
  display: none !important;
}

.bonolle-catalog-menu strong {
  font-weight: 500;
}

.bonolle-catalog-menu *,
.bonolle-catalog-menu *::before,
.bonolle-catalog-menu *::after {
  box-sizing: border-box;
}

.bonolle-catalog-menu svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bonolle-catalog-menu a {
  color: inherit;
  text-decoration: none;
}

.bonolle-catalog-menu__sheet {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(calc(100vw - 48px), var(--bl-container-max));
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  overflow: hidden;
  transform: translateX(-50%);
  background: var(--bl-color-surface);
  background-image: none;
  box-shadow: none;
}

.bonolle-catalog-menu__drawer-head {
  display: none;
}

.bonolle-catalog-menu__rail {
  min-width: 0;
  padding: 18px 12px 22px;
  overflow: hidden;
  background: var(--bl-color-surface);
  background-image: none;
}

.bonolle-catalog-menu__section-title {
  margin: 12px 12px 10px;
  color: #7b8798;
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bonolle-catalog-menu__section-title:first-child {
  margin-top: 0;
}

.bonolle-catalog-menu__item {
  width: 100%;
  min-height: 44px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  margin: 1px 0;
  padding: 6px 10px;
  border: 0;
  border-radius: var(--bl-radius-sm);
  background: transparent;
  color: #333;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.bonolle-catalog-menu__item:hover,
.bonolle-catalog-menu__item.is-active {
  color: var(--bl-color-primary);
  background: var(--_accent-bg);
}

.bonolle-catalog-menu__icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: var(--bl-radius-sm);
  color: var(--bl-color-primary);
  background: transparent;
}

.bonolle-catalog-menu__icon-image {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.bonolle-catalog-menu__text {
  min-width: 0;
  overflow: hidden;
  font-size: var(--bl-text-body-size);
  line-height: var(--bl-text-body-line-height);
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bonolle-catalog-menu__chevron {
  justify-self: end;
  color: #8d9aab;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.bonolle-catalog-menu__chevron {
  font-size: 18px;
}

.bonolle-catalog-menu__content {
  min-width: 0;
  padding: 26px 30px 28px;
  overflow-y: auto;
  background: var(--bl-color-surface);
  background-image: none;
  scrollbar-width: none;
}

.bonolle-catalog-menu__content::-webkit-scrollbar {
  display: none;
}

.bonolle-catalog-menu__panel {
  max-width: 1160px;
}

.bonolle-catalog-menu__panel[hidden] {
  display: none !important;
}

.bonolle-catalog-menu__panel-head {
  min-height: 38px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.bonolle-catalog-menu__panel h2 {
  margin: 0;
  color: var(--bl-color-text);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.bonolle-catalog-menu__panel-title-link {
  color: inherit;
  text-decoration: none;
}

.bonolle-catalog-menu__panel-title-link:hover {
  color: var(--bl-color-primary);
}

.bonolle-catalog-menu__back {
  display: none;
}

.bonolle-catalog-menu__view-all {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--_accent-border);
  border-radius: var(--bl-radius-pill);
  color: var(--bl-color-primary-hover);
  background: var(--bl-color-surface);
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.bonolle-catalog-menu__view-all:hover {
  color: var(--bl-color-primary);
  background: #f8fbff;
}

.bonolle-catalog-menu__columns {
  column-count: 3;
  column-gap: 64px;
  display: block; 
}

.bonolle-catalog-menu__flat {
  columns: 3 220px;
  column-gap: 32px;
  max-width: 920px;
}

.bonolle-catalog-menu__flat-link {
  min-width: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-left: -8px;
  padding: 8px 10px;
  border-radius: var(--bl-radius-sm);
  color: #40516a!important;
  font-size: var(--bl-text-body-size);
  line-height: var(--bl-text-body-line-height);
  font-weight: 400;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.bonolle-catalog-menu__flat-link:hover {
  color: var(--bl-color-primary);
  background: var(--_accent-bg);
}

.bonolle-catalog-menu__group {
  min-width: 0;
  break-inside: avoid;
  margin-bottom: 26px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid var(--bl-color-border-light);
}

.bonolle-catalog-menu__group-title {
  min-width: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  margin: 0 0 10px;
  color: var(--bl-color-text);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.bonolle-catalog-menu__group-title:hover {
  color: var(--bl-color-primary);
}

.bonolle-catalog-menu__links {
  display: grid;
  gap: 0;
}

.bonolle-catalog-menu__links .bonolle-catalog-menu__flat-link {
  width: 100%;
}

.bonolle-catalog-menu__flat-link span:first-child,
.bonolle-catalog-menu__group-title span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bonolle-catalog-menu__link-arrow {
  color: #9aa7b8;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.bonolle-catalog-menu__empty {
  max-width: 320px;
}

body.bonolle-catalog-menu-open {
  overflow: hidden;
  padding-right: var(--_scrollbar-compensation, 0px);
}

@media (max-width: 1180px) {
  .bonolle-catalog-menu__sheet {
    grid-template-columns: 284px minmax(0, 1fr);
  }

  .bonolle-catalog-menu__columns {
    grid-template-columns: repeat(2, minmax(190px, 260px));
    gap: 24px 52px;
  }
}

@media (max-width: 720px) {
  .bonolle-catalog-menu {
    --_menu-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);
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: 100vh;
    height: 100dvh;
    z-index: 80;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: opacity .2s ease, transform .24s ease;
    will-change: transform;
  }

  body.bonolle-catalog-menu-open .bonolle-catalog-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .bonolle-catalog-menu__sheet {
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transform: none;
    box-shadow: none;
  }

  .bonolle-catalog-menu__drawer-head {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: calc(16px + var(--_safe-top)) calc(var(--_menu-drawer-pad) + var(--_safe-right)) 14px calc(var(--_menu-drawer-pad) + var(--_safe-left));
    border-bottom: 1px solid var(--bl-color-border-light);
    background: var(--bl-color-surface);
  }

  .bonolle-catalog-menu__drawer-head strong {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }

  .bonolle-catalog-menu__drawer-head span {
    display: block;
    margin-top: 2px;
    color: var(--bl-color-muted);
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
  }

  .bonolle-catalog-menu__close {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--bl-color-text-soft);
    font: inherit;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
  }

  .bonolle-catalog-menu__rail {
    height: calc(100% - 64px - var(--_safe-top));
    padding: 14px calc(var(--_menu-drawer-pad) + var(--_safe-right)) calc(20px + var(--_safe-bottom)) calc(var(--_menu-drawer-pad) + var(--_safe-left));
    overflow-y: auto;
    scrollbar-width: none;
  }

  .bonolle-catalog-menu__rail::-webkit-scrollbar,
  .bonolle-catalog-menu__content::-webkit-scrollbar {
    display: none;
  }

  .bonolle-catalog-menu__section-title {
    margin: 18px 0 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
  }

  .bonolle-catalog-menu__item {
    min-height: 56px;
    grid-template-columns: 40px minmax(0, 1fr) 18px;
    gap: 12px;
    margin: 0;
    padding: 8px 10px;
    border-radius: var(--bl-radius-md);
  }

  .bonolle-catalog-menu__icon {
    width: 36px;
    height: 36px;
  }

  .bonolle-catalog-menu__text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }

  .bonolle-catalog-menu__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 0;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform .24s ease;
    scrollbar-width: none;
  }

  .bonolle-catalog-menu.is-submenu-open .bonolle-catalog-menu__content {
    transform: translateX(0);
  }

  .bonolle-catalog-menu__panel {
    min-height: 100%;
    max-width: none;
    padding: 0 calc(var(--_menu-drawer-pad) + var(--_safe-right)) calc(22px + var(--_safe-bottom)) calc(var(--_menu-drawer-pad) + var(--_safe-left));
  }

  .bonolle-catalog-menu__panel-head {
    position: sticky;
    top: 0;
    z-index: 3;
    min-height: 64px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin: 0 calc(-1 * (var(--_menu-drawer-pad) + var(--_safe-right))) 16px calc(-1 * (var(--_menu-drawer-pad) + var(--_safe-left)));
    padding: calc(16px + var(--_safe-top)) calc(var(--_menu-drawer-pad) + var(--_safe-right)) 14px calc(var(--_menu-drawer-pad) + var(--_safe-left));
    border-bottom: 1px solid var(--bl-color-border-light);
    background: var(--bl-color-surface);
  }

  .bonolle-catalog-menu__panel h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }

  .bonolle-catalog-menu__back {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--bl-color-primary);
    font: inherit;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
  }

  .bonolle-catalog-menu__back span:first-child {
    font-size: 22px;
    line-height: 1;
  }

  .bonolle-catalog-menu__view-all {
    display: none;
  }

  .bonolle-catalog-menu__columns,
  .bonolle-catalog-menu__flat {
    display: block;
    columns: auto;
    max-width: none;
  }

  .bonolle-catalog-menu__group {
    margin: 0 0 4px;
  }

  .bonolle-catalog-menu__group-title {
    min-height: 48px;
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }

  .bonolle-catalog-menu__links {
    gap: 0;
    margin: 0 0 10px;
  }

  .bonolle-catalog-menu__flat-link {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0;
    color: var(--bl-color-text-soft);
    background: transparent;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
	margin: 0;
  }
}


/* End */
/* /local/templates/bonolle/assets/css/tokens.css?17852329271806 */
/* /local/templates/bonolle/template_styles.css?178532755122925 */
/* /local/components/bonolle/catalog.menu/templates/.default/style.css?178533548412451 */
