K-Secret Advanced Regenerating Eye Gel Patches - Eye Patch - Atzīti un pārbaudīti Korejas kosmētikas zīmoli Tavam skaistumam (2024)

'; template = $(template); template.find('a') .attr('href', mozCatItemPictures.cdn + picture.source.file) .attr('title', picture.title); template.find('img') .attr('src', mozCatItemPictures.cdn + picture.source.thumb) .attr('alt', picture.title); return template; }; let pictures = []; $('.cat-item-images').find('a').remove(); $('.cat-more-item-images').html(''); // Chooses the variant picture if any. if (selectedVariant && selectedVariant.cat_item_pic_id !== 'undefined') { mozCatItemPictures.variants.forEach((picture) => { if (picture.id == selectedVariant.cat_item_pic_id) { pictures.push({ id: picture.id, source: { thumb: picture.thumb, file: picture.file }, title: mozCatItem.title['pref'] }); return false; } }); } // Chooses additional catalog item pictures. mozCatItemPictures.item.forEach((picture) => { pictures.push({ id: picture.id, source: { thumb: picture.thumb, file: picture.file }, title: mozCatItem.title['pref'] }); }); // Renders the first picture as a large thumbnail. if (pictures.length > 0) { let thumb = createFromTemplateBig(pictures[0], 1); $('.cat-item-images').prepend(thumb); } // Renders the rest of pictures as small thumbnails. if (pictures.length > 1) { for (let i = 1; i < pictures.length; i++) { let thumb = createFromTemplateSmall(pictures[i], 2); $('.cat-more-item-images').append(thumb); } } // Fixes the image thumbnail. let images = $('.cat-item-images img'); if (images.length) { images.one('load', (event) => { fixThumbnailImageLayout(event.target); }); }}function updateInventory(selectedVariant){ let inventoryTag = $('.cat-item-inventory'); inventoryTag .attr('class', '') .addClass('cat-item-inventory') .html('') .hide(); if (mozCatSettings.paramInventoryInfo == '') { return; } let inStock = false, stockTotal = null, availableForOrder = false; if (selectedVariant) { inStock = selectedVariant.stock_total > 0; stockTotal = selectedVariant.stock_total; availableForOrder = selectedVariant.stock_total === null; } else { inStock = mozCatItem.stock_total > 0; stockTotal = mozCatItem.stock_total; availableForOrder = mozCatItem.stock_total === null; } if (inStock) { if (mozCatSettings.paramInventoryInfo == 'basic') { inventoryTag .html(mozCatSettings.localization.cmCatalogStockStatusAvailable) .addClass('inventory-in-stock') .show(); } if (mozCatSettings.paramInventoryInfo == 'precise') { inventoryTag .html(mozCatSettings.localization.cmCatalogStockStatusAvailableX.replace('%s', stockTotal)) .addClass('inventory-in-stock-x') .show(); } } else if (availableForOrder) { inventoryTag .html(mozCatSettings.localization.cmCatalogStockStatusCanOrder) .addClass('inventory-can-order') .show(); } else { inventoryTag .html(mozCatSettings.localization.cmCatalogOutOfStockProducts) .addClass('inventory-out-of-stock') .show(); }}function toggleAddToCartButton(available){ let addToCartBtn = $('.moze-add-to-cart'); addToCartBtn.toggleClass('disabled', !available); if (available) { addToCartBtn.text(mozCatSettings.localization.cmCatalogCartAdd); } else { if (addToCartBtn.hasClass('moze-added-to-cart-item')) { addToCartBtn.text(mozCatSettings.localization.cmCatalogCartAdded); } else { addToCartBtn.text(mozCatSettings.localization.cmCatalogOutOfStockProducts); } } reinitMozCatalogCartActions();}function pluginsSelectedVariantUpdated(selectedVariant) { var data = { item: mozCatItemMozApi, selectedVariantId: selectedVariant['id'], selectedVariant: null } if (mozCatItemMozApi && mozCatItemMozApi.variants) { for (var i = 0; i < mozCatItemMozApi.variants.length; i++) { if (mozCatItemMozApi.variants[i]['id'] == selectedVariant['id']) { data.selectedVariant = mozCatItemMozApi.variants[i]; } } } try { mozPlugins.plugins.ItemAfterPrice.updated(data); } catch(e) { console.error(e); }}function actionVariantSelected(selectedVariant){ updatePictures(selectedVariant); updateInventory(selectedVariant); initAddToCartButton(selectedVariant); $('.moze-price-box .moze-price').html(selectedVariant.pref_price_primary); $('.moze-price-box .moze-secondary').html(selectedVariant.pref_price_secondary); pluginsSelectedVariantUpdated(selectedVariant);}function gEventViewItem(){ if (!mozCatSettings.isUsingGoogleAPI) { return; } try { gtag('event', 'view_item', { items: [{ id: mozCatItemPixelApi.item.id, name: mozCatItemPixelApi.item.name, brand: mozCatItemPixelApi.item.brand, category: mozCatItemPixelApi.item.category, price: mozCatItemPixelApi.item.price, quantity: 1 }] }); } catch (e) { console.log(e); }}function gEventAddToCart(){ if (!mozCatSettings.isUsingGoogleAPI) { return; } try { gtag('event', 'add_to_cart', { currency: mozCatItemPixelApi.currency, items: [{ id: mozCatItemPixelApi.item.id, name: mozCatItemPixelApi.item.name, brand: mozCatItemPixelApi.item.brand, category: mozCatItemPixelApi.item.category, price: mozCatItemPixelApi.item.price, quantity: 1 }], value: mozCatItemPixelApi.item.price * 1 }); } catch (e) { console.log(e); }}function fEventAddToCart(){ if (!mozCatSettings.isUsingFacebookAPI) { return; } try { fbq('track', 'AddToCart', { content_ids: [mozCatItemPixelApi.item.id], content_type: 'product', contents: [{ id: mozCatItemPixelApi.item.id, quantity: 1 }], currency: mozCatItemPixelApi.currency, value: mozCatItemPixelApi.item.price * 1 }); } catch (e) { console.log(e); }}// Ready!var mozCatSettings = {};var mozCatGeolocation = 'gb';var mozCatItem = {"id":"3537928","title":{"1801403":"Pretgrumbu pat\u010di ar retinolu K-Secret Advanced Regenerating Eye Gel Patches","1824647":" \u041f\u0430\u0442\u0447\u0438 \u043f\u0440\u043e\u0442\u0438\u0432 \u043c\u043e\u0440\u0449\u0438\u043d \u0441 \u0440\u0435\u0442\u0438\u043d\u043e\u043b\u043e\u043c K-Secret Advanced Regenerating Eye Gel Patches","2087379":"K-Secret Advanced Regenerating Eye Gel Patches","pref":"K-Secret Advanced Regenerating Eye Gel Patches"},"price1":"29","price2":null,"stock":"8","stock_total":"8"};var mozCatItemVariants = [];var mozCatItemOptions = [];var mozCatItemPictures = {"cdn":"https:\/\/site-1650274.mozfiles.com\/","item":[{"id":"5386709","thumb":"files\/1650274\/catitems\/thumb\/K-Secret_Advanced_Regenerating_Eye_Gel_Patches-f15f514d404c1d22d2e510d8657b1495.jpg","file":"files\/1650274\/catitems\/K-Secret_Advanced_Regenerating_Eye_Gel_Patches-f15f514d404c1d22d2e510d8657b1495.jpg"},{"id":"5386710","thumb":"files\/1650274\/catitems\/thumb\/K-Secret_Advanced_Regenerating_Eye_Gel_Patches_3-ff2aca14531505dd297c8fe43fadd304.jpeg","file":"files\/1650274\/catitems\/K-Secret_Advanced_Regenerating_Eye_Gel_Patches_3-ff2aca14531505dd297c8fe43fadd304.jpeg"},{"id":"5386711","thumb":"files\/1650274\/catitems\/thumb\/K-Secret_Advanced_Regenerating_Eye_Gel_Patches_2-bc5bff5dfa4bc52dee80c991853c4dee.jpg","file":"files\/1650274\/catitems\/K-Secret_Advanced_Regenerating_Eye_Gel_Patches_2-bc5bff5dfa4bc52dee80c991853c4dee.jpg"}],"variants":[]};var mozCatItemPixelApi = {"item":{"id":"3537928","name":"K-Secret Advanced Regenerating Eye Gel Patches","brand":"K-Secret","category":"Face care\/Eye Patch","price":29,"quantity":1},"currency":"EUR","value":29};var mozCatItemMozApi = {"id":"3537928","name":"K-Secret Advanced Regenerating Eye Gel Patches","sku":"CA000847","brand":"K-Secret","category":"Face care\/Eye Patch","price":29,"price_undiscounted":29,"currency":"EUR","weight":0,"stock":8,"variants":[]};mozCatVariantManager({ localization: { cmCatalogCartAdd: 'Add to cart', cmCatalogCartAdded: 'Item added to cart', cmCatalogStockStatusAvailable: 'In stock', cmCatalogStockStatusAvailableX: '%s in stock', cmCatalogStockStatusCanOrder: 'Available for order', cmCatalogOutOfStockProducts: 'Out of stock', erInMaintenanceMode: 'We can not process your request right now, due to a planned maintenance. Please try again later.' }, paramInventoryInfo: '', isUsingGoogleAPI: true, isUsingFacebookAPI: true});$(document).ready(function() { gEventViewItem();});

€29.00

Add to cart

Description

Anti-wrinkle patches with retinol K-Secret Advanced Regenerating Eye Gel Patches have a complex rejuvenating effect, improving the condition of aging skin. The product reduces the visibility of wrinkles, smoothes, tightens, firms and plumps, starting the renewal process.

The composition stimulates the synthesis of collagen and elastin and neutralizes the action of free radicals, preventing the appearance of unwanted pigmentation.

Deep hydration will help keep the skin youthful and prevent the appearance of wrinkles and pouches. The product can also be used as a local mask for the nasolabial folds, the area between the eyebrows and on the neck.

Active ingredients:

  • Retinol is a form of vitamin A that stimulates cell division and activates internal skin renewal: smoothes, reduces the depth of deep wrinkles and eliminates fine wrinkles, increases density, tightens.
  • Argireline (Acetyl Hexapeptide-8) is a muscle relaxant peptide. Argireline has a botulinum-like effect, relaxing facial muscles, thereby smoothing and reducing the depth of expression lines.
  • Niacinamide increases the synthesis of ceramides, eliminates dryness, tightness and flaking. Slows down the delivery of melanin to the epidermis, prevents the formation of age spots. Reduces skin sensitivity to external irritants, promotes collagen production and density increase.
  • Resveratrol is a powerful antioxidant and actively fights free radicals, which are formed as a result of oxidative stress caused by negative environmental factors.
  • Ubiquinone (coenzyme Q10) - an antioxidant, stimulates regeneration, increases the rate of collagen production, thereby inhibiting the age-related destruction of the elastin fibers of the epidermis, helping to maintain skin elasticity and reduce the depth of wrinkles.

For all skin types. Recommended for age-related manifestations.

How to use: Remove the patches from the jar with a spatula. Attach them to the required area. After 20-30 minutes, remove the patches and completely absorb the essenc e with soft patting movements. The product can be used not only under the eyes, but also on other areas requiring hydration: in the nasolabial folds, on the forehead. For a more pronounced cooling effect, patches can be stored in the refrigerator.

Size-60 pcs

Ingredients:Water, Glycerin, Carrageenan, Niacinamide, Butylene Glycol, Hydrogenated Lecithin, Glycine Soja (Soybean) Sterols, Hydroxydecyl Ubiquinone, Astaxanthin, Resveratrol, Ubiquinone, Oleoyl Pine Bark Extract, Acetyl Hexapeptide-8, Propanediol, Pentylene Glycol, Cocos Nucifera (Coconut) Fruit Extract, Pinus Sylvestris Leaf Extract, PEG-60 Hydrogenated Castor Oil, Ceratonia Siliqua (Carob) Gum, Sucrose, Potassium Chloride, Cyamopsis Tetragonoloba (Guar) Gum, Synthetic Fluorphlogopite, Tin Oxide, Titanium Dioxide, Calcium Chloride, Allantoin, Cellulose Gum, Glycine Soja (Soybean) Oil, Retinol, BHT, Sodium Hyaluronate, Calcium Lactate, Adenosine, Disodium EDTA, Dipotassium Glycyrrhizate, Arginine, Ethylhexylglycerin, Ricinus Communis (Castor) Seed Oil, Caprylyl Glycol, Ethyl Hexanediol, 1,2-Hexanediol, Chlorphenesin, Fragrance


K-Secret Advanced Regenerating Eye Gel Patches - Eye Patch - Atzīti un pārbaudīti Korejas kosmētikas zīmoli Tavam skaistumam (2024)
Top Articles
Latest Posts
Article information

Author: Aracelis Kilback

Last Updated:

Views: 6524

Rating: 4.3 / 5 (64 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Aracelis Kilback

Birthday: 1994-11-22

Address: Apt. 895 30151 Green Plain, Lake Mariela, RI 98141

Phone: +5992291857476

Job: Legal Officer

Hobby: LARPing, role-playing games, Slacklining, Reading, Inline skating, Brazilian jiu-jitsu, Dance

Introduction: My name is Aracelis Kilback, I am a nice, gentle, agreeable, joyous, attractive, combative, gifted person who loves writing and wants to share my knowledge and understanding with you.