@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, #f1e3e3);
  --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, #f1e2e2);
  --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, #ebd6d6);
  --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, #A1A1A1);
  --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, #aaaaaa);
  --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, #b4b4b4);
  --color-accent-text-major-shade-is-light: var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #d0d0d0);
  --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, #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, Roboto);
  --font-size: var(--draft-font-size, 14px);
  --font-family-heading: var(--draft-font-family-heading, Roboto);
  --heading-ratio: var(--draft-heading-ratio, 1.4);
  --heading-weight: var(--draft-heading-weight, 100);
  --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 */
.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 28, theme.scss */
header {
  position: sticky;
  top: 0;
  z-index: var(--zindex-modal);
  background-color: white;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  /* line 37, theme.scss */
  header.index {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0); }
  /* line 42, theme.scss */
  header.is-scrolled {
    background-color: white; }
    /* line 44, theme.scss */
    header.is-scrolled .header__logo img {
      -webkit-filter: invert(100%);
      filter: invert(100%); }

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

/* line 57, 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 73, theme.scss */
.show-mobilesub-active {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

/* line 80, theme.scss */
.heading {
  text-transform: uppercase !important; }

/* line 84, theme.scss */
p {
  letter-spacing: 0.025em !important;
  font-size: 0.9rem !important;
  line-height: 1.7 !important; }

/* line 90, theme.scss */
.product-preview__title {
  text-transform: uppercase;
  font-size: 10.4px !important;
  letter-spacing: 0.2em; }

/* line 97, theme.scss */
.product-preview__price {
  font-size: 0.8rem !important;
  font-weight: 400 !important; }

/* line 103, theme.scss */
.product-preview__price-cur {
  font-size: 0.8rem !important;
  font-weight: 400 !important; }

/* line 109, theme.scss */
.button_wide {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.9rem !important; }

/* line 116, theme.scss */
.option-label {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem !important; }

/* line 123, theme.scss */
.option-value {
  letter-spacing: 0.025em !important;
  font-size: 13px !important; }

/* line 129, theme.scss */
.product__description-content.static-text h6 {
  font-weight: 400 !important;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em; }

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

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

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

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

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

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

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

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

/* line 173, theme.scss */
.co-menu-link,
.co-link,
.link,
a {
  text-decoration: none !important; }

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

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

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

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

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

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

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

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

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

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

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

/* line 262, theme.scss */
.micro-alerts {
  color: #000 !important; }
  /* line 264, theme.scss */
  .micro-alerts > div {
    color: #000 !important;
    text-transform: uppercase !important; }
  /* line 268, theme.scss */
  .micro-alerts * {
    color: #000000 !important;
    text-transform: uppercase !important; }

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

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

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

/* line 288, theme.scss */
.sticker.sticker-preorder, .stickers > div {
  background: #f2e4e4 !important;
  padding: 3px;
  display: block;
  font-size: 9px !important;
  color: #000 !important; }

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

/* line 302, theme.scss */
.breadcrumb-wrapper ul li, .breadcrumb-wrapper ul li a {
  text-transform: uppercase !important; }

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

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

/* line 315, theme.scss */
.co-button--checkout#create_order, .decorated-title.co-title.co-title--h1, .co-button--checkout {
  text-transform: uppercase !important; }

/* line 320, 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 332, theme.scss */
.product-preview__price-old, .product__price-old {
  color: #3e3f40 !Important; }

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

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

/* line 344, theme.scss */
.stickers {
  text-transform: uppercase; }

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

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

/* line 365, theme.scss */
.co-basket_item-description {
  text-transform: uppercase; }

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

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

/* line 378, 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 384, theme.scss */
  .option-value.is-span.is-disabled.is-active {
    border-color: var(--bg-half-shade); }

/* line 390, theme.scss */
#quick_checkout_form * {
  text-transform: uppercase !important; }
/* line 393, theme.scss */
#quick_checkout_form .m-modal-heading {
  font-size: 18px !important; }
/* line 397, theme.scss */
#quick_checkout_form .m-input-label {
  font-size: 12px !important; }
/* line 400, theme.scss */
#quick_checkout_form .m-modal-button {
  font-size: 12px !important; }

/* line 405, theme.scss */
.modal__content .product__area-buy .add-cart-counter__btn-label {
  text-transform: uppercase; }
