louvreloftkozmetik.com
Open in
urlscan Pro
2606:4700:3035::ac43:bcdb
Public Scan
Submitted URL: http://louvreloftkozmetik.com/
Effective URL: https://louvreloftkozmetik.com/
Submission: On November 11 via api from US — Scanned from CA
Effective URL: https://louvreloftkozmetik.com/
Submission: On November 11 via api from US — Scanned from CA
Form analysis
6 forms found in the DOMGET https://louvreloftkozmetik.com/search
<form action="https://louvreloftkozmetik.com/search" class="input-wrapper" method="get">
<input autocomplete="off" class="form-control" name="query" placeholder="Arama yap..." required="" type="search" value="">
<button class="btn btn-search" title="submit-button" type="submit">
<i class="d-icon-search"></i>
</button>
</form>
GET https://louvreloftkozmetik.com/search
<form action="https://louvreloftkozmetik.com/search" class="input-wrapper" method="get">
<input autocomplete="off" class="form-control" name="query" placeholder="Arama yap..." required="" type="search" value="">
<button class="btn btn-search" title="submit-button" type="submit">
<i class="d-icon-search"></i>
</button>
</form>
GET https://louvreloftkozmetik.com/search
<form action="https://louvreloftkozmetik.com/search" class="input-wrapper" method="get">
<input autocomplete="off" class="form-control" name="query" placeholder="Arama yap..." required="" type="search" value="">
<button class="btn btn-search" title="submit-button" type="submit">
<i class="d-icon-search"></i>
</button>
</form>
POST https://louvreloftkozmetik.com/api/popup-post
<form action="https://louvreloftkozmetik.com/api/popup-post" method="post">
<input type="hidden" name="_token" value="JQ9TIxo4eCQXmnme41Vkgc8qqTlAjYg2aRSazZpp" autocomplete="off">
</form>
GET https://wa.me/908504667106
<form class="send-with-whatsapp" action="https://wa.me/908504667106" method="get">
<input type="hidden" class="text-part" data-first-part="İlgili Ürün:" value="İlgili Ürün: ">
<input type="hidden" name="text">
<i class="ksicon whatsapp-2"></i>
<div>
<input type="text" class="text-part" value="" placeholder="Whatsapp'tan bilgi alın">
<button type="submit"><i class="ksicon paper-plane"></i></button>
</div>
</form>
<form class="add-product-variation-to-cart-form">
<div class="product-price">
<template x-if="product.discounted_price">
<del class="old-price" x-text="formatPrice(product.normal_price, product.currency.symbol)"></del>
</template>
<ins class="price" style="text-decoration: none" x-text="formatPrice(product.price, (product.currency ? product.currency.symbol : '₺'))">₺ 0,00</ins>
</div>
<template x-for="product_description in product.product_descriptions">
<p class="product-short-desc" x-html="product_description.text"></p>
</template>
<div class="variations">
<template x-for="item in product.variation_tree">
<div class="product-form product-color variation">
<span x-text="item.variation.name"></span>
<template x-for="variation_option in item.variation_options">
<div>
<label>
<template x-if="item.variation.type === 'color'">
<span class="variation-option-color" :style="{backgroundColor: variation_option.primary_color}"></span>
</template>
<template x-if="item.variation.type === 'image'">
<span>
<template x-if="variation_option.image">
<img :src="variation_option.image.url" class="variation-option-image">
</template>
<template x-if="!variation_option.image">
<span x-text="variation_option.name" class="variation-option-standard"></span>
</template>
</span>
</template>
<template x-if="item.variation.type === 'product_photo'">
<span>
<template x-if="variation_option.product_photo_url">
<img :src="variation_option.product_photo_url" class="variation-option-image">
</template>
<template x-if="!variation_option.product_photo_url">
<span x-text="variation_option.name" class="variation-option-standard"></span>
</template>
</span>
</template>
<template x-if="item.variation.type === 'standard'">
<span x-text="variation_option.name" class="variation-option-standard"></span>
</template>
<input type="radio" :data-variation-id="item.variation.id" :name="'variation[' + item.variation.id + ']'" :value="variation_option.id" :checked="variation_option.is_checked"
@change="App.prototype.handleVariationChanges($($event.target), JSON.parse(product.product_variation_data_as_json), 0, product)">
</label>
</div>
</template>
</div>
</template>
</div>
<template x-for="feature in product.features?.filter(feature => feature.type === 'choose_one')">
<div class="form-group">
<label x-text="feature.name"></label>
<select class="form-control" :name="'features[' + feature.unique_id + ']'" :required="feature.is_required">
<option value="" x-text="translates.choose"></option>
<template x-for="option in feature.options">
<option :value="option.unique_id" x-text="option.name"></option>
</template>
</select>
</div>
</template>
<template x-for="feature in product.features?.filter(feature => feature.type === 'multiple')">
<div class="form-group">
<template x-for="option in feature.options">
<div class="form-checkbox">
<input type="checkbox" :name="'features[' + feature.unique_id + '][]'" class="custom-checkbox" :id="option.unique_id" :value="option.unique_id" @change="App.prototype.checkBoxChanged(feature.unique_id)">
<label :for="option.unique_id" class="form-control-label">
<span x-text="option.name"></span>
<template x-if="option.price > 0">
<span x-text="'(+' + option.price + ' ' + translates.currency_code + ')'"></span>
</template>
</label>
</div>
</template>
</div>
</template>
<template x-for="product_order_input in product.product_order_inputs">
<div>
<label x-text="product_order_input.name"></label>
<input class="form-control" type="text" :name="'order_inputs[' + product_order_input.unique_id + ']'" :required="product_order_input.is_required">
</div>
</template>
<hr class="product-divider">
<div class="product-form product-qty">
<div class="product-form-group">
<div class="input-group mr-2">
<button type="button" class="quantity-minus d-icon-minus" @click="quantity--"></button>
<input class="form-control" type="number" name="quantity" x-model="quantity" min="1" :max="product.stock_maximum_order ?? 100000" max="100000">
<button type="button" class="quantity-plus d-icon-plus" @click="quantity++"></button>
</div>
<button type="submit" class="btn-product btn-cart text-normal ls-normal font-weight-semi-bold" :disabled="isSubmitButtonDisabled(product)" :data-out-of-stock="product.is_active && product.stock === 0" data-out-of-stock="">
<i class="d-icon-bag"></i>
<span class="in-stock">Sepete Ekle</span>
<span class="out-of-stock">Tükenmiş</span>
</button>
<input type="hidden" class="product-uid-input" name="product_unique_id" :value="product.unique_id">
<input type="checkbox" name="redirect" value="https://louvreloftkozmetik.com/basket" class="d-none">
<button type="submit" class="btn-product btn-cart text-normal ls-normal font-weight-semi-bold buy-now" :disabled="isSubmitButtonDisabled(product)">
<i class="d-icon-bag"></i>Hemen Al</button>
</div>
</div>
</form>
Text Content
Blog (850) 466 71 06 Mağaza Bilgileri WHATSAPP: (850) 466 71 06 Sepet: 0,00 ₺ 0 SEPET kapatSepet SEPETINIZ ŞU ANDA BOŞ Alışverişinizi tamamlamak için sepetinize ürün ekleyin. Tüm Kategoriler * Tüm Kategoriler * Kampanyalar * Gümüş Suyu * Bakım Yağları * Serumlar * Kremler * Bakım Kremleri * Nemlendirici Kremleri * Güneş Kremi * Sık Sorulan Sorular * * Kampanyalar * Gümüş Suyu * Bakım Yağları * Serumlar * Kremler * Bakım Kremleri * Nemlendirici Kremleri * Güneş Kremi Blog Previous Next GÜZELLIK VE KALITENIN BULUŞMA NOKTASI Louvreloft Kozmetik ailesi olarak, size güzellik ve bakım konusunda en iyi deneyimi sunmak için buradayız. Markamız, doğal ve etkili kozmetik ürünleri ile cildinize hak ettiği özeni göstermeyi amaçlıyor. Doğal İçerikler : Bitkisel özler ve minerallerle zenginleştirilmiş formüllerimiz, cildinizin ihtiyaç duyduğu bakımı sağlar. Çeşitlilik ve Kalite: Ürün yelpazemiz, her cilt tipine uygun çözümler sunacak şekilde tasarlandı. Müşteri Deneyimi: Her bir ürünümüzü, sizin geri bildirimlerinizle geliştirmeye devam ediyoruz. Sonuç: Louvreloft Kozmetik olarak, doğallık ve kaliteyi bir araya getirerek, size en iyi bakım deneyimini sunmayı hedefliyoruz. FIRSAT ÜRÜNLERI YENİ Hızlı İncele Kampanyalar LOUVRELOFT BAKIM SETI 850,00 TL 549,99 TL YENİ Hızlı İncele Kampanyalar LOUVRELOFT SERUM SETI 1.800,00 TL 1.199,99 TL YENİ Hızlı İncele Nemlendirici Kremleri LOUVRELOFT NEMLENDIRICI KREM 400,00 TL 249,99 TL YENİ Hızlı İncele Gümüş Suyu LOUVRELOFT GÜMÜŞ SUYU 550,00 TL 299,99 TL YENİ Hızlı İncele Güneş Kremi LOUVRELOFT GÜNEŞ KREMI 400,00 TL 249,99 TL YENİ Hızlı İncele Bakım Yağları LOUVRELOFT OZON YAĞI 400,00 TL 249,99 TL YENİ Hızlı İncele Bakım Kremleri LOUVRELOFT GÖZ ÇEVRESI BAKIM KREMI 500,00 TL 299,99 TL YENİ Hızlı İncele Serumlar LOUVRELOFT KERATIN BESLEYICI KAŞ VE KIRPIK SERUMU 300,00 TL 199,99 TL YENİ Hızlı İncele Serumlar LOUVRELOFT RETINOL SERUM 500,00 TL 299,99 TL YENİ Hızlı İncele Serumlar LOUVRELOFT HA+ KOLAJEN SERUM 500,00 TL 299,99 TL YENİ Hızlı İncele Serumlar LOUVRELOFT D VITAMINI SERUM 500,00 TL 299,99 TL YENİ Hızlı İncele Serumlar LOUVRELOFT C VITAMINI SERUM 500,00 TL 299,99 TL SON BLOG YAZILARI 07 Kasım GÜMÜŞ SUYU NE İŞE YARAR Cilt bakım dünyasında doğal ve etkili içerik arayışında olanlar için gümüş suyu, son yıllarda giderek popülerleşen bir ürün haline geldi. Tümünü oku 07 Kasım C VITAMINI SERUM NE İŞE YARAR ? C vitamini serumu, cilt bakım rutinlerinde önemli bir yere sahip olan güçlü bir antioksidandır. Tümünü oku 07 Kasım RETINOL SERUM NE İŞE YARAR ? Cilt bakım rutininizi yenilemek ve daha genç, taze bir cilt görünümü elde etmek için retinol serumun gücünden faydalanabilirsiniz. Tümünü oku * KATEGORILER * Kampanyalar * Gümüş Suyu * Bakım Yağları * Serumlar * Kremler * Sık Sorulan Sorular KURUMSAL * Çerez Politikası * Mesafeli Satış Sözleşmesi * Açık Rıza Beyanı * KVKK Aydınlatma Metni * Değişim ve İade Politikası * Site Haritası * Hakkımızda/İletişim Bu e-ticaret sitesi Kolay Sipariş E-Ticaret Paketleri ile hazırlanmıştır. Anasayfa Paylaş Sepetim Arama Menü * Anasayfa * Kategoriler * Kampanyalar * Gümüş Suyu * Bakım Yağları * Serumlar * Kremler * Bakım Kremleri * Nemlendirici Kremleri * Güneş Kremi * Sık Sorulan Sorular * Blog * Mağaza Bilgileri * Mağazayı paylaş * Çerez Politikası * Mesafeli Satış Sözleşmesi * Açık Rıza Beyanı * KVKK Aydınlatma Metni * Değişim ve İade Politikası Form gönderildi. Barkod: 12345670 Kategori: ₺ 0,00 -------------------------------------------------------------------------------- Sepete Ekle Tükenmiş Hemen Al -------------------------------------------------------------------------------- Ürünü Paylaş: Çerezler Daha iyi hizmet sunabilmek için sitemizde çerezler kullanılmaktadır. Çerez tercihlerinizi düzenleyebilir veya sitemizde gezinmeye devam ederek çerez kullanımını kabul etmiş sayılırsınız. Tercihler Tamam 取消 确认 Web sitemizin temel özelliklerinden yararlanmak için lütfen tarayıcınızın JavaScript özelliğini aktif ediniz. Kullanmakta olduğunuz cihaz/web tarayıcısı çerezleri desteklemiyor yada bloke ediyor. Sistemin temel özelliklerinden yararlanabilmek için çerez destekleyen bir tarayıcı kullanmalısınız. Çerez politikamız hakkında daha fazla bilgi almak için tıklayınız.