html body .axe-product-details {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin: 6px 0 12px;
  padding: 0;
  color: #80633d;
  font-family: var(--axe-site-body-font, Roboto, sans-serif);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
}

.axe-product-details__item {
  min-width: 0;
  overflow-wrap: anywhere;
}

.products .product .axe-product-details {
  justify-content: center;
}

.axe-product-details__item + .axe-product-details__item::before {
  content: "·";
  margin-right: 10px;
  color: #777;
}

html body .summary > .axe-product-details {
  font-size: 1rem;
  margin-bottom: 16px;
}
