Bespoke Customizer w.name === this.selectedWood); const metalOpt = this.metals.find(m => m.name === this.selectedMetal); let customExtra = 0; if (this.activeTab === 'furniture') { const fabOpt = this.fabrics.find(f => f.name === this.selectedFabric); customExtra = fabOpt ? fabOpt.extra : 0; } else { const kaideOpt = this.kaides.find(k => k.name === this.selectedKaide); customExtra = kaideOpt ? kaideOpt.extra : 0; } const woodExtra = woodOpt ? woodOpt.extra : 0; const metalExtra = metalOpt ? metalOpt.extra : 0; // Boyut Hacim Çarpanı Simülasyonu const limits = prod.limits; const baseVol = limits.w.def * limits.d.def * limits.h.def; const currentVol = this.width * this.depth * this.height; const volMultiplier = Math.max(0.85, Math.min(1.5, currentVol / baseVol)); return Math.round((prod.basePrice + woodExtra + customExtra + metalExtra) * volMultiplier); }, // Dinamik Görsel Esneme Katsayısı (Transform Scale) getScaleStyle() { const prod = this.products[this.selectedProduct]; if (!prod) return ''; const scaleX = this.width / prod.limits.w.def; const scaleY = this.height / prod.limits.h.def; // Aşırı esnemeyi ve bozulmayı engellemek için yumuşatılmış katsayı const smoothX = 1 + (scaleX - 1) * 0.4; const smoothY = 1 + (scaleY - 1) * 0.4; return `transform: scaleX(${smoothX}) scaleY(${smoothY}); transition: transform 0.3s ease-out;`; }, // Seçilen Kumaş / Kaideye Göre Görsel Renk Maskesi getOverlayStyle() { if (this.activeTab === 'furniture') { const fabOpt = this.fabrics.find(f => f.name === this.selectedFabric); if (fabOpt) { return `background-color: ${fabOpt.filterColor}; opacity: ${fabOpt.filterOpacity}; mix-blend-mode: ${fabOpt.mixMode};`; } } else { const kaideOpt = this.kaides.find(k => k.name === this.selectedKaide); if (kaideOpt) { return `background-color: ${kaideOpt.filterColor}; opacity: ${kaideOpt.filterOpacity}; mix-blend-mode: ${kaideOpt.mixMode};`; } } return 'display: none;'; }, // Benzersiz Vie Bespoke Tasarım Kodu Üretimi getDesignCode() { const tabCode = this.activeTab.substring(0, 3).toUpperCase(); const prodCode = this.selectedProduct.substring(0, 4).toUpperCase().replace('-', ''); const woodCode = this.selectedWood.substring(6, 9).toUpperCase(); const customCode = this.activeTab === 'furniture' ? this.selectedFabric.substring(0, 3).toUpperCase() : this.selectedKaide.substring(0, 3).toUpperCase(); const metalCode = this.selectedMetal.substring(0, 3).toUpperCase(); return `VIE-BSPK-${tabCode}-${prodCode}-${woodCode}-${customCode}-${metalCode}-${this.width}`; }, // VIP Mimara Sipariş ve Tasarım İletimi (WhatsApp VIP) sendToArchitect() { const prodName = this.products[this.selectedProduct].name; const totalPrice = this.calculatePrice(); const designCode = this.getDesignCode(); const customLabel = this.activeTab === 'furniture' ? 'Kumaş & Doku' : 'Kaide & Eser Mermeri'; const customValue = this.activeTab === 'furniture' ? this.selectedFabric : this.selectedKaide; const message = `✨ *VIE HOMEDECOR - BESPOKE VIP TASARIM TALEBİ* ✨ Bespoke Özelleştirme Paneli üzerinden kendime özel asil bir tasarım kombinasyonu hazırladım: ⚜️ *Tasarım Kodu:* \`${designCode}\` 🛋️ *Ürün:* ${prodName} 🌳 *Ahşap & Gövde:* ${this.selectedWood} 🎨 *${customLabel}:* ${customValue} 🔩 *Metal & Detay Akordu:* ${this.selectedMetal} 📐 *Milimetrik Boyutlar:* • Genişlik: ${this.width} mm • Derinlik: ${this.depth} mm • Yükseklik: ${this.height} mm 💶 *Tahmini Değer:* ${totalPrice.toLocaleString('tr-TR')} € ⏳ *Termin Süresi:* Minimum 30-60 Gün (Kullanıcıya Özel Zanaatkar Üretimi) Bu tasarım hakkında VIP mimarlık danışmanlığı, numune tedariği ve nihai projelendirme teklifi rica ediyorum.`; const encodedMsg = encodeURIComponent(message); window.open(`https://wa.me/905016791204?text=${encodedMsg}`, '_blank'); } }" :class="{ 'dark-mode dark bg-ebony text-linen': darkMode, 'bg-linen text-ebony': !darkMode }" x-init=" $watch('darkMode', val => localStorage.setItem('darkMode', val)); $watch('selectedProduct', () => updateProductLimits()); window.addEventListener('scroll', () => { scrolled = window.scrollY > 50 }); updateProductLimits(); ">
Bespoke Interactive Visualizer v2.0
V
⚜️ %100 Kişiye Özel Üretim
Vie Mühürlü Eser
V
Seçili Eser / Ürün
Gövde & Ahşap
Kumaş & Doku
Eser Kaidesi
Eşsiz Tasarım Kodu
⚜️

Vie Homedecor Zanaat Taahhütnamesi

Özelleştirdiğiniz bu tasarım, Vie atölyelerindeki usta zanaatkarlarımız tarafından tamamen elle üretilir. Her bir eserin gövdesine veya kaidesine asil pirinç/kabartma gold 'V' monogram logomuz (zanaat mührü) kalıcı olarak işlenir. Bu imza, Vie zanaatkarlarının özgünlük ve ömür boyu kalite damgasıdır. Siparişlerin teslim süresi minimum 30 ila 60 iş günüdür.

Vie Bespoke Atölyesi

Bespoke Customizer

1. Atölye Kulvarını Seçin
2. Tasarım Formunu Seçin

3. Ahşap & Gövde Akordu
4. Döşeme & Kumaş Kartelası
4. Eser Kaide Mermeri
5. Metal & Detay Akordu
6. Milimetrik Boyut Kontrolü Dynamic Scale
Genişlik (Width)
Derinlik (Depth)
Yükseklik (Height)
Bespoke Zanaat Segmenti
Mimari Danışmanlık Dahildir
Termin: 30-60 İş Günü