.zhf-produtos-cores.variations {
    margin-bottom: 10px;
}
img.cores-zhf.ativo {
    border-color: #000;
}
img.cores-zhf {
    border: 2px solid #dbdbdb;
    border-radius: 3px;
    height: 50px;
    width: 50px;
}
.conteudo-cores {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    justify-content: center;
}

.conteudo-cores--single {
    justify-content: start;
}

.swiper.linkedColorsProduct {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.linkedColorsProduct .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linkedColorsProduct .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body:not(.single) .linkedColorsProduct .swiper-button-next,
body:not(.single) .linkedColorsProduct .swiper-button-prev  { 
    transform: translateY(25%);
}

.linkedColorsProduct .swiper-button-next,
.linkedColorsProduct .swiper-button-prev  {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    transform: translateY(60%);
}

.linkedColorsProduct .swiper-button-next {
    right: 0;
}

.linkedColorsProduct .swiper-button-prev {
    left: 0;
}

.linkedColorsProduct .swiper-button-next::after,
.linkedColorsProduct .swiper-button-prev::after  {
    color: gray;
    font-size: 14px;
}

