.pfuu-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}

.pfuu-carousel {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.pfuu-carousel::-webkit-scrollbar {
  display: none;
}

.pfuu-carousel-item {
  flex: 0 0 auto;
}

.pfuu-carousel-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.pfuu-carousel-item img:hover {
   
}

.pfuu-carousel-nav {
  text-align: center;
  margin-top: 10px;
}

.pfuu-prev,
.pfuu-next {
  border: none;
  cursor: pointer;
  font-size: 22px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background: none !important;
  box-shadow: none !important;
  color: #dd5642;
}

.pfuu-prev:focus,
.pfuu-next:focus,
.pfuu-prev:active,
.pfuu-next:active {
  color: black !important;
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.pfuu-prev:hover,
.pfuu-next:hover {
  color: black !important;
}
