@charset "UTF-8";
/* 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, #2D2D2D);
  --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, #434343);
  --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, #585858);
  --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, #969696);
  --color-btn-bg-half-shade-is-dark: var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text: var(--draft-color-accent-text, #B0B0B1);
  --color-accent-text-is-light: var(--draft-color-accent-text-is-light, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #adadae);
  --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, #aaaaab);
  --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, #87878a);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --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, insales-default);
  --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, Manrope);
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Montserrat);
  --heading-ratio: var(--draft-heading-ratio, 1.25);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 12);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --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, false);
  --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, true);
  --compare_enabled: var(--draft-compare_enabled, false);
  --body_blind_geo: var(--draft-body_blind_geo, true);
  --currency_converter: var(--draft-currency_converter, true);
  --currency_load: var(--draft-currency_load, true);
  --currency_load_frequency: var(--draft-currency_load_frequency, session);
  --currency_round: var(--draft-currency_round, 1);
  --currency_math: var(--draft-currency_math, round);
  --currency_cut_zero: var(--draft-currency_cut_zero, true);
  --currency_change_zero: var(--draft-currency_change_zero, false);
  --currency_hide: var(--draft-currency_hide, true);
  --currency_async: var(--draft-currency_async, false);
  --currency_range_symbols: var(--draft-currency_range_symbols, both);
  --currency_range_format: var(--draft-currency_range_format, from_to_rest);
  --currency_range_remove_duplicates: var(--draft-currency_range_remove_duplicates, false);
  --currency_change: var(--draft-currency_change, true);
  --currency_all: var(--draft-currency_all, false);
  --currency_history: var(--draft-currency_history, false); }

/* line 3, product_preview.scss */
.product_preview-block__photo {
  margin: 0 0 26px 0;
  position: relative; }
  /* line 7, product_preview.scss */
  .product_preview-block__photo .image-1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  /* line 14, product_preview.scss */
  .product_preview-block__photo .image-2 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  /* line 21, product_preview.scss */
  .product_preview-block__photo .img-ratio {
    padding-top: 119%; }
/* line 26, product_preview.scss */
.product_preview-block__price-cur {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text); }
  /* line 31, product_preview.scss */
  .product_preview-block__price-cur.with_old {
    color: var(--sale-color); }
  @media screen and (max-width: 767px) {
    /* line 26, product_preview.scss */
    .product_preview-block__price-cur {
      font-size: calc(.81875rem + .44355vw); } }
/* line 40, product_preview.scss */
.product_preview-block__type {
  margin: 0 0 10px 0;
  font-size: 0.8125rem;
  color: var(--preview-notes);
  display: block; }
/* line 47, product_preview.scss */
.product_preview-block__title {
  margin: 0 0 2px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -moz-box-ordinal-group: 2;
  /* Firefox */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color-text);
  line-height: 19px;
  height: 38px;
  overflow: hidden; }
/* line 63, product_preview.scss */
.product_preview-block__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% - 6px - 34px) 6px 34px;
  grid-template-columns: calc(100% - 6px - 34px) 34px;
  grid-gap: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 767px) {
    /* line 63, product_preview.scss */
    .product_preview-block__bottom {
      display: none; } }
/* line 81, product_preview.scss */
.product_preview-block__old-price {
  font-size: 11px;
  line-height: 1.5;
  color: var(--old-price-note); }
  /* line 86, product_preview.scss */
  .product_preview-block__old-price__value {
    text-decoration: line-through; }
  /* line 90, product_preview.scss */
  .product_preview-block__old-price__percents {
    color: var(--sale-color);
    font-weight: 700; }
/* line 96, product_preview.scss */
.product_preview-block__variants {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 109, product_preview.scss */
  .product_preview-block__variants__item {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--color-text);
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    /* line 118, product_preview.scss */
    .product_preview-block__variants__item.not-in-stock {
      color: rgba(0, 0, 0, 0.5);
      text-decoration: line-through; }
/* line 125, product_preview.scss */
.product_preview-block__bttn {
  padding: 0;
  margin: 0;
  width: 34px;
  height: 34px;
  background-color: transparent;
  cursor: pointer;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  outline: none; }
  /* line 145, product_preview.scss */
  .product_preview-block__bttn svg {
    width: 100%;
    height: 100%; }
/* line 151, product_preview.scss */
.product_preview-block__form-wrapper {
  display: none; }
/* line 155, product_preview.scss */
.product_preview-block .stickers {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 30px;
  font-size: 0;
  width: calc(100% - 2rem); }
/* line 165, product_preview.scss */
.product_preview-block .sticker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  line-height: 30px;
  font-size: 10px;
  font-weight: 600;
  padding: 0 10px;
  -webkit-border-radius: var(--controls-btn-border-radius);
  border-radius: var(--controls-btn-border-radius);
  height: 30px;
  text-transform: uppercase;
  border: 1px solid transparent; }
  /* line 181, product_preview.scss */
  .product_preview-block .sticker.sticker-sale {
    border-color: var(--sale-color);
    color: var(--sale-color);
    background: transparent; }
  @media screen and (max-width: 767px) {
    /* line 165, product_preview.scss */
    .product_preview-block .sticker {
      font-size: calc(0.75 * var(--sticker-font-size, 0.875rem)); } }
  /* line 191, product_preview.scss */
  .product_preview-block .sticker:empty {
    display: none; }
  /* line 195, product_preview.scss */
  .product_preview-block .sticker:last-child {
    margin-right: 0; }

/* line 203, product_preview.scss */
.product_preview-block:hover .image-1 {
  opacity: 0;
  visibility: hidden; }
/* line 207, product_preview.scss */
.product_preview-block:hover .image-2 {
  opacity: 1;
  visibility: visible; }
/* line 211, product_preview.scss */
.product_preview-block:hover .product_preview-block__bottom {
  opacity: 1;
  visibility: visible; }

/* line 218, product_preview.scss */
.product-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: var(--zindex-modal);
  overflow: hidden;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden; }
  /* line 235, product_preview.scss */
  .product-popup.is-shown {
    opacity: 1;
    visibility: visible; }
  /* line 240, product_preview.scss */
  .product-popup__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2; }
  /* line 250, product_preview.scss */
  .product-popup__form-wrapper {
    position: relative;
    margin: 0 0 0 auto;
    max-width: 380px;
    min-height: 100vh;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    background-color: #fff;
    z-index: 3; }
  /* line 267, product_preview.scss */
  .product-popup__head {
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100% - 12px - 24px) 12px 24px;
    grid-template-columns: calc(100% - 12px - 24px) 24px;
    grid-gap: 12px; }
  /* line 276, product_preview.scss */
  .product-popup__content {
    padding: 0 20px; }
  /* line 280, product_preview.scss */
  .product-popup__close {
    width: 24px;
    height: 24px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
    border: none;
    outline: none;
    cursor: pointer; }
  /* line 303, product_preview.scss */
  .product-popup__title {
    font-weight: 500;
    margin: 0;
    font-size: 1rem; }

/* line 313, product_preview.scss */
.product-popup__form__variants .option-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
/* line 326, product_preview.scss */
.product-popup__form__variants .option.option-cvet {
  display: none; }
/* line 330, product_preview.scss */
.product-popup__form__variants .option-label {
  margin: 0 0 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--preview-notes);
  font-size: 14px;
  line-height: 21px; }
/* line 340, product_preview.scss */
.product-popup__form__variants .option-value {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-text);
  font-weight: 500;
  font-size: 0.8125rem;
  cursor: pointer; }
  /* line 361, product_preview.scss */
  .product-popup__form__variants .option-value input {
    display: none; }
  /* line 365, product_preview.scss */
  .product-popup__form__variants .option-value.is-active {
    border: 3px solid var(--color-text); }
  /* line 369, product_preview.scss */
  .product-popup__form__variants .option-value.is-disabled {
    opacity: 0.3; }

/* line 376, product_preview.scss */
.product-popup__form__photo {
  margin: 0 0 30px 0; }
/* line 380, product_preview.scss */
.product-popup__form__title {
  margin: 0 0 10px 0;
  color: var(--color-text);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
/* line 391, product_preview.scss */
.product-popup__form__variants {
  margin: 0 0 10px 0; }
/* line 395, product_preview.scss */
.product-popup__form__price {
  margin: 0 0 10px 0; }
/* line 399, product_preview.scss */
.product-popup__form__price-cur, .product-popup__form__price-old {
  font-size: 13px;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    /* line 399, product_preview.scss */
    .product-popup__form__price-cur, .product-popup__form__price-old {
      font-size: calc(.81875rem + .44355vw); } }
/* line 409, product_preview.scss */
.product-popup__form__price-old {
  text-decoration: line-through;
  color: var(--old-price-note); }
/* line 414, product_preview.scss */
.product-popup__form__counter {
  margin: 0 0 30px 0; }
  /* line 417, product_preview.scss */
  .product-popup__form__counter__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px 0 calc(100% - 80px) 0 40px;
    grid-template-columns: 40px calc(100% - 80px) 40px;
    grid-gap: 0;
    border: 1px solid var(--color-text); }
  /* line 426, product_preview.scss */
  .product-popup__form__counter__bttn {
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 442, product_preview.scss */
  .product-popup__form__counter__field {
    height: 40px;
    text-align: center;
    border: none;
    outline: none;
    border-right: 1px solid var(--color-text);
    border-left: 1px solid var(--color-text); }
/* line 452, product_preview.scss */
.product-popup__form__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
/* line 462, product_preview.scss */
.product-popup__form__button {
  width: 100%;
  height: 60px;
  background: transparent;
  color: var(--color-text);
  border: 1px solid var(--color-btn-bg); }
  /* line 469, product_preview.scss */
  .product-popup__form__button:hover {
    background: var(--color-btn-bg);
    color: var(--color-btn-color); }
/* line 475, product_preview.scss */
.product-popup__form__not-avail {
  height: 60px;
  border: 1px solid var(--is-not-stock);
  color: var(--is-not-stock);
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
/* line 498, product_preview.scss */
.product-popup__form .product-popup__form__controls .product__choose-variant {
  display: none; }
/* line 501, product_preview.scss */
.product-popup__form .product-popup__form__controls .product-popup__form__add-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
/* line 509, product_preview.scss */
.product-popup__form .product-popup__form__controls.isnot-inited .product__choose-variant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: no-drop; }
/* line 515, product_preview.scss */
.product-popup__form .product-popup__form__controls.isnot-inited .product-popup__form__add-btn {
  display: none; }

/* line 522, product_preview.scss */
.product_preview-block .favorites_btn,
.product_preview-block .favorites_btn:hover {
  position: absolute;
  z-index: 1;
  right: 0.25rem;
  top: 0.25rem;
  font-size: 1.25rem;
  background: transparent;
  color: var(--color-text);
  outline: none;
  padding: 0;
  border: 0;
  height: 32px;
  width: 32px;
  z-index: 2; }
  /* line 538, product_preview.scss */
  .product_preview-block .favorites_btn .icon-favorites-f,
  .product_preview-block .favorites_btn:hover .icon-favorites-f {
    display: none; }
  /* line 541, product_preview.scss */
  .product_preview-block .favorites_btn .btn-icon,
  .product_preview-block .favorites_btn:hover .btn-icon {
    z-index: 2;
    font-weight: bold; }
/* line 547, product_preview.scss */
.product_preview-block .favorites_btn.favorites-added {
  color: var(--color-btn-bg); }
  /* line 549, product_preview.scss */
  .product_preview-block .favorites_btn.favorites-added .icon-favorites-f {
    display: block; }
  /* line 552, product_preview.scss */
  .product_preview-block .favorites_btn.favorites-added .icon-favorites-o {
    display: none; }

/* line 559, product_preview.scss */
.product-popup__area-not-available {
  display: none; }

/* line 564, product_preview.scss */
.product-popup__form.not-available .product-popup__form__add-btn {
  display: none; }
/* line 567, product_preview.scss */
.product-popup__form.not-available .product-popup__area-not-available {
  display: block; }

/* line 573, product_preview.scss */
.product-popup__form.show-preorder-buttons.not-available .product-popup__area-not-available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
/* line 578, product_preview.scss */
.product-popup__form.show-preorder-buttons.not-available .product-popup__form__add-btn {
  display: none; }

/* line 584, product_preview.scss */
.product-popup__form.is-zero-product-wrapper .product-popup__form__price, .product-popup__form.is-zero-product-wrapper .product-popup__form__variants, .product-popup__form.is-zero-product-wrapper .product-popup__form__counter, .product-popup__form.is-zero-product-wrapper .product-popup__form__add-btn {
  display: none; }
/* line 587, product_preview.scss */
.product-popup__form.is-zero-product-wrapper .product-popup__area-not-available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 594, product_preview.scss */
.product_preview__horizon {
  min-width: 1200px;
  width: 100%; }
  /* line 598, product_preview.scss */
  .product_preview__horizon-item {
    max-width: 100%;
    overflow: auto; }
  /* line 602, product_preview.scss */
  .product_preview__horizon__head {
    background: #eaeaea; }
  /* line 606, product_preview.scss */
  .product_preview__horizon__image {
    width: 100%;
    max-width: 100%; }
    /* line 610, product_preview.scss */
    .product_preview__horizon__image a, .product_preview__horizon__image pciture, .product_preview__horizon__image img {
      width: 100%;
      max-width: 100%; }
  /* line 616, product_preview.scss */
  .product_preview__horizon__title {
    margin: 12px 0;
    font-size: 16px; }
  /* line 621, product_preview.scss */
  .product_preview__horizon__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20% 0 80%;
    grid-template-columns: 20% 80%;
    grid-gap: 0; }
  /* line 629, product_preview.scss */
  .product_preview__horizon__form-block {
    background-color: var(--shadow-border);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px; }
  /* line 645, product_preview.scss */
  .product_preview__horizon__image picture, .product_preview__horizon__image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  /* line 655, product_preview.scss */
  .product_preview__horizon__info {
    display: -ms-grid;
    display: grid;
    display: grid;
    -ms-grid-columns: 10% 0 10% 0 10% 0 10% 0 10% 0 10% 0 10% 0 30%;
    grid-template-columns: repeat(7, 10%) 30%;
    grid-gap: 0; }
    /* line 663, product_preview.scss */
    .product_preview__horizon__info__item {
      width: 100%;
      height: 100%;
      padding: 2px;
      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;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 12px;
      line-height: 120%;
      text-align: center; }
  /* line 687, product_preview.scss */
  .product_preview__horizon__counter__wrapper {
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30px 0 40px 0 30px;
    grid-template-columns: 30px 40px 30px;
    grid-gap: 0; }
  /* line 695, product_preview.scss */
  .product_preview__horizon__counter__bttn {
    width: 30px;
    height: 30px;
    background-color: var(--bg);
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid var(--color-text);
    outline: none; }
  /* line 716, product_preview.scss */
  .product_preview__horizon__counter__field {
    width: 40px;
    height: 30px;
    text-align: center;
    border: none;
    outline: none;
    border-top: 1px solid var(--color-text);
    border-bottom: 1px solid var(--color-text); }
  /* line 728, product_preview.scss */
  .product_preview__horizon__button {
    font-size: 14px;
    height: 30px; }

/* line 1, page404.scss */
.page-404 {
  position: relative; }
  /* line 4, page404.scss */
  .page-404__banner {
    width: 100%;
    z-index: 1; }
    /* line 8, page404.scss */
    .page-404__banner picture, .page-404__banner img {
      width: 100%;
      max-width: 100%; }
  /* line 14, page404.scss */
  .page-404__text {
    padding: 0 var(--layout-side-padding);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    z-index: 2;
    text-align: center; }
  /* line 39, page404.scss */
  .page-404__title {
    -webkit-text-stroke: 1px #000;
    color: transparent;
    font-size: clamp(150px, calc(6.25rem + (1vw - 4px)*25), 480px);
    line-height: .7;
    font-weight: 800; }
  /* line 47, page404.scss */
  .page-404__subtitle {
    margin: 0 0 20px 0;
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    font-size: clamp(1.5rem, calc(1.4773rem + .0909vw), 1.5625rem); }
  /* line 56, page404.scss */
  .page-404__description {
    margin: 0 0 40px 0;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: clamp(0.875rem, calc(.8295rem + .1818vw), 1rem);
    max-width: 100%;
    width: 572px; }

@font-face {
  font-family: "Futura";
  src: url("FuturaPTBook.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Futura cond";
  src: url("FuturaPTCondBook.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Futura";
  src: url("FuturaPTBold.otf") format("opentype");
  font-weight: normal;
  font-style: 700; }
@font-face {
  font-family: "Futura cond";
  src: url("FuturaPTCondBold.otf") format("opentype");
  font-weight: normal;
  font-style: 700; }
@font-face {
  font-family: "Futura";
  src: url("FuturaPTMedium.otf") format("opentype");
  font-weight: normal;
  font-style: 500; }
@font-face {
  font-family: "Futura cond";
  src: url("FuturaPTCondMedium.otf") format("opentype");
  font-weight: normal;
  font-style: 500; }
@font-face {
  font-family: "Futura";
  src: url("FuturaPTLight.otf") format("opentype");
  font-weight: normal;
  font-style: 300; }
@font-face {
  font-family: "Futura";
  src: url("FuturaPTExtraBold.otf") format("opentype");
  font-weight: normal;
  font-style: 800; }
@font-face {
  font-family: "Futura cond";
  src: url("FuturaPTCondExtraBold.otf") format("opentype");
  font-weight: normal;
  font-style: 800; }
/* line 7, theme.scss */
:root body {
  --sale-color: #ef2f2f;
  --preview-notes: #6b6b6b;
  --old-price-note: #535353;
  --is-not-stock: #aaa;
  --light-border: #dadada;
  --shadow-border: #f4f4f4;
  --form-input-border: #ced4da;
  --form-label-color: #272727;
  --menu-border: #ececec;
  --font-family-heading: "Futura";
  --color-form-controls-color: #272727; }

/* line 22, theme.scss */
.js-body-load-geo {
  visibility: hidden; }

/* line 25, theme.scss */
.body-blind {
  border: 1px solid green;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 99999; }

/* line 50, theme.scss */
.hidden {
  display: none; }

/* line 54, theme.scss */
.visible {
  display: block; }

/* line 58, theme.scss */
#jivo-iframe-container jdiv {
  z-index: 900; }

/* line 62, theme.scss */
header {
  position: sticky;
  top: 0;
  z-index: var(--zindex-sticky); }

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

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

/* line 76, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 81, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 84, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 87, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* Акция */
/* line 94, theme.scss */
.prodcut-action-participant-wrapper {
  display: block;
  width: 100%;
  text-align: center; }
  /* line 98, theme.scss */
  .prodcut-action-participant-wrapper > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

/* line 107, theme.scss */
.prodcut-action-participant {
  margin: 5px 0;
  text-align: center;
  color: #ff0000;
  font-size: 12px;
  font-weight: 450;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 120%; }
  /* line 122, theme.scss */
  .prodcut-action-participant span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ff0000;
    color: #ff0000;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 4px; }
    /* line 134, theme.scss */
    .prodcut-action-participant span i {
      color: #ff0000; }

/* line 139, theme.scss */
div[data-tippy-root] {
  z-index: 9999999999 !important; }

/* line 142, theme.scss */
.message-cart_action {
  font-weight: bold;
  color: red;
  text-align: center;
  margin-bottom: 5px; }

/* END Акция */
/* line 151, theme.scss */
.card-bottom-promo {
  font-size: 11px;
  margin-bottom: 10px; }

/* line 156, theme.scss */
.co-order-information {
  width: 100%; }
  /* line 158, theme.scss */
  .co-order-information p {
    margin: 1rem 0; }
  /* line 161, theme.scss */
  .co-order-information img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
