/* 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, #212121);
  --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, #373737);
  --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, #4e4e4e);
  --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, #909090);
  --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, #212121);
  --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, #373737);
  --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, #4e4e4e);
  --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, #909090);
  --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, circle);
  --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, "PT Root UI");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Jost);
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 24);
  --search_count: var(--draft-search_count, 10);
  --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, 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); }

@font-face {
  font-family: 'Gravity-Book';
  src: url("Gravity-Book.eot");
  src: url("Gravity-Book.eot?#iefix") format("embedded-opentype"), url("Gravity-Book.woff2") format("woff2"), url("Gravity-Book.woff") format("woff"), url("Gravity-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gravity-Regular';
  src: url("Gravity-Regular.eot");
  src: url("Gravity-Regular.eot?#iefix") format("embedded-opentype"), url("Gravity-Regular.woff2") format("woff2"), url("Gravity-Regular.woff") format("woff"), url("Gravity-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Prata';
  src: url("Prata-Regular.eot");
  src: url("Prata-Regular.eot?#iefix") format("embedded-opentype"), url("Prata-Regular.woff2") format("woff2"), url("Prata-Regular.woff") format("woff"), url("Prata-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* line 40, theme.scss */
body {
  font-family: "Gravity-Book"; }

/* line 44, theme.scss */
footer.product .layout {
  padding-bottom: 66px; }
  @media screen and (max-width: 768px) {
    /* line 44, theme.scss */
    footer.product .layout {
      padding-bottom: 94px; } }

/* line 52, theme.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
  font-family: "Gravity-Regular"; }

/* line 55, theme.scss */
[data-sticker-title="sticker-sale"] {
  color: #212121; }

/* line 59, theme.scss */
.button, .co-tabs-controls--customer .co-tabs-node, .co-button:not(.co-button--link), .picker-button, .m-modal-button {
  font-family: "Gravity-Book"; }

/* line 62, theme.scss */
.co-checkout-title, .co-title--h1 {
  font-size: 16px; }

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

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

/* line 74, theme.scss */
header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100; }

/* line 80, theme.scss */
.sticker {
  background: none !important; }

/* Movie Underline */
/* line 84, theme.scss */
.hide_underline {
  position: relative;
  padding-bottom: 5px; }
  /* line 87, theme.scss */
  .hide_underline:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000; }
  /* line 96, theme.scss */
  .hide_underline:hover:after {
    width: 0; }
  /* line 99, theme.scss */
  .hide_underline.anim {
    transition: all .3s; }
  /* line 103, theme.scss */
  .hide_underline.white:after {
    background: #ffffff; }

/* line 108, theme.scss */
.show_underline {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px; }
  /* line 112, theme.scss */
  .show_underline:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    transition: all 0.3s; }
  /* line 122, theme.scss */
  .show_underline:hover:after {
    width: 100%; }
  /* line 125, theme.scss */
  .show_underline.anim {
    transition: all .3s; }
  /* line 129, theme.scss */
  .show_underline.white:after {
    background: #ffffff; }

/* Movie Underline END */
/* line 138, theme.scss */
.product-preview-elem .product_preview-block__wrapper {
  display: none; }

/* line 143, theme.scss */
.product_preview-block {
  position: relative; }
  /* line 146, theme.scss */
  .product_preview-block__link {
    position: relative;
    z-index: 1; }
  @media screen and (max-width: 768px) {
    /* line 151, theme.scss */
    .product_preview-block.product_preview-block_desktop {
      display: none; } }
  /* line 156, theme.scss */
  .product_preview-block.product_preview-block_mobile {
    display: none; }
    @media screen and (max-width: 768px) {
      /* line 156, theme.scss */
      .product_preview-block.product_preview-block_mobile {
        display: block; } }
  /* line 163, theme.scss */
  .product_preview-block__content {
    text-align: center; }
  /* line 167, theme.scss */
  .product_preview-block__photo {
    position: relative;
    margin: 0 0 10px 0; }
    /* line 171, theme.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 178, theme.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 185, theme.scss */
    .product_preview-block__photo .img-ratio {
      padding-top: calc(100% /(var(--img-ratio, 1))); }
      @media screen and (max-width: 768px) {
        /* line 185, theme.scss */
        .product_preview-block__photo .img-ratio {
          padding-top: calc(100% /(var(--img-ratio-m, 1))); } }
  /* line 193, theme.scss */
  .product_preview-block__price-old {
    font-size: 13px;
    color: #646464;
    text-decoration: line-through;
    margin-left: 10px; }
  /* line 200, theme.scss */
  .product_preview-block__price-cur {
    font-size: 13px;
    font-weight: 400;
    color: #646464; }
    /* line 204, theme.scss */
    .product_preview-block__price-cur.with_old {
      color: #d31818; }
  /* line 209, theme.scss */
  .product_preview-block__type {
    margin: 0 0 10px 0;
    font-size: .8125rem;
    color: var(--preview-notes);
    display: block; }
  /* line 216, theme.scss */
  .product_preview-block__title {
    font-family: "Gravity-Book";
    margin: 0 0 1px 0;
    overflow: hidden;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    text-align: center; }
  /* line 234, theme.scss */
  .product_preview-block__bottom {
    display: block;
    transition: .3s ease-in-out;
    text-align: center; }
  /* line 240, theme.scss */
  .product_preview-block__old-price {
    font-size: 11px;
    line-height: 1.5;
    color: var(--old-price-note); }
    /* line 245, theme.scss */
    .product_preview-block__old-price__value {
      text-decoration: line-through; }
    /* line 249, theme.scss */
    .product_preview-block__old-price__percents {
      color: var(--sale-color);
      font-weight: 700; }
  /* line 255, theme.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 268, theme.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 277, theme.scss */
      .product_preview-block__variants__item.not-in-stock {
        color: rgba(0, 0, 0, 0.5);
        text-decoration: line-through; }
  /* line 284, theme.scss */
  .product_preview-block__bttn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    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;
    padding-left: 0;
    padding-right: 0;
    backdrop-filter: blur(5px);
    transform: translateY(25px);
    opacity: 0;
    transition: all 0.3s;
    z-index: 1; }
    /* line 314, theme.scss */
    .product_preview-block__bttn-text {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 15px 0;
      -webkit-text-fill-color: #000;
      color: #000; }
      @media screen and (max-width: 768px) {
        /* line 321, theme.scss */
        .product_preview-block__bttn-text.desktop {
          display: none; } }
      /* line 326, theme.scss */
      .product_preview-block__bttn-text.mobile {
        display: none; }
        @media screen and (max-width: 768px) {
          /* line 326, theme.scss */
          .product_preview-block__bttn-text.mobile {
            display: inline-flex;
            background: #fff;
            color: #cbcbcb;
            width: 36px;
            height: 36px;
            padding: 0; } }
    @media screen and (max-width: 768px) {
      /* line 284, theme.scss */
      .product_preview-block__bttn {
        left: 5px;
        bottom: 5px;
        flex-direction: row;
        backdrop-filter: none;
        transform: translateY(0);
        align-items: end;
        justify-content: start;
        opacity: 1;
        background: none;
        width: 36px;
        height: 36px; } }
  /* line 353, theme.scss */
  .product_preview-block:hover .product_preview-block__bttn {
    transform: translateY(0);
    opacity: 1; }
  /* line 359, theme.scss */
  .product_preview-block__form-wrapper {
    display: none; }
  /* line 363, theme.scss */
  .product_preview-block .favorites_btn,
  .product_preview-block .favorites_btn:hover {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
    background: transparent;
    color: #000;
    outline: none;
    padding: 0;
    border: 0;
    height: 18px;
    width: 18px; }
    /* line 378, theme.scss */
    .product_preview-block .favorites_btn .icon-favorites-f,
    .product_preview-block .favorites_btn:hover .icon-favorites-f {
      display: none; }
    /* line 381, theme.scss */
    .product_preview-block .favorites_btn .btn-icon,
    .product_preview-block .favorites_btn:hover .btn-icon {
      z-index: 2; }
      /* line 383, theme.scss */
      .product_preview-block .favorites_btn .btn-icon:before,
      .product_preview-block .favorites_btn:hover .btn-icon:before {
        display: none; }
  /* line 390, theme.scss */
  .product_preview-block .favorites_btn.favorites-added .icon-favorites-f {
    display: block; }
  /* line 393, theme.scss */
  .product_preview-block .favorites_btn.favorites-added .icon-favorites-o {
    display: none; }
  /* line 398, theme.scss */
  .product_preview-block .stickers {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    line-height: 1;
    font-size: 0; }
  /* line 406, theme.scss */
  .product_preview-block .sticker {
    display: inline-flex;
    vertical-align: middle;
    margin: 0 5px 5px 0;
    line-height: 1;
    padding: 3px 6px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: var(--controls-btn-border-radius); }
    /* line 415, theme.scss */
    .product_preview-block .sticker.sticker-preorder {
      display: none; }
    /* line 418, theme.scss */
    .product_preview-block .sticker:empty {
      display: none; }
  /* line 424, theme.scss */
  .product_preview-block .product-card__photo {
    position: relative; }
    /* line 427, theme.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 427, theme.scss */
        .product_preview-block .product-card__photo .product-card__photo__controls {
          display: none; } }
      /* line 445, theme.scss */
      .product_preview-block .product-card__photo .product-card__photo__controls__item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
    /* line 452, theme.scss */
    .product_preview-block .product-card__photo .swiper-slide {
      width: 100%;
      height: 100%;
      background-color: #fff; }
  /* line 490, theme.scss */
  .product_preview-block .swiper__arrows .swiper-button {
    background: transparent; }
  /* line 493, theme.scss */
  .product_preview-block .swiper__arrows .swiper__arrow-icon {
    color: #212121; }
  /* line 497, theme.scss */
  .product_preview-block .swiper-button {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.3s;
    z-index: 10000; }
    /* line 504, theme.scss */
    .product_preview-block .swiper-button:after {
      display: none; }
  /* line 508, theme.scss */
  .product_preview-block .swiper-button-prev {
    transform: translateX(-25px);
    opacity: 0; }
  /* line 512, theme.scss */
  .product_preview-block .swiper-button-next {
    transform: translateX(25px);
    opacity: 0; }
  /* line 517, theme.scss */
  .product_preview-block .swiper:hover .swiper-button {
    opacity: 1;
    transform: translateX(0); }
  /* line 522, theme.scss */
  .product_preview-block .swiper-button-disabled {
    display: none; }
  /* line 525, theme.scss */
  .product_preview-block .icon-arrow-left:before, .product_preview-block .icon-arrow-right:before {
    display: none; }
  /* line 530, theme.scss */
  .product_preview-block .swiper-pagination .swiper-pagination-bullets {
    display: flex;
    justify-content: space-between;
    align-items: end;
    bottom: 0; }
  /* line 536, theme.scss */
  .product_preview-block .swiper-pagination .swiper-pagination-bullet {
    flex-grow: 1;
    border-radius: 0;
    width: auto;
    height: 2px;
    background: transparent; }
    /* line 542, theme.scss */
    .product_preview-block .swiper-pagination .swiper-pagination-bullet-active {
      opacity: 1;
      background: #000; }
  /* line 550, theme.scss */
  .product_preview-block .swiper-container-horizontal > .swiper-pagination-bullets {
    display: flex;
    bottom: 0; }
    /* line 554, theme.scss */
    .product_preview-block .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      flex-grow: 1;
      height: 2px;
      margin: 0; }

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

/* line 579, theme.scss */
.product-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 596, theme.scss */
  .product-popup.is-shown {
    opacity: 1;
    visibility: visible; }
  /* line 601, theme.scss */
  .product-popup .splide {
    visibility: visible; }
  /* line 605, theme.scss */
  .product-popup .splide__arrows .splide__arrow {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 6px #0000000a, 0 2px 2px #00000005;
    width: 40px;
    height: 40px; }
  /* line 614, theme.scss */
  .product-popup .product__gallery-main {
    position: relative;
    cursor: pointer; }
  /* line 618, theme.scss */
  .product-popup .img-ratio.img-fit img {
    object-fit: cover; }
  /* line 621, theme.scss */
  .product-popup .img-ratio {
    padding-top: 129%; }
  /* line 625, theme.scss */
  .product-popup__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2; }
  /* line 639, theme.scss */
  .product-popup__form-wrapper {
    position: relative;
    margin: 0 0 0 auto;
    max-width: 380px;
    width: 100%;
    height: 100vh;
    -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: 767px) {
      /* line 639, theme.scss */
      .product-popup__form-wrapper {
        position: fixed;
        left: 0;
        bottom: 0;
        height: 95vh;
        max-width: 100%;
        margin: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px; } }
  /* line 665, theme.scss */
  .product-popup__form__content {
    padding: 0 16px; }
  /* line 673, theme.scss */
  .product-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 682, theme.scss */
  .product-popup__close {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 22px;
    right: 16px;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 6px #0000000a, 0 2px 2px #00000005;
    width: 40px;
    height: 40px;
    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;
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 1; }
    /* line 712, theme.scss */
    .product-popup__close .icon {
      display: flex; }
    /* line 716, theme.scss */
    .product-popup__close svg {
      width: 16px;
      height: 16px; }
  /* line 722, theme.scss */
  .product-popup__title {
    font-weight: 400;
    margin: 0;
    font-size: 19px;
    text-transform: uppercase;
    padding-bottom: 18px;
    border-bottom: 1px solid #F3F3F3; }
  /* line 731, theme.scss */
  .product-popup .product_preview-block__forms-wrapper {
    height: 100%; }
  /* line 734, theme.scss */
  .product-popup .product_preview-block__form-wrapper {
    height: 100%; }
    /* line 736, theme.scss */
    .product-popup .product_preview-block__form-wrapper.is-show {
      display: block; }

/* line 747, theme.scss */
.product-popup__form__variants .option-selector {
  flex-direction: column; }
  /* line 749, theme.scss */
  .product-popup__form__variants .option-selector > .option {
    padding-top: 15px;
    margin-right: 0; }
/* line 754, theme.scss */
.product-popup__form__variants .option-selector .option-razmer {
  position: relative;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 80px) minmax(0, 100%); }
  /* line 760, theme.scss */
  .product-popup__form__variants .option-selector .option-razmer.is-show .option-values {
    display: block; }
  /* line 763, theme.scss */
  .product-popup__form__variants .option-selector .option-razmer.is-show .option-label:after {
    transform: rotate(180deg); }
  /* line 767, theme.scss */
  .product-popup__form__variants .option-selector .option-razmer .options_values-container {
    position: relative; }
  /* line 770, theme.scss */
  .product-popup__form__variants .option-selector .option-razmer .option-values {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(28, 28, 28, 0.2);
    padding: 20px 9px 10px;
    z-index: 100; }
    /* line 781, theme.scss */
    .product-popup__form__variants .option-selector .option-razmer .option-values .option-value.is-span.is-active {
      border: none;
      background: #F5F5F5; }
    /* line 785, theme.scss */
    .product-popup__form__variants .option-selector .option-razmer .option-values .option-value.is-span {
      display: grid;
      grid-template-columns: auto auto;
      justify-content: space-between;
      column-gap: 10px;
      border: none;
      margin: 0;
      width: 100%;
      text-align: left;
      padding: 11px;
      cursor: pointer;
      background: transparent; }
      /* line 797, theme.scss */
      .product-popup__form__variants .option-selector .option-razmer .option-values .option-value.is-span:hover {
        background-color: var(--bg-major-shade);
        border-color: var(--bg-major-shade); }
      /* line 801, theme.scss */
      .product-popup__form__variants .option-selector .option-razmer .option-values .option-value.is-span > span {
        background: transparent;
        border: none;
        color: #212121; }
      /* line 807, theme.scss */
      .product-popup__form__variants .option-selector .option-razmer .option-values .option-value.is-span.not-available > span {
        color: #b4b4b4; }
  /* line 813, theme.scss */
  .product-popup__form__variants .option-selector .option-razmer .option-title {
    font-size: 16px; }
  /* line 817, theme.scss */
  .product-popup__form__variants .option-selector .option-razmer .option-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: none;
    padding: 12px 15px 11px 15px;
    border: 1px solid rgba(28, 28, 28, 0.2);
    font-size: 0.9375rem;
    cursor: pointer;
    position: relative;
    margin-bottom: 0; }
    /* line 846, theme.scss */
    .product-popup__form__variants .option-selector .option-razmer .option-label .value__title-icon {
      display: inline-block; }

/* line 854, theme.scss */
.not-available .product__preorder-btn {
  display: flex; }

/* line 858, theme.scss */
.product__preorder-btn {
  display: none; }

/* line 862, theme.scss */
.product-popup__form {
  height: 100vh;
  padding-bottom: 71px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 767px) {
    /* line 862, theme.scss */
    .product-popup__form {
      padding-top: 40px; } }
  /* line 871, theme.scss */
  .product-popup__form::-webkit-scrollbar {
    width: 3px;
    background-color: var(--bg-minor-shade);
    border-radius: var(--product-border-radius); }
  /* line 877, theme.scss */
  .product-popup__form::-webkit-scrollbar-thumb {
    background-color: var(--color-btn-bg);
    border-radius: var(--product-border-radius); }
  /* line 882, theme.scss */
  .product-popup__form::-webkit-scrollbar-button {
    display: none; }
  /* line 886, theme.scss */
  .product-popup__form__photo {
    margin-bottom: 16px; }
    @media screen and (max-width: 767px) {
      /* line 886, theme.scss */
      .product-popup__form__photo {
        display: none; } }
  /* line 893, theme.scss */
  .product-popup__form__title {
    margin: 0 0 4px 0;
    color: var(--color-text);
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  /* line 904, theme.scss */
  .product-popup__form__price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: baseline;
    margin: 0; }
  /* line 912, theme.scss */
  .product-popup__form__price-cur {
    font-size: 16px;
    font-weight: 400;
    color: #d31818; }
  /* line 918, theme.scss */
  .product-popup__form__price-old {
    font-size: 16px;
    color: #646464;
    text-decoration: line-through;
    margin-left: 10px; }
  /* line 925, theme.scss */
  .product-popup__form .product-popup__form__price-old:empty + .product-popup__form__price-cur {
    color: #646464; }
  /* line 929, theme.scss */
  .product-popup__form__counter {
    visibility: hidden;
    margin: 0 0 30px 0; }
    /* line 934, theme.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 943, theme.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 959, theme.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 969, theme.scss */
  .product-popup__form__desc {
    padding-top: 20px; }
  /* line 976, theme.scss */
  .product-popup__form__controls {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px;
    background: #fff;
    z-index: 1; }
  /* line 988, theme.scss */
  .product-popup__form__button, .product-popup__form .product__preorder-btn {
    width: 100%;
    height: 39px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase; }
    /* line 998, theme.scss */
    .product-popup__form__button:hover, .product-popup__form .product__preorder-btn:hover {
      background: #fff;
      color: #000; }
  /* line 1003, theme.scss */
  .product-popup__form__button.favorites_btn {
    border: none;
    background: #F6F6F6;
    margin-top: 12px;
    font-family: var(--font-family);
    color: #000; }
    /* line 1009, theme.scss */
    .product-popup__form__button.favorites_btn:hover {
      background: #000;
      color: #fff; }
    /* line 1013, theme.scss */
    .product-popup__form__button.favorites_btn span:before {
      display: none; }
    /* line 1016, theme.scss */
    .product-popup__form__button.favorites_btn.favorites-added {
      background: #fff;
      border: 1px solid #000; }
      /* line 1019, theme.scss */
      .product-popup__form__button.favorites_btn.favorites-added:hover {
        background: #000;
        color: #fff; }
      /* line 1023, theme.scss */
      .product-popup__form__button.favorites_btn.favorites-added .favorites-o {
        display: none; }
      /* line 1026, theme.scss */
      .product-popup__form__button.favorites_btn.favorites-added .favorites-f {
        display: inline-block; }
    /* line 1030, theme.scss */
    .product-popup__form__button.favorites_btn .favorites-f {
      display: none; }
  /* line 1047, theme.scss */
  .product-popup__form__not-avail {
    height: 39px;
    color: #fff;
    background: #808080;
    align-items: center;
    justify-content: center;
    display: none; }
  /* line 1061, theme.scss */
  .product-popup__form.not-available .product-popup__form__button {
    display: none; }
  /* line 1064, theme.scss */
  .product-popup__form.not-available .product-popup__form__not-avail {
    display: flex; }

/* Swatches */
/* line 1072, theme.scss */
.product-popup__form .product_swatches {
  display: grid;
  gap: 10px;
  grid-template-columns: max-content minmax(0, 100%);
  grid-template-areas: "header_current_swatche swatches";
  margin-top: 20px; }
  /* line 1078, theme.scss */
  .product-popup__form .product_swatches .product_swatches-items {
    justify-content: start; }
    /* line 1082, theme.scss */
    .product-popup__form .product_swatches .product_swatches-items .product_swatche.is-active .option-color {
      width: 42px;
      height: 42px; }
    /* line 1087, theme.scss */
    .product-popup__form .product_swatches .product_swatches-items .product_swatche .border-active-option {
      width: 40px;
      height: 40px; }
    /* line 1091, theme.scss */
    .product-popup__form .product_swatches .product_swatches-items .product_swatche .option-color {
      width: 36px;
      height: 36px; }

/* line 1099, theme.scss */
.product_swatches-header {
  grid-area: header_current_swatche; }

/* line 1102, theme.scss */
.product_swatches-items {
  grid-area: swatches;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px; }
  /* line 1108, theme.scss */
  .product_swatches-items .product_swatche {
    display: inline-block;
    margin: 0 5px; }
    /* line 1112, theme.scss */
    .product_swatches-items .product_swatche.is-active .option-color {
      width: 24px;
      height: 24px;
      border-radius: 50%; }
    /* line 1119, theme.scss */
    .product_swatches-items .product_swatche.swatchProductColor__unavailable .option-color {
      position: relative; }
      /* line 1121, theme.scss */
      .product_swatches-items .product_swatche.swatchProductColor__unavailable .option-color:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%) rotate(-45deg);
        width: 1px;
        height: 100%;
        background: #212121;
        z-index: 1; }
    /* line 1134, theme.scss */
    .product_swatches-items .product_swatche .border-active-option {
      position: absolute;
      top: 1px;
      left: 1px;
      display: inline-block;
      border: 2px solid #fff;
      border-radius: 50%;
      width: 22px;
      height: 22px; }
    /* line 1144, theme.scss */
    .product_swatches-items .product_swatche .option-color {
      display: inline-block;
      position: relative;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      overflow: hidden; }
      /* line 1151, theme.scss */
      .product_swatches-items .product_swatche .option-color img {
        display: block;
        width: 100%; }

/* Swatches END */
/* line 1162, theme.scss */
.option-cvet {
  display: none; }
