.product-bar {
  background: #1e1d22;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all 0.25s ease;
}

.product-bar * {
  font-family: "Roboto", sans-serif;
}

.product-bar-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0;
  padding: 10px 10px 0 10px;
}