/* 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, #2551F2);
  --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, #3c64f4);
  --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, #5175f5);
  --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, #93a9f9);
  --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, #2551F2);
  --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, #3c64f4);
  --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, #5175f5);
  --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, #93a9f9);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #000000);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #1a1a1a);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #333333);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #808080);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, minimal);
  --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, "PT Root UI");
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 400);
  --collection_count: var(--draft-collection_count, 100);
  --search_count: var(--draft-search_count, 12);
  --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, 1920px);
  --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: 'Arc';
  src: local("HalvarEng-Rg"), local("HalvarEng-Rg"), url("HalvarEng-Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Arc';
  src: local("HalvarEng-Md"), local("HalvarEng-Md"), url("HalvarEng-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Arc';
  src: local("HalvarEng-Bd"), local("HalvarEng-Bd"), url("HalvarEng-Bd.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
/* line 28, theme.scss */
body {
  font-family: "Arc", sans-serif;
  font-weight: 400; }

/* line 32, theme.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
  font-family: "Arc", sans-serif;
  font-weight: 500; }

/* line 36, theme.scss */
header {
  position: sticky;
  top: 0;
  z-index: 9; }

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

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

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

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

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

  /* line 60, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 65, theme.scss */
.micro-alert {
  top: 100px; }

/* line 68, theme.scss */
.micro-alert-item.is-favorite-notice {
  padding: 9px 20px;
  background: #e9ebec; }
  @media (max-width: 768px) {
    /* line 68, theme.scss */
    .micro-alert-item.is-favorite-notice {
      padding: 2px 20px; } }
  /* line 74, theme.scss */
  .micro-alert-item.is-favorite-notice .icon-check {
    display: none; }
  /* line 77, theme.scss */
  .micro-alert-item.is-favorite-notice .notice {
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #000; }
    @media (max-width: 768px) {
      /* line 77, theme.scss */
      .micro-alert-item.is-favorite-notice .notice {
        font-size: 20px; } }
  /* line 90, theme.scss */
  .micro-alert-item.is-favorite-notice .notice_img {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; }
    @media (max-width: 768px) {
      /* line 90, theme.scss */
      .micro-alert-item.is-favorite-notice .notice_img {
        width: 50px;
        height: 50px; } }
    /* line 101, theme.scss */
    .micro-alert-item.is-favorite-notice .notice_img img {
      max-width: 100%; }

/* line 107, theme.scss */
.product_card {
  height: 100%; }
  /* line 109, theme.scss */
  .product_card_sold {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #000000a3;
    font-size: 30px; }
  /* line 122, theme.scss */
  .product_card_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%; }
  /* line 127, theme.scss */
  .product_card_area {
    margin-bottom: 16px; }
  /* line 130, theme.scss */
  .product_card_item {
    display: none; }
    /* line 132, theme.scss */
    .product_card_item.activex {
      display: block; }
  /* line 136, theme.scss */
  .product_card_photos {
    overflow: hidden;
    background: #fff;
    position: relative; }
    /* line 141, theme.scss */
    .product_card_photos a {
      position: relative;
      padding-top: 100%;
      display: block;
      background: #e8e8e8; }
      /* line 146, theme.scss */
      .product_card_photos a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: auto; }
    /* line 156, theme.scss */
    .product_card_photos_sold_out {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: #00000080;
      font-size: 30px;
      font-weight: 600;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        /* line 156, theme.scss */
        .product_card_photos_sold_out {
          font-size: 17px; } }
  /* line 175, theme.scss */
  .product_card_labels {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 5px; }
    /* line 183, theme.scss */
    .product_card_labels_item {
      background: #2d2d2d;
      color: #fff;
      padding: 13px 10px;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        /* line 183, theme.scss */
        .product_card_labels_item {
          font-size: 10px;
          padding: 9px 5px; } }
      /* line 193, theme.scss */
      .product_card_labels_item.label_new {
        background: #2d2d2d;
        color: #fff; }
  /* line 199, theme.scss */
  .product_card_favorites {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    width: 29px;
    height: 29px;
    background: #FBFBFB;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    /* line 212, theme.scss */
    .product_card_favorites .favorite_icon_add, .product_card_favorites .favorite_icon_remove {
      display: none; }
    /* line 216, theme.scss */
    .product_card_favorites.favorites-added .favorite_icon_add {
      display: none; }
    /* line 219, theme.scss */
    .product_card_favorites.favorites-added .favorite_icon_remove {
      display: block; }
    /* line 224, theme.scss */
    .product_card_favorites.favorites-not-added .favorite_icon_add {
      display: block; }
    /* line 227, theme.scss */
    .product_card_favorites.favorites-not-added .favorite_icon_remove {
      display: none; }
    /* line 232, theme.scss */
    .product_card_favorites:hover .favorite_icon_remove {
      display: block; }
    /* line 235, theme.scss */
    .product_card_favorites:hover .favorite_icon_add {
      display: none; }
  /* line 240, theme.scss */
  .product_card_colors {
    height: 12px;
    margin-bottom: 11px; }
    /* line 243, theme.scss */
    .product_card_colors .colors_items {
      display: flex;
      align-items: center;
      justify-content: start; }
      /* line 247, theme.scss */
      .product_card_colors .colors_items a {
        margin-right: 4px;
        display: block; }
      /* line 251, theme.scss */
      .product_card_colors .colors_items .color_item {
        outline: 1px solid #EBEBEB;
        display: block;
        border-radius: 50%; }
        /* line 255, theme.scss */
        .product_card_colors .colors_items .color_item.activex {
          outline: 1px solid #000; }
        /* line 258, theme.scss */
        .product_card_colors .colors_items .color_item_value {
          width: 10px;
          height: 10px;
          display: block;
          border-radius: 50%;
          overflow: hidden;
          border: 1px solid #fff; }
  /* line 270, theme.scss */
  .product_card_title_item {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    display: none; }
    @media screen and (max-width: 768px) {
      /* line 270, theme.scss */
      .product_card_title_item {
        font-size: 14px; } }
    @media screen and (max-width: 480px) {
      /* line 270, theme.scss */
      .product_card_title_item {
        font-size: 14px; } }
    /* line 282, theme.scss */
    .product_card_title_item.activex {
      display: block; }
    /* line 285, theme.scss */
    .product_card_title_item .p_card_title {
      text-align: center; }
    /* line 288, theme.scss */
    .product_card_title_item .p_card_title_small {
      text-transform: none;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
      color: #2D2D2D80; }
      @media screen and (max-width: 768px) {
        /* line 288, theme.scss */
        .product_card_title_item .p_card_title_small {
          font-size: 8px;
          line-height: 1; } }
    /* line 299, theme.scss */
    .product_card_title_item .p_card_money {
      font-weight: 400;
      width: 100%;
      text-align: center; }
    /* line 306, theme.scss */
    .product_card_title_item a {
      color: #2D2D2D;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  /* line 316, theme.scss */
  .product_card_forms {
    margin-top: auto; }
  /* line 319, theme.scss */
  .product_card_form {
    display: none; }
    /* line 321, theme.scss */
    .product_card_form.activex {
      display: block; }
    /* line 325, theme.scss */
    .product_card_form_variants .option {
      margin-bottom: 10px; }
      /* line 328, theme.scss */
      .product_card_form_variants .option .option-label .label_value {
        display: flex;
        align-items: center;
        font-size: 17px;
        font-weight: 500;
        line-height: 24px;
        cursor: pointer;
        border: 1px solid #858585;
        border-radius: 4px;
        padding: 9px 2px;
        text-align: -moz-left;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          /* line 328, theme.scss */
          .product_card_form_variants .option .option-label .label_value {
            font-size: 10px;
            line-height: 1.2;
            padding: 6px 2px; } }
        /* line 345, theme.scss */
        .product_card_form_variants .option .option-label .label_value:hover {
          border-color: #2d2d2d;
          background: #2d2d2d;
          color: #fff; }
      /* line 351, theme.scss */
      .product_card_form_variants .option .option-label .label_value_select {
        display: none;
        align-items: center;
        font-size: 17px;
        font-weight: 500;
        line-height: 24px;
        cursor: pointer;
        border: 1px solid #858585;
        border-radius: 4px;
        padding: 9px 2px;
        text-align: -moz-left;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          /* line 351, theme.scss */
          .product_card_form_variants .option .option-label .label_value_select {
            font-size: 10px;
            line-height: 1.2;
            padding: 6px 2px; } }
      /* line 369, theme.scss */
      .product_card_form_variants .option .option-label .label_text {
        text-transform: lowercase; }
      /* line 372, theme.scss */
      .product_card_form_variants .option .option-label .label_arrow {
        width: 12px;
        height: 8px;
        margin-left: 5px;
        background-image: url("variants_arrow.svg");
        margin-top: 4px; }
        @media screen and (max-width: 768px) {
          /* line 372, theme.scss */
          .product_card_form_variants .option .option-label .label_arrow {
            width: 7px;
            height: 4px;
            margin-left: 3px;
            margin-top: 2px;
            background-size: cover; } }
      /* line 387, theme.scss */
      .product_card_form_variants .option-values {
        display: none;
        flex-direction: column;
        position: absolute;
        width: 100%;
        z-index: 1; }
      /* line 394, theme.scss */
      .product_card_form_variants .option-value {
        border: 1px solid #858585;
        color: #2d2d2d;
        background: #fff;
        margin-top: -1px;
        padding: 5px;
        cursor: pointer; }
        /* line 401, theme.scss */
        .product_card_form_variants .option-value:hover {
          background: #2d2d2d;
          color: #fff;
          border-color: #2d2d2d; }
      /* line 407, theme.scss */
      .product_card_form_variants .option.activex {
        opacity: 1; }
        /* line 409, theme.scss */
        .product_card_form_variants .option.activex .option-values {
          display: flex; }
        /* line 412, theme.scss */
        .product_card_form_variants .option.activex .label_arrow {
          transform: rotate(180deg); }
    /* line 420, theme.scss */
    .product_card_form_variants.selected .option .option-label .label_value_select {
      display: flex; }
    /* line 423, theme.scss */
    .product_card_form_variants.selected .option .option-label .label_value {
      display: none; }
  /* line 431, theme.scss */
  .product_card_button {
    background: #D8D4C9;
    border: none;
    border-radius: 4px;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #2d2d2d; }
    @media screen and (max-width: 768px) {
      /* line 431, theme.scss */
      .product_card_button {
        font-size: 10px;
        line-height: 1.2;
        padding: 6px 2px; } }
    /* line 452, theme.scss */
    .product_card_button svg {
      margin-right: 5px; }
      @media screen and (max-width: 768px) {
        /* line 452, theme.scss */
        .product_card_button svg {
          width: 8px; } }
  /* line 459, theme.scss */
  .product_card [disabled="disabled"] {
    opacity: 0.5; }
  /* line 464, theme.scss */
  .product_card.form_card .product_card_photos a {
    padding-top: 150%; }
  /* line 468, theme.scss */
  .product_card.form_card .product_card_title_item {
    margin-bottom: 15px; }

/* line 474, theme.scss */
.hvr__images {
  position: relative;
  height: 100%; }

/* line 479, theme.scss */
.hvr__sectors {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex; }

/* line 488, theme.scss */
.hvr__sector {
  flex-grow: 1; }

/* line 491, theme.scss */
.images {
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 501, theme.scss */
.image {
  display: block; }

/* line 505, theme.scss */
.hvr__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 12px;
  gap: 3px;
  width: calc(100% - 24px);
  left: 12px; }

/* line 516, theme.scss */
.hvr__dot {
  width: 100%;
  height: 2px;
  border-radius: none;
  background: #fff; }

/* line 523, theme.scss */
.hvr__dot--active {
  background: #2551f2; }

/* line 526, theme.scss */
.hvr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
