.product-carousel-buttons {
  border-radius: 50%;
  color: #c66e4e !important;
  background: white !important;
  width: 45px !important;
  box-shadow: 0 2px 10px #36363626;
}

#previousImage-button .icon, #nextImage-button .icon {
    height: 1rem;
}

@media screen and (max-width: 900px) {
  #previousImage-button, #nextImage-button {
    display: none;
  }
}