Cart

  Product Price Quantity Subtotal
[잼몬] 풀 바디 키링(중) 피치 [잼몬] 풀 바디 키링(중) 피치 Remove 15,800
15,800
[잼몬] 얼굴키링(소) 블루 [잼몬] 얼굴키링(소) 블루 Remove 12,800
25,600
[잼몬] 풀바디키링(대) 보라몬 [잼몬] 풀바디키링(대) 보라몬 Remove 19,800
19,800
[나야나야] 감정키링 까칠이 [나야나야] 감정키링 까칠이 Remove 12,800
12,800
[잼몬] 풀 바디 키링(중) 샤벳 [잼몬] 풀 바디 키링(중) 샤벳 Remove 14,800
14,800
[포켓몬스터] 팝업 피규어 블라인드 박스 [포켓몬스터] 팝업 피규어 블라인드 박스 Remove 14,800
14,800
[포켓몬스터] 체인징 피규어 시리즈 [포켓몬스터] 체인징 피규어 시리즈 Remove 17,800
17,800
[잼몬] 풀 바디 키링(중) 민트 [잼몬] 풀 바디 키링(중) 민트 Remove 14,800
14,800
[나야나야] 20cm인형 베리 [나야나야] 20cm인형 베리 Remove 24,800
24,800

장바구니 합계

소계 161,000
배송

배송 옵션은 체크아웃 중에 업데이트됩니다.

총계 161,000
(function($){ // Elementor frontend 초기화 이후 실행 if (window.elementorFrontend) { elementorFrontend.hooks.addAction('frontend/element_ready/global', function(){ function getActivePanelId(){ var $p = $('.elementor-tab-content.elementor-active'); return $p.length ? $p.attr('id') : ''; } function activateTab(id){ $('.e-n-tab-title[aria-controls="'+ id +'"]').trigger('click'); } // 로드 시 해시 유지 var h = location.hash.slice(1); if (h) { activateTab(h); history.replaceState(null, null, '#'+h); } // 탭 클릭 해시 갱신 $(document).on('click', '.e-n-tab-title', function(){ history.replaceState(null, null, '#'+ $(this).attr('aria-controls')); }); // 페이지네이션 가로채기 $(document).on('click', '.kitify-products-pagination a', function(e){ e.preventDefault(); var pid = getActivePanelId(), $a = $(this), href= $a.attr('href').split('?')[0], p = ($a.attr('href').match(/paged=(\d+)/)||[])[1]||1; href += '?paged='+p + (pid?'&tab='+pid:''); $.get(href, function(html){ var $tmp = $('
').html(html); $('.kitify-products-wrapper').html( $tmp.find('.kitify-products-wrapper').html() ); $('.kitify-products-pagination').html( $tmp.find('.kitify-products-pagination').html() ); if (pid) activateTab(pid); }); }); // AJAX 완료 후 탭 재활성화 $(document).ajaxComplete(function(e,x,s){ if (s.url.indexOf('kitify_products')!==-1) { var pid = getActivePanelId(); if (pid) activateTab(pid); } }); }); } })(jQuery);