.skin-banner--hero {
  margin-block-end: 40px;
}

.skin-banner {
  margin-bottom: 0;
}

.product-section__more {
  padding: 0 20px;
  margin: 0;
  border: none;
  color: var(--color-text-tertiary);
  font-size: var(--font-size-14);
}

.product-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-section__header [slot='displaySectionLabel'] {
  width: calc(100% - 120px);
}

.product-section__title {
  color: var(--color-text-black-primary);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-700);
  line-height: var(--line-height-normal);
  text-overflow: clip;
  white-space: normal;
}

.main__row {
  margin-block-end: 80px;
}

.main__row.main__row--banner-double {
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.main-layout {
  padding-bottom: 86px;
}
