.mds-editorial {
    --mds-editorial-red: #870200;
    --mds-editorial-coral: #eb5957;
    --mds-editorial-ink: #242020;
    --mds-editorial-card: #f2f2f2;
    --mds-editorial-line: rgba(224, 206, 206, .6);
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0 20px;
    color: var(--mds-editorial-ink);
}

.mds-editorial--slider {
    padding-bottom: 100px;
}

.mds-editorial--article,
.mds-editorial--products {
    padding-bottom: 100px;
}

.mds-editorial__inner {
    display: flex;
    width: 100%;
    max-width: 1612px;
    flex-direction: column;
    gap: 40px;
}

.mds-editorial__header {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.mds-editorial__header--compact {
    gap: 28px;
}

.mds-editorial__kicker {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    white-space: nowrap;
}

.mds-editorial__dot {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    object-fit: contain;
}

.mds-editorial__line {
    display: block;
    width: 100%;
    height: 1px;
    flex: 1 1 auto;
    overflow: hidden;
}

.mds-editorial__line img {
    display: block;
    width: 100%;
    height: 1px;
    object-fit: fill;
}

.mds-editorial__title {
    max-width: 1100px;
    margin: 0;
    color: #1d1d1b;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.12;
    text-transform: uppercase;
}

.mds-editorial-slider {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 24px;
}

.mds-editorial-slider__viewport {
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
    outline: none;
    overscroll-behavior-x: contain;
}

.mds-editorial-slider__viewport::-webkit-scrollbar {
    display: none;
}

.mds-editorial-slider__viewport:focus-visible {
    border-radius: 36px;
    box-shadow: 0 0 0 3px rgba(235, 89, 87, .35);
}

.mds-editorial-slider__viewport.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
    user-select: none;
}

.mds-editorial-slider__track {
    display: flex;
    align-items: stretch;
    gap: 20px;
}

.mds-editorial-slider__slide {
    display: flex;
    min-width: 0;
    flex: 0 0 calc((100% - 20px) / 2);
    scroll-snap-align: start;
}

.mds-editorial-products-slider__slide {
    flex-basis: calc((100% - 40px) / 3);
}

.mds-editorial-products-slider__slide .catalog-item {
    width: 100%;
    flex: 1 1 auto;
    grid-column: auto;
}

.mds-editorial-card {
    display: flex;
    width: 100%;
    min-height: 440px;
    flex-direction: column;
    gap: 20px;
    padding: 40px;
    border-radius: 36px;
    background: var(--mds-editorial-card);
}

.mds-editorial-card__top {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.mds-editorial-card__photo {
    width: 140px;
    height: 140px;
    flex: 0 0 140px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    background: #fff;
}

.mds-editorial-card__photo--initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--mds-editorial-red);
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.mds-editorial-card__tags {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 4px 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mds-editorial-card__tag {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    margin: 0;
    padding: 5px 30px;
    border: 1px solid #1d1d1b;
    border-radius: 100px;
    color: #1d1d1b;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
    text-align: center;
}

.mds-editorial-card__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mds-editorial-card__role,
.mds-editorial-card__name,
.mds-editorial-card__description {
    margin: 0;
}

.mds-editorial-card__role,
.mds-editorial-card__description {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
}

.mds-editorial-card__name {
    color: var(--mds-editorial-red);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.mds-editorial-slider__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}

.mds-editorial-slider__progress {
    position: relative;
    display: block;
    width: min(220px, 42vw);
    height: 3px;
    overflow: hidden;
    border-radius: 100px;
    background: #ddd3d3;
}

.mds-editorial-slider__progress-fill {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: var(--mds-editorial-red);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .2s ease;
}

.mds-editorial-slider__buttons {
    display: flex;
    gap: 8px;
}

.mds-editorial-slider__button {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(135, 2, 0, .28);
    border-radius: 50%;
    background: #fff;
    color: var(--mds-editorial-red);
    cursor: pointer;
    transition: color .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease;
}

.mds-editorial-slider__button img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    transition: filter .2s ease;
}

.mds-editorial-slider__button:hover:not(:disabled),
.mds-editorial-slider__button:focus-visible:not(:disabled) {
    border-color: var(--mds-editorial-red);
    background: var(--mds-editorial-red);
    color: #fff;
}

.mds-editorial-slider__button:hover:not(:disabled) img,
.mds-editorial-slider__button:focus-visible:not(:disabled) img {
    filter: brightness(0) invert(1);
}

.mds-editorial-slider__button:disabled {
    opacity: .36;
    cursor: default;
}

.mds-editorial__article-card {
    width: 100%;
    max-width: 1068px;
}

.article__block-all > .mds-editorial--article {
    padding: 0;
    padding-bottom: 0;
}

.article__block-all > .mds-editorial--article .mds-editorial__inner {
    max-width: none;
}

.mds-editorial-card--compact {
    min-height: 0;
}

.mds-editorial-card__compact-layout {
    display: grid;
    min-width: 0;
    grid-template-columns: 140px minmax(0, 1fr);
    align-items: start;
    gap: 32px;
}

.mds-editorial-card__compact-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-top: 4px;
}

.mds-editorial-card__compact-label {
    align-self: stretch;
    margin: 0;
    color: #1d1d1b;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-align: right;
}

.mds-editorial-card--compact .mds-editorial-card__tags {
    justify-content: flex-start;
}

.mds-editorial-card--compact .mds-editorial-card__description {
    width: 100%;
}

.mds-recommended-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.mds-recommended-product {
    min-width: 0;
    overflow: hidden;
    border-radius: 28px;
    background: #f2f2f2;
}

.mds-recommended-product__link {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: var(--mds-editorial-ink);
    text-decoration: none;
}

.mds-recommended-product__media {
    display: flex;
    aspect-ratio: 1 / .8;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #eee;
}

.mds-recommended-product__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .35s ease;
}

.mds-recommended-product__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 14px;
    padding: 26px;
}

.mds-recommended-product__brand {
    color: #9a9595;
    font-size: 13px;
    line-height: 1.35;
}

.mds-recommended-product__title {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #1d1d1b;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
}

.mds-recommended-product__dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    margin-top: .45em;
    border-radius: 50%;
    background: var(--mds-editorial-coral);
}

.mds-recommended-product__description {
    display: -webkit-box;
    overflow: hidden;
    color: #565050;
    font-size: 15px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mds-recommended-product__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 10px;
}

.mds-recommended-product__price {
    color: var(--mds-editorial-red);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.mds-recommended-product__price del {
    margin-left: 6px;
    color: #aaa;
    font-size: .72em;
    font-weight: 400;
}

.mds-recommended-product__price ins {
    text-decoration: none;
}

.mds-recommended-product__arrow {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--mds-editorial-red);
    border-radius: 50%;
    background: var(--mds-editorial-red);
    transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.mds-recommended-product__arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mds-recommended-product__link:hover .mds-recommended-product__image {
    transform: scale(1.035);
}

.mds-recommended-product__link:hover .mds-recommended-product__arrow,
.mds-recommended-product__link:focus-visible .mds-recommended-product__arrow {
    border-color: var(--mds-editorial-coral);
    background: var(--mds-editorial-coral);
}

@media (max-width: 1279px) {
    .mds-editorial--slider,
    .mds-editorial--article,
    .mds-editorial--products {
        padding-bottom: 70px;
    }

    .mds-editorial__inner {
        gap: 32px;
    }

    .mds-editorial__header {
        gap: 28px;
    }

    .mds-editorial__title {
        font-size: 36px;
    }

    .mds-editorial-card {
        min-height: 390px;
        padding: 30px;
        border-radius: 28px;
    }

    .mds-editorial-card__photo {
        width: 110px;
        height: 110px;
        flex-basis: 110px;
    }

    .mds-editorial-card__tag {
        padding-right: 20px;
        padding-left: 20px;
        font-size: 13px;
    }

    .mds-editorial-card__role,
    .mds-editorial-card__description {
        font-size: 16px;
    }

    .mds-editorial-card__name {
        font-size: 21px;
    }

    .mds-editorial-card__compact-layout {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 24px;
    }

    .mds-editorial-card__compact-label {
        font-size: 16px;
    }

    .mds-editorial-products-slider__slide {
        flex-basis: calc((100% - 20px) / 2);
    }

    .mds-recommended-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .mds-editorial {
        padding-right: 16px;
        padding-left: 16px;
    }

    .mds-editorial--slider,
    .mds-editorial--article,
    .mds-editorial--products {
        padding-bottom: 60px;
    }

    .mds-editorial__inner {
        gap: 24px;
    }

    .mds-editorial__header,
    .mds-editorial__header--compact {
        gap: 20px;
    }

    .mds-editorial__kicker {
        gap: 10px;
        font-size: 13px;
        white-space: normal;
    }

    .mds-editorial__dot {
        width: 10px;
        height: 10px;
        flex-basis: 10px;
    }

    .mds-editorial__title {
        font-size: 30px;
    }

    .mds-editorial-slider__slide {
        flex-basis: 100%;
    }

    .mds-editorial-products-slider__slide {
        flex-basis: 100%;
    }

    .mds-editorial-card {
        min-height: 0;
        gap: 24px;
        padding: 24px;
        border-radius: 24px;
    }

    .mds-editorial-card__top {
        flex-direction: column;
    }

    .mds-editorial-card__photo {
        width: 104px;
        height: 104px;
        flex-basis: 104px;
    }

    .mds-editorial-card__tags {
        justify-content: flex-start;
    }

    .mds-editorial-card__tag {
        min-height: 32px;
        padding: 4px 16px;
        white-space: normal;
    }

    .mds-editorial-card__role,
    .mds-editorial-card__description {
        font-size: 15px;
    }

    .mds-editorial-card__name {
        font-size: 20px;
    }

    .mds-editorial-card__compact-layout {
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 18px;
    }

    .mds-editorial-card__compact-content {
        gap: 12px;
        padding-top: 0;
    }

    .mds-editorial-card__compact-label {
        font-size: 14px;
    }

    .mds-editorial-slider__controls {
        justify-content: space-between;
    }

    .mds-editorial-slider__button {
        width: 44px;
        height: 44px;
    }

    .mds-recommended-products {
        grid-template-columns: 1fr;
    }

    .mds-recommended-product {
        border-radius: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mds-editorial-slider__viewport {
        scroll-behavior: auto;
    }

    .mds-editorial-slider__progress-fill,
    .mds-editorial-slider__button,
    .mds-recommended-product__image,
    .mds-recommended-product__arrow {
        transition: none;
    }
}

/* Article table: Figma cGcSGE0wkIWMTotxhzJsfA, node 861:47486.
 * Reuse the theme's installed fonts; keep headings in the saved post markup. */
@font-face {
  font-family: "MDC Manrope";
  src: url("../fonts/Manrope/Manrope-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
.mdc-source-table-wrap {
  width: 100%;
  margin: 24px 0;
}
.mdc-source-table {
  width: 100%;
  margin: 0;
  table-layout: fixed;
  border: 0;
  border-collapse: collapse;
  background: transparent;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -.19px;
  color: #242020;
}
.mdc-source-table tbody tr {
  opacity: 1;
  animation: none;
}
.mdc-source-table thead {
  display: table-header-group;
}
.mdc-source-table th,
.mdc-source-table td {
  padding: 16px 0;
  vertical-align: top;
  border: 0;
  border-bottom: 1px solid rgba(224, 206, 206, .4) !important;
  background: transparent;
  font: inherit;
  letter-spacing: inherit;
  text-align: left;
  color: #242020 !important;
  text-shadow: none !important;
}
.mdc-source-table th:first-child,
.mdc-source-table td:first-child {
  width: 73%;
  padding-right: 40px;
}
.mdc-source-table thead th {
  position: relative;
  border-bottom-color: #1d1d1b !important;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}
.mdc-source-table thead th:not(:last-child) {
  padding-left: 18px;
}
.mdc-source-table thead th:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eb5957;
}
.mdc-source-table thead th:last-child,
.mdc-source-table .mdc-source-table-value {
  text-align: right;
}
.mdc-source-table .mdc-source-table-value {
  font-family: "MDC Manrope", "HelveticaNeueCyr", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  color: #272b2d !important;
}
@media (max-width: 767px) {
  .mdc-source-table th:first-child,
  .mdc-source-table td:first-child {
    width: 62%;
    padding-right: 16px;
  }
  .mdc-source-table {
    font-size: 16px;
    letter-spacing: -.16px;
    overflow-wrap: break-word;
  }
  .mdc-source-table thead th {
    font-size: 16px;
  }
  .mdc-source-table .mdc-source-table-value {
    font-size: 15px;
  }
  .mdc-source-table thead th:not(:last-child)::before {
    top: 18px;
    width: 8px;
    height: 8px;
  }
}

/* Three-column source comparisons: preserve space between result columns. */
.mdc-source-table:has(>thead>tr>th:nth-child(3):last-child) th:first-child,
.mdc-source-table:has(>thead>tr>th:nth-child(3):last-child) td:first-child {
  width: 40%;
  padding-right: 20px;
}
.mdc-source-table:has(>thead>tr>th:nth-child(3):last-child) th:nth-child(2),
.mdc-source-table:has(>thead>tr>th:nth-child(3):last-child) td:nth-child(2) {
  width: 30%;
  padding-left: 0;
  padding-right: 20px;
  text-align: right;
}
.mdc-source-table:has(>thead>tr>th:nth-child(3):last-child) thead th:nth-child(2)::before {
  display: none;
}
@media (max-width: 767px) {
  .mdc-source-table:has(>thead>tr>th:nth-child(3):last-child) th:first-child,
  .mdc-source-table:has(>thead>tr>th:nth-child(3):last-child) td:first-child {
    width: 36%;
    padding-right: 12px;
  }
  .mdc-source-table:has(>thead>tr>th:nth-child(3):last-child) th:nth-child(2),
  .mdc-source-table:has(>thead>tr>th:nth-child(3):last-child) td:nth-child(2) {
    width: 32%;
    padding-right: 12px;
  }
  .mdc-source-table:has(>thead>tr>th:nth-child(3):last-child) thead th {
    font-size: 14px;
    line-height: 1.3;
  }
  .mdc-source-table:has(>thead>tr>th:nth-child(3):last-child) thead th:first-child {
    padding-right: 0;
  }
}
