atomic-product-link {
  a,
  a:hover,
  a:visited {
    text-decoration: none !important;
  }
}
atomic-product-text {
  color: #0a0b0c;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  margin: 5px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: var(--font-body-family);
  overflow: hidden;
  font-weight: 600;
}