/* Slimming archive expects .webp or .no-webp on <html> for hero/product backgrounds.
   This file is a safety net when detection is late or missing. */

html:not(.webp):not(.no-webp) .slimming-page .screen {
  background: url(/img/screen1bg.jpg) center no-repeat;
  background-size: cover;
}

html:not(.webp):not(.no-webp) .slimming-page .screen__inner::before {
  background: url(/img/lady.png) 0 100% no-repeat;
  background-size: contain;
}

html:not(.webp):not(.no-webp) .slimming-page .product__leaves {
  background: url(/img/leaves.png) 0 0 no-repeat;
}

html:not(.webp):not(.no-webp) .slimming-page .product__product-photo {
  background: url(/img/product.png) no-repeat center/contain;
}

html:not(.webp):not(.no-webp) .slimming-page .action__figure.ph1 {
  background: url(/img/c1.jpg) no-repeat center/contain;
}

html:not(.webp):not(.no-webp) .slimming-page .action__figure.ph2 {
  background: url(/img/c2.jpg) no-repeat center/contain;
}

html:not(.webp):not(.no-webp) .slimming-page .action__figure.ph3 {
  background: url(/img/c3.jpg) no-repeat center/contain;
}

html:not(.webp):not(.no-webp) .slimming-page .action__figure.ph4 {
  background: url(/img/c4.jpg) no-repeat center/contain;
}

html:not(.webp):not(.no-webp) .slimming-page .action__figure.ph5 {
  background: url(/img/c5.jpg) no-repeat center/contain;
}

.slimming-page .screen__h1 {
  max-width: 484px;
  margin: 8px 0 0 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: block;
}

.slimming-page .screen__subtitle {
  max-width: 484px;
  margin: 8px 0 0 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}
