/* * {
    margin: 0;
    box-sizing: border-box;
}

.containerSwiper {
    width: 100%;
    height: 100vh;
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/

/* .swiper {
    width: 70%;
    height: fit-content;
} */

.swiper-slide img {
    max-width: 100%;
    height: auto;    
} 

.swiperProducts .swiper-button-prev, .swiperProducts .swiper-button-next {
   color: transparent;
   /* color: #ffca00; */
}

.swiperProducts .swiper-button-prev:hover, .swiperProducts .swiper-button-next:hover {
    color: #ffca00;
 }

.swiperProducts .swiper-pagination-bullet {
    background-color: #ffca00;
}