/* 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, #181D19);
  --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, #2c352e);
  --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, #414e44);
  --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, #829786);
  --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, #181D19);
  --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, #2c352e);
  --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, #414e44);
  --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, #829786);
  --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, #181D19);
  --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, #2c352e);
  --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, #414e44);
  --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, #829786);
  --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, thin);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning:var(--draft-color-notice-warning, #F7F2EF);
  --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, #f2e9e4);
  --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, #ebdfd7);
  --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, #a16e51);
  --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, #F7F2EF);
  --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, #f2e9e4);
  --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, #ebdfd7);
  --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, #a16e51);
  --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, #C25151);
  --color-notice-error-is-dark:var(--draft-color-notice-error-is-dark, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #c96666);
  --color-notice-error-minor-shade-is-dark:var(--draft-color-notice-error-minor-shade-is-dark, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #d07a7a);
  --color-notice-error-major-shade-is-dark:var(--draft-color-notice-error-major-shade-is-dark, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #e6b7b7);
  --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, #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, 'space mono');
  --font-size:var(--draft-font-size, 12px);
  --font-family-heading:var(--draft-font-family-heading, 'space mono');
  --heading-ratio:var(--draft-heading-ratio, 1.3);
  --heading-weight:var(--draft-heading-weight, 900);
  --collection_count:var(--draft-collection_count, 10);
  --search_count:var(--draft-search_count, 10);
  --blog_size:var(--draft-blog_size, 6);
  --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, 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, 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, true); }

/* line 2, product_preview.scss */
.product_preview-block {
  position: relative; }
  @media screen and (max-width: 768px) {
    /* line 5, product_preview.scss */
    .product_preview-block.product_preview-block_desktop {
      display: none; } }
  /* line 10, product_preview.scss */
  .product_preview-block.product_preview-block_mobile {
    display: none; }
    @media screen and (max-width: 768px) {
      /* line 10, product_preview.scss */
      .product_preview-block.product_preview-block_mobile {
        display: block; } }
  /* line 17, product_preview.scss */
  .product_preview-block__sale-block {
    margin: 12px 0;
    color: #ef2d2d;
    display: none; }
    /* line 22, product_preview.scss */
    .product_preview-block__sale-block.is-shown {
      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; }
  /* line 39, product_preview.scss */
  .product_preview-block__stock {
    padding: 3px 6px;
    z-index: 2;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    color: #b65e2c;
    font-weight: bold;
    width: 100%; }
    /* line 60, product_preview.scss */
    .product_preview-block__stock__item {
      position: relative;
      font-size: 14px;
      color: #b65e2c;
      font-weight: bold; }
      /* line 66, product_preview.scss */
      .product_preview-block__stock__item:after {
        content: '/';
        position: absolute;
        left: calc(100% + 3px);
        top: 0;
        display: none; }
      /* line 74, product_preview.scss */
      .product_preview-block__stock__item:last-child:after {
        display: none; }
  /* line 82, product_preview.scss */
  .product_preview-block__photo {
    position: relative;
    margin: 0 0 26px 0; }
    /* line 86, product_preview.scss */
    .product_preview-block__photo .image-1 {
      opacity: 1;
      visibility: visible;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    /* line 93, product_preview.scss */
    .product_preview-block__photo .image-2 {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    /* line 100, product_preview.scss */
    .product_preview-block__photo .img-ratio {
      padding-top: calc(100% /(var(--img-ratio, 1))); }
      @media screen and (max-width: 768px) {
        /* line 100, product_preview.scss */
        .product_preview-block__photo .img-ratio {
          padding-top: calc(100% /(var(--img-ratio-m, 1))); } }
  /* line 108, product_preview.scss */
  .product_preview-block__price-old {
    color: #000;
    text-decoration: line-through;
    margin-right: 10px; }
  /* line 114, product_preview.scss */
  .product_preview-block__price-cur {
    font-size: 12px;
    font-weight: 400;
    color: var(--color-text); }
    /* line 119, product_preview.scss */
    .product_preview-block__price-cur.with_old {
      color: var(--sale-color); }
  /* line 124, product_preview.scss */
  .product_preview-block__type {
    margin: 0 0 10px 0;
    font-size: .8125rem;
    color: var(--preview-notes);
    display: block; }
  /* line 131, product_preview.scss */
  .product_preview-block__title {
    margin: 0 0 1px 0;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    color: var(--color-text); }
  /* line 147, product_preview.scss */
  .product_preview-block__brand {
    text-align: center;
    font-size: 10px;
    opacity: 0.4;
    font-weight: 300;
    padding-bottom: 9px; }
  /* line 155, product_preview.scss */
  .product_preview-block__bottom {
    display: block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-align: center; }
  /* line 163, product_preview.scss */
  .product_preview-block__old-price {
    font-size: 11px;
    line-height: 1.5;
    color: var(--old-price-note); }
    /* line 168, product_preview.scss */
    .product_preview-block__old-price__value {
      text-decoration: line-through; }
    /* line 172, product_preview.scss */
    .product_preview-block__old-price__percents {
      color: var(--sale-color);
      font-weight: 700; }
  /* line 178, 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 191, 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 200, product_preview.scss */
      .product_preview-block__variants__item.not-in-stock {
        color: rgba(0, 0, 0, 0.5);
        text-decoration: line-through; }
  /* line 207, product_preview.scss */
  .product_preview-block__bttn {
    border-radius: 0.8rem;
    width: 40px;
    height: 40px;
    display: block;
    background: #000;
    cursor: pointer;
    border: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100000;
    transition: all .4s ease;
    color: #fff; }
    @media screen and (min-width: 769px) {
      /* line 207, product_preview.scss */
      .product_preview-block__bttn {
        opacity: 0; } }
    /* line 225, product_preview.scss */
    .product_preview-block__bttn:before {
      content: "";
      position: absolute;
      inset-block-start: 0;
      inset-block-end: auto;
      inset-inline: 0;
      display: block;
      height: 150%;
      background-color: rgba(255, 255, 255, 0.15);
      transform: translateY(100%);
      transition: transform 0.4s cubic-bezier(0.45, 1.45, 0.8, 1); }
      /* line 236, product_preview.scss */
      .product_preview-block__bttn:before svg {
        color: #fff; }
    /* line 240, product_preview.scss */
    .product_preview-block__bttn:hover:before {
      transform: translateY(0); }
  /* line 247, product_preview.scss */
  .product_preview-block__form-wrapper {
    display: none; }
  /* line 251, product_preview.scss */
  .product_preview-block .favorites_btn,
  .product_preview-block .favorites_btn:hover {
    position: absolute;
    z-index: 20;
    right: 10px;
    top: 10px;
    background: transparent;
    color: #000;
    outline: none;
    padding: 0;
    border: 0;
    height: 18px;
    width: 18px; }
    /* line 266, product_preview.scss */
    .product_preview-block .favorites_btn .icon-favorites-f,
    .product_preview-block .favorites_btn:hover .icon-favorites-f {
      display: none; }
    /* line 269, product_preview.scss */
    .product_preview-block .favorites_btn .btn-icon,
    .product_preview-block .favorites_btn:hover .btn-icon {
      z-index: 2; }
      /* line 271, product_preview.scss */
      .product_preview-block .favorites_btn .btn-icon:before,
      .product_preview-block .favorites_btn:hover .btn-icon:before {
        display: none; }
  /* line 278, product_preview.scss */
  .product_preview-block .favorites_btn.favorites-added .icon-favorites-f {
    display: block; }
  /* line 281, product_preview.scss */
  .product_preview-block .favorites_btn.favorites-added .icon-favorites-o {
    display: none; }
  /* line 286, product_preview.scss */
  .product_preview-block .stickers {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    line-height: 1;
    font-size: 0; }
  /* line 294, 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: 1;
    padding: 3px 6px;
    font-size: 10px;
    text-transform: uppercase;
    background: none !important;
    color: #000 !important;
    -webkit-border-radius: var(--controls-btn-border-radius);
    border-radius: var(--controls-btn-border-radius); }
  /* line 317, product_preview.scss */
  .product_preview-block .product-card__photo {
    position: relative; }
    /* line 320, product_preview.scss */
    .product_preview-block .product-card__photo .product-card__photo__controls {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      z-index: 2; }
      @media screen and (max-width: 768px) {
        /* line 320, product_preview.scss */
        .product_preview-block .product-card__photo .product-card__photo__controls {
          display: none; } }
      /* line 338, product_preview.scss */
      .product_preview-block .product-card__photo .product-card__photo__controls__item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
    /* line 345, product_preview.scss */
    .product_preview-block .product-card__photo .swiper-slide {
      width: 100%;
      height: 100%;
      background-color: transparent; }
    /* line 351, product_preview.scss */
    .product_preview-block .product-card__photo .swiper-pagination {
      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: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 0;
      max-width: 100%;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding-left: 5%;
      padding-right: 5%; }
      /* line 369, product_preview.scss */
      .product_preview-block .product-card__photo .swiper-pagination-bullet {
        background: #d6dbe0;
        opacity: 1; }
        /* line 377, product_preview.scss */
        .product_preview-block .product-card__photo .swiper-pagination-bullet-active {
          background: #000; }
  /* line 392, product_preview.scss */
  .product_preview-block .swiper__arrows {
    display: none; }
    @media screen and (max-width: 768px) {
      /* line 392, product_preview.scss */
      .product_preview-block .swiper__arrows {
        display: block; } }
  /* line 398, product_preview.scss */
  .product_preview-block .swiper-button {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7); }
    /* line 404, product_preview.scss */
    .product_preview-block .swiper-button:after {
      display: none; }
  /* line 408, product_preview.scss */
  .product_preview-block .swiper-button-disabled {
    display: none; }
  /* line 411, product_preview.scss */
  .product_preview-block .icon-arrow-left:before, .product_preview-block .icon-arrow-right:before {
    display: none; }
  /* line 416, product_preview.scss */
  .product_preview-block .swiper-pagination .swiper-pagination-bullet {
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 32px;
    height: 2px;
    opacity: 0.5;
    background: #D9D9D9; }
    /* line 423, product_preview.scss */
    .product_preview-block .swiper-pagination .swiper-pagination-bullet-active {
      opacity: 1;
      background: #000;
      width: 61px; }
  /* line 430, product_preview.scss */
  .product_preview-block .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0; }

/* line 444, product_preview.scss */
.product_preview-block:hover .image-1 {
  opacity: 0;
  visibility: hidden; }
/* line 448, product_preview.scss */
.product_preview-block:hover .image-2 {
  opacity: 1;
  visibility: visible; }

/* line 456, product_preview.scss */
.product-popup, .vision-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: var(--zindex-modal);
  overflow: hidden;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden; }
  /* line 473, product_preview.scss */
  .product-popup.is-shown, .vision-popup.is-shown {
    opacity: 1;
    visibility: visible; }
  /* line 478, product_preview.scss */
  .product-popup .splide, .vision-popup .splide {
    visibility: visible; }
  /* line 481, product_preview.scss */
  .product-popup .product__gallery-main, .vision-popup .product__gallery-main {
    position: relative;
    cursor: pointer; }
  /* line 485, product_preview.scss */
  .product-popup .img-ratio.img-fit img, .vision-popup .img-ratio.img-fit img {
    -o-object-fit: cover;
    object-fit: cover; }
  /* line 489, product_preview.scss */
  .product-popup .img-ratio, .vision-popup .img-ratio {
    padding-top: 140%; }
  /* line 493, product_preview.scss */
  .product-popup__overlay, .vision-popup__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2; }
  /* line 503, product_preview.scss */
  .product-popup__form-wrapper, .vision-popup__form-wrapper {
    position: relative;
    margin: 0 0 0 auto;
    max-width: 400px;
    min-height: 100vh;
    max-height: 100vh;
    overflow: auto;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    background-color: #fff;
    z-index: 3; }
    @media screen and (max-width: 768px) {
      /* line 503, product_preview.scss */
      .product-popup__form-wrapper, .vision-popup__form-wrapper {
        max-width: 100%;
        margin: 0; } }
  /* line 524, product_preview.scss */
  .product-popup__head, .vision-popup__head {
    padding: 50px 16px 16px;
    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 533, product_preview.scss */
  .product-popup__content, .vision-popup__content {
    padding: 0 16px; }
  /* line 538, product_preview.scss */
  .product-popup__close, .vision-popup__close {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 22px;
    right: 16px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    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; }
    /* line 565, product_preview.scss */
    .product-popup__close .icon, .vision-popup__close .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    /* line 571, product_preview.scss */
    .product-popup__close svg, .vision-popup__close svg {
      width: 16px;
      height: 16px; }
  /* line 577, product_preview.scss */
  .product-popup__title, .vision-popup__title {
    font-weight: 400;
    margin: 0;
    font-size: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #F3F3F3; }

/* line 589, product_preview.scss */
.product-popup__form__variants, .vision-popup__form__variants {
  padding-top: 12px; }
  /* line 592, product_preview.scss */
  .product-popup__form__variants.only_hide_input, .vision-popup__form__variants.only_hide_input {
    padding: 0;
    margin: 0; }
  /* line 596, product_preview.scss */
  .product-popup__form__variants .option-values, .vision-popup__form__variants .option-values {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    width: 100%;
    font-size: 12px;
    font-weight: 300; }
  /* line 605, product_preview.scss */
  .product-popup__form__variants .option, .vision-popup__form__variants .option {
    padding-bottom: 12px; }
  /* line 612, product_preview.scss */
  .product-popup__form__variants .option-label, .vision-popup__form__variants .option-label {
    padding: 0 0 12px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #000; }
  /* line 620, product_preview.scss */
  .product-popup__form__variants .option-value, .vision-popup__form__variants .option-value {
    transition: var(--btn-transition); }
    /* line 622, product_preview.scss */
    .product-popup__form__variants .option-value.is-radio, .product-popup__form__variants .option-value.is-span, .vision-popup__form__variants .option-value.is-radio, .vision-popup__form__variants .option-value.is-span {
      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;
      height: 39px;
      border: 1px solid #000;
      font-weight: 300;
      font-size: 12px;
      text-transform: uppercase;
      cursor: pointer; }
      /* line 645, product_preview.scss */
      .product-popup__form__variants .option-value.is-radio:hover, .product-popup__form__variants .option-value.is-span:hover, .vision-popup__form__variants .option-value.is-radio:hover, .vision-popup__form__variants .option-value.is-span:hover {
        border: 1px solid var(--color-btn-bg);
        background: transparent;
        color: var(--color-btn-bg); }
        /* line 649, product_preview.scss */
        .product-popup__form__variants .option-value.is-radio:hover > span, .product-popup__form__variants .option-value.is-radio:hover.is-span, .product-popup__form__variants .option-value.is-span:hover > span, .product-popup__form__variants .option-value.is-span:hover.is-span, .vision-popup__form__variants .option-value.is-radio:hover > span, .vision-popup__form__variants .option-value.is-radio:hover.is-span, .vision-popup__form__variants .option-value.is-span:hover > span, .vision-popup__form__variants .option-value.is-span:hover.is-span {
          color: #000; }
      /* line 655, product_preview.scss */
      .product-popup__form__variants .option-value.is-radio.is-active, .product-popup__form__variants .option-value.is-span.is-active, .vision-popup__form__variants .option-value.is-radio.is-active, .vision-popup__form__variants .option-value.is-span.is-active {
        cursor: default;
        border: 1px solid var(--color-btn-bg);
        background: var(--color-btn-bg);
        color: var(--color-btn-color); }
        /* line 661, product_preview.scss */
        .product-popup__form__variants .option-value.is-radio.is-active span, .product-popup__form__variants .option-value.is-span.is-active span, .vision-popup__form__variants .option-value.is-radio.is-active span, .vision-popup__form__variants .option-value.is-span.is-active span {
          color: var(--color-btn-color); }
      /* line 666, product_preview.scss */
      .product-popup__form__variants .option-value.is-radio.is-disabled, .product-popup__form__variants .option-value.is-span.is-disabled, .vision-popup__form__variants .option-value.is-radio.is-disabled, .vision-popup__form__variants .option-value.is-span.is-disabled {
        position: relative;
        background: transparent;
        border: 1px solid #f0f0f0; }
        /* line 673, product_preview.scss */
        .product-popup__form__variants .option-value.is-radio.is-disabled:after, .product-popup__form__variants .option-value.is-span.is-disabled:after, .vision-popup__form__variants .option-value.is-radio.is-disabled:after, .vision-popup__form__variants .option-value.is-span.is-disabled:after {
          content: "";
          background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(0.48, transparent), color-stop(0.5, #000), color-stop(0.52, transparent), color-stop(1, transparent));
          background-image: -webkit-repeating-linear-gradient(top left, transparent, transparent 48%, var(--color-text) 50%, transparent 52%, transparent);
          background-image: -o-repeating-linear-gradient(top left, transparent, transparent 48%, var(--color-text) 50%, transparent 52%, transparent);
          background-image: repeating-linear-gradient(to bottom right, transparent, transparent 48%, var(--color-text) 50%, transparent 52%, transparent);
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
        /* line 716, product_preview.scss */
        .product-popup__form__variants .option-value.is-radio.is-disabled.is-active, .product-popup__form__variants .option-value.is-span.is-disabled.is-active, .vision-popup__form__variants .option-value.is-radio.is-disabled.is-active, .vision-popup__form__variants .option-value.is-span.is-disabled.is-active {
          color: #000;
          border-color: #000; }
          /* line 720, product_preview.scss */
          .product-popup__form__variants .option-value.is-radio.is-disabled.is-active span, .product-popup__form__variants .option-value.is-span.is-disabled.is-active span, .vision-popup__form__variants .option-value.is-radio.is-disabled.is-active span, .vision-popup__form__variants .option-value.is-span.is-disabled.is-active span {
            color: #000; }
        /* line 725, product_preview.scss */
        .product-popup__form__variants .option-value.is-radio.is-disabled.is-active:after, .product-popup__form__variants .option-value.is-span.is-disabled.is-active:after, .vision-popup__form__variants .option-value.is-radio.is-disabled.is-active:after, .vision-popup__form__variants .option-value.is-span.is-disabled.is-active:after {
          background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(0.48, transparent), color-stop(0.5, #000), color-stop(0.52, transparent), color-stop(1, transparent));
          background-image: -webkit-repeating-linear-gradient(top left, transparent, transparent 48%, var(--color-btn-bg) 50%, transparent 52%, transparent);
          background-image: -o-repeating-linear-gradient(top left, transparent, transparent 48%, var(--color-btn-bg) 50%, transparent 52%, transparent);
          background-image: repeating-linear-gradient(to bottom right, transparent, transparent 48%, var(--color-btn-bg) 50%, transparent 52%, transparent); }
      /* line 763, product_preview.scss */
      .product-popup__form__variants .option-value.is-radio > input, .product-popup__form__variants .option-value.is-span > input, .vision-popup__form__variants .option-value.is-radio > input, .vision-popup__form__variants .option-value.is-span > input {
        display: none; }
      /* line 767, product_preview.scss */
      .product-popup__form__variants .option-value.is-radio > span, .product-popup__form__variants .option-value.is-radio.is-span, .product-popup__form__variants .option-value.is-span > span, .product-popup__form__variants .option-value.is-span.is-span, .vision-popup__form__variants .option-value.is-radio > span, .vision-popup__form__variants .option-value.is-radio.is-span, .vision-popup__form__variants .option-value.is-span > span, .vision-popup__form__variants .option-value.is-span.is-span {
        display: inline-flex;
        font-size: 1rem;
        color: #000;
        transition: var(--btn-transition);
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        text-align: center; }
        @media screen and (max-width: 767px) {
          /* line 767, product_preview.scss */
          .product-popup__form__variants .option-value.is-radio > span, .product-popup__form__variants .option-value.is-radio.is-span, .product-popup__form__variants .option-value.is-span > span, .product-popup__form__variants .option-value.is-span.is-span, .vision-popup__form__variants .option-value.is-radio > span, .vision-popup__form__variants .option-value.is-radio.is-span, .vision-popup__form__variants .option-value.is-span > span, .vision-popup__form__variants .option-value.is-span.is-span {
            padding: 0.8rem 1rem; } }

/* line 789, product_preview.scss */
.product-popup__form__photo, .vision-popup__form__photo {
  margin: 0  0 16px 0; }
/* line 793, product_preview.scss */
.product-popup__form__title, .vision-popup__form__title {
  margin: 0 0 4px 0;
  color: var(--color-text);
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
/* line 804, product_preview.scss */
.product-popup__form .product-preview__brand, .vision-popup__form .product-preview__brand {
  margin-bottom: 8px;
  font-weight: 300;
  opacity: 0.4; }
/* line 814, product_preview.scss */
.product-popup__form__price, .vision-popup__form__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0; }
/* line 824, product_preview.scss */
.product-popup__form__price-cur, .vision-popup__form__price-cur {
  font-size: 12px;
  font-weight: 500; }
  /* line 827, product_preview.scss */
  .product-popup__form__price-cur.with_old_price, .vision-popup__form__price-cur.with_old_price {
    color: #B65E2C;
    margin-left: 6px; }
/* line 833, product_preview.scss */
.product-popup__form__price-old, .vision-popup__form__price-old {
  font-size: 10px;
  font-weight: 300;
  text-decoration: line-through;
  color: #000; }
/* line 840, product_preview.scss */
.product-popup__form__counter, .vision-popup__form__counter {
  visibility: hidden;
  margin: 0 0 30px 0; }
  /* line 845, product_preview.scss */
  .product-popup__form__counter__wrapper, .vision-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 854, product_preview.scss */
  .product-popup__form__counter__bttn, .vision-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 870, product_preview.scss */
  .product-popup__form__counter__field, .vision-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 880, product_preview.scss */
.product-popup__form__controls, .vision-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;
  padding: 26px 0; }
/* line 891, product_preview.scss */
.product-popup__form__button, .vision-popup__form__button {
  width: 100%;
  height: 39px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase; }
  /* line 901, product_preview.scss */
  .product-popup__form__button:hover, .vision-popup__form__button:hover {
    background: #fff;
    color: #000; }
/* line 906, product_preview.scss */
.product-popup__form__button.favorites_btn, .vision-popup__form__button.favorites_btn {
  border: none;
  background: #F6F6F6;
  margin-top: 12px;
  font-family: var(--font-family);
  color: #000; }
  /* line 912, product_preview.scss */
  .product-popup__form__button.favorites_btn:hover, .vision-popup__form__button.favorites_btn:hover {
    background: #000;
    color: #fff; }
  /* line 916, product_preview.scss */
  .product-popup__form__button.favorites_btn span:before, .vision-popup__form__button.favorites_btn span:before {
    display: none; }
  /* line 919, product_preview.scss */
  .product-popup__form__button.favorites_btn.favorites-added, .vision-popup__form__button.favorites_btn.favorites-added {
    background: #fff;
    border: 1px solid #000; }
    /* line 922, product_preview.scss */
    .product-popup__form__button.favorites_btn.favorites-added:hover, .vision-popup__form__button.favorites_btn.favorites-added:hover {
      background: #000;
      color: #fff; }
    /* line 926, product_preview.scss */
    .product-popup__form__button.favorites_btn.favorites-added .favorites-o, .vision-popup__form__button.favorites_btn.favorites-added .favorites-o {
      display: none; }
    /* line 929, product_preview.scss */
    .product-popup__form__button.favorites_btn.favorites-added .favorites-f, .vision-popup__form__button.favorites_btn.favorites-added .favorites-f {
      display: inline-block; }
  /* line 933, product_preview.scss */
  .product-popup__form__button.favorites_btn .favorites-f, .vision-popup__form__button.favorites_btn .favorites-f {
    display: none; }
/* line 938, product_preview.scss */
.product-popup__form__not-avail, .vision-popup__form__not-avail {
  height: 39px;
  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 958, product_preview.scss */
.product-popup__form .product-form__area-not-available, .vision-popup__form .product-form__area-not-available {
  display: none; }
/* line 961, product_preview.scss */
.product-popup__form.not-available .product-form__area-not-available, .vision-popup__form.not-available .product-form__area-not-available {
  text-transform: uppercase; }
/* line 965, product_preview.scss */
.product-popup__form.not-available .product-popup__form__button, .vision-popup__form.not-available .product-popup__form__button {
  display: none; }
/* line 968, product_preview.scss */
.product-popup__form.not-available .product-form__area-not-available, .vision-popup__form.not-available .product-form__area-not-available {
  display: block;
  width: 100%;
  height: 39px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase; }

/* line 982, product_preview.scss */
.product_preview-block__stock__item {
  padding: 3px;
  border: 1px solid #b65e2c; }

/* line 987, product_preview.scss */
.product_preview-block__stock__item_no {
  color: #dddddd !important;
  border-color: #ddd; }

/* line 994, product_preview.scss */
.product_preview-block__photo:hover .product_preview-block__bttn {
  opacity: 1; }

/* line 999, product_preview.scss */
.product_preview-block__content .product_preview-block__title {
  font-weight: 400 !important; }

@font-face {
  font-family: 'Space Mono';
  src: url("SpaceMono-Regular.eot");
  src: url("SpaceMono-Regular.eot?#iefix") format("embedded-opentype"), url("SpaceMono-Regular.woff2") format("woff2"), url("SpaceMono-Regular.woff") format("woff"), url("SpaceMono-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Space Mono';
  src: url("SpaceMono-Bold.eot");
  src: url("SpaceMono-Bold.eot?#iefix") format("embedded-opentype"), url("SpaceMono-Bold.woff2") format("woff2"), url("SpaceMono-Bold.woff") format("woff"), url("SpaceMono-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
/* line 30, theme.scss */
:root body {
  --layout-side-padding: 10px !important;
  --sale-color: #C25151;
  --font-family: 'Space Mono', sans-serif !important;
  --font-family-heading: 'Space Mono', sans-serif !important; }

/* line 37, theme.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
  font-family: 'Space Mono', sans-serif !important; }

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

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

/* line 50, theme.scss */
body.search-open {
  overflow: hidden;
  width: 100%; }

/* line 54, theme.scss */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff; }
  /* line 59, theme.scss */
  header:after {
    content: "";
    cursor: default;
    position: fixed;
    inset-block-start: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: 1035;
    opacity: 0;
    pointer-events: none;
    transition: opacity 450ms; }
    @media screen and (max-width: 767px) {
      /* line 59, theme.scss */
      header:after {
        z-index: 1040; } }

/* line 80, theme.scss */
header.search-open:after {
  transition-duration: 450ms;
  opacity: 1;
  pointer-events: auto; }

@media screen and (max-width: 767px) {
  /* line 87, theme.scss */
  .header {
    position: relative;
    z-index: 10000; } }
/* line 93, theme.scss */
.page-headding.heading {
  text-align: center; }

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

/* line 101, theme.scss */
.page404 {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh -  69px); }

/* line 107, theme.scss */
.page404-body {
  position: relative;
  padding-top: calc(100vh -  69px); }

/* line 112, theme.scss */
.page404-background {
  display: flex;
  align-items: flex-end;
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0; }

/* line 122, theme.scss */
.page404-image {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  display: block; }

/* line 132, theme.scss */
.page404-text {
  position: relative;
  padding: 2rem;
  width: 100%;
  color: #fff; }

@media (min-width: 1024px) {
  /* line 140, theme.scss */
  .page404-text {
    width: 50%; } }
/* line 145, theme.scss */
.page404-text .title {
  width: 100%;
  margin-bottom: 2rem;
  text-transform: uppercase; }

/* line 151, theme.scss */
.page404-text .linkButton {
  margin-top: auto;
  display: inline-block;
  background: #fff;
  border-color: #fff;
  color: #000;
  border-width: .1rem;
  border-style: solid;
  min-width: 28rem;
  width: 100%;
  padding: 1rem;
  text-decoration: none;
  height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center; }

@media screen and (max-width: 1024px) {
  /* line 170, theme.scss */
  .breadcrumb-wrapper-product {
    display: none; } }
/* line 175, theme.scss */
.breadcrumb-wrapper-product .breadcrumb-wrapper ul > *:not(:last-child):after {
  content: "/"; }
@media screen and (min-width: 769px) {
  /* line 181, theme.scss */
  .breadcrumb-wrapper-product .breadcrumb-wrapper ul .button-breadcrumb {
    display: none; } }
/* line 186, theme.scss */
.breadcrumb-wrapper-product .breadcrumb-item.hidden {
  display: none; }
/* line 190, theme.scss */
.breadcrumb-wrapper-product .bttn-hidden-breadcrumbs {
  border: none;
  line-height: 1;
  background: none; }
/* line 196, theme.scss */
.breadcrumb-wrapper-product .breadcrumb-wrapper {
  display: grid;
  justify-content: start; }
/* line 201, theme.scss */
.breadcrumb-wrapper-product .breadcrumb-wrapper ul {
  margin: 0;
  padding: 0; }
/* line 206, theme.scss */
.breadcrumb-wrapper-product .breadcrumb-wrapper ul li {
  display: inline-block;
  vertical-align: top;
  color: #000; }
/* line 212, theme.scss */
.breadcrumb-wrapper-product .breadcrumb-wrapper ul li a {
  text-decoration: none;
  color: #000; }
/* line 217, theme.scss */
.breadcrumb-wrapper-product .breadcrumb-wrapper ul > *:not(:last-child):after {
  content: "/";
  display: inline-block;
  vertical-align: top;
  opacity: 0.7;
  margin: 0 10px; }
@media screen and (max-width: 768px) {
  /* line 226, theme.scss */
  .breadcrumb-wrapper-product .breadcrumb-wrapper ul > *:not(:last-child):after {
    margin: 0 5px; } }
