/* 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, #444444);
  --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, #575757);
  --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, #6a6a6a);
  --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, #a2a2a2);
  --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, #F69777);
  --color-accent-text-is-light: var(--draft-color-accent-text-is-light, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #f69575);
  --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, #f6916f);
  --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, #f26536);
  --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, #444444);
  --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, #575757);
  --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, #6a6a6a);
  --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, #a2a2a2);
  --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, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #E0E0E0);
  --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, #dfdfdf);
  --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, #dedede);
  --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, #d1d1d1);
  --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, #FFFFFF);
  --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, #f7f7f7);
  --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, #ededed);
  --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, #808080);
  --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, #FFB7A7);
  --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, #ffb6a6);
  --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, #ffb3a2);
  --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, #ff957d);
  --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, #E0E0E0);
  --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, #dfdfdf);
  --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, #dedede);
  --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, #d1d1d1);
  --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.8);
  --heading-weight: var(--draft-heading-weight, 400);
  --collection_count: var(--draft-collection_count, 100);
  --search_count: var(--draft-search_count, 100);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, preorder);
  --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, false);
  --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; }

@media (max-width: 980px) {
  /* line 13, theme.scss */
  .widget-type_widget_v4_promo_slider_16_b4af6c1788e1a6b9290ac868b10e62be .promo-slider__pagination {
    top: 96%;
    text-align: center; }

  /* line 17, theme.scss */
  .widget-type_widget_v4_promo_slider_16_b4af6c1788e1a6b9290ac868b10e62be[style*="--layout-wide-content:true"] .promo-slider__item-content {
    justify-content: end;
    padding-bottom: 4rem; } }
/* line 23, theme.scss */
.header .hovered-logo {
  display: none !important; }

/* line 26, theme.scss */
.header:hover .hovered-logo {
  display: block !important; }

/* line 29, theme.scss */
.header:hover .static-logo {
  display: none !important; }

/* line 32, theme.scss */
.product-preview__controls .button {
  color: #F69777;
  background-color: transparent; }

/* line 37, theme.scss */
.header.open {
  left: 0;
  padding-top: 0;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 100001;
  background: #fff !important; }
  /* line 45, theme.scss */
  .header.open .static-logo {
    display: none !important; }
  /* line 48, theme.scss */
  .header.open .hovered-logo {
    display: block !important; }

@media (max-width: 640px) {
  /* line 54, theme.scss */
  .header.open .header__show-menu-btn {
    color: #000 !important; } }
/* line 1, custom.css */
.btn-icon.icon-favorites-f {
  color: #F69575; }

/* line 4, custom.css */
.widget-type_widget_v4_product_8_ae154b3426204ea62fdd2f49e7620ddf .product__buy-one-click .button {
  color: #F69778;
  border-color: #F69778;
  border: 2px solid;
  font-weight: 500; }
  /* line 9, custom.css */
  .widget-type_widget_v4_product_8_ae154b3426204ea62fdd2f49e7620ddf .product__buy-one-click .button:hover {
    background-color: #F68E77;
    opacity: 0.7;
    color: white;
    border-color: #F69777;
    border: 2px solid;
    font-weight: 500; }
  /* line 17, custom.css */
  .widget-type_widget_v4_product_8_ae154b3426204ea62fdd2f49e7620ddf .product__buy-one-click .button:active {
    background-color: #F68E77;
    color: white;
    border: 2px solid;
    font-weight: 500; }
  /* line 23, custom.css */
  .widget-type_widget_v4_product_8_ae154b3426204ea62fdd2f49e7620ddf .product__buy-one-click .button:disabled {
    background-color: #C4C4C4;
    color: white;
    border: 2px solid;
    font-weight: 500; }

/* line 31, custom.css */
.widget-type_widget_v4_product_8_ae154b3426204ea62fdd2f49e7620ddf .add-cart-counter__btn, .co-modal-button.co-button.js-modal-submit--login, .co-button.co-button--checkout.js-button-checkout_submit, .co-button.co-button--checkout.co-button--checkout-login.js-modal-toggler {
  color: white;
  background-color: #F69777;
  border-color: #F69778;
  font-weight: 500; }
  /* line 36, custom.css */
  .widget-type_widget_v4_product_8_ae154b3426204ea62fdd2f49e7620ddf .add-cart-counter__btn:hover, .co-modal-button.co-button.js-modal-submit--login:hover, .co-button.co-button--checkout.js-button-checkout_submit:hover, .co-button.co-button--checkout.co-button--checkout-login.js-modal-toggler:hover {
    background-color: #F68E77;
    opacity: 0.7;
    color: white;
    border-color: #F69777;
    font-weight: 500; }
  /* line 43, custom.css */
  .widget-type_widget_v4_product_8_ae154b3426204ea62fdd2f49e7620ddf .add-cart-counter__btn:active, .co-modal-button.co-button.js-modal-submit--login:active, .co-button.co-button--checkout.js-button-checkout_submit:active, .co-button.co-button--checkout.co-button--checkout-login.js-modal-toggler:active {
    background-color: #F68E77;
    color: white;
    font-weight: 500; }
  /* line 48, custom.css */
  .widget-type_widget_v4_product_8_ae154b3426204ea62fdd2f49e7620ddf .add-cart-counter__btn:disabled, .co-modal-button.co-button.js-modal-submit--login:disabled, .co-button.co-button--checkout.js-button-checkout_submit:disabled, .co-button.co-button--checkout.co-button--checkout-login.js-modal-toggler:disabled {
    background-color: #C4C4C4;
    color: white;
    font-weight: 500; }

/* 612119 */
/* line 56, custom.css */
span.co-basket_item-price.co-price--current {
  font-weight: 500; }

/* line 60, custom.css */
div#items_price {
  font-weight: 500; }

/* line 64, custom.css */
div#delivery_price {
  font-weight: 500; }

/* line 68, custom.css */
div#total_price {
  font-weight: 500; }

/* line 72, custom.css */
span.co-delivery_method-price.co-toggable_field-price.co-price--current {
  font-weight: 500; }

/* 612119 */
/* 612180 */
/* line 80, custom.css */
.co-tabs-header {
  text-align: center; }

/* line 84, custom.css */
h2.co-title.co-title--h2.co-tabs-header {
  font-size: 1rem; }

@media (max-width: 468px) {
  /* line 89, custom.css */
  .co-social_login-separator:not(:empty)::before {
    display: none; }

  /* line 92, custom.css */
  .co-social_login-separator:not(:empty)::after {
    display: none; }

  /* line 95, custom.css */
  .co-social_login-separator {
    font-size: bold;
    justify-content: center; } }
/* line 101, custom.css */
.co-title--h2 {
  font-weight: 400; }

/* line 105, custom.css */
span.co-delivery_method-title.co-toggable_field-title.co-input-title {
  font-size: 1.1rem; }

/* line 109, custom.css */
span.co-delivery_method-description.co-toggable_field-description.co-input-description {
  font-size: 0.9rem; }

/* line 113, custom.css */
span.co-delivery_method-price.co-toggable_field-price.co-price--current {
  font-weight: 400;
  font-size: 1.1rem; }

/* line 119, custom.css */
.co-toggable_field-price {
  padding: 1rem 1rem; }

/* line 123, custom.css */
span.co-basket_total-price.co-price--current {
  font-weight: 400;
  font-size: 1.6rem; }

/* line 128, custom.css */
.notBold {
  font-weight: normal; }

/* line 132, custom.css */
.contact-head {
  text-align: start;
  font-size: calc(var(--font-size) * var(--heading-ratio) / 1.4) !important; }

@media (max-width: 820px) {
  /* line 138, custom.css */
  span.co-delivery_method-price.co-toggable_field-price.co-price--current {
    padding-left: 2.5rem; } }
/* line 143, custom.css */
span.co-input-title.co-input-label.co-toggable_field-title {
  font-size: 1rem; }

/* line 146, custom.css */
.co-input-description.co-toggable_field-description {
  font-size: 0.8rem; }

/* line 150, custom.css */
.co-input.co-input--checkbox.co-input--subscribe {
  padding-bottom: 2rem; }

/* line 154, custom.css */
span#price_7541154 {
  display: none; }

/* line 157, custom.css */
span#price_7347781 {
  display: none; }

/* line 160, custom.css */
span#price_7541154 {
  display: none; }

@media (max-width: 420px) {
  /* line 165, custom.css */
  span.co-delivery_method-price.co-toggable_field-price.co-price--current {
    padding-top: 0;
    padding-bottom: 0; }

  /* line 169, custom.css */
  .co-toggable_field--bordered {
    padding: 0.2rem 0; } }
/* 612180 */
/* line 176, custom.css */
.widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .header__show-menu-btn.button:hover {
  color: black; }

@media (max-width: 1180px) {
  /* line 180, custom.css */
  .widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .header__area-controls {
    display: flex;
    padding-left: 70%; }

  /* line 184, custom.css */
  .widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .header__content {
    padding: 0 34px; }

  /* line 187, custom.css */
  .widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .header__search-btn {
    min-width: 1rem; }

  /* line 190, custom.css */
  .widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .header__control-btn {
    min-width: 2rem; } }
@media (max-width: 768px) {
  /* line 195, custom.css */
  .widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .header__content {
    padding: 0 9px; }

  /* line 198, custom.css */
  .widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .header__control-btn {
    min-width: 2rem; }

  /* line 201, custom.css */
  .widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .header__search-btn {
    min-width: 1rem; }

  /* line 204, custom.css */
  .widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .header__area-controls {
    display: flex;
    padding-left: 50%; }

  /* line 208, custom.css */
  .widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .header__search-form {
    height: 41px; }

  /* line 211, custom.css */
  .widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .header__search-btn {
    height: 2.93rem; } }
@media (min-width: 1028px) {
  /* line 216, custom.css */
  .widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .header__area-controls {
    margin-left: auto; }

  /* line 219, custom.css */
  .widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .header__control-btn {
    min-width: 2rem !important; }

  /* line 222, custom.css */
  .widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .header__content {
    padding: 0px 59px; } }
/* line 226, custom.css */
.widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .header__show-menu-btn.button {
  color: white; }

@media (max-width: 769px) {
  /* line 232, custom.css */
  .widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .favorite-custom {
    display: none !important; }

  /* line 236, custom.css */
  .widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .header__compare {
    display: none !important; }

  /* line 240, custom.css */
  .widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .side-panel__head {
    padding-left: 10px; }

  /* line 244, custom.css */
  .custom-lk {
    margin-left: 5px; }

  /* line 248, custom.css */
  .widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .menu__section {
    padding: 0px; } }
@media (max-width: 768px) {
  /* line 253, custom.css */
  .widget-type_widget_v4_header_12_8b9fa44c1ed107e62e3f7ac01a8b71b3 .side-panel__head {
    padding-top: 0px; } }
