.hw-lab {
  box-sizing: border-box;
  --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-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-terra: var(--hw-theme);
  --hw-sale: #bd5a35;
  --hw-font-family: var(--theme-font-family, inherit);
  --hw-font-size-base: max(var(--theme-font-size, 15px), 16px);
  --hw-review-star: var(--hw-theme);
  --hw-review-author-size: var(--hw-font-size-base);
  --hw-review-date-size: max(12px, calc(var(--hw-font-size-base) * 0.82));
  --hw-review-title-size: max(12px, calc(var(--hw-font-size-base) * 0.82));
  --hw-review-body-size: max(14px, calc(var(--hw-font-size-base) * 0.94));
  --hw-review-control-size: max(13px, calc(var(--hw-font-size-base) * 0.88));
  --hw-review-fade: color-mix(in srgb, var(--hw-elev) 0%, transparent);
  --hw-footer-bg: color-mix(in srgb, var(--hw-theme) 64%, var(--hw-ink));
  --hw-footer-ink: var(--hw-bg);
  --hw-footer-strong: var(--hw-elev);
  --hw-footer-muted: color-mix(in srgb, var(--hw-footer-ink) 72%, transparent);
  --hw-footer-soft: color-mix(in srgb, var(--hw-footer-ink) 58%, transparent);
  --hw-footer-line: color-mix(in srgb, var(--hw-footer-ink) 16%, transparent);
  --hw-footer-button-line: color-mix(in srgb, var(--hw-footer-ink) 72%, transparent);
  --hw-footer-panel: color-mix(in srgb, var(--hw-footer-ink) 4%, transparent);
  --hw-footer-panel-border: color-mix(in srgb, var(--hw-footer-ink) 10%, transparent);
  --hw-footer-heading-size: clamp(calc(var(--hw-font-size-base) * 1.38), 6vw, calc(var(--hw-font-size-base) * 1.75));
  --hw-footer-body-size: calc(var(--hw-font-size-base) * 1.12);
  --hw-footer-small-size: max(12px, calc(var(--hw-font-size-base) * 0.82));
  --hw-layout-max: 1464px;
  --hw-layout-gutter: clamp(16px, 5.75vw, 95px);
  --hw-lab-grid-x: clamp(54px, 5.86vw, 111px);
  --hw-lab-summary-width: 460px;
  --hw-lab-column-gap: clamp(42px, 2.96vw, 56px);
  color: var(--hw-ink);
  background: var(--hw-bg);
  font-family: var(--hw-font-family, inherit);
  font-size: var(--hw-font-size-base, 16px);
}

body .container_inner:has(.hw-lab) {
  display: block;
}

.top-block-wrapper:has(+ .wrapper_inner .hw-lab) {
  display: none;
}

body .container_inner:has(.hw-lab) > .left_block {
  display: none;
}

body .container_inner:has(.hw-lab) > .right_block,
body .container_inner:has(.hw-lab) .middle,
body .container_inner:has(.hw-lab) .container,
body .container_inner:has(.hw-lab) .maxwidth-theme {
  width: 100%;
  max-width: none;
}

body .container_inner:has(.hw-lab) > .right_block.wide_,
body .container_inner:has(.hw-lab) > .right_block .middle {
  width: 100% !important;
  max-width: none;
  float: none;
}

.hw-lab *,
.hw-lab *::before,
.hw-lab *::after {
  box-sizing: border-box;
}

.hw-lab img {
  backface-visibility: hidden;
}

.hw-lab-gallery__item,
.hw-lab-swatch,
.hw-lab-palette-card,
.hw-lab-color-card,
.hw-lab-product-card,
.hw-lab-review-card,
.hw-lab-youtube {
  contain: layout paint;
}

.hw-lab-panel {
  content-visibility: auto;
  contain-intrinsic-size: 1px 420px;
}

.hw-lab-extra-block {
  content-visibility: auto;
  contain-intrinsic-size: 1px 560px;
}

.hw-lab a {
  color: inherit;
}

.hw-lab-mobile-card {
  display: none;
}

.hw-lab-page-head {
  width: 100%;
  padding: 8px 24px 12px;
}

.hw-lab-page-head h1 {
  display: none;
}

.hw-lab-page-head__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  text-decoration: none;
  transition: border-color 0.2s ease;
}

.hw-lab-page-head__brand:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.hw-lab-page-head__brand img {
  display: block;
  width: auto;
  height: auto;
  max-width: 140px;
  max-height: 36px;
  object-fit: contain;
}

.hw-lab-page-head__brand span {
  font-size: 13px;
  color: #333;
}

.hw-lab-breadcrumbs {
  max-width: 1180px;
  color: color-mix(in srgb, var(--hw-ink-3) 44%, var(--hw-line));
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.hw-lab-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hw-lab-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  margin: 0;
}

.hw-lab-breadcrumbs li + li::before {
  content: "/";
  width: auto;
  height: auto;
  margin-right: 8px;
  background: none;
  color: color-mix(in srgb, var(--hw-ink-3) 34%, var(--hw-line));
  font-weight: 500;
}

.hw-lab-breadcrumbs a,
.hw-lab-breadcrumbs span {
  max-width: 280px;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

.hw-lab-breadcrumbs a:hover {
  color: var(--hw-ink);
}

.hw-lab-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--hw-lab-summary-width);
  gap: var(--hw-lab-column-gap);
  align-items: start;
  width: 100%;
  height: auto;
  min-height: 0;
  max-width: none;
  margin: 0 auto;
  overflow: visible;
  padding: 8px 0 64px 24px;
}

@media (min-width: 1181px) {
  .hw-lab-page-head,
  .hw-lab-hero {
    width: min(var(--hw-layout-max), calc(100vw - 48px));
    max-width: var(--hw-layout-max);
    margin-right: auto;
    margin-left: auto;
  }

  .hw-lab-page-head {
    padding: 8px 0 12px;
  }

  .hw-lab-hero {
    padding: 8px 0 64px;
  }
}

.catalog_detail.element_hollywool .hw-lab-page-head,
.catalog_detail.element_hollywool .hw-lab-hero {
  max-width: 100%;
}

@media (min-width: 1181px) {
  .catalog_detail.element_hollywool .hw-lab-page-head,
  .catalog_detail.element_hollywool .hw-lab-hero {
    width: 100%;
  }
}

.hw-lab-left {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
  min-width: 0;
}

.hw-lab-gallery {
  position: static;
  display: grid;
  min-width: 0;
  max-width: 100%;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.hw-lab-gallery__item {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--hw-soft-line);
  border-radius: 8px;
  background: var(--hw-elev);
  aspect-ratio: 1.55 / 1;
}

.hw-lab-gallery__item.is-primary {
  position: relative;
  isolation: isolate;
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  max-height: min(720px, calc(100dvh - 190px));
  aspect-ratio: 4 / 3;
  border-color: var(--hw-surface-border);
  border-radius: 20px;
  background: var(--hw-surface-tint);
  box-shadow: var(--hw-surface-shadow);
}

.hw-lab-gallery__item.is-primary::before {
  content: "";
  position: absolute;
  inset: -28px;
  z-index: 0;
  background-image: var(--hw-gallery-fill);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: blur(28px) saturate(1.08);
  opacity: 0.42;
  transform: scale(1.05);
}

.hw-lab-gallery__item.is-selected {
  border-color: var(--hw-ink);
}

.hw-lab-gallery__button {
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hw-lab-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: opacity 0.14s ease, filter 0.14s ease;
}

.hw-lab-gallery__item.is-primary img {
  object-fit: contain;
  background: transparent;
}

.hw-lab-gallery__item.is-primary .hw-lab-gallery__button {
  position: relative;
  z-index: 1;
}

[data-hw-main-image][data-hw-pending],
[data-hw-modal-preview][data-hw-pending],
[data-hw-mobile-main-image][data-hw-pending] {
  opacity: 0.88;
  filter: saturate(0.96);
}

.hw-lab-summary {
  position: sticky;
  top: 84px;
  display: grid;
  gap: 16px;
  min-width: 0;
  max-height: none;
  overflow: visible;
  padding: 30px;
  border: 1px solid var(--hw-surface-border);
  border-radius: 16px;
  background: var(--hw-surface-tint);
  box-shadow: var(--hw-surface-shadow);
}

@media (min-width: 901px) {
  .hw-lab-hero:has(.hw-lab-palette:not([hidden])) {
    align-items: start;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .hw-lab-hero:has(.hw-lab-palette:not([hidden])) .hw-lab-left {
    min-height: auto;
    overflow: visible;
    padding-right: 0;
  }

  .hw-lab-hero:has(.hw-lab-palette:not([hidden])) .hw-lab-summary {
    position: sticky;
    top: 84px;
    height: auto;
    min-height: 0;
    max-height: calc(100dvh - 108px);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-gutter: stable;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hw-lab-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .hw-lab-summary {
    position: relative;
    top: auto;
    width: 100%;
  }
}

.hw-lab-summary > .hw-lab-badges {
  display: none;
}

.hw-lab-aspro-stickers {
  display: block;
  min-height: 24px;
}

.hw-lab-aspro-stickers .stickers {
  position: static;
  padding: 0;
  margin-left: -2px;
}

.hw-lab-left > .hw-lab-aspro-stickers {
  margin-bottom: -20px;
}

.hw-lab-badges,
.hw-lab-rating,
.hw-lab-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.hw-lab-badges span,
.hw-lab-actions span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid var(--hw-soft-line);
  border-radius: 999px;
  background: var(--hw-paper);
  color: var(--hw-ink-2);
  font-size: 13px;
  line-height: 1;
}

.hw-lab-badges .is-sale {
  border-color: #c9342b;
  border-radius: 4px;
  background: #c9342b;
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hw-lab-summary h1 {
  margin: 0;
  color: var(--hw-ink);
  font-family: var(--hw-font-family, inherit);
  font-size: 42px;
  font-weight: 400;
  line-height: 1.08;
}

.hw-lab-offer-name {
  margin-top: -12px;
  color: var(--hw-ink-2);
  font-size: 16px;
  line-height: 1.45;
}

.hw-lab-rating {
  gap: 10px;
  color: var(--hw-ink-2);
  font-size: 15px;
}

.hw-lab-rating a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 3px;
}

.hw-lab-rating a:hover {
  color: var(--hw-ink);
  text-decoration: underline;
}

.hw-lab-stars {
  color: var(--hw-terra);
  letter-spacing: 0;
}

.hw-lab-rating strong {
  color: var(--hw-ink);
}

.hw-lab-summary-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hw-lab-summary-stats span,
.hw-lab-summary-stats a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid var(--hw-line);
  border-radius: 999px;
  background: transparent;
  color: var(--hw-ink-2);
  font-size: 14px;
  text-decoration: none;
}

.hw-lab-summary-stats a:hover {
  border-color: var(--hw-ink);
  color: var(--hw-ink);
}

.hw-lab-summary-stats strong {
  margin-left: 4px;
  color: var(--hw-ink);
  font-weight: 600;
}

#hw-lab-shades,
#hw-lab-reviews {
  scroll-margin-top: 112px;
}

.hw-lab-divider {
  height: 1px;
  background: var(--hw-line);
}

.hw-lab-price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  max-width: 420px;
}

.hw-lab-price__prefix {
  color: var(--hw-ink-2);
  font-size: 16px;
  line-height: 1;
}

.hw-lab-price strong {
  color: var(--hw-ink);
  font-family: var(--hw-font-family, inherit);
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.hw-lab-price s {
  color: var(--hw-ink-3);
}

.hw-lab-price s {
  font-size: 18px;
}

.hw-lab-price__unit {
  margin-left: auto;
  color: var(--hw-ink-3);
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.hw-lab-price__badges {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.hw-lab-price__badges[hidden],
[data-hw-discount-percent][hidden],
[data-hw-summary-sale-badge][hidden] {
  display: none !important;
}

.hw-lab-price__discount,
.hw-lab-price__saving {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 6px;
  background: #ffe66d;
  color: #3b2f12;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.hw-lab-price__discount {
  padding: 7px 10px;
}

.hw-lab-price__saving {
  gap: 4px;
  padding: 7px 12px;
}

.hw-lab-price__saving b {
  font: inherit;
}

.hw-lab-promo-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-color: color-mix(in srgb, #ff4b37 40%, var(--hw-surface-border));
  background: linear-gradient(135deg, rgba(255, 75, 55, 0.08), rgba(255, 255, 255, 0.86) 58%, rgba(255, 214, 71, 0.1));
}

.hw-lab-promo-card__top,
.hw-lab-promo-card__main,
.hw-lab-promo-card__bottom {
  display: flex;
  min-width: 0;
  align-items: center;
}

.hw-lab-promo-card__top {
  gap: 10px;
}

.hw-lab-promo-card__icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  color: #ff4b37;
}

.hw-lab-promo-card__icon svg,
.hw-lab-promo-card__timer svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hw-lab-promo-card__eyebrow {
  min-width: 0;
  color: var(--hw-ink-2);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hw-lab-promo-card__discount {
  margin-left: auto;
  padding: 8px 10px;
  border-radius: 9px;
  background: #ff4b37;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(255, 75, 55, 0.2);
}

.hw-lab-promo-card__main {
  gap: 10px;
  justify-content: space-between;
}

.hw-lab-promo-card__title {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--hw-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.18;
  text-decoration: none;
}

.hw-lab-promo-card__title:hover {
  color: var(--hw-theme);
}

.hw-lab-promo-card__saving {
  flex: 0 0 auto;
  color: var(--hw-ink-2);
  font-size: 12px;
  line-height: 1.15;
  text-align: right;
}

.hw-lab-promo-card__saving b {
  display: block;
  color: var(--hw-ink);
  font-weight: 800;
}

.hw-lab-promo-card__timer {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto auto auto;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid color-mix(in srgb, #ff4b37 38%, transparent);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--hw-ink);
}

.hw-lab-promo-card__timer svg {
  color: #ff4b37;
}

.hw-lab-promo-card__timer span {
  color: var(--hw-ink-2);
  font-size: 14px;
}

.hw-lab-promo-card__timer strong {
  color: var(--hw-ink);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.hw-lab-promo-card__timer b {
  font-size: 19px;
}

.hw-lab-promo-card[hidden],
.hw-lab-promo-card__timer[hidden],
.hw-lab-promo-card__discount[hidden],
.hw-lab-promo-card__saving[hidden] {
  display: none !important;
}

.hw-lab-promo-card__bottom {
  gap: 12px;
  justify-content: space-between;
}

.hw-lab-promo-card__stock,
.hw-lab-promo-card__urge {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  color: var(--hw-ink-2);
  font-size: 13px;
  line-height: 1.25;
}

.hw-lab-promo-card__stock i {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  margin-right: 9px;
  border-radius: 999px;
  background: #25ad2e;
}

.hw-lab-promo-card__stock span {
  overflow-wrap: anywhere;
}

.hw-lab-promo-card__urge {
  flex: 0 0 auto;
  gap: 6px;
}

.hw-lab-promo-card__urge-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  color: #ff4b37;
}

.hw-lab-promo-card__urge-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.hw-lab-summary-facts {
  display: grid;
  flex-basis: 100%;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  gap: 8px;
  margin: 0;
}

.hw-lab-summary-facts__item {
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 56px;
  padding: 10px 12px;
  border: 1px solid var(--hw-surface-border);
  border-radius: 12px;
  background: color-mix(in srgb, var(--hw-elev) 88%, var(--hw-theme-soft));
  box-shadow: 0 1px 0 rgba(70, 58, 54, 0.04);
}

.hw-lab-summary-facts__item.is-wide {
  grid-column: 1 / -1;
}

.hw-lab-summary-facts dt,
.hw-lab-summary-facts dd {
  min-width: 0;
  margin: 0;
}

.hw-lab-summary-facts dt {
  color: var(--hw-ink-3);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hw-lab-summary-facts dd {
  color: var(--hw-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.hw-lab-picker {
  display: grid;
  gap: 12px;
}

.hw-lab-picker__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 12px;
  align-items: baseline;
  min-height: 36px;
  color: var(--hw-ink-2);
  font-size: 14px;
}

.hw-lab-picker__head > span:first-child {
  display: -webkit-box;
  min-height: 0;
  overflow: hidden;
  line-height: 1.35;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hw-lab-picker__head strong {
  color: var(--hw-ink);
}

.hw-lab-picker__stock {
  align-self: start;
  min-width: max-content;
  color: var(--hw-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-align: right;
}

.hw-lab-picker__head button {
  appearance: none;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid var(--hw-line);
  border-radius: 999px;
  background: var(--hw-paper);
  color: var(--hw-ink-2);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  line-height: 1.35;
  text-align: right;
  text-decoration: none;
  white-space: nowrap;
}

.hw-lab-picker__head button:hover {
  border-color: var(--hw-ink);
  color: var(--hw-ink);
}

.hw-lab-family {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.hw-lab-picker > .hw-lab-family {
  display: none;
}

.hw-lab-family button {
  appearance: none;
  min-height: 36px;
  padding: 7px 13px;
  border: 1px solid var(--hw-line);
  border-radius: 999px;
  background: transparent;
  color: var(--hw-ink-2);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
}

.hw-lab-family button.is-active {
  border-color: var(--hw-theme);
  background: var(--hw-theme);
  color: var(--hw-bg);
}

.hw-lab-family span {
  margin-left: 3px;
  opacity: 0.62;
}

.hw-lab-picker__grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
  padding: 4px;
}

.hw-lab-swatch {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  outline: 1px solid var(--hw-line);
  outline-offset: -1px;
  overflow: hidden;
  background: var(--hw-elev);
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .hw-lab-swatch:hover {
    transform: scale(1.05);
  }
}

.hw-lab-swatch.is-preview:not(.is-active) {
  outline: 2px solid var(--hw-moss);
  outline-offset: 3px;
}

.hw-lab-swatch:focus:not(:focus-visible) {
  outline: 1px solid var(--hw-line);
  outline-offset: -1px;
}

.hw-lab-swatch.is-empty {
  opacity: 0.34;
}

.hw-lab-swatch.is-empty::after,
.hw-lab-color-card.is-empty::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 50%;
  height: 1px;
  background: rgba(54, 47, 44, 0.72);
  transform: rotate(-28deg);
  pointer-events: none;
}

.hw-lab-swatch[hidden] {
  display: none;
}

.hw-lab-swatch img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.55);
  transform-origin: center center;
}

.hw-lab-swatch span {
  display: none;
}

.hw-lab-picker--sizes {
  gap: 10px;
}

.hw-lab-picker--sizes .hw-lab-picker__head > span:first-child {
  display: block;
  -webkit-line-clamp: unset;
}

.hw-lab-picker--sizes .hw-lab-picker__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 0;
}

.hw-lab-picker--sizes .hw-lab-swatch {
  display: inline-flex;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid var(--hw-line);
  border-radius: 8px;
  outline: 0;
  color: var(--hw-ink);
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  text-align: center;
}

.hw-lab-picker--sizes .hw-lab-swatch.is-active {
  border-color: var(--hw-theme);
  box-shadow: 0 0 0 1px var(--hw-theme);
}

.hw-lab-picker--sizes .hw-lab-swatch.is-empty {
  background: var(--hw-paper);
  color: var(--hw-ink-3);
  opacity: 0.55;
}

.hw-lab-picker--sizes .hw-lab-swatch.is-empty::after {
  left: 14px;
  right: 14px;
}

.hw-lab-picker--sizes .hw-lab-swatch span {
  display: inline;
  white-space: nowrap;
}

.hw-lab-picker__more {
  appearance: none;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  min-height: 50px;
  padding: 10px 13px;
  border: 1px solid var(--hw-line);
  border-radius: 12px;
  background: var(--hw-elev);
  color: var(--hw-ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.hw-lab-picker__more.is-open {
  border-color: rgba(85, 73, 73, 0.42);
  background: var(--hw-theme-soft);
  box-shadow: inset 0 0 0 1px rgba(85, 73, 73, 0.08);
}

.hw-lab-picker__more span:first-child {
  display: grid;
  gap: 2px;
}

.hw-lab-picker__more strong {
  font-size: 14px;
  font-weight: 600;
}

.hw-lab-picker__more small {
  color: var(--hw-ink-3);
  font-size: 13px;
}

.hw-lab-picker__more.is-open small {
  color: var(--hw-moss);
}

.hw-lab-picker__more-dots {
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  align-items: center;
}

.hw-lab-picker__more-dots img {
  width: 20px;
  height: 20px;
  border: 1px solid var(--hw-line);
  border-radius: 50%;
  object-fit: cover;
}

.hw-lab-palette {
  display: grid;
  gap: 14px;
  margin-top: -2px;
  padding: 14px;
  border: 1px solid rgba(85, 73, 73, 0.18);
  border-radius: 12px;
  background: var(--hw-paper);
}

.hw-lab-palette[hidden] {
  display: none;
}

.hw-lab-palette__section {
  display: grid;
  gap: 10px;
}

.hw-lab-palette__section--oos {
  padding-top: 6px;
}

.hw-lab-palette__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  color: var(--hw-ink-3);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hw-lab-palette__section--oos .hw-lab-palette__head {
  color: #9d4435;
}

.hw-lab-palette__head small {
  color: var(--hw-ink-3);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.hw-lab-palette__section p {
  margin: -2px 0 0;
  color: var(--hw-ink-2);
  font-size: 13px;
  line-height: 1.35;
}

.hw-lab-palette__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(36px, 36px));
  gap: 11px 10px;
  max-width: 100%;
}

.hw-lab-palette-card {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  outline: 1px solid var(--hw-line);
  outline-offset: -1px;
  overflow: hidden;
  background: var(--hw-elev);
  text-decoration: none;
}

.hw-lab[data-hw-main-photo-group="offer"] .hw-lab-palette-card.is-active {
  outline: 2px solid color-mix(in srgb, var(--hw-ink) 78%, transparent);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px var(--hw-bg);
}

.hw-lab-palette-card.is-empty {
  opacity: 0.42;
}

.hw-lab-palette-card.is-empty::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  top: 50%;
  height: 1px;
  background: rgba(54, 47, 44, 0.72);
  transform: rotate(-28deg);
  pointer-events: none;
}

.hw-lab-palette-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.55);
  transform-origin: center center;
}

.hw-lab-palette-card span {
  display: none;
}

.hw-lab-palette-card--size {
  display: inline-flex;
  box-sizing: border-box;
  width: auto;
  min-width: 76px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid var(--hw-line);
  border-radius: 8px;
  outline: 0;
  color: var(--hw-ink);
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
}

.hw-lab-palette-card--size span {
  display: inline;
  white-space: nowrap;
}

.hw-lab-palette__collapse {
  appearance: none;
  justify-self: start;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid var(--hw-line);
  border-radius: 999px;
  background: var(--hw-elev);
  color: var(--hw-ink-2);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
}

.hw-lab-stock-box {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 12px;
  background: var(--hw-paper);
  font-size: 14px;
}

.hw-lab-delivery-box div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.hw-lab-delivery-box span {
  color: var(--hw-ink-2);
}

.hw-lab-delivery-box strong {
  color: var(--hw-ink);
  font-weight: 600;
}

.hw-lab-delivery-box {
  padding: 14px 16px;
}

.hw-lab-buy {
  position: sticky;
  bottom: -1px;
  z-index: 5;
  display: grid;
  grid-template-columns: 144px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding-top: 10px;
  background: linear-gradient(rgba(255, 255, 255, 0), var(--hw-elev) 28%);
}

.hw-lab-buy.is-empty {
  grid-template-columns: minmax(0, 1fr);
}

.hw-lab-buy.is-empty .counter_block {
  display: none;
}

.hw-lab-buy .counter_block {
  width: 144px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 48px);
  grid-auto-rows: 48px;
  align-items: center;
  height: 48px;
  border: 1px solid rgba(85, 73, 73, 0.38);
  border-radius: 12px;
  overflow: hidden;
  background: var(--hw-paper);
  box-shadow: inset 0 0 0 1px rgba(85, 73, 73, 0.04), 0 8px 20px rgba(85, 73, 73, 0.08);
}

.hw-lab-buy .counter_block .minus,
.hw-lab-buy .counter_block .plus {
  position: static;
  inset: auto;
  display: grid;
  width: auto;
  height: 48px !important;
  min-width: 0;
  place-items: center;
  background: rgba(85, 73, 73, 0.07);
  color: var(--hw-theme);
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  transform: none;
  transition: background 0.16s ease, color 0.16s ease;
}

.hw-lab-buy .counter_block .minus {
  border-right: 1px solid var(--hw-line);
}

.hw-lab-buy .counter_block .plus {
  border-left: 1px solid var(--hw-line);
}

.hw-lab-buy .counter_block .minus:hover,
.hw-lab-buy .counter_block .plus:hover,
.hw-lab-buy .counter_block .minus:focus-visible,
.hw-lab-buy .counter_block .plus:focus-visible {
  background: var(--hw-theme);
  color: var(--hw-bg);
}

.hw-lab-buy .counter_block .minus.is-remove,
.hw-lab-mobile-stepper button.is-remove {
  background: color-mix(in srgb, var(--hw-elev) 74%, var(--hw-theme-soft));
  color: var(--hw-theme);
  font-size: 20px;
  font-weight: 600;
}

.hw-lab-buy .counter_block .minus.is-remove:hover,
.hw-lab-buy .counter_block .minus.is-remove:focus-visible,
.hw-lab-mobile-stepper button.is-remove:hover,
.hw-lab-mobile-stepper button.is-remove:focus-visible {
  background: var(--hw-theme);
  color: var(--hw-bg);
}

.hw-lab-buy .counter_block input.text {
  width: 100%;
  height: 48px !important;
  border: 0;
  text-align: center;
  background: transparent;
  color: var(--hw-ink);
  font-size: 16px;
  font-weight: 400;
}

.hw-lab-buy .to-cart,
.hw-lab-buy .in-cart,
.hw-lab-buy .to-subscribe,
.hw-lab-buy .in-subscribe,
.hw-lab-buy .hw-lab-subscribe-cta,
.hw-lab-buy .disabled {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: safe center;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  background: var(--hw-theme);
  color: var(--hw-bg);
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.15;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.hw-lab-buy .to-cart span,
.hw-lab-buy .in-cart span,
.hw-lab-buy .to-subscribe span,
.hw-lab-buy .in-subscribe span,
.hw-lab-buy .hw-lab-subscribe-cta span,
.hw-lab-buy .disabled span {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  max-width: 100%;
  white-space: nowrap;
}

.hw-lab-buy .to-cart b,
.hw-lab-buy .in-cart b,
.hw-lab-buy .to-subscribe b,
.hw-lab-buy .in-subscribe b,
.hw-lab-buy .hw-lab-subscribe-cta b,
.hw-lab-buy .disabled b {
  color: inherit;
}

.hw-lab-buy .to-cart.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.hw-lab-buy .to-cart.is-added {
  background: var(--hw-moss);
}

.hw-lab-qty-total {
  margin-top: -8px;
  color: var(--hw-ink-2);
  font-size: 14px;
}

.hw-lab-remove-hint {
  margin-top: -4px;
  color: var(--hw-theme);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.hw-lab-buy .hw-lab-remove-hint {
  grid-column: 1 / -1;
  margin-top: -5px;
}

.hw-lab-remove-hint[hidden] {
  display: none;
}

.hw-lab-remove-hint--mobile,
.hw-lab-remove-hint--modal {
  margin-top: 0;
  font-size: 11px;
}

.hw-lab-installment[hidden] {
  display: none !important;
}

.hw-lab-installment.hw-lab-installment-tray {
  display: none;
}

.hw-lab-installment {
  display: grid;
  gap: 10px;
  margin-top: 2px;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--hw-line) 68%, var(--hw-theme) 32%);
  border-radius: 12px;
  background: color-mix(in srgb, var(--hw-paper) 78%, var(--hw-theme-soft));
  color: var(--hw-ink);
  animation: hwLabInstallmentReveal 0.22s ease-out both;
}

.hw-lab-installment__head {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  color: var(--hw-ink-2);
  font-size: 12px;
  line-height: 1.2;
}

.hw-lab-installment__head strong {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--hw-ink);
  font-size: 15px;
  font-weight: 700;
}

.hw-lab-installment__mark {
  display: inline-grid;
  gap: 2px;
  width: 18px;
}

.hw-lab-installment__mark i {
  display: block;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.hw-lab-installment__mark i:nth-child(2) {
  width: 72%;
}

.hw-lab-installment__mark i:nth-child(3) {
  width: 46%;
}

.hw-lab-installment__payments {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.hw-lab-installment__payment {
  min-width: 0;
  padding: 8px 7px;
  border: 1px solid var(--hw-line);
  border-radius: 8px;
  background: var(--hw-elev);
}

.hw-lab-installment__payment b,
.hw-lab-installment__payment small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hw-lab-installment__payment b {
  color: var(--hw-ink);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.hw-lab-installment__payment small {
  margin-top: 3px;
  color: var(--hw-ink-3);
  font-size: 11px;
}

.hw-lab-installment p {
  margin: 0;
  color: var(--hw-ink-3);
  font-size: 11px;
  line-height: 1.35;
}

@media (min-width: 901px) {
  .hw-lab-installment:not(.hw-lab-installment-tray) {
    gap: 12px;
    padding: 14px;
    border-color: color-mix(in srgb, var(--hw-line) 48%, var(--hw-theme) 52%);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.32)),
      color-mix(in srgb, var(--hw-paper) 74%, var(--hw-theme-soft));
  }

  .hw-lab-installment:not(.hw-lab-installment-tray) .hw-lab-installment__head {
    font-size: 13px;
  }

  .hw-lab-installment:not(.hw-lab-installment-tray) .hw-lab-installment__head strong {
    font-size: 16px;
  }

  .hw-lab-installment:not(.hw-lab-installment-tray) .hw-lab-installment__payments {
    gap: 8px;
  }

  .hw-lab-installment:not(.hw-lab-installment-tray) .hw-lab-installment__payment {
    min-height: 72px;
    padding: 12px 10px;
    border-color: color-mix(in srgb, var(--hw-line) 62%, var(--hw-theme) 38%);
    background: var(--hw-elev);
    box-shadow: inset 0 0 0 1px rgba(85, 73, 73, 0.05), 0 6px 14px rgba(46, 41, 37, 0.05);
  }

  .hw-lab-installment:not(.hw-lab-installment-tray) .hw-lab-installment__payment b {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
  }

  .hw-lab-installment:not(.hw-lab-installment-tray) .hw-lab-installment__payment small {
    margin-top: 8px;
    font-size: 12px;
  }

  .hw-lab-installment:not(.hw-lab-installment-tray) p {
    color: var(--hw-ink-2);
    font-size: 12px;
    line-height: 1.35;
  }
}

@keyframes hwLabInstallmentReveal {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hw-lab-buy .in-cart[hidden] {
  display: none;
}

.hw-lab-actions span {
  flex: 1;
  justify-content: center;
  min-height: 46px;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}

.hw-lab-buy-status {
  min-height: 38px;
  padding: 10px 13px;
  border-radius: 10px;
  border: 1px solid rgba(91, 76, 77, 0.18);
  background: #f1eceb;
  color: var(--hw-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.hw-lab-buy-status.is-error {
  border-color: rgba(189, 90, 53, 0.25);
  background: rgba(189, 90, 53, 0.12);
  color: var(--hw-sale);
}

.hw-lab-buy-status[hidden] {
  display: none;
}

.hw-lab-cart-toast {
  position: fixed;
  right: clamp(18px, 4vw, 54px);
  top: clamp(84px, 9vh, 132px);
  z-index: 1300;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  width: min(360px, calc(100vw - 32px));
  min-height: 64px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--hw-line) 56%, var(--hw-theme) 44%);
  border-radius: 8px;
  background: color-mix(in srgb, var(--hw-elev) 94%, var(--hw-theme-soft));
  box-shadow: 0 18px 42px rgba(46, 41, 37, 0.16);
  color: var(--hw-ink);
  font-family: var(--hw-font-family, inherit);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.hw-lab-cart-toast[hidden] {
  display: none;
}

.hw-lab-cart-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hw-lab-cart-toast.is-error {
  border-color: rgba(189, 90, 53, 0.36);
  background: color-mix(in srgb, var(--hw-elev) 88%, rgba(189, 90, 53, 0.14));
}

html.hw-lab-modal-open .hw-lab-cart-toast {
  z-index: 2147483000;
}

.hw-lab-cart-toast__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--hw-theme);
  color: var(--hw-bg);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.hw-lab-cart-toast.is-error .hw-lab-cart-toast__icon {
  background: var(--hw-sale);
}

.hw-lab-cart-toast__body {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.hw-lab-cart-toast__body strong,
.hw-lab-cart-toast__body small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hw-lab-cart-toast__body strong {
  color: var(--hw-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.hw-lab-cart-toast__body small {
  color: var(--hw-ink-3);
  font-size: 13px;
  line-height: 1.25;
}

.hw-lab-summary-actions {
  display: flex;
  gap: 10px;
}

.hw-lab-summary-actions button,
.hw-lab-buybar button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid var(--hw-line);
  border-radius: 999px;
  background: transparent;
  color: var(--hw-ink);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  text-decoration: none;
}

.hw-lab-summary-actions button {
  flex: 1;
  padding: 0 14px;
}

.hw-lab-summary-actions [data-hw-favorite] span[aria-hidden="true"] {
  display: none;
}

.hw-lab-summary-actions button.is-loading,
.hw-lab-buybar button.is-loading {
  opacity: 0.62;
  pointer-events: none;
}

.hw-lab-summary-actions button.is-added,
.hw-lab-buybar button.is-added {
  border-color: var(--hw-theme);
  background: var(--hw-theme-soft);
  color: var(--hw-moss);
}

.hw-lab-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--hw-line);
}

.hw-lab-tabs button {
  appearance: none;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--hw-ink-3);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  text-transform: uppercase;
}

.hw-lab-tabs button.is-active {
  border-color: var(--hw-ink);
  color: var(--hw-ink);
}

.hw-lab-panel {
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--hw-surface-border);
  border-radius: 16px;
  background: var(--hw-surface-tint);
  box-shadow: var(--hw-surface-shadow);
}

.hw-lab-panel__block[hidden] {
  display: none;
}

.hw-lab-patterns .catalog_block .footer_button,
.hw-lab-patterns .catalog_block .counter_wrapp,
.hw-lab-patterns .catalog_block .button_block,
.hw-lab-patterns .catalog_block .to-cart {
  display: block !important;
  visibility: visible !important;
}

.hw-lab-patterns .catalog_block .to-cart {
  width: 100%;
  min-height: 42px;
}

@media (min-width: 901px) {
  .hw-lab-patterns {
    max-height: 680px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 8px;
  }

  .hw-lab-patterns .patterns_wrap {
    overflow: visible;
  }

  .hw-lab-patterns .catalog_block {
    align-items: stretch;
    overflow: visible;
  }

  .hw-lab-patterns .catalog_block > .item {
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
  }

  .hw-lab-patterns .catalog_item_wrapp,
  .hw-lab-patterns .inner_wrap {
    height: 100% !important;
    min-height: 0 !important;
  }

  .hw-lab-patterns .catalog_block .footer_button {
    position: static !important;
    height: auto !important;
    margin: 16px 0 0 !important;
  }

  .hw-lab-patterns .catalog_block .counter_wrapp {
    display: flex !important;
    align-items: stretch;
    width: 100%;
  }

  .hw-lab-patterns .catalog_block .button_block {
    flex: 1 1 auto;
    min-width: 0;
  }

  .hw-lab-patterns .catalog_block .to-cart {
    height: 48px !important;
    min-height: 48px !important;
    padding: 14px 8px !important;
  }
}

.hw-lab-accordion-head,
.hw-lab-description-more {
  display: none;
}

.hw-lab-description-clamp {
  position: relative;
}

.hw-lab-description-clamp.is-collapsed {
  max-height: 214px;
  overflow: hidden;
}

.hw-lab-description-clamp.is-collapsed::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 76px;
  background: linear-gradient(rgba(250, 248, 244, 0), var(--hw-bg));
  pointer-events: none;
}

.hw-lab-description-more {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-height: 34px;
  margin-top: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--hw-ink-2);
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.hw-lab-description-more::after {
  content: "↓";
  font-size: 15px;
  line-height: 1;
}

.hw-lab-description-clamp:not(.is-collapsed) + .hw-lab-description-more::after {
  content: "↑";
}

.hw-lab-description-more:hover,
.hw-lab-description-more:focus-visible {
  background: transparent;
  color: var(--hw-ink);
  outline: none;
}

.hw-lab-text {
  max-width: 760px;
  color: var(--hw-ink-2);
  font-size: 16px;
  line-height: 1.62;
}

.hw-lab-text p:first-child {
  color: var(--hw-ink);
  font-family: var(--hw-font-family, inherit);
  font-size: 22px;
  line-height: 1.4;
}

.hw-lab-brief {
  max-width: 760px;
  color: var(--hw-ink-2);
  font-size: 16px;
  line-height: 1.62;
}

.hw-lab-brief p {
  margin: 0 0 14px;
  color: var(--hw-ink);
  font-family: var(--hw-font-family, inherit);
  font-size: 22px;
  line-height: 1.4;
}

.hw-lab-text a,
.hw-lab-brief a {
  color: var(--hw-theme);
  text-decoration: underline;
  text-underline-offset: 0.16em;
  pointer-events: auto;
}

.hw-lab-brief ul,
.hw-lab-calc-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.hw-lab-brief ul {
  padding-left: 18px;
}

.hw-lab-brief li {
  padding-left: 4px;
}

.hw-lab-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 720px;
}

.hw-lab-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid var(--hw-soft-line);
  border-radius: 999px;
  background: var(--hw-elev);
  color: var(--hw-ink-2);
  font-size: 14px;
}

.hw-lab-calc-list {
  max-width: 620px;
}

.hw-lab-calc-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--hw-soft-line);
}

.hw-lab-calc-list span {
  color: var(--hw-ink);
}

.hw-lab-calc-list strong {
  flex: 0 0 auto;
  color: var(--hw-ink);
  font-weight: 700;
}

.hw-lab-facts {
  display: grid;
  max-width: 620px;
  gap: 0;
  margin: 0;
}

.hw-lab-facts div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--hw-soft-line);
}

.hw-lab-facts dt {
  color: var(--hw-ink-3);
}

.hw-lab-facts dd {
  margin: 0;
  color: var(--hw-ink);
  font-weight: 600;
}

.hw-lab-video iframe {
  width: 100%;
  max-width: 680px;
  aspect-ratio: 16 / 9;
  height: auto;
  background: #000;
  border-radius: 12px;
}

.hw-lab-youtube {
  width: 100%;
  max-width: 680px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
}

.hw-lab-youtube button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #000;
  cursor: pointer;
}

.hw-lab-youtube img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hw-lab-youtube span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 50px;
  border-radius: 14px;
  background: #ff0000;
  transform: translate(-50%, -50%);
}

.hw-lab-youtube span::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 27px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #fff;
}

.hw-lab-youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.hw-lab-offers {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(116px, 1fr));
  gap: 12px;
}

.hw-lab-offer {
  display: grid;
  gap: 7px;
  padding: 8px;
  border: 1px solid var(--hw-soft-line);
  border-radius: 10px;
  background: var(--hw-elev);
  color: var(--hw-ink);
  text-decoration: none;
}

.hw-lab-offer:hover {
  border-color: var(--hw-ink);
}

.hw-lab-offer.is-active {
  border-color: var(--hw-ink);
  box-shadow: 0 0 0 1px var(--hw-ink);
}

.hw-lab-offer.is-empty {
  opacity: 0.48;
}

.hw-lab-offer img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
  background: var(--hw-bg);
}

.hw-lab-offer span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

.hw-lab-offer small {
  color: var(--hw-ink-3);
  font-size: 12px;
}

.hw-lab-buybar {
  display: none;
}

.hw-lab-lower {
  display: grid;
  gap: 42px;
  max-width: none;
  margin: 0 auto;
  padding: 0 24px 72px;
}

.hw-lab-extra-block {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--hw-surface-border);
  border-radius: 16px;
  background: var(--hw-surface-tint);
  box-shadow: var(--hw-surface-shadow);
}

.hw-lab-extra-block h2 {
  margin: 0;
  color: var(--hw-ink);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

.hw-lab-carousel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  min-width: 0;
}

.hw-lab-carousel-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.hw-lab-carousel-actions button {
  appearance: none;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--hw-line);
  border-radius: 999px;
  background: var(--hw-elev);
  color: var(--hw-ink-2);
  cursor: pointer;
  font: inherit;
  font-size: calc(var(--hw-font-size-base) * 1.12);
  line-height: 1;
}

.hw-lab-carousel-actions .hw-lab-review-action {
  width: auto;
  min-height: 38px;
  padding: 0 16px;
  border-color: var(--hw-ink);
  background: var(--hw-theme);
  color: var(--hw-bg);
  font-size: var(--hw-review-control-size);
  font-weight: 500;
  white-space: nowrap;
}

.hw-lab-carousel-actions .hw-lab-review-action:hover {
  background: var(--hw-ink);
  border-color: var(--hw-theme);
}

.hw-lab-carousel-actions button:disabled {
  opacity: 0.32;
  cursor: default;
}

.hw-lab-extra-tabs {
  display: flex;
  gap: 18px;
  min-width: 0;
  border-bottom: 1px solid var(--hw-line);
}

.hw-lab-extra-tabs button {
  appearance: none;
  min-height: 42px;
  padding: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--hw-ink-2);
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-weight: 500;
}

.hw-lab-extra-tabs button.is-active {
  border-color: var(--hw-ink);
  color: var(--hw-ink);
}

.hw-lab-carousel {
  display: flex;
  gap: 18px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
  scrollbar-width: thin;
  scroll-padding-inline: 18px;
}

.hw-lab-carousel > * {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.hw-lab-carousel--products .hw-lab-product-card {
  flex: 0 0 calc((100% - 54px) / 4);
}

.hw-lab-carousel--gifts .hw-lab-product-card {
  flex-basis: 340px;
}

.hw-lab-extra-block--gifts.is-single,
.hw-lab-extra-block:has(.hw-lab-carousel > .hw-lab-product-card:only-child) {
  width: min(100%, 720px);
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid var(--hw-line);
  border-radius: 14px;
  background: var(--hw-elev);
}

.hw-lab-extra-block--gifts.is-single .hw-lab-carousel-head,
.hw-lab-extra-block:has(.hw-lab-carousel > .hw-lab-product-card:only-child) .hw-lab-carousel-head {
  align-items: center;
}

.hw-lab-extra-block--gifts.is-single .hw-lab-carousel-actions,
.hw-lab-extra-block:has(.hw-lab-carousel > .hw-lab-product-card:only-child) .hw-lab-carousel-actions {
  display: none;
}

.hw-lab-extra-block--gifts.is-single .hw-lab-carousel--gifts,
.hw-lab-extra-block:has(.hw-lab-carousel > .hw-lab-product-card:only-child) .hw-lab-carousel {
  overflow: visible;
  padding: 0;
}

.hw-lab-extra-block--gifts.is-single .hw-lab-product-card,
.hw-lab-extra-block:has(.hw-lab-carousel > .hw-lab-product-card:only-child) .hw-lab-product-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) auto;
  gap: 8px 16px;
  align-items: center;
  width: 100%;
  flex: 1 1 auto;
  padding: 12px;
  border-radius: 12px;
}

.hw-lab-extra-block--gifts.is-single .hw-lab-product-card__image,
.hw-lab-extra-block:has(.hw-lab-carousel > .hw-lab-product-card:only-child) .hw-lab-product-card__image {
  grid-row: 1 / span 3;
  width: 104px;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
}

.hw-lab-extra-block--gifts.is-single .hw-lab-product-card__image.is-source-small,
.hw-lab-extra-block:has(.hw-lab-carousel > .hw-lab-product-card:only-child) .hw-lab-product-card__image.is-source-small {
  padding: 10px;
}

.hw-lab-extra-block--gifts.is-single .hw-lab-product-card__stars,
.hw-lab-extra-block:has(.hw-lab-carousel > .hw-lab-product-card:only-child) .hw-lab-product-card__stars {
  display: none;
}

.hw-lab-extra-block--gifts.is-single .hw-lab-product-card strong,
.hw-lab-extra-block:has(.hw-lab-carousel > .hw-lab-product-card:only-child) .hw-lab-product-card strong {
  min-height: 0;
}

.hw-lab-extra-block--gifts.is-single .hw-lab-product-card small,
.hw-lab-extra-block:has(.hw-lab-carousel > .hw-lab-product-card:only-child) .hw-lab-product-card small {
  align-self: start;
}

.hw-lab-extra-block--gifts.is-single .hw-lab-product-card__price,
.hw-lab-extra-block:has(.hw-lab-carousel > .hw-lab-product-card:only-child) .hw-lab-product-card__price {
  grid-column: 3;
  grid-row: 1 / span 3;
  align-self: center;
  margin: 0;
  white-space: nowrap;
}

.hw-lab-product-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--hw-surface-border);
  background: var(--hw-elev);
  color: var(--hw-ink);
  text-decoration: none;
}

.hw-lab-product-card__link {
  display: contents;
  color: inherit;
  text-decoration: none;
}

.hw-lab-product-card__image {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--hw-bg);
}

.hw-lab-product-card__image.is-source-small {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
}

.hw-lab-product-card__image.is-source-framed {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.hw-lab-product-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hw-lab-product-card__image.is-source-small img {
  width: auto;
  height: auto;
  max-width: min(100%, var(--hw-img-w, 100%));
  max-height: min(100%, var(--hw-img-h, 100%));
  object-fit: contain;
}

.hw-lab-product-card__image.is-source-framed img {
  object-fit: contain;
}

.hw-lab-product-card__stars {
  color: #d6d1ca;
  font-size: 15px;
  letter-spacing: 0;
}

.hw-lab-product-card strong {
  min-height: 42px;
  font-size: 16px;
  line-height: 1.35;
}

.hw-lab-product-card small {
  color: var(--hw-ink-3);
  font-size: 14px;
}

.hw-lab-product-card small.is-in-stock {
  color: var(--hw-moss);
}

.hw-lab-product-card__price {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
}

.hw-lab-product-card__cart {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: 100%;
  margin-top: 4px;
  border: 0;
  border-radius: 10px;
  background: var(--hw-theme);
  color: var(--hw-bg);
  cursor: pointer;
  font: 700 14px/1.2 var(--hw-font-family, inherit);
}

.hw-lab-product-card__cart:hover,
.hw-lab-product-card__cart:focus-visible {
  background: color-mix(in srgb, var(--hw-theme) 86%, var(--hw-ink));
}

/* Link-variant pill buttons (ПОДРОБНЕЕ, В КОРЗИНЕ) — keep light text;
   .hw-lab a{color:inherit} otherwise wins over the base cart rule. */
.hw-lab a.hw-lab-product-card__cart {
  color: var(--hw-bg);
}

.hw-lab-review-card {
  display: grid;
  align-content: start;
  gap: 12px;
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--hw-surface-border);
  background: var(--hw-elev);
  color: var(--hw-ink);
}

.hw-lab-review-card div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: baseline;
}

.hw-lab-review-card strong {
  min-width: 0;
  font-size: 16px;
}

.hw-lab-review-card time {
  flex: 0 0 auto;
  color: var(--hw-ink-3);
  font-size: 13px;
}

.hw-lab-review-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--hw-ink-2);
  font-size: 15px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.hw-lab-review-card .hw-lab-product-card__stars {
  color: #a66a2c;
}

.hw-lab-product-comments,
.hw-lab-comments-native {
  min-width: 0;
}

.hw-lab-product-comments .bx_soc_comments_div,
.hw-lab-product-comments .bx-catalog-tab-section-container,
.hw-lab-product-comments .bx-catalog-tab-body-container,
.hw-lab-product-comments .bx-catalog-tab-container,
.hw-lab-product-comments [id^="soc_comments_"],
.hw-lab-product-comments [id^="bx-cat-soc-comments-blg_"],
.hw-lab-product-comments [id^="comp_"],
.hw-lab-product-comments [id^="blg-comment-"] {
  min-width: 0;
}

.hw-lab-product-comments .bx_soc_comments_div .bx-catalog-tab-body-container,
.hw-lab-product-comments .bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container > div {
  padding: 0;
}

.hw-lab-product-comments .bx-catalog-tab-list1,
.hw-lab-product-comments .reviews_sort,
.hw-lab-product-comments .blog-comment-nav {
  display: none !important;
}

.hw-lab-product-comments .blog-comments.hw-lab-comments-carousel {
  align-items: stretch;
  gap: 18px;
  margin: 0;
  padding: 0 0 12px;
}

.hw-lab-product-comments .blog-comments.hw-lab-comments-carousel > a,
.hw-lab-product-comments .blog-comments.hw-lab-comments-carousel > .reviews_sort,
.hw-lab-product-comments .blog-comments.hw-lab-comments-carousel > .blog-add-comment,
.hw-lab-product-comments .blog-comments.hw-lab-comments-carousel > .blog-comment-nav {
  display: none !important;
}

.hw-lab-product-comments .blog-comments.hw-lab-comments-carousel > div[id^="form_comment_"] {
  display: none;
}

.hw-lab-product-comments .blog-comments.hw-lab-comments-carousel > div[id="form_comment_"] {
  display: none !important;
}

.hw-lab-product-comments.is-comment-form-open .blog-comments.hw-lab-comments-carousel > div[id^="form_comment_"]:not([id="form_comment_"]) {
  display: block !important;
  flex: 0 0 100%;
  order: -2;
  min-width: 0;
  scroll-snap-align: start;
}

.hw-lab-product-comments .blog-comments.hw-lab-comments-carousel > div[id^="new_comment_cont_"]:empty {
  display: none !important;
}

.hw-lab-product-comments .blog-comments.hw-lab-comments-carousel > div[id^="new_comment_cont_"]:not(:empty) {
  display: block !important;
  flex: 0 0 100%;
  order: -3;
  min-width: 0;
  scroll-snap-align: start;
}

.hw-lab-product-comments .blog-comments.hw-lab-comments-carousel > div[id^="blg-comment-"],
.hw-lab-product-comments .blog-comments.hw-lab-comments-carousel > .blog-comment.hw-lab-native-review-card {
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  scroll-snap-align: start;
}

.hw-lab-product-comments .blog-comment.hw-lab-native-review-card {
  box-sizing: border-box;
  width: 100% !important;
  height: 360px;
  max-height: 360px;
  margin: 0 !important;
  padding: 0;
  border: 1px solid var(--hw-surface-border);
  background: var(--hw-elev);
  color: var(--hw-ink);
  font-family: var(--hw-font-family, inherit);
  font-size: var(--hw-review-body-size);
  overflow: hidden;
  position: relative;
}

.hw-lab-product-comments .blog-comment.hw-lab-native-review-card.is-expanded {
  height: auto;
  max-height: none;
  overflow: visible;
}

.hw-lab-product-comments .blog-comment.hw-lab-native-review-card .blog-comment-cont {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 100%;
  padding: 22px;
  background: transparent;
}

.hw-lab-product-comments .blog-comment.hw-lab-native-review-card .blog-comment-cont-white {
  height: 100%;
  background: transparent;
}

.hw-lab-product-comments .blog-comment.hw-lab-native-review-card .blog-comment-info {
  padding: 0;
}

.hw-lab-product-comments .blog-comment.hw-lab-native-review-card .blog-author {
  font-size: var(--hw-review-author-size);
  font-weight: 700;
}

.hw-lab-product-comments .blog-comment.hw-lab-native-review-card .blog-post-date,
.hw-lab-product-comments .blog-comment.hw-lab-native-review-card .blog-comment-date,
.hw-lab-product-comments .blog-comment.hw-lab-native-review-card .blog-comment-approve {
  display: none !important;
}

.hw-lab-product-comments .blog-comment.hw-lab-native-review-card .votes_block {
  margin: 0;
  color: var(--hw-review-star);
}

.hw-lab-product-comments .blog-comment.hw-lab-native-review-card .comment-text__title {
  margin: 8px 0 -4px;
  color: var(--hw-ink);
  font-size: var(--hw-review-title-size);
  font-weight: 700;
}

.hw-lab-product-comments .blog-comment.hw-lab-native-review-card .comment-text__text {
  display: -webkit-box;
  overflow: hidden;
  color: var(--hw-ink-2);
  font-size: var(--hw-review-body-size);
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.hw-lab-product-comments .blog-comment.hw-lab-native-review-card.is-expanded .comment-text__text {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.hw-lab-product-comments .blog-comment-meta {
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding-top: 8px;
}

.hw-lab-product-comments .rating-vote,
.hw-lab-product-comments .rating_vote {
  white-space: nowrap;
}

.hw-lab-product-comments .blog-comment.child.hw-lab-native-review-card {
  border-color: var(--hw-line);
  background: var(--hw-bg);
}

.hw-lab-product-comments .blog-comment.child.hw-lab-native-review-card .blog-comment-cont {
  padding: 18px;
}

.hw-lab-review-toggle {
  display: none;
  justify-self: start;
  min-height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--hw-ink);
  cursor: pointer;
  font: inherit;
  font-size: var(--hw-review-control-size);
  font-weight: 500;
  line-height: 1;
}

.hw-lab-product-comments .blog-comment.hw-lab-native-review-card.has-review-overflow .hw-lab-review-toggle {
  display: inline-flex;
  align-items: center;
}

.hw-lab-product-comments .blog-comment.hw-lab-native-review-card.has-review-overflow:not(.is-expanded) .hw-lab-review-toggle {
  position: absolute;
  left: 22px;
  bottom: 12px;
  z-index: 2;
  min-height: 24px;
  padding-right: 10px;
  background: var(--hw-elev);
}

.hw-lab-product-comments .blog-comment.hw-lab-native-review-card.has-review-overflow:not(.is-expanded)::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 1px;
  left: 1px;
  height: 74px;
  pointer-events: none;
  background: linear-gradient(to bottom, var(--hw-review-fade), var(--hw-elev) 70%);
}

.hw-lab-color-modal {
  position: fixed;
  inset: 0;
  z-index: 2147482000;
  display: grid;
  box-sizing: border-box;
  grid-template-columns: minmax(460px, 0.82fr) minmax(560px, 1fr);
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 18px 34px;
  width: 100vw;
  max-width: 100vw;
  height: 100dvh;
  overflow: hidden;
  padding: 28px 56px;
  background: var(--hw-bg);
  color: var(--hw-ink);
  isolation: isolate;
}

.hw-lab-color-modal[hidden] {
  display: none;
}

.hw-lab-modal-open {
  overflow: hidden;
}

html.hw-lab-modal-open body {
  overflow: hidden;
}

html.hw-lab-modal-open .hw-lab {
  position: relative;
  z-index: 2147483500;
}

html.hw-lab-modal-open .bottom-icons-panel {
  display: none !important;
}

html.hw-lab-modal-open #body_iframe_wrapper {
  display: none !important;
  pointer-events: none !important;
}

html.hw-lab-modal-open .header_wrap,
html.hw-lab-modal-open .header-wrapper,
html.hw-lab-modal-open #header,
html.hw-lab-modal-open .top-block-wrapper,
html.hw-lab-modal-open .logo_and_menu-row,
html.hw-lab-modal-open .menu-row,
html.hw-lab-modal-open .mega_fixed_menu,
html.hw-lab-modal-open .inline-search-block,
html.hw-lab-modal-open .header-progress-bar {
  display: none !important;
}

.hw-lab-color-modal__head {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  min-height: 52px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--hw-soft-line);
  background: var(--hw-bg);
}

.hw-lab-color-modal__head button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--hw-line);
  border-radius: 999px;
  background: var(--hw-elev);
  color: var(--hw-ink-2);
  cursor: pointer;
  font: inherit;
  text-align: right;
  justify-self: end;
}

.hw-lab-color-modal__preview {
  position: sticky;
  top: 24px;
  grid-column: 1;
  grid-row: 2 / span 3;
  align-self: start;
  display: grid;
  grid-template-rows: minmax(340px, 1fr) auto;
  overflow: hidden;
  border: 1px solid var(--hw-line);
  border-radius: 18px;
  background: var(--hw-elev);
  min-height: min(760px, calc(100dvh - 104px));
  touch-action: pan-y;
  cursor: zoom-in;
}

.hw-lab-color-modal__preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}

.hw-lab-gallery__item.is-primary .hw-lab-gallery__button {
  cursor: zoom-in;
}

.hw-lab-color-modal__caption {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 18px 22px;
  border-top: 1px solid var(--hw-soft-line);
  background: var(--hw-elev);
}

.hw-lab-color-modal__caption strong {
  font-family: var(--hw-font-family, inherit);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.hw-lab-color-modal__caption span {
  flex: 0 0 auto;
  color: var(--hw-ink-3);
  line-height: 1.3;
  text-align: right;
}

.hw-lab-color-modal__nav {
  position: absolute;
  right: 28px;
  top: 28px;
  display: flex;
  gap: 8px;
}

.hw-lab-color-modal__nav button {
  appearance: none;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--hw-line);
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.9);
  color: var(--hw-ink);
  cursor: pointer;
  font: inherit;
  font-size: 18px;
}

.hw-lab-family--modal {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  gap: 8px;
}

.hw-lab-family--modal button {
  min-height: 40px;
  padding: 9px 14px;
  border-color: var(--hw-line);
  background: var(--hw-elev);
  color: var(--hw-ink-2);
  font-size: 14px;
}

.hw-lab-family--modal button.is-active {
  background: var(--hw-theme);
  color: var(--hw-bg);
}

.hw-lab-family--modal button.is-active span {
  color: inherit;
  opacity: 0.78;
}

.hw-lab-color-current {
  flex: 1 0 100%;
  color: var(--hw-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  padding: 0 0 4px;
}

.hw-lab-color-modal__grid {
  grid-column: 2;
  grid-row: 3;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  grid-auto-rows: 104px;
  gap: 18px 16px;
  align-content: start;
  justify-items: center;
  min-height: 0;
  overflow-y: auto;
  padding: 10px 8px 22px;
  scrollbar-gutter: stable;
}

.hw-lab-color-empty {
  grid-column: 2;
  grid-row: 3;
  align-self: start;
  padding: 28px;
  border: 1px dashed var(--hw-line);
  border-radius: 12px;
  color: var(--hw-ink-3);
  text-align: center;
}

.hw-lab-color-empty[hidden] {
  display: none;
}

.hw-lab-color-card {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 92px;
  height: 92px;
  overflow: hidden;
  border: 1px solid var(--hw-line);
  border-radius: 50%;
  outline: 0;
  background: var(--hw-elev);
  aspect-ratio: auto;
  text-decoration: none;
}

.hw-lab-color-card[hidden] {
  display: none;
}

.hw-lab-color-card.is-active {
  border-color: var(--hw-ink);
  box-shadow: 0 0 0 2px var(--hw-ink);
}

.hw-lab-color-card.is-preview {
  border-color: var(--hw-theme);
  box-shadow: 0 0 0 2px var(--hw-theme);
}

.hw-lab-color-card.is-empty {
  opacity: 0.34;
}

.hw-lab-color-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.22);
  transform-origin: center center;
}

.hw-lab-color-card span {
  display: none;
}

.hw-lab-color-card strong,
.hw-lab-color-card small {
  display: none;
}

.hw-lab-color-modal--sizes .hw-lab-color-modal__preview {
  display: none;
}

.hw-lab-color-modal--sizes .hw-lab-color-modal__grid {
  align-content: start;
}

.hw-lab-color-card--size {
  display: grid;
  width: auto;
  min-width: 104px;
  height: auto;
  min-height: 58px;
  align-content: center;
  justify-items: center;
  padding: 10px 12px;
  border-radius: 10px;
}

.hw-lab-color-card--size span,
.hw-lab-color-card--size strong,
.hw-lab-color-card--size small {
  display: block;
  text-align: center;
}

.hw-lab-color-card--size span {
  color: var(--hw-ink);
  font-size: 14px;
  font-weight: 700;
}

.hw-lab-color-card--size strong {
  display: none;
}

.hw-lab-color-card--size small {
  margin-top: 4px;
  color: var(--hw-ink-3);
  font-size: 11px;
  line-height: 1.2;
}

.hw-lab-color-modal__footer {
  grid-column: 2;
  grid-row: 4;
  display: grid;
  grid-template-columns: 112px minmax(190px, 0.5fr) minmax(240px, 1fr);
  gap: 10px;
  align-self: stretch;
  align-items: stretch;
  padding: 10px 0 0;
  border-top: 1px solid var(--hw-soft-line);
  background: var(--hw-bg);
}

.hw-lab-color-modal__footer button,
.hw-lab-color-modal__footer a {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 10px;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.hw-lab-color-modal__footer button {
  border: 1px solid var(--hw-line);
  background: transparent;
  color: var(--hw-ink-2);
  cursor: pointer;
}

.hw-lab-color-modal__footer a {
  border: 0;
  background: var(--hw-theme);
  color: var(--hw-bg);
}

.hw-lab-color-modal__qty {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.hw-lab-color-modal__qty[hidden] {
  display: none;
}

.hw-lab-color-modal__stepper {
  display: grid;
  grid-template-columns: 42px minmax(40px, 1fr) 42px;
  align-items: center;
  min-height: 52px;
  overflow: hidden;
  border: 1px solid var(--hw-line);
  border-radius: 10px;
  background: var(--hw-elev);
}

.hw-lab-color-modal__stepper button {
  min-height: 50px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--hw-ink);
  cursor: pointer;
}

.hw-lab-color-modal__stepper strong {
  color: var(--hw-ink);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.hw-lab-color-modal__qty > span {
  overflow: hidden;
  color: var(--hw-ink-3);
  font-size: 14px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hw-lab-color-modal__footer a.is-muted {
  background: var(--hw-ink-2);
}

.hw-lab-color-modal__footer a.is-loading {
  opacity: 0.72;
  pointer-events: none;
}

.hw-lab-color-modal__footer a.is-error {
  background: var(--hw-sale);
}

.hw-lab-color-modal__footer a.is-added {
  background: var(--hw-moss);
}

.hw-lab-color-subscribe-email {
  flex: 1 1 210px;
  min-width: 180px;
}

.hw-lab-color-subscribe-email[hidden] {
  display: none;
}

.hw-lab-color-subscribe-email span {
  display: none;
}

.hw-lab-color-subscribe-email input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--hw-line);
  border-radius: 10px;
  background: var(--hw-bg);
  color: var(--hw-ink);
  font: inherit;
  font-size: 14px;
}

.hw-lab-color-subscribe-email input:focus {
  border-color: var(--hw-ink);
  outline: none;
}

.hw-lab-photo-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483500;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto 112px;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: var(--hw-bg);
  color: var(--hw-ink);
}

.hw-lab-photo-modal[hidden] {
  display: none;
}

.hw-lab-photo-modal__head {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 120px;
  gap: 16px;
  align-items: center;
  min-height: 60px;
  padding: 12px 28px;
  border-bottom: 1px solid var(--hw-soft-line);
}

.hw-lab-photo-modal__head button {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--hw-ink-2);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.hw-lab-photo-modal__head button[data-hw-photo-close] {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--hw-soft-line);
  border-radius: 50%;
  background: var(--hw-bg);
  color: var(--hw-ink);
  font-size: 0;
  box-shadow: 0 8px 22px rgba(46, 41, 37, 0.08);
}

.hw-lab-photo-modal__head button[data-hw-photo-close]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 24px;
  height: 24px;
  background: currentColor;
  transform: translate(-50%, -50%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.hw-lab-photo-modal__head strong {
  font-family: var(--hw-font-family, inherit);
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.hw-lab-photo-modal__head span {
  color: var(--hw-ink-3);
  text-align: right;
}

.hw-lab-photo-modal__stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 20px 96px 24px;
  overflow: hidden;
  isolation: isolate;
}

.hw-lab-photo-modal__stage img {
  width: auto;
  height: auto;
  max-width: min(86vw, 1220px);
  max-height: min(72vh, calc(100dvh - 220px));
  display: block;
  object-fit: contain;
  object-position: center center;
}

.hw-lab-photo-modal__stage button {
  appearance: none;
  position: absolute;
  top: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--hw-line);
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.92);
  color: var(--hw-ink);
  cursor: pointer;
  font: inherit;
  font-size: 22px;
  transform: translateY(-50%);
}

.hw-lab-photo-modal__stage button:first-child {
  left: 32px;
  z-index: 2;
}

.hw-lab-photo-modal__stage button:last-child {
  right: 32px;
}

.hw-lab-photo-modal__purchase {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(210px, 260px) 112px minmax(220px, 280px);
  gap: 12px;
  align-items: center;
  width: min(1120px, calc(100vw - 64px));
  margin: 0 auto 14px;
  padding: 14px;
  border: 1px solid var(--hw-line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--hw-bg) 94%, var(--hw-theme-soft));
  box-shadow: 0 16px 38px rgba(46, 41, 37, 0.08);
  color: var(--hw-ink);
  font-family: var(--hw-font-family, inherit);
}

.hw-lab-photo-modal__purchase[hidden] {
  display: none;
}

.hw-lab-photo-modal__purchase-info {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.hw-lab-photo-modal__purchase-info strong,
.hw-lab-photo-modal__purchase-info span,
.hw-lab-photo-modal__purchase-info em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hw-lab-photo-modal__purchase-info strong {
  color: var(--hw-ink);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

.hw-lab-photo-modal__purchase-info span {
  color: var(--hw-ink-2);
  font-size: 14px;
  line-height: 1.2;
}

.hw-lab-photo-modal__purchase-info span b,
.hw-lab-photo-modal__purchase-info span small {
  font: inherit;
}

.hw-lab-photo-modal__purchase-info em {
  color: var(--hw-moss);
  font-size: 13px;
  font-style: normal;
  line-height: 1.2;
}

.hw-lab-photo-modal__purchase-price {
  display: grid;
  gap: 2px;
  min-width: max-content;
}

.hw-lab-photo-modal__purchase-price strong {
  color: var(--hw-ink);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
}

.hw-lab-photo-modal__purchase-price span {
  color: var(--hw-ink-3);
  font-size: 13px;
  line-height: 1.2;
}

.hw-lab-photo-modal__purchase-qty {
  display: grid;
  gap: 5px;
  min-width: 0;
  justify-items: start;
}

.hw-lab-photo-modal__purchase-qty[hidden] {
  display: none;
}

.hw-lab-photo-modal__purchase-qty .hw-lab-mobile-stepper {
  display: grid;
  grid-template-columns: 46px 48px 46px;
  width: 140px;
  min-height: 46px;
  border-radius: 8px;
}

.hw-lab-photo-modal__purchase-qty .hw-lab-mobile-stepper button {
  display: grid;
  width: 46px;
  height: 46px;
  min-height: 46px;
  place-items: center;
  padding: 0;
  font-size: 16px;
}

.hw-lab-photo-modal__purchase-qty .hw-lab-mobile-stepper strong {
  display: grid;
  min-width: 0;
  place-items: center;
  font-size: 16px;
  font-weight: 600;
}

.hw-lab-photo-modal__purchase-qty > span {
  min-width: 0;
  overflow: hidden;
  color: var(--hw-ink-3);
  font-size: 13px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hw-lab-photo-modal__purchase-cancel,
.hw-lab-photo-modal__purchase-action {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.hw-lab-photo-modal__purchase-cancel {
  border: 1px solid var(--hw-line);
  background: var(--hw-bg);
  color: var(--hw-ink-2);
}

.hw-lab-photo-modal__purchase-action {
  gap: 4px;
  border: 0;
  background: var(--hw-theme);
  color: var(--hw-bg);
}

.hw-lab-photo-modal__purchase-action.is-added {
  background: var(--hw-moss);
}

.hw-lab-photo-modal__purchase-action.is-muted {
  background: var(--hw-ink-2);
}

.hw-lab-photo-modal__purchase[data-hw-stock="0"] .hw-lab-photo-modal__purchase-cancel {
  grid-column: 4 / 5;
}

.hw-lab-photo-modal__purchase[data-hw-stock="0"] .hw-lab-photo-modal__purchase-action {
  grid-column: 5 / 6;
  min-width: 0;
}

.hw-lab-photo-modal__purchase-action b {
  display: inline !important;
  color: inherit;
  font-weight: inherit;
  white-space: nowrap;
}

.hw-lab-photo-modal__thumbs {
  display: flex;
  justify-content: safe center;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  min-width: 0;
  padding: 14px 32px 18px;
  border-top: 1px solid var(--hw-soft-line);
  background: rgba(255, 253, 249, 0.96);
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 32px;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.hw-lab-photo-modal__thumbs button {
  appearance: none;
  flex: 0 0 76px;
  width: 76px;
  height: 54px;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--hw-soft-line);
  border-radius: 8px;
  background: var(--hw-bg);
  cursor: pointer;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.hw-lab-photo-modal__thumbs button.is-active {
  border-color: var(--hw-ink);
  box-shadow: 0 0 0 1px var(--hw-ink);
}

.hw-lab-photo-modal__thumbs button.is-empty {
  opacity: 0.26;
  filter: saturate(0.45);
}

.hw-lab-photo-modal__thumbs button.is-empty img {
  opacity: 0.62;
}

.hw-lab-photo-modal__thumbs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hw-lab-photo-modal__colors-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px 18px;
  background: var(--hw-bg);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.hw-lab-photo-modal__colors-switch[hidden] {
  display: none;
}

.hw-lab-photo-modal__colors-switch button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  min-width: 248px;
  padding: 0 18px;
  border: 1px solid var(--hw-line);
  border-radius: 6px;
  background: var(--hw-elev);
  color: var(--hw-ink);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(70, 58, 54, 0.06);
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.hw-lab-photo-modal__colors-switch button::after {
  content: "→";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.hw-lab-photo-modal__colors-switch button:hover,
.hw-lab-photo-modal__colors-switch button:focus-visible {
  border-color: var(--hw-theme);
  background: var(--hw-theme);
  color: var(--hw-bg);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--hw-theme) 22%, transparent);
}

.hw-lab-photo-modal__colors-switch span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  background: var(--hw-theme-soft);
  color: var(--hw-theme);
  font-size: 13px;
}

.hw-lab-photo-modal__colors-switch button:hover span,
.hw-lab-photo-modal__colors-switch button:focus-visible span {
  background: color-mix(in srgb, var(--hw-bg) 20%, transparent);
  color: inherit;
}

.hw-lab-photo-modal[data-hw-photo-switching="1"] .hw-lab-photo-modal__stage img,
.hw-lab-photo-modal[data-hw-photo-switching="1"] .hw-lab-photo-modal__thumbs,
.hw-lab-photo-modal[data-hw-photo-switching="1"] .hw-lab-photo-modal__purchase,
.hw-lab-photo-modal[data-hw-photo-switching="1"] .hw-lab-photo-modal__colors-switch {
  opacity: 0.72;
  transform: translateY(2px);
}

@media (prefers-reduced-motion: reduce) {
  .hw-lab-photo-modal__thumbs,
  .hw-lab-photo-modal__colors-switch,
  .hw-lab-photo-modal__colors-switch button {
    transition: none;
  }

  .hw-lab-photo-modal[data-hw-photo-switching="1"] .hw-lab-photo-modal__stage img,
  .hw-lab-photo-modal[data-hw-photo-switching="1"] .hw-lab-photo-modal__thumbs,
  .hw-lab-photo-modal[data-hw-photo-switching="1"] .hw-lab-photo-modal__purchase,
  .hw-lab-photo-modal[data-hw-photo-switching="1"] .hw-lab-photo-modal__colors-switch {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .hw-lab {
    display: block;
    min-height: 100vh;
    overflow: visible;
    padding-bottom: 0;
  }

  .hw-lab-mobile-card__photo,
  .hw-lab-mobile-gallery,
  .hw-lab-gallery,
  .hw-lab-color-modal,
  .hw-lab-color-modal__preview,
  .hw-lab-color-modal__grid,
  .hw-lab-family--modal,
  .hw-lab-photo-modal,
  .hw-lab-photo-modal__stage {
    touch-action: pan-y;
  }

  html:has(.hw-lab) .bottom-icons-panel {
    display: none !important;
  }

  .hw-lab-page-head {
    width: min(calc(100vw - 32px), 430px);
    margin: 0 auto;
    padding: 8px 0 12px;
  }

  .hw-lab-page-head h1 {
    display: none;
  }

  .hw-lab-page-head__brand {
    display: none;
  }

  .hw-lab-breadcrumbs {
    max-width: 100%;
    overflow: visible;
    color: var(--hw-ink-3);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
  }

  .hw-lab-breadcrumbs ol {
    flex-wrap: wrap;
    width: 100%;
    min-width: 0;
    gap: 8px;
  }

  .hw-lab-breadcrumbs li:last-child {
    display: none;
  }

  .hw-lab-breadcrumbs li + li::before {
    width: 12px;
    margin-right: 8px;
  }

  .hw-lab-breadcrumbs a,
  .hw-lab-breadcrumbs span {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 32px;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .hw-lab-hero {
    display: block;
    max-width: 430px;
    min-height: auto;
    width: min(calc(100vw - 32px), 430px);
    margin: 0 auto;
    overflow: visible;
    padding: 0 0 38px;
  }

  .hw-lab-mobile-card {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-areas:
      "back back"
      "info info"
      "facts facts"
      "thumbs photo"
      "rail rail"
      "promo promo"
      "strip strip";
  }

  .hw-lab-mobile-back {
    grid-area: back;
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    margin: 0 0 8px;
    padding: 4px 12px 4px 5px;
    border: 1px solid var(--hw-line);
    border-radius: 999px;
    background: var(--hw-elev);
    color: var(--hw-ink);
    box-shadow: 0 8px 22px rgba(46, 41, 37, 0.08);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  .hw-lab-mobile-back span {
    position: relative;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--hw-elev) 78%, var(--hw-theme-soft));
    color: currentColor;
  }

  .hw-lab-mobile-back span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 22px;
    height: 22px;
    background: currentColor;
    transform: translate(-50%, -50%);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .hw-lab-mobile-back b {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }

  .hw-lab-mobile-card__photo {
    position: relative;
    grid-area: photo;
    display: block;
    width: 100%;
    max-width: none;
    min-height: 250px;
    aspect-ratio: 1.12 / 1;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--hw-line);
    border-radius: 12px;
    background: var(--hw-elev);
    text-decoration: none;
  }

  .hw-lab-mobile-card__photo > .hw-lab-aspro-stickers {
    position: absolute;
    z-index: 4;
    top: 12px;
    right: 12px;
    left: 12px;
    pointer-events: none;
  }

  .hw-lab-left > .hw-lab-aspro-stickers {
    display: none;
  }

  .hw-lab-mobile-card__photo-view {
    appearance: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
  }

  .hw-lab-mobile-card__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transform: none;
    transform-origin: center center;
  }

  .hw-lab-mobile-card__photo-color {
    display: none;
  }

  .hw-lab-mobile-card__info {
    grid-area: info;
    display: grid;
    align-content: start;
    gap: 7px;
    width: 100%;
    max-width: none;
    margin: 3px 0 0;
    padding: 4px 2px 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    min-width: 0;
  }

  .hw-lab-mobile-card__info .hw-lab-badges {
    display: flex;
    gap: 6px;
  }

  .hw-lab-mobile-card__info .hw-lab-badges span {
    min-height: 24px;
    padding: 4px 8px;
    font-size: 12px;
  }

  .hw-lab-mobile-card h1 {
    margin: 0;
    font-family: var(--hw-font-family, inherit);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.08;
  }

  .hw-lab-mobile-card p {
    margin: 0;
    color: var(--hw-ink-2);
    font-size: 14px;
    line-height: 1.25;
  }

  .hw-lab-mobile-rating {
    display: flex;
    gap: 4px;
    align-items: center;
    min-width: 0;
    color: var(--hw-ink-2);
    font-size: 14px;
    line-height: 1;
  }

  .hw-lab-mobile-rating span {
    color: var(--hw-terra);
    letter-spacing: 0;
  }

  .hw-lab-mobile-rating strong {
    color: var(--hw-ink);
    font-size: 14px;
  }

  .hw-lab-mobile-rating small {
    overflow: hidden;
    color: var(--hw-ink-3);
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hw-lab-mobile-rating a {
    overflow: hidden;
    color: var(--hw-ink-3);
    font-size: 14px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hw-lab-price--mobile strong {
    font-size: 30px;
  }

  .hw-lab-price--mobile s {
    font-size: 14px;
  }

  .hw-lab-price--mobile {
    max-width: 100%;
    gap: 7px 10px;
  }

  .hw-lab-price--mobile .hw-lab-price__prefix {
    font-size: 14px;
  }

  .hw-lab-price--mobile .hw-lab-price__unit {
    margin-left: auto;
    font-size: 12px;
  }

  .hw-lab-price--mobile .hw-lab-price__discount,
  .hw-lab-price--mobile .hw-lab-price__saving {
    min-height: 24px;
    border-radius: 6px;
    font-size: 12px;
  }

  .hw-lab-price--mobile .hw-lab-price__discount {
    padding: 6px 9px;
  }

  .hw-lab-price--mobile .hw-lab-price__saving {
    padding: 6px 10px;
  }

  .hw-lab-mobile-unit {
    color: var(--hw-ink-3);
    font-size: 14px;
    line-height: 1.25;
  }

  .hw-lab-mobile-card small {
    color: var(--hw-moss);
    font-size: 14px;
  }

  .hw-lab-mobile-facts {
    grid-area: facts;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 2px 0 0;
  }

  .hw-lab-mobile-facts div {
    display: grid;
    gap: 5px;
    min-width: 0;
    min-height: 52px;
    padding: 9px 12px;
    border: 1px solid var(--hw-soft-line);
    border-radius: 12px;
    background: var(--hw-paper);
    background: color-mix(in srgb, var(--hw-paper) 78%, var(--hw-theme-soft));
  }

  .hw-lab-mobile-facts div:first-child {
    grid-column: 1 / -1;
  }

  .hw-lab-mobile-facts dt,
  .hw-lab-mobile-facts dd {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hw-lab-mobile-facts dt {
    color: var(--hw-ink-3);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .hw-lab-mobile-facts dd {
    color: var(--hw-ink);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.22;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .hw-lab-mobile-facts div:first-child dd {
    display: block;
  }

  .hw-lab-mobile-photo-link {
    display: none;
  }

  .hw-lab-mobile-rail {
    grid-area: rail;
    display: grid;
    gap: 10px;
    width: 100%;
    max-width: none;
    margin: 8px auto 0;
    padding: 12px 14px 13px;
    border: 1px solid var(--hw-line);
    border-radius: 8px;
    background: var(--hw-elev);
  }

  .hw-lab-mobile-gallery-wrap {
    grid-area: thumbs;
    position: relative;
    width: 64px;
    max-height: 327px;
    margin: 0;
  }

  .hw-lab-mobile-gallery {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 64px;
    max-width: none;
    max-height: 327px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 2px 2px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    scrollbar-width: thin;
  }

  .hw-lab-mobile-gallery-cue {
    position: absolute;
    z-index: 3;
    left: 50%;
    display: none;
    width: 30px;
    height: 30px;
    border: 1px solid color-mix(in srgb, var(--hw-line) 75%, var(--hw-bg));
    border-radius: 50%;
    background: color-mix(in srgb, var(--hw-bg) 88%, transparent);
    box-shadow: 0 8px 18px rgba(46, 41, 37, 0.14);
    opacity: 0.92;
    pointer-events: none;
    transform: translateX(-50%);
    backdrop-filter: blur(8px);
  }

  .hw-lab-mobile-gallery-cue::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    background: var(--hw-ink);
    transform: translate(-50%, -50%);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .hw-lab-mobile-gallery-cue--up {
    top: 4px;
  }

  .hw-lab-mobile-gallery-cue--up::before {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .hw-lab-mobile-gallery-cue--down {
    bottom: 4px;
  }

  .hw-lab-mobile-gallery-wrap.is-scrollable .hw-lab-mobile-gallery-cue {
    display: block;
  }

  .hw-lab-mobile-gallery-wrap.is-at-start .hw-lab-mobile-gallery-cue--up,
  .hw-lab-mobile-gallery-wrap.is-at-end .hw-lab-mobile-gallery-cue--down {
    display: none;
  }

  .hw-lab-mobile-gallery-wrap.is-hinting .hw-lab-mobile-gallery-cue--down {
    animation: hwLabMobileGalleryCue 1.1s ease both;
  }

  @keyframes hwLabMobileGalleryCue {
    0%, 100% {
      transform: translateX(-50%) translateY(0);
    }
    42% {
      transform: translateX(-50%) translateY(6px);
    }
  }

  .hw-lab-mobile-gallery button {
    appearance: none;
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--hw-soft-line);
    border-radius: 7px;
    background: var(--hw-elev);
    cursor: pointer;
  }

  .hw-lab-mobile-gallery button.is-active {
    border-color: var(--hw-ink);
  }

  .hw-lab-mobile-gallery img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .hw-lab-mobile-rail > div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    color: var(--hw-ink-2);
    font-size: 16px;
  }

  .hw-lab-mobile-rail > div:first-child > span {
    min-width: 0;
  }

  .hw-lab-mobile-rail button {
    appearance: none;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--hw-ink-2);
    cursor: pointer;
    font: inherit;
    text-decoration: underline;
  }

  .hw-lab-mobile-rail__all {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 14px !important;
    border: 1px solid var(--hw-line) !important;
    border-radius: 10px !important;
    background: var(--hw-bg) !important;
    color: var(--hw-ink-2) !important;
    font-size: 14px !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
  }

  .hw-lab-mobile-rail--sizes {
    gap: 14px;
    margin-top: 10px;
    padding: 17px 14px 15px;
    border-radius: 12px;
  }

  .hw-lab-mobile-rail--sizes > div:first-child {
    font-size: 16px;
    line-height: 1.2;
  }

  .hw-lab-mobile-rail--sizes > div:first-child strong {
    color: var(--hw-ink);
    font-size: 19px;
    font-weight: 500;
  }

  .hw-lab-mobile-rail--sizes [data-hw-mobile-availability] {
    flex: 0 0 auto;
    color: var(--hw-ink-2);
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
  }

  .hw-lab-mobile-rail--sizes .hw-lab-mobile-rail__all {
    min-height: 48px;
    border-radius: 10px !important;
    font-size: 15px !important;
  }

  .hw-lab-mobile-rail--colors {
    gap: 12px;
    margin-top: 6px;
    padding: 14px 14px 13px;
    border-radius: 12px;
  }

  .hw-lab-mobile-rail--colors > div:first-child strong {
    color: var(--hw-ink);
    font-size: 18px;
    font-weight: 600;
  }

  .hw-lab-promo-card--mobile {
    grid-area: promo;
    margin-top: 4px;
  }

  .hw-lab-promo-card {
    padding: 14px;
    border-radius: 12px;
  }

  .hw-lab-promo-card__title {
    font-size: 19px;
  }

  .hw-lab-promo-card__discount {
    padding: 8px 9px;
    font-size: 17px;
  }

  .hw-lab-promo-card__main {
    align-items: flex-start;
  }

  .hw-lab-promo-card__timer {
    grid-template-columns: 22px minmax(0, 1fr) auto auto auto;
    gap: 7px;
    padding: 9px 10px;
  }

  .hw-lab-promo-card__timer span {
    font-size: 13px;
  }

  .hw-lab-promo-card__timer strong {
    font-size: 14px;
  }

  .hw-lab-promo-card__timer b {
    font-size: 18px;
  }

  .hw-lab-mobile-swatches {
    display: flex;
    gap: 12px;
    margin-right: -12px;
    overflow-x: auto;
    padding: 3px 12px 7px 2px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .hw-lab-mobile-swatches .hw-lab-swatch {
    display: block;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--hw-line);
    border-radius: 50%;
    outline: 0;
    background: var(--hw-elev);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .hw-lab[data-hw-main-photo-group="offer"] .hw-lab-mobile-swatches .hw-lab-swatch.is-active{
    border-color: color-mix(in srgb, var(--hw-ink) 78%, transparent);
    box-shadow: 0 0 0 2px var(--hw-bg), 0 0 0 4px color-mix(in srgb, var(--hw-ink) 70%, transparent);
  }

  .hw-lab-mobile-swatches .hw-lab-swatch.is-preview:not(.is-active) {
    border-color: var(--hw-moss);
    box-shadow: 0 0 0 1px var(--hw-moss);
  }

  .hw-lab-mobile-swatches .hw-lab-swatch img {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.55);
    transform-origin: center center;
  }

  .hw-lab-mobile-rail--colors .hw-lab-mobile-swatches {
    display: grid;
    grid-auto-columns: 60px;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 60px);
    gap: 10px;
    margin-right: -14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 3px 14px 7px 2px;
    scroll-snap-type: x proximity;
  }

  .hw-lab-mobile-rail--colors .hw-lab-swatch {
    width: 60px;
    height: 60px;
  }

  .hw-lab-mobile-swatches .hw-lab-swatch span {
    display: none;
  }

  .hw-lab-mobile-swatches .hw-lab-swatch small {
    display: none;
  }

  .hw-lab-mobile-swatches .hw-lab-swatch--size {
    display: inline-flex;
    flex: 0 0 auto;
    width: auto;
    min-width: 82px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 8px;
    color: var(--hw-ink);
    font-size: 13px;
    font-weight: 650;
    line-height: 1;
  }

  .hw-lab-mobile-swatches .hw-lab-swatch--size span {
    display: inline;
    white-space: nowrap;
  }

  .hw-lab-mobile-rail--sizes .hw-lab-mobile-swatches {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
    scrollbar-width: none;
  }

  .hw-lab-mobile-rail--sizes .hw-lab-mobile-swatches::-webkit-scrollbar {
    display: none;
  }

  .hw-lab-mobile-rail--sizes .hw-lab-swatch--size {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0 4px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
  }

  .hw-lab-mobile-rail--sizes .hw-lab-swatch--size.is-active {
    border-color: var(--hw-theme);
    box-shadow: 0 0 0 1px var(--hw-theme);
    color: var(--hw-theme);
  }

  .hw-lab-mobile-swatches .hw-lab-swatch.is-empty::after {
    left: 13px;
    right: 13px;
    top: 32px;
  }

  .hw-lab-mobile-strip {
    grid-area: strip;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .hw-lab-mobile-controls {
    display: none;
  }

  .hw-lab-mobile-stepper {
    display: grid;
    grid-template-columns: 46px 48px 46px;
    align-items: center;
    min-height: 50px;
    border: 1px solid var(--hw-line);
    border-radius: 999px;
    background: var(--hw-elev);
    overflow: hidden;
  }

  .hw-lab-mobile-stepper button {
    appearance: none;
    width: 46px;
    height: 50px;
    border: 0;
    background: transparent;
    color: var(--hw-ink);
    cursor: pointer;
    font: inherit;
  }

  .hw-lab-mobile-stepper strong {
    color: var(--hw-ink);
    font-size: 18px;
    text-align: center;
  }

  .hw-lab-mobile-strip {
    display: none;
    margin-top: 8px;
    padding: 10px 12px;
    border-radius: 10px;
    background: var(--hw-paper);
    color: var(--hw-ink-2);
    font-size: 15px;
  }

  .hw-lab-mobile-strip span:last-child {
    color: var(--hw-moss);
  }

  .hw-lab-gallery,
  .hw-lab-summary {
    display: none;
  }

  .hw-lab-left {
    display: block;
    min-height: auto;
    width: 100%;
  }

  .hw-lab-tabs {
    display: none;
  }

  .hw-lab-tabs button {
    flex: 1 0 auto;
    min-height: 44px;
    padding: 0 12px;
    font-size: 15px;
    text-transform: none;
  }

  .hw-lab-tabs button[data-mobile-label] {
    font-size: 0;
  }

  .hw-lab-tabs button[data-mobile-label]::after {
    content: attr(data-mobile-label);
    font-size: 15px;
  }

  .hw-lab-panel {
    display: grid;
    width: 100%;
    gap: 0;
    min-height: auto;
    overflow: visible;
    padding: 4px 0 28px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .hw-lab-panel__block {
    display: block;
    border-bottom: 1px solid var(--hw-line);
  }

  .hw-lab-panel__block[hidden] {
    display: none;
  }

  .hw-lab-panel__block:not(.is-open) .hw-lab-panel__content {
    display: none;
  }

  .hw-lab-accordion-head {
    appearance: none;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    width: 100%;
    min-height: 56px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--hw-ink);
    cursor: pointer;
    font: inherit;
    font-size: 18px;
    text-align: left;
  }

  .hw-lab-accordion-head span {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
  }

  .hw-lab-accordion-head span::before,
  .hw-lab-accordion-head span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    right: 3px;
    height: 1px;
    background: var(--hw-ink);
  }

  .hw-lab-accordion-head span::after {
    transform: rotate(90deg);
  }

  .hw-lab-panel__block.is-open .hw-lab-accordion-head span::after {
    opacity: 0;
  }

  .hw-lab-panel__content {
    padding: 2px 0 18px;
  }

  .hw-lab-description-clamp {
    position: relative;
  }

  .hw-lab-description-clamp.is-collapsed {
    max-height: 246px;
    overflow: hidden;
  }

  .hw-lab-description-clamp.is-collapsed::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 70px;
    background: linear-gradient(rgba(250, 248, 244, 0), var(--hw-bg));
    pointer-events: none;
  }

  .hw-lab-description-more {
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    min-height: 34px;
    margin-top: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--hw-ink-2);
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 400;
  }

  .hw-lab-text {
    font-size: 16px;
    line-height: 1.58;
  }

  .hw-lab-text p:first-child {
    font-size: 18px;
  }

  .hw-lab-brief {
    font-size: 16px;
    line-height: 1.58;
  }

  .hw-lab-brief p {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .hw-lab-brief ul,
  .hw-lab-calc-list {
    gap: 6px;
  }

  .hw-lab-chip-list {
    gap: 6px;
  }

  .hw-lab-chip-list span {
    min-height: 36px;
    padding: 8px 11px;
    font-size: 14px;
  }

  .hw-lab-calc-list div {
    gap: 12px;
    padding: 11px 0;
    font-size: 15px;
  }

  .hw-lab-facts div {
    grid-template-columns: 1fr auto;
    gap: 12px;
    font-size: 15px;
  }

  .hw-lab-offers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .hw-lab-offer {
    padding: 6px;
  }

  .hw-lab-offer span,
  .hw-lab-offer small {
    font-size: 12px;
  }

  .hw-lab-lower {
    gap: 30px;
    max-width: 430px;
    padding: 10px 0 34px;
  }

  .hw-lab-extra-block {
    gap: 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .hw-lab-extra-block h2 {
    font-size: 22px;
    line-height: 1.25;
  }

  .hw-lab-carousel-head {
    align-items: center;
    gap: 12px;
  }

  .hw-lab-extra-block--reviews .hw-lab-carousel-head {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hw-lab-carousel-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
  }

  .hw-lab-extra-block--reviews .hw-lab-carousel-actions {
    width: 100%;
  }

  .hw-lab-carousel-actions button {
    width: 42px;
    height: 42px;
    font-size: calc(var(--hw-font-size-base) * 1.38);
  }

  .hw-lab-carousel-actions .hw-lab-review-action {
    order: 3;
    flex-basis: 100%;
    width: 100%;
    font-size: var(--hw-review-control-size);
  }

  .hw-lab-extra-tabs {
    overflow-x: auto;
  }

  .hw-lab-extra-tabs button {
    flex: 0 0 auto;
    min-height: 44px;
    font-size: 15px;
  }

  .hw-lab-carousel {
    gap: 12px;
    margin-right: 0;
    padding-right: 0;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
  }

  .hw-lab-carousel--products .hw-lab-product-card,
  .hw-lab-carousel--gifts .hw-lab-product-card {
    flex: 0 0 100%;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 10px 14px;
    padding: 14px;
  }

  .hw-lab-extra-block--gifts.is-single,
  .hw-lab-extra-block:has(.hw-lab-carousel > .hw-lab-product-card:only-child) {
    width: 100%;
    gap: 10px;
    padding: 14px;
    border-radius: 12px;
  }

  .hw-lab-extra-block--gifts.is-single .hw-lab-carousel,
  .hw-lab-extra-block:has(.hw-lab-carousel > .hw-lab-product-card:only-child) .hw-lab-carousel {
    margin-right: 0;
    padding-right: 0;
  }

  .hw-lab-extra-block--gifts.is-single .hw-lab-product-card,
  .hw-lab-extra-block:has(.hw-lab-carousel > .hw-lab-product-card:only-child) .hw-lab-product-card {
    grid-template-columns: 88px minmax(0, 1fr) auto;
    gap: 7px 12px;
    padding: 10px;
  }

  .hw-lab-extra-block--gifts.is-single .hw-lab-product-card__image,
  .hw-lab-extra-block:has(.hw-lab-carousel > .hw-lab-product-card:only-child) .hw-lab-product-card__image {
    width: 88px;
  }

  .hw-lab-extra-block--gifts.is-single .hw-lab-product-card__price,
  .hw-lab-extra-block:has(.hw-lab-carousel > .hw-lab-product-card:only-child) .hw-lab-product-card__price {
    grid-column: 2 / span 2;
    grid-row: auto;
    justify-self: start;
  }

  .hw-lab-product-card__image {
    grid-row: span 4;
    width: 128px;
    height: 128px;
    align-self: start;
  }

  .hw-lab-product-card {
    border: 1px solid var(--hw-line);
  }

  .hw-lab-product-card__image.is-source-small {
    padding: 18px;
  }

  .hw-lab-product-card__stars {
    font-size: 15px;
  }

  .hw-lab-product-card strong {
    min-height: 0;
    font-size: 16px;
  }

  .hw-lab-product-card small {
    font-size: 14px;
  }

  .hw-lab-product-card__price {
    margin-top: 0;
    font-size: 17px;
  }

  .hw-lab-product-card__cart {
    height: 44px;
    min-height: 44px;
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .hw-lab-review-card {
    flex: 0 0 100%;
    padding: 16px;
    border: 1px solid var(--hw-line);
  }

  .hw-lab-review-card div {
    display: grid;
    gap: 4px;
  }

  .hw-lab-review-card p {
    font-size: 15px;
    line-height: 1.5;
    -webkit-line-clamp: 8;
  }

  .hw-lab-product-comments .blog-comments.hw-lab-comments-carousel > div[id^="blg-comment-"],
  .hw-lab-product-comments .blog-comments.hw-lab-comments-carousel > .blog-comment.hw-lab-native-review-card {
    flex: 0 0 100%;
  }

  .hw-lab-product-comments .blog-comment.hw-lab-native-review-card .blog-comment-cont {
    padding: 16px;
  }

  .hw-lab-product-comments .blog-comment.hw-lab-native-review-card .blog-comment-info {
    display: grid;
    gap: 6px;
  }

  .hw-lab-product-comments .blog-comment.hw-lab-native-review-card .comment-text__text {
    font-size: 15px;
    line-height: 1.5;
    -webkit-line-clamp: 8;
  }

  .hw-lab-buybar {
    position: fixed;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    z-index: 55;
    display: grid;
    gap: 5px;
    min-height: 74px;
    padding: 8px;
    border: 1px solid var(--hw-line);
    border-radius: 12px;
    background: rgba(255, 253, 249, 0.97);
    box-shadow: 0 10px 28px rgba(46, 41, 37, 0.16);
    transition: opacity 220ms ease, transform 240ms ease;
  }

  body:has(.hw-lab) .wrapper_inner {
    filter: none !important;
  }

  .hw-lab:not(.is-buy-active) .hw-lab-buybar {
    opacity: 0;
    transform: translateY(110%);
    pointer-events: none;
  }

  .hw-lab:not(.is-buy-active) .hw-lab-installment.hw-lab-installment-tray {
    display: none;
  }

  .hw-lab:not(.is-buy-active) .hw-lab-mobile-swatches .hw-lab-swatch.is-active {
    border-color: var(--hw-line);
    box-shadow: none;
  }

  .hw-lab-installment.hw-lab-installment-tray {
    position: fixed;
    display: grid;
    right: 10px;
    bottom: calc(var(--hw-installment-buybar-height, 146px) + 18px + env(safe-area-inset-bottom));
    left: 10px;
    z-index: 54;
    max-width: 410px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 12px 12px 10px 10px;
    box-shadow: 0 -8px 20px rgba(46, 41, 37, 0.08);
    transform-origin: 50% 100%;
    animation: hwLabInstallmentTray 0.22s ease-out both;
  }

  .hw-lab-installment-tray .hw-lab-installment__head {
    align-items: center;
  }

  .hw-lab-installment-tray .hw-lab-installment__head strong {
    font-size: 14px;
  }

  .hw-lab-installment-tray .hw-lab-installment__payments {
    gap: 5px;
  }

  .hw-lab-installment-tray .hw-lab-installment__payment {
    padding: 7px 5px;
  }

  .hw-lab-installment-tray .hw-lab-installment__payment b {
    font-size: 12px;
  }

  .hw-lab-installment-tray .hw-lab-installment__payment small {
    font-size: 10px;
  }

  @keyframes hwLabInstallmentTray {
    from {
      opacity: 0;
      clip-path: inset(100% 0 0 0 round 12px);
      transform: translateY(8px) scaleY(0.96);
    }
    to {
      opacity: 1;
      clip-path: inset(0 0 0 0 round 12px);
      transform: translateY(0) scaleY(1);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hw-lab-installment,
    .hw-lab-installment-tray {
      animation: none;
    }
  }

  .hw-lab-buybar__offer {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    gap: 5px;
    align-items: baseline;
    min-height: 20px;
    color: var(--hw-ink-2);
    font-size: 13px;
    line-height: 1.2;
  }

  .hw-lab-buybar__offer strong {
    min-width: 0;
    overflow: hidden;
    color: var(--hw-ink);
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hw-lab-buybar__offer small {
    overflow: hidden;
    color: var(--hw-ink-3);
    font-size: 12px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hw-lab-buybar__offer em {
    min-width: max-content;
    padding: 1px 7px;
    border-radius: 999px;
    background: var(--hw-paper);
    color: var(--hw-ink-2);
    font-size: 12px;
    font-style: normal;
    line-height: 1.45;
    white-space: nowrap;
  }

  .hw-lab-buybar__qty {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    row-gap: 4px;
    column-gap: 6px;
    align-items: center;
    color: var(--hw-ink-2);
    font-size: 14px;
  }

  .hw-lab-buybar__qty > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hw-lab-buybar__qty > small {
    min-width: 0;
    color: var(--hw-ink-3);
    font-size: 13px;
    line-height: 1.2;
  }

  .hw-lab-buybar__qty .hw-lab-remove-hint--mobile {
    grid-column: 1 / -1;
    justify-self: end;
    margin-top: -2px;
    text-align: right;
  }

  .hw-lab-buybar__qty .hw-lab-mobile-stepper {
    grid-column: 1 / -1;
    justify-self: start;
    grid-template-columns: 42px 42px 42px;
    min-height: 42px;
  }

  .hw-lab-buybar__qty .hw-lab-mobile-stepper button {
    width: 42px;
    min-height: 42px;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 19px;
  }

  .hw-lab-buybar__actions {
    display: grid;
    grid-template-columns: 42px auto 44px;
    justify-content: center;
    gap: 8px;
    align-items: center;
  }

  .hw-lab-buybar__actions::after {
    content: none;
  }

  .hw-lab-buybar button {
    flex: 0 0 42px;
    width: 42px;
    min-height: 42px;
    border-radius: 10px;
    background: var(--hw-elev);
    font-size: 17px;
  }

  .hw-lab-buybar button.hw-lab-favorite-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-color: var(--hw-line);
    background: transparent;
    color: var(--hw-ink);
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
  }

  .hw-lab-buybar button.hw-lab-favorite-icon.is-added {
    border-color: var(--hw-theme);
    background: transparent;
    color: var(--hw-theme);
  }

  .hw-lab-buybar button.hw-lab-livechat-button {
    position: relative;
    width: 44px;
    min-height: 44px;
    height: 44px;
    margin-left: -4px;
    align-self: end;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 50%;
    background: rgba(217, 207, 211, 0.92);
    box-shadow: 0 12px 28px rgba(44, 37, 40, 0.18);
    color: #33394a;
    overflow: visible;
  }

  .hw-lab-buybar button.hw-lab-livechat-button span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: currentColor;
    transform: translate(-50%, -50%);
  }

  .hw-lab-buybar button.hw-lab-livechat-button span::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 8px;
    height: 8px;
    border-radius: 0 0 8px 0;
    background: currentColor;
    transform: rotate(24deg);
  }

  .hw-lab-buybar button.hw-lab-livechat-button i {
    position: absolute;
    right: -3px;
    top: -5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f3342f;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
  }

  .hw-lab-buybar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: clamp(220px, 58vw, 264px);
    min-height: 46px;
    border: 0;
    border-radius: 10px;
    background: var(--hw-theme);
    color: var(--hw-bg);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
  }

  .hw-lab-buybar a[data-hw-mobile-buy] {
    pointer-events: auto !important;
  }

  .hw-lab-buybar a.is-loading {
    opacity: 0.72;
    pointer-events: none;
  }

  .hw-lab-buybar a.is-added {
    background: var(--hw-moss);
  }

  .hw-lab-buybar a.is-muted {
    background: var(--hw-ink-2);
  }

  .hw-lab-buybar a b[data-hw-total] {
    display: inline !important;
    color: inherit;
    font-weight: inherit;
    font-variant-numeric: tabular-nums;
    white-space: nowrap !important;
  }

  @media (max-width: 360px) {
    .hw-lab-buybar__actions {
      grid-template-columns: 40px minmax(0, 1fr) 42px;
    }

    .hw-lab-buybar button {
      width: 40px;
      min-height: 40px;
    }

    .hw-lab-buybar button.hw-lab-livechat-button {
      width: 42px;
      min-height: 42px;
      height: 42px;
      margin-left: -6px;
    }

    .hw-lab-buybar a {
      width: 100%;
      font-size: 14px;
    }
  }

  .hw-lab-buybar__qty .hw-lab-mobile-stepper button {
    flex: 0 0 auto;
    width: 42px;
    min-height: 42px;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 19px;
  }

  .hw-lab-modal-open {
    overflow: hidden;
  }

  html.hw-lab-modal-open .hw-lab-buybar {
    display: none;
  }

  .hw-lab-cart-toast {
    top: auto;
    right: 12px;
    bottom: calc(var(--hw-installment-buybar-height, 146px) + 18px + env(safe-area-inset-bottom));
    left: 12px;
    z-index: 1301;
    grid-template-columns: 30px minmax(0, 1fr);
    width: auto;
    min-height: 58px;
    padding: 10px 12px;
    box-shadow: 0 -14px 34px rgba(46, 41, 37, 0.14);
    transform: translateY(8px);
  }

  .hw-lab-cart-toast.is-visible {
    transform: translateY(0);
  }

  html.hw-lab-modal-open .hw-lab-cart-toast {
    bottom: calc(var(--hw-photo-purchase-height, 320px) + 18px + env(safe-area-inset-bottom));
    z-index: 2147483000;
  }

  .hw-lab-cart-toast__icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .hw-lab-cart-toast__body strong {
    font-size: 14px;
  }

  .hw-lab-cart-toast__body small {
    font-size: 12px;
  }

  .hw-lab-color-modal {
    position: fixed;
    inset: 0;
    z-index: 2147482000;
    display: grid;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto clamp(320px, 45dvh, 460px) auto minmax(0, 1fr) auto;
    gap: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    min-height: 100dvh;
    overflow: hidden;
    padding: 0;
    background: var(--hw-bg);
    color: var(--hw-ink);
  }

  .hw-lab-color-modal[hidden] {
    display: none;
  }

  .hw-lab-color-modal__head {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    min-height: 54px;
    padding: 9px 14px;
    border-bottom: 1px solid var(--hw-soft-line);
  }

  .hw-lab-color-modal__head button {
    appearance: none;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--hw-ink-2);
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    text-align: right;
    justify-self: end;
  }

  .hw-lab-color-modal__preview {
    position: relative;
    top: auto;
    grid-column: 1;
    grid-row: 2;
    align-self: stretch;
    justify-self: stretch;
    min-height: 0;
    width: auto;
    height: auto;
    margin: 8px 12px 0;
    overflow: hidden;
    border-radius: 16px;
    background: var(--hw-elev);
    aspect-ratio: auto;
  }

  .hw-lab-color-modal__preview img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
    transform: none;
  }

  .hw-lab-color-modal__caption {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 253, 249, 0.88);
    backdrop-filter: blur(8px);
  }

  .hw-lab-color-modal__caption strong {
    font-family: var(--hw-font-family, inherit);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .hw-lab-color-modal__caption span {
    flex: 0 0 auto;
    color: var(--hw-ink-3);
    font-size: 14px;
    line-height: 1.2;
  }

  .hw-lab-color-modal__nav {
    right: 24px;
    top: 24px;
    gap: 6px;
  }

  .hw-lab-color-modal__nav button {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .hw-lab-family--modal {
    grid-column: 1;
    grid-row: 3;
    flex-wrap: nowrap;
    margin-top: 0;
    overflow-x: auto;
    padding: 7px 14px 7px;
    scrollbar-width: thin;
  }

  .hw-lab-color-current {
    display: none;
  }

  .hw-lab-family--modal button {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 7px 12px;
    font-size: 13px;
  }

  .hw-lab-color-modal__grid {
    grid-column: 1;
    grid-row: 4;
    display: grid;
    box-sizing: border-box;
    width: 100%;
    max-width: 100vw;
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    grid-auto-rows: 76px;
    gap: 16px 10px;
    align-content: start;
    justify-items: center;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 14px 14px 18px;
    scroll-padding-bottom: 18px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  .hw-lab-color-empty {
    padding: 22px 14px;
    margin: 10px 14px;
    font-size: 12px;
  }

  .hw-lab-color-card {
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    width: 68px;
    height: 68px;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    outline: 1px solid var(--hw-line);
    outline-offset: -1px;
    background: var(--hw-elev);
    aspect-ratio: auto;
    text-decoration: none;
  }

  .hw-lab-color-card[hidden] {
    display: none;
  }

  .hw-lab-color-card.is-active {
    outline: 2px solid var(--hw-ink);
    outline-offset: 2px;
  }

  .hw-lab-color-card:focus {
    outline: none;
  }

  .hw-lab-color-card:focus-visible {
    outline: 2px solid var(--hw-ink);
    outline-offset: 2px;
  }

  .hw-lab-color-card.is-preview {
    outline: 2px solid var(--hw-moss);
    outline-offset: 2px;
  }

  .hw-lab-color-card.is-active.is-preview {
    outline-color: var(--hw-ink);
  }

  .hw-lab-color-card.is-empty {
    opacity: 0.72;
  }

  .hw-lab-color-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.22);
    transform-origin: center center;
  }

  .hw-lab-color-card span {
    display: none;
  }

  .hw-lab-color-card strong,
  .hw-lab-color-card small {
    display: none !important;
  }

  .hw-lab-color-card strong {
    color: var(--hw-ink);
    font-size: 14px;
    line-height: 1.22;
    overflow-wrap: anywhere;
  }

  .hw-lab-color-card small {
    overflow: hidden;
    color: var(--hw-ink-3);
    font-size: 12px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hw-lab-color-card.is-empty::after {
    left: 6px;
    right: 6px;
    top: 50%;
    width: auto;
  }

  .hw-lab-color-modal--sizes {
    grid-template-rows: auto auto minmax(0, 1fr) auto;
  }

  .hw-lab-color-modal--sizes .hw-lab-family--modal {
    grid-row: 2;
  }

  .hw-lab-color-modal--sizes .hw-lab-color-current {
    display: block;
    flex: 0 0 auto;
    color: var(--hw-ink);
    font-size: 14px;
    font-weight: 650;
  }

  .hw-lab-color-modal--sizes .hw-lab-color-modal__grid {
    grid-row: 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: minmax(54px, auto);
    gap: 8px;
    padding-top: 10px;
  }

  .hw-lab-color-modal--sizes .hw-lab-color-card--size {
    display: grid;
    width: 100%;
    height: auto;
    min-height: 54px;
    padding: 9px 8px;
    border: 1px solid var(--hw-line);
    border-radius: 9px;
    outline: 0;
  }

  .hw-lab-color-modal--sizes .hw-lab-color-card--size span,
  .hw-lab-color-modal--sizes .hw-lab-color-card--size small {
    display: block !important;
  }

  .hw-lab-color-modal--sizes .hw-lab-color-card--size span {
    font-size: 13px;
    font-weight: 700;
  }

  .hw-lab-color-modal--sizes .hw-lab-color-card--size small {
    margin-top: 4px;
    font-size: 11px;
  }

  .hw-lab-color-modal--sizes .hw-lab-color-modal__footer {
    grid-row: 4;
  }

  .hw-lab-color-modal__footer {
    grid-column: 1;
    grid-row: 5;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 100vw;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-self: stretch;
    padding: 10px 14px calc(16px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--hw-soft-line);
    background: var(--hw-elev);
  }

  .hw-lab-color-modal__footer button,
  .hw-lab-color-modal__footer a {
    min-height: 50px;
    font-size: 15px;
  }

  .hw-lab-color-modal__footer button {
    flex: 0 0 auto;
    padding: 0 14px;
  }

  .hw-lab-color-modal__footer a {
    flex: 1 1 0;
    min-width: 0;
  }

  .hw-lab-color-modal__qty {
    order: -1;
    flex: 1 0 100%;
    grid-template-columns: minmax(128px, 0.45fr) 1fr;
    align-items: center;
    gap: 8px;
  }

  .hw-lab-color-modal__stepper {
    min-height: 44px;
    grid-template-columns: 40px minmax(38px, 1fr) 40px;
  }

  .hw-lab-color-modal__stepper button {
    min-height: 42px;
  }

  .hw-lab-color-subscribe-email {
    order: -1;
    flex: 1 0 100%;
    min-width: 0;
  }

  .hw-lab-color-subscribe-email input {
    min-height: 44px;
    font-size: 14px;
  }

  @media (max-height: 700px) {
    .hw-lab-color-modal {
      grid-template-rows: 48px 270px auto minmax(0, 1fr) auto;
    }

    .hw-lab-color-modal__head {
      min-height: 48px;
      padding: 6px 12px;
    }

    .hw-lab-color-modal__preview {
      margin: 4px 12px 0;
      border-radius: 14px;
    }

    .hw-lab-color-modal__caption {
      right: 8px;
      bottom: 8px;
      left: 8px;
      padding: 8px 10px;
      gap: 8px;
    }

    .hw-lab-color-modal__caption strong {
      font-size: 16px;
    }

    .hw-lab-color-modal__caption span {
      font-size: 13px;
    }

    .hw-lab-color-modal__nav {
      right: 16px;
      top: 16px;
    }

    .hw-lab-family--modal {
      margin-top: 0;
      padding: 6px 12px;
    }

    .hw-lab-family--modal button {
      min-height: 34px;
    }

    .hw-lab-color-modal__grid {
      grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
      grid-auto-rows: 70px;
      gap: 14px 8px;
      padding: 12px 12px 14px;
      scroll-padding-bottom: 14px;
    }

    .hw-lab-color-card {
      width: 64px;
      height: 64px;
    }

    .hw-lab-color-modal__footer {
      gap: 6px;
      padding: 7px 12px calc(10px + env(safe-area-inset-bottom));
    }

    .hw-lab-color-modal__footer button,
    .hw-lab-color-modal__footer a {
      min-height: 46px;
    }
  }

  .hw-lab-photo-modal {
    z-index: 2147483500;
    grid-template-rows: auto minmax(0, 1fr) auto 68px;
    height: 100vh;
    height: 100dvh;
  }

  .hw-lab-photo-modal__head {
    position: relative;
    grid-template-columns: max-content minmax(0, 1fr) auto;
    min-height: calc(56px + env(safe-area-inset-top, 0px));
    padding: max(10px, env(safe-area-inset-top, 0px)) 14px 8px;
  }

  .hw-lab-photo-modal__head button[data-hw-photo-close] {
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: auto;
    min-width: 98px;
    height: 44px;
    padding: 0 14px 0 10px;
    border-radius: 999px;
    background: var(--hw-elev);
    color: var(--hw-ink);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(46, 41, 37, 0.12);
    -webkit-tap-highlight-color: transparent;
  }

  .hw-lab-photo-modal__head button[data-hw-photo-close]::before {
    position: static;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    transform: none;
  }

  .hw-lab-photo-modal__head strong {
    position: absolute;
    top: calc(max(10px, env(safe-area-inset-top, 0px)) + 22px);
    left: 50%;
    max-width: calc(100% - 236px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    pointer-events: none;
    font-size: 18px;
  }

  .hw-lab-photo-modal__head span {
    font-size: 13px;
  }

	  .hw-lab-photo-modal__stage {
	    place-items: center;
	    padding: 12px 0;
	  }

  .hw-lab-photo-modal__stage img {
    max-width: 100vw;
    max-height: min(68dvh, calc(100dvh - 220px));
  }

  .hw-lab-photo-modal__stage button {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .hw-lab-photo-modal__stage button:first-child {
    left: 12px;
  }

  .hw-lab-photo-modal__stage button:last-child {
    right: 12px;
  }

  .hw-lab-photo-modal__purchase {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-rows: auto;
    gap: 8px 10px;
    align-items: stretch;
    width: calc(100vw - 18px);
    margin: 0 9px 8px;
    padding: 10px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(46, 41, 37, 0.1);
  }

  .hw-lab-photo-modal__purchase-info {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3px 8px;
  }

  .hw-lab-photo-modal__purchase-info strong {
    grid-column: 1 / -1;
    font-size: 15px;
  }

  .hw-lab-photo-modal__purchase-info span {
    font-size: 13px;
  }

  .hw-lab-photo-modal__purchase-info em {
    font-size: 12px;
    text-align: right;
  }

  .hw-lab-photo-modal__purchase-price {
    grid-column: 1 / 2;
    grid-row: 2;
  }

  .hw-lab-photo-modal__purchase-price strong {
    font-size: 20px;
  }

  .hw-lab-photo-modal__purchase-qty {
    grid-column: 1 / -1;
    grid-row: 3;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 4px;
    align-items: center;
    min-width: 0;
  }

  .hw-lab-photo-modal__purchase-qty > span {
    overflow: visible;
    white-space: normal;
  }

  .hw-lab-photo-modal__purchase-qty .hw-lab-mobile-stepper {
    grid-template-columns: 42px 42px 42px;
    min-height: 42px;
  }

  .hw-lab-photo-modal__purchase-qty .hw-lab-mobile-stepper button {
    width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .hw-lab-photo-modal__purchase-cancel {
    grid-column: 1 / 2;
    grid-row: 4;
  }

  .hw-lab-photo-modal__purchase-action {
    grid-column: 2 / 3;
    grid-row: 4;
    min-width: 0;
    white-space: normal;
    word-break: normal;
  }

  .hw-lab-photo-modal__purchase[data-hw-stock="0"] .hw-lab-photo-modal__purchase-cancel {
    grid-column: 1 / 2;
    grid-row: 3;
  }

  .hw-lab-photo-modal__purchase[data-hw-stock="0"] .hw-lab-photo-modal__purchase-action {
    grid-column: 2 / 3;
    grid-row: 3;
  }

  .hw-lab-photo-modal__purchase-cancel,
  .hw-lab-photo-modal__purchase-action {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hw-lab-photo-modal__thumbs {
    display: flex;
    grid-template-rows: none;
    grid-auto-flow: initial;
    grid-auto-columns: auto;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 10px 14px 16px;
  }

  .hw-lab-photo-modal__thumbs button {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
  }

  .hw-lab-photo-modal__colors-switch {
    justify-content: center;
    padding: 0 14px calc(14px + env(safe-area-inset-bottom));
  }

  .hw-lab-photo-modal__colors-switch button {
    width: min(100%, 320px);
    min-width: 0;
    min-height: 42px;
    font-size: 13px;
  }

  body#main:has(.hw-lab) .amo-button-holder.amo-vertical {
    top: auto !important;
    right: 20px !important;
    bottom: calc(15px + env(safe-area-inset-bottom)) !important;
    left: auto !important;
    z-index: 58 !important;
    transform: scale(0.82);
    transform-origin: right bottom;
  }

  html.hw-lab-modal-open body#main:has(.hw-lab) .amo-button-holder.amo-vertical {
    right: -10px !important;
    bottom: calc(176px + env(safe-area-inset-bottom)) !important;
  }
}

@media (min-width: 901px) {
  body#main:has(.hw-lab) .amo-button-holder.amo-vertical {
    top: auto !important;
    bottom: 24px !important;
  }
}

body#main:has(.hw-lab) [class*="whatsapp" i],
body#main:has(.hw-lab) .whatsapp,
body#main:has(.hw-lab) [id*="whatsapp" i],
body#main:has(.hw-lab) a[href*="whatsapp" i] {
  display: none !important;
}

body#main:has(.hw-lab) #hw-lab-description a[href*="wa.me"] {
  display: inline !important;
}

body#main:has(.hw-lab) .amo-button-holder {
  display: none !important;
}

@media (max-width: 900px) {
  body#main:has(.hw-lab) .amo-button-holder {
    display: none !important;
  }

  body#main:has(.hw-lab) .amo-button-holder.amo-vertical {
    display: none !important;
  }

  body#main:has(.hw-lab) #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;
  }

  body#main:has(.hw-lab) #jivo_container {
    transform-origin: right bottom !important;
  }

  body#main:has(.hw-lab) 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;
  }

  body#main:has(.hw-lab) jdiv[class*="__jivoMobileButton"],
  body#main:has(.hw-lab) jdiv[class*="__jivoMobileButton"] *,
  body#main:has(.hw-lab) jdiv[class*="container__"]:not(:has(textarea)),
  body#main:has(.hw-lab) jdiv.jv-pseudo-height {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body#main:has(.hw-lab) jdiv#jcont:has(textarea) {
    right: 10px !important;
    bottom: calc(var(--hw-installment-buybar-height, 146px) + 18px + env(safe-area-inset-bottom)) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: scale(0.82) !important;
    transform-origin: right bottom !important;
  }

  html.hw-lab-modal-open body#main:has(.hw-lab) #jivo-iframe-container {
    display: none !important;
  }

  html.hw-lab-modal-open body#main:has(.hw-lab) jdiv#jcont,
  html.hw-lab-modal-open body#main:has(.hw-lab) jdiv[class*="__jivoMobileButton"],
  html.hw-lab-modal-open body#main:has(.hw-lab) jdiv[class*="container__"] {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready {
    padding: 0 !important;
    background: #252829 !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .footer-v5 {
    display: none !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-mobile {
    display: block;
    padding: 20px 28px calc(168px + env(safe-area-inset-bottom));
    background: radial-gradient(circle at 85% 0%, rgba(255, 255, 255, 0.055), transparent 32%), #252829;
    color: #f4f4f2;
  }

  body#main:has(.hw-lab) .hw-lab-footer-accordion {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  body#main:has(.hw-lab) .hw-lab-footer-accordion:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  body#main:has(.hw-lab) .hw-lab-footer-accordion summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 14px 0;
    color: #fff;
    font-size: clamp(22px, 6vw, 28px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
  }

  body#main:has(.hw-lab) .hw-lab-footer-accordion summary::-webkit-details-marker {
    display: none;
  }

  body#main:has(.hw-lab) .hw-lab-footer-accordion summary::after {
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 18px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-3px);
    transition: transform 0.18s ease;
  }

  body#main:has(.hw-lab) .hw-lab-footer-accordion[open] summary::after {
    transform: rotate(225deg) translate(-3px, -1px);
  }

  body#main:has(.hw-lab) .hw-lab-footer-links {
    display: grid;
    gap: 8px;
    padding: 0 0 16px;
  }

  body#main:has(.hw-lab) .hw-lab-footer-links a {
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 15px;
    line-height: 1.35;
    text-decoration: none;
  }

  body#main:has(.hw-lab) .hw-lab-footer-social {
    padding: 28px 0 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    background: transparent !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-social ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    gap: 18px;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    background: transparent !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-social li {
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    opacity: 0.78;
  }

  body#main:has(.hw-lab) .hw-lab-footer-social a {
    display: block;
    width: 34px !important;
    height: 34px !important;
    color: transparent !important;
    font-size: 0;
    filter: grayscale(1) brightness(1.8);
    opacity: 0.86;
  }

  body#main:has(.hw-lab) .hw-lab-footer-contacts {
    display: grid;
    gap: 18px;
    padding: 28px 0 24px;
  }

  body#main:has(.hw-lab) .hw-lab-footer-line {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    color: rgba(255, 255, 255, 0.92);
  }

  body#main:has(.hw-lab) .hw-lab-footer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    min-height: 30px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 22px;
    line-height: 1;
  }

  body#main:has(.hw-lab) .hw-lab-footer-line__body,
  body#main:has(.hw-lab) .hw-lab-footer-line__body p,
  body#main:has(.hw-lab) .hw-lab-footer-line__body a {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 20px;
    line-height: 1.38;
  }

  body#main:has(.hw-lab) .hw-lab-footer-line__body a {
    text-decoration: none;
  }

  body#main:has(.hw-lab) .hw-lab-footer-line__body p {
    margin: 10px 0 0 !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-line__body p:first-child {
    margin-top: 0 !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-line__body br + br {
    display: none;
  }

  body#main:has(.hw-lab) .hw-lab-footer-line__body .footer-links-white {
    display: grid;
    gap: 5px;
  }

  body#main:has(.hw-lab) .hw-lab-footer-line__body .footer-icon-link {
    display: inline-flex !important;
    align-items: baseline;
    gap: 8px;
    min-height: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  body#main:has(.hw-lab) .hw-lab-footer-line__body .footer-icon-circle {
    width: 18px;
    flex: 0 0 18px;
    font-size: 14px;
    line-height: 1;
  }

  body#main:has(.hw-lab) .hw-lab-footer-line__body .footer-link-text strong {
    display: none;
  }

  body#main:has(.hw-lab) .hw-lab-footer-subscribe {
    padding: 0 0 24px;
  }

  body#main:has(.hw-lab) .hw-lab-footer-subscribe__title {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 20px;
    line-height: 1.25;
  }

  body#main:has(.hw-lab) .hw-lab-footer-subscribe__button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 12px 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.82) !important;
    border-radius: 6px !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
  }

  body#main:has(.hw-lab) .hw-lab-footer-subscribe__button .svg {
    margin-left: 8px;
  }

  body#main:has(.hw-lab) .hw-lab-footer-bottom {
    display: grid;
    gap: 14px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    text-align: center;
  }

  body#main:has(.hw-lab) .hw-lab-footer-privacy a,
  body#main:has(.hw-lab) .hw-lab-footer-copy {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 13px;
    line-height: 1.35;
    text-decoration: none;
  }

  body#main:has(.hw-lab) .hw-lab-footer-pays {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 2px;
  }

  body#main:has(.hw-lab) .hw-lab-footer-pays i {
    display: inline-block;
    width: 52px;
    height: 34px;
    border-radius: 5px;
    background-color: #fff;
  }
}

@media (min-width: 901px) {
  .hw-lab-footer-mobile {
    display: none !important;
  }
}

@media (max-width: 900px) {
  body#main:has(.hw-lab) #footer {
    padding-bottom: 0 !important;
  }

  body#main:has(.hw-lab) #footer .footer-inner.shorten {
    padding: 18px 0 0 !important;
  }

  body#main:has(.hw-lab) #footer .footer_top {
    padding-bottom: 14px !important;
  }

  body#main:has(.hw-lab) #footer .footer_top .maxwidth-theme {
    padding: 0 16px !important;
  }

  body#main:has(.hw-lab) #footer .footer_top .row {
    display: grid !important;
    gap: 14px;
    margin: 0 !important;
  }

  body#main:has(.hw-lab) #footer .footer_top .wrapper,
  body#main:has(.hw-lab) #footer .footer_top .contact-block,
  body#main:has(.hw-lab) #footer .footer_top .col-md-3.col-md-offset-1 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  body#main:has(.hw-lab) #footer .first_bottom_menu,
  body#main:has(.hw-lab) #footer .bottom-menu,
  body#main:has(.hw-lab) #footer .bottom-menu .items {
    margin: 0 !important;
  }

  body#main:has(.hw-lab) #footer .bottom-menu .items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  body#main:has(.hw-lab) #footer .bottom-menu .item {
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    text-align: left;
  }

  body#main:has(.hw-lab) #footer .bottom-menu .item.active {
    display: none !important;
  }

  body#main:has(.hw-lab) #footer .bottom-menu .item a {
    display: block;
    min-height: 34px;
    padding: 8px 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
  }

  body#main:has(.hw-lab) #footer .social-block,
  body#main:has(.hw-lab) #footer .social-icons,
  body#main:has(.hw-lab) #footer .social-icons ul {
    margin: 0 !important;
  }

  body#main:has(.hw-lab) #footer .social-icons ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }

  body#main:has(.hw-lab) #footer .social-icons li {
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
  }

  body#main:has(.hw-lab) #footer .social-icons a {
    width: 38px !important;
    height: 38px !important;
  }

  body#main:has(.hw-lab) #footer .contact-block .info,
  body#main:has(.hw-lab) #footer .contact-block .row,
  body#main:has(.hw-lab) #footer .contact-block .col-md-12,
  body#main:has(.hw-lab) #footer .contact-block .col-sm-12 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body#main:has(.hw-lab) #footer .contact-block .row {
    display: grid !important;
    gap: 8px;
  }

  body#main:has(.hw-lab) #footer .phone.blocks,
  body#main:has(.hw-lab) #footer .email.blocks,
  body#main:has(.hw-lab) #footer .address.blocks {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.035);
    text-align: left;
  }

  body#main:has(.hw-lab) #footer .phone.blocks .wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto !important;
  }

  body#main:has(.hw-lab) #footer .email.blocks > i,
  body#main:has(.hw-lab) #footer .address.blocks > i {
    margin-right: 8px;
  }

  body#main:has(.hw-lab) #footer .footer-title-white {
    margin: 8px 0 8px !important;
    font-size: 13px;
    line-height: 1.25;
    text-align: left;
  }

  body#main:has(.hw-lab) #footer .footer-links-white {
    display: grid;
    gap: 4px;
  }

  body#main:has(.hw-lab) #footer .footer-icon-link {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    min-height: 22px;
    line-height: 1.25;
  }

  body#main:has(.hw-lab) #footer .footer-icon-circle {
    flex: 0 0 auto;
  }

  body#main:has(.hw-lab) #footer .footer-link-text strong {
    color: inherit !important;
  }

  body#main:has(.hw-lab) #footer .email.blocks > br,
  body#main:has(.hw-lab) #footer .email.blocks > p:empty,
  body#main:has(.hw-lab) #footer .address.blocks > p:empty {
    display: none !important;
  }

  body#main:has(.hw-lab) #footer .address.blocks p {
    margin: 6px 0 0 !important;
    line-height: 1.35;
  }

  body#main:has(.hw-lab) #footer .col-md-3.col-md-offset-1 .info {
    display: grid;
    gap: 10px;
  }

  body#main:has(.hw-lab) #footer .subscribe_button {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body#main:has(.hw-lab) #footer .subscribe_button .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 9px 14px !important;
    border-radius: 10px;
  }

  body#main:has(.hw-lab) #footer .confidentiality {
    margin: 0 !important;
    text-align: center;
  }

  body#main:has(.hw-lab) #footer .footer_bottom {
    height: auto !important;
    padding: 12px 16px calc(154px + env(safe-area-inset-bottom)) !important;
  }

  body#main:has(.hw-lab) #footer .footer-bottom__items-wrapper {
    display: grid;
    gap: 8px;
    margin: 0 !important;
    text-align: center;
  }

  body#main:has(.hw-lab) #footer .footer-bottom__item {
    margin: 0 !important;
  }
}

@media (max-width: 900px) {
  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-mobile {
    display: block !important;
    padding: 20px 28px calc(168px + env(safe-area-inset-bottom)) !important;
    background: radial-gradient(circle at 85% 0%, rgba(255, 255, 255, 0.055), transparent 32%), #252829 !important;
    color: #f4f4f2 !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-social ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-social li,
  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-social a {
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-social a {
    color: transparent !important;
    font-size: 0 !important;
    filter: grayscale(1) brightness(1.8);
    opacity: 0.86;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-line__body .footer-links-white {
    display: grid !important;
    gap: 5px !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-line__body .address.blocks {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-line__body .footer-icon-link {
    display: inline-flex !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    min-height: 0 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-line__body .footer-icon-circle {
    flex: 0 0 18px !important;
    width: 18px !important;
    font-size: 14px !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-pays {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 14px 18px !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-pays i {
    display: inline-block !important;
    border-radius: 0 !important;
    background-color: transparent !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-pays i.visa {
    width: 32px !important;
    height: 10px !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-pays i.sbrf {
    width: 19px !important;
    height: 20px !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-pays i.mir {
    width: 36px !important;
    height: 20px !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-pays i.maestro {
    width: 24px !important;
    height: 16px !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-pays i.yookassa {
    width: 25px !important;
    height: 18px !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-pays i.tinkoff {
    display: none !important;
  }
}

@media (max-width: 900px) {
  body#main:has(.hw-lab) #footer {
    min-height: 0 !important;
    padding: 0 !important;
    background: #252829 !important;
  }

  body#main:has(.hw-lab) #footer .footer-v5 {
    display: none !important;
  }

  body#main:has(.hw-lab) #footer .hw-lab-footer-mobile {
    display: block !important;
    padding: 18px 28px calc(154px + env(safe-area-inset-bottom)) !important;
    background: #252829 !important;
    color: #f4f4f2 !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-accordion {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 0 !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-accordion + .hw-lab-footer-accordion {
    border-top-color: rgba(255, 255, 255, 0.16);
  }

  body#main:has(.hw-lab) .hw-lab-footer-accordion summary {
    min-height: 56px !important;
    padding: 13px 0 !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    letter-spacing: 0.01em !important;
    text-transform: uppercase !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-accordion summary::after {
    width: 10px !important;
    height: 10px !important;
    border-width: 0 2px 2px 0 !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px !important;
    padding: 0 0 16px !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-links a {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-social {
    padding: 24px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    background: transparent !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-social ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-social li {
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-social li::before {
    display: none !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-social a {
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background-image: url("/bitrix/templates/aspro_max/images/svg/social.svg?v=1") !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    background-size: auto !important;
    font-size: 0 !important;
    line-height: 1;
    text-decoration: none !important;
    filter: none !important;
    opacity: 1 !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-social li.vk a {
    background-position: 0 -188px !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-social li.telegram a {
    background-position: -329px -329px !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-social li.ytb a {
    background-position: -94px -329px !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-social li.viber a {
    background-position: -329px -188px !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-social li.whats a {
    background-position: -329px -235px !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-social li.zen a {
    background-position: -470px -329px !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-social li.pinterest a {
    background-position: -188px -188px !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-max-icon {
    border-radius: 5px;
    fill: initial !important;
    stroke: none !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-social svg,
  body#main:has(.hw-lab) .hw-lab-footer-icon svg,
  body#main:has(.hw-lab) .hw-lab-footer-messengers svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  body#main:has(.hw-lab) .hw-lab-footer-social svg {
    fill: currentColor;
    stroke: none;
  }

  body#main:has(.hw-lab) .hw-lab-footer-contacts {
    display: grid !important;
    gap: 14px !important;
    padding: 24px 0 20px !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-line {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: start !important;
    color: rgba(255, 255, 255, 0.9) !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 34px !important;
    min-height: 26px !important;
    color: rgba(255, 255, 255, 0.56) !important;
    font-size: 0 !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-line__body,
  body#main:has(.hw-lab) .hw-lab-footer-line__body a,
  body#main:has(.hw-lab) .hw-lab-footer-line__body p {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 18px !important;
    line-height: 1.36 !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-line__body p {
    margin: 0 0 4px !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-line__body a {
    text-decoration: none !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-messengers {
    display: grid !important;
    gap: 5px !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-messengers a {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    text-decoration: underline !important;
    text-underline-offset: 3px;
  }

  body#main:has(.hw-lab) .hw-lab-footer-messengers svg {
    flex: 0 0 18px;
    color: rgba(255, 255, 255, 0.62);
  }

  body#main:has(.hw-lab) .hw-lab-footer-subscribe {
    padding: 0 0 20px !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-subscribe__button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px !important;
    padding: 12px 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    border-radius: 7px !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    line-height: 1.2 !important;
    text-transform: uppercase;
    text-decoration: none !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-subscribe__button .svg {
    display: none !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-bottom {
    display: grid !important;
    gap: 13px !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    text-align: center;
  }

  body#main:has(.hw-lab) .hw-lab-footer-privacy a,
  body#main:has(.hw-lab) .hw-lab-footer-copy {
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-pays {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center;
    gap: 12px 18px !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-pays i {
    display: inline-block !important;
    border-radius: 0 !important;
    background-color: transparent !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-pays i.visa {
    width: 32px !important;
    height: 10px !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-pays i.sbrf {
    width: 19px !important;
    height: 20px !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-pays i.mir {
    width: 36px !important;
    height: 20px !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-pays i.maestro {
    width: 24px !important;
    height: 16px !important;
  }

  body#main:has(.hw-lab) .hw-lab-footer-pays i.yookassa {
    width: 25px !important;
    height: 18px !important;
  }
}

/* Heart icon for favorite button */
.hw-lab-favorite-icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0;
}
/* Better alignment for favorite button */
.hw-lab-summary-actions button[data-hw-favorite] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
/* Updated heart icon styles */
.hw-lab-favorite-icon-svg {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0;
}

.hw-lab-summary-actions button[data-hw-favorite] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
/* Catalog style favorite button */
.hw-lab-summary-actions button[data-hw-favorite] {
  background: var(--hw-theme, #554949);
  color: #fff !important;
  border-radius: 3px;
  padding: 6px 12px;
  border: none;
  transition: opacity 0.2s;
}

.hw-lab-summary-actions button[data-hw-favorite]:hover {
  opacity: 0.8;
}

.hw-lab-favorite-icon-svg {
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0;
}

.hw-lab-summary-actions button[data-hw-favorite].is-added {
  opacity: 0.7;
}
/* Ensure button text is white */
.hw-lab-summary-actions button[data-hw-favorite] {
  color: #fff !important;
}

.hw-lab-summary-actions button[data-hw-favorite] *,
.hw-lab-summary-actions button[data-hw-favorite]::before,
.hw-lab-summary-actions button[data-hw-favorite]::after {
  color: #fff !important;
}
/* Remove old styles and make buttons identical */
.hw-lab-summary-actions button[data-hw-favorite],
.hw-lab-summary-actions button[data-hw-compare] {
  background: transparent !important;
  border: 1px solid var(--hw-theme, #554949);
  color: var(--hw-theme, #554949) !important;
  border-radius: 3px;
  padding: 6px 12px;
  transition: all 0.2s;
}

.hw-lab-summary-actions button[data-hw-favorite]:hover,
.hw-lab-summary-actions button[data-hw-compare]:hover {
  background: rgba(85, 73, 73, 0.1);
}

.hw-lab-summary-actions button[data-hw-favorite].is-added,
.hw-lab-summary-actions button[data-hw-compare].is-added {
  opacity: 1;
}

/* Heart icons */
.hw-lab-favorite-icons,
.hw-lab-favorite-icon-outline,
.hw-lab-favorite-icon-filled {
  display: inline-block;
  vertical-align: middle;
}

.hw-lab-favorite-icons {
  margin: 0 6px 0 0;
}

.hw-lab-favorite-icon-outline,
.hw-lab-favorite-icon-filled {
  width: 16px;
  height: 16px;
  color: var(--hw-theme, #554949);
}

/* Show filled heart when added */
.hw-lab-summary-actions button[data-hw-favorite].is-added .hw-lab-favorite-icon-outline {
  display: none;
}

.hw-lab-summary-actions button[data-hw-favorite].is-added .hw-lab-favorite-icon-filled {
  display: inline-block;
}

/* Initially hide filled heart */
.hw-lab-summary-actions button[data-hw-favorite] .hw-lab-favorite-icon-filled {
  display: none;
}
/* Remove old styles and make buttons identical */
.hw-lab-summary-actions button[data-hw-favorite],
.hw-lab-summary-actions button[data-hw-compare] {
  background: transparent !important;
  border: 1px solid var(--hw-theme, #554949);
  color: var(--hw-theme, #554949) !important;
  border-radius: 3px;
  padding: 6px 12px;
  transition: all 0.2s;
}

.hw-lab-summary-actions button[data-hw-favorite]:hover,
.hw-lab-summary-actions button[data-hw-compare]:hover {
  background: rgba(85, 73, 73, 0.1);
}

.hw-lab-summary-actions button[data-hw-favorite].is-added,
.hw-lab-summary-actions button[data-hw-compare].is-added {
  opacity: 1;
}

/* Heart icons */
.hw-lab-favorite-icons,
.hw-lab-favorite-icon-outline,
.hw-lab-favorite-icon-filled {
  display: inline-block;
  vertical-align: middle;
}

.hw-lab-favorite-icons {
  margin: 0 6px 0 0;
}

.hw-lab-favorite-icon-outline,
.hw-lab-favorite-icon-filled {
  width: 16px;
  height: 16px;
  color: var(--hw-theme, #554949);
}

/* Show filled heart when added */
.hw-lab-summary-actions button[data-hw-favorite].is-added .hw-lab-favorite-icon-outline {
  display: none;
}

.hw-lab-summary-actions button[data-hw-favorite].is-added .hw-lab-favorite-icon-filled {
  display: inline-block;
}

/* Initially hide filled heart */
.hw-lab-summary-actions button[data-hw-favorite] .hw-lab-favorite-icon-filled {
  display: none;
}
/* Both buttons with rounded border like original compare button */
.hw-lab-summary-actions button[data-hw-favorite],
.hw-lab-summary-actions button[data-hw-compare] {
  background: transparent !important;
  border: 1px solid var(--hw-theme, #554949);
  color: var(--hw-theme, #554949) !important;
  border-radius: 20px !important;
  padding: 8px 16px;
  transition: all 0.2s;
}

.hw-lab-summary-actions button[data-hw-favorite]:hover,
.hw-lab-summary-actions button[data-hw-compare]:hover {
  background: rgba(85, 73, 73, 0.1);
}

.hw-lab-favorite-icon-svg {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0;
  color: var(--hw-theme, #554949);
}
/* Fix heart icon color to match button text */
.hw-lab-favorite-icon-svg {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0;
  color: var(--hw-theme, #554949) !important;
  fill: var(--hw-theme, #554949) !important;
}

.hw-lab-favorite-icon-svg path {
  fill: var(--hw-theme, #554949) !important;
}
/* Restore original Show All button appearance */
.hw-lab-picker__more {
  appearance: none;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  min-height: 50px;
  padding: 10px 20px;
  border: 1px solid var(--hw-theme, #554949) !important;
  border-radius: 20px !important;
  background: transparent !important;
  color: var(--hw-theme, #554949) !important;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: all 0.2s;
}

.hw-lab-picker__more:hover {
  background: rgba(85, 73, 73, 0.1) !important;
}

.hw-lab-picker__more.is-open {
  border-color: var(--hw-theme, #554949) !important;
  background: rgba(85, 73, 73, 0.1) !important;
}

.hw-lab-picker__more span:first-child {
  display: grid;
  gap: 2px;
}

.hw-lab-picker__more strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--hw-theme, #554949) !important;
}

.hw-lab-picker__more small {
  color: var(--hw-theme, #554949) !important;
  font-size: 13px;
}

.hw-lab-picker__more.is-open small {
  color: var(--hw-theme, #554949) !important;
}

@media (max-width: 900px) {
  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-mobile {
    font-family: inherit !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-social ul {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 5px !important;
    box-sizing: border-box !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-social li,
  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-social a {
    flex: 0 0 43px !important;
    width: 43px !important;
    height: 43px !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-social a {
    display: block !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    background-image: url("/bitrix/templates/aspro_max/images/svg/social.svg?v=1") !important;
    opacity: 0.5 !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-social li.vk a {
    background-position: 0 -376px !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-social li.telegram a {
    background-position: -329px -517px !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-social li.ytb a {
    background-position: -94px -517px !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-social li.viber a {
    background-position: -329px -376px !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-social li.whats a {
    background-position: -329px -423px !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-social li.zen a {
    background-position: -470px -517px !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-social li.pinterest a {
    background-position: -188px -376px !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-social a:hover {
    opacity: 1 !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-line__body,
  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-line__body a,
  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-line__body p,
  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-accordion summary,
  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-subscribe__button,
  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-copy,
  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-privacy a {
    font-family: inherit !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-messengers .hw-lab-max-icon rect {
    display: none !important;
  }

  body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-messengers .hw-lab-max-icon path {
    fill: currentColor !important;
    stroke: none !important;
  }
}

/* Lab review/footer theme token contract */
body#main:has(.hw-lab) #footer.hw-lab-footer-ready {
  --hw-theme: var(--theme-base-color, #554949);
  --hw-bg: var(--black_bg_black, #fff);
  --hw-elev: var(--card_bg_black, #fff);
  --hw-line: var(--stroke_black, #ececec);
  --hw-ink: var(--white_text_black, #333);
  --hw-font-family: var(--theme-font-family, inherit);
  --hw-font-size-base: max(var(--theme-font-size, 15px), 16px);
  --hw-footer-bg: color-mix(in srgb, var(--hw-theme) 64%, var(--hw-ink));
  --hw-footer-ink: var(--hw-bg);
  --hw-footer-strong: var(--hw-elev);
  --hw-footer-muted: color-mix(in srgb, var(--hw-footer-ink) 72%, transparent);
  --hw-footer-soft: color-mix(in srgb, var(--hw-footer-ink) 58%, transparent);
  --hw-footer-line: color-mix(in srgb, var(--hw-footer-ink) 16%, transparent);
  --hw-footer-button-line: color-mix(in srgb, var(--hw-footer-ink) 72%, transparent);
  --hw-footer-panel: color-mix(in srgb, var(--hw-footer-ink) 4%, transparent);
  --hw-footer-panel-border: color-mix(in srgb, var(--hw-footer-ink) 10%, transparent);
  --hw-footer-heading-size: clamp(calc(var(--hw-font-size-base) * 1.38), 6vw, calc(var(--hw-font-size-base) * 1.75));
  --hw-footer-body-size: calc(var(--hw-font-size-base) * 1.12);
  --hw-footer-small-size: max(12px, calc(var(--hw-font-size-base) * 0.82));
}

body#main:has(.hw-lab) #footer.hw-lab-footer-ready,
body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-mobile {
  background: var(--hw-footer-bg) !important;
  color: var(--hw-footer-ink) !important;
  font-family: var(--hw-font-family, inherit) !important;
}

body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-accordion,
body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-social,
body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-bottom {
  border-color: var(--hw-footer-line) !important;
}

body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-accordion summary,
body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-subscribe__button {
  color: var(--hw-footer-strong) !important;
  font-family: var(--hw-font-family, inherit) !important;
}

body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-accordion summary {
  font-size: var(--hw-footer-heading-size) !important;
}

body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-links a,
body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-copy,
body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-privacy a {
  color: var(--hw-footer-muted) !important;
  font-family: var(--hw-font-family, inherit) !important;
  font-size: var(--hw-footer-small-size) !important;
}

body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-line,
body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-line__body,
body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-line__body a,
body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-line__body p {
  color: var(--hw-footer-ink) !important;
  font-family: var(--hw-font-family, inherit) !important;
  font-size: var(--hw-footer-body-size) !important;
}

body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-icon,
body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-messengers svg {
  color: var(--hw-footer-soft) !important;
}

body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-social a {
  border-color: var(--hw-footer-line) !important;
}

body#main:has(.hw-lab) #footer.hw-lab-footer-ready .hw-lab-footer-subscribe__button {
  border-color: var(--hw-footer-button-line) !important;
  background: var(--hw-footer-panel) !important;
  font-size: var(--hw-footer-small-size) !important;
}

body#main:has(.hw-lab) #footer.hw-lab-footer-ready .bottom-menu .item a,
body#main:has(.hw-lab) #footer.hw-lab-footer-ready .phone.blocks,
body#main:has(.hw-lab) #footer.hw-lab-footer-ready .email.blocks,
body#main:has(.hw-lab) #footer.hw-lab-footer-ready .address.blocks {
  border-color: var(--hw-footer-panel-border) !important;
  background: var(--hw-footer-panel) !important;
}

body#main:has(.hw-lab) #footer li.whats,
body#main:has(.hw-lab) #footer a[href*="wa.me"],
body#main:has(.hw-lab) #footer a[href*="whatsapp" i],
body#main:has(.hw-lab) #footer [class*="whatsapp" i] {
  display: none !important;
}

/* Hollywool: unify in-cart card button — hide "×" so split looks like single 2026-05-19 */
.hw-lab-product-card__cart-remove { display: none !important; }
.hw-lab-product-card__cart-status { width: 100%; justify-content: center; }

/* Mobile product cards: keep the native Aspro one-state cart behavior.
   When Aspro exposes the in-cart sibling, the add button must not remain stacked above it. */
@media (max-width: 900px) {
  .hw-lab-product-card:has(> .in-cart.hw-lab-product-card__cart:not([style*="display:none"]):not([style*="display: none"])) > button.to-cart.hw-lab-product-card__cart {
    display: none !important;
  }
}

/* Mobile extra product sections: unified heading/card typography and no clipped text. */
@media (max-width: 900px) {
  .hw-lab-lower {
    gap: 16px;
  }

  .hw-lab-extra-block {
    gap: 12px;
    padding: 14px 0 0;
    border-top: 1px solid var(--hw-line);
  }

  .hw-lab-carousel-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    column-gap: 10px;
    row-gap: 8px;
  }

  .hw-lab-extra-block--reviews .hw-lab-carousel-head {
    grid-template-columns: 1fr;
  }

  .hw-lab-extra-tabs {
    display: block;
    min-width: 0;
    overflow: visible;
  }

  .hw-lab-extra-block h2,
  .hw-lab-extra-tabs button {
    width: 100%;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0 0 9px;
    border: 0;
    border-bottom: 2px solid var(--hw-ink);
    color: var(--hw-ink);
    font-family: var(--hw-font-family, inherit);
    font-size: clamp(22px, 6.4vw, 28px);
    font-weight: 500;
    line-height: 1.14;
    text-align: left;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .hw-lab-carousel-actions {
    align-self: end;
    flex-wrap: nowrap;
  }

  .hw-lab-carousel-actions button {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }

  .hw-lab-carousel--products .hw-lab-product-card,
  .hw-lab-carousel--gifts .hw-lab-product-card {
    grid-template-columns: minmax(112px, 34%) minmax(0, 1fr);
    align-items: start;
    gap: 10px 14px;
    padding: 12px;
  }

  .hw-lab-product-card__image {
    width: 100%;
    max-width: 120px;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .hw-lab-product-card__stars,
  .hw-lab-product-card strong,
  .hw-lab-product-card small,
  .hw-lab-product-card__price,
  .hw-lab-product-card__cart {
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .hw-lab-product-card__stars {
    font-size: 14px;
    line-height: 1;
  }

  .hw-lab-product-card strong {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.18;
  }

  .hw-lab-product-card small {
    font-size: 17px;
    line-height: 1.22;
  }

  .hw-lab-product-card__price {
    font-size: 20px;
    line-height: 1.16;
  }

  .hw-lab-product-card__cart {
    grid-column: 1 / -1;
    justify-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: min(100%, 264px);
    min-width: min(100%, 220px);
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    font: 500 15px/1.1 var(--hw-font-family, inherit);
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
  }

  .hw-lab-product-card__cart-icon {
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
    stroke-width: 2.1;
  }

  .hw-lab-product-card__cart-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
  }

  .hw-lab-product-card__cart span,
  .hw-lab-product-card__cart-status,
  .hw-lab-product-card__cart-status span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
