@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, #3E77AA);
  --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, #4585bc);
  --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, #5a92c4);
  --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, #98bbda);
  --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, #0070C9);
  --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, #007fe6);
  --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, #068fff);
  --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, #63b9ff);
  --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, #272323);
  --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, #3f3939);
  --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, #564e4e);
  --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, #988d8d);
  --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, thin);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 30px);
  --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, Montserrat);
  --font-size: var(--draft-font-size, 14px);
  --font-family-heading: var(--draft-font-family-heading, Montserrat);
  --heading-ratio: var(--draft-heading-ratio, 1.6);
  --heading-weight: var(--draft-heading-weight, 500);
  --collection_count: var(--draft-collection_count, 36);
  --search_count: var(--draft-search_count, 20);
  --blog_size: var(--draft-blog_size, 12);
  --product_not_available: var(--draft-product_not_available, hidden);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1490px);
  --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, true);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, true);
  --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, true);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, true);
  --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, true);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, false);
  --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; } }
/*Карточка товара закругление */
/* line 29, theme.scss */
.product__photo {
  border-radius: 20px; }

/* line 32, theme.scss */
.option-value {
  background: white;
  border-radius: 20px; }

/*Меню в шапке закругление */
/* line 38, theme.scss */
.widget-type_system_widget_v4_header_6 .header__collections img, .widget-type_system_widget_v4_header_6 .header__collections-content {
  border-radius: 20px; }

/*Видео адаптация */
/* line 43, theme.scss */
.iframe_video {
  height: 0px;
  padding-bottom: 56.2%;
  position: relative; }

/* line 48, theme.scss */
.iframe_video iframe {
  width: 100%;
  height: 100%;
  position: absolute; }

/*Таблица */
/* line 55, theme.scss */
.table {
  width: 100%;
  border: none;
  margin-bottom: 20px;
  border-collapse: separate; }

/* line 61, theme.scss */
.table thead th {
  font-weight: normal;
  text-align: center;
  border: none;
  padding: 10px 15px;
  background: #f5f5f7;
  font-size: 14px;
  border-top: 1px solid #ddd; }

/* line 70, theme.scss */
.table tr th:first-child, .table tr td:first-child {
  border-left: 1px solid #ddd; }

/* line 73, theme.scss */
.table tr th:last-child, .table tr td:last-child {
  border-right: 1px solid #ddd; }

/* line 76, theme.scss */
.table thead tr th:first-child {
  border-radius: 20px 0 0 0; }

/* line 79, theme.scss */
.table thead tr th:last-child {
  border-radius: 0 20px 0 0; }

/* line 82, theme.scss */
.table tbody td {
  text-align: center;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: top; }

/* line 89, theme.scss */
.table tbody tr:nth-child(even) {
  background: #f5f5f7; }

/* line 92, theme.scss */
.table tbody tr:last-child td {
  border-bottom: 1px solid #ddd; }

/* line 95, theme.scss */
.table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 20px; }

/* line 98, theme.scss */
.table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0; }

/*Таблица с заголовком в одну строку */
/* line 103, theme.scss */
.table1 {
  width: 100%;
  border: none;
  margin-bottom: 20px;
  border-collapse: separate; }

/* line 109, theme.scss */
.table1 thead th {
  font-weight: normal;
  text-align: center;
  border: none;
  padding: 10px 15px;
  background: #f5f5f7;
  font-size: 14px;
  border-top: 1px solid #ddd; }

/* line 118, theme.scss */
.table1 tr th:first-child, .table1 tr td:first-child {
  border-left: 1px solid #ddd; }

/* line 121, theme.scss */
.table1 tr th:last-child, .table1 tr td:last-child {
  border-right: 1px solid #ddd; }

/* line 124, theme.scss */
.table1 thead tr th:first-child {
  border-radius: 20px 0 0 0; }

/* line 127, theme.scss */
.table1 thead tr th:last-child {
  border-radius: 20px 20px 0 0; }

/* line 130, theme.scss */
.table1 tbody td {
  text-align: center;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: top; }

/* line 137, theme.scss */
.table1 tbody tr:nth-child(even) {
  background: #f5f5f7; }

/* line 140, theme.scss */
.table1 tbody tr:last-child td {
  border-bottom: 1px solid #ddd; }

/* line 143, theme.scss */
.table1 tbody tr:last-child td:first-child {
  border-radius: 0 0 0 20px; }

/* line 146, theme.scss */
.table1 tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0; }

/*Блок в сайдбаре */
/* line 152, theme.scss */
.Box0 {
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  box-shadow: 0 0 15px #f2f2f2;
  padding: 30px 30px;
  width: 85%;
  font-size: 12px; }

/*Блок белый для описания */
/* line 164, theme.scss */
.Box {
  margin-bottom: 15px;
  background-color: #fff;
  position: relative;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  box-shadow: 0 0 15px #f2f2f2;
  padding: 30px 40px;
  font-size: 14px; }

/*Блок внимание желтый */
/* line 176, theme.scss */
.Box1 {
  margin-bottom: 15px;
  background-color: #FFF9DF;
  position: relative;
  border: 1px solid #fffff;
  border-radius: 20px;
  padding: 20px 25px;
  font-size: 12px; }

/*Блок кнопка голубая текст в одну строку */
/* line 187, theme.scss */
.Box2 {
  margin-bottom: 15px;
  background-color: #F1F7FE;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 35px;
  padding: 15px 30px;
  font-size: 12px; }

/*Блок голубой для краткого описания */
/* line 198, theme.scss */
.Box3 {
  margin-bottom: 15px;
  background-color: #F1F7FE;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 20px 25px;
  font-size: 12px; }

/*Скругление углов фона */
/* line 209, theme.scss */
.layout__content {
  border-radius: 20px !important; }

/*Анимация */
/* line 214, theme.scss */
.animate-gradient {
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  color: #333;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: animate_gradient 5s ease infinite; }

/* line 223, theme.scss */
.animate-gradient:hover {
  animation: none; }

@keyframes animate_gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/*Скрытие по вашему запросу ничего не найдено */
/* line 240, theme.scss */
.empty-catalog-message {
  display: none; }
