@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, #02D655);
  --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, #02f15e);
  --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, #15fd6e);
  --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, #6dfea4);
  --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, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --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, #000000);
  --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, #000000);
  --color-text-light-is-dark: var(--draft-color-text-light-is-dark, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #1a1a1a);
  --color-text-light-minor-shade-is-dark: var(--draft-color-text-light-minor-shade-is-dark, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #333333);
  --color-text-light-major-shade-is-dark: var(--draft-color-text-light-major-shade-is-dark, 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, system);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 6px);
  --color-notice-warning: var(--draft-color-notice-warning, #FF0000);
  --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, #ff1a1a);
  --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, #ff3333);
  --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, #ff8080);
  --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, #FF0000);
  --color-notice-success-is-dark: var(--draft-color-notice-success-is-dark, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #ff1a1a);
  --color-notice-success-minor-shade-is-dark: var(--draft-color-notice-success-minor-shade-is-dark, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #ff3333);
  --color-notice-success-major-shade-is-dark: var(--draft-color-notice-success-major-shade-is-dark, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #ff8080);
  --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, #FF0000);
  --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, #ff1a1a);
  --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, #ff3333);
  --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, #ff8080);
  --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, #000000);
  --color-notice-info-is-dark: var(--draft-color-notice-info-is-dark, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #1a1a1a);
  --color-notice-info-minor-shade-is-dark: var(--draft-color-notice-info-minor-shade-is-dark, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #333333);
  --color-notice-info-major-shade-is-dark: var(--draft-color-notice-info-major-shade-is-dark, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #808080);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family: var(--draft-font-family, Comfortaa);
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Comfortaa);
  --heading-ratio: var(--draft-heading-ratio, 1.6);
  --heading-weight: var(--draft-heading-weight, 900);
  --collection_count: var(--draft-collection_count, 100);
  --search_count: var(--draft-search_count, 100);
  --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 27, theme.scss */
.co-menu-link.co-menu-link--personal.co-link[href="/client_account/discounts"] {
  display: none; }

/* line 30, theme.scss */
.button, .is-success-notice, .co-button, .widget-type_system_widget_v4_special_products_1 .favorites_btn, .widget-type_system_widget_v4_special_products_1 .favorites_btn:hover:before, .co-toggable_field-input--radio input + span, .widget-type_widget_v4_header_4_ff87f3ee77f2271819fd11fc49f79300 .header .form-control.header__search-field, .co-toggable_field-input input:checked + span, .widget-type_widget_v4_header_4_ff87f3ee77f2271819fd11fc49f79300 .header__control-bage, .widget-type_system_widget_v4_special_products_1 .product-preview .sticker, .widget-type_widget_v4_product_10_cb55c4e1bbcf86efb1d4c6a02abf1436 .product .sticker, .counter-input, .button add-cart-counter__detail, .widget-type_system_widget_v4_catalog_3 .product-preview .sticker {
  border: 1px solid black !important; }

/* line 33, theme.scss */
.button, .is-success-notice, .co-button, .widget-type_system_widget_v4_special_products_1 .favorites_btn:hover:before, .co-toggable_field-input--radio input + span, .widget-type_widget_v4_header_4_ff87f3ee77f2271819fd11fc49f79300 .header .form-control.header__search-field {
  padding: 5px !important; }

/* line 36, theme.scss */
.widget-type_widget_v4_header_4_ff87f3ee77f2271819fd11fc49f79300 .header .form-control.header__search-field {
  border-right: 0 !important; }

/* line 39, theme.scss */
.add-cart-counter__controls-btn, .widget-type_widget_v4_product_10_cb55c4e1bbcf86efb1d4c6a02abf1436 .add-cart-counter__controls-btn[data-add-cart-counter-minus] {
  border: 1px solid red; }

/* line 42, theme.scss */
.product__sku {
  font-style: italic;
  font-size: 14px;
  font-weight: bold; }

/* line 47, theme.scss */
.widget-type_system_widget_v4_catalog_3 .empty-catalog-message, .heading, .widget-type_system_widget_v4_special_products_1 .product-preview__title, .widget-type_system_widget_v4_special_products_1 .product-preview__price-old, .widget-type_system_widget_v4_special_products_1 .product-preview__price-cur, .widget-type_widget_v4_header_4_ff87f3ee77f2271819fd11fc49f79300 .header__collections-head, .co-tabs-header, .co-title, .co-toggable_field--bordered .co-toggable_field-title, .co-input-label, .js-modal-submit--login, .header__control-text, .header__menu-link, .sidebar-collections__link, .header__show-collection-btn {
  font-size: 14px !important; }

/* line 50, theme.scss */
.micro-alert-item, .splide__arrow-icon, .widget-type_widget_v4_product_10_cb55c4e1bbcf86efb1d4c6a02abf1436 .reviews__show-all-btn, .splide__arrow-icon {
  color: #000000 !important; }

/* line 53, theme.scss */
button[data-add-cart-counter-minus], button[data-add-cart-counter-minus]:hover, button[data-add-cart-counter-minus]:focus, button[data-add-cart-counter-minus]:active, .widget-type_system_widget_v4_cart_2 .item-counter .is-count-down {
  background-color: red !important; }

/* line 56, theme.scss */
.add-cart-counter__detail, .widget-type_widget_v4_product_10_cb55c4e1bbcf86efb1d4c6a02abf1436 .add-cart-counter__detail:hover, .widget-type_widget_v4_product_10_cb55c4e1bbcf86efb1d4c6a02abf1436 .add-cart-counter__detail, .widget-type_system_widget_v4_cart_2 .item-counter .counter-input, .widget-type_widget_v4_product_10_cb55c4e1bbcf86efb1d4c6a02abf1436 .reviews__show-all-btn, .widget-type_widget_v4_product_10_cb55c4e1bbcf86efb1d4c6a02abf1436 .show-review-form-btn, .widget-type_system_widget_v4_cart_2 .favorites_btn.favorites-added, .widget-type_system_widget_v4_cart_2 .item-delete button, .add-cart-counter__detail:hover {
  background-color: white; }

/* line 59, theme.scss */
.widget-type_widget_v4_product_10_cb55c4e1bbcf86efb1d4c6a02abf1436 .add-cart-counter__controls-btn[data-add-cart-counter-plus]:hover, .is-count-up, .is-count-up:hover, button[data-cart-submit]:hover, .widget-type_system_widget_v4_special_products_1 .add-cart-counter__controls-btn[data-add-cart-counter-plus]:hover {
  background: var(--color-btn-bg) !important; }

/* line 62, theme.scss */
.cart-controls .submit-block {
  padding: 2px; }

/* line 65, theme.scss */
.widget-type_system_widget_v4_cart_2 .submit-block .social-button svg path {
  fill: black; }

/* line 69, theme.scss */
.widget-type_system_widget_v4_cart_2 .favorites_btn, .widget-type_system_widget_v4_cart_2 .favorites_btn:hoverб .show-review-form-btn__show-text {
  color: #02D655 !important; }

/* line 72, theme.scss */
.widget-type_system_widget_v4_cart_2 .item-delete button {
  color: red; }

/* line 75, theme.scss */
.back_to_catalog {
  border: 1px solid #02D655 !important; }

/* line 78, theme.scss */
.widget-type_system_widget_v4_special_products_1 .favorites_btn:hover {
  border: 0 !important; }

/* line 81, theme.scss */
.widget-type_system_widget_v4_special_products_1 .favorites_btn {
  border-radius: 50%; }

/* line 84, theme.scss */
.add-cart-counter__detail-text .add-cart-counter__detail-count {
  color: red; }
