.willbeProductsSlide{
    width: 100%;
    transition: all 300ms ease;
    opacity: 0;
}
.auxOp{
    opacity: 1;
}
.willbeCarousel{
    width: 100%;
    overflow: hidden;
    position: relative;    
}
.willbeCarouselItem{
    position: absolute;
    top:0;
    left: 0;
    padding: 2rem 4rem;
}
.willbeCarouselItem h3, .storeLink{ text-align: center; }

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