﻿.galeria-box, .detalhe-box {
    position: relative
}

    .galeria-box .swiper-fotos img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


.galeria-box .swiper-button-next, 
.galeria-box .swiper-button-prev {
    color: var(--cor-primaria);
}

.detalhe__produto .image-gallery .slider-for .zoomIcone {
    text-align: center;
}

    .detalhe__produto .image-gallery .slider-for .zoomIcone .fa {
        color: var(--tx-white);
        font-size: var(--body-md);
        margin-left: 10px;
    }

    .detalhe__produto .image-gallery .slider-for .zoomIcone span {
        background: #00000070;
        border-radius: 50px;
        padding: 10px 15px;
        color: var(--tx-white);
        width: fit-content;
        margin: auto;
        font-weight: normal;
        font-size: var(--body-xs);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

.detalhe__tag {
    position: absolute;
    right: 26px;
    z-index: 9;
}

.detalhe__tag img {
    --size: 60px;
    width: var(--size);
    height: var(--size);
    object-fit: contain;
}

.swiper-fotos,
.swiper-thumbs {
    max-height: 550px;
    height: 100%;
}

.swiper-thumbs .swiper-slide {
    aspect-ratio: 1/1;
    height: auto !important;
}

.product-thumb {
    width: 100%;
    aspect-ratio: 1/1;
}

.product-video i {
    transition: all 200ms ease;
}

.product-video:hover i {
    transform: scale(1.1);
}

.product-video video {
    aspect-ratio: 1 /1;
    max-height: 550px;
}

.swiper-fotos .elemento-figure {
    height: 100%;
    margin: 0;
}


