/* Dcorandmore Gallery Limiter - gallery.css */

.woocommerce-product-gallery .flex-control-thumbs li:nth-child(4) {
    position: relative;
}

.woocommerce-product-gallery .flex-control-thumbs li:nth-child(4)::after {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    pointer-events: none;
    cursor: default;
}
