.sf_product_images_wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.sf_product_image{
    height: 378px !important;
	object-fit: cover;
    width: 100%;
}
.sf_product_images_wrapper.owl-theme .owl-nav .owl-next svg{
    transform: rotate(180deg);
}
.sf_product_images_wrapper.owl-theme .owl-nav .owl-next svg:hover rect{
    fill: #FFC857;
    fill-opacity: 1;
}
.sf_product_images_wrapper.owl-theme .owl-nav{
    top: 42%;
}
.sf_product_images_wrapper.owl-theme .owl-nav [class*='owl-']:hover{
    background: #fff0;
}
.sf_product_images_wrapper.owl-theme .owl-nav [class*='owl-']{
    margin: 1px !important;
}
@media only screen and (max-width:1024px) {
    .sf_product_images_wrapper .owl-stage{
        padding-left: 0px !important;
    }
}