/* v57631: original editorial hero for the standalone Beauty & Care desk. */
.life-category-page[data-life-desk="beauty"] .life-category-hero {
  background-image:
    linear-gradient(90deg, rgba(18, 22, 21, .38) 0%, rgba(22, 29, 27, .18) 48%, rgba(22, 29, 27, .02) 72%),
    url('beauty-hero-v57631.png');
  background-position: center;
  background-size: cover;
}

.life-category-page[data-life-desk="beauty"] .life-category-hero::after {
  inset: 0;
  width: auto;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  transform: none;
  background: linear-gradient(90deg, rgba(20, 17, 20, .86) 0%, rgba(28, 24, 27, .58) 43%, rgba(28, 24, 27, .10) 68%, rgba(28, 24, 27, 0) 100%);
}

.life-category-page[data-life-desk="beauty"] .life-category-hero > div {
  z-index: 2;
}

@media (max-width: 760px) {
  .life-category-page[data-life-desk="beauty"] .life-category-hero {
    background-position: 66% center;
  }

  .life-category-page[data-life-desk="beauty"] .life-category-hero::after {
    background: linear-gradient(90deg, rgba(20, 17, 20, .90) 0%, rgba(28, 24, 27, .67) 58%, rgba(28, 24, 27, .22) 100%);
  }
}
