/* =========================================================
   Sembunyikan thumbnail galeri — gambar utama mengikuti tab LMS
   (progress.js sync flexslider ↔ tab)
========================================================= */

body.single-product div.product div.images .flex-control-thumbs,
body.single-product .woocommerce-product-gallery .flex-control-thumbs,
body.single-product.woocommerce div.product .flex-control-thumbs {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
}

body.single-product .lajunet-thumb-arrow,
body.single-product .lajunet-has-desktop-thumb-nav .lajunet-thumb-arrow {
    display: none !important;
}

body.single-product .lajunet-has-desktop-thumb-nav .flex-control-thumbs,
body.single-product .lajunet-has-desktop-thumb-nav .flex-control-thumbs.lajunet-thumb-scroll {
    padding: 0 !important;
}
