.pp-hero {
  display: flex;
  align-items: center;
  gap: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 32px;
}

.pp-hero__img {
  flex: 0 0 340px;
  height: 260px;
  border-radius: 10px;
  object-fit: cover;
}

.pp-hero__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pp-hero__desc {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #202020;
  line-height: 1.6;
  margin: 0;
}

.pp-hero__desc a {
  color: #202020;
  text-decoration: underline;
}

.pp-hero__price {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #202020;
  margin: 0;
}

.pp-hero__price span {
  color: #fb8004;
}

.pp-hero__btn {
  display: inline-block;
  padding: 14px 48px;
  background-color: #fb8004;
  color: #fff;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  align-self: flex-start;
  border-radius: 50px;
  transition: background-color 0.2s ease;
}

.pp-hero__btn:hover {
  background-color: #e07203;
}

.pp-delivery {
  margin-bottom: 40px;
}

.pp-section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #072561;
  margin: 0 0 16px 0;
}

.pp-section-text {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #202020;
  line-height: 1.7;
  margin: 0;
}

.pp-related {
  margin-bottom: 40px;
}
