/* 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, #1F4F3A);
  --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, #2b6d50);
  --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, #368a66);
  --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, #70c7a1);
  --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, #4B856B);
  --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, #56997b);
  --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, #65a88a);
  --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, #9fc9b6);
  --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, #1B1D1C);
  --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, #313533);
  --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, #474c49);
  --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, #89928e);
  --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, #F5F6F4);
  --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, #edefec);
  --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, #e4e6e1);
  --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, #7a876e);
  --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, 6px);
  --color-notice-warning:var(--draft-color-notice-warning, #D67305);
  --color-notice-warning-is-dark:var(--draft-color-notice-warning-is-dark, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #f28406);
  --color-notice-warning-minor-shade-is-dark:var(--draft-color-notice-warning-minor-shade-is-dark, true);
  --color-notice-warning-major-shade:var(--draft-color-notice-warning-major-shade, #f9921c);
  --color-notice-warning-major-shade-is-dark:var(--draft-color-notice-warning-major-shade-is-dark, true);
  --color-notice-warning-half-shade:var(--draft-color-notice-warning-half-shade, #fbbb71);
  --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, #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, #9E0303);
  --color-notice-error-is-dark:var(--draft-color-notice-error-is-dark, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #c20404);
  --color-notice-error-minor-shade-is-dark:var(--draft-color-notice-error-minor-shade-is-dark, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #e40505);
  --color-notice-error-major-shade-is-dark:var(--draft-color-notice-error-major-shade-is-dark, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #fc5555);
  --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, #FFF3CD);
  --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, #fff0be);
  --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, #ffecac);
  --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, #e6b000);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, Manrope);
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, Manrope);
  --heading-ratio:var(--draft-heading-ratio, 1.5);
  --heading-weight:var(--draft-heading-weight, 600);
  --collection_count:var(--draft-collection_count, 30);
  --search_count:var(--draft-search_count, 30);
  --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, 1470px);
  --delta_sidebar:var(--draft-delta_sidebar, 1);
  --type_sidebar:var(--draft-type_sidebar, sticky);
  --sidebar_index_show:var(--draft-sidebar_index_show, true);
  --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, 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, right);
  --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; } }
/* line 29, theme.scss */
html {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("back-forest.jpg") center center/cover no-repeat fixed !important; }

/* line 34, theme.scss */
body {
  background: transparent !important; }

/* line 39, theme.scss */
[class*="widget-type_system_widget_v4_header_"],
[class*="widget-type_system_widget_v4_header_"] .layout__content,
.header-part-main {
  background-color: transparent !important; }

/* line 46, theme.scss */
[class*="widget-type_system_widget_v4_promo_slider_"],
[class*="widget-type_system_widget_v4_promo_slider_"] .layout__content,
[class*="widget-type_system_widget_v4_collections_on_index_"],
[class*="widget-type_system_widget_v4_collections_on_index_"] .layout__content,
[class*="widget-type_system_widget_v4_special_products_tabs_"],
[class*="widget-type_system_widget_v4_special_products_tabs_"] .layout__content,
[class*="widget-type_system_widget_v4_benefits_"],
[class*="widget-type_system_widget_v4_benefits_"] .layout__content,
[class*="widget-type_system_widget_v4_page_title_"],
[class*="widget-type_system_widget_v4_page_title_"] .layout__content,
[class*="widget-type_system_widget_v4_filter_sort_"],
[class*="widget-type_system_widget_v4_filter_sort_"] .layout__content,
[class*="widget-type_system_widget_v4_catalog_"],
[class*="widget-type_system_widget_v4_catalog_"] .layout__content,
[class*="widget-type_system_widget_v4_pagination_"],
[class*="widget-type_system_widget_v4_pagination_"] .layout__content,
[class*="widget-type_system_widget_v4_delimeters_"],
[class*="widget-type_system_widget_v4_delimeters_"] .layout__content,
[class*="widget-type_system_widget_v4_breadcrumbs_"],
[class*="widget-type_system_widget_v4_breadcrumbs_"] .layout__content,
[class*="widget-type_system_widget_v4_page_content_"],
[class*="widget-type_system_widget_v4_page_content_"] .layout__content,
[class*="widget-type_system_widget_v4_simple_text"],
[class*="widget-type_system_widget_v4_simple_text"] .layout__content,
[class*="widget-type_system_widget_v4_shops_"],
[class*="widget-type_system_widget_v4_shops_"] .layout__content,
[class*="widget-type_system_widget_v4_application_form_"],
[class*="widget-type_system_widget_v4_application_form_"] .layout__content,
[class*="widget-type_system_widget_v4_search_form_"],
[class*="widget-type_system_widget_v4_search_form_"] .layout__content,
[class*="widget-type_system_widget_v4_page_banner_"],
[class*="widget-type_system_widget_v4_page_banner_"] .layout__content,
[class*="widget-type_system_widget_v4_personal_"],
[class*="widget-type_system_widget_v4_personal_"] .layout__content,
[class*="widget-type_system_widget_v4_heading_"],
[class*="widget-type_system_widget_v4_heading_"] .layout__content,
[class*="widget-type_system_widget_v4_banner_list_"],
[class*="widget-type_system_widget_v4_banner_list_"] .layout__content,
[class*="widget-type_system_widget_v4_product_"],
[class*="widget-type_system_widget_v4_product_"] .layout__content {
  background-color: transparent !important; }

/* line 90, theme.scss */
[class*="widget-type_system_widget_v4_sidebar_collections_menu_"],
[class*="widget-type_system_widget_v4_sidebar_social_"],
[class*="widget-type_system_widget_v4_special_products_"]:not([class*="special_products_tabs"]) {
  border-radius: 5px;
  overflow: hidden; }

/* line 99, theme.scss */
[class*="widget-type_system_widget_v4_sidebar_collections_menu_"] .layout__content {
  padding: 12px 16px; }

/* line 103, theme.scss */
[class*="widget-type_system_widget_v4_sidebar_collections_menu_"]
.sidebar-collections > ul.sidebar-collections__menu > li.sidebar-collections__item a.sidebar-collections__link {
  font-weight: 700; }

/* line 108, theme.scss */
[class*="widget-type_system_widget_v4_sidebar_collections_menu_"]
ul li ul li a.sidebar-collections__link {
  font-weight: 400 !important;
  padding-left: 24px !important; }

/* line 114, theme.scss */
[class*="widget-type_system_widget_v4_sidebar_collections_menu_"]
ul li ul li ul li a.sidebar-collections__link {
  padding-left: 48px !important; }

/* line 119, theme.scss */
[class*="widget-type_system_widget_v4_sidebar_collections_menu_"]
ul li ul li ul li ul li a.sidebar-collections__link {
  padding-left: 72px !important; }

/* line 126, theme.scss */
[class*="widget-type_system_widget_v4_special_products_"]:not([class*="special_products_tabs"]) .layout__content {
  padding: 12px 16px; }

/* line 131, theme.scss */
.product-preview img,
.product-preview .lazyload,
.product-preview picture,
.products-list__item img {
  border-radius: 5px; }

/* line 139, theme.scss */
[class*="widget-type_system_widget_v4_page_content_"] img,
[class*="widget-type_system_widget_v4_simple_text"] img,
[class*="widget-type_system_widget_v4_page_content_"] iframe,
[class*="widget-type_system_widget_v4_simple_text"] iframe,
[class*="widget-type_system_widget_v4_banner_list_"] img,
[class*="widget-type_system_widget_v4_banner_list_"] picture,
[class*="widget-type_system_widget_v4_page_banner_"] img,
[class*="widget-type_system_widget_v4_page_banner_"] picture {
  border-radius: 5px;
  overflow: hidden; }

/* line 152, theme.scss */
[class*="widget-type_system_widget_v4_shops_"] iframe,
[class*="widget-type_system_widget_v4_shops_"] .contacts-map,
.contacts-map iframe {
  border-radius: 5px;
  overflow: hidden; }

/* line 160, theme.scss */
[class*="widget-type_system_widget_v4_footer_"] {
  margin-top: 20px; }

/* line 167, theme.scss */
[class*="widget-type_system_widget_v4_breadcrumbs_"] {
  --layout-pt: 0;
  --layout-pb: 0; }

/* line 171, theme.scss */
[class*="widget-type_system_widget_v4_page_title_"] {
  --layout-pt: 1vw;
  --layout-pb: 0.5vw; }

/* line 177, theme.scss */
[class*="widget-type_system_widget_v4_special_products_tabs_"] .product-preview__buy-btn,
[class*="widget-type_system_widget_v4_special_products_tabs_"] .show-cart-button,
[class*="widget-type_system_widget_v4_special_products_tabs_"] .hide-cart-button {
  display: none !important; }

/* line 184, theme.scss */
.cut-block__content-wrapper::before,
.cut-block__content-wrapper::after,
.cut-block.is-hidden::before,
.cut-block.is-hidden::after {
  display: none !important; }

@media (max-width: 1024px) {
  /* line 197, theme.scss */
  .header__logo img {
    content: url("https://static.insales-cdn.com/files/1/4201/124506217/original/logo_white_1778260531.png") !important; } }
@media (max-width: 600px) {
  /* line 204, theme.scss */
  .grid-list.catalog-list {
    grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 1024px) {
  /* line 211, theme.scss */
  .benefit-list.grid-list {
    grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 480px) {
  /* line 216, theme.scss */
  .benefit-list.grid-list {
    grid-template-columns: 1fr !important; } }
@media (max-width: 1024px) {
  /* line 223, theme.scss */
  [class*="widget-type_system_widget_v4_sidebar_collections_menu_"]
  .sidebar-collections > ul.sidebar-collections__menu > li.sidebar-collections__item a.sidebar-collections__link {
    font-size: 13px; }

  /* line 227, theme.scss */
  [class*="widget-type_system_widget_v4_sidebar_collections_menu_"]
  ul li ul li a.sidebar-collections__link {
    padding-left: 0 !important; }

  /* line 231, theme.scss */
  [class*="widget-type_system_widget_v4_sidebar_collections_menu_"]
  ul li ul li ul li a.sidebar-collections__link {
    padding-left: 0 !important; }

  /* line 235, theme.scss */
  [class*="widget-type_system_widget_v4_sidebar_collections_menu_"]
  ul li ul li ul li ul li a.sidebar-collections__link {
    padding-left: 0 !important; } }
@media (max-width: 768px) {
  /* line 243, theme.scss */
  .product__area-photo,
  .product__one-photo {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  /* line 248, theme.scss */
  .product__one-photo,
  .product__one-photo img,
  .product__area-photo > * {
    border-radius: 5px;
    overflow: hidden; } }
@media (max-width: 768px) {
  /* line 258, theme.scss */
  [class*="widget-type_system_widget_v4_filter_sort_"] .button,
  [class*="widget-type_system_widget_v4_filter_sort_"] .show-mobile-filter-btn,
  [class*="widget-type_system_widget_v4_filter_sort_"] .collection-order__option {
    color: #1B1D1C !important; } }
/* line 266, theme.scss */
.banner-list__item,
.banner-list__item-photo,
.banner-list__item-photo .img-ratio,
.banner-list__item-photo picture {
  border-radius: 5px !important;
  overflow: hidden !important; }

/* line 275, theme.scss */
body[data-theme-template="page.system-template-2c7ccc9719bd49acfe87"]
main > .layout:not([class*="page_title"]):not([class*="breadcrumbs"]):not([class*="footer"]) {
  background-color: #fff !important;
  max-width: 1470px;
  margin-left: auto !important;
  margin-right: auto !important; }

/* line 282, theme.scss */
body[data-theme-template="page.system-template-2c7ccc9719bd49acfe87"]
main > .layout:not([class*="page_title"]):not([class*="breadcrumbs"]):not([class*="footer"]) .layout__content {
  background-color: #fff !important; }
