.product-img--main {
  min-height: 600px;
  overflow: hidden;
  padding: 1rem;
}

.product-img--main__image {
  background-size: auto 100%;
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.single-product .variations {
  width: 100%;
  margin: 8px 0px;
}

.single-product .variations .label {
  text-align: left;
}

.single-product .variations select {
  padding: 8px;
  border: 1px solid #999;
  margin-right: 8px;
}

.single_add_to_cart_button {
  width: 100%;
  padding: 1rem !important;
  margin: 2rem 0 !important;
  background-color: #85b93b !important;
  text-transform: uppercase;
  font-weight: 300 !important;
}

.noi-band-logo__image {
  margin-bottom: 1rem;
}

.noi-band-logo__image a img {
  max-width: 300px;
  max-height: 200px;
}

.noi-band-logo__image a:hover img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(78%) saturate(7199%) hue-rotate(322deg) brightness(107%) contrast(104%);
}

.single_add_to_cart_button {
  margin: 1rem 0 0.5rem 0 !important;
}
