

.single-product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:has(img[alt=amoeba_additional_social_link]) {
    position: relative;
}

.single-product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:has(img[alt=amoeba_additional_social_link])::after {
    content: "⏵";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 35px;
    pointer-events: none;
}