@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #F9F6F0);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f5f0e6);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #efe8d8);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #af8c46);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #332C1C);
  --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, #4d432b);
  --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, #695b3a);
  --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, #b29f73);
  --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, #3B362B);
  --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, #534c3c);
  --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, #6a614d);
  --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, #a99f89);
  --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, #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, insales-default);
  --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, #fff0be);
  --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, #ffecac);
  --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, #e6b000);
  --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, #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, #cae9d2);
  --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, #bee4c7);
  --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, #429e58);
  --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, #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, #f6ccd0);
  --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, #f3bcc1);
  --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, #c52330);
  --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, #BCAB86);
  --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, #c7b99a);
  --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, #d3c7af);
  --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, #f5f2ed);
  --color-notice-info-half-shade-is-light:var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family:var(--draft-font-family, Roboto);
  --font-size:var(--draft-font-size, 14px);
  --font-family-heading:var(--draft-font-family-heading, 'Playfair Display');
  --heading-ratio:var(--draft-heading-ratio, 2);
  --heading-weight:var(--draft-heading-weight, 500);
  --collection_count:var(--draft-collection_count, 36);
  --search_count:var(--draft-search_count, 15);
  --blog_size:var(--draft-blog_size, 9);
  --product_not_available:var(--draft-product_not_available, preorder);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1080px);
  --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, true);
  --sidebar_article_position:var(--draft-sidebar_article_position, right);
  --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, true); }

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

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

/* ЗАГОЛОВКИ */
/* line 14, theme.scss */
h3 {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: Roboto, -apple-system, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif !important; }

/* ШАПКА */
/* line 21, theme.scss */
.breadcrumb {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 0; }

/* line 27, theme.scss */
.widget-type_system_widget_v4_breadcrumbs_1 {
  margin-bottom: 2rem; }
  @media screen and (max-width: 1024px) {
    /* line 27, theme.scss */
    .widget-type_system_widget_v4_breadcrumbs_1 {
      margin-bottom: 0; } }

/* line 34, theme.scss */
input[type="text"] {
  background-color: #FFFFFF; }

/* line 38, theme.scss */
.widget-type_system_widget_v4_header_4 .header-mobile-panel {
  border: 0 !important; }

/* line 42, theme.scss */
.widget-type_system_widget_v4_header_4 .header-part-main {
  border: 0 !important; }

/* line 46, theme.scss */
.widget-type_system_widget_v4_header_4 .header .form-control.header__search-field {
  border: 2px solid var(--color-btn-bg) !important; }

/* line 50, theme.scss */
.widget-type_system_widget_v4_header_4 .header__search-btn {
  background-color: var(--color-btn-bg) !important;
  border: 2px solid var(--color-btn-bg) !important;
  color: #fff !important; }

/* line 56, theme.scss */
.widget-type_system_widget_v4_header_4 .header__collections-head {
  flex-direction: column; }

/* line 60, theme.scss */
.widget-type_system_widget_v4_header_4 .header__collections-content {
  width: var(--layout-content-max-width) !important;
  background-color: rgba(255, 255, 255, 0.86) !important;
  margin-top: 2rem;
  border-radius: 6px; }
  @media screen and (max-width: 767px) {
    /* line 60, theme.scss */
    .widget-type_system_widget_v4_header_4 .header__collections-content {
      margin-top: 0; } }

/* line 70, theme.scss */
.widget-type_system_widget_v4_header_4 .header__collections-photo {
  width: 100%;
  margin: 0; }
  @media screen and (max-width: 767px) {
    /* line 70, theme.scss */
    .widget-type_system_widget_v4_header_4 .header__collections-photo {
      width: 100%; } }

/* line 78, theme.scss */
.widget-type_system_widget_v4_header_4 .header__collections-head-title {
  width: 100%;
  padding: 0 0.5rem 0 0.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 2rem;
  letter-spacing: 0.75px;
  font-weight: 500; }

/* line 89, theme.scss */
.widget-type_system_widget_v4_header_4 .header__collections-menu {
  padding: 1rem; }

/* line 93, theme.scss */
.widget-type_system_widget_v4_header_4 .header__collections-hide-btn {
  margin-top: 1.5rem;
  margin-right: 2rem; }

/* line 98, theme.scss */
.widget-type_system_widget_v4_header_4 .header__collections-hide-btn .icon {
  font-size: 25px;
  font-weight: 700;
  color: var(--bage-bg-minor-shade);
  background-color: var(--color-btn-bg);
  padding: 7px;
  border-radius: 6px; }

/* line 107, theme.scss */
.widget-type_system_widget_v4_header_4 .header__collections-title {
  font-size: 2rem;
  font-family: 'Playfair Display';
  padding: 1rem;
  margin: 0 0 1rem 0;
  border-bottom: 0.8px solid var(--color-btn-bg); }

/* line 115, theme.scss */
.widget-type_system_widget_v4_header_4 .header__mobile-menu-link {
  font-size: 1rem;
  font-weight: 500; }

/* line 121, theme.scss */
.va-alfred-container #va_search-suggestions .products a .va--qnt {
  display: none; }

/* ВСПЛЫВАЮЩЕЕ ОКНО */
/* line 126, theme.scss */
.widget-type_system_widget_v4_modal_cookie_1.layout {
  width: 90%;
  left: 5%;
  bottom: 2%;
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: #000000;
  border-radius: 6px;
  font-size: 0.9rem; }

/* line 136, theme.scss */
#sw-app-5cc882648e3f402d3c30c7cbee14ad23 .sw-review-list {
  display: none !important; }

/* ГЛАВНАЯ */
/* line 141, theme.scss */
.widget-type_system_widget_v4_banner_list_25_1 .banner-list__item-social .social-item {
  font-weight: 700;
  font-size: 1rem;
  border: 2px solid var(--color-btn-bg) !important;
  border-radius: 6px;
  padding: 13px 25px;
  color: var(--color-btn-bg); }

/* line 150, theme.scss */
.banner-list__item-button .button {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.8px; }

/* line 156, theme.scss */
.banner-list__item-title {
  text-transform: uppercase !important;
  text-align: left !important;
  font-size: 1.2rem !important;
  flex-direction: row !important;
  gap: 10px !important; }
  @media screen and (max-width: 767px) {
    /* line 156, theme.scss */
    .banner-list__item-title {
      font-size: 1rem !important; } }

/* ЖУРНАЛ */
@media all and (max-width: 767px) {
  /* line 169, theme.scss */
  .page_layout_normal_right > main, .page_layout_sticky_right > main {
    grid-row: 2 / 2; }

  /* line 172, theme.scss */
  .page_layout_normal_right > aside, .page_layout_sticky_right > aside {
    grid-row: 3 / 3; } }
/* line 176, theme.scss */
.widget-type_widget_v4_page_cloud_1_450108c5bfad365e8c54b4ed40a26548 .nav__menu-wrapper .nav__menu-item {
  background-color: #E6DFCA !important; }

/* line 179, theme.scss */
.widget-type_system_widget_v4_article_products_1 {
  margin: 1rem 1rem 3rem; }
  /* line 181, theme.scss */
  .widget-type_system_widget_v4_article_products_1 .layout__content {
    border-radius: 10px; }

/* КАТАЛОГ */
/* line 188, theme.scss */
.widget-type_system_widget_v4_header_1 .header__menu-link {
  font-weight: 500; }

/* line 192, theme.scss */
.product-preview .sticker {
  background: none;
  border: 0.85px solid #A38580;
  color: #A38580;
  border-radius: 4px !important; }

/* line 199, theme.scss */
.product-preview {
  border: 0 !important; }
  /* line 202, theme.scss */
  .product-preview__title a {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    color: #26211F;
    letter-spacing: 0.02em; }
  /* line 211, theme.scss */
  .product-preview__price-range {
    color: #26211F;
    font-family: 'Inter', BlinkMacSystemFont, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -0.02em; }

/* КОРЗИНА */
/* line 222, theme.scss */
.form-control, .co-input-field, .m-input-field, .widget-type_system_widget_v4_cart_3 .cart__area-coupon .coupon-content input, .widget-type_system_widget_v4_cart_3 .cart__area-coupon .coupon-content .coupon-button {
  border: 2px solid var(--color-btn-bg); }

/* line 225, theme.scss */
.widget-type_system_widget_v4_cart_3 .cart__area-coupon .coupon-content input {
  border-right: 0; }

/* line 228, theme.scss */
.widget-type_system_widget_v4_cart_3 .cart__area-coupon .coupon-content .coupon-input {
  width: 100%; }

/* line 231, theme.scss */
.widget-type_system_widget_v4_cart_3 .cart__area-coupon .coupon-content .coupon-button {
  border-left: 0;
  background-color: var(--color-btn-bg); }

/* ОФОРМЛЕНИЕ ЗАКАЗА */
/* line 238, theme.scss */
.v-application .max-h-full {
  min-height: 100% !important; }

/* line 242, theme.scss */
.catapulto_link2 img {
  display: none; }

/* line 246, theme.scss */
a.catapulto_link {
  visibility: hidden;
  /* Скрываем старый текст */
  position: relative; }

/* line 251, theme.scss */
a.catapulto_link.ctpt_dis {
  display: none!important; }

/* line 255, theme.scss */
a.catapulto_link::after {
  content: "Выбрать на карте";
  /* Добавляем новый */
  visibility: visible;
  /* Делаем новый текст видимым */
  text-decoration: underline;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* line 265, theme.scss */
.co-delivery_method-list div.co-checkout-block {
  background-color: #FFF;
  margin: 0; }

/* line 270, theme.scss */
.co-delivery_method-list, .co-delivery_method-list span, .co-delivery_method-list label, .co-toggable_field span, .co-client-logged {
  font-size: 14px; }

/* line 274, theme.scss */
.co-login-block, .co-contact-fields, .co-payment_method-list, .co-customer, .co-client, .co-client-checkout-block {
  margin: 0 0 2rem !important;
  padding: 15px;
  border-radius: 7px;
  border: 1px solid #EBE7DF; }

/* line 281, theme.scss */
.co-delivery_method-list h2.co-title--h2, .co-basket_item-list {
  margin: 0;
  padding: 15px;
  background-color: #FFF;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-top: 1px solid #EBE7DF;
  border-left: 1px solid #EBE7DF;
  border-right: 1px solid #EBE7DF; }

/* line 292, theme.scss */
.co-delivery_method-list h2.co-tabs-header {
  border: none;
  padding: 0 0 15px; }

/* line 297, theme.scss */
#delivery_address, #shipping_address {
  padding: 15px; }

/* line 301, theme.scss */
.co-delivery_method-list div.delivery_variants, .co-delivery_method-list div.co-delivery_adress, .co-delivery_method-list div.co-comment-checkout-block, .co-basket_subtotal-list, #delivery_address {
  padding: 15px;
  background-color: #FFF;
  border-left: 1px solid #EBE7DF;
  border-right: 1px solid #EBE7DF;
  margin: 0; }

/* line 309, theme.scss */
.co-delivery_method-list div.co-delivery-date-block, .co-basket_total {
  margin: 0 0 2rem !important;
  padding: 15px;
  background-color: #FFF;
  border-left: 1px solid #EBE7DF;
  border-right: 1px solid #EBE7DF;
  border-bottom: 1px solid #EBE7DF;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px; }

/* line 320, theme.scss */
.co-sidebar-wrapper {
  margin: 0 15px 0; }

/* line 325, theme.scss */
.co-sidebar-toggler {
  background-color: #FFFFFF;
  border-radius: 7px; }

/* line 330, theme.scss */
.co-basket_item-image img {
  max-width: 100%;
  max-height: 100%; }

/* line 335, theme.scss */
.co-basket_subtotal-list {
  border-top: none;
  border-bottom: none; }

/* line 340, theme.scss */
.checkout-v2-wrapper {
  padding-top: 2vw;
  padding-bottom: 3vw; }

/* line 345, theme.scss */
.co-menu-item {
  border-left: 2px solid var(--color-btn-bg);
  margin: 5px;
  min-width: 14rem;
  padding: 5px 10px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 6px; }

/* line 356, theme.scss */
.co-menu-item .co-menu-link {
  text-decoration: none; }

/* ФОРМА ОБРАТНОЙ СВЯЗИ*/
/* line 361, theme.scss */
.agree__label a {
  color: #E6DFCA; }
