/* Color pallette */
/* cubic-bezier timing functions */
/* Header */
.product-info {
  padding: 0 0 50px;
}
.product-info__title {
  width: 100%;
  text-align: center;
}
.product-info__title,
.product-info h3 {
  margin: 0 0 50px;
  font-weight: 500;
}
.product-info img {
  margin: auto;
}
.product-info .-share {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.product-info .-share__links {
  display: flex;
  gap: 5px;
}
.product-info .-share__links .-link {
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.product-info .-share__links .-link svg {
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .product-info {
    padding: 0 0 100px;
  }
  .product-info img {
    max-width: 400px;
  }
}
.sector .swiper-wrapper {
  cursor: auto;
}
/* Color pallette */
/* cubic-bezier timing functions */
/* Header */
.usage-areas {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: center;
  gap: 10px;
  width: 100%;
}

.usage-area {
  width: calc(50% - 10px);
}
.usage-area svg {
  max-width: 70px;
  max-height: 70px;
}
.usage-area__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  background-color: hsl(0, 0%, 100%);
}
.usage-area__title {
  display: block;
  text-align: center;
  padding: 1em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
}
@media screen and (min-width: 576px) {
  .usage-area {
    width: 120px;
  }
}