
.thumbs-swiper .swiper-slide[data-v-cbeba781] {
    transition: all 0.3s;
    position: relative;
}
.thumbs-swiper .swiper-slide[data-v-cbeba781]::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.2s;
}
.thumbs-swiper .swiper-slide[data-v-cbeba781]:hover::after {
    opacity: 1;
}
.thumbs-swiper .swiper-slide-thumb-active[data-v-cbeba781] {
    border: 2px solid #3b82f6 !important;
    /* Primary color border for active thumbnail */
}
.thumbs-swiper-button-prev[data-v-cbeba781],
.thumbs-swiper-button-next[data-v-cbeba781] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

/* Fix for Swiper arrows */
[data-v-cbeba781] .swiper-button-prev,[data-v-cbeba781] .swiper-button-next {
    color: #000;
    opacity: 0.8;
}
[data-v-cbeba781] .swiper-button-prev:hover,[data-v-cbeba781] .swiper-button-next:hover {
    opacity: 1;
}
