
/* ----------- SLIDER ------------ */

.mySwiper-carousel3d-lancamento-2 {
    width: 100%;
}

.swiper-wrapper-carousel3d-lancamento {
    width: 100%;
    height: 35em;
    display: flex;
    align-items: center;
    user-select: none;
}

.card-carousel3d-lancamento {
    width: 20em;
    height: 90%;
    background-color: #fff;
    border-radius: 1em;
    box-shadow: 0 0 2em rgba(0, 0, 0, .2);
    padding: 2em 1em;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 2em;
    user-select: none;
}

.swiper-slide-carousel3d-lancamento:not(.swiper-slide-active) {
    filter: blur(1px);
}

.card__image-carousel3d {
    width: 300px !important;
    height: 340px !important;
    border-radius: 50%;
    border: 5px solid var(--color);
    padding: 3px;
    margin-bottom: 2em;
}

.card__image-carousel3d img {
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    object-fit: cover;
}

.card__content-carousel3d {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.card__title_produto {
    font-size: 1.3rem;
    position: relative;
    width: 100%;
    top: .2em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
    -webkit-box-orient: vertical;
}

.card__name_linha {
    color: #000;
    font-weight: 700;
    font-size: 1.0rem;
}

.swiper-button-next-slide-3d {
    right: 50px;
    color: #0000005e;
    padding-bottom: 50px;
}

.swiper-button-prev-slide-3d {
    left: 50px;
    color: #0000005e;
    padding-bottom: 50px;
}

@media screen and (max-width: 500px) {
    .swiper-button-next-slide-3d {
        right: 20px;
        font-size: 22px !important;
    }
    .swiper-button-prev-slide-3d {
        left: 20px !important;
    }
    .swiper-button-next-slide-3d::after {
        font-size: 28px !important;
    }
    .swiper-button-prev-slide-3d::after {
        font-size: 28px !important;
    }
}
