/* WalStore v2.6 — full thumbnail visibility + admin product tag UX support. */
.vp-product-gallery .vp-gallery-carousel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}
.vp-product-gallery .vp-thumb-strip {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 8px 6px !important;
    scroll-padding-inline: 6px !important;
    scrollbar-width: thin;
    transform: none !important;
}
.vp-product-gallery .vp-thumb {
    flex: 0 0 76px !important;
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
    height: 76px !important;
    padding: 5px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: #fff !important;
}
.vp-product-gallery .vp-thumb img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 !important;
    padding: 0 !important;
    transform-origin: center center !important;
}
@media (max-width: 991px) {
    .vp-product-gallery .vp-thumb-strip {
        padding-inline: 8px !important;
        overscroll-behavior-inline: contain;
    }
    .vp-product-gallery .vp-thumb {
        flex-basis: 72px !important;
        width: 72px !important;
        min-width: 72px !important;
        max-width: 72px !important;
        height: 72px !important;
    }
}
