.nova-product-gallery {
    position: relative;
    overflow: visible !important;
    padding: 0 50px;
}

.nova-product-gallery .swiper {
    overflow: visible !important;
}

.nova-product-gallery .swiper-wrapper {
    align-items: stretch;
}

.nova-product-gallery .swiper-slide {
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.nova-product-gallery .swiper-wrapper {
    align-items: stretch;
}

.nova-product-gallery .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.35s ease;
    cursor: pointer;
}

.nova-product-gallery .swiper-slide:hover {
    z-index: 100;
}

.nova-product-gallery .swiper-slide:hover img {
    transform: scale(2);
    z-index: 100;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.nova-product-gallery .swiper-button-next,
.nova-product-gallery .swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.nova-product-gallery .swiper-button-next::after,
.nova-product-gallery .swiper-button-prev::after {
    font-size: 14px;
}

.nova-product-gallery .swiper-button-next {
    right: 0;
}

.nova-product-gallery .swiper-button-prev {
    left: 0;
}
