@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --white: var(--draft-white, #FFFFFF);
  --white-is-light: var(--draft-white-is-light, true);
  --white-minor-shade: var(--draft-white-minor-shade, #f7f7f7);
  --white-minor-shade-is-light: var(--draft-white-minor-shade-is-light, true);
  --white-major-shade: var(--draft-white-major-shade, #ededed);
  --white-major-shade-is-light: var(--draft-white-major-shade-is-light, true);
  --white-half-shade: var(--draft-white-half-shade, #808080);
  --white-half-shade-is-dark: var(--draft-white-half-shade-is-dark, true);
  --yellow-light: var(--draft-yellow-light, #F9F2D3);
  --yellow-light-is-light: var(--draft-yellow-light-is-light, true);
  --yellow-light-minor-shade: var(--draft-yellow-light-minor-shade, #f9f1d1);
  --yellow-light-minor-shade-is-light: var(--draft-yellow-light-minor-shade-is-light, true);
  --yellow-light-major-shade: var(--draft-yellow-light-major-shade, #f8f1cf);
  --yellow-light-major-shade-is-light: var(--draft-yellow-light-major-shade-is-light, true);
  --yellow-light-half-shade: var(--draft-yellow-light-half-shade, #f6ebbc);
  --yellow-light-half-shade-is-light: var(--draft-yellow-light-half-shade-is-light, true);
  --yellow-warm: var(--draft-yellow-warm, #EFE09A);
  --yellow-warm-is-light: var(--draft-yellow-warm-is-light, true);
  --yellow-warm-minor-shade: var(--draft-yellow-warm-minor-shade, #efdf96);
  --yellow-warm-minor-shade-is-light: var(--draft-yellow-warm-minor-shade-is-light, true);
  --yellow-warm-major-shade: var(--draft-yellow-warm-major-shade, #eedd92);
  --yellow-warm-major-shade-is-light: var(--draft-yellow-warm-major-shade-is-light, true);
  --yellow-warm-half-shade: var(--draft-yellow-warm-half-shade, #e7d067);
  --yellow-warm-half-shade-is-light: var(--draft-yellow-warm-half-shade-is-light, true);
  --yellow: var(--draft-yellow, #FFD618);
  --yellow-is-light: var(--draft-yellow-is-light, true);
  --yellow-minor-shade: var(--draft-yellow-minor-shade, #ffd413);
  --yellow-minor-shade-is-light: var(--draft-yellow-minor-shade-is-light, true);
  --yellow-major-shade: var(--draft-yellow-major-shade, #ffd209);
  --yellow-major-shade-is-light: var(--draft-yellow-major-shade-is-light, true);
  --yellow-half-shade: var(--draft-yellow-half-shade, #a68700);
  --yellow-half-shade-is-dark: var(--draft-yellow-half-shade-is-dark, true);
  --grey-light: var(--draft-grey-light, #6F6E6A);
  --grey-light-is-dark: var(--draft-grey-light-is-dark, true);
  --grey-light-minor-shade: var(--draft-grey-light-minor-shade, #7f7e7a);
  --grey-light-minor-shade-is-dark: var(--draft-grey-light-minor-shade-is-dark, true);
  --grey-light-major-shade: var(--draft-grey-light-major-shade, #8d8c88);
  --grey-light-major-shade-is-dark: var(--draft-grey-light-major-shade-is-dark, true);
  --grey-light-half-shade: var(--draft-grey-light-half-shade, #b8b7b5);
  --grey-light-half-shade-is-light: var(--draft-grey-light-half-shade-is-light, true);
  --grey: var(--draft-grey, #313130);
  --grey-is-dark: var(--draft-grey-is-dark, true);
  --grey-minor-shade: var(--draft-grey-minor-shade, #464644);
  --grey-minor-shade-is-dark: var(--draft-grey-minor-shade-is-dark, true);
  --grey-major-shade: var(--draft-grey-major-shade, #5b5b59);
  --grey-major-shade-is-dark: var(--draft-grey-major-shade-is-dark, true);
  --grey-half-shade: var(--draft-grey-half-shade, #999997);
  --grey-half-shade-is-dark: var(--draft-grey-half-shade-is-dark, true);
  --dark: var(--draft-dark, #1A1A1A);
  --dark-is-dark: var(--draft-dark-is-dark, true);
  --dark-minor-shade: var(--draft-dark-minor-shade, #303030);
  --dark-minor-shade-is-dark: var(--draft-dark-minor-shade-is-dark, true);
  --dark-major-shade: var(--draft-dark-major-shade, #474747);
  --dark-major-shade-is-dark: var(--draft-dark-major-shade-is-dark, true);
  --dark-half-shade: var(--draft-dark-half-shade, #8c8c8c);
  --dark-half-shade-is-dark: var(--draft-dark-half-shade-is-dark, true);
  --black: var(--draft-black, #111111);
  --black-is-dark: var(--draft-black-is-dark, true);
  --black-minor-shade: var(--draft-black-minor-shade, #2a2a2a);
  --black-minor-shade-is-dark: var(--draft-black-minor-shade-is-dark, true);
  --black-major-shade: var(--draft-black-major-shade, #414141);
  --black-major-shade-is-dark: var(--draft-black-major-shade-is-dark, true);
  --black-half-shade: var(--draft-black-half-shade, #888888);
  --black-half-shade-is-dark: var(--draft-black-half-shade-is-dark, true);
  --bg: var(--draft-bg, #111111);
  --bg-is-dark: var(--draft-bg-is-dark, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #2a2a2a);
  --bg-minor-shade-is-dark: var(--draft-bg-minor-shade-is-dark, true);
  --bg-major-shade: var(--draft-bg-major-shade, #414141);
  --bg-major-shade-is-dark: var(--draft-bg-major-shade-is-dark, true);
  --bg-half-shade: var(--draft-bg-half-shade, #888888);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #FFD618);
  --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, #ffd413);
  --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, #ffd209);
  --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, #a68700);
  --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, #FFD618);
  --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, #ffd413);
  --color-accent-text-minor-shade-is-light: var(--draft-color-accent-text-minor-shade-is-light, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #ffd209);
  --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, #a68700);
  --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, #6F6E6A);
  --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, #7f7e7a);
  --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, #8d8c88);
  --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, #b8b7b5);
  --color-text-dark-half-shade-is-light: var(--draft-color-text-dark-half-shade-is-light, 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, 0px);
  --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, #fff3ca);
  --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, #fff2c8);
  --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, #ffedb3);
  --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, #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, #d3ecd9);
  --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, #d1ecd7);
  --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, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, 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, #f8d7da);
  --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, #f8d5d8);
  --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, #f5c4c8);
  --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, #cce5ff);
  --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, #cae4ff);
  --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, #c8e3ff);
  --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, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, "PT Root UI");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "PT Root UI");
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 12);
  --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, 1216px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --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, 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, 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, true); }

/* 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: 767px) {
  /* 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 29, theme.scss */
[data-fixed-panels=bottom] {
  bottom: 15px;
  margin: 0 15px; }

/* line 34, theme.scss */
html {
  background: #fafafa !important; }

/* line 38, theme.scss */
.barlab-style {
  display: grid;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0;
  grid-template-columns: 100%;
  grid-template-rows: minmax(auto, max-content) auto minmax(auto, max-content);
  grid-template-areas: "header" "main";
  position: relative;
  z-index: 2;
  background: var(--bg);
  border-radius: 0 0 80px 80px;
  padding-bottom: 80px; }

@media (max-width: 767px) {
  /* line 55, theme.scss */
  .barlab-style {
    border-radius: 0 0 40px 40px;
    padding-bottom: 40px; } }
/* line 61, theme.scss */
.barlab-style-collection {
  grid-template-areas: "header header header header" "section-top section-top section-top section-top" ". sidebar main ." "section-bottom section-bottom section-bottom section-bottom";
  grid-template-rows: minmax(auto, max-content) minmax(auto, max-content) auto minmax(auto, max-content);
  position: relative;
  z-index: 2;
  background: var(--bg);
  border-radius: 0 0 80px 80px;
  padding-bottom: 80px; }

@media (max-width: 1190px) {
  /* line 76, theme.scss */
  .barlab-style-collection {
    grid-template-columns: minmax(var(--layout-side-padding), 1fr) minmax(150px, auto) repeat(var(--layout-cell-count), minmax(0, var(--layout-cell-width))) minmax(var(--layout-side-padding), 1fr); } }
@media (max-width: 767px) {
  /* line 81, theme.scss */
  .barlab-style-collection {
    grid-template-areas: "header" "section-top" "sidebar" "main" "section-bottom";
    grid-template-columns: 100%;
    grid-template-rows: max-content;
    border-radius: 0 0 40px 40px;
    padding-bottom: 40px; } }
/* line 96, theme.scss */
.page_section_bottom {
  z-index: 2;
  position: relative;
  grid-area: section-bottom;
  grid-column: 1 / -1; }

@font-face {
  font-family: 'Lack';
  src: url("Lackregular.woff2") format("woff2"), url("Lackregular.woff") format("woff"), url("Lackregular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
/* tablesize стилизация полос прокрутки */
/* line 115, theme.scss */
body::-webkit-scrollbar {
  width: 6px;
  background-color: var(--dark); }
/* line 120, theme.scss */
body::-webkit-scrollbar-thumb {
  background-color: var(--grey); }

@media (max-width: 767px) {
  /* line 126, theme.scss */
  body::-webkit-scrollbar {
    width: 0; } }
/* End tablesize стилизация полос прокрутки */
/* Форма заказа 1 клик */
/* line 134, theme.scss */
.m-input-caption {
  margin-left: 10px !important; }

/* line 138, theme.scss */
.m-modal {
  border: 1px solid var(--grey-light);
  border-radius: 20px;
  max-width: 571px;
  width: 100%;
  box-shadow: none;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  /* line 145, theme.scss */
  .m-modal::-webkit-scrollbar {
    width: 0; }

/* line 151, theme.scss */
.m-modal-wrapper {
  background: #1a1a1a;
  padding: 10px 40px 40px 40px; }

/* line 156, theme.scss */
.m-modal-close {
  top: 20px;
  left: 25px; }

/* line 160, theme.scss */
.m-modal-close::after {
  content: none; }

/* line 164, theme.scss */
.m-modal-heading {
  font-family: 'Lack';
  font-weight: 400;
  font-size: 44px; }

@media (max-width: 767px) {
  /* line 170, theme.scss */
  .m-modal-heading {
    font-size: 24px;
    padding-top: 25px; } }
/* line 176, theme.scss */
.form-zakaz-image {
  width: 100%;
  text-align: center;
  margin-bottom: 40px; }

/* line 182, theme.scss */
.m-input-label {
  display: none; }

/* line 186, theme.scss */
.m-input--checkbox [type=checkbox] + span {
  flex-basis: auto;
  line-height: 1.7rem;
  min-width: auto;
  border: none;
  border-radius: 2px;
  background: var(--grey);
  top: -2px;
  width: 7px;
  height: 7px; }

/* line 197, theme.scss */
.m-input--checkbox [type=checkbox]:checked + span:after {
  background: var(--yellow);
  font-size: 7px; }

/* line 202, theme.scss */
input.co-input-field, input#client_contact_name, input#client_phone, input#client_email {
  border: 1px solid #313130;
  border-radius: 50px;
  background: transparent;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px; }

@media (max-width: 767px) {
  /* line 211, theme.scss */
  input.co-input-field, input#client_contact_name, input#client_phone, input#client_email {
    font-size: 14px; } }
/* line 215, theme.scss */
input.co-input-field::placeholder, input#client_contact_name::placeholder, input#client_phone::placeholder, input#client_email::placeholder {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #6f6e6a; }

/* line 222, theme.scss */
.m-input--checkbox span:first-child {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em; }

/* line 228, theme.scss */
textarea#order_comment {
  border: 1px solid #313130;
  border-radius: 10px;
  background: transparent;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px; }

@media (max-width: 767px) {
  /* line 237, theme.scss */
  textarea#order_comment {
    font-size: 14px; } }
/* line 241, theme.scss */
textarea#order_comment::placeholder {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #6f6e6a; }

/* line 248, theme.scss */
button.m-modal-button {
  font-family: 'Lack';
  display: inline-flex;
  justify-content: space-evenly;
  font-weight: 400;
  font-size: 20px;
  color: #1a1a1a;
  border-radius: 26px;
  background: #ffd618;
  max-width: 259px;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px; }

/* line 262, theme.scss */
button.m-modal-button:hover, button.m-modal-button:focus {
  color: #1a1a1a; }

/* line 266, theme.scss */
.text-after-button {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: var(--grey-light);
  padding-top: 15px; }

@media (max-width: 767px) {
  /* line 275, theme.scss */
  .text-after-button {
    font-size: 12px;
    padding-top: 10px; } }
/* Авторизация */
/* line 282, theme.scss */
.custom-cabinet {
  background: var(--bg);
  padding-top: 30px; }
  /* line 286, theme.scss */
  .custom-cabinet .co-section--content {
    display: grid;
    max-width: 800px;
    margin: auto; }
  /* line 292, theme.scss */
  .custom-cabinet .co-title--h1 {
    font-family: 'Lack';
    font-weight: 400;
    font-size: 44px; }
  @media (max-width: 767px) {
    /* line 298, theme.scss */
    .custom-cabinet .co-title--h1 {
      font-size: 22px; } }
  /* line 302, theme.scss */
  .custom-cabinet .co-checkout-block--padded {
    padding-bottom: 10px; }
  /* line 306, theme.scss */
  .custom-cabinet .co-input-label {
    display: none; }
  /* line 311, theme.scss */
  .custom-cabinet .co-input--password .co-toggable_field-title {
    display: block;
    font-size: 16px; }
  /* line 317, theme.scss */
  .custom-cabinet .co-toggable_field-input {
    flex: 0; }
  /* line 320, theme.scss */
  .custom-cabinet .co-toggable_field-description {
    margin: 0;
    line-height: 1; }
  /* line 325, theme.scss */
  .custom-cabinet .co-toggable_field-input input + span {
    flex: auto;
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: var(--grey);
    border: transparent;
    margin-top: 6px; }
  /* line 334, theme.scss */
  .custom-cabinet .co-toggable_field-input input + span::after {
    width: 7px;
    height: 7px;
    border: none;
    background: var(--yellow); }
  /* line 340, theme.scss */
  .custom-cabinet .co-toggable_field-input--checkbox > span {
    color: var(--grey); }
  /* line 343, theme.scss */
  .custom-cabinet .co-toggable_field-input--checkbox input:checked + span:after {
    color: transparent;
    border-radius: 2px; }
  /* line 348, theme.scss */
  .custom-cabinet button.co-button {
    font-family: 'Lack';
    display: inline-flex;
    justify-content: space-evenly;
    font-weight: 400;
    font-size: 20px;
    color: #1a1a1a;
    border-radius: 26px;
    background: #ffd618;
    max-width: 350px;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 25px; }
    /* line 363, theme.scss */
    .custom-cabinet button.co-button img {
      max-height: max-content; }
  /* line 367, theme.scss */
  .custom-cabinet button.co-button:hover, .custom-cabinet button.co-button:focus {
    color: #1a1a1a; }

@media (max-width: 767px) {
  /* line 373, theme.scss */
  .custom-cabinet {
    padding-top: 0;
    padding-bottom: 30px; } }
/* line 380, theme.scss */
.loyalty-program {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 15px 15px 0 15px;
  letter-spacing: 0.02em;
  border: 1px solid white; }
  /* line 386, theme.scss */
  .loyalty-program div {
    padding-bottom: 10px; }

/* line 390, theme.scss */
.loyalty-header {
  font-size: 16px; }

/* line 393, theme.scss */
.loyalty-title {
  font-size: 12px;
  color: #eae8e0; }

/* line 397, theme.scss */
.loyalty-name {
  font-size: 14px;
  color: var(--yellow-warm); }

/* line 401, theme.scss */
.loyalty-points-block {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.02em; }

/* line 407, theme.scss */
.loyalty-points {
  font-size: 30px;
  letter-spacing: 0.02em;
  background: linear-gradient(127deg, #ffc418 0%, #ffc82b 8%, #ffe59c 54%, #fff7e3 85%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 415, theme.scss */
.loyalty-probel {
  margin: 0 10px; }
