/* 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, #009966);
  --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, #00bd7e);
  --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, #00e096);
  --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, #4dffc3);
  --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, #006633);
  --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, #008f47);
  --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, #00b85c);
  --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, #33ff99);
  --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, #333333);
  --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, #474747);
  --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, #5c5c5c);
  --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, #999999);
  --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, 6px);
  --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, 16px);
  --font-family-heading: var(--draft-font-family-heading, Montserrat);
  --heading-ratio: var(--draft-heading-ratio, 2);
  --heading-weight: var(--draft-heading-weight, 700);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 15);
  --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, 1408px);
  --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, 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, false); }

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

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

/* line 13, theme.scss */
.button {
  font-weight: 500;
  transition: all 0.2s ease 0s; }

/* line 18, theme.scss */
.stickers {
  top: 5px !important;
  left: 5px !important;
  font-weight: 600; }

/* line 24, theme.scss */
.product-preview__photo img {
  border-radius: 10px; }

/* line 28, theme.scss */
.product-preview__price-cur {
  font-weight: 700 !important; }

/* line 32, theme.scss */
.product-preview__price-old {
  font-weight: 600 !important; }

/* line 36, theme.scss */
.item-total {
  font-weight: 700 !important; }

/* line 40, theme.scss */
.total-amount {
  font-weight: 700 !important; }

@media screen and (max-width: 767px) {
  /* line 49, theme.scss */
  .header-mobile-panel {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 0px 20px; } }
@media screen and (max-width: 767px) {
  /* line 58, theme.scss */
  .header__mobile-head {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end; } }
/* line 65, theme.scss */
.header__mobile-head-content {
  grid-template-columns: 1fr !important;
  grid-column-gap: 0px !important; }

/* line 71, theme.scss */
.header-mobile-panel__controls {
  display: flex !important;
  align-items: center; }

/* line 76, theme.scss */
.header__hide-mobile-menu-btn {
  margin-left: 0px !important; }

/* line 80, theme.scss */
.header-mobile-panel__content {
  grid-column-gap: 0px !important; }

/* line 84, theme.scss */
.header__area-menu {
  margin-left: -10px; }

/* line 88, theme.scss */
.header__menu-link {
  padding: 6px 10px;
  border-radius: 10px; }

/* line 93, theme.scss */
.header__menu-link:hover {
  text-decoration: underline;
  text-decoration-color: #009966; }

/* line 98, theme.scss */
.header__menu-link.is-current {
  background-color: #0099661a; }

/* line 102, theme.scss */
.header__collections-item {
  margin-right: 2rem; }

/* line 106, theme.scss */
.header__collections-item {
  margin-right: 1rem !important;
  padding: 2px 20px;
  border-radius: 14px;
  background-color: #f5f5f5; }

@media screen and (max-width: 767px) {
  /* line 114, theme.scss */
  .header__collections-item {
    padding: 2px 20px !important;
    border-radius: 20px;
    margin-bottom: 1rem;
    border-bottom: transparent !important; } }
/* line 122, theme.scss */
.header__collections-item.is-current {
  background-color: #3333331a; }

/* line 126, theme.scss */
.header__collections-item:hover {
  background-color: #00996633; }

/* line 131, theme.scss */
.sidebar-collections__item {
  padding: 0px 20px !important;
  border-radius: 20px;
  background-color: #f5f5f5;
  margin-bottom: 1rem; }

/* line 138, theme.scss */
.widget-type_system_widget_v4_sidebar_collections_menu_1 .sidebar-collections__link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* line 143, theme.scss */
.sidebar-collections__item.is-current {
  background-color: #3333331a; }

/* line 147, theme.scss */
.sidebar-collections__item:hover {
  background-color: #00996633; }

/* line 152, theme.scss */
.header__control-btn {
  color: #999 !important; }

/* line 156, theme.scss */
.header__control-btn.is-current {
  color: #333 !important; }

/* line 166, theme.scss */
.footer__area-menu {
  margin-top: 100px !important; }

/* line 170, theme.scss */
.footer__area-sidebar {
  margin-bottom: -100px; }

/* line 174, theme.scss */
.menu-item {
  padding-right: 0rem !important; }

/* line 178, theme.scss */
.footer__area-menu {
  gap: 11rem !important; }

@media only screen and (max-width: 1346px) {
  /* line 183, theme.scss */
  .footer__area-menu {
    gap: 9vw !important; } }
@media only screen and (max-width: 767px) {
  /* line 189, theme.scss */
  .footer__area-menu {
    gap: 0px !important; } }
/* line 194, theme.scss */
.footer-top {
  grid-template-columns: 49% auto !important; }

@media only screen and (max-width: 1266px) {
  /* line 199, theme.scss */
  .footer-top {
    grid-template-columns: 33% auto !important; } }
@media only screen and (max-width: 767px) {
  /* line 205, theme.scss */
  .footer-top {
    grid-template-columns: 100% auto !important; } }
/* line 210, theme.scss */
.footer__area-menu .menu-item a:hover {
  text-decoration: underline;
  color: #009966; }

/* line 238, theme.scss */
.special-products__slider-controls {
  display: none; }

/* line 242, theme.scss */
.splide__pagination {
  display: none !important; }

/* line 246, theme.scss */
.widget-type_system_widget_v4_special_products_1 .product-preview__content {
  font-weight: 500; }

/* line 250, theme.scss */
.widget-type_system_widget_v4_special_products_1 .product-preview__price-cur {
  font-weight: 700; }

/* line 254, theme.scss */
.widget-type_system_widget_v4_special_products_1 .product-preview {
  border: none;
  padding: 0px; }

/* line 259, theme.scss */
.widget-type_system_widget_v4_special_products_1 .product-preview__photo {
  margin: 0px 0px 1rem 0px; }

/* line 263, theme.scss */
.img-ratio__inner {
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* line 273, theme.scss */
.splide__slide img {
  vertical-align: middle !important;
  max-width: 100%;
  display: inline-block; }

/* line 279, theme.scss */
.img-ratio img {
  transition: all 0.38s ease 0s; }

/* line 283, theme.scss */
.img-ratio img:hover {
  transform: scale(1.05); }

/* line 290, theme.scss */
.widget-type_system_widget_v4_catalog_2 .product-preview__controls {
  visibility: visible;
  opacity: 100; }

/* line 296, theme.scss */
.widget-type_system_widget_v4_cart_2 .cart__area-controls .button {
  border-radius: 20 !important;
  margin-top: 10px; }

/* line 301, theme.scss */
.favorites_btn {
  font-size: 14px !important; }

/* line 305, theme.scss */
.item-delete button {
  font-size: 14px !important; }

/* line 309, theme.scss */
.cart__area-controls .button {
  border-radius: 10px !important; }

/* line 313, theme.scss */
.submit-block {
  padding: 10px !important;
  background-color: var(--bg-minor-shade) !important; }
