.sgift-product-gallery{
    width:100%;
}

.sgift-gallery-slider{
    margin-bottom:15px;
}

.sgift-gallery-slider img{
    width:100%;
    height:auto;
    object-fit:cover;
    border-radius:12px;
}

.sgift-gallery-thumb img{
    width:100%;
    height:100px;
    object-fit:cover;
    border-radius:8px;
    cursor:pointer;
}

.sgift-gallery-thumb .swiper-slide{
    opacity:.5;
    transition:.3s;
}

.sgift-gallery-thumb .swiper-slide-thumb-active{
    opacity:1;
}

.sgift-gallery-thumb .swiper-slide-thumb-active img{
    border:2px solid #B58E53;
}

.swiper-button-next,
.swiper-button-prev{
    color:#B58E53;
}