/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #FFFFFF);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #4E5C3A);
  --color-btn-bg-is-dark:var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade:var(--draft-color-btn-bg-minor-shade, #607147);
  --color-btn-bg-minor-shade-is-dark:var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade:var(--draft-color-btn-bg-major-shade, #728755);
  --color-btn-bg-major-shade-is-dark:var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #a8b990);
  --color-btn-bg-half-shade-is-light:var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text:var(--draft-color-accent-text, #B79A6E);
  --color-accent-text-is-dark:var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade:var(--draft-color-accent-text-minor-shade, #c0a680);
  --color-accent-text-minor-shade-is-dark:var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade:var(--draft-color-accent-text-major-shade, #cab493);
  --color-accent-text-major-shade-is-light:var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #e7ddcd);
  --color-accent-text-half-shade-is-light:var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark:var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark:var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade:var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark:var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade:var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark:var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade:var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark:var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light:var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade:var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light:var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade:var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light:var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade:var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, intermittent);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning:var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light:var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light:var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade:var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light:var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade:var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark:var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success:var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light:var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade:var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light:var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade:var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light:var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade:var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark:var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error:var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light:var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light:var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light:var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark:var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info:var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light:var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade:var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light:var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade:var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light:var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade:var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, 'Anonymous Pro');
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, Oswald);
  --heading-ratio:var(--draft-heading-ratio, 2);
  --heading-weight:var(--draft-heading-weight, 600);
  --collection_count:var(--draft-collection_count, 12);
  --search_count:var(--draft-search_count, 15);
  --blog_size:var(--draft-blog_size, 3);
  --product_not_available:var(--draft-product_not_available, hidden);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar:var(--draft-delta_sidebar, 2);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, left);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, false);
  --compare_enabled:var(--draft-compare_enabled, false); }

/* line 9, theme.scss */
:root {
  --shell: #171A18;
  --shell-2: #242A24;
  --shell-text: #FFFFFF;
  --shell-muted: #8E9691;
  --bg: #F3F5F3;
  --surface: #FFFFFF;
  --tile: #EFF2EE;
  --text: #151815;
  --text-muted: #666D67;
  --line: #E2E6E1;
  --accent: #4C6B2F;
  --accent-hover: #3C5525;
  --accent-tint: #EDF1E5;
  --accent-on-dark: #8AB05E;
  --sale: #C43D2E;
  --badge: #171A18;
  --r-sm: 4px;
  --r-md: 6px;
  --r-pill: 20px;
  --font-head: "Manrope", system-ui, -apple-system, sans-serif;
  --font-body: "Golos Text", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, "SF Mono", Menlo, monospace;
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-6: 24px;
  --s-8: 32px;
  --s-12: 48px;
  --tap: 44px;
  --shadow-pop: 0 8px 24px rgba(23, 26, 24, .12);
  --ratio-photo: 4 / 5;
  --font-family: var(--font-body);
  --heading-font-family: var(--font-head);
  --color-text: var(--text);
  --color-btn-bg: var(--accent);
  --color-accent-text: var(--accent); }

/* line 70, theme.scss */
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
  background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

/* line 81, theme.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-head);
  color: var(--text);
  letter-spacing: -.01em; }

/* line 87, theme.scss */
h1 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700; }

/* line 88, theme.scss */
h2 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700; }

/* line 89, theme.scss */
h3 {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600; }

/* line 92, theme.scss */
.t-caption {
  font-size: 12px;
  line-height: 1.4;
  color: var(--text-muted); }

/* line 94, theme.scss */
.t-label {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .06em; }

/* line 109, theme.scss */
:root {
  --bnav-h: 58px; }

/* line 113, theme.scss */
.bnav {
  display: none; }

@media screen and (max-width: 767px) {
  /* line 119, theme.scss */
  body {
    padding-bottom: calc(var(--bnav-h) + env(safe-area-inset-bottom, 0px)); }

  /* line 123, theme.scss */
  .bnav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    background-color: var(--shell);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: env(safe-area-inset-bottom, 0px); }
    /* line 142, theme.scss */
    .bnav.is-kb-open {
      transform: translate3d(0, 100%, 0); }

  /* line 147, theme.scss */
  .bnav__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: var(--bnav-h);
    min-width: var(--tap);
    padding: 6px 2px;
    margin: 0;
    border: none;
    background: none;
    appearance: none;
    color: var(--shell-muted);
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }
    /* line 167, theme.scss */
    .bnav__item.is-active {
      color: var(--accent-on-dark); }
      /* line 170, theme.scss */
      .bnav__item.is-active:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background-color: var(--accent-on-dark); }

  /* line 182, theme.scss */
  .bnav__icon {
    position: relative;
    display: block;
    width: 24px;
    height: 24px; }
    /* line 188, theme.scss */
    .bnav__icon svg {
      display: block;
      width: 24px;
      height: 24px; }

  /* line 195, theme.scss */
  .bnav__label {
    font-family: var(--font-head);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: .01em; }

  /* line 205, theme.scss */
  .bnav__count {
    position: absolute;
    top: -5px;
    right: -8px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 9px;
    background-color: var(--sale);
    color: #FFFFFF;
    font-family: var(--font-head);
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
    text-align: center; }
    /* line 221, theme.scss */
    .bnav__count:empty {
      display: none; } }
/* line 233, theme.scss */
dialog.sheet {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  overflow: hidden; }
  /* line 247, theme.scss */
  dialog.sheet::backdrop {
    background: rgba(23, 26, 24, 0.55);
    opacity: 0;
    transition: opacity .22s ease; }
  /* line 253, theme.scss */
  dialog.sheet.is-in::backdrop {
    opacity: 1; }

/* line 258, theme.scss */
.sheet__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-height: 88vh;
  max-height: 88dvh;
  background-color: #FFFFFF;
  border-radius: 14px 14px 0 0;
  box-shadow: 0 8px 24px rgba(23, 26, 24, 0.12);
  transform: translateY(100%);
  transition: transform 0.22s cubic-bezier(0.32, 0.72, 0, 1);
  padding-bottom: env(safe-area-inset-bottom, 0px);
  touch-action: none; }
  /* line 275, theme.scss */
  dialog.sheet.is-in .sheet__panel {
    transform: translateY(0); }
  @media screen and (min-width: 768px) {
    /* line 258, theme.scss */
    .sheet__panel {
      left: 50%;
      right: auto;
      bottom: auto;
      top: 50%;
      width: 420px;
      max-height: 80vh;
      border-radius: 10px;
      transform: translate(-50%, -46%) scale(0.98);
      opacity: 0;
      transition: transform .18s ease, opacity .18s ease; }
      /* line 292, theme.scss */
      dialog.sheet.is-in .sheet__panel {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1; } }

/* line 301, theme.scss */
.sheet__panel > form {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  margin: 0; }

/* line 309, theme.scss */
.sheet__grab {
  flex: 0 0 auto;
  width: 40px;
  height: 4px;
  margin: 8px auto 0;
  border-radius: 2px;
  background-color: #E2E6E1; }
  @media screen and (min-width: 768px) {
    /* line 309, theme.scss */
    .sheet__grab {
      display: none; } }

/* line 322, theme.scss */
.sheet__head {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #E2E6E1;
  cursor: grab; }
  @media screen and (min-width: 768px) {
    /* line 322, theme.scss */
    .sheet__head {
      cursor: default; } }

/* line 336, theme.scss */
.sheet__title {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: #151815;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

/* line 351, theme.scss */
.sheet__close {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: -10px -10px -10px 0;
  padding: 0;
  border: none;
  background: none;
  appearance: none;
  color: #666D67;
  font-size: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  /* line 368, theme.scss */
  .sheet__close > svg {
    display: block;
    width: 1em;
    height: 1em; }

/* line 375, theme.scss */
.sheet__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  padding: 16px; }

/* line 384, theme.scss */
.sheet__foot {
  flex: 0 0 auto;
  padding: 12px 16px 16px;
  border-top: 1px solid #E2E6E1;
  background-color: #FFFFFF; }

/* line 394, theme.scss */
dialog.sheet.sheet_dark .sheet__panel {
  background-color: #171A18; }
/* line 398, theme.scss */
dialog.sheet.sheet_dark .sheet__grab {
  background-color: rgba(255, 255, 255, 0.28); }
/* line 402, theme.scss */
dialog.sheet.sheet_dark .sheet__head {
  border-bottom-color: rgba(255, 255, 255, 0.12); }
/* line 406, theme.scss */
dialog.sheet.sheet_dark .sheet__title {
  color: #FFFFFF; }
/* line 410, theme.scss */
dialog.sheet.sheet_dark .sheet__close {
  color: #FFFFFF; }
/* line 414, theme.scss */
dialog.sheet.sheet_dark .sheet__body {
  color: #FFFFFF;
  scrollbar-width: thin; }
  /* line 418, theme.scss */
  dialog.sheet.sheet_dark .sheet__body::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(255, 255, 255, 0.08); }
  /* line 423, theme.scss */
  dialog.sheet.sheet_dark .sheet__body::-webkit-scrollbar-thumb {
    background-color: #8AB05E;
    border-radius: 3px; }
/* line 429, theme.scss */
dialog.sheet.sheet_dark .sheet__foot {
  background-color: #171A18;
  border-top-color: rgba(255, 255, 255, 0.12); }

/* line 435, theme.scss */
body.is-sheet-open {
  overflow: hidden; }

@media screen and (max-width: 767px) {
  /* line 446, theme.scss */
  #jvlabelWrap,
  #bx-livechat-wrapper,
  .b24-widget-button-position-bottom-right,
  [class*="chat24-widget"],
  .flocktory-widget,
  #carrotquest-messenger-collapsed-container,
  #talk-me-wrapper,
  .verbox-button {
    bottom: calc(var(--bnav-h) + 12px + var(--product-buy-h, 0px) + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 890 !important; } }
/* line 473, theme.scss */
.splide__arrow .icon > svg {
  transform: none !important; }

/* line 481, theme.scss */
h1, h2, h3, h4, h5, h6,
.heading {
  font-family: "Manrope", system-ui, -apple-system, sans-serif !important;
  text-transform: none; }

/* line 490, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 494, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 511, theme.scss */
.btn-on-top {
  display: none; }

@media screen and (min-width: 768px) {
  /* line 516, theme.scss */
  .btn-on-top {
    display: block;
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid #E2E6E1;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.95);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23151815' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5M5 12l7-7 7 7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    box-shadow: 0 4px 14px rgba(23, 26, 24, 0.14);
    cursor: pointer;
    transition: border-color .15s ease, background-color .15s ease; }
    /* line 533, theme.scss */
    .btn-on-top:hover, .btn-on-top:focus-visible {
      border-color: #4C6B2F;
      background-color: #FFFFFF;
      outline: none; }
    /* line 541, theme.scss */
    .btn-on-top .icon-arrow-up {
      display: none; } }
/* line 560, theme.scss */
.widget-type_system_widget_v4_collection_sort_1 .collection-sort {
  display: none !important; }
/* line 564, theme.scss */
.widget-type_system_widget_v4_collection_sort_1 .collection-toolbar {
  justify-content: flex-start; }

/* line 582, theme.scss */
.tl-reveal-on .tl-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .45s ease, transform .45s ease;
  will-change: opacity, transform; }
/* line 589, theme.scss */
.tl-reveal-on .tl-reveal.is-in {
  opacity: 1;
  transform: none;
  will-change: auto; }

/* line 606, theme.scss */
.opt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease; }
  /* line 624, theme.scss */
  .opt-btn .icon,
  .opt-btn svg {
    display: block;
    flex: 0 0 auto;
    width: 18px;
    height: 18px; }
  @media screen and (min-width: 480px) {
    /* line 606, theme.scss */
    .opt-btn {
      width: auto;
      min-width: 220px; } }

/* line 641, theme.scss */
.opt-btn_primary {
  background-color: #8AB05E;
  color: #171A18; }
  /* line 645, theme.scss */
  .opt-btn_primary:hover, .opt-btn_primary:focus {
    background-color: #9BBF71;
    color: #171A18;
    text-decoration: none; }

/* line 653, theme.scss */
.opt-btn_ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background-color: rgba(255, 255, 255, 0.06);
  color: #FFFFFF; }
  /* line 658, theme.scss */
  .opt-btn_ghost:hover, .opt-btn_ghost:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
    text-decoration: none; }

/* line 668, theme.scss */
.opt-btn_solid {
  background-color: #4C6B2F;
  color: #FFFFFF; }
  /* line 672, theme.scss */
  .opt-btn_solid:hover, .opt-btn_solid:focus {
    background-color: #3C5525;
    color: #FFFFFF;
    text-decoration: none; }

/* line 680, theme.scss */
.opt-sec__head {
  margin: 0 0 20px; }
  @media screen and (min-width: 768px) {
    /* line 680, theme.scss */
    .opt-sec__head {
      margin-bottom: 28px; } }

/* line 688, theme.scss */
.opt-sec__eyebrow {
  margin: 0 0 8px;
  font-family: "Golos Text", system-ui, -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #4C6B2F; }

/* line 699, theme.scss */
.opt-sec__title {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  color: #151815; }
  @media screen and (min-width: 768px) {
    /* line 699, theme.scss */
    .opt-sec__title {
      font-size: 30px; } }

/* line 712, theme.scss */
.opt-sec__lead {
  margin: 10px 0 0;
  max-width: 720px;
  font-family: "Golos Text", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #666D67; }

/* line 733, theme.scss */
.sidebar-collections__menu > .sidebar-collections__item:nth-child(3) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important; }
  /* line 738, theme.scss */
  .sidebar-collections__menu > .sidebar-collections__item:nth-child(3) > .sidebar-collections__controls > .sidebar-collections__link,
  .sidebar-collections__menu > .sidebar-collections__item:nth-child(3) > .sidebar-collections__link {
    padding-left: 12px !important; }
    /* line 742, theme.scss */
    .sidebar-collections__menu > .sidebar-collections__item:nth-child(3) > .sidebar-collections__controls > .sidebar-collections__link::before,
    .sidebar-collections__menu > .sidebar-collections__item:nth-child(3) > .sidebar-collections__link::before {
      content: none !important; }
    /* line 746, theme.scss */
    .sidebar-collections__menu > .sidebar-collections__item:nth-child(3) > .sidebar-collections__controls > .sidebar-collections__link:not(.is-current),
    .sidebar-collections__menu > .sidebar-collections__item:nth-child(3) > .sidebar-collections__link:not(.is-current) {
      font-weight: 400 !important; }
/* line 753, theme.scss */
.sidebar-collections__menu > .sidebar-collections__item:nth-child(2) {
  margin-bottom: 6px !important;
  padding-bottom: 6px !important;
  border-bottom: 1px solid #E2E6E1 !important; }

/* line 771, theme.scss */
.tl-infinity-on .pagination {
  display: none !important; }

/* line 775, theme.scss */
.tl-infinity {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 8px 0; }

/* line 783, theme.scss */
.tl-infinity__spinner {
  display: none;
  width: 24px;
  height: 24px;
  border: 2px solid #E2E6E1;
  border-top-color: #4C6B2F;
  border-radius: 50%;
  animation: tl-infinity-spin .7s linear infinite; }

/* line 793, theme.scss */
.tl-infinity__btn {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 6px;
  background-color: #4C6B2F;
  font-family: "Golos Text", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color .15s ease; }
  /* line 810, theme.scss */
  .tl-infinity__btn:hover, .tl-infinity__btn:focus {
    background-color: #3C5525;
    color: #FFFFFF; }

/* line 817, theme.scss */
.tl-infinity.is-manual .tl-infinity__btn {
  display: inline-flex; }

/* line 822, theme.scss */
.tl-infinity.is-busy .tl-infinity__spinner {
  display: block; }
/* line 826, theme.scss */
.tl-infinity.is-busy .tl-infinity__btn {
  display: none; }

@keyframes tl-infinity-spin {
  to {
    transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  /* line 838, theme.scss */
  .tl-infinity__spinner {
    animation-duration: 2s; } }
/* line 855, theme.scss */
.promo-slider__item-photo::before,
.promo-slider__item-photo::after {
  display: none !important; }

/* line 883, theme.scss */
.header-mobile-panel__logo .header__logo img {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xMi4wMDAgLTEyLjAwMCAyOTQuMjIyIDk2LjAwMCIgd2lkdGg9IjI5NC4yMjIiIGhlaWdodD0iOTYuMDAwIj48cGF0aCBmaWxsPSIjRjRGMUU4IiBkPSJNNS42MDAgNzIuMDAwVjAuMDAwSDQwLjMxMVYxMS4wNjdIMjAuMjYyVjMwLjMwNUgyMy4zOTRRMzAuNDQ3IDMwLjMwNSAzNS4yNzggMzIuNDQyUTQwLjEwOSAzNC41ODAgNDIuNjA3IDM5LjE0OFE0NS4xMDYgNDMuNzE2IDQ1LjEwNiA1MS4xNDNRNDUuMTA2IDU3LjUxMyA0My40NTggNjEuNTczUTQxLjgwOSA2NS42MzQgMzguNzY0IDY3LjkzMlEzNS43MjAgNzAuMjMwIDMxLjU2NyA3MS4xMTVRMjcuNDE1IDcyLjAwMCAyMi4zODggNzIuMDAwWk0yMC4yNjIgNjIuMjgxSDIyLjQ3N1EyNS44MDIgNjIuMjgxIDI3LjgxNiA2MS4xNTRRMjkuODMxIDYwLjAyNyAzMC42ODQgNTcuNDk0UTMxLjUzNyA1NC45NjIgMzEuNDY3IDUwLjg0NFEzMS4zOTcgNDYuMTI1IDI5LjU0MSA0My4zMjlRMjcuNjg2IDQwLjUzMyAyMi4yODAgNDAuNTMzSDIwLjI2MlogTTUzLjUxOCA3Mi4wMDAgNjcuNDc3IDAuMDAwSDgzLjgxM0w5Ny42NTEgNzIuMDAwSDg0LjA4Mkw4MS40OTMgNTYuMTc2SDcwLjA0NUw2Ny4zNDggNzIuMDAwWk03MS40NDggNDcuMTU2SDgwLjAyMEw3NS43MjQgMTguMTQwWiBNMTE1LjI5MyA3Mi4wMDBWMTAuODk1SDEwNC4xNjVWMC4wMDBIMTQxLjAwOFYxMC44OTVIMTMwLjAyNVY3Mi4wMDBaIE0xNTEuMjQ0IDcyLjAwMFYwLjAwMEgxNjUuOTA3VjMwLjMwNUgxNjkuMzExUTE3Ni4zNjMgMzAuMzA1IDE4MS4xODUgMzIuNDQyUTE4Ni4wMDcgMzQuNTgwIDE4OC40NzAgMzkuMTQ4UTE5MC45MzQgNDMuNzE2IDE5MC45MzQgNTEuMTQzUTE5MC45MzQgNTcuNTEzIDE4OS4yODYgNjEuNTczUTE4Ny42MzcgNjUuNjM0IDE4NC41OTIgNjcuOTMyUTE4MS41NDggNzAuMjMwIDE3Ny40MzAgNzEuMTE1UTE3My4zMTMgNzIuMDAwIDE2OC4yODYgNzIuMDAwWk0xNjUuOTA3IDYyLjI4MUgxNjguMzU2UTE3MS43MDAgNjIuMjgxIDE3My42NzkgNjEuMTU0UTE3NS42NTkgNjAuMDI3IDE3Ni41NTYgNTcuNDk0UTE3Ny40NTMgNTQuOTYyIDE3Ny4zODQgNTAuODQ0UTE3Ny4zMTQgNDYuMTI1IDE3NS40NDkgNDMuMzI5UTE3My41ODQgNDAuNTMzIDE2OC4xNzggNDAuNTMzSDE2NS45MDdaTTE5Ny4yODEgNzIuMDAwVjAuMDAwSDIxMS45NDNWNzIuMDAwWiBNMjI2LjU0NiA3Mi4wMDBWMC4wMDBIMjQ5LjM4MFEyNTUuODY5IDAuMDAwIDI1OS45ODAgMi40MjZRMjY0LjA5MiA0Ljg1MSAyNjYuMDgwIDkuNDcwUTI2OC4wNjcgMTQuMDkwIDI2OC4wNjcgMjAuNjgxUTI2OC4wNjcgMjguNDY5IDI2NS40NzIgMzIuODIxUTI2Mi44NzggMzcuMTc0IDI1OC4zMzcgMzguOTg2UTI1My43OTYgNDAuNzk4IDI0Ny45MzAgNDAuNzk4SDI0MS4yMDhWNzIuMDAwWk0yNDEuMjA4IDMwLjUxOUgyNDYuMzkwUTI0OS42MjYgMzAuNTE5IDI1MS4zNDUgMjkuNDcyUTI1My4wNjQgMjguNDI0IDI1My42NzYgMjYuMjI0UTI1NC4yODggMjQuMDI1IDI1NC4yODggMjAuNDkwUTI1NC4yODggMTcuMjIzIDI1My44MTIgMTQuOTkyUTI1My4zMzcgMTIuNzYyIDI1MS42MzYgMTEuNTU1UTI0OS45MzYgMTAuMzQ4IDI0Ni4zMzkgMTAuMzQ4SDI0MS4yMDhaIi8+PC9zdmc+"); }
