.details-images {
  display: flex;
  justify-content: flex-start;
  padding-left: 5px;
  flex-wrap: wrap;
}
.details-images p {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid lightgray;
  width: 48px;
  margin: 10px;
  cursor: pointer;
}
.details-images p img {
  width: 46px;
  height: 46px;
  margin-bottom: 2px;
}
.details-images span {
  font-size: 0.8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
}

.details-highlight {
  background-color: var(--cssInfoColor1);
  box-shadow: 0 0px 4px 10px var(--cssInfoColor1);
  color: var(--cssInfoColor2);
}

.details-header {
  display: flex;
  align-items: center;
}
.details-header .product-image {
  flex-shrink: 0;
}
.details-header .product-image img {
  max-width: 100%;
  height: auto;
}
.details-header .product-info {
  margin-left: 20px;
}
.details-header .product-info h4 {
  margin: 0 0 5px;
}

/*# sourceMappingURL=product_details.css.map */
