@charset "UTF-8";

/* Desktop PDP — load after desktop.css on ProductView */

@media (min-width: 880px) {
  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__desktop-only {
    display: block !important;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-social-wrap.card-product__desktop-only,
  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-social.card-product__desktop-only,
  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-cta .card-product__desktop-only,
  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__utp-tags.card-product__desktop-only {
    display: flex !important;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-social-wrap.card-product__desktop-only {
    flex-direction: column;
    gap: 8px;
  }

  .page__main .product-contact-section {
    display: none !important;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) {
    position: relative;
    width: 100%;
    max-width: var(--mm-rail);
    overflow: visible;
    margin: 0;
    padding: 0;
  }

  html.is-pdp .page__main {
    padding-top: var(--mm-header);
    overflow-x: visible;
    font-size: 15px;
    letter-spacing: 0.01em;
  }

  html.is-pdp body:has(.header.header_compact) .page__main {
    padding-top: var(--mm-header-compact);
  }

  html.is-pdp .page__main > .container:has(> .breadcrumbs) {
    margin-top: 0;
    margin-bottom: 0 !important;
    padding: 0;
  }

  html.is-pdp .page__main .breadcrumbs {
    margin: 0;
    padding: 16px 0 8px;
    scrollbar-gutter: auto;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 0.015em;
  }

  html.is-pdp .page__main .breadcrumbs__link,
  html.is-pdp .page__main .breadcrumbs__item {
    font-size: 14px;
    letter-spacing: 0.015em;
  }

  html.is-pdp .page__main .breadcrumbs__link:hover,
  html.is-pdp .page__main .breadcrumbs__link:focus-visible {
    color: var(--mm-brand) !important;
  }

  .page__main .container-bg_pt-sm:has(> article.card-product) {
    overflow: visible;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 0 20px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    margin-bottom: 0;
    width: auto;
    height: 36px;
    display: flex;
    align-items: center;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__header .shields_container {
    display: none;
  }

  /* Share — как в каталоге: hover-попап слева */
  html.is-pdp .page__main article.card-product .catalog-share {
    display: block;
    position: relative;
    flex: 0 0 auto;
    margin: 0;
  }

  html.is-pdp .page__main article.card-product .catalog-share .page__share-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: var(--mm-radius-icon, 10px);
    background: transparent;
    transition: background-color .15s ease-out;
  }

  html.is-pdp .page__main article.card-product .catalog-share .page__share-item::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    bottom: -10px;
    right: 0;
    left: 0;
  }

  html.is-pdp .page__main article.card-product .catalog-share:hover .page__share-item::before,
  html.is-pdp .page__main article.card-product .catalog-share:focus-within .page__share-item::before {
    left: -300px;
  }

  html.is-pdp .page__main article.card-product .catalog-share:hover .page__share-item,
  html.is-pdp .page__main article.card-product .catalog-share:focus-within .page__share-item {
    background: var(--mm-surface, #f4f5f6);
  }

  html.is-pdp .page__main article.card-product .catalog-share .share-icon {
    position: relative;
    z-index: 2;
    display: block;
    width: 22px;
    height: 22px;
    opacity: 0.55;
    cursor: pointer;
    transition: opacity .15s ease-out;
  }

  html.is-pdp .page__main article.card-product .catalog-share:hover .share-icon,
  html.is-pdp .page__main article.card-product .catalog-share:focus-within .share-icon {
    opacity: 0.9;
  }

  html.is-pdp .page__main article.card-product .catalog-share .share-menu {
    position: absolute;
    z-index: 30;
    top: 50%;
    right: calc(100% + 4px);
    display: flex;
    align-items: center;
    gap: 6px;
    height: 44px;
    margin: 0;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #eceae6;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(22, 29, 40, 0.1);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-50%);
    transition: opacity .15s ease-out, visibility .15s ease-out;
  }

  html.is-pdp .page__main article.card-product .catalog-share:hover .share-menu,
  html.is-pdp .page__main article.card-product .catalog-share:focus-within .share-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  html.is-pdp .page__main article.card-product .catalog-share__net {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    overflow: hidden;
    line-height: 0;
    cursor: pointer;
    text-decoration: none !important;
    transition: transform .15s ease-out, opacity .15s ease-out;
  }

  html.is-pdp .page__main article.card-product .catalog-share__net img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: cover;
  }

  html.is-pdp .page__main article.card-product .catalog-share__net:hover {
    transform: translateY(-1px);
    opacity: 0.92;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__body {
    display: grid;
    width: 100%;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 613fr) minmax(0, 320fr) minmax(0, 305fr);
    grid-template-areas:
      "title title title"
      "gallery summary pricebox";
    column-gap: 36px;
    row-gap: 20px;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    align-items: start;
    overflow: visible;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__body:has(> .card-product__utp) {
    grid-template-areas:
      "title title title"
      "utp utp utp"
      "gallery summary pricebox";
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) > .card-product__body > h1.card-product__title {
    grid-area: title;
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding-right: 48px;
    overflow: visible;
    font-family: var(--mm-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
    color: var(--mm-text);
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__utp {
    grid-area: utp;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
    margin: 0;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__utp-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin: 0;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__utp-tags .tag {
    width: auto;
    margin: 0;
    background: var(--mm-brand) !important;
    color: #fff !important;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__body:has(> .card-product__utp) .card-product__gallery,
  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__body:has(> .card-product__utp) .card-product__summary {
    grid-row: 3;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__utp .dop-shelds-wrapper {
    overflow: visible;
    width: 100%;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__utp .dop-shelds-scroll {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    overflow: visible;
    padding: 0;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__utp .dop-shelds-wrapper::after {
    display: none;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__utp .dop-sheld-item {
    background: var(--mm-brand) !important;
    color: #fff !important;
    font-family: var(--mm-font);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
    padding: 6px 12px;
    border-radius: 8px;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery {
    grid-area: gallery;
    width: 100%;
    max-width: 613px;
    min-width: 0;
    overflow: visible;
    container-type: inline-size;
    container-name: pdp-gallery;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery .slider {
    position: relative;
    max-height: none;
    margin-bottom: 0;
    width: 100%;
    overflow: visible;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery .card-product__status {
    position: absolute;
    top: 10px;
    left: 10px;
    right: auto;
    bottom: auto;
    z-index: 7;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    margin: 0;
    padding: 0;
    pointer-events: none;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery .card-product__status:empty {
    display: none;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery .card-product__status .card-product__tag-option {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: var(--mm-badge-h, 22px);
    min-height: var(--mm-badge-h, 22px);
    max-height: var(--mm-badge-h, 22px);
    padding: 0 10px;
    border-radius: var(--mm-badge-radius, 6px);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    pointer-events: none;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery .slider__container {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 613 / 440;
    overflow: hidden;
    padding: 0;
    gap: 0;
    border-radius: 11px;
    background: var(--mm-surface);
    scroll-snap-type: none;
    scrollbar-width: none;
    scrollbar-gutter: auto;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery .slider__container::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery .slider__slide {
    display: none;
    flex: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    isolation: isolate;
    z-index: 0;
    border-radius: 0;
    background: var(--mm-surface);
    scroll-snap-align: unset;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery .slider__slide.is-active {
    display: block;
    position: absolute;
    inset: 0;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery .slider__slide:not(.is-active) .img-skel-logo {
    display: none !important;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery .slider__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: var(--mm-surface);
    border-radius: 0;
    transform-origin: center center;
    transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    pointer-events: none;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery .slider__container {
    cursor: zoom-in;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery .slider__container.is-cropping .slider__image {
    transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1);
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery .img-skel-logo {
    border-radius: 11px;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery-nav {
    position: absolute;
    /* Vertical center of the main image (aspect 613/440), not of thumbs */
    top: calc(100cqi * 440 / 613 / 2);
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 8px #00000014;
    color: var(--mm-text);
    cursor: pointer;
    transition: color .15s ease-out, background-color .15s ease-out;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery-nav::before {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery-nav:hover {
    color: var(--mm-brand);
    background-color: #fff;
  }

  /* Midpoint of the button sits on the image edge */
  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery-nav_prev {
    left: 0;
    transform: translate(-50%, -50%);
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery-nav_prev::before {
    transform: rotate(45deg);
    margin-left: 3px;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery-nav_next {
    right: 0;
    transform: translate(50%, -50%);
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery-nav_next::before {
    transform: rotate(-135deg);
    margin-right: 3px;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__gallery-nav svg {
    display: none;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__thumbs {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 613px;
    margin-top: 16px;
    overflow: hidden;
    box-sizing: border-box;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__thumbs-track {
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
    min-width: 0;
    gap: 8px;
    overflow: hidden;
    width: auto;
    height: 52px;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__thumb {
    position: relative;
    flex: 0 0 72px;
    width: 72px;
    height: 52px;
    max-height: 52px;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    background: var(--mm-surface);
    cursor: pointer;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__thumb.is-active {
    border-color: var(--mm-brand);
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__thumb-more {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 29, 40, 0.55);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__thumbs-nav {
    position: relative;
    top: auto;
    z-index: 6;
    display: flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 8px #00000014;
    color: var(--mm-text);
    cursor: pointer;
    transform: none;
    transition: color .15s ease-out, background-color .15s ease-out;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__thumbs-nav::before {
    content: "";
    width: 7px;
    height: 7px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__thumbs-nav:first-child {
    left: auto;
    transform: none;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__thumbs-nav:first-child::before {
    transform: rotate(45deg);
    margin-left: 2px;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__thumbs-nav:last-child {
    right: auto;
    transform: none;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__thumbs-nav:last-child::before {
    transform: rotate(-135deg);
    margin-right: 2px;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__thumbs-nav:hover:not(:disabled) {
    color: var(--mm-brand);
    background-color: #fff;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__thumbs-nav svg {
    display: none;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__thumbs-nav:disabled {
    opacity: 0.35;
    cursor: default;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__summary {
    grid-area: summary;
    width: 100%;
    max-width: 320px;
    min-width: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--mm-font);
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.015em;
    color: var(--mm-muted);
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__summary-more {
    display: inline;
    margin-left: 4px;
    color: var(--mm-brand);
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__summary-more:hover {
    text-decoration: underline;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox {
    grid-area: pricebox;
    width: 100%;
    max-width: 305px;
    justify-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: visible;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-shell {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(22, 29, 40, 0.08);
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-card {
    padding: 0;
    border-radius: 12px;
    background: transparent;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__benefit-mobile {
    display: none !important;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-card .product__right-mb10,
  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-card .clearfix {
    margin: 0;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-card .clearfix {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__price-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 12px;
    background: var(--mm-surface);
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-card .card-product__price {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-family: var(--mm-font);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.01em;
    color: var(--mm-text);
    text-align: right;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-card .card-product__price.is-sale {
    color: var(--mm-text);
    text-align: right;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__oldprice {
    display: block !important;
    margin: 6px 0 0;
    width: 100%;
    font-family: var(--mm-font);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: var(--mm-text);
    text-align: right;
    white-space: nowrap;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__oldprice del {
    text-decoration: line-through;
    color: var(--mm-text);
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__sale {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: none;
    align-self: flex-end;
    box-sizing: border-box;
    margin: 0;
    padding: 6px 12px;
    width: auto;
    max-width: 100%;
    border-radius: 8px;
    background: color-mix(in srgb, var(--mm-brand) 12%, #fff);
    color: var(--mm-brand);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__delivery {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 500;
    color: var(--mm-muted);
    text-decoration: none;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__delivery::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23454856' stroke-width='1.8'%3E%3Cpath d='M3 7.5h11v11H3z'/%3E%3Cpath d='M14 10h5l2 3v5.5h-7'/%3E%3Ccircle cx='7' cy='19' r='1.5'/%3E%3Ccircle cx='17.5' cy='19' r='1.5'/%3E%3C/svg%3E");
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__note {
    padding: 0;
    border: 0;
    background: none;
    font-size: 11px;
    font-weight: 500;
    color: #807f7d;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    white-space: nowrap;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__installment {
    padding: 16px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #ff5d5d;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__installment-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #ff5d5d;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__installment-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid #ff5d5d;
    border-radius: 50%;
    color: #ff5d5d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__installment-list {
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__installment-item {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 8px;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--mm-muted);
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__installment-item::before {
    content: "";
    width: 17px;
    height: 17px;
    margin-top: 2px;
    background: center / contain no-repeat;
    opacity: 0.7;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__installment-item_deposit::before {
    background-image: url("/assets/images/icons/vznos.svg");
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__installment-item_rest::before {
    background-image: url("/assets/images/icons/summa.svg");
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__installment-item_term::before {
    background-image: url("/assets/images/icons/srok.svg");
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__installment-item_month::before {
    background-image: url("/assets/images/icons/platezh.svg");
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__installment-item_fee::before {
    background-image: url("/assets/images/icons/komissiya.svg");
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__installment-label {
    min-width: 0;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__installment-value {
    font-weight: 600;
    color: var(--mm-text);
    white-space: nowrap;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__installment-note {
    font-size: 13px;
    font-weight: 600;
    color: #28a745;
    text-decoration: none;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-social-title {
    font-size: 13px;
    font-weight: 500;
    color: var(--mm-text);
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-social-wrap.card-product__desktop-only {
    width: 100%;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-social {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 0;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-social .social__link {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-social .social__link img {
    width: 44px;
    height: 44px;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__installment-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 16px;
    border: 0;
    border-radius: var(--mm-radius-btn);
    background: #ff5d5d;
    color: #fff;
    font-family: var(--mm-font);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
    transition: background-color .15s ease-out;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__installment-btn:hover {
    background: #e84c4c;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__btns-container {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    min-width: 0;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__cart-btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: calc(50% - 4px);
    min-width: 0;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px;
    margin: 0;
    padding: 0 12px;
    overflow: visible;
    clip: auto;
    border: 0;
    border-radius: var(--mm-radius-btn);
    background: var(--mm-brand);
    color: #fff;
    line-height: 1;
    transition:
      left .42s cubic-bezier(0.22, 1, 0.36, 1),
      width .42s cubic-bezier(0.22, 1, 0.36, 1),
      min-width .42s cubic-bezier(0.22, 1, 0.36, 1),
      padding .42s cubic-bezier(0.22, 1, 0.36, 1),
      background-color .15s ease-out;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__cart-btn:hover {
    background: var(--mm-hover);
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__btns-container.is-in-cart .card-product__cart-btn {
    left: calc(50% + 4px);
    width: calc(50% - 4px);
    min-width: 0;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px;
    padding: 0 12px;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__cart-btn .button__text,
  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__cart-btn .variant_pickings,
  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__cart-btn > link {
    display: none !important;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__cart-btn .card-product__cart-btn-label {
    display: inline !important;
    flex: 0 0 auto;
    font-family: var(--mm-font);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #fff;
    white-space: nowrap;
    text-align: center;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__cart-btn .card-product__cart-btn-icon {
    display: none !important;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__cart-btn img {
    display: block;
    filter: brightness(0) invert(1);
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__cart-btn.btn__in-cart-in {
    background: var(--mm-brand);
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__qty {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 4px);
    max-width: calc(50% - 4px);
    box-sizing: border-box;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px;
    padding: 0 2px;
    background: var(--mm-surface);
    border-radius: var(--mm-radius-btn);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(0.96);
    transition:
      opacity .28s ease,
      transform .28s ease,
      visibility 0s linear .28s;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__btns-container.is-in-cart .card-product__qty {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition:
      opacity .28s ease .08s,
      transform .28s ease .08s,
      visibility 0s linear 0s;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__qty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: var(--mm-text);
    cursor: pointer;
    border-radius: 8px;
    transition: color .15s ease-out, background-color .15s ease-out;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__qty-btn:hover {
    color: var(--mm-brand);
    background: color-mix(in srgb, var(--mm-brand) 8%, #fff);
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__qty-btn.is-disabled,
  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__qty-btn:disabled {
    opacity: 0.32;
    cursor: not-allowed;
    pointer-events: none;
    color: var(--mm-muted, #95989A);
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__qty-value {
    min-width: 18px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: var(--mm-text);
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__quick-btn {
    position: absolute;
    top: 0;
    left: calc(50% + 4px);
    right: 0;
    z-index: 0;
    box-sizing: border-box;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: calc(50% - 4px);
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px;
    margin: 0;
    padding: 0 16px;
    border: 0;
    border-radius: var(--mm-radius-btn);
    background: var(--mm-green);
    color: #fff;
    font-family: var(--mm-font);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    transition: opacity .28s ease, background-color .15s ease-out;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__quick-btn:hover {
    background: var(--mm-green-hover);
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__btns-container.is-in-cart .card-product__quick-btn {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__pricebox-cta > .card-product__quick-btn {
    position: static;
    left: auto;
    right: auto;
    width: 100%;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__kp-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    margin: 0;
    border-radius: var(--mm-radius-btn);
    background: var(--mm-surface);
    border-color: var(--mm-surface);
    color: var(--mm-text);
    font-family: var(--mm-font);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: background-color .15s ease-out, color .15s ease-out;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__kp-btn:hover {
    color: var(--mm-brand);
    background: color-mix(in srgb, var(--mm-brand) 8%, #fff);
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__footer > .tag {
    display: none;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .card-product__footer:not(:has(.preorder-banner)) {
    display: none;
  }

  html.is-pdp .page__main article.card-product:has(> .card-product__body) .slider__tag {
    position: absolute;
    left: 12px;
    top: calc(100cqi * 440 / 613 - 12px);
    bottom: auto;
    z-index: 5;
    transform: translateY(-100%);
  }

  /* ---------- PDP: sticky price bar ---------- */
  .pdp-sticky {
    display: flex !important;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 110;
    height: 64px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px #0000000f;
    box-sizing: border-box;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      transform .42s cubic-bezier(0.22, 1, 0.36, 1),
      opacity .32s ease,
      visibility 0s linear .42s;
  }

  body.pdp-sticky-on .pdp-sticky {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: none;
    transition:
      transform .42s cubic-bezier(0.22, 1, 0.36, 1),
      opacity .28s ease,
      visibility 0s linear 0s;
  }

  .header.page__header,
  .header {
    transition:
      transform .42s cubic-bezier(0.22, 1, 0.36, 1),
      opacity .32s ease,
      visibility .42s ease,
      min-height .15s ease-out;
  }

  body.pdp-sticky-on .header.page__header,
  body.pdp-sticky-on .header,
  body.pdp-sticky-on .header__catalog-dropdown {
    transform: translateY(-100%) !important;
    opacity: 0 !important;
    visibility: hidden;
    pointer-events: none !important;
  }

  .pdp-sticky__inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: var(--mm-rail);
    height: 64px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }

  .pdp-sticky__img {
    display: block !important;
    flex: 0 0 80px;
    width: 80px;
    height: 48px;
    object-fit: contain;
    border: 1px solid #e8eaed;
    border-radius: 8px;
    background: #fff;
  }

  .pdp-sticky__title {
    flex: 1 1 auto;
    min-width: 120px;
    overflow: hidden;
    color: var(--mm-text);
    font-family: var(--mm-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .pdp-sticky__prices {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    gap: 8px;
    flex: 0 0 auto;
    margin-left: auto;
    white-space: nowrap;
  }

  .pdp-sticky__price {
    color: var(--mm-text);
    font-family: var(--mm-font);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }

  .pdp-sticky__price.is-sale {
    color: var(--mm-brand);
  }

  .pdp-sticky__old {
    color: var(--mm-text);
    font-family: var(--mm-font);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-decoration: line-through;
  }

  .pdp-sticky__buy.button,
  .pdp-sticky__buy {
    flex: 0 0 auto;
    display: inline-flex !important;
    flex-flow: row nowrap !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 180px;
    max-width: none !important;
    height: 44px;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border: 0 !important;
    border-radius: var(--mm-radius-btn) !important;
    background: var(--mm-green) !important;
    color: #fff !important;
    font-family: var(--mm-font) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0.01em !important;
    white-space: nowrap;
    box-shadow: none !important;
    gap: 0 !important;
  }

  .pdp-sticky__buy:hover {
    background: var(--mm-green-hover) !important;
  }

  /* ---------- PDP: вкладки / ТХ / Рекомендуем — отдельные блоки ---------- */
  .page__main > .product-specs__tabs-anchor {
    display: block;
    margin-top: 20px;
  }

  .page__main .product-specs__tabs.product-specs__desktop-only {
    position: sticky;
    top: var(--mm-header);
    z-index: 40;
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0 28px;
    margin: 0 0 20px;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #e8eaed;
  }

  body:has(.header.header_compact) .page__main .product-specs__tabs.product-specs__desktop-only {
    top: var(--mm-header-compact);
  }

  body.pdp-sticky-on .page__main > .product-specs__tabs-anchor {
    min-height: 48px;
  }

  body.pdp-sticky-on .page__main .product-specs__tabs.product-specs__desktop-only,
  body.pdp-sticky-on:has(.header.header_compact) .page__main .product-specs__tabs.product-specs__desktop-only {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    z-index: 109;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 8px max(0px, calc((100vw - var(--mm-rail)) / 2)) 0;
    background: #fff;
    border-bottom: 1px solid #eceff3;
    box-shadow: 0 2px 8px #0000000f;
    box-sizing: border-box;
  }

  body.pdp-sticky-on .page__main .product-specs,
  body.pdp-sticky-on .page__main #product-specs-video,
  body.pdp-sticky-on .page__main #product-specs-desc,
  body.pdp-sticky-on .page__main #product-specs-reviews {
    scroll-margin-top: 120px;
  }

  .page__main .product-specs__tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 0 12px;
    margin: 0;
    color: #9aa0a6;
    font-family: var(--mm-font);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.01em;
    text-decoration: none;
    white-space: nowrap;
  }

  .page__main .product-specs__tab:hover {
    color: var(--mm-text);
  }

  .page__main .product-specs__tab.is-active {
    color: var(--mm-text);
    font-weight: 650;
  }

  .page__main .product-specs__tab.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: var(--mm-brand);
    border-radius: 2px 2px 0 0;
  }

  .page__main > .product-specs__row {
    display: block;
    margin-bottom: 32px;
    max-width: 100%;
    min-width: 0;
  }

  .page__main > .product-specs__row::after {
    content: "";
    display: table;
    clear: both;
  }

  .page__main > .product-specs__row > .product-specs__main {
    display: contents;
  }

  .page__main > .product-specs__row .product-specs.container-bg {
    min-width: calc(100% - 333px);
    margin: 0 0 24px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: none;
  }

  .page__main > .product-specs__row .product-specs > .accordion {
    margin: 0;
  }

  .page__main > .product-specs__row:has(> .product-specs__aside) #product-specs,
  .page__main > .product-specs__row:has(> .product-specs__aside) #product-specs-video {
    width: calc(100% - 333px);
    max-width: calc(100% - 333px);
    display: block;
    min-width: 0;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: visible;
  }

  /* Описание обтекает aside и после него занимает всю рельсу */
  .page__main > .product-specs__row:has(> .product-specs__aside) #product-specs-desc {
    width: auto;
    max-width: none;
    min-width: 0;
    display: block;
    box-sizing: border-box;
    overflow: visible;
  }

  .page__main > .product-specs__row #product-specs-desc.container-bg {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 0 24px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    overflow: visible;
  }

  .page__main .product-specs__aside.product-specs__desktop-only {
    display: flex !important;
    flex-direction: column;
    position: relative;
    float: right;
    z-index: 2;
    width: 305px;
    max-width: 305px;
    margin: 0 0 24px 28px;
  }

  .page__main .product-specs__pdf.product-specs__desktop-only {
    display: inline-flex !important;
  }

  .page__main .product-specs .product-specs__mobile-title,
  .page__main .product-specs .product-specs__mobile-btn,
  .page__main #product-specs-desc .product-specs__mobile-title,
  .page__main #product-specs-desc .product-specs__mobile-btn {
    display: none !important;
  }

  .page__main .product-specs .js-accordion-content {
    max-height: none !important;
    overflow: visible !important;
  }

  .page__main #product-specs-desc .js-accordion-content {
    max-height: none !important;
    overflow: visible !important;
    padding: 0;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
  }

  .page__main #product-specs-desc .product-specs__desc-title.product-specs__desktop-only,
  .page__main #product-specs-video .product-specs__videos-title.product-specs__desktop-only,
  .page__main #product-specs .product-specs__specs-title.product-specs__desktop-only {
    display: block !important;
    margin: 0 0 20px;
    color: var(--mm-text);
    font-family: var(--mm-font);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .page__main #product-specs-desc .accordion__content:before,
  .page__main #product-specs-desc .js-accordion-content:before {
    display: none !important;
  }

  .page__main #product-specs-desc .wrapper__content-product,
  .page__main #product-specs-desc .product__body,
  .page__main #product-specs-desc .accordion__content,
  .page__main #product-specs-desc .js-accordion-content {
    display: block !important;
    width: auto;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
    overflow: visible !important;
    overflow-wrap: anywhere;
    word-wrap: break-word;
  }

  .page__main #product-specs-desc .table-scroll-content {
    display: block !important;
    width: auto;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
    overflow: visible;
  }

  .page__main #product-specs-desc .row.table-scroll-content {
    display: block;
    width: auto;
    max-width: none;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    overflow: visible;
  }

  .page__main > .product-specs__row:has(> .product-specs__aside) #product-specs-desc.container-bg {
    background: transparent;
    border: 0;
    padding: 0;
    border-radius: 0;
  }

  .page__main #product-specs-desc img,
  .page__main #product-specs-desc iframe,
  .page__main #product-specs-desc video,
  .page__main #product-specs-desc object,
  .page__main #product-specs-desc embed,
  .page__main #product-specs-desc figure,
  .page__main #product-specs-desc svg {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
  }

  .page__main #product-specs-desc .product__body > div,
  .page__main #product-specs-desc .product__body p,
  .page__main #product-specs-desc .product__body pre {
    max-width: 100% !important;
    max-height: none !important;
    height: auto !important;
    box-sizing: border-box;
    overflow: visible;
  }

  html.is-pdp .page__main #product-specs-desc .product-specs__desc-gallery,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 48px;
    width: 100%;
    margin: 40px 0 0;
  }

  html.is-pdp .page__main #product-specs-desc .product-specs__desc-gallery > *,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-cols > *,
  html.is-pdp .page__main #product-specs-desc .product__body table.product-specs__desc-photos td {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  html.is-pdp .page__main #product-specs-desc .product__body .row,
  html.is-pdp .page__main #product-specs-desc .product__body .row-flex {
    display: flex !important;
    flex-flow: row wrap;
    align-items: stretch;
    width: auto;
    max-width: none !important;
    min-width: 0;
    margin: 24px -12px 8px;
    box-sizing: border-box;
  }

  html.is-pdp .page__main #product-specs-desc .product__body [class*="col-"] {
    position: relative;
    width: 100%;
    min-width: 0;
    padding: 0 12px 32px;
    box-sizing: border-box;
  }

  html.is-pdp .page__main #product-specs-desc .product__body .col-6,
  html.is-pdp .page__main #product-specs-desc .product__body .col-sm-6,
  html.is-pdp .page__main #product-specs-desc .product__body .col-md-6,
  html.is-pdp .page__main #product-specs-desc .product__body .col-lg-6,
  html.is-pdp .page__main #product-specs-desc .product__body .col-xl-6 {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    max-width: 50% !important;
  }

  html.is-pdp .page__main #product-specs-desc .product__body .col-4,
  html.is-pdp .page__main #product-specs-desc .product__body .col-md-4,
  html.is-pdp .page__main #product-specs-desc .product__body .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333% !important;
  }

  html.is-pdp .page__main #product-specs-desc .product__body .col-12,
  html.is-pdp .page__main #product-specs-desc .product__body .col-md-12,
  html.is-pdp .page__main #product-specs-desc .product__body .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100% !important;
  }

  html.is-pdp .page__main #product-specs-desc .product-specs__desc-cols .product-specs__desc-single,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-cols .fl,
  html.is-pdp .page__main #product-specs-desc .product__body .row .product-specs__desc-single,
  html.is-pdp .page__main #product-specs-desc .product__body .row .fl {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html.is-pdp .page__main #product-specs-desc .product__body table.product-specs__desc-data,
  html.is-pdp .page__main #product-specs-desc .wrapper__content-product table.product-specs__desc-data,
  html.is-pdp .page__main #product-specs-desc .product__body table:not(.product-specs__desc-photos):not(.product-specs__desc-thumbs) {
    display: table !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 16px 0 24px;
    border-collapse: collapse;
    table-layout: fixed;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    overflow: hidden;
  }

  html.is-pdp .page__main #product-specs-desc .product__body table.product-specs__desc-data thead,
  html.is-pdp .page__main #product-specs-desc .product__body table:not(.product-specs__desc-photos):not(.product-specs__desc-thumbs) thead {
    display: table-header-group;
  }

  html.is-pdp .page__main #product-specs-desc .product__body table.product-specs__desc-data tbody,
  html.is-pdp .page__main #product-specs-desc .product__body table:not(.product-specs__desc-photos):not(.product-specs__desc-thumbs) tbody {
    display: table-row-group;
  }

  html.is-pdp .page__main #product-specs-desc .product__body table.product-specs__desc-data tr,
  html.is-pdp .page__main #product-specs-desc .product__body table:not(.product-specs__desc-photos):not(.product-specs__desc-thumbs) tr {
    display: table-row;
  }

  html.is-pdp .page__main #product-specs-desc .product__body table.product-specs__desc-data th,
  html.is-pdp .page__main #product-specs-desc .product__body table.product-specs__desc-data td,
  html.is-pdp .page__main #product-specs-desc .product__body table:not(.product-specs__desc-photos):not(.product-specs__desc-thumbs) th,
  html.is-pdp .page__main #product-specs-desc .product__body table:not(.product-specs__desc-photos):not(.product-specs__desc-thumbs) td {
    display: table-cell !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0;
    padding: 10px 12px !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    border: 1px solid #eceff3 !important;
    background: none !important;
    vertical-align: middle;
    text-align: left !important;
    color: var(--mm-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }

  html.is-pdp .page__main #product-specs-desc .product__body table.product-specs__desc-data th,
  html.is-pdp .page__main #product-specs-desc .product__body table.product-specs__desc-data tr:first-child td,
  html.is-pdp .page__main #product-specs-desc .product__body table:not(.product-specs__desc-photos):not(.product-specs__desc-thumbs) th,
  html.is-pdp .page__main #product-specs-desc .product__body table:not(.product-specs__desc-photos):not(.product-specs__desc-thumbs) tr:first-child td {
    font-weight: 600;
    text-align: center !important;
    background: #f7f8fa !important;
  }

  html.is-pdp .page__main #product-specs-desc .product-specs__desc-data .product-specs__desc-imgbox,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-data .content__product-img,
  html.is-pdp .page__main #product-specs-desc .product__body table:not(.product-specs__desc-photos):not(.product-specs__desc-thumbs) .product-specs__desc-imgbox,
  html.is-pdp .page__main #product-specs-desc .product__body table:not(.product-specs__desc-photos):not(.product-specs__desc-thumbs) .content__product-img {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 220px;
    height: auto !important;
    aspect-ratio: auto !important;
    margin: 0 auto;
    padding: 8px;
    background: #f4f5f6;
    border-radius: 8px;
  }

  html.is-pdp .page__main #product-specs-desc .product-specs__desc-data img,
  html.is-pdp .page__main #product-specs-desc .product__body table:not(.product-specs__desc-photos):not(.product-specs__desc-thumbs) img {
    display: inline-block !important;
    width: auto !important;
    max-width: 200px !important;
    height: auto !important;
    max-height: 140px;
    margin: 0 auto !important;
    object-fit: contain !important;
    float: none !important;
    border-radius: 6px;
    background: transparent !important;
  }

  html.is-pdp .page__main #product-specs-desc .product__body table.product-specs__desc-photos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 48px;
    width: 100% !important;
    max-width: 100%;
    margin: 40px 0 8px;
    border: 0;
    background: none;
  }

  html.is-pdp .page__main #product-specs-desc .product__body table.product-specs__desc-photos tbody,
  html.is-pdp .page__main #product-specs-desc .product__body table.product-specs__desc-photos tr,
  html.is-pdp .page__main #product-specs-desc .product__body table.product-specs__desc-thumbs tbody,
  html.is-pdp .page__main #product-specs-desc .product__body table.product-specs__desc-thumbs tr {
    display: contents;
  }

  html.is-pdp .page__main #product-specs-desc .product-specs__desc-figure,
  html.is-pdp .page__main #product-specs-desc .product__body table.product-specs__desc-photos td {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: auto !important;
    max-width: none !important;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    text-align: left;
    color: var(--mm-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
  }

  html.is-pdp .page__main #product-specs-desc .product-specs__desc-imgbox,
  html.is-pdp .page__main #product-specs-desc .content__product-img {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: auto;
    margin: 0 auto 10px;
    padding: 8px;
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background: #f2f2f2;
    box-sizing: border-box;
  }

  html.is-pdp .page__main #product-specs-desc .product-specs__desc-imgbox.is-desc-photo,
  html.is-pdp .page__main #product-specs-desc .content__product-img.is-desc-photo {
    aspect-ratio: auto;
  }

  html.is-pdp .page__main #product-specs-desc .product__body .col-12 .product-specs__desc-imgbox,
  html.is-pdp .page__main #product-specs-desc .product__body .col-md-12 .product-specs__desc-imgbox,
  html.is-pdp .page__main #product-specs-desc .product__body .col-lg-12 .product-specs__desc-imgbox,
  html.is-pdp .page__main #product-specs-desc .product__body .col-12 .content__product-img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-md-12 .content__product-img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-lg-12 .content__product-img {
    aspect-ratio: auto !important;
    width: fit-content !important;
    max-width: 100%;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
  }

  html.is-pdp .page__main #product-specs-desc .product__body .col-12 .product-specs__desc-imgbox img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-md-12 .product-specs__desc-imgbox img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-lg-12 .product-specs__desc-imgbox img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-12 .content__product-img img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-md-12 .content__product-img img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-lg-12 .content__product-img img {
    max-height: 400px;
  }

  html.is-pdp .page__main #product-specs-desc .product-specs__desc-single {
    max-width: 671px;
    margin: 40px 0 8px;
    text-align: left;
  }

  html.is-pdp .page__main #product-specs-desc .product-specs__desc-single .product-specs__desc-imgbox,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-single .content__product-img {
    width: fit-content;
    max-width: 100%;
    aspect-ratio: auto !important;
  }

  html.is-pdp .page__main #product-specs-desc .product-specs__desc-single p,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-single h2,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-single h3,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-single h4 {
    text-align: left !important;
  }

  html.is-pdp .page__main #product-specs-desc .product-specs__desc-thumbs,
  html.is-pdp .page__main #product-specs-desc .product__body table.product-specs__desc-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    max-width: 100%;
    margin: 16px 0 28px;
    border: 0;
    background: none;
  }

  html.is-pdp .page__main #product-specs-desc .product__body table.product-specs__desc-thumbs td {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    text-align: center;
    font-size: 13px;
    line-height: 1.35;
  }

  html.is-pdp .page__main #product-specs-desc .product-specs__desc-thumbs .product-specs__desc-imgbox,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-thumbs .content__product-img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1;
    padding: 10px;
    margin: 0 0 8px;
  }

  html.is-pdp .page__main #product-specs-desc .product-specs__desc-photos .product-specs__desc-imgbox,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-photos .content__product-img,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-gallery .content__product-img,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-gallery .product-specs__desc-imgbox,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-cols .product-specs__desc-imgbox,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-cols .content__product-img,
  html.is-pdp .page__main #product-specs-desc .product__body .fl .product-specs__desc-imgbox,
  html.is-pdp .page__main #product-specs-desc .product__body .col-6 .product-specs__desc-imgbox,
  html.is-pdp .page__main #product-specs-desc .product__body .col-sm-6 .product-specs__desc-imgbox,
  html.is-pdp .page__main #product-specs-desc .product__body .col-md-6 .product-specs__desc-imgbox,
  html.is-pdp .page__main #product-specs-desc .product__body .col-lg-6 .product-specs__desc-imgbox,
  html.is-pdp .page__main #product-specs-desc .product__body .col-xl-6 .product-specs__desc-imgbox,
  html.is-pdp .page__main #product-specs-desc .product__body .col-6 .content__product-img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-sm-6 .content__product-img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-md-6 .content__product-img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-lg-6 .content__product-img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-xl-6 .content__product-img {
    width: fit-content !important;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: auto !important;
    padding: 8px;
    margin: 0 auto 12px;
  }

  html.is-pdp .page__main #product-specs-desc .product-specs__desc-photos .product-specs__desc-imgbox img,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-photos .content__product-img img,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-gallery .content__product-img img,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-gallery .product-specs__desc-imgbox img,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-cols .product-specs__desc-imgbox img,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-cols .content__product-img img,
  html.is-pdp .page__main #product-specs-desc .product__body .fl .product-specs__desc-imgbox img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-6 .product-specs__desc-imgbox img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-sm-6 .product-specs__desc-imgbox img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-md-6 .product-specs__desc-imgbox img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-lg-6 .product-specs__desc-imgbox img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-xl-6 .product-specs__desc-imgbox img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-6 .content__product-img img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-sm-6 .content__product-img img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-md-6 .content__product-img img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-lg-6 .content__product-img img,
  html.is-pdp .page__main #product-specs-desc .product__body .col-xl-6 .content__product-img img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 360px !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  html.is-pdp .page__main #product-specs-desc .product__body .row .product-specs__desc-imgbox,
  html.is-pdp .page__main #product-specs-desc .product__body .row .content__product-img {
    max-width: 100%;
  }

  html.is-pdp .page__main #product-specs-desc .product-specs__desc-caption,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-photos td,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-photos td p,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-photos td h2,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-photos td h3,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-photos td h4,
  html.is-pdp .page__main #product-specs-desc .product-specs__desc-gallery figcaption,
  html.is-pdp .page__main #product-specs-desc .product__body .fl,
  html.is-pdp .page__main #product-specs-desc .product__body .fl p {
    margin-top: 0;
    text-align: left !important;
  }

  html.is-pdp .page__main #product-specs-desc .product-specs__desc-imgbox img,
  html.is-pdp .page__main #product-specs-desc .content__product-img img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 400px;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    border-radius: 10px;
    background: transparent !important;
  }

  html.is-pdp .page__main #product-specs-desc .link__polotna img {
    aspect-ratio: auto;
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
    background: transparent !important;
    border-radius: 0;
    object-fit: contain !important;
    margin: 0 !important;
  }

  html.is-pdp .page__main #product-specs-desc .product__body .fl {
    display: flex;
    flex-direction: column;
    float: left !important;
    width: calc(50% - 12px) !important;
    max-width: calc(50% - 12px) !important;
    margin: 0 24px 48px 0 !important;
  }

  html.is-pdp .page__main #product-specs-desc .product__body .fl:nth-child(even) {
    margin-right: 0 !important;
  }

  .page__main .product-specs .accordion__content:before,
  .page__main .product-specs .js-accordion-content:before {
    display: none !important;
  }

  .page__main #product-specs-video:not(:has(.video)) {
    display: none !important;
  }

  .page__main #product-specs-video {
    max-width: 100%;
    min-width: 0;
  }

  .page__main > .product-specs__row:not(:has(> .product-specs__aside)) #product-specs-video {
    overflow-x: clip;
  }

  .page__main #product-specs-reviews {
    max-width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .page__main #product-specs-reviews > .container,
  .page__main #product-specs-reviews .product-reviews__layout {
    overflow: visible;
  }

  .page__main #product-specs-desc {
    max-width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .page__main .product-specs,
  .page__main #product-specs-video,
  .page__main #product-specs-desc,
  .page__main #product-specs-reviews {
    scroll-margin-top: 236px;
  }

  body:has(.header.header_compact) .page__main .product-specs,
  body:has(.header.header_compact) .page__main #product-specs-video,
  body:has(.header.header_compact) .page__main #product-specs-desc,
  body:has(.header.header_compact) .page__main #product-specs-reviews {
    scroll-margin-top: 196px;
  }

  .page__main .product-specs .wrapper-characteristics {
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    max-width: 100%;
    padding: 20px 24px 24px;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 16px;
    box-sizing: border-box;
  }

  .page__main .product-specs .wrapper-characteristics > .scrollbar-top {
    display: none !important;
  }

  .page__main .product-specs .wrapper-characteristics > .table-scroll {
    overflow-x: auto;
    overflow-y: visible;
    max-width: 100%;
  }

  .page__main .product-specs__pdf {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 1;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    color: var(--mm-brand);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
  }

  .page__main .product-specs__pdf::before {
    content: "";
    width: 18px;
    height: 20px;
    flex: 0 0 auto;
    background: var(--mm-brand);
    border-radius: 2px;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm1 7V3.5L19.5 9H15zM8.5 13.5c.8 0 1.4.2 1.8.6.4.4.6 1 .6 1.7v.7c0 .8-.2 1.4-.6 1.8-.4.4-1 .6-1.8.6H7v-5.4h1.5zm0 1.2H8v3h.5c.4 0 .7-.1.9-.3.2-.2.3-.5.3-1v-.4c0-.5-.1-.8-.3-1-.2-.2-.5-.3-.9-.3zm4.2-1.2c.7 0 1.2.2 1.6.5.4.3.6.8.6 1.4v2.2c0 .6-.2 1.1-.6 1.4-.4.3-.9.5-1.6.5h-1.7v-6h1.7zm0 1.2h-.5v3.6h.5c.4 0 .7-.1.9-.3.2-.2.3-.5.3-1v-1c0-.5-.1-.8-.3-1-.2-.2-.5-.3-.9-.3zm4.3-1.2v1.2h-1.6v1.2h1.4v1.1h-1.4v2.5H14v-6h2.9z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm1 7V3.5L19.5 9H15zM8.5 13.5c.8 0 1.4.2 1.8.6.4.4.6 1 .6 1.7v.7c0 .8-.2 1.4-.6 1.8-.4.4-1 .6-1.8.6H7v-5.4h1.5zm0 1.2H8v3h.5c.4 0 .7-.1.9-.3.2-.2.3-.5.3-1v-.4c0-.5-.1-.8-.3-1-.2-.2-.5-.3-.9-.3zm4.2-1.2c.7 0 1.2.2 1.6.5.4.3.6.8.6 1.4v2.2c0 .6-.2 1.1-.6 1.4-.4.3-.9.5-1.6.5h-1.7v-6h1.7zm0 1.2h-.5v3.6h.5c.4 0 .7-.1.9-.3.2-.2.3-.5.3-1v-1c0-.5-.1-.8-.3-1-.2-.2-.5-.3-.9-.3zm4.3-1.2v1.2h-1.6v1.2h1.4v1.1h-1.4v2.5H14v-6h2.9z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .page__main .product-specs .wrapper-characteristics:has(> .product-specs__pdf) > .table-scroll {
    padding-top: 36px;
  }

  .page__main .product-specs .wrapper-characteristics > .table-scroll > table,
  .page__main .product-specs .wrapper-characteristics > table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .page__main .product-specs .wrapper-characteristics table {
    width: 100%;
    border-collapse: collapse;
  }

  .page__main .product-specs .wrapper-characteristics table tr th,
  .page__main .product-specs .wrapper-characteristics table tr td {
    background-color: transparent !important;
    border: 0 !important;
    padding: 12px 16px 12px 0 !important;
    vertical-align: top;
    word-break: normal;
    overflow-wrap: break-word;
    transition: background-color .22s ease;
  }

  .page__main .product-specs .wrapper-characteristics table tr td {
    border-bottom: 1px solid #eceff3 !important;
    font-family: var(--mm-font);
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.015em;
    color: var(--mm-text);
  }

  .page__main .product-specs .wrapper-characteristics table tr:hover td,
  .page__main .product-specs .wrapper-characteristics table tr:hover th {
    background-color: #f4f5f6 !important;
  }

  .page__main .product-specs .wrapper-characteristics table tr th,
  .page__main .product-specs .wrapper-characteristics table tr th *,
  .page__main .product-specs .wrapper-characteristics table tr th a,
  .page__main .product-specs .wrapper-characteristics table tr th a:link,
  .page__main .product-specs .wrapper-characteristics table tr th a:visited {
    color: var(--mm-text) !important;
    font-family: var(--mm-font);
    font-weight: 600;
    font-size: 15px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.015em;
    opacity: 1 !important;
    visibility: visible !important;
    text-align: left;
    text-decoration: none !important;
    border-bottom: 0 !important;
  }

  .page__main .product-specs .wrapper-characteristics table tr th a:hover {
    color: var(--mm-brand) !important;
    text-decoration: none !important;
  }

  .page__main .product-specs .wrapper-characteristics > .table-scroll > table > tbody > tr > td:first-child,
  .page__main .product-specs .wrapper-characteristics > .table-scroll > table > tbody > tr > th:first-child,
  .page__main .product-specs .wrapper-characteristics > .table-scroll > table > thead > tr > td:first-child,
  .page__main .product-specs .wrapper-characteristics > .table-scroll > table > thead > tr > th:first-child,
  .page__main .product-specs .wrapper-characteristics > table > tbody > tr > td:first-child,
  .page__main .product-specs .wrapper-characteristics > table > tbody > tr > th:first-child {
    width: 32%;
  }

  .page__main .product-specs .wrapper-characteristics table tr td:first-child {
    color: #8b929a;
    font-weight: 400;
  }

  .page__main .product-specs .wrapper-characteristics > .table-scroll > table > tbody > tr > td:not(:first-child),
  .page__main .product-specs .wrapper-characteristics > .table-scroll > table > tbody > tr > th:not(:first-child),
  .page__main .product-specs .wrapper-characteristics > .table-scroll > table > thead > tr > td:not(:first-child),
  .page__main .product-specs .wrapper-characteristics > .table-scroll > table > thead > tr > th:not(:first-child),
  .page__main .product-specs .wrapper-characteristics > table > tbody > tr > td:not(:first-child),
  .page__main .product-specs .wrapper-characteristics > table > tbody > tr > th:not(:first-child) {
    width: auto;
    color: var(--mm-text);
    font-weight: 600;
    text-align: center !important;
    white-space: normal;
    padding: 10px 12px !important;
  }

  .page__main .product-specs .wrapper-characteristics > .table-scroll > table > tbody > tr > th:not(:first-child) *,
  .page__main .product-specs .wrapper-characteristics > .table-scroll > table > thead > tr > th:not(:first-child) *,
  .page__main .product-specs .wrapper-characteristics > table > tbody > tr > th:not(:first-child) * {
    text-align: center !important;
  }

  .page__main .product-specs .wrapper-characteristics table tr td:not(:first-child) br {
    display: none;
  }

  .page__main .product-specs .wrapper-characteristics table tr td:not(:first-child) p {
    display: inline;
    margin: 0;
  }

  .page__main .product-specs .wrapper-characteristics table tr td:not(:first-child) p + p::before {
    content: " ";
  }

  .page__main .product-specs .wrapper-characteristics table tr td[colspan],
  .page__main .product-specs .wrapper-characteristics table tr th[colspan] {
    color: var(--mm-text);
    font-weight: 700;
  }

  .page__main .product-specs .wrapper-characteristics > .table-scroll > table > tbody > tr:last-child > td,
  .page__main .product-specs .wrapper-characteristics > table > tbody > tr:last-child > td {
    border-bottom: 0 !important;
  }

  /* Нижние инфо-блоки / вложенные таблицы */
  .page__main .product-specs .wrapper-characteristics table table {
    width: 100%;
    table-layout: auto;
    background: var(--mm-surface);
    border-radius: 12px;
    overflow: hidden;
  }

  .page__main .product-specs .wrapper-characteristics table table tr th,
  .page__main .product-specs .wrapper-characteristics table table tr td {
    border-bottom: 1px solid #e5e7eb !important;
    padding: 10px 14px !important;
    width: auto;
    white-space: normal;
    text-align: left;
  }

  .page__main .product-specs .wrapper-characteristics table table tr:last-child th,
  .page__main .product-specs .wrapper-characteristics table table tr:last-child td {
    border-bottom: 0 !important;
  }

  .page__main .product-specs__aside {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 305px;
    max-width: 305px;
  }

  .page__main .product-specs__aside-block {
    min-width: 0;
  }

  .page__main .product-specs__aside-title,
  html.is-pdp #cart .product-specs__aside-title {
    margin: 0 0 20px;
    color: var(--mm-text);
    font-family: var(--mm-font);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .page__main .product-specs__aside-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  html.is-pdp .product-specs__card {
    width: 100%;
    max-width: 305px;
    margin: 0;
    padding: 0;
    border: 1px solid #e8eaed;
    border-radius: 11px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    transition: box-shadow .15s ease-out, border-color .15s ease-out;
  }

  html.is-pdp .product-specs__card:hover {
    border-color: #e5e5e5;
    box-shadow: var(--mm-card-hover-shadow);
  }

  html.is-pdp .product-specs__card:hover .card-product__title {
    color: var(--mm-brand);
  }

  html.is-pdp .product-specs__card-link {
    display: flex;
    flex-direction: column;
    padding: 10px;
    color: inherit;
    text-decoration: none;
  }

  html.is-pdp .product-specs__card .card-product__slider,
  html.is-pdp .product-specs__card-slider {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 285 / 160;
    margin: 0 0 10px;
    border-radius: 8px;
    overflow: hidden;
    background: #f4f5f6;
  }

  html.is-pdp .product-specs__card .card-product__slider .slider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  html.is-pdp .product-specs__card .card-product__slider .slider__container {
    display: grid;
    grid-template: 1fr / 1fr;
    gap: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    scrollbar-width: none;
    scroll-snap-type: none;
  }

  html.is-pdp .product-specs__card .card-product__slider .slider__container::-webkit-scrollbar {
    display: none;
  }

  html.is-pdp .product-specs__card .card-product__slider .slider__slide {
    grid-area: 1 / 1;
    flex: none;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .08s linear;
  }

  html.is-pdp .product-specs__card .card-product__slider .slider__slide:first-child,
  html.is-pdp .product-specs__card .card-product__slider .slider__slide.is-hover-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
  }

  html.is-pdp .product-specs__card .card-product__slider_hover .slider__slide:not(.is-hover-active) {
    opacity: 0;
    z-index: 0;
  }

  html.is-pdp .product-specs__card .slider__image,
  html.is-pdp .product-specs__card-img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    background: #f4f5f6;
  }

  html.is-pdp .product-specs__card .card-product__hover-dots {
    left: 8px;
    right: 8px;
    bottom: 6px;
  }

  html.is-pdp .product-specs__card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 8px;
  }

  html.is-pdp .product-specs__card-tags:empty {
    display: none;
  }

  html.is-pdp .product-specs__card-tag {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--mm-badge-h, 19.25px);
    min-height: var(--mm-badge-h, 19.25px);
    max-height: var(--mm-badge-h, 19.25px);
    padding: 0 var(--mm-badge-pad-x, 8px);
    border-radius: var(--mm-badge-radius, 6px);
    font-size: var(--mm-badge-fs, 10px);
    font-weight: var(--mm-badge-fw, 600);
    line-height: 1;
    white-space: nowrap;
    color: #fff;
  }

  html.is-pdp .product-specs__card-tag_stock {
    background: var(--mm-badge-in-stock-bg, #e1f2e6);
    color: var(--mm-badge-in-stock-fg, #5bac46);
  }

  html.is-pdp .product-specs__card-tag_sale {
    background: var(--mm-badge-discount-bg, #29323c);
    color: var(--mm-badge-discount-fg, #fff);
  }

  html.is-pdp .product-specs__card-prices {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 8px;
    row-gap: 2px;
    margin: 0 0 6px;
  }

  html.is-pdp .product-specs__card-price {
    color: var(--mm-text);
    font-family: var(--mm-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }

  html.is-pdp .product-specs__card-price.is-sale {
    color: var(--mm-brand);
  }

  html.is-pdp .product-specs__card-old {
    color: var(--mm-text);
    font-family: var(--mm-font);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-decoration: line-through;
  }

  html.is-pdp .product-specs__card-title {
    color: var(--mm-text);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    transition: color .15s ease-out;
  }

  html.is-pdp .product-specs__card:hover .product-specs__card-title {
    color: var(--mm-brand);
  }

  .page__main .product-specs__recommend-mobile,
  .page__main .product-specs__related-mobile {
    display: none !important;
  }

  /* ---------- PDP: Обзоры (видео) ---------- */
  .page__main > .product-specs__row #product-specs-video.container-bg,
  .page__main #product-specs-video.container-bg {
    margin: 0 0 24px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .page__main #product-specs-video > .accordion {
    margin-bottom: 0;
  }

  .page__main #product-specs-video .product-specs__mobile-title {
    display: none !important;
  }

  .page__main #product-specs-video .js-accordion-content,
  .page__main #product-specs-video .product-specs__videos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-height: none !important;
    overflow: visible !important;
  }

  .page__main #product-specs-video .accordion__content:before,
  .page__main #product-specs-video .js-accordion-content:before {
    display: none !important;
  }

  .page__main #product-specs-video .product-specs__videos > .video:nth-child(n + 5) {
    display: none;
  }

  .page__main #product-specs-video .product-specs__videos.open > .video:nth-child(n + 5) {
    display: block;
  }

  .page__main #product-specs-video .js-accordion-btn {
    display: none;
    width: max-content;
    max-width: 100%;
    margin-top: 16px;
  }

  .page__main #product-specs-video .product-specs__videos:has(> .video:nth-child(5)) ~ .js-accordion-btn {
    display: inline-flex !important;
  }

  .page__main #product-specs-video .js-accordion-btn.open img {
    transform: rotate(180deg);
  }

  .page__main #product-specs-video .video {
    display: block;
    min-width: 0;
    color: inherit;
    text-decoration: none;
  }

  .page__main #product-specs-video .card-video {
    height: 100%;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    transition: border-color .15s ease-out, box-shadow .15s ease-out;
  }

  .page__main #product-specs-video .video:hover .card-video {
    border-color: var(--mm-brand);
    box-shadow: var(--mm-card-hover-shadow);
  }

  .page__main #product-specs-video .card-video__img-container {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--mm-surface);
  }

  .page__main #product-specs-video .card-video__img-container::before {
    display: none;
  }

  .page__main #product-specs-video .card-video__img-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.42);
    z-index: 2;
    pointer-events: none;
    opacity: 1;
    transition: opacity .28s ease-out;
  }

  .page__main #product-specs-video .video:hover .card-video__img-container::after {
    opacity: 0;
  }

  .page__main #product-specs-video .card-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 64px;
    height: 64px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 18px rgba(22, 29, 40, 0.22);
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: transform .15s ease-out;
  }

  .page__main #product-specs-video .card-video__play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 54%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 18px;
    border-color: transparent transparent transparent var(--mm-text);
    transform: translate(-50%, -50%);
  }

  .page__main #product-specs-video .video:hover .card-video__play {
    transform: translate(-50%, -50%) scale(1.06);
  }

  .page__main #product-specs-video .card-video__img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .page__main #product-specs-video .card-video__info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px 14px;
  }

  .page__main #product-specs-video .card-video__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    flex: 1 1 auto;
    margin: 0;
    color: var(--mm-text);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
  }

  .page__main #product-specs-video .tag.tag_date {
    flex: 0 0 auto;
    margin: 0;
  }

  html.is-pdp .page__main .harct_2,
  html.is-pdp .page__main .harct_2[style] {
    overflow: visible !important;
    overflow-x: visible !important;
    margin: 24px 0 0 !important;
    max-width: 100%;
  }

  /* Visual styles for .kalc_lbm live in Calc.css */
  html.is-pdp .page__main .kalc_lbm,
  html.is-pdp .page__main .kalc_lbm.acl,
  html.is-pdp .page__main .kalc_lbm.calck {
    width: 100% !important;
    max-width: 100% !important;
  }

  html.is-pdp .page__main .kalc_lbm > table,
  html.is-pdp .page__main .kalc_lbm > table[style],
  html.is-pdp .page__main .kalc_lbm > .calck > table {
    width: 100% !important;
    max-width: 100% !important;
    border: 0 !important;
  }

  /* product-from-sections: shared styles in desktop.css */
  html.is-pdp .page__main .cont-ins {
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px;
    padding: 24px;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 16px;
    box-sizing: border-box;
  }

  html.is-pdp .page__main .cont-ins__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    gap: 40px 48px;
    align-items: center;
  }

  html.is-pdp .page__main .cont-ins__media {
    display: block !important;
    min-width: 0;
  }

  html.is-pdp .page__main .cont-ins__media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
  }

  html.is-pdp .page__main .cont-ins__form {
    min-width: 0;
  }

  html.is-pdp .page__main .cont-ins__form > .title {
    margin: 0 0 8px;
    color: var(--mm-text);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
  }

  html.is-pdp .page__main .cont-ins__form > .mb-16 {
    margin: 0 0 20px;
    color: var(--mm-muted);
    font-size: 15px;
    line-height: 1.45;
  }

  .page__main #product-specs-reviews {
    width: 100%;
    max-width: 100%;
    margin: 0 0 48px;
    padding: 8px 0 0;
  }

  .page__main #product-specs-reviews > .accordion,
  .page__main #product-specs-reviews > .container.accordion {
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .page__main #product-specs-reviews .product-specs__mobile-title,
  .page__main #product-specs-reviews .product-specs__reviews-mobile {
    display: none !important;
  }

  .page__main #product-specs-reviews .product-specs__reviews-title.product-specs__desktop-only {
    display: block !important;
    margin: 0 0 20px;
    color: #161d28;
    font-family: var(--mm-font);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .page__main #product-specs-reviews .product-reviews__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 24px 32px;
    align-items: start;
  }

  .page__main #product-specs-reviews .product-reviews__col {
    min-width: 0;
  }

  .page__main #product-specs-reviews .product-reviews__empty {
    display: block !important;
    margin: 0;
    color: #8b929a;
    font-size: 15px;
    line-height: 1.45;
  }

  .page__main #product-specs-reviews .product-reviews__form.product-specs__desktop-only {
    display: flex !important;
    flex-direction: column;
    position: sticky;
    top: 190px;
    margin: 0;
    padding: 24px;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 16px;
    box-sizing: border-box;
  }

  .page__main #product-specs-reviews .product-reviews__form-title {
    margin: 0 0 16px;
    color: #161d28;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
  }

  .page__main #product-specs-reviews .product-reviews__form .form-element {
    margin-bottom: 10px;
  }

  .page__main #product-specs-reviews .product-reviews__form .form-element__field {
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid #e8eaed;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 15px;
  }

  .page__main #product-specs-reviews .product-reviews__form textarea.form-element__field {
    min-height: 110px;
    resize: vertical;
  }

  .page__main #product-specs-reviews .product-reviews__form-hint {
    margin: 0 0 12px;
    color: #8b929a;
    font-size: 13px;
    line-height: 1.4;
  }

  .page__main #product-specs-reviews .product-reviews__file {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    cursor: pointer;
  }

  .page__main #product-specs-reviews .product-reviews__file input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .page__main #product-specs-reviews .product-reviews__file-btn {
    flex: 0 0 auto;
    padding: 8px 14px;
    color: #ec670b;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #ec670b;
    border-radius: 10px;
    background: #fff;
  }

  .page__main #product-specs-reviews .product-reviews__file-name {
    min-width: 0;
    color: #8b929a;
    font-size: 12px;
    line-height: 1.3;
  }

  .page__main #product-specs-reviews .product-reviews__form .form-consent-rim label p,
  .page__main #product-specs-reviews .product-reviews__form .form-consent-pd {
    font-size: 12px;
    line-height: 1.4;
    color: #8b929a;
  }

  .page__main #product-specs-reviews .product-reviews__form .form-consent-pd {
    margin: 8px 0 16px 32px;
  }

  .page__main #product-specs-reviews .product-reviews__form-ok {
    margin: 0 0 12px;
    color: #161d28;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }

  .page__main #product-specs-reviews .product-reviews__submit {
    align-self: flex-end;
    width: auto;
    min-width: 180px;
    max-width: 100%;
    margin: 0 0 0 auto;
    padding: 0 28px;
    border: 0;
    border-radius: var(--mm-radius-btn);
  }

  .page__main #product-specs-reviews .reviews.accordion__content,
  .page__main #product-specs-reviews .reviews.js-accordion-content {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0;
    margin: 0 0 16px;
    position: relative;
  }

  .page__main #product-specs-reviews .reviews:before,
  .page__main #product-specs-reviews .accordion__content:before,
  .page__main #product-specs-reviews .js-accordion-content:before {
    display: none !important;
    content: none !important;
  }

  /* С 4-го скрыты; 3-й виден с дымкой, если есть больше 2 */
  .page__main #product-specs-reviews .reviews > .card-reviews:nth-child(n + 4) {
    display: none !important;
  }

  .page__main #product-specs-reviews .reviews.open > .card-reviews:nth-child(n + 4) {
    display: block !important;
  }

  .page__main #product-specs-reviews .reviews:has(> .card-reviews:nth-child(3)):not(.open) {
    overflow: hidden !important;
  }

  .page__main #product-specs-reviews .reviews:has(> .card-reviews:nth-child(3)):not(.open) > .card-reviews:nth-child(3) {
    display: block !important;
    max-height: 148px;
    overflow: hidden;
    border-bottom-color: transparent;
  }

  .page__main #product-specs-reviews .reviews:has(> .card-reviews:nth-child(3)):not(.open)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 120px;
    pointer-events: none;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.72) 42%,
      #fff 100%
    );
  }

  .page__main #product-specs-reviews .reviews.open::after {
    display: none;
  }

  .page__main #product-specs-reviews .card-reviews {
    width: 100%;
    margin: 0;
    padding: 24px !important;
    background: #fff !important;
    border: 1px solid #e8eaed;
    border-radius: 16px;
    box-sizing: border-box;
  }

  .page__main #product-specs-reviews .card-reviews__head.product-specs__desktop-only {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 0 0 12px !important;
  }

  .page__main #product-specs-reviews .card-reviews__avatar {
    display: flex !important;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fde8d8;
    color: #ec670b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
  }

  .page__main #product-specs-reviews .card-reviews__name {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 !important;
    color: #161d28;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
  }

  .page__main #product-specs-reviews .card-reviews__date {
    flex: 0 0 auto;
    margin: 0 0 0 auto;
    color: #8b929a;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    white-space: nowrap;
  }

  .page__main #product-specs-reviews .card-reviews__text,
  .page__main #product-specs-reviews .card-reviews__text > p {
    margin: 0;
    color: #161d28;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
  }

  .page__main #product-specs-reviews .card-reviews__answer {
    margin: 16px 0 0 !important;
    padding: 0 0 0 16px !important;
    background: transparent !important;
    border-radius: 0 !important;
    border-left: 2px solid #e5e7eb;
  }

  .page__main #product-specs-reviews .card-reviews__answer-person {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 10px;
    row-gap: 4px;
    align-items: center;
    margin: 0 0 10px !important;
  }

  .page__main #product-specs-reviews .card-reviews__answer-img {
    grid-row: 1 / span 2;
    float: none !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    border-radius: 50%;
    object-fit: cover;
  }

  .page__main #product-specs-reviews .card-reviews__answer-name {
    grid-column: 2;
    margin: 0 !important;
    color: #161d28;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
  }

  .page__main #product-specs-reviews .card-reviews__answer-post {
    grid-column: 2;
    margin: 0 !important;
    color: #8b929a;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
  }

  .page__main #product-specs-reviews .card-reviews__answer-text,
  .page__main #product-specs-reviews .card-reviews__answer-text > p {
    margin: 0;
    color: #161d28;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
  }

  .page__main #product-specs-reviews .js-accordion-btn {
    display: none;
    width: fit-content;
    max-width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0 28px;
    justify-content: center;
    color: #ec670b !important;
    font-size: 15px;
    font-weight: 600;
    background: transparent !important;
    border: 1px solid #ec670b !important;
    border-radius: 12px;
    box-shadow: none !important;
  }

  .page__main #product-specs-reviews .reviews:has(> .card-reviews:nth-child(3)) ~ .js-accordion-btn {
    display: inline-flex !important;
  }

  .page__main #product-specs-reviews .js-accordion-btn img {
    display: none !important;
  }

  .page__main #product-specs-reviews .js-accordion-btn:hover {
    background: #fff7f0 !important;
  }

  .page__main .product-browsed.product-specs__desktop-only {
    display: block !important;
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px;
    padding: 0;
    background: transparent;
  }

  .page__main .product-browsed__title {
    margin: 0 0 16px;
    color: var(--mm-text);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
  }

  .page__main .product-browsed .product-browsed__list.cards-list_prev {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    gap: 16px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .page__main .product-browsed .cards-list_prev > .card-product {
    flex: 0 0 245.5px !important;
    width: 245.5px !important;
    max-width: 245.5px !important;
    padding: 0 0 16px;
  }

  html.is-pdp .page__main .product-browsed .cards-list_prev > .card-product.card-product_prev .card-product__slider {
    position: relative;
    flex: 0 0 auto;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    aspect-ratio: 4 / 3;
    margin: 0 0 10px !important;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    background: #f6f6f6;
  }

  .page__main .product-browsed .card-product__link {
    padding: 0 8px;
    box-sizing: border-box;
  }

  .page__main .product-browsed .card-product__slider .slider {
    width: 100%;
    height: 100%;
    max-height: none;
    position: relative;
    overflow: hidden;
  }

  .page__main .product-browsed .card-product__slider .slider__container {
    display: grid;
    grid-template: 1fr / 1fr;
    gap: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    scrollbar-width: none;
    scroll-snap-type: none;
    scrollbar-gutter: auto;
  }

  .page__main .product-browsed .card-product__slider .slider__container::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .page__main .product-browsed .card-product__slider .slider__slide {
    grid-area: 1 / 1;
    flex: none;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .page__main .product-browsed .card-product__slider .slider__slide:first-child,
  .page__main .product-browsed .card-product__slider .slider__slide.is-hover-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
  }

  .page__main .product-browsed .card-product__slider .slider__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px 12px 0 0;
    background: #f6f6f6;
  }

  .page__main .product-browsed .card-product__status {
    position: absolute;
    left: 8px;
    bottom: 8px;
    z-index: 6;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    margin: 0;
    padding: 0;
    pointer-events: none;
  }

  .page__main .product-browsed .card-product__status:empty {
    display: none;
  }

  .page__main .product-browsed .card-product__badges {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    min-height: 0;
    margin: 0 0 10px;
    padding: 0 8px;
  }

  .page__main .product-browsed .card-product__badges:empty,
  .page__main .product-browsed .card-product__badges:not(:has(.shields_container)) {
    display: none;
    margin: 0;
    padding: 0;
  }

  .page__main .product-browsed .card-product__badges .shields_container,
  .page__main .product-browsed .shields_container {
    position: static !important;
    top: auto;
    left: auto;
    right: auto;
    z-index: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    width: auto;
    max-width: 100%;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    pointer-events: auto;
  }

  .page__main .product-browsed .card-product__status .card-product__tag-option {
    position: static !important;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: var(--mm-badge-h, 19.25px);
    min-height: var(--mm-badge-h, 19.25px);
    max-height: var(--mm-badge-h, 19.25px);
    padding: 0 var(--mm-badge-pad-x, 8px);
    border-radius: var(--mm-badge-radius, 6px);
    font-size: var(--mm-badge-fs, 10px);
    font-weight: var(--mm-badge-fw, 600);
    line-height: 1;
    pointer-events: none;
  }

  .page__main .product-browsed .mm-badge {
    position: static !important;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: var(--mm-badge-h, 19.25px);
    min-height: var(--mm-badge-h, 19.25px);
    max-height: var(--mm-badge-h, 19.25px);
    padding: 0 var(--mm-badge-pad-x, 8px);
    border-radius: var(--mm-badge-radius, 6px);
    font-size: var(--mm-badge-fs, 10px);
    font-weight: var(--mm-badge-fw, 600);
    line-height: 1;
  }

  .page__main .product-browsed .card-product__info {
    display: none !important;
  }

  /* ---------- PDP: модалка «товар в корзине» ---------- */
  html.is-pdp #cart.modal {
    display: block;
    padding: 48px 24px 32px;
    background-color: rgba(22, 29, 40, 0.56);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    overflow-x: hidden;
    overflow-y: auto;
  }

  html.is-pdp #cart.modal .modal__content {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 28px 32px 32px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 18px 48px rgba(22, 29, 40, 0.2);
    box-sizing: border-box;
    overflow: visible;
    height: auto;
    min-height: 0;
    max-height: none;
    transform: translateY(16px) scale(0.98);
  }

  html.is-pdp #cart.modal.active .modal__content {
    transform: translateY(0) scale(1);
  }

  html.is-pdp #cart > .modal__btn {
    top: 64px;
    right: calc((100vw - min(960px, calc(100vw - 48px))) / 2 + 16px);
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--mm-surface);
    box-shadow: none;
    color: #807f7d;
  }

  html.is-pdp #cart > .modal__btn:hover {
    color: var(--mm-brand);
    background: color-mix(in srgb, var(--mm-brand) 8%, #fff);
  }

  html.is-pdp #cart .container-bg,
  html.is-pdp #cart .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  html.is-pdp #cart .container.pt-3,
  html.is-pdp #cart .cart-modal__section {
    display: block;
    margin-top: 28px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  html.is-pdp #cart hr {
    display: none;
  }

  html.is-pdp #cart .title {
    margin: 0 48px 20px 0;
    color: var(--mm-text);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
  }

  html.is-pdp #cart .container .title {
    margin: 0 0 16px;
    font-size: 18px;
  }

  html.is-pdp #cart .card-product-cart {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px 24px;
    align-items: center;
    padding: 16px;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
  }

  html.is-pdp #cart .card-product-cart__preview {
    margin: 0;
    min-width: 0;
  }

  html.is-pdp #cart .card-product-cart__img {
    flex: 0 0 132px;
    width: 132px;
    height: 88px;
    object-fit: contain;
    object-position: center !important;
    background-color: #f4f5f6 !important;
    background-image: none !important;
    filter: none !important;
    opacity: 1 !important;
    border: 1px solid #e8eaed;
    border-radius: 10px;
  }

  html.is-pdp #cart .card-product-cart__price {
    font-size: 18px;
  }

  html.is-pdp #cart .card-product-cart__name {
    font-size: 15px;
    font-weight: 500;
    color: var(--mm-text);
  }

  html.is-pdp #cart .card-product-cart__options {
    align-items: center;
    gap: 8px;
  }

  html.is-pdp #cart .card-product-cart__options .cart_p_del {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: var(--mm-surface);
  }

  html.is-pdp #cart .card-product-cart__amount {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #e8eaed;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    color: var(--mm-text);
  }

  html.is-pdp #cart .quantity-control,
  html.is-pdp #cart .tag_flex.quantity-control {
    box-sizing: border-box;
    width: 120px;
    min-width: 120px;
    height: 44px;
    padding: 0 4px;
    border: 0;
    border-radius: 10px;
    background: var(--mm-surface);
  }

  html.is-pdp #cart footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
  }

  html.is-pdp #cart .grid_btns-duo {
    display: flex;
    flex: 0 0 auto;
    grid-template-columns: none;
    width: auto;
    gap: 8px;
    margin: 0;
  }

  html.is-pdp #cart footer .button,
  html.is-pdp #cart .grid_btns-duo .button {
    box-sizing: border-box;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 140px;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px;
    margin: 0;
    padding: 0 22px;
    border: 0;
    border-radius: var(--mm-radius-btn);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
  }

  html.is-pdp #cart .button_icon-green {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    padding: 0;
  }

  html.is-pdp #cart .button_icon-green svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: currentColor;
  }

  html.is-pdp #cart footer .button_grey {
    margin-left: auto;
    color: var(--mm-text);
    background: var(--mm-surface);
  }

  html.is-pdp #cart .cart-modal__section {
    display: block;
    margin-top: 28px;
    padding: 0;
    overflow: visible;
  }

  html.is-pdp #cart .cart-modal__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    align-items: stretch;
  }

  html.is-pdp #cart .product-specs__card {
    width: 100%;
    max-width: none;
  }
}

