@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap");
/* 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, #B18869);
  --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, #b99377);
  --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, #c19f86);
  --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, #d8c3b3);
  --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, #B18869);
  --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, #b99377);
  --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, #c19f86);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #d8c3b3);
  --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, elementary);
  --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, #fff3ca);
  --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, #fff2c8);
  --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, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, 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, #d3ecd9);
  --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, #d1ecd7);
  --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, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, 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, #f8d7da);
  --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, #f8d5d8);
  --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, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, 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, #cae4ff);
  --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, #c8e3ff);
  --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, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, "IBM Plex Sans");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "IBM Plex Sans");
  --heading-ratio: var(--draft-heading-ratio, 2);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 24);
  --search_count: var(--draft-search_count, 15);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, preorder);
  --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); }

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

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

/* line 18, theme.scss */
.page_layout_collection_all {
  grid-template-areas: "header header header header" "section-top section-top section-top section-top" "main main main main" "footer footer footer footer"; }
  /* line 25, theme.scss */
  .page_layout_collection_all main {
    grid-column: 1 / -1; }
    @media (max-width: 767px) {
      /* line 25, theme.scss */
      .page_layout_collection_all main {
        grid-column: 1 / -1; } }

/* line 37, theme.scss */
.product-preview {
  padding: 16px !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: hover 0.2s ease-in;
  -o-transition: hover 0.2s ease-in;
  transition: hover 0.2s ease-in; }
  @media (min-width: 1024px) {
    /* line 46, theme.scss */
    .product-preview:hover {
      -webkit-transition: hover 0.2s ease-in;
      -o-transition: hover 0.2s ease-in;
      transition: hover 0.2s ease-in;
      cursor: pointer;
      -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04); } }
  @media (max-width: 767px) {
    /* line 37, theme.scss */
    .product-preview {
      padding: 8px !important; } }
  /* line 66, theme.scss */
  .product-preview .product-preview__compare {
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px;
    z-index: 100000;
    border: none;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.06);
    cursor: pointer; }
    /* line 84, theme.scss */
    .product-preview .product-preview__compare.compare-added {
      background: #e5a40f; }
      /* line 87, theme.scss */
      .product-preview .product-preview__compare.compare-added svg path {
        stroke: #fff; }
  /* line 93, theme.scss */
  .product-preview .product-preview__content {
    grid-template-rows: -webkit-max-content !important;
    grid-template-rows: max-content !important; }
    /* line 97, theme.scss */
    .product-preview .product-preview__content .product-preview__compare {
      opacity: 0;
      visibility: hidden; }
    /* line 103, theme.scss */
    .product-preview .product-preview__content:hover .product-preview__compare {
      opacity: 1;
      visibility: visible; }
  /* line 110, theme.scss */
  .product-preview .add-cart-counter__btn {
    -webkit-transition: hover 0.3s ease-in;
    -o-transition: hover 0.3s ease-in;
    transition: hover 0.3s ease-in; }
    /* line 115, theme.scss */
    .product-preview .add-cart-counter__btn span {
      font-weight: bold;
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase; }
    /* line 122, theme.scss */
    .product-preview .add-cart-counter__btn svg {
      margin: 0 8px 0 0; }
    @media (min-width: 1024px) {
      /* line 127, theme.scss */
      .product-preview .add-cart-counter__btn:hover {
        -webkit-transition: hover 0.3s ease-in;
        -o-transition: hover 0.3s ease-in;
        transition: hover 0.3s ease-in;
        background: #e5a40f;
        border-color: #e5a40f; } }
  /* line 137, theme.scss */
  .product-preview__photo {
    margin: 0 0 16px 0 !important; }
    @media (max-width: 767px) {
      /* line 137, theme.scss */
      .product-preview__photo {
        margin: 0 0 8px 0 !important; } }
  /* line 145, theme.scss */
  .product-preview__title {
    margin: 0 0 25px 0 !important;
    font-size: 16px !important;
    line-height: 21px !important;
    color: #333333 !important; }
    @media (max-width: 767px) {
      /* line 145, theme.scss */
      .product-preview__title {
        margin: 0 0 16px 0 !important;
        font-size: 14px !important;
        line-height: 18px !important; } }
  /* line 158, theme.scss */
  .product-preview__price {
    margin: 0 0 25px 0 !important; }
    /* line 161, theme.scss */
    .product-preview__price__sale {
      margin: 0 0 16px 0 !important; }
  /* line 166, theme.scss */
  .product-preview__price-cur {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 26px;
    color: #141414 !important; }
    /* line 172, theme.scss */
    .product-preview__price-cur__sale {
      color: #ea4646 !important; }
  /* line 177, theme.scss */
  .product-preview__price-old {
    font-size: 14px !important;
    line-height: 18px !important;
    -webkit-text-decoration-line: line-through !important;
    text-decoration-line: line-through !important;
    color: #bdbdbd !important; }

/* line 186, theme.scss */
#kladr_autocomplete ul.autocomplete1 li:first-child {
  display: none !important; }

/* line 190, theme.scss */
#kladr_autocomplete ul.autocomplete2 li:first-child {
  display: none !important; }

/* line 194, theme.scss */
#kladr_autocomplete ul.autocomplete2 {
  top: 192px; }

/* line 198, theme.scss */
#kladr_autocomplete ul.autocomplete1 {
  top: 912px; }

/* line 202, theme.scss */
.kladr-error {
  color: #cb3e27; }

/* line 206, theme.scss */
#kladr_autocomplete ul {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 200px;
  max-height: 420px;
  color: #313131; }

/* line 221, theme.scss */
#kladr_autocomplete li {
  display: list-item;
  list-style-type: none;
  margin: 0;
  padding: 8px 10px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

/* line 232, theme.scss */
#kladr_autocomplete li + li {
  border-top: 1px solid #ededed; }

/* line 236, theme.scss */
#kladr_autocomplete li:hover {
  background-color: #f2f2f2;
  cursor: pointer; }

/* line 241, theme.scss */
#kladr_autocomplete li.active {
  background-color: #e9e9e9; }

/* line 245, theme.scss */
#kladr_autocomplete a {
  text-decoration: none; }

/* line 249, theme.scss */
#kladr_autocomplete strong {
  color: #038ebd; }

/* line 253, theme.scss */
#kladr_autocomplete .spinner {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url("spinner.png") center center no-repeat;
  z-index: 9999; }

/* line 264, theme.scss */
.cart--note--info {
  display: none;
  padding: 8px 16px;
  position: fixed;
  bottom: 1rem;
  right: 92px;
  background: #282828; }
  @media (max-width: 575px) {
    /* line 264, theme.scss */
    .cart--note--info {
      max-width: 90%;
      width: 100%;
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  /* line 282, theme.scss */
  .cart--note--info svg {
    display: inline-block;
    margin: 0 9px 0 0; }
  /* line 287, theme.scss */
  .cart--note--info .item-delivery-total-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #a9aaaf; }
  /* line 295, theme.scss */
  .cart--note--info .item-delivery-total-price {
    color: #a9aaaf;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #a9aaaf; }

/* line 306, theme.scss */
.common--text--content,
.common--text--content * {
  font-family: inherit !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #4f4f4f !important; }
/* line 315, theme.scss */
.common--text--content .co-toggable_field-price {
  color: #b18869 !important;
  font-weight: bold !important; }
/* line 320, theme.scss */
.common--text--content h1 {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 36px !important;
  line-height: 47px !important;
  color: #1d1e23 !important; }
  @media (max-width: 767px) {
    /* line 320, theme.scss */
    .common--text--content h1 {
      font-size: 22px !important;
      line-height: 29px !important; } }
/* line 333, theme.scss */
.common--text--content h2,
.common--text--content h3,
.common--text--content h4,
.common--text--content h5,
.common--text--content h6 {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 120% !important;
  color: #1d1e23 !important; }
  @media (max-width: 767px) {
    /* line 333, theme.scss */
    .common--text--content h2,
    .common--text--content h3,
    .common--text--content h4,
    .common--text--content h5,
    .common--text--content h6 {
      font-size: 18 !important;
      line-height: 22px !important; } }

/* line 351, theme.scss */
.breadcrumb-wrapper {
  display: grid;
  -webkit-box-pack: var(--align);
  -ms-flex-pack: var(--align);
  justify-content: var(--align); }

/* line 358, theme.scss */
.breadcrumb-wrapper ul {
  margin: 0;
  padding: 0; }

/* line 363, theme.scss */
.breadcrumb-wrapper ul li {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #4f4f4f; }

/* line 372, theme.scss */
.breadcrumb-wrapper ul li a {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #4f4f4f; }

/* line 381, theme.scss */
.breadcrumb-item {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #4f4f4f; }

/* line 389, theme.scss */
.breadcrumb-wrapper ul > *:not(:last-child):after {
  content: "/";
  display: inline-block;
  vertical-align: top;
  margin: 0 12px; }

/* line 396, theme.scss */
.breadcrumb-wrapper--checkout {
  max-width: 1488px;
  padding: 24px 40px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    /* line 396, theme.scss */
    .breadcrumb-wrapper--checkout {
      padding: 24px calc(15px + 1rem) 0; } }

@media (max-width: 767px) {
  /* line 406, theme.scss */
  .co-section--checkout_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 36px; }
    /* line 434, theme.scss */
    .co-section--checkout_order .co-sidebar-wrapper .co-icon {
      display: none; } }

@media (max-width: 767px) {
  /* line 441, theme.scss */
  .co--kinds--main {
    display: none !important; } }

/* line 447, theme.scss */
.co--kinds--mobile {
  display: none !important; }
  /* line 450, theme.scss */
  .co--kinds--mobile .co-sidebar-toggler {
    display: none !important; }
  @media (max-width: 767px) {
    /* line 447, theme.scss */
    .co--kinds--mobile {
      display: block !important; } }

/* line 459, theme.scss */
.video-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }
  /* line 464, theme.scss */
  .video-icon img {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    max-width: 80px; }

/* line 471, theme.scss */
.product__price__sales-spb-new {
  position: relative;
  margin-left: 0 !important;
  background-color: #f3f3f3 !important;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 440px) {
    /* line 471, theme.scss */
    .product__price__sales-spb-new {
      position: relative;
      padding: 7px !important; } }
  /* line 498, theme.scss */
  .product__price__sales-spb-new .product__price__sales-spb-price {
    color: #b18869 !important;
    font-size: 36px;
    font-weight: 700; }
    @media (max-width: 440px) {
      /* line 498, theme.scss */
      .product__price__sales-spb-new .product__price__sales-spb-price {
        font-size: 18px;
        font-weight: 600; } }
  /* line 507, theme.scss */
  .product__price__sales-spb-new .product__price__sales-spb--bottom {
    margin-top: 20px; }
    @media (max-width: 440px) {
      /* line 507, theme.scss */
      .product__price__sales-spb-new .product__price__sales-spb--bottom {
        margin-top: 5px; } }
  /* line 513, theme.scss */
  .product__price__sales-spb-new .product__price__sales-spb--bottom span {
    color: #a5a5a5 !important;
    font-size: 16px;
    font-weight: 500; }
    @media (max-width: 440px) {
      /* line 513, theme.scss */
      .product__price__sales-spb-new .product__price__sales-spb--bottom span {
        font-size: 12px; } }
  /* line 522, theme.scss */
  .product__price__sales-spb-new .product__price__sales-spb__bonuses {
    padding: 4px 6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    cursor: pointer; }
    /* line 546, theme.scss */
    .product__price__sales-spb-new .product__price__sales-spb__bonuses span {
      font-family: "IBM Plex Sans";
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: 14px;
      color: #ab8a6d;
      white-space: nowrap;
      display: block; }
    @media screen and (max-width: 992px) {
      /* line 522, theme.scss */
      .product__price__sales-spb-new .product__price__sales-spb__bonuses {
        position: absolute;
        right: 0;
        top: -13px;
        border: 1px solid #f3f3f3; } }
  /* line 565, theme.scss */
  .product__price__sales-spb-new .product__price__sales-spb__tooltip {
    padding: 24px;
    margin: 0;
    position: absolute;
    left: 0;
    top: calc(15px + 100%);
    border: 1px solid #ab8a6d;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    /* line 585, theme.scss */
    .product__price__sales-spb-new .product__price__sales-spb__tooltip.is-shown {
      opacity: 1;
      visibility: visible; }
    /* line 590, theme.scss */
    .product__price__sales-spb-new .product__price__sales-spb__tooltip p {
      margin: 0; }

/* line 596, theme.scss */
.product__price__sales-spb-usl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 611, theme.scss */
  .product__price__sales-spb-usl .product__price__sales-spb__bonuses {
    padding: 4px 6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    cursor: pointer; }
    /* line 635, theme.scss */
    .product__price__sales-spb-usl .product__price__sales-spb__bonuses span {
      font-family: "IBM Plex Sans";
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: 14px;
      color: #ab8a6d;
      white-space: nowrap;
      display: block; }
    @media screen and (max-width: 992px) {
      /* line 611, theme.scss */
      .product__price__sales-spb-usl .product__price__sales-spb__bonuses {
        position: absolute;
        right: 0;
        top: -13px;
        border: 1px solid #f3f3f3; } }
  /* line 654, theme.scss */
  .product__price__sales-spb-usl .product__price__sales-spb__tooltip {
    padding: 24px;
    margin: 0;
    position: absolute;
    left: 0;
    top: calc(15px + 100%);
    border: 1px solid #ab8a6d;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    /* line 674, theme.scss */
    .product__price__sales-spb-usl .product__price__sales-spb__tooltip.is-shown {
      opacity: 1;
      visibility: visible; }
    /* line 679, theme.scss */
    .product__price__sales-spb-usl .product__price__sales-spb__tooltip p {
      margin: 0; }

/* line 686, theme.scss */
.product .product__price__sales-spb__wrapper {
  margin: 0 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  max-width: 272px;
  width: 100%; }
  @media (max-width: 767px) {
    /* line 686, theme.scss */
    .product .product__price__sales-spb__wrapper {
      margin: 0 15px 0 0;
      max-width: 180px; } }
/* line 704, theme.scss */
.product .product__price__sales-spb__bonuses__wrapper {
  position: relative;
  padding: 11px 12px;
  background: #f3f3f3;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
/* line 721, theme.scss */
.product .product__price__sales-spb__bonuses__title {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #000000; }
  /* line 729, theme.scss */
  .product .product__price__sales-spb__bonuses__title.is-lg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  /* line 734, theme.scss */
  .product .product__price__sales-spb__bonuses__title.is-sm {
    display: none; }
  @media (max-width: 767px) {
    /* line 738, theme.scss */
    .product .product__price__sales-spb__bonuses__title.is-lg {
      display: none; }
    /* line 741, theme.scss */
    .product .product__price__sales-spb__bonuses__title.is-sm {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }
/* line 748, theme.scss */
.product .product__price__sales-spb__bonuses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #ab8a6d;
  cursor: pointer; }
/* line 768, theme.scss */
.product .product__price__sales-spb__tooltip {
  padding: 24px;
  margin: 7px 0 0 0;
  position: absolute;
  left: 0;
  top: calc(15px + 100%);
  border: 1px solid #ab8a6d;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  z-index: 2;
  width: 555px;
  max-width: 555px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  /* line 789, theme.scss */
  .product .product__price__sales-spb__tooltip:after {
    content: "";
    position: absolute;
    left: calc(50% - 12px);
    top: -13px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #ab8a6d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1; }
  /* line 803, theme.scss */
  .product .product__price__sales-spb__tooltip:before {
    content: "";
    width: 50px;
    height: 26px;
    position: absolute;
    left: calc(50% - 20px);
    top: 0;
    background-color: #fff;
    z-index: 2; }
  /* line 814, theme.scss */
  .product .product__price__sales-spb__tooltip.is-shown {
    opacity: 1;
    visibility: visible; }
  /* line 819, theme.scss */
  .product .product__price__sales-spb__tooltip p {
    margin: 0; }
  @media (max-width: 1550px) {
    /* line 768, theme.scss */
    .product .product__price__sales-spb__tooltip {
      width: 320px;
      max-width: 320px; } }
  @media (max-width: 767px) {
    /* line 768, theme.scss */
    .product .product__price__sales-spb__tooltip {
      width: 100%;
      max-width: 100%; } }

/* line 835, theme.scss */
.product__price__sales-spb-new + .product__price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 11px !important; }
  /* line 842, theme.scss */
  .product__price__sales-spb-new + .product__price span {
    font-size: 24px;
    font-weight: 600; }
    @media (max-width: 440px) {
      /* line 842, theme.scss */
      .product__price__sales-spb-new + .product__price span {
        font-size: 12px; } }
  /* line 850, theme.scss */
  .product__price__sales-spb-new + .product__price .product__price-cur__sale {
    line-height: 36px !important;
    font-size: 20px; }
    @media (max-width: 440px) {
      /* line 850, theme.scss */
      .product__price__sales-spb-new + .product__price .product__price-cur__sale {
        font-size: 12px; } }
  /* line 857, theme.scss */
  .product__price__sales-spb-new + .product__price .product__price-old {
    font-size: 18px; }
    @media (max-width: 440px) {
      /* line 857, theme.scss */
      .product__price__sales-spb-new + .product__price .product__price-old {
        font-size: 12px; } }

/* line 865, theme.scss */
.product__price_notice {
  color: #a5a5a5;
  font-size: 16px; }
  @media (max-width: 440px) {
    /* line 865, theme.scss */
    .product__price_notice {
      font-size: 12px;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

/* line 875, theme.scss */
.catalog-product__price__sales-spb-new {
  margin-bottom: 10px;
  padding: 10px !important;
  margin-right: 0 !important; }
  /* line 879, theme.scss */
  .catalog-product__price__sales-spb-new .product__price__sales-spb-price {
    font-size: 18px;
    margin-bottom: 0; }
  /* line 885, theme.scss */
  .catalog-product__price__sales-spb-new .product__price__sales-spb--bottom span {
    font-size: 10px;
    padding-right: 5px; }
  /* line 891, theme.scss */
  .catalog-product__price__sales-spb-new .product__price__sales-spb--bottom {
    margin-top: 5px; }

/* line 898, theme.scss */
.product-preview__area-bottom-spb-price .product-preview__price span {
  font-size: 12px !important; }
/* line 902, theme.scss */
.product-preview__area-bottom-spb-price .product__price_notice {
  font-size: 10px; }
/* line 906, theme.scss */
.product-preview__area-bottom-spb-price .product-preview__price-range {
  font-size: 12px !important; }
/* line 910, theme.scss */
.product-preview__area-bottom-spb-price .product-preview__price {
  height: 56px;
  margin: 0 0 16px 0; }

/* line 916, theme.scss */
.product__price__sales-spb-usl {
  padding: 10px !important;
  margin: 0 0 0 0px;
  margin-left: 0 !important;
  background-color: #f3f3f3 !important;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 22px; }
  /* line 928, theme.scss */
  .product__price__sales-spb-usl .product__price__sales-spb-price {
    font-size: 17px;
    line-height: 100%;
    color: #b18869;
    font-weight: bold;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      /* line 928, theme.scss */
      .product__price__sales-spb-usl .product__price__sales-spb-price {
        font-size: 14px; } }
  /* line 940, theme.scss */
  .product__price__sales-spb-usl .product__price__sales-spb-price-hidden svg {
    fill: #b18869;
    width: 15px; }
  /* line 944, theme.scss */
  .product__price__sales-spb-usl .product__price__sales-spb--bottom {
    font-size: 10px;
    color: #a5a5a5 !important; }
  /* line 949, theme.scss */
  .product__price__sales-spb-usl .product-preview__price {
    height: 56px;
    margin: 0 0 16px 0; }
