.sliderContainer {
  position: relative;
}

.swiper {
  height: 100%;
  width: 100%;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.favoriteButton {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  color: white;
}

.favorited {
  color: red !important;
}

.navButtonLeft,
.navButtonRight {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
  transition: background-color 0.3s ease;
}

.navButtonLeft:hover,
.navButtonRight:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.navButtonLeft {
  left: 10px;
}

.navButtonRight {
  right: 10px;
}

.slides {
  background: gray;
  /* width:  450px;
    height: 272px; */
}

.css-480o17-MuiGrid-root > .MuiGrid-item {
  padding-left: 10px;
}

/* LOADING... image placeholder */

/* .imageWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #f0f0f0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #999;
} */
