.willbeProductsGalleryCarousel {
  width: 100%;
  transition: all 300ms ease;
  opacity: 0;
}
.auxOp {
  opacity: 1;
}
.willbeGalleryCarousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.willbeGalleryCarouselItem {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}
.willbeGalleryCarouselItem img {
  width: 100%;
}
.willbeGalleryCarouselItem h3,
.storeLink {
  text-align: center;
}

.willbeProductsGalleryCarouselControllers {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  z-index: 10;
  padding: 0 15px;
}
.willbeProductsGalleryCarouselBtn {
  display: block;
  width: 15px;
  height: 100%;
  cursor: pointer;
}
.willbeProductsGalleryCarouselBtn.next {
  background-size: cover;
  background-position: center;
}
.willbeProductsGalleryCarouselBtn.previous > svg {
  transform: rotate(180deg);
}
.pathSetinha {
  fill: none;
  stroke: #1f1f1f;
  stroke-width: 2px;
}
