#sbx301 {
  background-image: url("../img/main_301.jpg");
}
#sbx501 {
  background-image: url("../img/main_501.jpg");
}
#sbx601 {
  background-image: url("../img/main_601.jpg");
}
#sbx602 {
  background-image: url("../img/main_602.jpg");
}
#sbx701 {
  background-image: url("../img/main_701.jpg");
}
#sbx702 {
  background-image: url("../img/main_702.jpg");
}
.product-header {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 95vh;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}
.product-header h1 {
  font-family: "Neue Frutiger World 2";
  color: #fff;
}
.product-header h3,
.product-header h4,
.product-icons li,
footer h5 {
  font-family: "Neue Frutiger World";
  color: #fff;
}

.product-header h4 {
  font-size: 1.15rem;
}

.product-text {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.25);
}

.product-info {
  text-align: justify;
  text-justify: inter-word;
  padding-bottom: 10vh;
}

.product-info h2,
.product-info h3,
.product-info h4 {
  font-family: "Neue Frutiger World";
  color: #0066a1;
}

.product-details {
  padding-bottom: 10vh;
}

.product-details div:nth-of-type(even) {
  background-color: #ebebeb;
}
.product-details div {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.product-details h3 {
  font-family: "Neue Frutiger World";
  color: #666;
  padding-top: 3rem;
}

.product-icons {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.25);
}
.product-icons img {
  max-width: 45px;
}
