html.hw-pdp-native-layout .catalog_detail.element_hollywool {
  --hw-theme: var(--theme-base-color, #554949);
  --hw-theme-soft: var(--theme-base-opacity-color, rgba(85, 73, 73, 0.1));
  --hw-bg: var(--black_bg_black, #fff);
  --hw-elev: var(--card_bg_black, #fff);
  --hw-paper: var(--darkerblack_bg_black, #f8f8f8);
  --hw-line: var(--stroke_black, #ececec);
  --hw-soft-line: var(--line_bg_black, #f2f2f2);
  --hw-surface-tint: color-mix(in srgb, var(--hw-elev) 78%, var(--hw-paper));
  --hw-surface-bg: var(--hw-elev);
  --hw-surface-border: color-mix(in srgb, var(--hw-line) 72%, var(--hw-theme) 28%);
  --hw-surface-shadow: 0 18px 44px rgba(70, 58, 54, 0.07), 0 1px 0 rgba(70, 58, 54, 0.04);
  --hw-ink: var(--white_text_black, #333);
  --hw-ink-2: var(--basic_text_black, #555);
  --hw-ink-3: var(--light_basic_text_black, #666);
  --hw-moss: var(--fill_dark_light_hover, var(--hw-theme));
  --hw-pdp-line-color: var(--stroke_black);
  --hw-pdp-muted-line-color: var(--line_bg_black);
  --hw-pdp-soft-bg: var(--darkerblack_bg_black);
  --hw-pdp-card-bg: var(--card_bg_black);
  --hw-pdp-text: var(--basic_text_black);
  --hw-pdp-muted-text: var(--light_basic_text_black);
  --hw-pdp-radius: 12px;
  --hw-pdp-card-radius: 16px;
  --hw-pdp-gallery-radius: 20px;
  --hw-pdp-shadow: 0 12px 28px color-mix(in srgb, var(--black_bg_black) 8%, transparent);
  --hw-pdp-layout-max: 1464px;
  --hw-pdp-summary-width: 460px;
  --hw-pdp-column-gap: clamp(42px, 2.96vw, 56px);
  color: var(--hw-ink);
  background: var(--hw-bg);
}

html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x proximity !important;
}

html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-stage-outer {
  width: 100% !important;
  overflow: visible !important;
}

html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-stage {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 16px !important;
  left: 0 !important;
  margin-left: 0 !important;
  width: max-content !important;
  min-width: 100% !important;
  transform: none !important;
}

html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-item {
  float: none !important;
  flex: 0 0 276px !important;
  width: 276px !important;
  max-width: 276px !important;
  min-width: 276px !important;
  scroll-snap-align: start !important;
}

html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-item.cloned,
html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .stickers {
  display: none !important;
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel {
    gap: 12px !important;
    scroll-snap-type: x mandatory !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-stage-outer,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-stage,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-item {
    display: contents !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
  }
}

/* Native lower blocks: final desktop review/card chrome parity. */
@media (min-width: 768px) {
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item-nav,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block::before,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block::after,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block *::before,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block *::after {
    display: none !important;
    content: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block * {
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews {
    box-sizing: border-box !important;
    width: min(calc(100vw - 108px), 1332px) !important;
    margin: 42px 0 0 24px !important;
    padding: 28px !important;
    border: 1px solid var(--hw-surface-border, var(--hw-line, #ececec)) !important;
    border-radius: 16px !important;
    background: var(--hw-surface-bg, var(--hw-surface-tint, #fff)) !important;
    box-shadow: var(--hw-surface-shadow, none) !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__head {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 18px !important;
    min-height: 38px !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__head h2 {
    margin: 0 !important;
    color: var(--hw-ink, #333) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__actions {
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    gap: 8px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__prev,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__next {
    appearance: none !important;
    display: grid !important;
    place-items: center !important;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    background: var(--hw-elev, #fff) !important;
    box-shadow: inset 0 0 0 1px var(--hw-line, #ececec) !important;
    color: var(--hw-ink-2, #555) !important;
    font: inherit !important;
    font-size: calc(var(--hw-font-size-base, 15px) * 1.12) !important;
    line-height: 1 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__actions .show-comment {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 38px !important;
    padding: 0 16px !important;
    border: 1px solid var(--hw-ink, #333) !important;
    border-radius: 999px !important;
    background: var(--hw-theme, #554949) !important;
    color: var(--hw-bg, #fff) !important;
    font-size: var(--hw-review-control-size, 14px) !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews_content {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews .ordered-block__title,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews .bx-catalog-tab-list1,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews .reviews_sort,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews .blog-comment-nav,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews .blog-comments > a,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews .blog-comments > .blog-add-comment {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments {
    display: flex !important;
    align-items: stretch !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 0 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment_"],
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment-"],
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > .blog-comment {
    box-sizing: border-box !important;
    flex: 0 0 calc((100% - 36px) / 3) !important;
    width: calc((100% - 36px) / 3) !important;
    min-width: 0 !important;
    height: 360px !important;
    max-height: 360px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--hw-surface-border, #ececec) !important;
    border-radius: 0 !important;
    background: var(--hw-elev, #fff) !important;
    color: var(--hw-ink, #333) !important;
    overflow: hidden !important;
    scroll-snap-align: start !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment-cont {
    display: grid !important;
    align-content: start !important;
    gap: 12px !important;
    min-height: 100% !important;
    padding: 22px !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment-info {
    padding: 0 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-author {
    font-size: var(--hw-review-author-size, 16px) !important;
    font-weight: 700 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-post-date,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment-date,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment-approve {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .votes_block {
    margin: 0 !important;
    color: var(--hw-review-star, #a66a2c) !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .comment-text__title {
    margin: 8px 0 -4px !important;
    color: var(--hw-ink, #333) !important;
    font-size: var(--hw-review-title-size, 15px) !important;
    font-weight: 700 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .comment-text__text {
    display: -webkit-box !important;
    overflow: hidden !important;
    color: var(--hw-ink-2, #555) !important;
    font-size: var(--hw-review-body-size, 15px) !important;
    line-height: 1.55 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card {
    min-height: 365px !important;
    max-height: 365px !important;
    padding: 0 0 18px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--hw-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-description-title {
    appearance: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    width: 100% !important;
    min-height: 56px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--hw-ink) !important;
    cursor: default !important;
    font: inherit !important;
    font-size: 18px !important;
    text-align: left !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-description-title span {
    position: relative !important;
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-description-title span::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 3px !important;
    right: 3px !important;
    height: 1px !important;
    background: var(--hw-ink) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card:not(.is-expanded) .hw-pdp-native-description-pane {
    max-height: 246px !important;
  }
}

/* Native lower blocks: EOF desktop override, intentionally last. */
@media (min-width: 768px) {
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .catalog_item_wrapp {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 255px 25px 42px 25px 25px 42px !important;
    gap: 10px !important;
    box-sizing: border-box !important;
    width: 305px !important;
    min-width: 305px !important;
    max-width: 305px !important;
    height: 526px !important;
    min-height: 526px !important;
    max-height: 526px !important;
    margin: 0 !important;
    padding: 24px !important;
    border: 1px solid var(--hw-line, var(--stroke_black, #ececec)) !important;
    border-radius: 0 !important;
    background: var(--hw-elev, var(--card_bg_black, #fff)) !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .inner_wrap {
    display: contents !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block {
    grid-row: 1 !important;
    justify-self: stretch !important;
    position: relative !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 255px !important;
    height: 255px !important;
    min-height: 255px !important;
    margin: 0 !important;
    padding: 14px !important;
    background: transparent !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block img {
    position: static !important;
    display: block !important;
    width: 227px !important;
    height: 227px !important;
    max-width: 227px !important;
    max-height: 227px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating {
    grid-row: 2 !important;
    width: 255px !important;
    height: 25px !important;
    min-height: 25px !important;
    margin: 0 !important;
    color: #d6d1ca !important;
    font-size: 16px !important;
    line-height: 25px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .votes_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .blog-info__rating--top-info,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .rating_text,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .count {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating::before {
    content: "★★★★★" !important;
    display: block !important;
    color: #d6d1ca !important;
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: 0 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .dark_link {
    grid-row: 3 !important;
    width: 255px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 21px !important;
    overflow: hidden !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .sa_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-stock {
    grid-row: 4 !important;
    width: 255px !important;
    height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--hw-ink-2, var(--light_basic_text_black, #555)) !important;
    font-size: 14px !important;
    line-height: 25px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .cost {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price_matrix_wrapper,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price_matrix_wrapper .price,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price {
    grid-row: 5 !important;
    width: 255px !important;
    height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 25px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .icons-basket-wrapper.offer_buy_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block.ce_cmp_visible,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .button_block {
    grid-row: 6 !important;
    width: 255px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews {
    display: grid !important;
    gap: 14px !important;
    height: 525px !important;
    min-height: 525px !important;
    max-height: 525px !important;
    margin: 0 !important;
    padding: 0 0 60px !important;
    border: 1px solid var(--hw-line, var(--stroke_black, #ececec)) !important;
    border-radius: 0 0 10px 10px !important;
    background: var(--hw-bg, #fff) !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    height: 66px !important;
    min-height: 66px !important;
    margin: 0 !important;
    padding: 20px 28px 0 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__head h2 {
    grid-column: 1 !important;
    width: auto !important;
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 25px !important;
    text-align: left !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__actions {
    grid-column: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__actions .show-comment {
    order: 0 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 132px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__prev,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__next {
    flex: 0 0 38px !important;
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    font-size: 22px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews_content {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments {
    display: flex !important;
    align-items: stretch !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 28px 18px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment_"],
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment-"],
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > .blog-comment {
    box-sizing: border-box !important;
    flex: 0 0 calc((100% - 36px) / 3) !important;
    width: calc((100% - 36px) / 3) !important;
    min-width: calc((100% - 36px) / 3) !important;
    max-width: calc((100% - 36px) / 3) !important;
    height: 360px !important;
    max-height: 360px !important;
    margin: 0 !important;
    border: 1px solid var(--hw-line, var(--stroke_black, #ececec)) !important;
    border-radius: 3px !important;
    overflow: hidden !important;
  }
}

/* Native lower blocks: EOF desktop override, intentionally last. */
@media (min-width: 768px) {
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .catalog_item_wrapp {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 255px 25px 42px 25px 25px 42px !important;
    gap: 10px !important;
    box-sizing: border-box !important;
    width: 305px !important;
    min-width: 305px !important;
    max-width: 305px !important;
    height: 526px !important;
    min-height: 526px !important;
    max-height: 526px !important;
    margin: 0 !important;
    padding: 24px !important;
    border: 1px solid var(--hw-line, var(--stroke_black, #ececec)) !important;
    border-radius: 0 !important;
    background: var(--hw-elev, var(--card_bg_black, #fff)) !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .inner_wrap {
    display: contents !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block {
    grid-row: 1 !important;
    justify-self: stretch !important;
    position: relative !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 255px !important;
    height: 255px !important;
    min-height: 255px !important;
    margin: 0 !important;
    padding: 14px !important;
    background: transparent !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block img {
    position: static !important;
    display: block !important;
    width: 227px !important;
    height: 227px !important;
    max-width: 227px !important;
    max-height: 227px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating {
    grid-row: 2 !important;
    width: 255px !important;
    height: 25px !important;
    min-height: 25px !important;
    margin: 0 !important;
    color: #d6d1ca !important;
    font-size: 16px !important;
    line-height: 25px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .votes_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .blog-info__rating--top-info,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .rating_text,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .count {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating::before {
    content: "★★★★★" !important;
    display: block !important;
    color: #d6d1ca !important;
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: 0 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .dark_link {
    grid-row: 3 !important;
    width: 255px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 21px !important;
    overflow: hidden !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .sa_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-stock {
    grid-row: 4 !important;
    width: 255px !important;
    height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--hw-ink-2, var(--light_basic_text_black, #555)) !important;
    font-size: 14px !important;
    line-height: 25px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .cost {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price_matrix_wrapper,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price_matrix_wrapper .price,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price {
    grid-row: 5 !important;
    width: 255px !important;
    height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 25px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .icons-basket-wrapper.offer_buy_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block.ce_cmp_visible,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .button_block {
    grid-row: 6 !important;
    width: 255px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews {
    display: grid !important;
    gap: 14px !important;
    height: 525px !important;
    min-height: 525px !important;
    max-height: 525px !important;
    margin: 0 !important;
    padding: 0 0 60px !important;
    border: 1px solid var(--hw-line, var(--stroke_black, #ececec)) !important;
    border-radius: 0 0 10px 10px !important;
    background: var(--hw-bg, #fff) !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    height: 66px !important;
    min-height: 66px !important;
    margin: 0 !important;
    padding: 20px 28px 0 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__head h2 {
    grid-column: 1 !important;
    width: auto !important;
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 25px !important;
    text-align: left !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__actions {
    grid-column: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__actions .show-comment {
    order: 0 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 132px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__prev,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__next {
    flex: 0 0 38px !important;
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    font-size: 22px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews_content {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments {
    display: flex !important;
    align-items: stretch !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 28px 18px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment_"],
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment-"],
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > .blog-comment {
    box-sizing: border-box !important;
    flex: 0 0 calc((100% - 36px) / 3) !important;
    width: calc((100% - 36px) / 3) !important;
    min-width: calc((100% - 36px) / 3) !important;
    max-width: calc((100% - 36px) / 3) !important;
    height: 360px !important;
    max-height: 360px !important;
    margin: 0 !important;
    border: 1px solid var(--hw-line, var(--stroke_black, #ececec)) !important;
    border-radius: 3px !important;
    overflow: hidden !important;
  }
}

/* Native lower blocks: final desktop overrides after every legacy/mobile segment. */
@media (min-width: 768px) {
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .catalog_item_wrapp {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 255px 25px 42px 25px 25px 42px !important;
    gap: 10px !important;
    box-sizing: border-box !important;
    width: 305px !important;
    min-width: 305px !important;
    max-width: 305px !important;
    height: 526px !important;
    min-height: 526px !important;
    max-height: 526px !important;
    margin: 0 !important;
    padding: 24px !important;
    border: 1px solid var(--hw-line, var(--stroke_black, #ececec)) !important;
    border-radius: 0 !important;
    background: var(--hw-elev, var(--card_bg_black, #fff)) !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .inner_wrap {
    display: contents !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block {
    grid-row: 1 !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    position: relative !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 255px !important;
    min-width: 255px !important;
    max-width: 255px !important;
    height: 255px !important;
    min-height: 255px !important;
    max-height: 255px !important;
    margin: 0 !important;
    padding: 14px !important;
    background: transparent !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block img {
    position: static !important;
    display: block !important;
    width: 227px !important;
    height: 227px !important;
    max-width: 227px !important;
    max-height: 227px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating {
    grid-row: 2 !important;
    width: 255px !important;
    min-height: 25px !important;
    height: 25px !important;
    margin: 0 !important;
    color: #d6d1ca !important;
    font-size: 16px !important;
    line-height: 25px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .votes_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .blog-info__rating--top-info,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .rating_text,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .count {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating::before {
    content: "★★★★★" !important;
    display: block !important;
    width: 255px !important;
    height: 25px !important;
    color: #d6d1ca !important;
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: 0 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .dark_link {
    grid-row: 3 !important;
    width: 255px !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    color: var(--hw-ink, var(--basic_text_black, #333)) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 21px !important;
    overflow: hidden !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .sa_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-stock {
    grid-row: 4 !important;
    width: 255px !important;
    height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--hw-ink-2, var(--light_basic_text_black, #555)) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    overflow: hidden !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .cost {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price_matrix_wrapper,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price_matrix_wrapper .price,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price {
    grid-row: 5 !important;
    box-sizing: border-box !important;
    width: 255px !important;
    height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--hw-ink, var(--basic_text_black, #333)) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 25px !important;
    overflow: hidden !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .icons-basket-wrapper.offer_buy_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block.ce_cmp_visible,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .button_block {
    grid-row: 6 !important;
    width: 255px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews {
    display: grid !important;
    gap: 14px !important;
    height: 525px !important;
    min-height: 525px !important;
    max-height: 525px !important;
    margin: 0 !important;
    padding: 0 0 60px !important;
    border: 1px solid var(--hw-line, var(--stroke_black, #ececec)) !important;
    border-radius: 0 0 10px 10px !important;
    background: var(--hw-bg, #fff) !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    height: 66px !important;
    min-height: 66px !important;
    margin: 0 !important;
    padding: 20px 28px 0 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__head h2 {
    grid-column: 1 !important;
    width: auto !important;
    margin: 0 !important;
    color: var(--hw-ink, var(--basic_text_black, #333)) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 25px !important;
    text-align: left !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__actions {
    grid-column: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__actions .show-comment {
    order: 0 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 132px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__prev,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__next {
    flex: 0 0 38px !important;
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    font-size: 22px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews_content {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments {
    display: flex !important;
    align-items: stretch !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 28px 18px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment_"],
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment-"],
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > .blog-comment {
    box-sizing: border-box !important;
    flex: 0 0 calc((100% - 36px) / 3) !important;
    width: calc((100% - 36px) / 3) !important;
    min-width: calc((100% - 36px) / 3) !important;
    max-width: calc((100% - 36px) / 3) !important;
    height: 360px !important;
    max-height: 360px !important;
    margin: 0 !important;
    border: 1px solid var(--hw-line, var(--stroke_black, #ececec)) !important;
    border-radius: 3px !important;
    overflow: hidden !important;
  }
}

/* Native lower blocks: final mobile tie-breakers, kept last intentionally. */
@media (max-width: 767px) {
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item-nav,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block::before,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block::after {
    display: none !important;
    content: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block {
    position: absolute !important;
    left: 12px !important;
    right: auto !important;
    bottom: 17px !important;
    width: min(100%, 264px) !important;
    min-width: 0 !important;
    max-width: calc(100% - 24px) !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block .button_block {
    justify-content: flex-start !important;
    width: min(100%, 264px) !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block:has(.to-cart:not([style*="display: none"]):not([style*="display:none"])) .in-cart,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-cart[style*="display: none"],
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-cart[style*="display:none"],
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .in-cart[style*="display: none"],
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .in-cart[style*="display:none"],
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-order[style*="display: none"],
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-order[style*="display:none"] {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-cart,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .in-cart,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-order {
    flex: 0 0 min(100%, 264px) !important;
    width: min(100%, 264px) !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__prev,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__next {
    appearance: none !important;
    display: grid !important;
    place-items: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    background: var(--hw-elev, #fff) !important;
    box-shadow: inset 0 0 0 1px var(--hw-line, #ececec) !important;
    color: var(--hw-ink-2, #555) !important;
    cursor: pointer !important;
    font-family: var(--hw-font-family, inherit) !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block *,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block *::before,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block *::after {
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block *::before,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block *::after {
    display: none !important;
    content: none !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__head h2 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--hw-ink, #333) !important;
    font-size: clamp(22px, 6.4vw, 28px) !important;
    font-weight: 500 !important;
    line-height: 1.14 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__actions {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__actions .show-comment {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews .ordered-block__title,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews .bx-catalog-tab-list1,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews .reviews_sort,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews .blog-comment-nav {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .dark_link {
    display: -webkit-box !important;
    max-height: 72px !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title a,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title .dark_link,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .dark_link span {
    display: -webkit-box !important;
    max-height: 45px !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title::before,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .dark_link::before {
    content: "★★★★★" !important;
    display: block !important;
    margin: 0 0 12px !important;
    color: #d6d1ca !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item {
    grid-template-rows: 68px 21px 28px 46px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .dark_link {
    grid-row: 1 !important;
    max-height: 68px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title a,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title .dark_link,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .dark_link span {
    max-height: 42px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .sa_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-stock {
    grid-row: 2 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .cost {
    grid-row: 3 !important;
  }
}

/* Native lower blocks: terminal public-parity override. Keep this last. */
@media (min-width: 768px) {
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split {
    width: min(calc(100vw - 108px), 1332px) !important;
    margin-top: 121px !important;
    margin-left: 24px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split > .tabs {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split > .tab-content {
    display: grid !important;
    gap: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .tab-pane.hw-pdp-native-linked-pane {
    box-sizing: border-box !important;
    height: 653px !important;
    min-height: 653px !important;
    max-height: 653px !important;
    padding: 28px !important;
    border: 1px solid var(--hw-surface-border) !important;
    border-radius: 16px !important;
    background: var(--hw-surface-bg) !important;
    box-shadow: var(--hw-surface-shadow) !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .tab-pane.hw-pdp-native-linked-pane:first-child {
    height: 657px !important;
    min-height: 657px !important;
    max-height: 657px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .hw-pdp-native-linked-heading {
    min-height: 43px !important;
    margin: 0 0 18px !important;
    color: var(--hw-ink) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 25px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel {
    display: flex !important;
    gap: 18px !important;
    width: 100% !important;
    height: 538px !important;
    margin: 0 !important;
    padding: 0 0 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-stage-outer {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 526px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-nav,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-dots {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-stage {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    left: 0 !important;
    width: max-content !important;
    min-width: 100% !important;
    height: 526px !important;
    margin: 0 !important;
    transform: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-item.cloned {
    display: none !important;
    flex: 0 0 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-item:not(.cloned) {
    flex: 0 0 305px !important;
    width: 305px !important;
    min-width: 305px !important;
    max-width: 305px !important;
    height: 526px !important;
    min-height: 526px !important;
    max-height: 526px !important;
    margin: 0 !important;
    scroll-snap-align: start !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .catalog_item_wrapp,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .inner_wrap {
    box-sizing: border-box !important;
    width: 305px !important;
    min-width: 305px !important;
    max-width: 305px !important;
    height: 526px !important;
    min-height: 526px !important;
    max-height: 526px !important;
    margin: 0 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .catalog_item_wrapp,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .inner_wrap {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 227px auto auto auto 1fr 42px !important;
    gap: 10px !important;
    padding: 24px !important;
    border: 1px solid var(--hw-line, var(--stroke_black, #ececec)) !important;
    border-radius: 0 !important;
    background: var(--hw-elev, var(--card_bg_black, #fff)) !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .like_icons,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .fast_view_button,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .compare_item_button,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .stickers {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block {
    grid-row: 1 !important;
    justify-self: center !important;
    width: 227px !important;
    height: 227px !important;
    min-height: 227px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block a,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block .thumb,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item-nav {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item:not(._active) {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item._active {
    position: relative !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item_info,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item_info--top_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item_info--bottom_block {
    display: contents !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating {
    grid-row: 2 !important;
    width: 100% !important;
    min-height: 20px !important;
    margin: 0 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .dark_link {
    grid-row: 3 !important;
    width: 100% !important;
    min-height: 22px !important;
    color: var(--hw-ink, var(--basic_text_black, #333)) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 22px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .sa_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-stock {
    grid-row: 4 !important;
    width: 100% !important;
    margin: 0 !important;
    color: var(--hw-ink-2, var(--light_basic_text_black, #555)) !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .cost {
    grid-row: 5 !important;
    width: 100% !important;
    margin: 0 !important;
    color: var(--hw-ink, var(--basic_text_black, #333)) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 24px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .icons-basket-wrapper.offer_buy_block.ce_cmp_hidden {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block.ce_cmp_visible,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block.ce_cmp_visible .button_block {
    position: static !important;
    grid-row: 6 !important;
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block.ce_cmp_visible .in-cart[style*="display:none"],
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block.ce_cmp_visible .in-cart[style*="display: none"] {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-cart,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .in-cart,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-order {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: var(--hw-theme, var(--theme-base-color, #554949)) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }
}

/* Native lower blocks: terminal desktop 1:1 public-card geometry. */
@media (min-width: 768px) {
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .catalog_item_wrapp {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 255px 25px 42px 25px 25px 42px !important;
    gap: 10px !important;
    box-sizing: border-box !important;
    width: 305px !important;
    min-width: 305px !important;
    max-width: 305px !important;
    height: 526px !important;
    min-height: 526px !important;
    max-height: 526px !important;
    margin: 0 !important;
    padding: 24px !important;
    border: 1px solid var(--hw-line, var(--stroke_black, #ececec)) !important;
    border-radius: 0 !important;
    background: var(--hw-elev, var(--card_bg_black, #fff)) !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .inner_wrap {
    display: contents !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block {
    grid-row: 1 !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    position: relative !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 255px !important;
    min-width: 255px !important;
    max-width: 255px !important;
    height: 255px !important;
    min-height: 255px !important;
    max-height: 255px !important;
    margin: 0 !important;
    padding: 14px !important;
    background: transparent !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block img {
    position: static !important;
    display: block !important;
    width: 227px !important;
    height: 227px !important;
    max-width: 227px !important;
    max-height: 227px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating {
    grid-row: 2 !important;
    width: 255px !important;
    min-height: 25px !important;
    height: 25px !important;
    margin: 0 !important;
    color: #d6d1ca !important;
    font-size: 16px !important;
    line-height: 25px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .votes_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .blog-info__rating--top-info,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .rating_text,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .count {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating::before {
    content: "★★★★★" !important;
    display: block !important;
    width: 255px !important;
    height: 25px !important;
    color: #d6d1ca !important;
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: 0 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .dark_link {
    grid-row: 3 !important;
    width: 255px !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    color: var(--hw-ink, var(--basic_text_black, #333)) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 21px !important;
    overflow: hidden !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .sa_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-stock {
    grid-row: 4 !important;
    width: 255px !important;
    height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--hw-ink-2, var(--light_basic_text_black, #555)) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    overflow: hidden !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .cost {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price_matrix_wrapper,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price_matrix_wrapper .price,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price {
    grid-row: 5 !important;
    box-sizing: border-box !important;
    width: 255px !important;
    height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--hw-ink, var(--basic_text_black, #333)) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 25px !important;
    overflow: hidden !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .icons-basket-wrapper.offer_buy_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block.ce_cmp_visible,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .button_block {
    grid-row: 6 !important;
    width: 255px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment_"],
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment-"],
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > .blog-comment {
    flex: 0 0 calc((100% - 36px) / 3) !important;
    width: calc((100% - 36px) / 3) !important;
    min-width: calc((100% - 36px) / 3) !important;
    max-width: calc((100% - 36px) / 3) !important;
    height: 360px !important;
    max-height: 360px !important;
    border-radius: 3px !important;
  }
}

/* Native lower blocks: final public-parity shell. */
@media (min-width: 768px) {
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split {
    width: min(calc(100vw - 108px), 1332px) !important;
    margin-top: 121px !important;
    margin-left: 24px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split > .tabs {
    display: none !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split > .tab-content {
    display: grid !important;
    gap: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .tab-pane.hw-pdp-native-linked-pane {
    box-sizing: border-box !important;
    height: 653px !important;
    min-height: 653px !important;
    max-height: 653px !important;
    padding: 28px !important;
    border: 1px solid var(--hw-surface-border) !important;
    border-radius: 16px !important;
    background: var(--hw-surface-bg) !important;
    box-shadow: var(--hw-surface-shadow) !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .tab-pane.hw-pdp-native-linked-pane:first-child {
    height: 657px !important;
    min-height: 657px !important;
    max-height: 657px !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .hw-pdp-native-linked-heading {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 43px !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    color: var(--hw-ink) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 25px !important;
    letter-spacing: 0 !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel {
    display: flex !important;
    gap: 18px !important;
    width: 100% !important;
    height: 538px !important;
    margin: 0 !important;
    padding: 0 0 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-stage-outer {
    width: 100% !important;
    height: 526px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-stage {
    display: flex !important;
    gap: 18px !important;
    width: max-content !important;
    height: 526px !important;
    min-width: 100% !important;
    margin: 0 !important;
    transform: none !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-item {
    flex: 0 0 305px !important;
    width: 305px !important;
    min-width: 305px !important;
    max-width: 305px !important;
    height: 526px !important;
    min-height: 526px !important;
    max-height: 526px !important;
    margin: 0 !important;
    scroll-snap-align: start !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .catalog_item_wrapp,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .inner_wrap {
    box-sizing: border-box !important;
    width: 305px !important;
    min-width: 305px !important;
    max-width: 305px !important;
    height: 526px !important;
    min-height: 526px !important;
    max-height: 526px !important;
    margin: 0 !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .catalog_item_wrapp,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .inner_wrap {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 227px auto auto auto 1fr 42px !important;
    gap: 10px !important;
    padding: 24px !important;
    border: 1px solid var(--hw-line, var(--stroke_black, #ececec)) !important;
    border-radius: 0 !important;
    background: var(--hw-elev, var(--card_bg_black, #fff)) !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .like_icons,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .fast_view_button,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .compare_item_button,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .stickers {
    display: none !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block {
    grid-row: 1 !important;
    align-self: start !important;
    justify-self: center !important;
    width: 227px !important;
    height: 227px !important;
    min-height: 227px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block a,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block .thumb,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item-nav {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item:not(._active) {
    display: none !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block img {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item_info,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item_info--top_block,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item_info--bottom_block {
    display: contents !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating {
    grid-row: 2 !important;
    width: 100% !important;
    min-height: 20px !important;
    margin: 0 !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .dark_link {
    grid-row: 3 !important;
    width: 100% !important;
    min-height: 22px !important;
    color: var(--hw-ink, var(--basic_text_black, #333)) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 22px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .sa_block,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-stock {
    grid-row: 4 !important;
    width: 100% !important;
    margin: 0 !important;
    color: var(--hw-ink-2, var(--light_basic_text_black, #555)) !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .cost {
    grid-row: 5 !important;
    align-self: start !important;
    width: 100% !important;
    margin: 0 !important;
    color: var(--hw-ink, var(--basic_text_black, #333)) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 24px !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .icons-basket-wrapper.offer_buy_block,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .button_block {
    position: static !important;
    grid-row: 6 !important;
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-cart,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .in-cart,
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-order {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: var(--hw-theme, var(--theme-base-color, #554949)) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout .ordered-block.goods.hw-pdp-native-linked-split {
    margin-top: -29px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-lower-reviews {
    margin-top: -25px !important;
  }
}

@media (min-width: 992px) {
  /* Native ASPro buy controls, matched to the accepted public PDP shell. */
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.hw-pdp-native-desktop-buy .counter_wrapp {
    display: flex !important;
    gap: 12px !important;
    align-items: center !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.hw-pdp-native-desktop-buy .counter_block_inner {
    flex: 0 0 144px !important;
    width: 144px !important;
    height: 48px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.hw-pdp-native-desktop-buy .counter_block {
    display: grid !important;
    grid-template-columns: repeat(3, 48px) !important;
    grid-auto-rows: 48px !important;
    width: 144px !important;
    height: 48px !important;
    border: 1px solid rgba(85, 73, 73, 0.38) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: var(--hw-paper) !important;
    box-shadow: inset 0 0 0 1px rgba(85, 73, 73, 0.04), 0 8px 20px rgba(85, 73, 73, 0.08) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.hw-pdp-native-desktop-buy .counter_block .minus,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.hw-pdp-native-desktop-buy .counter_block .plus {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    background: rgba(85, 73, 73, 0.07) !important;
    transform: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.hw-pdp-native-desktop-buy .counter_block input.text {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--hw-ink) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-align: center !important;
  }
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-description-title {
  display: none;
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card {
    min-height: 365px !important;
    max-height: 365px !important;
    padding: 0 0 18px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--hw-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-description-title {
    appearance: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    width: 100% !important;
    min-height: 56px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--hw-ink) !important;
    cursor: default !important;
    font: inherit !important;
    font-size: 18px !important;
    text-align: left !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-description-title span {
    position: relative !important;
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-description-title span::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 3px !important;
    right: 3px !important;
    height: 1px !important;
    background: var(--hw-ink) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card:not(.is-expanded) .hw-pdp-native-description-pane {
    max-height: 246px !important;
  }
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.gifts.hw-pdp-native-gifts-service-only {
  display: none !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .left_block.product-side,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .brand-detail {
  display: none !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews {
  box-sizing: border-box;
  width: min(calc(100vw - 108px), 1332px) !important;
  max-width: none !important;
  margin-top: 116px !important;
  margin-left: 24px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split > .tabs {
  display: none !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split > .tab-content {
  display: grid !important;
  gap: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .tab-pane.hw-pdp-native-linked-pane {
  display: block !important;
  box-sizing: border-box;
  height: 664px !important;
  min-height: 664px !important;
  max-height: 664px !important;
  padding: 24px !important;
  border: 1px solid var(--hw-surface-border);
  border-radius: 16px;
  background: var(--hw-surface-bg);
  box-shadow: var(--hw-surface-shadow);
  opacity: 1 !important;
  overflow: hidden !important;
  visibility: visible !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .tab-pane.hw-pdp-native-linked-pane:first-child {
  height: 668px !important;
  min-height: 668px !important;
  max-height: 668px !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .hw-pdp-native-linked-heading,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews__head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  min-height: 34px !important;
  margin: 0 0 18px !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .hw-pdp-native-linked-heading,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews__head h2 {
  color: var(--hw-ink) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block {
  display: flex !important;
  gap: 16px !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  margin: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x proximity;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item {
  flex: 0 0 276px !important;
  width: 276px !important;
  max-width: 276px !important;
  min-width: 276px !important;
  scroll-snap-align: start;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-stage {
  display: flex !important;
  gap: 16px !important;
  width: auto !important;
  transform: none !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-item {
  flex: 0 0 276px !important;
  width: 276px !important;
  max-width: 276px !important;
  min-width: 276px !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-item.cloned,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .stickers {
  display: none !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews {
  height: 618px !important;
  min-height: 618px !important;
  max-height: 618px !important;
  padding: 24px !important;
  border: 1px solid var(--hw-surface-border) !important;
  border-radius: 16px !important;
  background: var(--hw-surface-bg) !important;
  box-shadow: var(--hw-surface-shadow) !important;
  overflow: hidden !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews #reviews {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews .reviews-title__wrapper,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews .right_reviews_info {
  display: none !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews .show-comment {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: #594d4c !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-tab-rows {
  display: none;
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-mobile-tab-rows {
    display: grid !important;
    width: 100% !important;
    margin: 0 0 0 -16px !important;
    border: 1px solid var(--hw-surface-border);
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background: var(--hw-surface-bg);
    overflow: hidden;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-mobile-tab-rows button {
    appearance: none;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: 57px !important;
    min-height: 57px !important;
    padding: 0 16px !important;
    border: 0 !important;
    border-top: 1px solid var(--hw-surface-border) !important;
    background: transparent !important;
    color: var(--hw-ink) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-align: left !important;
    text-transform: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-mobile-tab-rows button::after {
    content: "›";
    color: var(--hw-ink-2);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews {
    width: min(calc(100vw - 32px), 358px) !important;
    margin-top: -13px !important;
    margin-left: -16px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews {
    margin-top: -15px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split > .tab-content {
    gap: 16px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .tab-pane.hw-pdp-native-linked-pane,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews {
    height: 315px !important;
    min-height: 315px !important;
    max-height: 315px !important;
    padding: 16px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .tab-pane.hw-pdp-native-linked-pane:first-child {
    height: 317px !important;
    min-height: 317px !important;
    max-height: 317px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews {
    height: 575px !important;
    min-height: 575px !important;
    max-height: 575px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .hw-pdp-native-linked-heading,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews__head {
    min-height: 30px !important;
    margin-bottom: 12px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .hw-pdp-native-linked-heading,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews__head h2 {
    font-size: 17px !important;
    line-height: 1.18 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block {
    gap: 10px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item {
    flex-basis: 156px !important;
    width: 156px !important;
    max-width: 156px !important;
    min-width: 156px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews .show-comment {
    min-height: 30px !important;
    padding: 0 12px !important;
    font-size: 11px !important;
  }
}

@media (min-width: 992px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native {
    position: relative;
  }

  html.hw-pdp-native-layout .top-block-wrapper {
    display: none;
  }

  html.hw-pdp-native-layout .main-catalog-wrapper.details {
    display: block;
  }

  html.hw-pdp-native-layout .main-catalog-wrapper.details > .left_block.sticky-sidebar {
    display: none !important;
  }

  html.hw-pdp-native-layout .main-catalog-wrapper.details > .section-content-wrapper,
  html.hw-pdp-native-layout .main-catalog-wrapper.details .catalog_detail.element_hollywool,
  html.hw-pdp-native-layout .main-catalog-wrapper.details .product-view {
    width: 100%;
    max-width: none;
  }

  html.hw-pdp-native-layout .main-catalog-wrapper.details .catalog_detail.element_hollywool {
    margin-right: auto;
    margin-left: auto;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info {
    max-width: min(var(--hw-pdp-layout-max), calc(100vw - 48px));
    margin-right: auto;
    margin-left: auto;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-page-head {
    max-width: min(var(--hw-pdp-layout-max), calc(100vw - 48px));
    margin: 0 auto 18px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-page-head .breadcrumbs {
    margin: 0;
    padding: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-head {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 2;
    width: min(var(--hw-pdp-layout-max), calc(100vw - 48px));
    max-width: none;
    margin: 0;
    pointer-events: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-head::before {
    content: attr(data-hw-pdp-brand-name);
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    max-width: 160px;
    margin-bottom: 10px;
    padding: 8px 12px;
    overflow: hidden;
    border: 1px solid var(--hw-pdp-muted-line-color);
    border-radius: 8px;
    background: var(--hw-pdp-card-bg);
    color: var(--hw-pdp-text);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-breadcrumbs {
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--hw-pdp-muted-text);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-breadcrumbs span:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    color: color-mix(in srgb, var(--hw-pdp-muted-text) 45%, transparent);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-breadcrumbs .hw-pdp-native-breadcrumb-product {
    display: inline;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-back,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-badges,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-title {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info > .flexbox {
    display: grid;
    grid-template-columns: minmax(560px, 1fr) var(--hw-pdp-summary-width);
    gap: var(--hw-pdp-column-gap);
    align-items: start;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-detail-gallery {
    display: block;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    justify-self: stretch;
    margin-top: 151px;
    min-height: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .gallery-wrapper {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    width: 100% !important;
    max-width: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big-slider-thumbs {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-detail-gallery__container {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big-slider-main {
    width: 100% !important;
    height: auto !important;
    max-height: min(720px, calc(100dvh - 190px));
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border: 1px solid var(--hw-surface-border);
    border-radius: 20px;
    background: var(--hw-surface-tint);
    box-shadow: var(--hw-surface-shadow);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big-slider-main__inner {
    max-width: 100% !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big-slider-main__inner,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big-slider-main__ratio-wrap,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big-slider-main__ratio-inner,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big-slider,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big-slider .swiper-wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big__item,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big__link {
    width: 100% !important;
    height: 100% !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big-slider-main__ratio-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big-slider-main .swiper-slide {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big-slider-main .detail-gallery-big__link {
    align-items: center;
    justify-content: center;
    inset: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big-slider-main .detail-gallery-big__picture {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
    background: transparent;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big-slider-thumbs {
    display: flex !important;
    width: 100% !important;
    height: 64px !important;
    min-height: 64px !important;
    margin: 0 !important;
    overflow: visible !important;
    border: 0;
    background: transparent;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big-slider-thumbs__inner,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .gallery-slider-thumb__container,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .gallery-slider-thumb {
    position: static !important;
    display: flex !important;
    width: 100% !important;
    height: 64px !important;
    justify-content: center;
    overflow: visible !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .gallery__thumb-wrapper {
    display: flex !important;
    gap: 12px;
    width: auto !important;
    height: 64px !important;
    transform: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .gallery__item--thumb {
    flex: 0 0 64px !important;
    width: 64px !important;
    height: 64px !important;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid var(--hw-soft-line);
    border-radius: 8px;
    background: var(--hw-elev);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .gallery__item--thumb.swiper-slide-thumb-active {
    border-color: var(--hw-ink);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .gallery__item--thumb .gallery__picture {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    max-width: 460px;
    margin-top: 105px;
    padding: 30px;
    border: 1px solid var(--hw-surface-border);
    border-radius: 16px;
    background: var(--hw-surface-tint);
    box-shadow: var(--hw-surface-shadow);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main > .flexbox.flexbox--row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-desktop-summary-head {
    display: block;
    order: 0;
    min-width: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-desktop-title {
    margin: 0;
    color: var(--hw-ink);
    font-size: 42px !important;
    font-weight: 400;
    line-height: 1.08;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote {
    order: 1;
    min-height: 0;
    margin: 0;
    padding: 0 0 14px;
    border-bottom: 1px solid var(--hw-pdp-muted-line-color);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote > .flexbox {
    display: block;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote > .flexbox > .col-auto:first-child,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__toolbar,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__brand {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__inner,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating {
    width: 100%;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main > .flexbox.flexbox--row {
    order: 2;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main > .price_txt {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action {
    order: 1;
    width: 100% !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .shadowed-block,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .prices_block,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .info_item {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 10px;
    align-items: baseline;
    width: 100% !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .price {
    font-size: clamp(34px, 2.8vw, 44px);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .price.discount {
    font-size: 18px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale_block {
    grid-column: 1 / -1;
    margin: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .text-form {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .quantity_block_wrapper {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    order: 2;
    width: 100% !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .js-sales.active {
    order: 2;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .char-side {
    order: 1;
    width: 100% !important;
    padding: 0;
    border: 0;
    background: transparent;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .char-side__title,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .more-char-link {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties__item {
    display: block;
    min-height: 54px;
    padding: 9px 12px;
    border: 1px solid var(--hw-pdp-muted-line-color);
    border-radius: var(--hw-pdp-radius);
    background: var(--hw-pdp-soft-bg);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties__item:first-child {
    grid-column: 1 / -1;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .properties__item[data-hw-fact] {
    display: block;
    order: var(--hw-fact-desktop-order, 20);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .properties__item[data-hw-fact="composition"] {
    grid-column: 1 / -1;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .properties__item[data-hw-fact="hook"] {
    display: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .hw-pdp-native-desktop-facts {
    width: 100% !important;
    margin: 14px 0 0 !important;
    padding: 0;
    border: 0;
    background: transparent;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .hw-pdp-native-desktop-facts .char-side__title,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .hw-pdp-native-desktop-facts .more-char-link {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .hw-pdp-native-desktop-facts .properties {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .hw-pdp-native-desktop-facts .properties__item {
    display: block;
    min-height: 54px;
    margin: 0 !important;
    padding: 9px 12px;
    border: 1px solid var(--hw-pdp-muted-line-color);
    border-radius: var(--hw-pdp-radius);
    background: var(--hw-pdp-soft-bg);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .hw-pdp-native-desktop-facts .properties__item[data-hw-fact] {
    display: block;
    order: var(--hw-fact-desktop-order, 20);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .hw-pdp-native-desktop-facts .properties__item:not([data-hw-fact]) {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .hw-pdp-native-desktop-facts .properties__item[data-hw-fact="composition"] {
    grid-column: 1 / -1;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .hw-pdp-native-desktop-facts .properties__item[data-hw-fact="hook"] {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.hw-pdp-native-desktop-buy {
    order: 3;
    width: 100% !important;
    margin: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.offer-props-wrapper {
    order: 2;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .js-sales.active {
    order: 4;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties__title,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties__value {
    display: block;
    min-width: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties__title {
    margin-bottom: 5px;
    color: var(--hw-pdp-muted-text);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties__hr {
    display: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties__value {
    color: var(--hw-pdp-text);
    font-size: 13px;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-heading {
    margin-bottom: 10px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-badges {
    display: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-title {
    color: var(--hw-ink);
    font-size: clamp(30px, 2.5vw, 42px);
    font-weight: 400;
    line-height: 1.08;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info-headnote {
    margin: 0;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--hw-pdp-muted-line-color);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info-headnote > .flexbox {
    align-items: center;
    gap: 12px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info-headnote__toolbar .btn {
    border-radius: 999px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info-headnote__rating {
    vertical-align: middle;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info-headnote__brand {
    margin-left: 12px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .js-sales.active {
    margin: 0;
    padding: 12px 14px;
    border-radius: var(--hw-pdp-radius);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .actions-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_item,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-chars,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .char-side {
    margin: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_item {
    padding: 0;
    border: 0;
    background: transparent;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .middle-info-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .middle-info-wrapper > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .cost.prices.detail {
    margin: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .cost.prices.detail .price {
    color: var(--hw-ink);
    font-size: 42px;
    font-weight: 500;
    line-height: 1.05;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .cost.prices.detail .price.discount {
    font-size: 20px;
    font-weight: 400;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .sale_block {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .quantity_block_wrapper {
    margin: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .buy_block {
    margin-top: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .buy_block.offer-props-wrapper {
    margin-top: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .sku_props,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .sku_props .bx_catalog_item_scu,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .sku_props .bx_item_detail_scu,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .sku_props .bx_scu_scroller_container {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .sku_props .bx_item_section_name {
    display: block;
    margin-bottom: 8px;
    color: var(--hw-pdp-muted-text);
    font-size: 13px;
    line-height: 1.35;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .sku_props .bx_scu_scroller_container {
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .sku_props .bx_scu,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .sku_props .list_values_wrapper {
    width: max-content;
    max-width: none;
    min-width: 100%;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .sku_props .list_values_wrapper {
    display: flex !important;
    gap: 8px;
    margin: 0;
    padding: 0 2px 6px;
    flex-wrap: nowrap !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .sku_props .list_values_wrapper > li {
    flex: 0 0 52px;
    width: 52px !important;
    height: 52px !important;
    margin: 0 !important;
    scroll-snap-align: start;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .sku_props .cnt_item {
    width: 52px !important;
    height: 52px !important;
    border-radius: calc(var(--hw-pdp-radius) - 2px);
    background-size: cover;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .buy_block:not(.offer-props-wrapper) .counter_wrapp {
    display: flex !important;
    box-sizing: border-box;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    gap: 10px;
    align-items: stretch;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .buy_block:not(.offer-props-wrapper) .offer_buy_block {
    width: 100%;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .buy_block:not(.offer-props-wrapper) .counter_block_inner {
    flex: 0 0 108px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .buy_block:not(.offer-props-wrapper) .button_block {
    display: flex;
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .buy_block:not(.offer-props-wrapper) .button_block > .to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .buy_block .to-cart,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .buy_block .in-cart,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .buy_block .to-subscribe,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .buy_block .to-order {
    width: 100%;
    min-height: 48px;
    border-radius: 10px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .buy_block .to-cart > span,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .buy_block .in-cart > span,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .buy_block .to-subscribe > span,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .buy_block .to-order > span {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .char-side {
    padding: 0;
    border: 0;
    background: transparent;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .product-chars__title {
    display: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible > .title {
    display: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .char-side .properties {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .char-side .properties__item {
    display: block;
    min-width: 0;
    min-height: 48px;
    padding: 8px 10px;
    border: 1px solid var(--hw-pdp-muted-line-color);
    border-radius: var(--hw-pdp-radius);
    background: var(--hw-pdp-soft-bg);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .char-side .properties__item:first-child {
    grid-column: 1 / -1;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .char-side .properties__title,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .char-side .properties__value {
    display: block;
    min-width: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .char-side .properties__title {
    margin-bottom: 6px;
    color: var(--hw-pdp-muted-text);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .char-side .properties__hr {
    display: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .char-side .properties__value {
    color: var(--hw-pdp-text);
    font-size: 14px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

}

html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big__picture,
html.hw-pdp-native-layout .catalog_detail.element_hollywool .gallery__picture {
  object-fit: contain;
}

  html.hw-pdp-native-layout .hw-pdp-native-palette-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 34px;
  margin-top: 8px;
  padding: 8px 12px;
  border: 1px solid var(--hw-pdp-muted-line-color);
  border-radius: 999px;
  background: var(--hw-pdp-card-bg);
  color: var(--hw-pdp-text);
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  cursor: pointer;
}

html.hw-pdp-native-layout .hw-pdp-native-palette-modal[hidden] {
  display: none !important;
}

html.hw-pdp-native-layout .hw-pdp-native-palette-modal {
  position: fixed;
  inset: 0;
  z-index: 2600;
}

html.hw-pdp-native-layout .hw-pdp-native-palette-modal__backdrop {
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--hw-pdp-text) 35%, transparent);
}

html.hw-pdp-native-layout .hw-pdp-native-palette-modal__panel {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  max-width: 720px;
  max-height: min(78vh, 620px);
  margin: 0 auto;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--hw-pdp-muted-line-color);
  border-radius: 18px;
  background: var(--hw-pdp-card-bg);
  box-shadow: 0 18px 46px color-mix(in srgb, var(--hw-pdp-text) 24%, transparent);
}

html.hw-pdp-native-layout .hw-pdp-native-palette-modal__head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

html.hw-pdp-native-layout .hw-pdp-native-palette-modal__head strong {
  color: var(--hw-pdp-text);
  font-size: 18px;
  font-weight: 500;
}

html.hw-pdp-native-layout .hw-pdp-native-palette-modal__head button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--hw-pdp-muted-line-color);
  border-radius: 50%;
  background: var(--hw-pdp-soft-bg);
  color: var(--hw-pdp-text);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

html.hw-pdp-native-layout .hw-pdp-native-palette-modal__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  gap: 8px;
  max-height: calc(min(78vh, 620px) - 82px);
  overflow: auto;
}

html.hw-pdp-native-layout .hw-pdp-native-palette-option {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 48px;
  padding: 6px 8px;
  border: 1px solid var(--hw-pdp-muted-line-color);
  border-radius: 12px;
  background: var(--hw-pdp-soft-bg);
  color: var(--hw-pdp-text);
  text-align: left;
  cursor: pointer;
}

html.hw-pdp-native-layout .hw-pdp-native-palette-option.is-active {
  border-color: var(--hw-pdp-text);
  background: var(--hw-pdp-card-bg);
}

html.hw-pdp-native-layout .hw-pdp-native-palette-option__swatch {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background-color: var(--hw-pdp-card-bg);
  background-position: center;
  background-size: cover;
}

html.hw-pdp-native-layout .hw-pdp-native-palette-option__text {
  min-width: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_item,
html.hw-pdp-native-layout .catalog_detail.element_hollywool .char-side {
  border: 1px solid var(--hw-surface-border);
  border-radius: 16px;
  background: var(--hw-surface-tint);
}

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .info_ext_block.char-toggle-visible .char-side {
    border: 0;
    background: transparent;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-palette-enhanced {
    display: flex !important;
    flex-direction: column;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-palette-enhanced .sku_props {
    order: 1;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-palette-enhanced .hw-pdp-native-palette-toggle {
    order: 2;
  }

html.hw-pdp-native-layout .hw-pdp-native-desktop-summary-head {
  display: none;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-detail-gallery {
  overflow: visible;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool .js-sales.active {
  border: 1px solid var(--hw-pdp-muted-line-color);
  border-radius: var(--hw-pdp-radius);
  background: var(--hw-pdp-soft-bg);
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main,
html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block,
html.hw-pdp-native-layout .catalog_detail.element_hollywool .catalog_block {
  min-width: 0;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool .to-cart,
html.hw-pdp-native-layout .catalog_detail.element_hollywool .in-cart,
html.hw-pdp-native-layout .catalog_detail.element_hollywool .to-subscribe,
html.hw-pdp-native-layout .catalog_detail.element_hollywool .to-order {
  white-space: nowrap;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block.tabs-block:not(.hw-pdp-native-open) .tab-content {
  max-height: 340px;
  overflow: hidden;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block.tabs-block.hw-pdp-native-open .tab-content {
  max-height: none;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-more {
  margin-top: 12px;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block.news,
html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block.blog,
html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block.gallery {
  display: none;
}

html.hw-pdp-native-layout .hw-pdp-native-mobile-head {
  display: none;
}

@media (min-width: 768px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info-wrapper {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info-headnote {
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--hw-pdp-muted-line-color);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .js-sales.active {
    margin-bottom: 18px;
    padding: 16px 18px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_item {
    padding: 18px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .char-side {
    margin-top: 18px;
    padding: 18px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--hw-pdp-muted-line-color);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block.news,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block.blog,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block .ordered-block.gallery,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block.gallery {
    display: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block.tabs-block {
    max-width: min(1464px, calc(100vw - 48px));
    margin-right: auto;
    margin-left: auto;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block + .ordered-block {
    margin-top: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html.hw-pdp-native-layout .top-block-wrapper {
    display: none;
  }

  html.hw-pdp-native-layout .main-catalog-wrapper.details > .left_block.sticky-sidebar {
    display: none !important;
  }

  html.hw-pdp-native-layout .main-catalog-wrapper.details > .section-content-wrapper,
  html.hw-pdp-native-layout .main-catalog-wrapper.details .catalog_detail.element_hollywool,
  html.hw-pdp-native-layout .main-catalog-wrapper.details .product-view {
    width: 100%;
    max-width: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info {
    max-width: min(var(--hw-pdp-layout-max), calc(100vw - 40px));
    margin-right: auto;
    margin-left: auto;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-page-head {
    display: block;
    max-width: min(var(--hw-pdp-layout-max), calc(100vw - 40px));
    margin: 0 auto 16px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info > .flexbox {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
    gap: 28px;
    align-items: start;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big-slider-main {
    height: min(54vw, 500px);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    padding: 22px;
    border: 1px solid var(--hw-pdp-muted-line-color);
    border-radius: var(--hw-pdp-card-radius);
    background: var(--hw-pdp-card-bg);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-badges {
    display: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-title {
    font-size: 30px;
    line-height: 1.08;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-head {
    display: block;
    width: min(calc(100vw - 32px), 430px);
    margin: 18px auto -14px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-breadcrumbs {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
    color: var(--hw-pdp-muted-text);
    font-size: clamp(13px, 3.7vw, 16px);
    font-weight: 700;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-breadcrumbs span:not(:last-child)::after {
    content: "/";
    margin-left: 10px;
    color: color-mix(in srgb, var(--hw-pdp-muted-text) 45%, transparent);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-back {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 44px;
    margin-bottom: 14px;
    padding: 5px 12px 5px 4px;
    border: 1px solid var(--hw-pdp-muted-line-color);
    border-radius: 999px;
    background: var(--hw-pdp-card-bg);
    box-shadow: var(--hw-pdp-shadow);
    color: #333 !important;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-back__icon {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: var(--hw-pdp-soft-bg);
    position: relative;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-back__icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: translate(-35%, -50%) rotate(45deg);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 24px;
    margin: 0 0 6px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-badges > span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 8px;
    border: 1px solid var(--hw-pdp-muted-line-color);
    border-radius: calc(var(--hw-pdp-radius) - 6px);
    background: var(--hw-pdp-soft-bg);
    color: var(--hw-pdp-text);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-badges > span[data-hw-pdp-discount-badge] {
    border-color: var(--hw-pdp-discount-color, #d8342f);
    background: var(--hw-pdp-discount-color, #d8342f);
    color: var(--white_text_black_reverse, #fff);
    font-size: 13px;
    font-weight: 800;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-title {
    margin: 0;
    color: #333 !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.08;
  }

  html.hw-pdp-native-layout .top-block-wrapper {
    display: none;
  }

  html.hw-pdp-native-layout .main-catalog-wrapper.details {
    display: block;
  }

  html.hw-pdp-native-layout .main-catalog-wrapper.details > .left_block.sticky-sidebar {
    display: none !important;
  }

  html.hw-pdp-native-layout .main-catalog-wrapper.details > .section-content-wrapper,
  html.hw-pdp-native-layout .main-catalog-wrapper.details .catalog_detail.element_hollywool,
  html.hw-pdp-native-layout .main-catalog-wrapper.details .product-view {
    width: 100%;
    max-width: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool {
    margin-right: auto;
    margin-left: auto;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-view--type2,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-view--mix {
    width: min(calc(100vw - 32px), 430px);
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 128px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info {
    padding: 0 !important;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info > .flexbox {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-page-head {
    display: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info-wrapper {
    margin-top: 0;
    margin-bottom: 10px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main {
    display: contents;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main > .flexbox.flexbox--row {
    display: contents;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main {
    width: 100%;
    max-width: none;
    margin-top: 0 !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote {
    order: 1;
    width: 100%;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action {
    order: 2;
    width: 100% !important;
    max-width: none;
    margin-bottom: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars {
    display: contents;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .char-side {
    order: 3;
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-detail-gallery {
    order: 4;
    width: 100% !important;
    max-width: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.offer-props-wrapper {
    order: 5;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 12px !important;
    overflow: hidden;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .js-sales.active {
    order: 6;
    width: 100%;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card {
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    gap: 4px 10px;
    min-height: 127px;
    padding: 18px 13px !important;
    overflow: hidden;
    border: 0 !important;
    border-radius: 16px !important;
    background: #f7f7f7 !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact-item:nth-child(n+2),
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact__title {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .item-views {
    display: contents !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact__icons {
    grid-column: 1;
    grid-row: 1 / 4;
    width: 22px;
    position: static !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .svg-inline-sale {
    position: static !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__eyebrow,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact__list,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__status {
    grid-column: 2;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__eyebrow {
    grid-row: 1;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact__list {
    grid-row: 2;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__status {
    grid-row: 3;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__saving {
    grid-column: 3;
    grid-row: 2;
    max-width: 74px;
    font-size: 12px;
    line-height: 1.15;
    text-align: right;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__urgency {
    grid-column: 3;
    grid-row: 3;
    align-self: end;
    font-size: 13px;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
  }

  html.hw-pdp-native-layout #jvLabelWrap {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-heading {
    margin: 3px 0 0;
    padding: 4px 2px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 7px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-badges > div,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-badges .sticker {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 8px;
    border-radius: calc(var(--hw-pdp-radius) - 6px);
    font-size: 12px;
    line-height: 1.1;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-title {
    font-size: clamp(20px, 6vw, 24px);
    font-weight: 400;
    line-height: 1.08;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info > .flexbox {
    display: flex;
    flex-direction: column;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .middle-info-wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .middle-info-wrapper > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info-headnote {
    height: 18px;
    min-height: 18px;
    margin: 2px 0 6px;
    padding: 0 2px;
    border-bottom: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info-headnote > .flexbox {
    display: block;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info-headnote > .flexbox > .col-auto:first-child,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info-headnote__article,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info-headnote__brand {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info-headnote__inner,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info-headnote__rating {
    width: 100%;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-info-headnote__rating {
    min-height: 18px;
    height: 18px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote {
    height: auto;
    min-height: 28px;
    margin-bottom: 10px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating .rating {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    min-height: 14px;
    height: 14px;
    line-height: 14px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating .rating .svg-inline-star svg path {
    fill: var(--basic_text_black, #555) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating .item-rating svg,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating .svg-inline-star svg {
    width: 14px !important;
    height: 14px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating .hw-pdp-native-review-copy {
    color: var(--hw-pdp-muted-text);
    font-weight: 400;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .middle-info-wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .shadowed-block,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .prices_block {
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .info_item {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .price_matrix_wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .sale_block {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .quantity_block_wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .text-form {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .buy_block:has(.slide_offer) {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .js-sales.active {
    margin-bottom: 12px !important;
    padding: 12px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big .stickers {
    display: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline {
    width: 100% !important;
    max-width: none;
    margin: 4px 0 2px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .gallery-wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .detail-gallery-big-slider-main {
    height: min(60vw, 280px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .gallery-wrapper {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    width: 100% !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .product-detail-gallery__container {
    display: block !important;
    height: auto !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item-nav {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .detail-gallery-big-slider-thumbs {
    display: block !important;
    grid-column: 1;
    grid-row: 1;
    width: 64px !important;
    height: min(60vw, 280px) !important;
    min-width: 64px !important;
    margin: 0 !important;
    overflow: hidden;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .detail-gallery-big-slider-thumbs__inner,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .gallery-slider-thumb__container,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .gallery-slider-thumb {
    display: block !important;
    position: static !important;
    width: 64px !important;
    height: min(60vw, 280px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 0 2px 2px 0;
    border: 0;
    background: transparent;
    scrollbar-width: thin;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .gallery__thumb-wrapper {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    width: 62px !important;
    height: auto !important;
    transform: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .gallery__item--thumb {
    display: block !important;
    flex: 0 0 62px !important;
    width: 62px !important;
    min-width: 62px !important;
    max-width: 62px !important;
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid var(--hw-pdp-muted-line-color);
    border-radius: calc(var(--hw-pdp-radius) - 5px);
    background: var(--hw-pdp-card-bg);
    box-sizing: border-box;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .gallery__item--thumb.swiper-slide-thumb-active {
    border-color: var(--hw-pdp-text);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .gallery__item--thumb .gallery__picture {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .gallery-slider-thumb-button {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .detail-gallery-big-slider-main {
    grid-column: 2;
    grid-row: 1;
    width: 100% !important;
    overflow: hidden;
    border: 1px solid var(--hw-pdp-muted-line-color);
    border-radius: var(--hw-pdp-radius);
    background: var(--hw-pdp-card-bg);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .detail-gallery-big-slider-main__inner,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .detail-gallery-big-slider-main__ratio-wrap,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .detail-gallery-big-slider-main__ratio-inner,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .detail-gallery-big-slider,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .swiper-wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .detail-gallery-big__item,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .product-detail-gallery.hw-pdp-native-gallery-inline .detail-gallery-big__link {
    width: 100% !important;
    height: 100% !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 2px !important;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery-wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-main {
    height: min(67vw, 263px) !important;
    min-height: 238px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery-wrapper {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    width: min(100%, 294px) !important;
    margin: 0 auto !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .product-detail-gallery__container {
    display: block !important;
    height: auto !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-thumbs {
    display: block !important;
    grid-column: 1;
    grid-row: 1;
    width: 64px !important;
    height: min(67vw, 263px) !important;
    min-width: 64px !important;
    margin: 0 !important;
    overflow: hidden;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-thumbs__inner,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery-slider-thumb__container,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery-slider-thumb {
    display: block !important;
    position: static !important;
    width: 64px !important;
    height: min(67vw, 263px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 0 2px 2px 0;
    border: 0;
    background: transparent;
    scrollbar-width: thin;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery__thumb-wrapper {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    width: 62px !important;
    height: auto !important;
    transform: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery__item--thumb {
    display: block !important;
    flex: 0 0 62px !important;
    width: 62px !important;
    min-width: 62px !important;
    max-width: 62px !important;
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid var(--hw-pdp-muted-line-color);
    border-radius: calc(var(--hw-pdp-radius) - 5px);
    background: var(--hw-pdp-card-bg);
    box-sizing: border-box;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery__item--thumb.swiper-slide-thumb-active {
    border-color: var(--hw-pdp-text);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery__item--thumb .gallery__picture {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery-slider-thumb-button {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-main {
    grid-column: 2;
    grid-row: 1;
    width: 100% !important;
    overflow: hidden;
    border: 1px solid var(--hw-pdp-muted-line-color);
    border-radius: var(--hw-pdp-radius);
    background: var(--hw-pdp-card-bg);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-main__inner,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-main__ratio-wrap,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-main__ratio-inner,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .swiper-wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big__item,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big__link {
    width: 100% !important;
    height: 100% !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .detail-gallery-big__picture,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .gallery__picture {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_item {
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars > .title,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars__title {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .char-side {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    border: 0;
    background: transparent;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 8px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties__item {
    display: block;
    min-height: 40px;
    padding: 7px 10px;
    border: 1px solid var(--hw-pdp-muted-line-color);
    border-radius: var(--hw-pdp-radius);
    background: var(--hw-pdp-soft-bg);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties__item:first-child {
    grid-column: 1 / -1;
    min-height: 52px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .char-side__title,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .more-char-link {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties__item[data-hw-fact] {
    display: block;
    order: var(--hw-fact-mobile-order, 20);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .char-side .properties__item:not([data-hw-fact]) {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties__item[data-hw-fact="composition"] {
    grid-column: 1 / -1;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties__item[data-hw-fact="hook"] {
    display: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties__title,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties__value {
    display: block;
    min-width: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties__title {
    margin-bottom: 4px;
    color: var(--hw-pdp-muted-text);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties__value {
    color: var(--hw-pdp-text);
    font-size: 13px;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .properties__hr {
    display: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .char-side {
    margin-top: 0;
    padding: 14px;
    background: var(--hw-pdp-soft-bg);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .info_ext_block.char-toggle-visible .char-side {
    padding: 0;
    background: transparent;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .char-side .properties {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .char-side .properties__item {
    display: block;
    min-height: 44px;
    padding: 7px 10px;
    border: 1px solid var(--hw-pdp-muted-line-color);
    border-radius: var(--hw-pdp-radius);
    background: var(--hw-pdp-soft-bg);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .char-side .properties__item:first-child {
    grid-column: 1 / -1;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .char-side .properties__title,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .char-side .properties__value {
    display: block;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .char-side .properties__title {
    margin-bottom: 5px;
    color: var(--hw-pdp-muted-text);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .char-side .properties__hr {
    display: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible .char-side .properties__value {
    color: var(--hw-pdp-text);
    font-size: 14px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .info_ext_block.char-toggle-visible > .title {
    display: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-chars .info_ext_block {
    margin-top: 12px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-chars .info_ext_block + .info_ext_block {
    margin-top: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--hw-pdp-muted-line-color);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block + .ordered-block {
    margin-top: 12px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block.gifts:not(:has(.catalog_block, .content_inner, .item, .tabs)),
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block.goods:not(:has(.catalog_block, .content_inner, .item, .tabs)) {
    display: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block.gifts,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block.goods {
    margin-top: 12px;
    padding-top: 12px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block .catalog_block .item-title,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block .catalog_block .dark_link,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block .catalog_block [itemprop="name"] {
    overflow-wrap: anywhere;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .to-cart,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .in-cart,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .to-subscribe,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .to-order {
    box-sizing: border-box;
    max-width: 100%;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .to-subscribe,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .to-order {
    width: 100%;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .buy_block:not(.offer-props-wrapper) {
    height: auto !important;
    padding-top: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-action .counter_wrapp.fixed {
    position: fixed !important;
    right: auto !important;
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
    left: 50% !important;
    width: min(calc(100vw - 20px), 430px) !important;
    transform: translateX(-50%) !important;
    z-index: 2200 !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy {
    position: fixed !important;
    right: auto !important;
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
    left: 50% !important;
    box-sizing: border-box;
    width: min(calc(100vw - 20px), 430px) !important;
    max-width: 100% !important;
    padding: 8px !important;
    border: 1px solid var(--hw-pdp-muted-line-color);
    border-radius: 16px;
    background: var(--hw-pdp-card-bg);
    box-shadow: 0 10px 28px color-mix(in srgb, var(--hw-pdp-text) 18%, transparent);
    transform: translateX(-50%) !important;
    z-index: 2200 !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .counter_wrapp {
    position: static !important;
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-palette-enhanced .sku_props .bx_scu_scroller_container {
    max-height: 176px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-palette-enhanced .sku_props .bx_scu,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-palette-enhanced .sku_props .list_values_wrapper {
    width: 100% !important;
    height: auto !important;
    min-width: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-palette-enhanced .sku_props .list_values_wrapper {
    flex-wrap: wrap !important;
    padding-bottom: 2px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block .catalog_block .to-cart,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block .catalog_block .in-cart,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block .catalog_block .to-subscribe,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block .catalog_block .to-order {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    max-width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    white-space: nowrap;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block .catalog_block .to-cart span,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block .catalog_block .in-cart span,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block .catalog_block .to-subscribe span,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .ordered-block .catalog_block .to-order span {
    display: inline;
    white-space: nowrap;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main .sku_props,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main .sku_props .bx_catalog_item_scu,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main .sku_props .bx_item_detail_scu,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main .sku_props .bx_scu_scroller_container {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main .buy_block.offer-props-wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main .sku_props,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main .sku_props .bx_catalog_item_scu,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main .sku_props .item_wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main .sku_props .bx_item_detail_scu {
    height: auto !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main > .price_txt {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main .sku_props .bx_scu_scroller_container {
    height: 60px !important;
    max-height: 60px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main .sku_props .bx_scu,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main .sku_props .list_values_wrapper {
    width: max-content !important;
    max-width: none !important;
    min-width: 100%;
    height: 58px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main .sku_props .list_values_wrapper {
    display: flex !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
    padding: 0 2px 6px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-main .sku_props .list_values_wrapper > li {
    flex: 0 0 52px !important;
    width: 52px !important;
    height: 52px !important;
    margin: 0 !important;
  }

  html.hw-pdp-native-layout #main .catalog_detail.element_hollywool .product-main .hw-pdp-native-palette-enhanced .sku_props .bx_scu_scroller_container {
    height: 176px !important;
    max-height: 176px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  html.hw-pdp-native-layout #main .catalog_detail.element_hollywool .product-main .hw-pdp-native-palette-enhanced .sku_props .bx_scu,
  html.hw-pdp-native-layout #main .catalog_detail.element_hollywool .product-main .hw-pdp-native-palette-enhanced .sku_props .list_values_wrapper {
    width: 100% !important;
    height: auto !important;
    min-width: 0 !important;
  }

  html.hw-pdp-native-layout #main .catalog_detail.element_hollywool .product-main .hw-pdp-native-palette-enhanced .sku_props .list_values_wrapper {
    flex-wrap: wrap !important;
    padding-bottom: 2px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-palette-enhanced .sku_props {
    order: 2;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .hw-pdp-native-palette-enhanced .hw-pdp-native-palette-toggle {
    order: 1;
    margin-top: 0;
    margin-bottom: 10px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-view > .product-info-wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool .product-view > .product-info-wrapper.product-info-wrapper {
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout #main .catalog_detail.element_hollywool.element_hollywool_native .product-action .counter_wrapp.big.fixed,
  html.hw-pdp-native-layout #main .catalog_detail.element_hollywool.element_hollywool_native .product-action .counter_wrapp.big.clearfix.fixed,
  html.hw-pdp-native-layout #main .catalog_detail.element_hollywool.element_hollywool_native .product-action .buy_block:not(.offer-props-wrapper) .counter_wrapp.big.fixed,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .counter_wrapp.big.fixed,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .counter_wrapp.big.clearfix.fixed,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .buy_block:not(.offer-props-wrapper) .counter_wrapp.big.fixed {
    position: fixed !important;
    top: auto !important;
    right: auto !important;
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
    left: 50% !important;
    box-sizing: border-box;
    width: min(calc(100vw - 20px), 430px) !important;
    max-width: 100% !important;
    padding: 8px !important;
    border: 1px solid var(--hw-pdp-muted-line-color);
    border-radius: 16px;
    background: var(--hw-pdp-card-bg);
    box-shadow: 0 10px 28px color-mix(in srgb, var(--hw-pdp-text) 18%, transparent);
    transform: translateX(-50%) !important;
    z-index: 2200 !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, calc(100% + 18px)) !important;
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  html.hw-pdp-native-layout.hw-pdp-native-mobile-buy-visible .hw-pdp-native-mobile-fixed-buy {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) !important;
  }
}

@media (min-width: 992px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native {
    --hw-pdp-layout-max: 1380px;
    --hw-pdp-summary-width: 460px;
    --hw-pdp-column-gap: 43px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-head {
    max-width: min(var(--hw-pdp-layout-max), calc(100vw - 60px)) !important;
    width: min(var(--hw-pdp-layout-max), calc(100vw - 60px)) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox {
    grid-template-columns: minmax(0, 877px) var(--hw-pdp-summary-width) !important;
    gap: var(--hw-pdp-column-gap) !important;
    transform: translateX(0);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-head {
    top: 8px !important;
    left: 50% !important;
    transform: translateX(-50%);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-head.has-brand-logo::before {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 49px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid var(--hw-pdp-muted-line-color);
    border-radius: 6px;
    background: var(--hw-pdp-card-bg);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-brand-logo img {
    display: block;
    width: 84px;
    height: 37px;
    object-fit: contain;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-detail-gallery {
    margin-top: 151px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main {
    margin-top: 105px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main > .hw-pdp-native-desktop-summary-head,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main > .product-info-headnote {
    width: 398px !important;
    max-width: 398px !important;
    transform: translateX(-6px);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .product-action {
    width: 398px !important;
    max-width: 398px !important;
    transform: translate(-6px, -14px);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .product-chars {
    width: 398px !important;
    max-width: 398px !important;
    transform: translate(-6px, -12px);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big-slider-main {
    order: 1 !important;
    max-height: 667px !important;
    aspect-ratio: 4 / 3 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big-slider-main .detail-gallery-big-slider-main__ratio-wrap,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big-slider-main .detail-gallery-big-slider-main__ratio-inner,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big-slider-main .detail-gallery-big-slider,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big-slider-main .detail-gallery-big__item,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big-slider-main .detail-gallery-big__link,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big-slider-main .detail-gallery-big__picture {
    height: 100% !important;
    max-height: 100% !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big-slider-main .detail-gallery-big-slider-main__ratio-wrap {
    padding-top: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big-slider-thumbs {
    order: 2 !important;
    display: flex !important;
    height: 70px !important;
    min-height: 70px !important;
    margin-top: 12px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big-slider-thumbs__inner,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .gallery-slider-thumb__container,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .gallery-slider-thumb {
    height: 70px !important;
    justify-content: flex-start !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .gallery__thumb-wrapper {
    gap: 14px !important;
    height: 70px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .gallery__item--thumb {
    flex: 0 0 112px !important;
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    height: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .gallery__item--thumb:nth-child(n+6) {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.offer-props-wrapper {
    order: 2 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars {
    padding-right: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .js-sales.active {
    order: 4 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.hw-pdp-native-desktop-buy {
    order: 3 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-desktop-delivery {
    order: 5 !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-height: 28px;
    margin-top: 19px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #514847;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-desktop-delivery .price_txt,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-desktop-delivery .text-form-info {
    display: contents !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-desktop-delivery .svg {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-desktop-delivery .text-form-info {
    font-size: 14px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-desktop-actions {
    order: 6 !important;
    display: block !important;
    width: 100%;
    margin-top: 13px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-desktop-actions .like_icons {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-desktop-actions .wish_item_button,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-desktop-actions .compare_item_button {
    display: block !important;
    width: 100% !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-desktop-actions .btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 50px !important;
    padding: 0 14px !important;
    border: 1px solid #3f3736 !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: #3f3736 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-align: center;
    text-transform: none !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-desktop-actions .btn.in.added {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-desktop-actions .btn svg {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-desktop-actions .like-text {
    display: inline !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card {
    position: relative;
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    gap: 5px 12px;
    min-height: 132px;
    padding: 20px 18px !important;
    overflow: hidden;
    border: 0 !important;
    border-radius: 16px !important;
    background: #f7f7f7 !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__eyebrow {
    grid-column: 2 / 3;
    grid-row: 1;
    color: #5f5755;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card::after {
    content: attr(data-hw-discount);
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: start;
    justify-self: end;
    min-width: 62px;
    padding: 8px 9px;
    border-radius: 9px;
    background: #ff4e45;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card[data-hw-discount=""]::after {
    content: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__saving {
    grid-column: 3;
    grid-row: 2;
    justify-self: end;
    max-width: 74px;
    color: #5f5755;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.15;
    text-align: right;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__urgency {
    grid-column: 3;
    grid-row: 3;
    align-self: end;
    justify-self: end;
    color: #5f5755;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact-item:nth-child(n+2) {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__urgency::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 14px;
    margin-left: 7px;
    background: #ff4e45;
    clip-path: polygon(46% 0, 74% 24%, 64% 43%, 86% 58%, 54% 100%, 23% 64%, 36% 46%, 15% 28%);
    vertical-align: -2px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .item-views {
    display: contents !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact__icons {
    grid-column: 1;
    grid-row: 1 / 4;
    align-self: start;
    color: #ff4e45 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact__icons svg path {
    fill: #ff4e45 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact__title {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact__list {
    grid-column: 2 / 3;
    grid-row: 2;
    min-width: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact-item:first-child .list-sales-compact-item__title {
    margin: 4px 0 10px;
    color: #3f3736;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.05;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact-item:not(:first-child) .list-sales-compact-item__title {
    margin-top: 4px;
    color: #5f5755;
    font-size: 13px;
    line-height: 1.25;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact-item__title span {
    color: inherit !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__status {
    grid-column: 2 / 3;
    grid-row: 3;
    align-self: end;
    margin-top: 6px;
    color: #4f4745;
    font-size: 13px;
    line-height: 1.2;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__status::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 8px;
    border-radius: 50%;
    background: #29b33b;
    vertical-align: middle;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card[data-hw-stock-state="Нет в наличии"] .hw-pdp-native-promo-card__status::before {
    background: #ff4e45;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-palette-enhanced .sku_props .bx_scu_scroller_container {
    height: 156px !important;
    max-height: 156px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block {
    max-width: 877px !important;
    width: 877px !important;
    margin-top: -190px !important;
    margin-left: max(30px, calc((100vw - min(var(--hw-pdp-layout-max), calc(100vw - 60px))) / 2)) !important;
    margin-right: auto !important;
  }
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .cost.prices.detail .price_measure[data-hw-price-unit="1"] {
  position: static;
  display: inline-flex;
  align-items: baseline;
  margin-left: 8px;
  color: var(--hw-pdp-muted-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: baseline;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .sku_props .list_values_wrapper > li[data-hw-offer-title]::after {
  content: attr(data-hw-offer-title);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (min-width: 768px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big-slider-thumbs {
    margin-top: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars {
    gap: 4px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating .item-rating svg path,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating .item-rating svg rect {
    fill: #514847 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating .rating,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating .blog-info__rating--top-info,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating .votes_block {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating {
    margin-left: 19px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating .ratings,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating .inner_rating {
    display: flex !important;
    align-items: center !important;
    gap: 1px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating .hw-pdp-native-review-copy {
    color: #514847;
    font-size: 15px;
    line-height: 1.2;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: baseline !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail::before {
    content: "от";
    align-self: start;
    margin-top: 31px;
    margin-bottom: 0;
    color: #5f5755;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .js_price_wrapper {
    grid-column: 2 / 4;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .prices-wrapper {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: baseline;
    column-gap: 12px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .price_measure[data-hw-price-unit="1"] {
    justify-self: end;
    margin-left: 0;
    color: #5f5755;
    font-size: 11px;
    text-transform: uppercase;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale_block {
    margin-top: 8px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale-number {
    display: flex !important;
    gap: 8px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale-number .value,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale-number .inner-sale {
    display: inline-flex !important;
    align-items: center;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 8px;
    background: #ffdf5c !important;
    color: #3f3736 !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .hw-pdp-native-desktop-facts .char-side__title {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .hw-pdp-native-desktop-facts {
    margin-top: -6px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .hw-pdp-native-desktop-facts .properties__item {
    min-height: 50px !important;
    padding: 7px 12px !important;
    border-color: #c7c0bd !important;
    border-radius: 9px !important;
    background: #fff !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .hw-pdp-native-desktop-facts .properties__title {
    color: #5f5755 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .hw-pdp-native-desktop-facts .properties__value {
    color: #312b2a !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.22 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.offer-props-wrapper {
    margin-top: -30px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .bx_scu_scroller_container,
  html.hw-pdp-native-layout #main .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .bx_scu_scroller_container {
    height: 74px !important;
    max-height: 74px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .bx_scu,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .list_values_wrapper,
  html.hw-pdp-native-layout #main .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .bx_scu,
  html.hw-pdp-native-layout #main .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .list_values_wrapper {
    width: 100% !important;
    height: auto !important;
    min-width: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .list_values_wrapper,
  html.hw-pdp-native-layout #main .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .list_values_wrapper {
    display: grid !important;
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    gap: 8px 7px !important;
    max-height: 66px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .list_values_wrapper > li {
    width: 42px !important;
    height: 31px !important;
    min-width: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .list_values_wrapper > li.active {
    outline: 1px solid #3f3736;
    outline-offset: 2px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .list_values_wrapper > li .cnt1,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .list_values_wrapper > li .cnt_item {
    width: 100% !important;
    height: 100% !important;
    border-radius: 7px !important;
    background-size: cover !important;
    background-position: center !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .hw-pdp-native-palette-toggle {
    display: block !important;
    width: 100%;
    min-height: 52px;
    margin: 8px 0 0 !important;
    padding: 10px 16px !important;
    border: 1px solid #3f3736 !important;
    border-radius: 18px !important;
    background: #fff !important;
    color: #514847 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-align: left !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .hw-pdp-native-palette-toggle::after {
    content: "еще " attr(data-hw-hidden-shades);
    display: block;
    margin-top: 4px;
    color: #5f5755;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .js-sales.active {
    margin-top: 43px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.hw-pdp-native-desktop-buy {
    margin-top: -30px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native.hw-pdp-native-has-offers .product-chars .buy_block.hw-pdp-native-desktop-buy {
    margin-top: -53px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.hw-pdp-native-desktop-buy .to-subscribe,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.hw-pdp-native-desktop-buy .to-order,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.hw-pdp-native-desktop-buy .to-cart {
    height: 58px !important;
    min-height: 58px !important;
    border-radius: 16px !important;
    background: #594d4c !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.hw-pdp-native-desktop-buy .in-subscribe {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.hw-pdp-native-desktop-buy .to-subscribe svg,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.hw-pdp-native-desktop-buy .to-order svg,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.hw-pdp-native-desktop-buy .to-cart svg {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block {
    margin-top: -311px !important;
    transform: translateX(-30px);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tabs {
    height: 53px !important;
    overflow: hidden !important;
    border-bottom: 1px solid var(--hw-pdp-muted-line-color);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .nav.nav-tabs {
    display: flex !important;
    align-items: stretch !important;
    height: 53px !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .nav.nav-tabs > li {
    display: flex !important;
    align-items: stretch !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 53px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .nav.nav-tabs > li.hw-pdp-native-tab-hidden {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .nav.nav-tabs > li[data-hw-tab-label="описание"] {
    flex-basis: 118px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .nav.nav-tabs > li[data-hw-tab-label="характеристики"] {
    flex-basis: 168px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .nav.nav-tabs > li[data-hw-tab-label="уход"] {
    flex-basis: 70px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .nav.nav-tabs > li[data-hw-tab-label="расход"] {
    flex-basis: 88px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .nav.nav-tabs > li[data-hw-tab-label="видео"] {
    flex-basis: 80px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .nav.nav-tabs > li[data-hw-tab-label="мастер-классы"] {
    flex-basis: 166px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .nav.nav-tabs > li[data-hw-tab-label="все-оттенки"] {
    flex-basis: 142px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .nav.nav-tabs > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 53px !important;
    margin: 0 !important;
    padding: 0 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #5f5755 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: normal !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .nav.nav-tabs > li[data-hw-tab-label="мастер-классы"] > a,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .nav.nav-tabs > li[data-hw-tab-label="все-оттенки"] > a {
    max-width: 92px;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .nav.nav-tabs > li.active > a,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .nav.nav-tabs > li > a.active {
    border-bottom: 2px solid #4c4240 !important;
    color: #3f3736 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .arrows_wrapper {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content {
    margin-top: 36px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card {
    position: relative;
    box-sizing: border-box;
    width: 877px !important;
    max-width: 877px !important;
    min-height: 318px;
    max-height: 318px !important;
    overflow: hidden !important;
    padding: 28px 28px 60px !important;
    border: 1px solid var(--hw-surface-border);
    border-radius: 16px;
    background: var(--hw-surface-tint);
    box-shadow: var(--hw-surface-shadow);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card.is-expanded {
    max-height: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 48px;
    left: 0;
    height: 76px;
    background: linear-gradient(color-mix(in srgb, var(--hw-surface-tint) 0%, transparent), var(--hw-surface-tint) 70%);
    pointer-events: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card.is-expanded::after {
    display: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card .tab-pane.active,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card .detail-text-wrap,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card .ordered-block__content,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card .ordered-block__text-wrap,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card .ordered-block__text {
    max-width: 819px !important;
    max-height: none !important;
    overflow: visible !important;
    color: var(--hw-ink-2) !important;
    font-size: 16px !important;
    line-height: 1.62 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card:not(.is-expanded) .hw-pdp-native-description-pane {
    max-height: 214px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card .tab-pane.active {
    position: relative;
    z-index: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card p:first-child {
    margin: 0 0 14px !important;
    color: var(--hw-ink) !important;
    font-size: 22px !important;
    line-height: 1.4 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card p,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card ul,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card li {
    color: var(--hw-ink-2) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card ul {
    display: grid !important;
    gap: 10px !important;
    margin: 0 !important;
    padding-left: 18px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card li {
    padding-left: 4px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card h3 {
    margin: 28px 0 14px !important;
    color: var(--hw-ink) !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-description-more {
    appearance: none;
    position: absolute;
    left: 28px;
    bottom: 20px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    min-height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--hw-ink-2);
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-description-more::after {
    content: "↓";
    font-size: 15px;
    line-height: 1;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.is-expanded .hw-pdp-native-description-more::after {
    content: "↑";
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-description-more:hover,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-description-more:focus-visible {
    color: var(--hw-ink);
    outline: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native:not(.hw-pdp-native-has-offers) .ordered-block.tabs-block {
    margin-top: 30px !important;
    transform: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native:not(.hw-pdp-native-has-offers) .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card {
    width: auto !important;
    max-width: none !important;
    min-height: 0;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native:not(.hw-pdp-native-has-offers) .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card::after,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native:not(.hw-pdp-native-has-offers) .ordered-block.tabs-block .hw-pdp-native-description-more {
    display: none !important;
  }
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .buy_block[data-hw-selected-missing] .counter_block_inner,
html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy[data-hw-selected-missing] .counter_block_inner {
  display: none !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .buy_block[data-hw-selected-missing] .button_block,
html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy[data-hw-selected-missing] .button_block {
  flex: 1 1 100% !important;
  width: 100% !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .buy_block .hw-pdp-native-generated-subscribe,
html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-generated-subscribe {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 48px;
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout.hw-pdp-native-preview .bottom-icons-panel {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-breadcrumbs .hw-pdp-native-breadcrumb-product {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-head .hw-pdp-native-brand-logo {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery-wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-main {
    width: min(100%, 294px) !important;
    height: min(67vw, 263px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery-wrapper {
    display: block !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-thumbs {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-main {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block {
    width: min(calc(100vw - 32px), 430px) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery-wrapper {
    width: min(calc(100vw - 32px), 358px) !important;
    height: 318px !important;
    margin-top: -13px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery-wrapper {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 0 !important;
    align-items: stretch;
    margin-top: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-thumbs {
    display: flex !important;
    grid-column: 1;
    grid-row: 1;
    width: 64px !important;
    height: 318px !important;
    min-height: 318px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-main {
    grid-column: 2;
    grid-row: 1;
    width: 100% !important;
    height: 261px !important;
    margin: 6px 0 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-main__inner,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-main__ratio-wrap,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-main__ratio-inner,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .swiper-wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big__item,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big__link,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big__picture {
    height: 261px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-thumbs__inner,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery-slider-thumb__container,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery-slider-thumb,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery__thumb-wrapper {
    width: 64px !important;
    height: 318px !important;
    max-height: 318px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery__thumb-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    transform: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery__item--thumb {
    display: block !important;
    flex: 0 0 64px !important;
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    margin: 0 !important;
    border-radius: 8px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .gallery__item--thumb:nth-child(n+6) {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery.hw-pdp-native-single-gallery,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery.hw-pdp-native-single-gallery .gallery-wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery.hw-pdp-native-single-gallery .detail-gallery-big-slider-main {
    width: min(calc(100vw - 32px), 358px) !important;
    height: 318px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery.hw-pdp-native-single-gallery .gallery-wrapper {
    display: block !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery.hw-pdp-native-single-gallery .detail-gallery-big-slider-main {
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin-top: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery.hw-pdp-native-single-gallery .detail-gallery-big-slider-main__inner,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery.hw-pdp-native-single-gallery .detail-gallery-big-slider-main__ratio-wrap,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery.hw-pdp-native-single-gallery .detail-gallery-big-slider-main__ratio-inner,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery.hw-pdp-native-single-gallery .detail-gallery-big-slider,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery.hw-pdp-native-single-gallery .swiper-wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery.hw-pdp-native-single-gallery .detail-gallery-big__item,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery.hw-pdp-native-single-gallery .detail-gallery-big__link,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery.hw-pdp-native-single-gallery .detail-gallery-big__picture {
    width: 100% !important;
    height: 100% !important;
  }
}

@media (min-width: 992px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-head {
    top: 11px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-breadcrumbs {
    width: 1180px !important;
    height: 19px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 19px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-detail-gallery {
    height: 744px !important;
    min-height: 744px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating .rating {
    height: 25px !important;
    min-height: 25px !important;
    transform: translateY(4px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail {
    height: 79px !important;
    max-height: 79px !important;
    overflow: hidden !important;
    transform: translateY(-7px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .hw-pdp-native-desktop-facts .properties {
    height: 184px !important;
    max-height: 184px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.offer-props-wrapper {
    height: 236px !important;
    min-height: 236px !important;
    margin-bottom: -71px !important;
    transform: translateY(3px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.hw-pdp-native-desktop-buy {
    transform: translateY(3px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card {
    transform: translateY(34px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block {
    transform: translate(-30px, 100px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content {
    margin-top: 66px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card {
    width: 819px !important;
    max-width: 819px !important;
    min-height: 260px !important;
    max-height: 260px !important;
    margin-left: 29px !important;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-head {
    margin-top: 8px !important;
    margin-bottom: -14px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-breadcrumbs {
    flex-wrap: wrap !important;
    align-content: flex-start !important;
    row-gap: 0 !important;
    height: 32px !important;
    margin-bottom: 12px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 16px !important;
    white-space: normal !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-badges,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-title {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating .rating {
    width: 354px !important;
    max-width: 354px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail {
    width: calc(100% - 4px) !important;
    min-height: 65px !important;
    margin: 4px 2px 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .char-side .properties {
    height: 172px !important;
    min-height: 172px !important;
    margin-bottom: -21px !important;
    transform: translateY(-17px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-thumbs {
    height: 327px !important;
    min-height: 327px !important;
    transform: translateY(5px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.offer-props-wrapper {
    height: 265px !important;
    min-height: 265px !important;
    margin-bottom: -21px !important;
    transform: translateY(-6px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card {
    transform: translateY(19px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block {
    width: min(calc(100vw - 32px), 358px) !important;
    margin-top: -35px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-top: 0 !important;
    border-top: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tabs {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content {
    margin-top: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 365px !important;
    max-height: 365px !important;
    margin-left: -16px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy {
    min-height: 89px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-cart,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .in-cart,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-subscribe,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-order {
    min-height: 46px !important;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-head {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 8px 10px;
    align-items: center;
    margin-top: 8px !important;
    margin-bottom: 2px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-back {
    display: inline-flex !important;
    grid-column: 1;
    grid-row: 1;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-height: 40px;
    margin: 0 !important;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    color: var(--hw-pdp-text) !important;
    font-size: 0;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-back__icon {
    width: 40px;
    height: 40px;
    border: 1px solid var(--hw-pdp-muted-line-color);
    border-radius: 999px;
    background: var(--hw-pdp-card-bg);
    box-shadow: var(--hw-pdp-shadow);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-breadcrumbs {
    grid-column: 2;
    grid-row: 1;
    flex-wrap: nowrap !important;
    align-content: center !important;
    height: auto !important;
    min-height: 40px;
    margin-bottom: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap !important;
    scrollbar-width: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-breadcrumbs::-webkit-scrollbar {
    display: none;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-badges {
    display: flex;
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 0 !important;
    margin: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-badges:empty,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-badges > span:not([data-hw-pdp-discount-badge]) {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-title {
    grid-column: 1 / -1;
    grid-row: 3;
    margin: 0 2px 2px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .cost.prices.detail .prices-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 8px;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .cost.prices.detail .price_measure[data-hw-price-unit="1"] {
    position: static !important;
    display: inline-flex !important;
    align-items: baseline;
    margin-left: 0 !important;
    color: var(--hw-pdp-muted-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    vertical-align: baseline;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card {
    position: relative;
    min-height: 44px !important;
    padding-top: 48px !important;
    overflow: hidden;
    transition: max-height 0.18s ease, min-height 0.18s ease, padding 0.18s ease;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card[data-hw-promo-expanded="1"] {
    max-height: 260px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card.hw-pdp-native-promo-collapsed {
    min-height: 44px !important;
    max-height: 44px !important;
    padding: 5px 10px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card.hw-pdp-native-promo-collapsed > :not(.hw-pdp-native-promo-toggle) {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card [data-hw-promo-toggle] {
    position: absolute;
    top: 6px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    height: 34px;
    padding: 0 14px;
    border: 1px solid var(--hw-pdp-muted-line-color);
    border-radius: 999px;
    background: var(--hw-pdp-card-bg);
    color: var(--hw-pdp-text);
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    box-shadow: var(--hw-pdp-shadow);
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card [data-hw-promo-toggle]::before {
    content: "";
    width: 18px;
    height: 14px;
    margin-right: 8px;
    background: linear-gradient(var(--hw-pdp-text), var(--hw-pdp-text)) 0 0 / 18px 3px no-repeat,
      linear-gradient(var(--hw-pdp-text), var(--hw-pdp-text)) 0 6px / 14px 3px no-repeat,
      linear-gradient(var(--hw-pdp-text), var(--hw-pdp-text)) 0 12px / 10px 3px no-repeat;
    border-radius: 2px;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy {
    min-height: 0 !important;
    padding: 8px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .counter_wrapp {
    display: block !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .counter_block_inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    width: 100%;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .button_block {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .counter_block {
    display: grid !important;
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: 36px 44px 36px;
    align-items: center;
    width: 116px !important;
    min-width: 116px !important;
    height: 42px !important;
    margin: 0 !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .counter_block .minus,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .counter_block .plus {
    width: 36px !important;
    height: 42px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .counter_block input {
    width: 44px !important;
    height: 42px !important;
    text-align: center;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .more_text,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .quantity_block_wrapper,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .text-form {
    display: none !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-cart,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .in-cart,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-subscribe,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-order {
    min-height: 46px !important;
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card {
    height: 132px !important;
    min-height: 132px !important;
    max-height: 132px !important;
    overflow: hidden !important;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-breadcrumbs {
    height: 40px !important;
    max-height: 40px !important;
    overflow: hidden !important;
    line-height: 17px !important;
    transform: translateY(2px) scaleY(0.875) !important;
    transform-origin: top left !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-badges {
    width: calc(100% - 4px) !important;
    max-width: calc(100% - 4px) !important;
    transform: translate(2px, 8px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-title {
    transform: translateY(7px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote__rating .rating {
    transform: translateY(-14px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail {
    transform: translateY(-13px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .char-side .properties {
    transform: translateY(-30px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-main {
    transform: translateY(-5px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-thumbs {
    transform: translateY(0) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.offer-props-wrapper {
    height: 231px !important;
    min-height: 231px !important;
    max-height: 231px !important;
    transform: translateY(-11px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card.hw-pdp-native-promo-collapsed {
    height: 127px !important;
    min-height: 127px !important;
    max-height: 127px !important;
    padding: 12px 14px !important;
    overflow: hidden !important;
    transform: translateY(14px) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card.hw-pdp-native-promo-collapsed > :not(.hw-pdp-native-promo-toggle) {
    display: initial !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card [data-hw-promo-toggle] {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block {
    margin-top: -41px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy {
    height: 86px !important;
    min-height: 86px !important;
    padding: 8px !important;
  }
}

/* 2026-05-25: component parity pass for native ASPro PDP canary. */
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big .stickers {
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
  z-index: 5 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  pointer-events: none !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big .stickers > div {
  display: inline-flex !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big .stickers [class*="sticker_"] {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 6px 10px !important;
  border-radius: 4px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .sku_props .list_values_wrapper > li.active,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .sku_props .list_values_wrapper > li.selected {
  order: 0 !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .sku_props .list_values_wrapper > li.hw-pdp-native-offer-stock {
  order: 1 !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .sku_props .list_values_wrapper > li.hw-pdp-native-offer-empty:not(.active):not(.selected) {
  order: 2 !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .sku_props .list_values_wrapper > li[data-hw-offer-code] {
  position: relative !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .sku_props .list_values_wrapper > li[data-hw-offer-code]::after {
  content: attr(data-hw-offer-code) !important;
  position: absolute !important;
  right: 3px !important;
  bottom: 3px !important;
  left: 3px !important;
  width: auto !important;
  height: auto !important;
  clip: auto !important;
  overflow: hidden !important;
  color: #312b2a !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.9) !important;
  white-space: nowrap !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__saving,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__status,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__urgency {
  display: inline-flex !important;
  align-items: center !important;
}

@media (min-width: 992px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .list_values_wrapper,
  html.hw-pdp-native-layout #main .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .list_values_wrapper {
    grid-template-columns: repeat(8, 44px) !important;
    grid-auto-rows: 38px !important;
    gap: 8px 8px !important;
    max-height: 84px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .bx_scu_scroller_container,
  html.hw-pdp-native-layout #main .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .bx_scu_scroller_container {
    height: 92px !important;
    max-height: 92px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .list_values_wrapper > li {
    width: 44px !important;
    height: 38px !important;
    border-radius: 8px !important;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-breadcrumbs {
    height: 40px !important;
    max-height: 40px !important;
    overflow: visible !important;
    white-space: normal !important;
    transform: translateY(2px) scaleY(0.875) !important;
    transform-origin: top left !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-breadcrumbs span:nth-last-child(2) {
    max-width: 118px !important;
    white-space: normal !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big .stickers {
    top: 18px !important;
    left: 18px !important;
    gap: 5px !important;
    flex-wrap: nowrap !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big .stickers [class*="sticker_"] {
    min-height: 28px !important;
    padding: 6px 8px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .sku_props .list_values_wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-rows: 74px !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-height: 156px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .sku_props .bx_scu,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .sku_props .bx_scu_scroller_container {
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .sku_props .list_values_wrapper > li {
    width: 100% !important;
    height: 74px !important;
    min-width: 0 !important;
    border: 1px solid #e8e3df !important;
    border-radius: 12px !important;
    background: #fff !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .sku_props .list_values_wrapper > li .cnt1,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .sku_props .list_values_wrapper > li .cnt_item {
    width: 100% !important;
    height: 52px !important;
    border-radius: 11px 11px 6px 6px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .sku_props .list_values_wrapper > li[data-hw-offer-code]::after {
    bottom: 6px !important;
    font-size: 12px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-palette-toggle {
    min-height: 48px !important;
    font-size: 16px !important;
    text-align: center !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-palette-toggle::after {
    content: none !important;
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-mobile-breadcrumbs span:nth-last-child(2)::after {
    content: none !important;
  }
}

/* Native PDP icon/badge centering: keep all visible chips optically aligned. */
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-badges > span,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big .stickers [class*="sticker_"],
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale-number .value,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale-number .inner-sale,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__saving,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__status,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__urgency,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card [data-hw-promo-toggle],
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-palette-toggle,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-back,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-back__icon {
  align-items: center !important;
  box-sizing: border-box !important;
  justify-content: center !important;
  text-align: center !important;
  vertical-align: middle !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-badges > span,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big .stickers [class*="sticker_"],
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale-number .value,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale-number .inner-sale,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__saving,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__status,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__urgency {
  display: inline-flex !important;
  line-height: 1 !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale-number {
  align-items: center !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale-number .value,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale-number .inner-sale {
  min-height: 24px !important;
  padding: 4px 8px !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big .stickers [class*="sticker_"] {
  height: 28px !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .sku_props .list_values_wrapper > li[data-hw-offer-code]::after {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-back__icon {
  display: inline-flex !important;
  position: relative !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-back__icon::before {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-40%, -50%) rotate(45deg) !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-palette-toggle::before,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-palette-toggle::after,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card [data-hw-promo-toggle]::before,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card [data-hw-promo-toggle]::after {
  flex: 0 0 auto !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-palette-toggle,
html.hw-pdp-native-layout .hw-pdp-native-palette-toggle {
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

/* Native promo card: keep ASPro promo data/links in DOM, render the accepted public shell. */
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  box-sizing: border-box !important;
  height: auto !important;
  min-height: 127px !important;
  max-height: none !important;
  padding: 14px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 12px !important;
  background-color: #f8f8f8 !important;
  background-image: linear-gradient(135deg, rgba(255, 75, 55, 0.08), rgba(255, 255, 255, 0.86) 58%, rgba(255, 214, 71, 0.1)) !important;
  box-shadow: none !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .item-views,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact__list,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact__icons,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact__title,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact-item {
  display: none !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card::after,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__urgency::after {
  content: none !important;
  display: none !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__shell {
  display: grid !important;
  gap: 12px !important;
  min-width: 0 !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__top,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__main,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__bottom {
  display: flex !important;
  min-width: 0 !important;
  align-items: center !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__top {
  gap: 10px !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__icon {
  display: inline-flex !important;
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ff4b37 !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__icon svg {
  width: 100% !important;
  height: 100% !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__eyebrow {
  display: block !important;
  min-width: 0 !important;
  color: var(--hw-ink-2, #5f5755) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__discount {
  display: inline-flex !important;
  min-width: 0 !important;
  margin-left: auto !important;
  padding: 8px 9px !important;
  border-radius: 9px !important;
  background: #ff4b37 !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: 0 10px 22px rgba(255, 75, 55, 0.2) !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__discount[hidden],
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__saving[hidden] {
  display: none !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__main {
  gap: 10px !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__title {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
  color: var(--hw-ink, #3f3736) !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  text-decoration: none !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__saving {
  display: inline-block !important;
  flex: 0 0 auto !important;
  max-width: 78px !important;
  color: var(--hw-ink-2, #5f5755) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  text-align: right !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__saving b {
  display: block !important;
  color: var(--hw-ink, #3f3736) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__bottom {
  gap: 12px !important;
  justify-content: space-between !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__status,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__urgency {
  display: inline-flex !important;
  min-width: 0 !important;
  align-items: center !important;
  color: var(--hw-ink-2, #5f5755) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__status i {
  width: 9px !important;
  height: 9px !important;
  flex: 0 0 9px !important;
  margin-right: 9px !important;
  border-radius: 999px !important;
  background: #25ad2e !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card[data-hw-stock-state="Нет в наличии"] .hw-pdp-native-promo-card__status i {
  background: #ff4b37 !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__status::before {
  content: none !important;
  display: none !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__urgency {
  flex: 0 0 auto !important;
  gap: 6px !important;
  white-space: nowrap !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__urgency-icon {
  display: inline-flex !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ff4b37 !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__urgency-icon svg {
  width: 100% !important;
  height: 100% !important;
  fill: currentColor !important;
}

@media (min-width: 992px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card {
    height: 132px !important;
    min-height: 132px !important;
    max-height: 132px !important;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card {
    height: 127px !important;
    min-height: 127px !important;
    max-height: 127px !important;
  }
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .hw-pdp-native-palette-toggle {
  text-align: center !important;
}

html.hw-pdp-native-layout .catalog_detail.element_hollywool_native .hw-pdp-native-palette-toggle::after,
html.hw-pdp-native-layout .hw-pdp-native-palette-toggle::after,
html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .hw-pdp-native-palette-toggle::after {
  text-align: center !important;
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 9px 10px !important;
    max-width: 100% !important;
    min-height: 65px !important;
    margin: 4px 2px 0 !important;
    padding: 0 !important;
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail::before {
    content: "от" !important;
    display: block !important;
    order: 1 !important;
    color: #555 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 14px !important;
    text-transform: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .js_price_wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .js_price_wrapper > .price_matrix_wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .prices-wrapper {
    display: contents !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .with_matrix[style*="display:none"],
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .with_matrix[style*="display: none"] {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .price.font-bold,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .price_value_block {
    display: inline-flex !important;
    order: 2 !important;
    align-items: baseline !important;
    min-width: 0 !important;
    color: #333 !important;
    font-family: var(--hw-pdp-font-family, inherit) !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    font-variant-numeric: tabular-nums !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .price.font-bold .price_value,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .price_value_block .price_value,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .price.font-bold .price_currency,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .price_value_block .price_currency {
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .price.discount {
    display: inline-flex !important;
    order: 3 !important;
    align-items: baseline !important;
    color: #666 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-decoration: line-through !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .price.discount .values_wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .price.discount .price_value,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .price.discount .price_currency {
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
    text-decoration: inherit !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .price_measure[data-hw-price-unit="1"] {
    display: block !important;
    order: 4 !important;
    margin-left: -6px !important;
    color: #666 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 12px !important;
    white-space: nowrap !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale_block {
    display: block !important;
    order: 5 !important;
    flex: 0 0 100% !important;
    margin: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale_wrapper {
    display: block !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale-number {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale-number .value,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale-number .inner-sale {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 24px !important;
    height: 24px !important;
    padding: 6px 9px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: #ffe66d !important;
    color: #3b2f12 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 12px !important;
    white-space: nowrap !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale-number .inner-sale {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale-number .inner-sale .text,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale-number .inner-sale .values_wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale-number .inner-sale .price_value,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-action .cost.prices.detail .sale-number .inner-sale .price_currency {
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-badges > span {
    min-height: 24px !important;
    padding: 4px 8px !important;
    font-size: 12px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-main {
    border-color: #ececec !important;
    margin-top: 6px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-thumbs .item,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery .detail-gallery-big-slider-thumbs .swiper-slide {
    flex: 0 0 62px !important;
    width: 62px !important;
    min-width: 62px !important;
    max-width: 62px !important;
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    border-color: #f2f2f2 !important;
    border-radius: 7px !important;
    margin-top: -4px !important;
  }
}

html.hw-pdp-native-layout .hw-pdp-native-mobile-favorite,
html.hw-pdp-native-layout .hw-pdp-native-mobile-chat {
  display: none;
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout body#main #jivo-iframe-container {
    right: -96px !important;
    bottom: calc(18px + env(safe-area-inset-bottom)) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: scale(0.01) !important;
    transform-origin: right bottom !important;
    z-index: 2147482030 !important;
  }

  html.hw-pdp-native-layout body#main #jivo_container {
    transform-origin: right bottom !important;
  }

  html.hw-pdp-native-layout body#main jdiv#jcont:not(:has(textarea)) {
    right: -96px !important;
    bottom: calc(18px + env(safe-area-inset-bottom)) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: scale(0.01) !important;
    transform-origin: right bottom !important;
  }

  html.hw-pdp-native-layout body#main jdiv[class*="__jivoMobileButton"],
  html.hw-pdp-native-layout body#main jdiv[class*="__jivoMobileButton"] *,
  html.hw-pdp-native-layout body#main jdiv[class*="container__"]:not(:has(textarea)),
  html.hw-pdp-native-layout body#main jdiv.jv-pseudo-height {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  html.hw-pdp-native-layout body#main jdiv#jcont:has(textarea) {
    right: 10px !important;
    bottom: calc(160px + env(safe-area-inset-bottom)) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: scale(0.82) !important;
    transform-origin: right bottom !important;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: 50px auto !important;
    column-gap: 12px !important;
    row-gap: 12px !important;
    box-sizing: border-box !important;
    width: 358px !important;
    max-width: 100% !important;
    min-height: 231px !important;
    margin: 0 !important;
    padding: 14px !important;
    border: 1px solid #ececec !important;
    border-radius: 12px !important;
    background: #fff !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .bx_catalog_item_scu,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .item_wrapper,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .bx_item_detail_scu {
    display: contents !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .bx_item_section_name {
    display: flex !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-items: flex-start !important;
    min-width: 0 !important;
    width: 170px !important;
    height: 50px !important;
    margin: 0 !important;
    color: #555 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    text-transform: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .bx_item_section_name strong {
    color: #333 !important;
    font: inherit !important;
    font-weight: 700 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .hw-pdp-native-palette-toggle {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: start !important;
    justify-self: end !important;
    width: 146px !important;
    height: 43px !important;
    min-height: 43px !important;
    margin: 3px 0 0 !important;
    padding: 0 12px !important;
    border-color: #ececec !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #555 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .bx_scu_scroller_container {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 342px !important;
    max-width: 100% !important;
    height: 140px !important;
    max-height: 140px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .list_values_wrapper {
    grid-template-columns: repeat(4, 60px) !important;
    gap: 8px 12px !important;
    width: 342px !important;
    max-width: 100% !important;
    height: 140px !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .product-main .hw-pdp-native-palette-enhanced .sku_props .list_values_wrapper > li {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    border-radius: 8px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy {
    box-sizing: border-box !important;
    height: 86px !important;
    min-height: 86px !important;
    padding: 7px 8px !important;
    border: 1px solid var(--hw-pdp-muted-line-color, #ececec) !important;
    border-radius: 12px !important;
    background: rgba(255, 253, 249, 0.97) !important;
    box-shadow: 0 10px 28px rgba(46, 41, 37, 0.16) !important;
    color: #333 !important;
    font-size: 16px !important;
    line-height: 25px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .counter_wrapp.hw-pdp-native-mobile-buybar-row {
    display: grid !important;
    grid-template-columns: 42px auto 44px !important;
    grid-template-rows: 20px 46px !important;
    justify-content: center !important;
    gap: 5px 8px !important;
    align-items: center !important;
    width: 100% !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-mobile-buybar-cta {
    grid-column: 2 !important;
    grid-row: 2 !important;
    width: auto !important;
    min-width: 0 !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-mobile-buybar-row .counter_block {
    display: none !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-mobile-favorite,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-mobile-chat {
    appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    cursor: pointer !important;
    font: inherit !important;
    line-height: 1 !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-mobile-favorite {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    border: 1px solid var(--hw-pdp-muted-line-color, var(--hw-line, #ececec)) !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: #333 !important;
    font-size: 23px !important;
    font-weight: 400 !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-mobile-chat {
    position: relative !important;
    grid-column: 3 !important;
    grid-row: 2 !important;
    width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin-left: -4px !important;
    align-self: end !important;
    overflow: visible !important;
    border: 1px solid rgba(255, 255, 255, 0.82) !important;
    border-radius: 50% !important;
    background: rgba(217, 207, 211, 0.92) !important;
    box-shadow: 0 12px 28px rgba(44, 37, 40, 0.18) !important;
    color: #33394a !important;
    font-size: 17px !important;
    line-height: 25px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-mobile-chat > span {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background: currentColor !important;
    transform: translate(-50%, -50%) !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-mobile-chat > span::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: -2px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 0 0 8px 0 !important;
    background: currentColor !important;
    transform: rotate(24deg) !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-mobile-chat > i {
    position: absolute !important;
    right: -3px !important;
    top: -5px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    background: #f3342f !important;
    color: #fff !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-cart,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .in-cart,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-subscribe,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-order {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: clamp(220px, 58vw, 264px) !important;
    min-width: 0 !important;
    max-width: 264px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 12px 21px 11px !important;
    border: 0 !important;
    border-color: rgb(85, 73, 73) !important;
    border-radius: 26px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 21.4286px !important;
    text-align: center !important;
    text-transform: none !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-subscribe {
    background: #555 !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-mobile-buybar-offer {
    display: grid !important;
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    grid-template-columns: auto minmax(0, 1fr) auto auto !important;
    gap: 5px !important;
    align-items: baseline !important;
    width: min(calc(100vw - 38px), 412px) !important;
    margin-right: -12px !important;
    margin-left: -12px !important;
    min-height: 20px !important;
    color: #555 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-mobile-buybar-offer strong,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-mobile-buybar-offer small {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-mobile-buybar-offer strong {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-mobile-buybar-offer em {
    min-width: max-content !important;
    padding: 1px 7px !important;
    border-radius: 999px !important;
    background: #f8f8f8 !important;
    color: #555 !important;
    font-size: 12px !important;
    font-style: normal !important;
    line-height: 1.45 !important;
    white-space: nowrap !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-mobile-buybar-offer small {
    color: #666 !important;
    font-size: 12px !important;
    text-align: right !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-cart[style*="display: none"],
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-cart[style*="display:none"],
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .in-cart[style*="display: none"],
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .in-cart[style*="display:none"] {
    display: none !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-cart > .svg,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .in-cart > .svg,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-subscribe > .svg,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-order > .svg {
    display: none !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-cart span,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .in-cart span,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-subscribe span,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-order span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    white-space: nowrap !important;
  }

  @media (max-width: 360px) {
    html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .counter_wrapp.hw-pdp-native-mobile-buybar-row {
      grid-template-columns: 40px minmax(0, 1fr) 42px !important;
    }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-mobile-favorite {
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
  }

    html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-mobile-chat {
      width: 42px !important;
      height: 42px !important;
      min-height: 42px !important;
      margin-left: -6px !important;
    }

    html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-cart,
    html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .in-cart,
    html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-subscribe,
    html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .to-order {
      width: 100% !important;
      font-size: 14px !important;
    }
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .tab-pane.hw-pdp-native-linked-pane {
    padding: 14px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel {
    display: flex !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-padding-inline: 0 !important;
    scroll-snap-type: x mandatory !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-stage-outer,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-stage,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-item {
    display: contents !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-nav,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-dots {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-item.cloned,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .stickers {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 112.875px minmax(0, 1fr) !important;
    grid-template-rows: auto minmax(0, 1fr) auto !important;
    align-items: start !important;
    box-sizing: border-box !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 219px !important;
    height: 219px !important;
    padding: 12px !important;
    gap: 10px 14px !important;
    border: 1px solid var(--hw-line, var(--hw-pdp-muted-line-color, #ececec)) !important;
    border-radius: 0 !important;
    background: var(--hw-elev, var(--hw-pdp-card-bg, #fff)) !important;
    box-shadow: none !important;
    scroll-snap-align: start !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .catalog_item_wrapp,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .inner_wrap {
    display: contents !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    align-self: start !important;
    width: 112.875px !important;
    min-width: 112.875px !important;
    height: 112.875px !important;
    min-height: 112.875px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block a,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block img {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item_info {
    display: grid !important;
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    align-self: start !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    gap: 6px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .dark_link {
    display: block !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    color: var(--hw-ink, #333) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .article_block,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .props_list_wrapp,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .sku_props {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-stock,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .sa_block,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .cost {
    grid-column: 2 !important;
    color: var(--hw-ink-2, #555) !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block {
    position: absolute !important;
    display: flex !important;
    left: 12px !important;
    right: auto !important;
    bottom: 17px !important;
    align-items: center !important;
    width: 264px !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 4px 0 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .footer-button,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .button_block {
    display: flex !important;
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 4px 0 0 !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-cart,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .in-cart,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-order {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 264px !important;
    max-width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--hw-theme, #554949) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split [data-hw-native-lower-buy="1"] .to-cart[style*="display: none"],
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split [data-hw-native-lower-buy="1"] .to-cart[style*="display:none"],
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split [data-hw-native-lower-buy="1"] .in-cart[style*="display: none"],
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split [data-hw-native-lower-buy="1"] .in-cart[style*="display:none"] {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .in-cart {
    align-items: center !important;
    justify-content: center !important;
    width: 264px !important;
    max-width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--hw-theme, #554949) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews {
    padding: 14px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews #reviews {
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews .blog-comments {
    display: flex !important;
    align-items: stretch !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 0 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-padding-inline: 0 !important;
    scroll-snap-type: x mandatory !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews:not(.is-comment-form-open) .blog-comments > a,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews:not(.is-comment-form-open) .blog-comments > .reviews_sort,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews:not(.is-comment-form-open) .blog-comments > .blog-add-comment,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews:not(.is-comment-form-open) .blog-comments > .blog-comment-nav,
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews:not(.is-comment-form-open) .blog-comments > div[id^="form_comment_"],
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews .blog-comments > div[id^="new_comment_cont_"]:empty {
    display: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews.is-comment-form-open .blog-comments {
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews.is-comment-form-open .blog-comments > div[id^="form_comment_"]:not([id="form_comment_"]),
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews.is-comment-form-open .blog-comments > div[id^="new_comment_cont_"]:not(:empty) {
    display: block !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    order: -3 !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment_"],
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment-"],
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews .blog-comments > .blog-comment {
    box-sizing: border-box !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    height: 360px !important;
    max-height: 360px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--hw-surface-border, var(--hw-line, #ececec)) !important;
    border-radius: 3px !important;
    background: var(--hw-elev, #fff) !important;
    color: var(--hw-ink, #333) !important;
    overflow: hidden !important;
    scroll-snap-align: start !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews .blog-comment-cont {
    padding: 16px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews .blog-comment-info {
    display: grid !important;
    gap: 6px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-lower-reviews .comment-text__text {
    font-size: 15px !important;
    line-height: 1.5 !important;
    overflow: hidden !important;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock {
    display: block !important;
    box-sizing: border-box !important;
    height: 142px !important;
    min-height: 142px !important;
    padding: 7px 8px !important;
    border: 1px solid var(--hw-pdp-muted-line-color, var(--hw-line, #ececec)) !important;
    border-radius: 12px !important;
    background: rgba(255, 253, 249, 0.97) !important;
    box-shadow: 0 10px 28px rgba(46, 41, 37, 0.16) !important;
    color: #333 !important;
    font-size: 16px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .counter_wrapp.hw-pdp-native-mobile-buybar-row {
    grid-template-columns: 42px clamp(220px, 58vw, 264px) 44px !important;
    grid-template-rows: 20px 52px 46px !important;
    gap: 4px 8px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy .hw-pdp-native-mobile-buybar-qty {
    display: none !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .hw-pdp-native-mobile-buybar-offer {
    display: grid !important;
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    grid-template-columns: auto minmax(0, 1fr) auto auto !important;
    justify-self: center !important;
    width: min(calc(100vw - 38px), 412px) !important;
    gap: 5px !important;
    align-items: baseline !important;
    min-height: 20px !important;
    color: #555 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .hw-pdp-native-mobile-buybar-offer strong,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .hw-pdp-native-mobile-buybar-offer small {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .hw-pdp-native-mobile-buybar-offer strong {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .hw-pdp-native-mobile-buybar-offer small {
    color: #666 !important;
    font-size: 12px !important;
    text-align: right !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .hw-pdp-native-mobile-buybar-offer em {
    min-width: max-content !important;
    padding: 1px 7px !important;
    border-radius: 999px !important;
    background: var(--hw-paper, #f8f8f8) !important;
    color: #555 !important;
    font-size: 12px !important;
    font-style: normal !important;
    line-height: 1.45 !important;
    white-space: nowrap !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .hw-pdp-native-mobile-buybar-qty {
    display: grid !important;
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    grid-template-columns: 47.2188px minmax(0, 1fr) 108px !important;
    justify-self: center !important;
    width: min(calc(100vw - 38px), 412px) !important;
    gap: 4px 6px !important;
    align-items: center !important;
    color: #555 !important;
    font-size: 14px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .hw-pdp-native-mobile-buybar-qty > span,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .hw-pdp-native-mobile-buybar-qty > small {
    display: inline-flex !important;
    align-items: center !important;
    min-width: 0 !important;
    height: 25px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 25px !important;
    white-space: nowrap !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .hw-pdp-native-mobile-buybar-qty > span {
    overflow: visible !important;
    text-overflow: clip !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .hw-pdp-native-mobile-buybar-qty > small {
    color: #666 !important;
    font-size: 13px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .hw-pdp-native-mobile-buybar-qty .counter_block_inner {
    display: block !important;
    grid-column: 3 !important;
    grid-row: 1 !important;
    width: 108px !important;
    min-width: 108px !important;
    height: 52px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .hw-pdp-native-mobile-buybar-row .counter_block {
    position: static !important;
    display: grid !important;
    grid-template-columns: 34px 38px 34px !important;
    align-items: center !important;
    justify-content: normal !important;
    width: 108px !important;
    min-width: 108px !important;
    height: 52px !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--hw-pdp-muted-line-color, #ececec) !important;
    border-radius: 999px !important;
    background: #fff !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .counter_block .minus,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .counter_block .plus {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 50px !important;
    min-height: 50px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--hw-pdp-text, #333) !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .counter_block .minus > *,
  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .counter_block .plus > * {
    display: none !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .counter_block .minus {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .counter_block .minus::before {
    content: "-" !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .counter_block .plus {
    grid-column: 3 !important;
    grid-row: 1 !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .counter_block .plus::before {
    content: "+" !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .counter_block input {
    position: static !important;
    display: flex !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    text-align: center !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .hw-pdp-native-mobile-favorite {
    grid-column: 1 !important;
    grid-row: 3 !important;
    color: #333 !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .hw-pdp-native-mobile-buybar-cta {
    grid-column: 2 !important;
    grid-row: 3 !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .hw-pdp-native-mobile-chat {
    grid-column: 3 !important;
    grid-row: 3 !important;
  }

  html.hw-pdp-native-layout.hw-pdp-native-installment-visible body {
    padding-bottom: 232px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-installment-tray {
    position: fixed !important;
    right: 10px !important;
    bottom: calc(142px + 18px + env(safe-area-inset-bottom)) !important;
    left: 10px !important;
    z-index: 9996 !important;
    display: grid !important;
    max-width: 410px !important;
    margin: 0 auto !important;
    padding: 10px !important;
    overflow: hidden !important;
    border: 1px solid var(--hw-pdp-muted-line-color) !important;
    border-radius: 12px 12px 10px 10px !important;
    background: #fff !important;
    box-shadow: 0 -8px 20px rgba(46, 41, 37, 0.08) !important;
    transition: max-height 0.18s ease, padding 0.18s ease, transform 0.18s ease !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-installment-tray[hidden] {
    display: none !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-installment-tray__toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    min-width: 118px !important;
    min-height: 34px !important;
    margin: 0 0 6px !important;
    padding: 0 14px !important;
    border: 1px solid var(--hw-pdp-muted-line-color) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--hw-pdp-text) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    box-shadow: 0 8px 18px rgba(46, 41, 37, 0.08) !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-installment-tray__mark {
    display: inline-flex !important;
    gap: 2px !important;
    align-items: flex-end !important;
    width: 18px !important;
    height: 14px !important;
    margin-right: 8px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-installment-tray__mark i {
    display: block !important;
    width: 4px !important;
    border-radius: 999px !important;
    background: currentColor !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-installment-tray__mark i:nth-child(1) {
    height: 7px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-installment-tray__mark i:nth-child(2) {
    height: 11px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-installment-tray__mark i:nth-child(3) {
    height: 14px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-installment-tray__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    color: var(--hw-pdp-text) !important;
    font-size: 13px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-installment-tray__head strong {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 14px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-installment-tray__payments {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 5px !important;
    margin-top: 8px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-installment-tray__payment {
    display: grid !important;
    gap: 2px !important;
    min-width: 0 !important;
    padding: 7px 5px !important;
    border-radius: 8px !important;
    background: var(--hw-pdp-soft-bg, #f7f3ef) !important;
    color: var(--hw-pdp-text) !important;
    text-align: center !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-installment-tray__payment b,
  html.hw-pdp-native-layout .hw-pdp-native-installment-tray__payment small {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-installment-tray__payment b {
    font-size: 12px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-installment-tray__payment small {
    color: var(--hw-pdp-muted-text, #8b817b) !important;
    font-size: 10px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-installment-tray.is-collapsed {
    max-height: 46px !important;
    padding: 6px 10px !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-installment-tray.is-collapsed > :not(.hw-pdp-native-installment-tray__toggle) {
    display: none !important;
  }

  html.hw-pdp-native-layout .hw-pdp-native-installment-tray.is-collapsed .hw-pdp-native-installment-tray__toggle {
    margin-bottom: 0 !important;
  }

  @media (max-width: 360px) {
    html.hw-pdp-native-layout .hw-pdp-native-mobile-fixed-buy.hw-pdp-native-mobile-buybar-in-stock .counter_wrapp.hw-pdp-native-mobile-buybar-row {
      grid-template-columns: 40px minmax(0, 1fr) 42px !important;
    }
  }
}

/* Native lower blocks: terminal public-parity override. Keep after lower carousel rules. */
@media (min-width: 768px) {
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split {
    width: min(calc(100vw - 108px), 1332px) !important;
    margin-top: 121px !important;
    margin-left: 24px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split > .tabs {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split > .tab-content {
    display: grid !important;
    gap: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .tab-pane.hw-pdp-native-linked-pane {
    box-sizing: border-box !important;
    height: 653px !important;
    min-height: 653px !important;
    max-height: 653px !important;
    padding: 28px !important;
    border: 1px solid var(--hw-surface-border) !important;
    border-radius: 16px !important;
    background: var(--hw-surface-bg) !important;
    box-shadow: var(--hw-surface-shadow) !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .tab-pane.hw-pdp-native-linked-pane:first-child {
    height: 657px !important;
    min-height: 657px !important;
    max-height: 657px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .hw-pdp-native-linked-heading {
    min-height: 43px !important;
    margin: 0 0 18px !important;
    color: var(--hw-ink) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 25px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel {
    display: flex !important;
    gap: 18px !important;
    width: 100% !important;
    height: 538px !important;
    margin: 0 !important;
    padding: 0 0 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-stage-outer {
    width: 100% !important;
    height: 526px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-stage {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    left: 0 !important;
    width: max-content !important;
    min-width: 100% !important;
    height: 526px !important;
    margin: 0 !important;
    transform: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-item.cloned {
    display: none !important;
    flex: 0 0 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-item:not(.cloned) {
    flex: 0 0 305px !important;
    width: 305px !important;
    min-width: 305px !important;
    max-width: 305px !important;
    height: 526px !important;
    min-height: 526px !important;
    max-height: 526px !important;
    margin: 0 !important;
    scroll-snap-align: start !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .catalog_item_wrapp,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .inner_wrap {
    box-sizing: border-box !important;
    width: 305px !important;
    min-width: 305px !important;
    max-width: 305px !important;
    height: 526px !important;
    min-height: 526px !important;
    max-height: 526px !important;
    margin: 0 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .catalog_item_wrapp,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .inner_wrap {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 227px auto auto auto 1fr 42px !important;
    gap: 10px !important;
    padding: 24px !important;
    border: 1px solid var(--hw-line, var(--stroke_black, #ececec)) !important;
    border-radius: 0 !important;
    background: var(--hw-elev, var(--card_bg_black, #fff)) !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .like_icons,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .fast_view_button,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .compare_item_button,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .stickers {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block {
    grid-row: 1 !important;
    justify-self: center !important;
    width: 227px !important;
    height: 227px !important;
    min-height: 227px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block a,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block .thumb,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item-nav {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item:not(._active) {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item_info,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item_info--top_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item_info--bottom_block {
    display: contents !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating {
    grid-row: 2 !important;
    width: 100% !important;
    min-height: 20px !important;
    margin: 0 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .dark_link {
    grid-row: 3 !important;
    width: 100% !important;
    min-height: 22px !important;
    color: var(--hw-ink, var(--basic_text_black, #333)) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 22px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .sa_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-stock {
    grid-row: 4 !important;
    width: 100% !important;
    margin: 0 !important;
    color: var(--hw-ink-2, var(--light_basic_text_black, #555)) !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .cost {
    grid-row: 5 !important;
    width: 100% !important;
    margin: 0 !important;
    color: var(--hw-ink, var(--basic_text_black, #333)) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 24px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .icons-basket-wrapper.offer_buy_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .button_block {
    position: static !important;
    grid-row: 6 !important;
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-cart,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .in-cart,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-order {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: var(--hw-theme, var(--theme-base-color, #554949)) !important;
    color: var(--white_text_black, #fff) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-cart[style*="display: none"],
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-cart[style*="display:none"],
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .in-cart[style*="display: none"],
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .in-cart[style*="display:none"],
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-order[style*="display: none"],
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-order[style*="display:none"] {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews {
    display: grid !important;
    gap: 12px !important;
    padding: 14px 0 0 !important;
    border: 0 !important;
    border-top: 1px solid var(--hw-line, #ececec) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__head {
    display: grid !important;
    grid-template-columns: 42px 42px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 6px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__head h2 {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--hw-ink, #333) !important;
    font-family: var(--hw-font-family, inherit) !important;
    font-size: clamp(22px, 6.4vw, 28px) !important;
    font-weight: 500 !important;
    line-height: 1.14 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow: visible !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__actions {
    display: contents !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__actions button {
    appearance: none !important;
    display: grid !important;
    place-items: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    background: var(--hw-elev, #fff) !important;
    box-shadow: inset 0 0 0 1px var(--hw-line, #ececec) !important;
    color: var(--hw-ink-2, #555) !important;
    cursor: pointer !important;
    font-family: var(--hw-font-family, inherit) !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__actions .show-comment {
    grid-column: 3 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 1px solid var(--hw-ink, #333) !important;
    border-radius: 999px !important;
    background: var(--hw-theme, #554949) !important;
    color: var(--hw-bg, #fff) !important;
    font-family: var(--hw-font-family, inherit) !important;
    font-size: var(--hw-review-control-size, 14px) !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews .ordered-block__title,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews .bx-catalog-tab-list1,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews .reviews_sort,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews .blog-comment-nav,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews .blog-comments > a,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews .blog-comments > .blog-add-comment {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews_content {
    margin: 0 !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments {
    display: flex !important;
    align-items: stretch !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 0 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-padding-inline: 0 !important;
    scroll-snap-type: x mandatory !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment_"],
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment-"],
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > .blog-comment {
    box-sizing: border-box !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    height: 360px !important;
    max-height: 360px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--hw-line, #ececec) !important;
    border-radius: 0 !important;
    background: var(--hw-elev, #fff) !important;
    color: var(--hw-ink, #333) !important;
    font-family: var(--hw-font-family, inherit) !important;
    font-size: var(--hw-review-body-size, 15px) !important;
    overflow: hidden !important;
    scroll-snap-align: start !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment-cont {
    display: grid !important;
    align-content: start !important;
    gap: 12px !important;
    min-height: 100% !important;
    padding: 16px !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment-cont-white {
    height: 100% !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment-info {
    display: grid !important;
    gap: 6px !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-author {
    color: var(--hw-ink, #333) !important;
    font-size: var(--hw-review-author-size, 16px) !important;
    font-weight: 700 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-post-date,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment-date,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment-approve {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .votes_block {
    margin: 0 !important;
    color: var(--hw-review-star, #a66a2c) !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .comment-text__title {
    margin: 8px 0 -4px !important;
    color: var(--hw-ink, #333) !important;
    font-size: var(--hw-review-title-size, 15px) !important;
    font-weight: 700 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .comment-text__text {
    display: -webkit-box !important;
    overflow: hidden !important;
    color: var(--hw-ink-2, #555) !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 8 !important;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split {
    margin-top: -29px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews {
    margin-top: -25px !important;
  }
}

@media (min-width: 768px) {
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-stage-outer {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    left: -17px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-nav,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-dots {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .icons-basket-wrapper.offer_buy_block.ce_cmp_hidden {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block.ce_cmp_visible,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block.ce_cmp_visible .button_block {
    position: static !important;
    grid-row: 6 !important;
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block.ce_cmp_visible .in-cart[style*="display:none"],
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block.ce_cmp_visible .in-cart[style*="display: none"] {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .icons-basket-wrapper.offer_buy_block.ce_cmp_hidden,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .icons-basket-wrapper.offer_buy_block.ce_cmp_hidden .button_block {
    position: static !important;
    grid-row: 6 !important;
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .icons-basket-wrapper.offer_buy_block.ce_cmp_hidden .in-cart[style*="display:none"],
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .icons-basket-wrapper.offer_buy_block.ce_cmp_hidden .in-cart[style*="display: none"] {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .icons-basket-wrapper.offer_buy_block.ce_cmp_hidden .to-cart {
    width: 100% !important;
    color: #fff !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .footer_button,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block.ce_cmp_visible {
    display: none !important;
  }
}

/* Native lower blocks: terminal public-style heading/card polish. */
html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .hw-pdp-native-linked-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: 8px 10px !important;
  min-width: 0 !important;
  padding: 0 !important;
}

html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .hw-pdp-native-linked-title {
  min-width: 0 !important;
  color: var(--hw-ink, var(--basic_text_black, #333)) !important;
  font-family: var(--hw-font-family, inherit) !important;
  font-weight: 500 !important;
  line-height: 1.14 !important;
  text-align: left !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .hw-pdp-native-linked-actions {
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 6px !important;
  min-width: 82px !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .hw-pdp-native-linked-actions button {
  appearance: none !important;
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  background: var(--hw-elev, var(--card_bg_black, #fff)) !important;
  box-shadow: inset 0 0 0 1px var(--hw-line, var(--stroke_black, #ececec)) !important;
  color: var(--hw-ink-2, var(--light_basic_text_black, #555)) !important;
  cursor: pointer !important;
  font-family: var(--hw-font-family, inherit) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .hw-pdp-native-linked-title {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .tab-pane.hw-pdp-native-linked-pane {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    gap: 12px !important;
    height: auto !important;
    min-height: 317px !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .hw-pdp-native-linked-heading {
    grid-template-columns: minmax(0, 1fr) 82px !important;
    min-height: 59px !important;
    margin: 0 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .hw-pdp-native-linked-title {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: clamp(22px, 6.4vw, 28px) !important;
    line-height: 1.14 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel {
    display: flex !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    height: 242px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-padding-inline: 0 !important;
    scroll-snap-type: x mandatory !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-stage-outer,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-stage,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-item {
    display: contents !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel .owl-item.cloned,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .stickers,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .like_icons,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .fast_view_button,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .compare_item_button {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(112px, 34%) minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto auto 54px !important;
    align-items: start !important;
    box-sizing: border-box !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 219px !important;
    min-height: 219px !important;
    max-height: 219px !important;
    margin: 0 !important;
    padding: 12px !important;
    gap: 10px 14px !important;
    border: 1px solid var(--hw-line, var(--hw-pdp-muted-line-color, #ececec)) !important;
    border-radius: 0 !important;
    background: var(--hw-elev, var(--hw-pdp-card-bg, #fff)) !important;
    box-shadow: none !important;
    color: var(--hw-ink, var(--basic_text_black, #333)) !important;
    overflow: hidden !important;
    scroll-snap-align: start !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .catalog_item_wrapp,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .inner_wrap,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item_info,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item_info--top_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item_info--bottom_block {
    display: contents !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block {
    grid-column: 1 !important;
    grid-row: 1 / span 4 !important;
    align-self: start !important;
    justify-self: stretch !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 120px !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    padding: 14px !important;
    overflow: hidden !important;
    background: var(--hw-bg, #fff) !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block a,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item-nav {
    position: static !important;
    display: contents !important;
    width: auto !important;
    height: auto !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item:not(._active) {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block img {
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-height: 16px !important;
    margin: 0 !important;
    color: #d6d1ca !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .dark_link {
    grid-column: 2 !important;
    grid-row: 2 !important;
    display: block !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    color: var(--hw-ink, #333) !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .sa_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-stock {
    grid-column: 2 !important;
    grid-row: 3 !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--hw-moss, var(--hw-ink-3, #554949)) !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.22 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .cost {
    grid-column: 2 !important;
    grid-row: 4 !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--hw-ink, #333) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.16 !important;
    overflow: visible !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .article_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .props_list_wrapp,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .sku_props {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block {
    position: static !important;
    grid-column: 1 / -1 !important;
    grid-row: 5 !important;
    justify-self: start !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(100%, 264px) !important;
    min-width: min(100%, 220px) !important;
    max-width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    overflow: visible !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block .button_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .footer-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-cart,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .in-cart,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .to-order {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    width: min(100%, 264px) !important;
    min-width: min(100%, 220px) !important;
    max-width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--hw-theme, #554949) !important;
    color: var(--hw-bg, #fff) !important;
    font-family: var(--hw-font-family, inherit) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: none !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card {
    min-height: 365px !important;
    max-height: 365px !important;
    padding: 0 0 18px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--hw-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-description-title {
    appearance: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    width: 100% !important;
    min-height: 56px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--hw-ink) !important;
    cursor: default !important;
    font: inherit !important;
    font-size: 18px !important;
    text-align: left !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-description-title span {
    position: relative !important;
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-description-title span::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 3px !important;
    right: 3px !important;
    height: 1px !important;
    background: var(--hw-ink) !important;
  }

  html.hw-pdp-native-layout .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card:not(.is-expanded) .hw-pdp-native-description-pane {
    max-height: 246px !important;
  }
}
/* Native lower blocks: EOF desktop override, intentionally last. */
@media (min-width: 768px) {
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .catalog_item_wrapp {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 255px 25px 42px 25px 25px 42px !important;
    gap: 10px !important;
    box-sizing: border-box !important;
    width: 305px !important;
    min-width: 305px !important;
    max-width: 305px !important;
    height: 526px !important;
    min-height: 526px !important;
    max-height: 526px !important;
    margin: 0 !important;
    padding: 24px !important;
    border: 1px solid var(--hw-line, var(--stroke_black, #ececec)) !important;
    border-radius: 0 !important;
    background: var(--hw-elev, var(--card_bg_black, #fff)) !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .inner_wrap {
    display: contents !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block {
    grid-row: 1 !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 255px !important;
    height: 255px !important;
    min-height: 255px !important;
    margin: 0 !important;
    padding: 14px !important;
    background: transparent !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block img {
    position: static !important;
    display: block !important;
    width: 227px !important;
    height: 227px !important;
    max-width: 227px !important;
    max-height: 227px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating {
    grid-row: 2 !important;
    width: 255px !important;
    height: 25px !important;
    min-height: 25px !important;
    margin: 0 !important;
    color: #d6d1ca !important;
    font-size: 16px !important;
    line-height: 25px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .votes_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .blog-info__rating--top-info,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .rating_text,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .count {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating::before {
    content: "★★★★★" !important;
    display: block !important;
    color: #d6d1ca !important;
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: 0 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .dark_link {
    grid-row: 3 !important;
    width: 255px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 21px !important;
    overflow: hidden !important;
    text-decoration: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .sa_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-stock {
    grid-row: 4 !important;
    width: 255px !important;
    height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--hw-ink-2, var(--light_basic_text_black, #555)) !important;
    font-size: 14px !important;
    line-height: 25px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .cost {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price_matrix_wrapper,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price_matrix_wrapper .price,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price {
    grid-row: 5 !important;
    width: 255px !important;
    height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 25px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .icons-basket-wrapper.offer_buy_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block.ce_cmp_visible,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .button_block {
    grid-row: 6 !important;
    width: 255px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews {
    display: grid !important;
    gap: 14px !important;
    height: 525px !important;
    min-height: 525px !important;
    max-height: 525px !important;
    margin: 0 !important;
    padding: 0 0 60px !important;
    border: 1px solid var(--hw-line, var(--stroke_black, #ececec)) !important;
    border-radius: 0 0 10px 10px !important;
    background: var(--hw-bg, #fff) !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    height: 66px !important;
    min-height: 66px !important;
    margin: 0 !important;
    padding: 20px 28px 0 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__head h2 {
    grid-column: 1 !important;
    width: auto !important;
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 25px !important;
    text-align: left !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__actions {
    grid-column: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__actions .show-comment {
    order: 0 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 132px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__prev,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__next {
    flex: 0 0 38px !important;
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    font-size: 22px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews_content {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments {
    display: flex !important;
    align-items: stretch !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 28px 18px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment_"],
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment-"],
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > .blog-comment {
    box-sizing: border-box !important;
    flex: 0 0 calc((100% - 36px) / 3) !important;
    width: calc((100% - 36px) / 3) !important;
    min-width: calc((100% - 36px) / 3) !important;
    max-width: calc((100% - 36px) / 3) !important;
    height: 360px !important;
    max-height: 360px !important;
    margin: 0 !important;
    border: 1px solid var(--hw-line, var(--stroke_black, #ececec)) !important;
    border-radius: 3px !important;
    overflow: hidden !important;
  }
}

/* Native lower blocks: EOF image positioning guard. */
@media (min-width: 768px) {
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item._active,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item {
    position: relative !important;
    display: block !important;
    width: 227px !important;
    height: 227px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item:not(._active) {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .section-gallery-wrapper__item img,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .image_wrapper_block img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 227px !important;
    height: 227px !important;
    max-width: 227px !important;
    max-height: 227px !important;
    margin: 0 !important;
    object-fit: contain !important;
  }
}

/* Native lower reviews: final public-grid parity guard. */
@media (min-width: 768px) {
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments {
    box-sizing: border-box !important;
    width: 1274px !important;
    max-width: 1274px !important;
    height: 372px !important;
    margin: -22px 0 0 28px !important;
    padding: 0 !important;
    gap: 18px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment_"],
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment-"],
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > .blog-comment {
    flex: 0 0 calc((1274px - 36px) / 3) !important;
    width: calc((1274px - 36px) / 3) !important;
    min-width: calc((1274px - 36px) / 3) !important;
    max-width: calc((1274px - 36px) / 3) !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment_"]::before,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment_"]::after,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment-"]::before,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment-"]::after,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > .blog-comment::before,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > .blog-comment::after,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .colored_theme_bg_before::before,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .colored_theme_bg_before::after {
    content: none !important;
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment-cont {
    padding: 23px 24px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__actions .show-comment {
    order: 0 !important;
    width: 173px !important;
    min-width: 173px !important;
    max-width: 173px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__prev,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__next {
    order: 1 !important;
  }
}

/* Native lower goods: final mobile row contract guard. */
@media (max-width: 767px) {
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item {
    grid-template-rows: 16px 48px 22px 28px 46px !important;
    gap: 8px 14px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: #d6d1ca !important;
    font-size: 16px !important;
    line-height: 16px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .votes_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .blog-info__rating--top-info,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .rating_text,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating .count {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .rating::before {
    content: "★★★★★" !important;
    display: block !important;
    color: #d6d1ca !important;
    font-size: 16px !important;
    line-height: 16px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .dark_link {
    grid-column: 2 !important;
    grid-row: 2 !important;
    display: -webkit-box !important;
    width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    margin: 0 !important;
    overflow: hidden !important;
    line-height: 24px !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .sa_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-stock {
    grid-column: 2 !important;
    grid-row: 3 !important;
    display: block !important;
    width: 100% !important;
    height: 22px !important;
    min-height: 22px !important;
    max-height: 22px !important;
    margin: 0 !important;
    overflow: hidden !important;
    line-height: 22px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .cost {
    grid-column: 2 !important;
    grid-row: 4 !important;
    display: block !important;
    width: 100% !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    margin: 0 !important;
    overflow: hidden !important;
    line-height: 28px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price_matrix_wrapper,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price_matrix_wrapper .price,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .price {
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    line-height: 28px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .counter_wrapp.offer_buy_block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .icons-basket-wrapper.offer_buy_block {
    grid-column: 1 / -1 !important;
    grid-row: 5 !important;
    align-self: end !important;
    justify-self: start !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews {
    box-sizing: border-box !important;
    height: 512px !important;
    min-height: 512px !important;
    max-height: 512px !important;
    gap: 5px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__head {
    grid-template-columns: 30px 30px minmax(0, 1fr) !important;
    grid-template-rows: 28px 38px !important;
    row-gap: 8px !important;
    height: 74px !important;
    min-height: 74px !important;
    max-height: 74px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__head h2 {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__actions .show-comment {
    grid-column: 3 !important;
    grid-row: 2 !important;
    justify-self: end !important;
    width: 286px !important;
    min-width: 286px !important;
    max-width: 286px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    transform: none !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__prev,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__next {
    grid-row: 2 !important;
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__prev {
    grid-column: 1 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__next {
    grid-column: 2 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews #reviews_content,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments {
    margin-top: 0 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments {
    margin-top: -8px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment-cont {
    display: grid !important;
    align-content: start !important;
    gap: 12px !important;
    height: 357.5px !important;
    min-height: 357.5px !important;
    max-height: 357.5px !important;
    padding: 16px !important;
    color: #333 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment-info {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment-info .left_info,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment-info .blog-info__rating {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-author {
    color: #222 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-info__rating,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .votes_block {
    width: 100% !important;
    margin: 0 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-info__rating {
    grid-column: 1 / -1 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .votes_block {
    color: var(--hw-theme, #554949) !important;
    line-height: 25px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .comment-text__title {
    margin: 8px 0 -4px !important;
    color: #333 !important;
    font-size: 13.12px !important;
    font-weight: 700 !important;
    line-height: 25px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .comment-text__text {
    display: flow-root !important;
    color: #555 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 22.5px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment-meta {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    height: 55px !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment-answer {
    grid-column: auto !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .rating_vote_text {
    float: none !important;
    grid-column: auto !important;
    margin-left: 51px !important;
    transform: translateX(-26px) !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment-action__link {
    border-bottom: 0 !important;
    text-decoration: none !important;
    color: #999 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .rating_vote_text svg rect,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .rating_vote_text svg path {
    fill: #333 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .rating-vote-result {
    color: #666 !important;
  }
}

html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__actions .show-comment {
  padding: 0 16px !important;
  border: 1px solid #333 !important;
  border-radius: 26px !important;
  background: var(--hw-theme, #554949) !important;
  box-shadow: inset 0 0 0 1px #ececec !important;
  color: #fff !important;
  font-size: 14.08px !important;
  font-weight: 500 !important;
  line-height: 14.08px !important;
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .item-title::before,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .dark_link::before {
    content: none !important;
    display: none !important;
  }
}

/* Native description: match the current public lab clamp instead of ASPro card chrome. */
@media (min-width: 768px) {
  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card {
    box-sizing: border-box !important;
    width: 819px !important;
    max-width: 819px !important;
    height: 260px !important;
    min-height: 260px !important;
    max-height: 260px !important;
    margin: 66px 0 0 29px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card::after {
    content: none !important;
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card:not(.is-expanded) .hw-pdp-native-description-pane {
    position: relative !important;
    width: 819px !important;
    max-width: 819px !important;
    height: 214px !important;
    max-height: 214px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card:not(.is-expanded) .hw-pdp-native-description-pane::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block !important;
    height: 76px !important;
    background: linear-gradient(rgba(250, 248, 244, 0), #fff) !important;
    pointer-events: none !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card p:first-child {
    max-width: 806px !important;
    margin: 0 0 14px !important;
    color: #333 !important;
    font-size: 22px !important;
    line-height: 30.8px !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card ul {
    display: grid !important;
    width: 760px !important;
    max-width: 760px !important;
    margin: 0 !important;
    padding: 0 0 0 18px !important;
    color: #555 !important;
    font-size: 16px !important;
    line-height: 25.92px !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card li {
    margin: 0 0 0 21px !important;
    padding: 0 0 0 4px !important;
    color: #555 !important;
    font-size: 16px !important;
    line-height: 25.92px !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-description-more {
    appearance: none !important;
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    width: auto !important;
    min-width: 0 !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #555 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-description-more::after {
    content: "↓" !important;
    display: block !important;
    font-size: 15px !important;
    line-height: 15px !important;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card {
    box-sizing: border-box !important;
    width: 358px !important;
    max-width: 358px !important;
    height: 365px !important;
    min-height: 365px !important;
    max-height: 365px !important;
    overflow: visible !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card:not(.is-expanded) .hw-pdp-native-description-pane {
    position: relative !important;
    height: 246px !important;
    max-height: 246px !important;
    overflow: hidden !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card:not(.is-expanded) .hw-pdp-native-description-pane::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block !important;
    height: 70px !important;
    background: linear-gradient(rgba(250, 248, 244, 0), #fff) !important;
    pointer-events: none !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card p:first-child {
    margin: 0 0 8px !important;
    color: #333 !important;
    font-size: 18px !important;
    line-height: 25.2px !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card ul {
    display: grid !important;
    width: 358px !important;
    max-width: 358px !important;
    margin: 0 !important;
    padding: 0 0 0 18px !important;
    color: #555 !important;
    font-size: 16px !important;
    line-height: 25.28px !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .tab-content.hw-pdp-native-description-card li {
    margin: 0 0 0 21px !important;
    padding: 0 0 0 4px !important;
    color: #555 !important;
    font-size: 16px !important;
    line-height: 25.28px !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-description-more {
    appearance: none !important;
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    width: auto !important;
    min-width: 0 !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #555 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block .hw-pdp-native-description-more::after {
    content: "↓" !important;
    display: block !important;
    font-size: 15px !important;
    line-height: 15px !important;
  }
}

/* Native recommendations: keep #assoc mobile rail height aligned with public; leave accepted #expandables untouched. */
@media (max-width: 767px) {
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split #assoc.tab-pane.hw-pdp-native-linked-pane {
    min-height: 317px !important;
    max-height: 318px !important;
    overflow: visible !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split #assoc .assoc-block,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split #assoc .top_wrapper.items_wrapper.catalog_block_template,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split #assoc .catalog_block.owl-carousel {
    height: 231px !important;
    min-height: 231px !important;
    max-height: 231px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split #assoc .bottom_nav {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split #assoc .catalog_block .item {
    grid-template-rows: 16px 34px 27px 28px 46px !important;
    row-gap: 8px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split #assoc .catalog_block .item .item-title,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split #assoc .catalog_block .item .dark_link {
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    overflow: hidden !important;
  }

}

/* Native remaining lower blocks: scoped parity pass for promo, copurchase, reviews. */
html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card {
  background-color: #fff !important;
  background-image: none !important;
}

html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment_"]::before,
html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment_"]::after,
html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment-"]::before,
html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment-"]::after,
html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > .blog-comment::before,
html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > .blog-comment::after,
html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .colored_theme_bg_before::before,
html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .colored_theme_bg_before::after {
  content: none !important;
  display: none !important;
}

@media (min-width: 768px) {
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .hw-pdp-native-linked-heading {
    position: relative !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .hw-pdp-native-linked-title {
    display: inline-block !important;
    justify-self: start !important;
    position: relative !important;
    width: auto !important;
    max-width: 100% !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .hw-pdp-native-linked-title::after {
    content: "" !important;
    position: absolute !important;
    bottom: -15px !important;
    left: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 2px !important;
    background: var(--hw-ink-2, var(--light_basic_text_black, #555)) !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .with_matrix.price_matrix_wrapper {
    margin-top: 8px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split .catalog_block .item .icons-basket-wrapper.offer_buy_block {
    margin-top: 12px !important;
    transform: translateY(12px) !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment.hw-lab-native-review-card,
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment_"],
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > div[id^="blg-comment-"],
  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comments > .blog-comment {
    position: relative !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment.hw-lab-native-review-card .comment-text__text {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment.hw-lab-native-review-card.is-expanded .comment-text__text {
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment-cont {
    position: relative !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment.parent.hw-lab-native-review-card > .blog-comment.child {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment.hw-lab-native-review-card.has-review-overflow:not(.is-expanded) .blog-comment-cont::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block !important;
    height: 74px !important;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--hw-elev, #fff) 70%) !important;
    pointer-events: none !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment.parent.hw-lab-native-review-card.has-review-overflow:not(.is-expanded)::after {
    content: "" !important;
    position: absolute !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
    display: block !important;
    height: 74px !important;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--hw-elev, #fff) 70%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .hw-pdp-native-review-toggle {
    appearance: none !important;
    display: none !important;
    justify-self: start !important;
    min-height: 24px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--hw-ink, #333) !important;
    cursor: pointer !important;
    font: inherit !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    box-shadow: none !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment.hw-lab-native-review-card.has-review-overflow .hw-pdp-native-review-toggle {
    display: inline-flex !important;
    align-items: center !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews .blog-comment.hw-lab-native-review-card.has-review-overflow:not(.is-expanded) .hw-pdp-native-review-toggle {
    position: absolute !important;
    left: 24px !important;
    bottom: 12px !important;
    z-index: 2 !important;
    min-height: 24px !important;
    padding-right: 10px !important;
    background: var(--hw-elev, #fff) !important;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout body#main #footer,
  html.hw-pdp-native-layout body#main footer#footer {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split #expandables.tab-pane.hw-pdp-native-linked-pane {
    min-height: 315px !important;
    max-height: 315px !important;
    overflow: visible !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split #expandables .top_wrapper.items_wrapper.catalog_block_template,
  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split #expandables .catalog_block.owl-carousel {
    height: 229px !important;
    min-height: 229px !important;
    max-height: 229px !important;
  }

  html.hw-pdp-native-layout body#main .ordered-block.goods.hw-pdp-native-linked-split #expandables .bottom_nav {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .hw-pdp-native-lower-reviews__prev {
    color: #d4d4d4 !important;
    opacity: 0.42 !important;
  }
}

/* Native PDP resilience: keep content-rich SKU products in the public two-column shell. */
@media (min-width: 992px) {
  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-info {
    width: calc(100vw - 60px) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox {
    display: grid !important;
    grid-template-columns: minmax(0, 877px) minmax(360px, 460px) !important;
    gap: 43px !important;
    align-items: start !important;
    justify-content: start !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-info > .flexbox > .product-detail-gallery {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 877px !important;
    min-width: 0 !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-main {
    grid-column: 2 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    box-sizing: border-box !important;
    width: 460px !important;
    max-width: 460px !important;
    min-width: 0 !important;
    margin-top: 40px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 30px !important;
    border: 1px solid var(--hw-surface-border) !important;
    border-radius: 16px !important;
    background: var(--hw-surface-tint) !important;
    box-shadow: var(--hw-surface-shadow) !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-main > .flexbox.flexbox--row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-main > .flexbox.flexbox--row > .product-action,
  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-main > .flexbox.flexbox--row > .product-chars {
    float: none !important;
    grid-column: 1 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 1 auto !important;
    flex-basis: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-main > .flexbox.flexbox--row > .product-action {
    order: 1 !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-main > .flexbox.flexbox--row > .product-chars {
    order: 2 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.offer-props-wrapper {
    order: 1 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    transform: none !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-chars .buy_block.hw-pdp-native-desktop-buy {
    order: 2 !important;
    margin: 0 !important;
    transform: none !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-desktop-delivery {
    order: 3 !important;
    margin: 0 !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-desktop-actions {
    order: 4 !important;
    margin: 0 !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card {
    order: 5 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    box-sizing: border-box !important;
    width: 100% !important;
    height: 132px !important;
    min-height: 132px !important;
    max-height: 132px !important;
    margin: 0 !important;
    padding: 14px !important;
    overflow: hidden !important;
    transform: none !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card > :not(.hw-pdp-native-promo-card__shell),
  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .item-views,
  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact,
  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact__list,
  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact__icons,
  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact__title,
  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card .list-sales-compact-item {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card__shell {
    display: grid !important;
    gap: 12px !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-chars .hw-pdp-native-promo-card svg {
    width: 22px !important;
    max-width: 22px !important;
    height: 22px !important;
    max-height: 22px !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.tabs-block {
    width: min(calc(100vw - 60px), 1241px) !important;
    max-width: 1241px !important;
    margin-top: 30px !important;
    margin-left: 30px !important;
    transform: none !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel {
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .ordered-block.goods.hw-pdp-native-linked-split .catalog_block.owl-carousel::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .product-info-headnote {
    display: none !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big .stickers {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: flex-start !important;
    max-width: calc(100% - 24px) !important;
    overflow: visible !important;
  }

  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big .stickers .sticker,
  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .detail-gallery-big .stickers > * {
    flex: 0 1 auto !important;
    max-width: 100% !important;
    white-space: nowrap !important;
  }
}

/* Hidden owner-review page: suppress marketing/cookie overlays that distort QA geometry. */
html.hw-pdp-native-review body#main #body_iframe_wrapper,
html.hw-pdp-native-review body#main #popup_iframe_wrapper,
html.hw-pdp-native-review body#main .jqmOverlay,
html.hw-pdp-native-review body#main .jqmWindow,
html.hw-pdp-native-review body#main .popup-window,
html.hw-pdp-native-review body#main .popup-window-overlay,
html.hw-pdp-native-review body#main .bx-core-window,
html.hw-pdp-native-review body#main #popup-message,
html.hw-pdp-native-review body#main #popup-window-overlay-popup-message,
html.hw-pdp-native-review body#main [id*="cookie" i],
html.hw-pdp-native-review body#main [class*="cookie" i],
html.hw-pdp-native-review body#main [id*="consent" i],
html.hw-pdp-native-review body#main [class*="consent" i],
html.hw-pdp-native-review body#main [id*="skyweb" i],
html.hw-pdp-native-review body#main [class*="skyweb" i],
html.hw-pdp-native-review body#main [class*="subscribe" i],
html.hw-pdp-native-review body#main [class*="modal" i] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html.hw-pdp-native-review body#main,
html.hw-pdp-native-review body#main #panel,
html.hw-pdp-native-review body#main .header-wrapper,
html.hw-pdp-native-review body#main .wrapper_inner,
html.hw-pdp-native-review body#main .maxwidth-theme,
html.hw-pdp-native-review body#main .mobileheader-v1,
html.hw-pdp-native-review body#main .top-block-wrapper,
html.hw-pdp-native-review body#main #footer,
html.hw-pdp-native-review body#main .wrap_cont {
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

@media (max-width: 767px) {
  html.hw-pdp-native-layout body#main .catalog_detail.element_hollywool.element_hollywool_native .hw-pdp-native-mobile-title {
    margin-bottom: 18px !important;
  }
}
