/* 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, #A478FF);
  --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, #c0a0ff);
  --color-btn-bg-minor-shade-is-light: var(--draft-color-btn-bg-minor-shade-is-light, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #d9c6ff);
  --color-btn-bg-major-shade-is-light: var(--draft-color-btn-bg-major-shade-is-light, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #ffffff);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #A478FF);
  --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, #c0a0ff);
  --color-accent-text-minor-shade-is-light: var(--draft-color-accent-text-minor-shade-is-light, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #d9c6ff);
  --color-accent-text-major-shade-is-light: var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #ffffff);
  --color-accent-text-half-shade-is-light: var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark: var(--draft-color-text-dark, #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, #fff0be);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark: var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark: var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark: var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family: var(--draft-font-family, Jost);
  --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, 500);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1360px);
  --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, right);
  --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); }

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

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

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

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

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

  /* line 23, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
@font-face {
  font-family: "GilroyMedium";
  src: url("GilroyMedium.eot");
  src: url("GilroyMedium.eot?#iefix") format("embedded-opentype"), url("GilroyMedium.woff") format("woff"), url("GilroyMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500; }
/* line 38, theme.scss */
body {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }
  @media screen and (max-width: 768px) {
    /* line 42, theme.scss */
    body.product_card {
      background: #f6f6f6; } }

/* line 48, theme.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Mulish", sans-serif;
  line-height: 1;
  font-weight: 500; }

/* line 55, theme.scss */
h1 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.03em; }
  @media screen and (max-width: 1024px) {
    /* line 55, theme.scss */
    h1 {
      font-size: 23px; } }

/* line 63, theme.scss */
.layout {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 1024px) {
    /* line 63, theme.scss */
    .layout {
      padding-left: 10px;
      padding-right: 10px; } }

/* line 71, theme.scss */
.layout__content {
  background: transparent !important; }

/* line 74, theme.scss */
.page_layout {
  padding-top: 38px; }
  @media screen and (max-width: 1024px) {
    /* line 74, theme.scss */
    .page_layout {
      padding-top: 34px; } }
  @media screen and (max-width: 622px) {
    /* line 74, theme.scss */
    .page_layout {
      padding-top: 50px; } }
  @media screen and (max-width: 375px) {
    /* line 74, theme.scss */
    .page_layout {
      padding-top: 70px; } }

/* line 86, theme.scss */
.top_info {
  background: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2; }
  @media screen and (max-width: 1024px) {
    /* line 86, theme.scss */
    .top_info {
      font-size: 12px;
      padding: 0 20px; } }

/* line 102, theme.scss */
.product_card {
  height: 100%; }
  /* line 104, theme.scss */
  .product_card_wrapper {
    padding: 24px;
    border-radius: 20px;
    background: #f3f3f3;
    position: relative;
    height: 100%; }
    @media screen and (max-width: 1024px) {
      /* line 104, theme.scss */
      .product_card_wrapper {
        padding: 15px;
        height: auto; } }
    @media screen and (min-width: 1023px) {
      /* line 115, theme.scss */
      .product_card_wrapper:hover .product_card_last {
        opacity: 1;
        display: block; } }
    @media screen and (min-width: 1023px) {
      /* line 121, theme.scss */
      .product_card_wrapper:hover .product_card_first {
        opacity: 0; } }
    @media screen and (min-width: 1023px) {
      /* line 126, theme.scss */
      .product_card_wrapper:hover .product_card_form {
        display: block; } }
  /* line 133, theme.scss */
  .product_card_link {
    color: #2a2a2a;
    text-decoration: none;
    height: 100%;
    display: block; }
  /* line 139, theme.scss */
  .product_card_first {
    height: 100%;
    display: flex;
    flex-direction: column; }
    /* line 143, theme.scss */
    .product_card_first_photo {
      position: relative;
      padding-top: 114%;
      margin-bottom: 25px; }
      /* line 147, theme.scss */
      .product_card_first_photo img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%; }
    /* line 156, theme.scss */
    .product_card_first_title {
      font-weight: 400;
      font-size: 22px;
      line-height: 120%;
      text-align: center;
      font-family: "GilroyMedium", sans-serif;
      margin-bottom: 10px; }
      @media screen and (max-width: 1024px) {
        /* line 156, theme.scss */
        .product_card_first_title {
          margin-bottom: 20px; } }
    /* line 167, theme.scss */
    .product_card_first_price {
      font-weight: 400;
      font-size: 18px;
      line-height: 120%;
      letter-spacing: -0.03em;
      text-align: center;
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-top: auto; }
      /* line 177, theme.scss */
      .product_card_first_price_old {
        text-decoration: line-through;
        color: #999; }
      @media screen and (max-width: 1024px) {
        /* line 167, theme.scss */
        .product_card_first_price {
          display: none; } }
  /* line 187, theme.scss */
  .product_card_last {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px;
    background: #E9DEFF;
    border-radius: 20px; }
    /* line 197, theme.scss */
    .product_card_last_size {
      height: 27px;
      font-weight: 400;
      font-size: 11px;
      color: #a478ff;
      display: flex;
      align-items: center;
      justify-content: start;
      gap: 10px;
      margin-bottom: 16px; }
    /* line 208, theme.scss */
    .product_card_last_props {
      font-weight: 400;
      font-size: 20px;
      line-height: 140%;
      text-transform: uppercase;
      color: #a478ff;
      font-family: "GilroyMedium", sans-serif; }
  /* line 217, theme.scss */
  .product_card_form {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px; }
    @media screen and (max-width: 1024px) {
      /* line 217, theme.scss */
      .product_card_form {
        display: block;
        position: relative;
        padding: 0; } }
    /* line 229, theme.scss */
    .product_card_form_prices {
      height: 40px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #fff;
      font-weight: 500;
      font-size: 13px;
      gap: 0;
      border-radius: 25px;
      width: 100%;
      display: none; }
      @media screen and (max-width: 1024px) {
        /* line 229, theme.scss */
        .product_card_form_prices {
          display: flex; } }
      /* line 244, theme.scss */
      .product_card_form_prices .price_old {
        text-decoration: line-through;
        color: #999; }
    /* line 249, theme.scss */
    .product_card_form form {
      display: grid;
      grid-template-columns: 1fr 40px;
      gap: 5px; }
      @media screen and (max-width: 1024px) {
        /* line 249, theme.scss */
        .product_card_form form {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 3px; } }
      /* line 257, theme.scss */
      .product_card_form form a {
        height: 40px;
        font-weight: 400;
        font-size: 15px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        background: #a478ff;
        border-radius: 43px;
        display: flex;
        align-items: center;
        justify-content: center; }
        /* line 269, theme.scss */
        .product_card_form form a:hover {
          opacity: .7; }
        @media screen and (max-width: 1024px) {
          /* line 257, theme.scss */
          .product_card_form form a {
            display: none; } }
      /* line 276, theme.scss */
      .product_card_form form button {
        width: 40px;
        height: 40px;
        background: #A478FF;
        border: none;
        border-radius: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        @media screen and (max-width: 1024px) {
          /* line 276, theme.scss */
          .product_card_form form button {
            color: #fff;
            width: 100%;
            font-weight: 500;
            font-size: 13px;
            background: #A478FF; } }
        /* line 293, theme.scss */
        .product_card_form form button:hover {
          opacity: .7; }
        @media screen and (max-width: 1024px) {
          /* line 296, theme.scss */
          .product_card_form form button svg {
            display: none; } }
        /* line 301, theme.scss */
        .product_card_form form button .mobile_prev {
          display: none; }
          @media screen and (max-width: 1024px) {
            /* line 301, theme.scss */
            .product_card_form form button .mobile_prev {
              display: flex;
              gap: 3px; } }

/* line 312, theme.scss */
.order {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    /* line 312, theme.scss */
    .order {
      padding-top: 0;
      margin-top: -63px; } }
  /* line 323, theme.scss */
  .order_wrapper {
    max-width: 1360px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; }
    @media screen and (max-width: 768px) {
      /* line 323, theme.scss */
      .order_wrapper {
        grid-template-columns: 1fr;
        gap: 10px; } }
  @media screen and (max-width: 768px) {
    /* line 334, theme.scss */
    .order_media {
      padding-top: 75%;
      position: relative;
      overflow: hidden;
      border-radius: 27px; } }
  @media screen and (max-width: 768px) {
    /* line 341, theme.scss */
    .order_media img {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  /* line 351, theme.scss */
  .order_info {
    border-radius: 27px;
    background: #F3F3F3;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 40px;
    font-size: 18px;
    color: #4E4E4E;
    text-align: center;
    font-weight: 300; }
    @media screen and (max-width: 1024px) {
      /* line 351, theme.scss */
      .order_info {
        font-size: 13px; } }
    @media screen and (max-width: 768px) {
      /* line 351, theme.scss */
      .order_info {
        min-height: 400px; } }
    /* line 369, theme.scss */
    .order_info_title {
      font-size: 32px;
      text-align: center;
      font-weight: 600; }
      @media screen and (max-width: 1024px) {
        /* line 369, theme.scss */
        .order_info_title {
          font-size: 21px; } }
    /* line 377, theme.scss */
    .order_info_desc {
      max-width: 440px;
      margin: 0 auto; }
      /* line 380, theme.scss */
      .order_info_desc_head {
        text-transform: uppercase;
        margin-bottom: 20px; }
    /* line 386, theme.scss */
    .order_info_link a {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #D4C3F7;
      color: #fff;
      max-width: 350px;
      margin: 0 auto;
      text-decoration: none;
      height: 55px;
      border-radius: 8px;
      font-weight: 400; }
      @media screen and (max-width: 1024px) {
        /* line 386, theme.scss */
        .order_info_link a {
          height: 40px; } }
      /* line 401, theme.scss */
      .order_info_link a:hover {
        color: #fff;
        opacity: .7; }
    /* line 408, theme.scss */
    .order_info_pay {
      display: none; }
