@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, #191919);
  --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, #303030);
  --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, #474747);
  --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, #8c8c8c);
  --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, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --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, circle);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #C7C7C7);
  --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, #c1c1c1);
  --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, #b9b9b9);
  --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, #636363);
  --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, #C9C9C9);
  --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, #c3c3c3);
  --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, #bbbbbb);
  --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, #656565);
  --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, #C9C9C9);
  --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, #c3c3c3);
  --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, #bbbbbb);
  --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, #656565);
  --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, #C9C9C9);
  --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, #c3c3c3);
  --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, #bbbbbb);
  --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, #656565);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family: var(--draft-font-family, Montserrat);
  --font-size: var(--draft-font-size, 14px);
  --font-family-heading: var(--draft-font-family-heading, Montserrat);
  --heading-ratio: var(--draft-heading-ratio, 1.9);
  --heading-weight: var(--draft-heading-weight, 500);
  --collection_count: var(--draft-collection_count, 20);
  --search_count: var(--draft-search_count, 20);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, hidden);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1920px);
  --delta_sidebar: var(--draft-delta_sidebar, 2);
  --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, 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-sticky); }

/* line 34, theme.scss */
.micro-alert-item.id-micro-alert1680105243307.is-success-notice,
.micro-alert-item.is-success-notice {
  color: #191919 !important; }

/* line 40, theme.scss */
.stickers > div {
  background: none !important;
  color: #191919 !important; }

/* line 45, theme.scss */
#feedback_content {
  width: 100%; }

/* line 48, theme.scss */
#new_client div.co-input--required div.co-input-description > p {
  position: relative;
  left: -31px;
  text-align: left !important; }

/* line 53, theme.scss */
#contacts div.co-input-description > p {
  position: relative;
  left: -31px;
  text-align: left !important; }

/* line 58, theme.scss */
.co-input-description > p {
  text-align: left !important; }

/* line 61, theme.scss */
.co-price--current {
  font-weight: 400;
  font-size: 1rem; }

/* line 65, theme.scss */
.co-input-description a:not([class]),
.co-menu-link,
.co-link,
.link,
a {
  color: var(--color-accent-text);
  text-decoration: underline;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentcolor;
  text-decoration-color: currentcolor;
  text-decoration-thickness: auto;
  text-decoration-skip-ink: none;
  text-underline-position: below; }

/* line 83, theme.scss */
#contacts .co-input--password .co-input-title {
  font-size: 13px;
  padding-top: 1px; }

/* line 87, theme.scss */
#contacts .co-input-information .co-input-title {
  font-size: 13px;
  padding-top: 1px; }

/* line 93, theme.scss */
.checkout-v2-wrapper .co-section--content div:nth-child(2) {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%; }

@media (max-width: 754px) {
  /* line 100, theme.scss */
  .checkout-v2-wrapper .co-section--content div:nth-child(2) {
    -ms-flex-preferred-size: 430px;
    flex-basis: 430px; } }
@media (max-width: 440px) {
  /* line 108, theme.scss */
  .checkout-v2-wrapper .co-section--content div:nth-child(2) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }
/* line 116, theme.scss */
.product-preview__price-old,
.product-preview__price-old {
  color: red !important; }

/* line 121, theme.scss */
.product-preview__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px; }

/* line 134, theme.scss */
.product__area-right .product__variants .option-cvet {
  display: none !important; }

/* line 138, theme.scss */
.checkout-v2-wrapper #messengers_notifications .co-order-information_value > div:nth-child(2) {
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

/* line 143, theme.scss */
.co-order-information .co-order-information_value,
.co-table-cell--body,
.co-table-cell--head {
  border: none; }

/* line 149, theme.scss */
.co-order-state {
  border: none !important; }

/* line 153, theme.scss */
.co-order-state--not_paid + a {
  background: none !important;
  color: #000 !important;
  border: none !important;
  margin-left: 10px;
  text-decoration: underline !important; }

/* line 161, theme.scss */
input.co-social_login-button {
  background: none !important;
  color: #000 !important;
  border: none !important;
  margin-left: 10px;
  text-decoration: underline !important; }

/* line 169, theme.scss */
.co-order_history-total_title {
  text-transform: uppercase;
  font-weight: bold; }

/* 613761 */
/* line 175, theme.scss */
.co-social_login-button_group #subscribe_viber {
  background-image: url(https://static.insales-cdn.com/files/1/2411/31451499/original/вотсап.png);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  width: 2rem;
  height: 2rem; }

/* line 183, theme.scss */
.co-social_login-button_group {
  width: auto; }

/* line 187, theme.scss */
.co-social_login-button_group div {
  display: none !important; }

/* line 191, theme.scss */
.co-social_login-button_group #subscribe_telegram {
  background-image: url(https://static.insales-cdn.com/files/1/2413/31451501/original/тг.png);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  width: 2rem;
  height: 2rem; }

/* 613761 */
/* line 201, theme.scss */
.checkout-v2-wrapper .co-notice--success.co-notice--flash {
  background: #c9c9c9 !important;
  color: #000 !important; }

/* line 206, theme.scss */
.product-preview__sizes {
  padding: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  background: #cacaca;
  font-size: 12px;
  line-height: 120%;
  pointer-events: none;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

/* line 239, theme.scss */
.product-preview__area-photo:hover .product-preview__sizes {
  opacity: 1;
  visibility: visible; }

/* Swatches */
/* line 247, theme.scss */
.product-popup__form .product_swatches {
  display: grid;
  gap: 10px;
  grid-template-columns: -webkit-max-content minmax(0, 100%);
  grid-template-columns: max-content minmax(0, 100%);
  grid-template-areas: "header_current_swatche swatches";
  margin-top: 20px; }
  /* line 254, theme.scss */
  .product-popup__form .product_swatches .product_swatches-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }
    /* line 260, theme.scss */
    .product-popup__form .product_swatches .product_swatches-items .product_swatche.is-active .option-color {
      width: 42px;
      height: 42px; }
    /* line 265, theme.scss */
    .product-popup__form .product_swatches .product_swatches-items .product_swatche .border-active-option {
      width: 40px;
      height: 40px; }
    /* line 269, theme.scss */
    .product-popup__form .product_swatches .product_swatches-items .product_swatche .option-color {
      width: 36px;
      height: 36px; }

/* line 277, theme.scss */
.product_swatches-header {
  grid-area: header_current_swatche; }

/* line 280, theme.scss */
.product_swatches-items {
  grid-area: swatches;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px; }
  /* line 292, theme.scss */
  .product_swatches-items .product_swatche {
    display: inline-block;
    margin: 0 5px; }
    /* line 296, theme.scss */
    .product_swatches-items .product_swatche.is-active .option-color {
      width: 24px;
      height: 24px;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    /* line 304, theme.scss */
    .product_swatches-items .product_swatche.swatchProductColor__unavailable .option-color {
      position: relative; }
      /* line 306, theme.scss */
      .product_swatches-items .product_swatche.swatchProductColor__unavailable .option-color:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg);
        width: 1px;
        height: 100%;
        background: #212121;
        z-index: 1; }
    /* line 321, theme.scss */
    .product_swatches-items .product_swatche .border-active-option {
      position: absolute;
      top: 1px;
      left: 1px;
      display: inline-block;
      border: 2px solid #fff;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      width: 22px;
      height: 22px; }
    /* line 332, theme.scss */
    .product_swatches-items .product_swatche .option-color {
      display: inline-block;
      position: relative;
      width: 18px;
      height: 18px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden; }
      /* line 340, theme.scss */
      .product_swatches-items .product_swatche .option-color img {
        display: block;
        width: 100%; }

/* Swatches END */
/* line 351, theme.scss */
.product_preview-block {
  position: relative; }
  /* line 354, theme.scss */
  .product_preview-block__link {
    position: relative;
    z-index: 1; }
  @media screen and (max-width: 768px) {
    /* line 359, theme.scss */
    .product_preview-block.product_preview-block_desktop {
      display: none; } }
  /* line 364, theme.scss */
  .product_preview-block.product_preview-block_mobile {
    display: none; }
    @media screen and (max-width: 768px) {
      /* line 364, theme.scss */
      .product_preview-block.product_preview-block_mobile {
        display: block; } }
  /* line 371, theme.scss */
  .product_preview-block__content {
    text-align: center; }
  /* line 375, theme.scss */
  .product_preview-block__photo {
    position: relative;
    margin: 0 0 10px 0; }
    /* line 379, theme.scss */
    .product_preview-block__photo .image-1 {
      opacity: 1;
      visibility: visible;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    /* line 386, theme.scss */
    .product_preview-block__photo .image-2 {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    /* line 393, theme.scss */
    .product_preview-block__photo .img-ratio {
      padding-top: calc(100% / (var(--img-ratio, 1))); }
      @media screen and (max-width: 768px) {
        /* line 393, theme.scss */
        .product_preview-block__photo .img-ratio {
          padding-top: calc(100% / (var(--img-ratio-m, 1))); } }
  /* line 401, theme.scss */
  .product_preview-block__price-old {
    font-size: 13px;
    color: #646464;
    text-decoration: line-through;
    margin-left: 10px; }
  /* line 408, theme.scss */
  .product_preview-block__price-cur {
    font-size: 13px;
    font-weight: 400;
    color: #646464; }
    /* line 412, theme.scss */
    .product_preview-block__price-cur.with_old {
      color: #d31818; }
  /* line 417, theme.scss */
  .product_preview-block__type {
    margin: 0 0 10px 0;
    font-size: 0.8125rem;
    color: var(--preview-notes);
    display: block; }
  /* line 424, theme.scss */
  .product_preview-block__title {
    font-family: "Gravity-Book";
    margin: 0 0 1px 0;
    overflow: hidden;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    text-align: center; }
  /* line 442, theme.scss */
  .product_preview-block__bottom {
    display: block;
    transition: 0.3s ease-in-out;
    text-align: center; }
  /* line 448, theme.scss */
  .product_preview-block__old-price {
    font-size: 11px;
    line-height: 1.5;
    color: var(--old-price-note); }
    /* line 453, theme.scss */
    .product_preview-block__old-price__value {
      text-decoration: line-through; }
    /* line 457, theme.scss */
    .product_preview-block__old-price__percents {
      color: var(--sale-color);
      font-weight: 700; }
  /* line 463, theme.scss */
  .product_preview-block__variants {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    /* line 476, theme.scss */
    .product_preview-block__variants__item {
      font-size: 0.8rem;
      font-weight: 500;
      color: var(--color-text);
      text-decoration: none;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      /* line 485, theme.scss */
      .product_preview-block__variants__item.not-in-stock {
        color: rgba(0, 0, 0, 0.5);
        text-decoration: line-through; }
  /* line 492, theme.scss */
  .product_preview-block__bttn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: none;
    padding-left: 0;
    padding-right: 0;
    backdrop-filter: blur(5px);
    transform: translateY(25px);
    opacity: 0;
    transition: all 0.3s;
    z-index: 1; }
    /* line 522, theme.scss */
    .product_preview-block__bttn-text {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 15px 0;
      -webkit-text-fill-color: #000;
      color: #000; }
      @media screen and (max-width: 768px) {
        /* line 529, theme.scss */
        .product_preview-block__bttn-text.desktop {
          display: none; } }
      /* line 534, theme.scss */
      .product_preview-block__bttn-text.mobile {
        display: none; }
        @media screen and (max-width: 768px) {
          /* line 534, theme.scss */
          .product_preview-block__bttn-text.mobile {
            display: inline-flex;
            background: #fff;
            color: #cbcbcb;
            width: 36px;
            height: 36px;
            padding: 0; } }
    @media screen and (max-width: 768px) {
      /* line 492, theme.scss */
      .product_preview-block__bttn {
        left: 5px;
        bottom: 5px;
        flex-direction: row;
        backdrop-filter: none;
        transform: translateY(0);
        align-items: end;
        justify-content: start;
        opacity: 1;
        background: none;
        width: 36px;
        height: 36px; } }
  /* line 561, theme.scss */
  .product_preview-block:hover .product_preview-block__bttn {
    transform: translateY(0);
    opacity: 1; }
  /* line 567, theme.scss */
  .product_preview-block__form-wrapper {
    display: none; }
  /* line 571, theme.scss */
  .product_preview-block .favorites_btn,
  .product_preview-block .favorites_btn:hover {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
    background: transparent;
    color: #000;
    outline: none;
    padding: 0;
    border: 0;
    height: 18px;
    width: 18px; }
    /* line 586, theme.scss */
    .product_preview-block .favorites_btn .icon-favorites-f,
    .product_preview-block .favorites_btn:hover .icon-favorites-f {
      display: none; }
    /* line 589, theme.scss */
    .product_preview-block .favorites_btn .btn-icon,
    .product_preview-block .favorites_btn:hover .btn-icon {
      z-index: 2; }
      /* line 591, theme.scss */
      .product_preview-block .favorites_btn .btn-icon:before,
      .product_preview-block .favorites_btn:hover .btn-icon:before {
        display: none; }
  /* line 598, theme.scss */
  .product_preview-block .favorites_btn.favorites-added .icon-favorites-f {
    display: block; }
  /* line 601, theme.scss */
  .product_preview-block .favorites_btn.favorites-added .icon-favorites-o {
    display: none; }
  /* line 606, theme.scss */
  .product_preview-block .stickers {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    line-height: 1;
    font-size: 0; }
  /* line 614, theme.scss */
  .product_preview-block .sticker {
    display: inline-flex;
    vertical-align: middle;
    margin: 0 5px 5px 0;
    line-height: 1;
    padding: 3px 6px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: var(--controls-btn-border-radius); }
    /* line 623, theme.scss */
    .product_preview-block .sticker.sticker-preorder {
      display: none; }
    /* line 626, theme.scss */
    .product_preview-block .sticker:empty {
      display: none; }
  /* line 632, theme.scss */
  .product_preview-block .product-card__photo {
    position: relative; }
    /* line 635, theme.scss */
    .product_preview-block .product-card__photo .product-card__photo__controls {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      z-index: 2; }
      @media screen and (max-width: 768px) {
        /* line 635, theme.scss */
        .product_preview-block .product-card__photo .product-card__photo__controls {
          display: none; } }
      /* line 653, theme.scss */
      .product_preview-block .product-card__photo .product-card__photo__controls__item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
    /* line 660, theme.scss */
    .product_preview-block .product-card__photo .swiper-slide {
      width: 100%;
      height: 100%;
      background-color: #fff; }
  /* line 698, theme.scss */
  .product_preview-block .swiper__arrows .swiper-button {
    background: transparent; }
  /* line 701, theme.scss */
  .product_preview-block .swiper__arrows .swiper__arrow-icon {
    color: #212121; }
  /* line 705, theme.scss */
  .product_preview-block .swiper-button {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.3s;
    z-index: 10000; }
    /* line 712, theme.scss */
    .product_preview-block .swiper-button:after {
      display: none; }
  /* line 716, theme.scss */
  .product_preview-block .swiper-button-prev {
    transform: translateX(-25px);
    opacity: 0; }
  /* line 720, theme.scss */
  .product_preview-block .swiper-button-next {
    transform: translateX(25px);
    opacity: 0; }
  /* line 725, theme.scss */
  .product_preview-block .swiper:hover .swiper-button {
    opacity: 1;
    transform: translateX(0); }
  /* line 730, theme.scss */
  .product_preview-block .swiper-button-disabled {
    display: none; }
  /* line 733, theme.scss */
  .product_preview-block .icon-arrow-left:before,
  .product_preview-block .icon-arrow-right:before {
    display: none; }
  /* line 739, theme.scss */
  .product_preview-block .swiper-pagination .swiper-pagination-bullets {
    display: flex;
    justify-content: space-between;
    align-items: end;
    bottom: 0; }
  /* line 745, theme.scss */
  .product_preview-block .swiper-pagination .swiper-pagination-bullet {
    flex-grow: 1;
    border-radius: 0;
    width: auto;
    height: 2px;
    background: transparent; }
    /* line 751, theme.scss */
    .product_preview-block .swiper-pagination .swiper-pagination-bullet-active {
      opacity: 1;
      background: #000; }
  /* line 759, theme.scss */
  .product_preview-block .swiper-container-horizontal > .swiper-pagination-bullets {
    display: flex;
    bottom: 0; }
    /* line 763, theme.scss */
    .product_preview-block .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      flex-grow: 1;
      height: 2px;
      margin: 0; }

/* line 775, theme.scss */
.product_preview-block:hover .image-1 {
  opacity: 0;
  visibility: hidden; }
/* line 779, theme.scss */
.product_preview-block:hover .image-2 {
  opacity: 1;
  visibility: visible; }

/* line 786, theme.scss */
.product-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: var(--zindex-modal);
  overflow: hidden;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden; }
  /* line 803, theme.scss */
  .product-popup.is-shown {
    opacity: 1;
    visibility: visible; }
  /* line 808, theme.scss */
  .product-popup .splide {
    visibility: visible; }
  /* line 812, theme.scss */
  .product-popup .splide__arrows .splide__arrow {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 6px #0000000a, 0 2px 2px #00000005;
    width: 40px;
    height: 40px; }
  /* line 823, theme.scss */
  .product-popup .product__gallery-main {
    position: relative;
    cursor: pointer; }
  /* line 827, theme.scss */
  .product-popup .img-ratio.img-fit img {
    object-fit: cover; }
  /* line 830, theme.scss */
  .product-popup .img-ratio {
    padding-top: 129%; }
  /* line 834, theme.scss */
  .product-popup__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2; }
  /* line 848, theme.scss */
  .product-popup__form-wrapper {
    position: relative;
    margin: 0 0 0 auto;
    max-width: 380px;
    width: 100%;
    height: 100vh;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    background-color: #fff;
    z-index: 3; }
    @media screen and (max-width: 767px) {
      /* line 848, theme.scss */
      .product-popup__form-wrapper {
        position: fixed;
        left: 0;
        bottom: 0;
        height: 95vh;
        max-width: 100%;
        margin: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px; } }
  /* line 875, theme.scss */
  .product-popup__form__content {
    padding: 0 16px; }
  /* line 883, theme.scss */
  .product-popup__head {
    padding: 50px 16px 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100% - 12px - 24px) 12px 24px;
    grid-template-columns: calc(100% - 12px - 24px) 24px;
    grid-gap: 12px; }
  /* line 892, theme.scss */
  .product-popup__close {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 22px;
    right: 16px;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 6px #0000000a, 0 2px 2px #00000005;
    width: 40px;
    height: 40px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 1; }
    /* line 924, theme.scss */
    .product-popup__close .icon {
      display: flex; }
    /* line 928, theme.scss */
    .product-popup__close svg {
      width: 16px;
      height: 16px; }
  /* line 934, theme.scss */
  .product-popup__title {
    font-weight: 400;
    margin: 0;
    font-size: 19px;
    text-transform: uppercase;
    padding-bottom: 18px;
    border-bottom: 1px solid #f3f3f3; }
  /* line 943, theme.scss */
  .product-popup .product_preview-block__forms-wrapper {
    height: 100%; }
  /* line 946, theme.scss */
  .product-popup .product_preview-block__form-wrapper {
    height: 100%; }
    /* line 948, theme.scss */
    .product-popup .product_preview-block__form-wrapper.is-show {
      display: block; }

/* line 957, theme.scss */
.product-popup__form__variants .option-selector {
  flex-direction: column; }
  /* line 959, theme.scss */
  .product-popup__form__variants .option-selector > .option {
    padding-top: 15px;
    margin-right: 0; }
/* line 964, theme.scss */
.product-popup__form__variants .option-selector .option-razmer {
  position: relative;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 80px) minmax(0, 100%); }
  /* line 970, theme.scss */
  .product-popup__form__variants .option-selector .option-razmer.is-show .option-values {
    display: block; }
  /* line 973, theme.scss */
  .product-popup__form__variants .option-selector .option-razmer.is-show .option-label:after {
    transform: rotate(180deg); }
  /* line 977, theme.scss */
  .product-popup__form__variants .option-selector .option-razmer .options_values-container {
    position: relative; }
  /* line 980, theme.scss */
  .product-popup__form__variants .option-selector .option-razmer .option-values {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(28, 28, 28, 0.2);
    padding: 20px 9px 10px;
    z-index: 100; }
    /* line 991, theme.scss */
    .product-popup__form__variants .option-selector .option-razmer .option-values .option-value.is-span.is-active {
      border: none;
      background: #f5f5f5; }
    /* line 995, theme.scss */
    .product-popup__form__variants .option-selector .option-razmer .option-values .option-value.is-span {
      display: grid;
      grid-template-columns: auto auto;
      justify-content: space-between;
      column-gap: 10px;
      border: none;
      margin: 0;
      width: 100%;
      text-align: left;
      padding: 11px;
      cursor: pointer;
      background: transparent; }
      /* line 1007, theme.scss */
      .product-popup__form__variants .option-selector .option-razmer .option-values .option-value.is-span:hover {
        background-color: var(--bg-major-shade);
        border-color: var(--bg-major-shade); }
      /* line 1011, theme.scss */
      .product-popup__form__variants .option-selector .option-razmer .option-values .option-value.is-span > span {
        background: transparent;
        border: none;
        color: #212121; }
      /* line 1017, theme.scss */
      .product-popup__form__variants .option-selector .option-razmer .option-values .option-value.is-span.not-available > span {
        color: #b4b4b4; }
  /* line 1023, theme.scss */
  .product-popup__form__variants .option-selector .option-razmer .option-title {
    font-size: 16px; }
  /* line 1027, theme.scss */
  .product-popup__form__variants .option-selector .option-razmer .option-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: none;
    padding: 12px 15px 11px 15px;
    border: 1px solid rgba(28, 28, 28, 0.2);
    font-size: 0.9375rem;
    cursor: pointer;
    position: relative;
    margin-bottom: 0; }
    /* line 1056, theme.scss */
    .product-popup__form__variants .option-selector .option-razmer .option-label .value__title-icon {
      display: inline-block; }

/* line 1063, theme.scss */
.product__preorder-btn {
  display: none; }

/* line 1067, theme.scss */
.product-popup__form {
  height: 100vh;
  padding-bottom: 71px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 767px) {
    /* line 1067, theme.scss */
    .product-popup__form {
      padding-top: 40px; } }
  /* line 1076, theme.scss */
  .product-popup__form::-webkit-scrollbar {
    width: 3px;
    background-color: var(--bg-minor-shade);
    border-radius: var(--product-border-radius); }
  /* line 1082, theme.scss */
  .product-popup__form::-webkit-scrollbar-thumb {
    background-color: var(--color-btn-bg);
    border-radius: var(--product-border-radius); }
  /* line 1087, theme.scss */
  .product-popup__form::-webkit-scrollbar-button {
    display: none; }
  /* line 1091, theme.scss */
  .product-popup__form__photo {
    margin-bottom: 16px; }
    @media screen and (max-width: 767px) {
      /* line 1091, theme.scss */
      .product-popup__form__photo {
        display: none; } }
  /* line 1098, theme.scss */
  .product-popup__form__title {
    margin: 0 0 4px 0;
    color: var(--color-text);
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  /* line 1109, theme.scss */
  .product-popup__form__price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: baseline;
    margin: 0; }
  /* line 1117, theme.scss */
  .product-popup__form__price-cur {
    font-size: 16px;
    font-weight: 400;
    color: #d31818; }
  /* line 1123, theme.scss */
  .product-popup__form__price-old {
    font-size: 16px;
    color: #646464;
    text-decoration: line-through;
    margin-left: 10px; }
  /* line 1130, theme.scss */
  .product-popup__form .product-popup__form__price-old:empty + .product-popup__form__price-cur {
    color: #646464; }
  /* line 1134, theme.scss */
  .product-popup__form__counter {
    visibility: hidden;
    margin: 0 0 30px 0; }
    /* line 1139, theme.scss */
    .product-popup__form__counter__wrapper {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 40px 0 calc(100% - 80px) 0 40px;
      grid-template-columns: 40px calc(100% - 80px) 40px;
      grid-gap: 0;
      border: 1px solid var(--color-text); }
    /* line 1148, theme.scss */
    .product-popup__form__counter__bttn {
      width: 40px;
      height: 40px;
      border: none;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    /* line 1164, theme.scss */
    .product-popup__form__counter__field {
      height: 40px;
      text-align: center;
      border: none;
      outline: none;
      border-right: 1px solid var(--color-text);
      border-left: 1px solid var(--color-text); }
  /* line 1174, theme.scss */
  .product-popup__form__desc {
    padding-top: 20px; }
  /* line 1181, theme.scss */
  .product-popup__form__controls {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px;
    background: #fff;
    z-index: 1; }
  /* line 1193, theme.scss */
  .product-popup__form__button,
  .product-popup__form .product__preorder-btn {
    width: 100%;
    height: 39px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase; }
    /* line 1204, theme.scss */
    .product-popup__form__button:hover,
    .product-popup__form .product__preorder-btn:hover {
      background: #fff;
      color: #000; }
  /* line 1209, theme.scss */
  .product-popup__form__button.favorites_btn {
    border: none;
    background: #f6f6f6;
    margin-top: 12px;
    font-family: var(--font-family);
    color: #000; }
    /* line 1215, theme.scss */
    .product-popup__form__button.favorites_btn:hover {
      background: #000;
      color: #fff; }
    /* line 1219, theme.scss */
    .product-popup__form__button.favorites_btn span:before {
      display: none; }
    /* line 1222, theme.scss */
    .product-popup__form__button.favorites_btn.favorites-added {
      background: #fff;
      border: 1px solid #000; }
      /* line 1225, theme.scss */
      .product-popup__form__button.favorites_btn.favorites-added:hover {
        background: #000;
        color: #fff; }
      /* line 1229, theme.scss */
      .product-popup__form__button.favorites_btn.favorites-added .favorites-o {
        display: none; }
      /* line 1232, theme.scss */
      .product-popup__form__button.favorites_btn.favorites-added .favorites-f {
        display: inline-block; }
    /* line 1236, theme.scss */
    .product-popup__form__button.favorites_btn .favorites-f {
      display: none; }
  /* line 1253, theme.scss */
  .product-popup__form__not-avail {
    height: 39px;
    color: #fff;
    background: #808080;
    align-items: center;
    justify-content: center;
    display: none; }
  /* line 1267, theme.scss */
  .product-popup__form.not-available .product-popup__form__button {
    display: none; }
  /* line 1270, theme.scss */
  .product-popup__form.not-available .product-popup__form__not-avail {
    display: flex; }

/* Swatches */
/* line 1278, theme.scss */
.product-popup__form .product_swatches {
  display: grid;
  gap: 10px;
  grid-template-columns: max-content minmax(0, 100%);
  grid-template-areas: "header_current_swatche swatches";
  margin-top: 20px; }
  /* line 1284, theme.scss */
  .product-popup__form .product_swatches .product_swatches-items {
    justify-content: start; }
    /* line 1288, theme.scss */
    .product-popup__form .product_swatches .product_swatches-items .product_swatche.is-active .option-color {
      width: 42px;
      height: 42px; }
    /* line 1293, theme.scss */
    .product-popup__form .product_swatches .product_swatches-items .product_swatche .border-active-option {
      width: 40px;
      height: 40px; }
    /* line 1297, theme.scss */
    .product-popup__form .product_swatches .product_swatches-items .product_swatche .option-color {
      width: 36px;
      height: 36px; }

/* line 1305, theme.scss */
.product_swatches-header {
  grid-area: header_current_swatche; }

/* line 1308, theme.scss */
.product_swatches-items {
  grid-area: swatches;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px; }
  /* line 1314, theme.scss */
  .product_swatches-items .product_swatche {
    display: inline-block;
    margin: 0 5px; }
    /* line 1318, theme.scss */
    .product_swatches-items .product_swatche.is-active .option-color {
      width: 24px;
      height: 24px;
      border-radius: 50%; }
    /* line 1325, theme.scss */
    .product_swatches-items .product_swatche.swatchProductColor__unavailable .option-color {
      position: relative; }
      /* line 1327, theme.scss */
      .product_swatches-items .product_swatche.swatchProductColor__unavailable .option-color:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%) rotate(-45deg);
        width: 1px;
        height: 100%;
        background: #212121;
        z-index: 1; }
    /* line 1340, theme.scss */
    .product_swatches-items .product_swatche .border-active-option {
      position: absolute;
      top: 1px;
      left: 1px;
      display: inline-block;
      border: 2px solid #fff;
      border-radius: 50%;
      width: 22px;
      height: 22px; }
    /* line 1350, theme.scss */
    .product_swatches-items .product_swatche .option-color {
      display: inline-block;
      position: relative;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      overflow: hidden; }
      /* line 1357, theme.scss */
      .product_swatches-items .product_swatche .option-color img {
        display: block;
        width: 100%; }

/* Swatches END */
/* line 1367, theme.scss */
.product-popup__form .option.option-cvet__odezhda_ {
  display: none; }
/* line 1370, theme.scss */
.product-popup__form .option-selector {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  /* line 1380, theme.scss */
  .product-popup__form .option-selector > .option {
    position: relative;
    margin-right: 0; }
/* line 1385, theme.scss */
.product-popup__form .option-cvet__odezhda_, .product-popup__form .option-cvet {
  display: none; }
/* line 1388, theme.scss */
.product-popup__form .option-selector .option-razmer,
.product-popup__form .option-selector .option-razmer__odezhda_ {
  position: relative; }
  /* line 1392, theme.scss */
  .product-popup__form .option-selector .option-razmer.is-show .option-values,
  .product-popup__form .option-selector .option-razmer__odezhda_.is-show .option-values {
    display: block; }
  /* line 1395, theme.scss */
  .product-popup__form .option-selector .option-razmer.is-show .option-label:after,
  .product-popup__form .option-selector .option-razmer__odezhda_.is-show .option-label:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 1401, theme.scss */
  .product-popup__form .option-selector .option-razmer .options_values-container,
  .product-popup__form .option-selector .option-razmer__odezhda_ .options_values-container {
    position: relative; }
  /* line 1404, theme.scss */
  .product-popup__form .option-selector .option-razmer .option-values,
  .product-popup__form .option-selector .option-razmer__odezhda_ .option-values {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(28, 28, 28, 0.2);
    padding: 20px 9px 10px;
    z-index: 100; }
    @media screen and (max-width: 767px) {
      /* line 1404, theme.scss */
      .product-popup__form .option-selector .option-razmer .option-values,
      .product-popup__form .option-selector .option-razmer__odezhda_ .option-values {
        top: auto;
        bottom: 0; } }
    /* line 1418, theme.scss */
    .product-popup__form .option-selector .option-razmer .option-values .option-value.is-span.is-active,
    .product-popup__form .option-selector .option-razmer__odezhda_ .option-values .option-value.is-span.is-active {
      border: none;
      background: #f5f5f5; }
    /* line 1422, theme.scss */
    .product-popup__form .option-selector .option-razmer .option-values .option-value.is-span,
    .product-popup__form .option-selector .option-razmer__odezhda_ .option-values .option-value.is-span {
      display: grid;
      grid-template-columns: auto auto;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-column-gap: 10px;
      -moz-column-gap: 10px;
      column-gap: 10px;
      border: none;
      margin: 0;
      width: 100%;
      text-align: left;
      padding: 11px;
      cursor: pointer;
      background: transparent; }
      /* line 1438, theme.scss */
      .product-popup__form .option-selector .option-razmer .option-values .option-value.is-span:hover,
      .product-popup__form .option-selector .option-razmer__odezhda_ .option-values .option-value.is-span:hover {
        background-color: var(--bg-major-shade);
        border-color: var(--bg-major-shade); }
      /* line 1442, theme.scss */
      .product-popup__form .option-selector .option-razmer .option-values .option-value.is-span > span,
      .product-popup__form .option-selector .option-razmer__odezhda_ .option-values .option-value.is-span > span {
        background: transparent;
        border: none;
        color: #212121; }
      /* line 1448, theme.scss */
      .product-popup__form .option-selector .option-razmer .option-values .option-value.is-span.not-available > span,
      .product-popup__form .option-selector .option-razmer__odezhda_ .option-values .option-value.is-span.not-available > span {
        color: #b4b4b4; }
  /* line 1454, theme.scss */
  .product-popup__form .option-selector .option-razmer .option-title,
  .product-popup__form .option-selector .option-razmer__odezhda_ .option-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 15px;
    margin-bottom: 10px; }
  /* line 1467, theme.scss */
  .product-popup__form .option-selector .option-razmer .option-label,
  .product-popup__form .option-selector .option-razmer__odezhda_ .option-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: none;
    padding: 12px 15px 11px 15px;
    border: 1px solid rgba(28, 28, 28, 0.2);
    font-size: 0.9375rem;
    cursor: pointer;
    position: relative;
    margin-bottom: 0; }
    /* line 1484, theme.scss */
    .product-popup__form .option-selector .option-razmer .option-label .value__title-icon,
    .product-popup__form .option-selector .option-razmer__odezhda_ .option-label .value__title-icon {
      display: inline-block; }

/* line 1491, theme.scss */
.product-preview__content .twc-swatch__title {
  text-align: center; }
/* line 1495, theme.scss */
.product-preview__content .twc-swatch__list {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
/* line 1502, theme.scss */
.product-preview__content .twc-swatch__list {
  gap: 8px; }
/* line 1506, theme.scss */
.product-preview__content .twc-swatch__item.circular_small_desktop, .product-preview__content .twc-swatch__item.circular_small_mobile {
  width: 12px;
  height: 12px; }
/* line 1511, theme.scss */
.product-preview__content .twc-swatch__title.option-label {
  display: none; }
