main img, main .banner {
  border-radius: 15px;
}

#custom-add-to-cart {
  display: flex;
  position: sticky;
  bottom: 0;
  z-index: 50;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  #custom-add-to-cart {
    padding: 10px 0;
  }
}
#custom-add-to-cart button {
  margin-bottom: 0;
}
#custom-add-to-cart #discount-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#custom-add-to-cart #discount-message p {
  margin: 0 !important;
  padding: 0 !important;
}/*# sourceMappingURL=product.css.map */