@charset "UTF-8";
/* line 17, theme.scss */
:root {
  --checkout-checkbox-state-default: url(https://static.insales-cdn.com/files/1/4233/124866697/original/State_Default.svg);
  --checkout-checkbox-state-hover: url(https://static.insales-cdn.com/files/1/4241/124866705/original/State_Hover.svg);
  --checkout-checkbox-state-active: url(https://static.insales-cdn.com/files/1/4217/124866681/original/State_Active.svg);
  --checkout-checkbox-state-active-hover: url(https://static.insales-cdn.com/files/1/4225/124866689/original/State_Active_hover.svg);
  --checkout-checkbox-icon-width: 50px;
  --checkout-checkbox-icon-height: 30px;
  --checkout-field-checkbox-size: 24px;
  --checkout-field-checkbox-radius: 6px;
  --checkout-field-radio-size: 24px;
  --checkout-field-radio-border-width: 1px;
  --checkout-field-radio-inner-ratio: 0.8;
  --checkout-field-checkbox-border: #e1e1e1;
  --checkout-field-checkbox-accent: #00aaa6;
  --checkout-rating-star: url(https://static.insales-cdn.com/files/1/4993/125285249/original/Star_2.svg);
  --checkout-rating-star-size: 16px; }

/* line 39, theme.scss */
html body.theme-light {
  --bg: #fff;
  --bg-secondary: #F3F3F3;
  --bg-secondary-hover: #E5E5E5;
  --bg-card: #fff;
  --bg-product-sticky: #f3f3f3;
  --text-color: rgb(0, 0, 0);
  --text-primary-color: var(--text-color);
  --text-secondary-color: #C5C5C5;
  --text-muted-color: var(--text-secondary-color);
  --link-color: #00AAA6;
  --accent-color: #00AAA6;
  --accent-color-hover: #60CAC7;
  --border-color: #E1E1E1;
  --svg-color: #000;
  --checkout-field-checkbox-border: var(--border-color);
  --checkout-field-checkbox-accent: var(--accent-color); }

/* line 58, theme.scss */
html body.theme-dark {
  --bg: #000;
  --bg-secondary: #2B2A2A;
  --bg-secondary-hover: #5F6164;
  --bg-card: #171717;
  --bg-product-sticky: #171717;
  --text-color: rgb(255, 255, 255);
  --text-primary-color: var(--text-color);
  --text-secondary-color: #6A6A6A;
  --text-muted-color: var(--text-secondary-color);
  --link-color: #00AAA6;
  --accent-color: #00AAA6;
  --accent-color-hover: #60CAC7;
  --border-color: #343434;
  --svg-color: #fff;
  --checkout-field-checkbox-border: var(--border-color);
  --checkout-field-checkbox-accent: var(--accent-color);
  background-color: #000; }

/* line 82, theme.scss */
item-price-discountitem-price-discount {
  display: none !important; }

/* line 85, theme.scss */
header {
  position: sticky;
  top: 0;
  z-index: 1015; }

@media (min-width: 768px) {
  /* line 92, theme.scss */
  .page_layout_sticky_left {
    grid-template-columns: minmax(var(--layout-side-padding), 1fr) repeat(var(--layout-cell-count), minmax(0, 46.6px)) minmax(var(--layout-side-padding), 1fr); }

  /* line 96, theme.scss */
  .page_layout_sticky_left > aside > [data-sidebar] {
    top: 170px; } }
/* 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, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --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, #60CAC7);
  --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, #75d1ce);
  --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, #8bd8d6);
  --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, #cdeeed);
  --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, #303030);
  --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, #454545);
  --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, #5a5a5a);
  --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, #989898);
  --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, 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, #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, #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, #bedeff);
  --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, #acd4ff);
  --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, #006fe6);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, 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.8);
  --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, 1680px);
  --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 105, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

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

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

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

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

  /* line 124, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 130, theme.scss */
.auth-modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px; }
  /* line 143, theme.scss */
  .auth-modal--mounted {
    display: flex; }
  /* line 147, theme.scss */
  .auth-modal--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
    /* line 152, theme.scss */
    .auth-modal--visible .auth-modal__dialog {
      transform: translateY(0) scale(1); }
  @media (max-width: 540px) {
    /* line 130, theme.scss */
    .auth-modal {
      padding: 0;
      align-items: stretch; } }

/* line 161, theme.scss */
.auth-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer; }

/* line 167, theme.scss */
.auth-modal__dialog {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  padding: 40px 40px 48px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(-20px) scale(0.96);
  transition: transform 0.3s ease; }
  @media (max-width: 540px) {
    /* line 167, theme.scss */
    .auth-modal__dialog {
      max-width: 100%;
      border-radius: 0;
      padding: 24px 20px 40px;
      max-height: 100%;
      min-height: 100%; } }

/* line 188, theme.scss */
.auth-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-secondary-color, #c5c5c5);
  border-radius: 4px;
  transition: color .15s, background .15s; }
  /* line 203, theme.scss */
  .auth-modal__close:hover {
    color: var(--text-color, #000);
    background: var(--bg-secondary, #f3f3f3); }

/* line 205, theme.scss */
.auth-modal__tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  justify-content: center; }
  /* line 210, theme.scss */
  .auth-modal__tabs--hidden {
    display: none; }

/* line 212, theme.scss */
.auth-modal__tab {
  height: 56px;
  padding: 0 24px;
  border-radius: 8px;
  border: none;
  background: #f3f3f3;
  font-family: 'FuturaPT-Medium', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color, #000);
  cursor: pointer;
  transition: background .2s, color .2s;
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 227, theme.scss */
  .auth-modal__tab--active {
    background: #00aaa6;
    color: #fff; }
  /* line 231, theme.scss */
  .auth-modal__tab:hover:not(.auth-modal__tab--active) {
    background: #e5e5e5; }

/* line 235, theme.scss */
.auth-modal__panel--hidden,
.auth-modal__step--hidden {
  display: none; }

/* line 237, theme.scss */
.auth-modal__title {
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  color: #000;
  margin: 0 0 24px;
  text-align: center; }
  @media (max-width: 540px) {
    /* line 237, theme.scss */
    .auth-modal__title {
      font-size: 20px; } }

/* line 247, theme.scss */
.auth-modal__subtitle {
  font-family: 'FuturaPT', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  margin: 0 0 4px; }
  @media (max-width: 540px) {
    /* line 247, theme.scss */
    .auth-modal__subtitle {
      font-size: 16px; } }

/* line 256, theme.scss */
.auth-modal__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px; }
  /* line 261, theme.scss */
  .auth-modal__row .auth-modal__field {
    margin-bottom: 0; }
  @media (max-width: 540px) {
    /* line 256, theme.scss */
    .auth-modal__row {
      grid-template-columns: 1fr; } }

/* line 264, theme.scss */
.auth-modal__field {
  margin-bottom: 20px; }

/* line 265, theme.scss */
.auth-modal__label {
  display: block;
  font-family: 'FuturaPT', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 6px; }
  @media (max-width: 540px) {
    /* line 265, theme.scss */
    .auth-modal__label {
      font-size: 16px; } }

/* line 274, theme.scss */
.auth-modal__input {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: 'FuturaPT-Medium', sans-serif;
  font-size: 18px;
  color: var(--text-color, #000);
  background: #f3f3f3;
  outline: none;
  transition: border-color .2s, background .2s;
  box-sizing: border-box;
  -webkit-appearance: none; }
  /* line 289, theme.scss */
  .auth-modal__input::placeholder {
    color: #c5c5c5;
    font-family: 'FuturaPT-Medium', sans-serif;
    font-size: 18px; }
  @media (max-width: 540px) {
    /* line 274, theme.scss */
    .auth-modal__input {
      font-size: 16px; }
      /* line 290, theme.scss */
      .auth-modal__input::placeholder {
        font-size: 16px; } }
  /* line 291, theme.scss */
  .auth-modal__input:focus {
    background: #fff;
    border-color: #00aaa6; }

/* line 296, theme.scss */
.auth-modal__phone-wrap {
  position: relative; }
  /* line 298, theme.scss */
  .auth-modal__phone-wrap .auth-modal__input {
    padding-right: 40px; }

/* line 300, theme.scss */
.auth-modal__input-clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-secondary-color, #c5c5c5);
  padding: 0;
  transition: color .15s; }
  /* line 316, theme.scss */
  .auth-modal__input-clear:hover {
    color: var(--text-color, #000); }
  /* line 317, theme.scss */
  .auth-modal__input-clear--hidden {
    display: none; }

/* line 319, theme.scss */
.auth-modal__field:has(.auth-modal__error--visible) .auth-modal__input {
  border-color: #d83b49;
  background: #f3f3f3; }

/* line 323, theme.scss */
.auth-modal__error {
  display: none;
  font-family: 'FuturaPT', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  color: #d83b49;
  margin-top: 4px; }
  /* line 331, theme.scss */
  .auth-modal__error--visible {
    display: block; }

/* line 333, theme.scss */
.auth-modal__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 24px; }

/* line 340, theme.scss */
.auth-modal__checkbox {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #00aaa6;
  border-radius: 6px;
  padding: 2px;
  background: transparent;
  background-clip: content-box;
  cursor: pointer;
  transition: background-color .15s; }
  /* line 354, theme.scss */
  .auth-modal__checkbox:checked {
    background-color: #00aaa6; }

/* line 356, theme.scss */
.auth-modal__checkbox-text {
  font-size: 16px;
  color: var(--text-color, #000);
  line-height: 130%; }

/* line 357, theme.scss */
.auth-modal__link-inline {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px; }
  /* line 361, theme.scss */
  .auth-modal__link-inline:hover {
    text-decoration: none; }

/* line 363, theme.scss */
.auth-modal__dialog--wide {
  max-width: 656px; }

/* line 364, theme.scss */
.auth-modal__btn {
  width: 100%;
  padding: 14px 24px;
  border: none;
  border-radius: 8px;
  font-family: 'FuturaPT-Medium', sans-serif;
  font-size: 18px;
  cursor: pointer;
  transition: background .2s; }
  /* line 373, theme.scss */
  .auth-modal__btn--primary {
    background: #00aaa6;
    color: #fff; }
    /* line 376, theme.scss */
    .auth-modal__btn--primary:hover:not(:disabled) {
      background: #00908d; }
    /* line 377, theme.scss */
    .auth-modal__btn--primary:disabled {
      background: #9fdfde;
      color: #fff;
      cursor: not-allowed; }
    /* line 378, theme.scss */
    .auth-modal__btn--primary.auth-modal__btn--loading {
      opacity: .7;
      pointer-events: none; }

/* line 381, theme.scss */
.auth-modal__link {
  background: none;
  border: none;
  padding: 0;
  font-family: 'FuturaPT-Medium', sans-serif;
  font-size: 14px;
  color: #00aaa6;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: inline-block;
  margin-bottom: 16px; }
  /* line 393, theme.scss */
  .auth-modal__link:hover {
    text-decoration: none; }
  /* line 394, theme.scss */
  .auth-modal__link--hidden {
    display: none; }

/* line 396, theme.scss */
.auth-modal__resend {
  margin-bottom: 12px; }

/* line 397, theme.scss */
.auth-modal__timer-block {
  font-family: 'FuturaPT', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  color: #000; }
  /* line 403, theme.scss */
  .auth-modal__timer-block--hidden {
    display: none; }
  @media (max-width: 540px) {
    /* line 397, theme.scss */
    .auth-modal__timer-block {
      font-size: 16px; } }

/* line 406, theme.scss */
.auth-modal__sms-help {
  font-family: 'FuturaPT', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #c5c5c5;
  margin: 8px 0 20px; }
  @media (max-width: 540px) {
    /* line 406, theme.scss */
    .auth-modal__sms-help {
      font-size: 13px; } }

/* line 415, theme.scss */
body.auth-modal-open {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0; }

/* line 423, theme.scss */
.micro-alert {
  top: 103px; }
  @media (max-width: 480px) {
    /* line 423, theme.scss */
    .micro-alert {
      top: 100px;
      width: 94%;
      margin: 0 auto; } }

/* line 431, theme.scss */
.micro-alert-item {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  padding: 16px 36px;
  width: 100%;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: 'FuturaPT-Medium', sans-serif !important;
  color: #fff;
  background-color: #00ADA7 !important; }

/* line 445, theme.scss */
.is-success-notice {
  background-color: #00ADA7 !important; }

@media (max-width: 780px) {
  /* line 450, theme.scss */
  .widget-type_widget_v4_benefits_2_97e6c7bdd6921141ae92e7671e4d7560 .layout__content {
    padding-left: 16px;
    padding-right: 16px; } }
/* line 455, theme.scss */
.sticker-new {
  background: #EB2343; }

/* line 459, theme.scss */
.sticker-spetsialnaya-tsena {
  background: #008A94; }

/* Группировка характеристик (props_groups) */
/* line 464, theme.scss */
.category-header {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--color-text-half-shade, #aaa); }
  /* line 472, theme.scss */
  .category-header:first-child {
    margin-top: 0; }

/* line 477, theme.scss */
.category-properties {
  display: block;
  width: 100%; }

/* line 482, theme.scss */
.properties-items.columns {
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  /* line 487, theme.scss */
  .properties-items.columns > .category-properties {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(450px, 100%), 1fr));
    gap: 1rem 3rem;
    width: 100%; }
  /* line 494, theme.scss */
  .properties-items.columns .category-header {
    grid-column: 1 / -1; }

/* line 503, theme.scss */
body.lk-favorite-client .catalog-list,
body.lk-favorite-client .catalog-list.grid-list {
  justify-content: flex-start;
  justify-items: start;
  margin-left: 0; }
/* line 510, theme.scss */
body.lk-favorite-client .catalog-list > .product-preview-elem,
body.lk-favorite-client .catalog-list .product-preview {
  justify-self: start; }

@media (min-width: 1024px) {
  /* line 518, theme.scss */
  body.lk-favorite-client .catalog-list,
  body.lk-favorite-client .catalog-list.grid-list {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 24px;
    justify-content: flex-start;
    align-items: stretch; }
  /* line 527, theme.scss */
  body.lk-favorite-client .catalog-list > .product-preview,
  body.lk-favorite-client .catalog-list > .product-preview-elem {
    flex: 0 0 295px;
    width: 295px;
    max-width: 295px;
    min-width: 0;
    box-sizing: border-box; }
  /* line 536, theme.scss */
  body.lk-favorite-client .catalog-list > .product-preview-elem .product-preview {
    width: 100%;
    max-width: 295px; } }
