body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

h1, h2, h3, h4, h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}

.product {
  display: block; /* default block stacking */
  margin-bottom: 40px;
}

.product-image {
  width: 100%; /* default responsive */
  height: auto;
  margin-bottom: 10px;
}

.product-details {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  line-height: 1.4;
}
body {
  color: black !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

a, a:visited, a:hover, a:active {
  color: black !important;
  text-decoration: none; /* optional */
}
