/* 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, #7aa347);
  --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, #88b353);
  --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, #95bc66);
  --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, #bdd59f);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-btn-bg-dop: var(--draft-color-btn-bg-dop, #64429f);
  --color-btn-bg-dop-is-dark: var(--draft-color-btn-bg-dop-is-dark, true);
  --color-btn-bg-dop-minor-shade: var(--draft-color-btn-bg-dop-minor-shade, #714bb2);
  --color-btn-bg-dop-minor-shade-is-dark: var(--draft-color-btn-bg-dop-minor-shade-is-dark, true);
  --color-btn-bg-dop-major-shade: var(--draft-color-btn-bg-dop-major-shade, #805ebc);
  --color-btn-bg-dop-major-shade-is-dark: var(--draft-color-btn-bg-dop-major-shade-is-dark, true);
  --color-btn-bg-dop-half-shade: var(--draft-color-btn-bg-dop-half-shade, #b09ad5);
  --color-btn-bg-dop-half-shade-is-dark: var(--draft-color-btn-bg-dop-half-shade-is-dark, true);
  --color-btn-bg-dark: var(--draft-color-btn-bg-dark, #517339);
  --color-btn-bg-dark-is-dark: var(--draft-color-btn-bg-dark-is-dark, true);
  --color-btn-bg-dark-minor-shade: var(--draft-color-btn-bg-dark-minor-shade, #628b44);
  --color-btn-bg-dark-minor-shade-is-dark: var(--draft-color-btn-bg-dark-minor-shade-is-dark, true);
  --color-btn-bg-dark-major-shade: var(--draft-color-btn-bg-dark-major-shade, #72a14f);
  --color-btn-bg-dark-major-shade-is-dark: var(--draft-color-btn-bg-dark-major-shade-is-dark, true);
  --color-btn-bg-dark-half-shade: var(--draft-color-btn-bg-dark-half-shade, #a6c78e);
  --color-btn-bg-dark-half-shade-is-light: var(--draft-color-btn-bg-dark-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #7aa347);
  --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, #88b353);
  --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, #95bc66);
  --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, #bdd59f);
  --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, #000);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #1a1a1a);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #333333);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #808080);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #fff3ca);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #fff2c8);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #d3ecd9);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #d1ecd7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f8d7da);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f8d5d8);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #cae4ff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #c8e3ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, "Istok Web");
  --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, 600);
  --collection_count: var(--draft-collection_count, 11);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, hidden);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1600px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, normal);
  --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, true);
  --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); }

/* 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: 'Geometria';
  src: url("geometria-bold-webfont.eot");
  src: url("geometria-bold-webfont.eot?#iefix") format("embedded-opentype"), url("geometria-bold-webfont.woff2") format("woff2"), url("geometria-bold-webfont.woff") format("woff"), url("geometria-bold-webfont.ttf") format("truetype"), url("geometria-bold-webfont.svg#geometriabold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Geometria';
  src: url("geometria-extablack-webfont.eot");
  src: url("geometria-extablack-webfont.eot?#iefix") format("embedded-opentype"), url("geometria-extablack-webfont.woff2") format("woff2"), url("geometria-extablack-webfont.woff") format("woff"), url("geometria-extablack-webfont.ttf") format("truetype"), url("geometria-extablack-webfont.svg#geometriaextrabold") format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Geometria';
  src: url("geometria-extralight-webfont.eot");
  src: url("geometria-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("geometria-extralight-webfont.woff2") format("woff2"), url("geometria-extralight-webfont.woff") format("woff"), url("geometria-extralight-webfont.ttf") format("truetype"), url("geometria-extralight-webfont.svg#geometriaextralight") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Geometria';
  src: url("geometria-heavy-webfont.eot");
  src: url("geometria-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("geometria-heavy-webfont.woff2") format("woff2"), url("geometria-heavy-webfont.woff") format("woff"), url("geometria-heavy-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Geometria';
  src: url("geometria-light-webfont.eot");
  src: url("geometria-light-webfont.eot?#iefix") format("embedded-opentype"), url("geometria-light-webfont.woff2") format("woff2"), url("geometria-light-webfont.woff") format("woff"), url("geometria-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Geometria';
  src: url("geometria-medium-webfont.eot");
  src: url("geometria-medium-webfont.eot?#iefix") format("embedded-opentype"), url("geometria-medium-webfont.woff2") format("woff2"), url("geometria-medium-webfont.woff") format("woff"), url("geometria-medium-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Geometria';
  src: url("geometria-thin-webfont.eot");
  src: url("geometria-thin-webfont.eot?#iefix") format("embedded-opentype"), url("geometria-thin-webfont.woff2") format("woff2"), url("geometria-thin-webfont.woff") format("woff"), url("geometria-thin-webfont.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Geometria';
  src: url("geometria-webfont.eot");
  src: url("geometria-webfont.eot?#iefix") format("embedded-opentype"), url("geometria-webfont.woff2") format("woff2"), url("geometria-webfont.woff") format("woff"), url("geometria-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BebasNeue';
  src: url("bebasneue_bold-webfont.eot");
  src: url("bebasneue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("bebasneue_bold-webfont.woff2") format("woff2"), url("bebasneue_bold-webfont.woff") format("woff"), url("bebasneue_bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BebasNeue';
  src: url("bebasneue_regular-webfont.eot");
  src: url("bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("bebasneue_regular-webfont.woff2") format("woff2"), url("bebasneue_regular-webfont.woff") format("woff"), url("bebasneue_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* line 108, theme.scss */
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, input, button, textarea, select {
  font-family: 'Geometria', sans-serif; }

/* line 109, theme.scss */
.swiper-slide {
  transition: opacity ease 0.8s;
  height: auto !important;
  min-height: 100%; }
  /* line 110, theme.scss */
  .swiper-slide .card {
    box-shadow: none !important; }

/* line 112, theme.scss */
.card {
  box-sizing: border-box;
  position: relative;
  transition: all .2s ease;
  box-shadow: 5px 5px 10px rgba(0, 1, 3, 0);
  padding: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  min-height: 100%; }
  /* line 113, theme.scss */
  .card:hover {
    box-shadow: 5px 5px 15px rgba(0, 1, 3, 0.25); }
    /* line 114, theme.scss */
    .card:hover form [data-item-add] {
      min-width: 170px;
      margin-right: 22px; }
    /* line 115, theme.scss */
    .card:hover form .quantity-controls {
      display: grid; }
  /* line 119, theme.scss */
  .card .img {
    max-width: 260px;
    width: 100%;
    margin: 0 0 15px; }
    /* line 120, theme.scss */
    .card .img picture {
      display: block;
      width: 100%;
      height: 0;
      padding-top: 100%;
      position: relative; }
      /* line 121, theme.scss */
      .card .img picture img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center; }
  /* line 124, theme.scss */
  .card .brand {
    max-width: 260px;
    text-decoration: none;
    color: #517339;
    opacity: .5;
    font-size: 12px;
    text-transform: uppercase;
    min-height: 12px;
    margin: 0 0 15px; }
  /* line 125, theme.scss */
  .card .title {
    max-width: 260px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 auto; }
  /* line 126, theme.scss */
  .card .variant {
    max-width: 260px;
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    margin: 12px 0 0;
    opacity: .5; }
  /* line 127, theme.scss */
  .card .price {
    max-width: 260px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0 0; }
    /* line 129, theme.scss */
    .card .price > span:first-child:not(:last-child) {
      opacity: .5;
      margin: 0 30px 0 0;
      position: relative; }
      /* line 130, theme.scss */
      .card .price > span:first-child:not(:last-child):before {
        content: '';
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        right: 0;
        border-top: 2px solid; }
      /* line 131, theme.scss */
      .card .price > span:first-child:not(:last-child):after {
        content: '';
        position: absolute;
        top: 0;
        right: -15px;
        height: 100%;
        border-right: 1px solid; }
      /* line 132, theme.scss */
      .card .price > span:first-child:not(:last-child) span {
        font-size: 16px; }
    /* line 134, theme.scss */
    .card .price > span:last-child {
      opacity: 1;
      margin: 0; }
      /* line 135, theme.scss */
      .card .price > span:last-child span {
        font-size: 16px; }
  /* line 139, theme.scss */
  .card form {
    max-width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 0; }
    /* line 140, theme.scss */
    .card form [data-ui-favorites-trigger] {
      -webkit-appearance: none;
      outline: none;
      border: none;
      border-radius: 0;
      padding: 0;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: transparent;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
      /* line 141, theme.scss */
      .card form [data-ui-favorites-trigger]:hover {
        color: #64419f; }
        /* line 141, theme.scss */
        .card form [data-ui-favorites-trigger]:hover svg {
          width: 20px;
          height: 20px; }
      /* line 143, theme.scss */
      .card form [data-ui-favorites-trigger] svg {
        width: 18px;
        height: 18px;
        transition: all .2s ease; }
    /* line 145, theme.scss */
    .card form [data-item-add] {
      -webkit-appearance: none;
      outline: none;
      border: none;
      border-radius: 0;
      height: 50px;
      min-width: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: var(--color-btn-bg);
      color: var(--color-btn-color);
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      padding: 0 10px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      transition: all .2s ease;
      cursor: pointer; }
      /* line 145, theme.scss */
      .card form [data-item-add]:hover {
        background-color: var(--color-btn-bg-dop); }
    /* line 146, theme.scss */
    .card form .quantity-controls {
      display: none;
      grid-template-columns: 34px 50px 34px;
      grid-template-rows: 50px;
      transition: all .2s ease; }
      /* line 147, theme.scss */
      .card form .quantity-controls button {
        -webkit-appearance: none;
        outline: none;
        border: none;
        width: 100%;
        height: 100%;
        font-size: 18px;
        padding: 0;
        text-align: center;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        /* line 148, theme.scss */
        .card form .quantity-controls button:hover:before, .card form .quantity-controls button:hover:after {
          background-color: var(--color-btn-bg-dop) !important; }
        /* line 150, theme.scss */
        .card form .quantity-controls button:last-child:after {
          content: '';
          position: absolute;
          width: 14px;
          height: 2px;
          background-color: var(--color-btn-bg);
          transform: rotateZ(90deg); }
        /* line 152, theme.scss */
        .card form .quantity-controls button:before {
          content: '';
          position: absolute;
          width: 14px;
          height: 2px;
          background-color: var(--color-btn-bg); }
      /* line 154, theme.scss */
      .card form .quantity-controls input {
        -webkit-appearance: none;
        outline: none;
        border: 1px solid #cbcbcb;
        width: 100%;
        height: 100%;
        font-size: 18px;
        padding: 0;
        text-align: center; }

@media screen and (max-width: 1150px) {
  /* line 159, theme.scss */
  .page_layout_normal_left > main > .layout, .page_layout_normal_left > main .editable-widget > .layout {
    padding-left: var(--layout-side-padding);
    padding-right: var(--layout-side-padding); }

  /* line 160, theme.scss */
  .page_layout_section_top {
    grid-template-areas: "header" "section-top" "sidebar" "main" "footer";
    grid-template-columns: 100%;
    grid-template-rows: max-content; }

  /* line 161, theme.scss */
  .page_layout > aside, .page_layout > main {
    grid-column-start: auto;
    grid-column-end: auto; } }
@media screen and (max-width: 767px) {
  /* line 164, theme.scss */
  .widget-type_header-tm .layout__content {
    padding-top: calc(var(--layout-pt-m) * var(--layout-adaptive-vertical-indents-factor-decrease)); } }
