@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, #F2E4E4);
  --color-btn-bg-is-light:var(--draft-color-btn-bg-is-light, true);
  --color-btn-bg-minor-shade:var(--draft-color-btn-bg-minor-shade, #eddada);
  --color-btn-bg-minor-shade-is-light:var(--draft-color-btn-bg-minor-shade-is-light, true);
  --color-btn-bg-major-shade:var(--draft-color-btn-bg-major-shade, #e7cdcd);
  --color-btn-bg-major-shade-is-light:var(--draft-color-btn-bg-major-shade-is-light, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #9e4c4c);
  --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, #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, #101820);
  --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, #1f2e3d);
  --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, #2e455c);
  --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, #658bb1);
  --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, 0px);
  --color-notice-warning:var(--draft-color-notice-warning, #FFFFFF);
  --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, #f7f7f7);
  --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, #ededed);
  --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, #808080);
  --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, #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, #FFFFFF);
  --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, #f7f7f7);
  --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, #ededed);
  --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, #808080);
  --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, #FFFFFF);
  --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, #f7f7f7);
  --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, #ededed);
  --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, #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, 14px);
  --font-family-heading:var(--draft-font-family-heading, Comfortaa);
  --heading-ratio:var(--draft-heading-ratio, 1.4);
  --heading-weight:var(--draft-heading-weight, 600);
  --collection_count:var(--draft-collection_count, 10);
  --search_count:var(--draft-search_count, 10);
  --blog_size:var(--draft-blog_size, 6);
  --product_not_available:var(--draft-product_not_available, hidden);
  --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 */
body {
  background: #F2E2E5; }

/* line 8, theme.scss */
.first-slide {
  position: relative; }
  /* line 11, theme.scss */
  .first-slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 25, theme.scss */
  .first-slide .product-card__cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -o-object-fit: cover;
    object-fit: cover; }
  /* line 36, theme.scss */
  .first-slide picture {
    position: relative;
    z-index: 1;
    width: 86%;
    height: 89%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: contain;
    object-fit: contain; }
  /* line 48, theme.scss */
  .first-slide img {
    -o-object-fit: contain;
    object-fit: contain; }

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

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

/* line 62, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 67, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 70, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 73, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 78, theme.scss */
header {
  position: sticky;
  top: 0;
  z-index: var(--zindex-modal);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  /* line 86, theme.scss */
  header.index {
    position: fixed;
    width: 100%; }

/* line 98, theme.scss */
body.is-editting header.index {
  position: sticky; }

/* line 103, theme.scss */
.show-mobilesub {
  background: none;
  font-size: 1.5rem;
  text-align: right;
  border: none;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
  cursor: pointer;
  display: none;
  line-height: 1;
  height: 22px; }

/* line 119, theme.scss */
.show-mobilesub-active {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

/* line 126, theme.scss */
.menu__link {
  font-size: 0.9rem; }

/*Кабинет*/
/* line 132, theme.scss */
.co-price--current {
  font-size: 1.2rem !important;
  font-weight: 200 !important; }

/* line 137, theme.scss */
.co-sidebar {
  padding-left: 20px !important; }

/* line 140, theme.scss */
.co-checkout-block--padded {
  padding-right: 2rem !important; }

/* line 144, theme.scss */
.co-checkout-title {
  font-size: 1.6rem !important;
  font-weight: 200 !important; }

/* line 149, theme.scss */
.co-title {
  font-weight: 200 !important; }

/* line 153, theme.scss */
.co-toggable_field-title {
  font-size: 1rem !important; }

/* line 157, theme.scss */
.co-sidebar-toggler {
  font-size: 1rem !important; }

/* line 168, theme.scss */
.co-input-title {
  font-size: 1rem !important; }

/* line 172, theme.scss */
.co-client-logged {
  font-size: 1.5rem !important;
  font-weight: 200 !important; }

/* line 177, theme.scss */
.co-sidebar--menu + .co-section--content .co-checkout-title {
  text-align: left !important; }

/* line 181, theme.scss */
.co-checkout-title {
  text-align: center; }

/* line 185, theme.scss */
.co-login {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }
  /* line 190, theme.scss */
  .co-login .co-checkout-block--padded {
    padding: 1rem !important; }
  /* line 194, theme.scss */
  .co-login form {
    max-width: 450px;
    margin: 0 auto; }

@media screen and (min-width: 769px) {
  /* line 203, theme.scss */
  .co-sidebar--menu + .co-section--content {
    padding: 0 0 0 40px; } }
/*Collections on the home page bottom*/
/* line 209, theme.scss */
.subcollection-list__item-title {
  font-weight: 400 !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.2em; }

/* line 217, theme.scss */
.cart__area-items .item-title {
  font-weight: 400 !important;
  font-size: 1rem !important;
  letter-spacing: 0.1em; }

/*Home page bottom slider*/
/* line 227, theme.scss */
.promo-slider__item-content__description {
  letter-spacing: 0.3em;
  font-size: 0.9em;
  margin-bottom: 5px; }

/*Menu underline colour*/
/* line 235, theme.scss */
.menu__link:after {
  border-bottom: 1px solid !important;
  border-bottom-color: #f5dcdc !important; }

/* line 240, theme.scss */
.favorites_btn {
  color: #f5dcdc !important; }

/* line 244, theme.scss */
.js-item-delete {
  color: #f5dcdc !important; }

/* line 247, theme.scss */
.micro-alerts {
  color: #000 !important; }
  /* line 249, theme.scss */
  .micro-alerts > div {
    color: #000 !important; }
  /* line 253, theme.scss */
  .micro-alerts * {
    color: #000000!important; }

/* line 258, theme.scss */
.micro-alert-item.is-success {
  color: #000000!important; }

/* line 264, theme.scss */
.micro-alert-item {
  color: #000000!important; }

/* line 269, theme.scss */
[data-micromodal-trigger-widget]:not(.product-preview__trigger-btn) {
  display: none !important; }

/* line 274, theme.scss */
.item-delete * {
  color: #000 !important; }

/* line 284, theme.scss */
.product__property-name {
  margin-bottom: 5px; }

/* line 288, theme.scss */
.product__property-value {
  font-size: 11px; }

/* line 297, theme.scss */
.sticker-sale {
  position: absolute;
  bottom: 2px!important;
  top: auto;
  left: auto;
  right: 2px !important;
  padding: 5px!important;
  font-size: 11px!important;
  background: #f2e4e4!important;
  color: #000 !important; }

/* line 309, theme.scss */
.product-preview__price-old, .product__price-old {
  color: #3e3f40 !Important; }

/* line 313, theme.scss */
.product__photo-tumb .img-ratio__inner img {
  -o-object-fit: contain;
  object-fit: contain; }

/* line 317, theme.scss */
.splide__slide.product__slide-tumbs.js-product-gallery-tumbs-slide.is-current {
  border-bottom: 0.5px solid black; }

/* line 327, theme.scss */
.favorites_btn.favorites-not-added .btn-icon {
  color: #101820 !important; }

/* line 333, theme.scss */
.favorites_btn.favorites-added .btn-icon {
  color: #f2e4e4 !important; }

/* line 347, theme.scss */
.co-notice--success.co-notice--flash {
  background: #F5E1E5 !important; }

/* line 351, theme.scss */
.product-preview__sku {
  display: none; }

/* line 355, theme.scss */
.option-value.is-span.is-disabled {
  border-color: var(--bg-half-shade);
  border: 1px solid var(--bg-minor-shade);
  background-color: var(--bg-minor-shade);
  color: var(--bg-half-shade); }
  /* line 361, theme.scss */
  .option-value.is-span.is-disabled.is-active {
    border-color: var(--bg-half-shade); }

/* line 370, theme.scss */
#quick_checkout_form .m-modal-heading {
  font-size: 18px!important; }
/* line 374, theme.scss */
#quick_checkout_form .m-input-label {
  font-size: 12px!important; }
/* line 377, theme.scss */
#quick_checkout_form .m-modal-button {
  font-size: 12px!important; }

/* line 383, theme.scss */
.product__area-description p, .product__area-description li, .product__area-description span, .product__area-description table, .product__area-description td, .product__area-description tr, .product__area-description th, .product__area-description h1, .product__area-description h2, .product__area-description h3, .product__area-properties p, .product__area-properties li, .product__area-properties span, .product__area-properties table, .product__area-properties td, .product__area-properties tr, .product__area-properties th, .product__area-properties h1, .product__area-properties h2, .product__area-properties h3 {
  font-size: 12px !important; }

/* line 388, theme.scss */
.product-card__photo__slider .swiper-button {
  display: none !important; }

/* line 393, theme.scss */
.header__favorite svg {
  display: none; }

/* line 414, theme.scss */
.favorites_btn.favorites-not-added .favorite-empty-product {
  display: block; }
/* line 418, theme.scss */
.favorites_btn.favorites-not-added .favorite-full-product {
  display: none; }

/* line 424, theme.scss */
.favorites_btn.favorites-added .favorite-empty-product {
  display: none; }
/* line 428, theme.scss */
.favorites_btn.favorites-added .favorite-full-product {
  display: block; }

/* line 434, theme.scss */
.header__search.old.is-show .header__search-btn svg {
  display: none; }
