DAFTAR
Added to Cart
PasukanJitu Official Brand Collection
PasukanJitu Premium Collection
PasukanJitu Exclusive Product Display
PasukanJitu Lifestyle Brand Showcase
PasukanJitu Signature Premium Brand

PasukanJitu adalah simbol kualitas, gaya, dan pengalaman premium. Hadir dengan konsep modern untuk memenuhi kebutuhan lifestyle masa kini.

Premium Brand Collection

PasukanJitu Signature Collection

Item #: PJ-187889370

Rp10.000

4.9 rating Write a Review
PASUKANJITU
Imported from PASUKANJITU

PasukanJitu hadir dengan konsep elegan dan modern untuk menghadirkan pengalaman premium. Koleksi eksklusif dirancang untuk menunjang gaya hidup yang lebih berkelas.

PasukanJitu Macau Collection
PasukanJitu Hongkong Collection
PasukanJitu Singapore Collection
PasukanJitu Sydney Collection
PasukanJitu Taiwan Collection

visa
qris
bca
ovo
mandiri
Powered by : PASUKANJITU
Note: Pastikan selalu mengakses melalui platform resmi dengan layanan premium 24 jam terpercaya. KLIK DISINI.
Informasi Lengkap PasukanJitu
Nama Brand PasukanJitu
Kategori Platform Digital
Layanan Informasi dan Akses Online
Metode Akses Web Browser, Mobile Device
Dukungan Layanan Bantuan Online
Rating ★★★★★ — Brand Showcase


$(document).ready(function() { var buttonprev = $('.owl-prev'); var buttonnext = $('.owl-next'); buttonprev.attr('role', 'button'); buttonnext.attr('role', 'button'); }); var is_multiple_slider = 'false'; var slider_status = false; if (is_multiple_slider == 'true') { slider_status = true; } var importCountry = '["US","UK","Japan","Germany","Hong Kong","Korea","China","Turkey"]'; var referer = ''; var isDetailPageOpen = '1'; function fetchData(geturl, tag_id, action, init_slider = false, referer = "", isDetailPageOpen = "",token = "") { jQuery.ajax({ url: geturl, data: { importCountries: importCountry, referer: referer, isDetailPageOpen: isDetailPageOpen, token: token }, type: "POST", success: function(resp) { if (action == "html") { jQuery(tag_id).after(resp); } else { jQuery(tag_id).append(resp); } if (init_slider == true) { } } }); } function getCartData() { jQuery.ajax({ url: "https://glamorous-cosmetique.com/", dataType: 'html', type: 'GET', data: { version: "v5" }, success: function(resp) { var menuHtml = resp; if (jQuery.trim(menuHtml) != '') { var obj = jQuery.parseJSON(menuHtml); if (jQuery.trim(obj.userAcountHtml) != '') { jQuery(".header-account").html(obj.userAcountHtml); } jQuery("#user_cart_count").html(obj.cartcount); jQuery("#user_cart_count_sm").html(obj.cartcount); if (obj.cartcount > 0) { jQuery("#user_cart_count").addClass("active"); } else { jQuery("#user_cart_count").removeClass("active"); } if(jQuery.trim(obj.select_store_html) != ''){ jQuery("#select-store-dropdown").html(obj.select_store_html); jQuery(".header-store-dropdown").removeClass("active"); jQuery('.header-store-dropdown[data-store="'+obj.currentStore.toLowerCase()+'"]').addClass("active"); } } }, complete: function() {} }); } function changeStoreEvent(swap_store, order_form, swap_url) { var customer_id = ''; if (typeof changeStore != "undefined") { var store_data = {}; user_type = (customer_id != "") ? "registered" : "guest"; store_data.old_store = 'us'; store_data.new_store = swap_store store_data.user_id = customer_id store_data.user_type = user_type; store_data.swap_url = swap_url; if (order_form == 'new') { changeStoreNew(store_data); } else { changeStore(store_data); } } } jQuery(document).ready(function() { getCartData(); var current_store = 'us'; var current_active_store = 'us'; updateCurrentStoreNode(current_store); jQuery("#mobile-stores").find('li[data-astore="' + current_active_store + '"]').addClass( 'active-store'); jQuery('span[data-store="' + current_store + '"]').addClass('active'); jQuery('span[data-store="' + current_store + '"]').removeClass('storeswap'); jQuery(document).on("click", ".storeswap,li.storeswap", function() { if (jQuery(this).hasClass('active')) { return; } var is_store_change = '1'; var store = jQuery(this).attr('data-store'); var mstore = jQuery(this).attr('data-mstore'); var url = jQuery(this).attr('data-href'); var orderform = jQuery(this).attr('data-orderform'); var is_popup = false; if (store != current_store) { var is_popup = true; if (mstore == 'us' && jQuery.inArray(current_store, ['us', 'fashion', 'mart', 'used']) != '-1') { is_popup = false; } else if (mstore == 'uk' && current_store == 'uk') { is_popup = false; } else if (mstore == 'ch' && current_store == 'ch') { is_popup = false; } } if (is_popup) { var base_icon = 'https://d3ulwu8fab47va.cloudfront.net/skin/frontend/default/ubuycom-v1/images/countries-flag/'; var from_icon = base_icon + "new-" + current_active_store + "-icon.png.webp?v=1.0"; var to_icon = base_icon + "new-" + mstore + "-icon.png.webp?v=1.0"; var url_tag = ''; var fromstore = jQuery(this).attr('data-fromstore'); var fromstore2 = jQuery(this).attr('data-fromstorecode'); var tostore = jQuery(this).attr('data-tostore'); var tostore2 = jQuery(this).attr('data-mstore'); jQuery("#store-change-from-icon").find('span').attr('class', fromstore); jQuery("#store-change-from-text").html(fromstore2.toUpperCase()); jQuery("#store-change-to-icon").find('span').attr('class', tostore); jQuery("#store-change-to-text").html(tostore2.toUpperCase()); jQuery("#store-swap-link").attr('href', url); jQuery("#store-swap-link").after(url_tag); jQuery("#store-swap-link").last().remove(); if (is_store_change > 0) { window.location.href = url; } else { jQuery("#storeChangeModal").modal('show'); } } else { window.location.href = url; } }); jQuery(document).on('click', "#store-swap-link", function() { var swap_url = jQuery(this).data("swap_url"); var swap_store = jQuery(this).data("swap_store"); var order_form = jQuery(this).data("order_form"); updateCurrentStoreNode(swap_store); changeStoreEvent(swap_store, order_form, swap_url); jQuery("#storeChangeModal").modal('hide'); window.location.href = swap_url; }); if (jQuery(".show-cart-popup").length > 0 && screen.width <= 768) { jQuery(".show-cart-popup").removeClass('show-cart-popup'); } }); // node function here for update store function updateCurrentStoreNode(storeName) { if (storeName != null) { let store = JSON.stringify({ code: storeName.toLowerCase(), title: storeName.toUpperCase() }); localStorage.setItem('currentStore', store); } } // node function here jQuery("#search-form,#search-form-sm").on("submit", function(e) { var q = jQuery(this).find('input[name="q"]').val().trim(); if (q == '') { e.preventDefault(); jQuery(this).addClass('error-require'); } }); function exploreGtmEvent(event_name, device) { } var isFetchingCat = null; var debug_psr = ""; jQuery('#explore-category').on('mouseover click', function() { exploreGtmEvent("explore_category", "desktop"); var shop_cat_loader = jQuery("#wstabitem-loader").find('.u-loader-sl'); var post_data = { s_id: '122', type: 'desktop', token: 'aG9tZXBhZ2VtZWdhbWVudTcyfDA2ZjVhMzE2YzlhZmJiZmUzYjVhYjcyYTA4NDY1ZDI2MDY1OGI1NjY5NzA0Yzc3Y2VhMjJjNjYwZDQ2YTViMzZ8ZDBmOTYzMmJiZWFkMDVlNzliODU0NGQ5ZmJhNGYwOTk4ZDZiYTEyNjNjM2JkZjI3Y2UzMWE4N2EyMTg0YjE3OA==' }; if (debug_psr != "") { post_data.debug_psr = debug_psr; post_data.current_active_store = 'us'; } if (shop_cat_loader.length > 0) { isFetchingCat = jQuery.ajax({ url: "https://glamorous-cosmetique.com/", type: 'GET', data: post_data, dataType: 'html', beforeSend: function() { if (isFetchingCat != null) { isFetchingCat.abort(); } }, success: function(response) { jQuery('#wstabitem-loader').html(response); } }); } }); var isFetchingBrand = null; jQuery('#explore-brands').on('mouseover click', function() { var shop_cat_loader = jQuery("#wstabitem-loader-brand").find('.u-loader-sl'); exploreGtmEvent("explore_brand", "desktop"); if (shop_cat_loader.length > 0) { isFetchingBrand = jQuery.ajax({ url: "https://glamorous-cosmetique.com/", type: 'GET', data: { s_id: '122', type: 'desktop', token: 'aG9tZXBhZ2VleHBsb3JlYnJhbmQ3MnwwNmY1YTMxNmM5YWZiYmZlM2I1YWI3MmEwODQ2NWQyNjA2NThiNTY2OTcwNGM3N2NlYTIyYzY2MGQ0NmE1YjM2fDVhYmFiMzhhY2IzNTFlMWI4MjJjZjc0YzM5ZWE1M2QxOTg1OTg4ZTc0ZWQ1Yzg0Y2E4YjFkYjNiZTI4NjFhNGE=' }, dataType: 'html', beforeSend: function() { if (isFetchingBrand != null) { isFetchingBrand.abort(); } }, success: function(response) { jQuery('#wstabitem-loader-brand').html(response); } }); } }); jQuery(document).on('click', '.mobile-menu-toggle', function() { exploreGtmEvent("explore_category", "mobile"); var shop_cat_loader = jQuery(this).find('.u-loader-sl'); var post_data = { s_id: '122', type: 'mobile', token: 'aG9tZXBhZ2VtZWdhbWVudTcyfDA2ZjVhMzE2YzlhZmJiZmUzYjVhYjcyYTA4NDY1ZDI2MDY1OGI1NjY5NzA0Yzc3Y2VhMjJjNjYwZDQ2YTViMzZ8ZDBmOTYzMmJiZWFkMDVlNzliODU0NGQ5ZmJhNGYwOTk4ZDZiYTEyNjNjM2JkZjI3Y2UzMWE4N2EyMTg0YjE3OA==' }; if (debug_psr != "") { post_data.debug_psr = debug_psr; post_data.current_active_store = 'us'; } isFetchingCat = jQuery.ajax({ url: "https://glamorous-cosmetique.com/", type: 'GET', data: post_data, dataType: 'html', beforeSend: function() { if (isFetchingCat != null) { isFetchingCat.abort(); } }, success: function(response) { jQuery('#wsitem-loader').html(response); } }); }) >