.prp-section {
  display: block;
  padding: 0;
}
.prp-section:last-child {
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .prp-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prp-section {
    display: block;
    padding: 0 54px;
  }
}
@media screen and (min-width: 1200px) {
  .prp-section {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.prp-section--product-description {
  padding-top: 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .prp-section--product-description {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prp-section--product-description {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.prp-page-title {
  display: block;
}
.prp-product-title {
  display: inline;
}
.prp-product-title::first-letter {
  text-transform: lowercase;
}
.product-image {
  display: block;
  width: 100%;
}
.prp-page__link-to-pdp {
  display: block;
  margin-top: 24px;
  margin-bottom: 32px;
}
