.products-swiper .swiper {
    padding-bottom: 40px;
}

.products-swiper .swiper-pagination,
#main-banner .swiper-pagination {
    position: unset !important;
}

.products-swiper .swiper-pagination .swiper-pagination-bullet,
#main-banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid var(--dark-bg-color) !important;
    background-color: transparent !important;
    opacity: 1 !important;
}

.products-swiper .swiper-pagination .swiper-pagination-bullet-active,
#main-banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--dark-bg-color) !important;
}

.selos-home {
    border: 2px solid #f0f0f0;
    border-radius: 6px;
    background: linear-gradient(to bottom, #f7f7f7, #ffffff);
    box-shadow: 0 6px 0px #faf9fa;
}

.separador-selos {
    height: 50px;
    background-color: #f0f0f0;
    width: 2px;
}

@media screen and (max-width: 768px) {
    .products-swiper .swiper-slide {
        width: 80%;
    }

    .marcas-swiper .swiper,
    .products-swiper .swiper {
        /* width: calc(100vw - 1rem); */
        overflow: visible;
    }

    .marcas-swiper .swiper-slide {
        width: 40%;
    }

    .home-mobile-selos div:nth-of-type(3),
    .home-mobile-selos div:nth-of-type(1) {
        flex: 0 0 190px;
    }

    .home-mobile-selos div:nth-of-type(2),
    .home-mobile-selos div:nth-of-type(4) {
        flex: 0 0 270px;
    }

    .home-mobile-selos {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}