Product Gallery
.product-gallery {
    width: 100%;
}

.mainSwiper {
    width: 100%;
    height: 420px;
}

.mainSwiper img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}


.thumbSwiper {
    height: 90px;
}

.thumbSwiper .swiper-slide {
    opacity: 0.4;
    cursor: pointer;
}

.thumbSwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #afb35b;
}

.thumbSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
