.rst-fancybox-gallery {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
}
.rst-main-cover {
    position: relative;
}
.rst-icon-show-more {
    display: flex;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0,0,0,.5);
    padding: 5px;
    border-radius: 10px;
}
.rst-icon-show-more.animate__animated {
    animation-duration: 2s;
}
.rst-custom-icon {
    width: 90%;
}
.rst-image-counter {
    white-space: nowrap;
    font-size: .85rem;
}
.rst-fancybox-gallery .cover-image {
    width: 100%;
}
.rst-fancybox-gallery .product-main-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    max-width: 100%;
    transition: transform 0.2s ease;
    border: 2px solid black;
}

.rst-fancybox-thumbs {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    padding: .3rem;
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
}

.rst-fancybox-thumbs a img {
    max-width: 50px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}
