.woocommerce-product-gallery {
    display: none !important;
}

.woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
    position: relative;
}

.product.has-rosedev-gallery a.woocommerce-LoopProduct-link {
    visibility: hidden;
    position: relative;
    z-index: 1;
}

.product-loop-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.product-gallery-swiper, .product-loop-gallery {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
}

.product-gallery-swiper img,
.product-loop-gallery img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
}

.product-loop-gallery .swiper-pagination {
    position: absolute;
    width: auto;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 2px 5px;
    line-height: 1;
}

.swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    width: 6px;
    height: 6px;
}

.swiper-pagination-bullet-active {
    background-color: #ffffff;
}