@charset "UTF-8";
/* 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, #1A1A1A);
  --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, #303030);
  --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, #474747);
  --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, #8c8c8c);
  --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, #1A1A1A);
  --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, #303030);
  --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, #474747);
  --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, #8c8c8c);
  --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, #1A1A1A);
  --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, #303030);
  --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, #474747);
  --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, #8c8c8c);
  --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, 'Inter Tight');
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, 'Inter Tight');
  --heading-ratio:var(--draft-heading-ratio, 1.5);
  --heading-weight:var(--draft-heading-weight, 600);
  --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, 1296px);
  --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, 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);
  --compare_enabled:var(--draft-compare_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; }

/* line 20, theme.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 300ms;
  width: 100%;
  z-index: 1000; }

/* line 29, theme.scss */
header.is-fixed {
  background: white;
  transition: all 300ms;
  background: rgba(255, 255, 255, 0.88);
  /* Прозрачность + матовое стекло */
  -webkit-backdrop-filter: blur(8px) saturate(1.1);
  backdrop-filter: blur(8px) saturate(1.1);
  /* Чтобы Safari стабильнее показывал blur */
  /* border: 1px solid rgba(255, 255, 255, 0.35);*/
  border: 0;
  /* box-shadow:
     inset 0 1px 0 rgba(255, 255, 255, 0.8),
     inset 1px 0 0 rgba(255, 255, 255, 0.35),
     0 8px 32px rgba(69, 69, 69, 0.12);*/ }

/* line 45, theme.scss */
.layout.widget-type_widget_v4_feedback_2_39838366d7f8a122c98c83f9cdcb4c1e {
  padding-left: 0!important;
  padding-right: 0!important; }

/* line 50, theme.scss */
html {
  scroll-behavior: smooth; }

/* line 55, theme.scss */
#qr-feedback {
  scroll-margin-top: calc(50vh - 150px);
  /* 150px ≈ половина высоты блока */
  min-height: 100svh; }

/* line 60, theme.scss */
#qr-demo {
  scroll-margin-top: calc(50vh - 180px);
  /* 150px ≈ половина высоты блока */ }

/* line 71, theme.scss */
body:has(.side-panel.is-show) {
  overflow: hidden;
  scroll-behavior: smooth; }

/* line 76, theme.scss */
header:has(.side-panel.is-show) {
  height: 100vh; }

/* line 81, theme.scss */
body[data-theme-template="page.system-template-4c541989c26a8dd049dc"] header .layout__content {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0; }

/* line 89, theme.scss */
body[data-theme-template="page.system-template-f71dfca23d4e2d06c4dd"] header .layout__content {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0; }

/* line 97, theme.scss */
body[data-theme-template="page.system-template-f71dfca23d4e2d06c4dd"] header .layout__content {
  padding-right: 0; }

/* line 106, theme.scss */
.layout.widget-type_widget_v4_feedback_2_39838366d7f8a122c98c83f9cdcb4c1e {
  max-width: 1296px;
  margin: auto;
  border-radius: 32px; }

/* line 112, theme.scss */
.widget-type_widget_v4_simple_text_f4593796e674c77fb6a50a55a1ef8b3f {
  top: calc(100dvh - 100% - -82%);
  position: sticky;
  height: 64px;
  background: transparent;
  padding: 0;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  background: transparent;
  scroll-behavior: smooth; }

@media (max-width: 768px) {
  /* line 126, theme.scss */
  .widget-type_widget_v4_simple_text_f4593796e674c77fb6a50a55a1ef8b3f {
    top: calc(100dvh - 100% - -90%); } }

@media (max-width: 768px) {
  /* line 136, theme.scss */
  .js-mobile-swiper {
    overflow: hidden; }

  /* line 140, theme.scss */
  .thub-how__grid.js-mobile-swiper-how,
  .benefit-list.js-mobile-swiper-benefits {
    overflow: hidden;
    padding-bottom: 28px; }

  /* line 146, theme.scss */
  .js-mobile-swiper .swiper-slide {
    height: auto; }

  /* line 150, theme.scss */
  .mobile-swiper-pagination {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    width: 100%; }

  /* line 159, theme.scss */
  .mobile-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #EEFCD4;
    opacity: 1; }

  /* line 167, theme.scss */
  .mobile-swiper-pagination .swiper-pagination-bullet-active {
    background: #C5FC5F; }

  /* line 171, theme.scss */
  .thub-how-swiper-pagination,
  .benefit-list-swiper-pagination {
    margin-top: 24px; }

  /* line 176, theme.scss */
  .main.js-mobile-swiper-main .swiper-slide,
  .thub-how__grid.js-mobile-swiper-how .swiper-slide,
  .benefit-list.js-mobile-swiper-benefits .swiper-slide {
    box-sizing: border-box; }

  /* line 182, theme.scss */
  .main.js-mobile-swiper-main .swiper-slide {
    width: 280px;
    height: 148px; }

  /* line 187, theme.scss */
  .thub-how__grid.js-mobile-swiper-how .swiper-slide {
    width: 300px;
    height: 246px; }

  /* line 192, theme.scss */
  .benefit-list.js-mobile-swiper-benefits .swiper-slide {
    width: 300px;
    height: 234px; } }
@media (max-width: 768px) {
  /* line 205, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

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

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

  /* line 217, theme.scss */
  .layout.widget-type_widget_v4_footer_19_1_5779fcac8ccb19532849e409c2ad1299 {
    padding-left: 0!important;
    padding-right: 0!important; }

  /* line 222, theme.scss */
  .layout.widget-type_widget_v4_feedback_2_39838366d7f8a122c98c83f9cdcb4c1e {
    margin-left: 16px;
    margin-right: 16px; }

  /* line 227, theme.scss */
  .layout.widget-type_widget_v4_feedback_2_39838366d7f8a122c98c83f9cdcb4c1e {
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 24px;
    padding-left: 0!important;
    padding-right: 0!important; }

  /* line 235, theme.scss */
  .layout.widget-type_widget_v4_footer_19_1_5779fcac8ccb19532849e409c2ad1299 {
    padding-left: 0!important;
    padding-right: 0!important; }

  /* line 240, theme.scss */
  .widget-type_custom-shop-reviews {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  /* line 245, theme.scss */
  .layout.widget-type_widget_v4_footer_19_1_5779fcac8ccb19532849e409c2ad1299 {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  /* line 251, theme.scss */
  .widget-type_widget_v4_modal_cookie_1_dcf018fe11ce97843658c6fc50387308 {
    z-index: 1000000; }

  /* line 255, theme.scss */
  body[data-theme-template="page.system-template-8985d18bc92e22fe8614"] .layout.widget-type_widget_v4_feedback_2_39838366d7f8a122c98c83f9cdcb4c1e .layout__content {
    margin-top: 20px; }

  /* line 259, theme.scss */
  .layout.widget-type_widget_v4_simple_text_2e6d03479dc897cfc8f8dd6894544f1d {
    padding: 0; }

  /* line 263, theme.scss */
  .widget-type_widget_v4_simple_text_2_cbbfecd031bb4fe67189200c476668c3 {
    padding-right: 0;
    border-radius: 24px 0 0 24px; }

  /* line 268, theme.scss */
  .widget-type_widget_v4_simple_text_d2e992596726db5a025f31792014851b,
  .widget-type_widget_v4_benefits_2_f83eeba5c4b1b1502fb75b64824f6ab1 {
    padding-right: 0;
    padding-left: 0; } }
