
.price-image {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 40px 0;
}

.price-container.shugaring {
  width: 360px;
  height: 640px;
  background-image: url('/assets/img/epil-price.png'); /* ваш фон из картинки */
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.price-container.massage {
  width: 360px;
  height: 640px;
  background-image: url('/assets/img/massage-price.png'); /* ваш фон из картинки */
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.price-container.masks {
  width: 360px;
  height: 640px;
  background-image: url('/assets/img/masks-price.png'); /* ваш фон из картинки */
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* SEO-текст: скрыт визуально, но виден Google */
.seo-prices {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}
