Fileli Lüx Deniz Yatağı Mavi 178x94 cm - 1 ADET
Fileli Lüx Deniz Yatağı Mavi 178x94 cm
58739 (Avocado Buddy Float), havuz ve deniz kullanımını daha eğlenceli hale getirmek için tasarlanmış, avokado temalı lüks şişme deniz yatağı modelidir
Öne Çıkan Özellikleri
- Eğlenceli Tasarım: Gerçekçi bir avokado dilimi şeklinde tasarlanmıştır. Canlı yeşil tonları ve estetik yapısı sayesinde su üzerinde oldukça dikkat çekicidir.
- Geniş Uzanma Alanı: Genişletilmiş gövde yapısı sayesinde suyun üzerinde dengeli, konforlu ve güvenli bir uzanma/güneşlenme alanı sunar.
- max) v = max;
i.value = v;
}
function setMain(t) {
document.getElementById('pgMain').src = t.src;
document.querySelectorAll('.pg-thumb').forEach(function (x) { x.classList.remove('active'); });
t.classList.add('active');
}
function pickOpt(idx, btn, val, stock) {
document.getElementById('opt-' + idx).value = val;
var sel = document.getElementById('opt-sel-' + idx);
if (sel) sel.textContent = '· ' + val + (stock ? ' - Stok ' + stock + ' Adet' : '');
var wrap = btn.parentElement;
wrap.querySelectorAll('.opt-btn').forEach(function (x) { x.classList.remove('sel'); });
btn.classList.add('sel');
}
function validateVariants(f) {
var missing = [];
f.querySelectorAll('input[data-name]').forEach(function (i) {
if (!i.value) missing.push(i.getAttribute('data-name'));
});
if (missing.length) { alert('Lütfen seçiniz: ' + missing.join(', ')); return false; }
return true;
}
function openZoom(src) {
if (!src) return;
document.getElementById('zoomImg').src = src;
document.getElementById('zoom').style.display = 'flex';
}
function closeZoom() { document.getElementById('zoom').style.display = 'none'; }