IZEZE
Total16 Products
WISH
ADD
IZEZEIZEZE Soul HNA Hydro Cream 50ml
- Brand : IZEZE
- 65
- 2027-06-11 ~
- $25.00
- $20.00
WISH
ADD
IZEZEIZEZE Soul HNA Hydro Toner 150ml
- Brand : IZEZE
- 51
- 2028. 1. 6 ~
- $23.00
- $18.40
WISH
ADD
IZEZEIZEZE Hyper CSA Cica Cleanser 150ml
- Brand : IZEZE
- 48
- 2027-06-10 ~
- $18.00
- $14.40
WISH
ADD
IZEZEIZEZE Soul HCA Hydro 6.5 Gel Cleanser 150ml
- Brand : IZEZE
- 33
- 2027-06-12 ~
- $18.00
- $14.40
WISH
ADD
IZEZEIZEZE Hyper CMA Cica Toner 150ml
- Brand : IZEZE
- 35
- 2027-05-26 ~
- $23.00
- $18.40
WISH
ADD
IZEZEIZEZE Love Me Cushion 14g
- Brand : IZEZE
- 12
- 2026-09-14 ~
- $32.00
- $15.99
WISH
ADD
IZEZEIZEZE Black Cumin NEM Bliss Suncream SPF 50+ PA++++ 50ml
- Brand : IZEZE
- 0
- 2028. 1. 23 ~
- $21.00
- $16.80
WISH
ADD
IZEZEIZEZE Soul HNA Hydro Serum 30ml
- Brand : IZEZE
- 13
- 2027. 11. 4 ~
- $25.00
- $20.00
WISH
ADD
IZEZEIZEZE Black Cumin NTP Bliss Cleansing Oil 200ml
- Brand : IZEZE
- 0
- 2027-05-20 ~
- $29.00
- $23.20
WISH
ADD
IZEZEIZEZE Hyper CGA Cica Cream 50ml
- Brand : IZEZE
- 2
- 2027-05-26 ~
- $25.00
- $20.00
WISH
ADD
IZEZEIZEZE Hyper CAA Cica Serum 30ml
- Brand : IZEZE
- 3
- 2027-05-26 ~
- $25.00
- $20.00
WISH
ADD
IZEZEIZEZE Zero Blemish Cleanser 150ml
- Brand : IZEZE
- 0
- 2026-04-17 ~
- $18.00
- $9.99
WISH
ADD
IZEZEIZEZE Black Cumin NSC Bliss Essence 100ml
- Brand : IZEZE
- 0
- 2028. 02. 25 ~
- $23.00
- $18.40
WISH
ADD
IZEZEIZEZE PROPOLIS PBA Enrich Serum 30ml
- Brand : IZEZE
- 0
- 2027-08-13 ~
- $25.00
- $20.00
WISH
ADD
IZEZEIZEZE LEMON CNA Vita Serum 30ml
- Brand : IZEZE
- 0
- 2027-08-13 ~
- $25.00
- $20.00
WISH
ADD
IZEZEIZEZE Black Cumin NPB Bliss Serum 30ml
- Brand : IZEZE
- 0
- 2027-05-19 ~
- $25.00
- $20.00
첫 페이지이전 페이지
- 1
다음 페이지마지막 페이지
Today's BEST Item
Today's TOP Viewed Item
Items with a High Order Rate
New Item
Also Products Like This!
'; html += `
`; html += `
`; html += ``; html += `${eng_product_name}`; html += ''; html += '
'; html += '
- '; html += '
- '; html += '
- '; html += '
- '; html += ``; html += ' '; html += '
- '; html += `\$${retail_price}`; html += ' '; html += '
- '; html += `\$${discountprice.pc_discount_price}`; html += ' '; html += '
'; html += '
'; html += '
'; html += ''; return html; }).join(""); const targetElementNode = document.querySelector(`.${targetElement}`); if (targetElementNode) { targetElementNode.innerHTML = mapHTML; var prams2 = targetElementNode.querySelectorAll('.thumbnail'); var prams1 = targetElementNode.querySelectorAll('.description'); window.addEventListener('load',()=>{ prams1.forEach((des ,i)=> { window.method_f.percentageCul($(des),$(prams2[i])); }) }) } } }) .catch(err => { console.log(err); }); } // Fetch data for different categories window.fetchProductDataForAlsoItem(45, 'prdList-RecItems'); window.fetchProductDataForAlsoItem(46, 'prdList-RecItems2'); window.fetchProductDataForAlsoItem(47, 'prdList-RecItems3'); window.fetchProductDataForAlsoItem(48, 'prdList-RecItems4'); window.fetchProductDataForAlsoItem(52, 'also-item'); document.addEventListener('DOMContentLoaded', function () { setTimeout(function () { var BestItem = new Swiper('.Best-item', { loop: true, speed: 500, slidesPerView: 2, spaceBetween: 0, pagination: { el: '.swiper-pagination', dynamicBullets: true, }, breakpoints: { 480: { slidesPerView: 3, }, }, }); var ViewItem = new Swiper('.TopViewed-item', { loop: true, speed: 500, slidesPerView: 2, spaceBetween: 0, pagination: { el: '.swiper-pagination', dynamicBullets: true, }, breakpoints: { 480: { slidesPerView: 3, }, }, }); var OrderItem = new Swiper('.HighOrder-item', { loop: true, speed: 500, slidesPerView: 2, spaceBetween: 0, pagination: { el: '.swiper-pagination', dynamicBullets: true, }, breakpoints: { 480: { slidesPerView: 3, }, }, }); var NewItem = new Swiper('.New-item', { loop: true, speed: 500, slidesPerView: 2, spaceBetween: 0, pagination: { el: '.swiper-pagination', dynamicBullets: true, }, breakpoints: { 480: { slidesPerView: 3, }, }, }); }, 500); });var alsoSwiper;setTimeout(() => { alsoSwiper = new Swiper('.also-item-swiper', { loop: true, loopAdditionalSlides: 2, loopedSlides: 2, speed: 1900, slidesPerView: 2, slidesPerGroup: 1, spaceBetween: 0, observer: true, observeParents: true, breakpoints: { 770: { slidesPerView: 5, }, 480: { slidesPerView: 3, }, }, autoplay: { delay: 0, disableOnInteraction: false, }, freemode: true }); var isHover = false; document.querySelector('.also-item-swiper').addEventListener('mouseenter', function() { if (!isHover) { alsoSwiper.autoplay.stop(); isHover = true; } }); document.querySelector('.also-item-swiper').addEventListener('mouseleave', function() { if (isHover) { alsoSwiper.autoplay.start(); isHover = false; } });}, 2000); document.addEventListener('DOMContentLoaded', function() { function getCurrentUrl() { return window.location.href; } function applyCssAccordingToUrl() { var currentUrl = getCurrentUrl(); if (currentUrl === "https://annecy1.cafe24.com/shop6/skin-skin264/board/zeddy/1002/?is_pcver=T" || currentUrl === "https://zezeya.com/board/zeddy/1002/?is_pcver=T") { var footerMarginElements = document.querySelectorAll('.bulletin-board-also-item'); footerMarginElements.forEach(function(element) { element.style.display = 'none'; }); } } applyCssAccordingToUrl(); });