BRUNO CBR-18DE Klime Montuese – 20, Shine Luxory

5 stok

Përshkrim

❄️ BRUNO CBR-18DE Shine Luxury Inverter -20°C

  • Kapacitet: 18000 BTU (≈5.2 kW)
  • Klasa energjetike: A++ (ftohje) / A+ (ngrohje)
  • Teknologji: Inverter
  • Gaz: R32 (eco-friendly)
  • Temperaturë pune:
    • deri -20°C (ngrohje)
    • deri +53°C (ftohje)
  • WiFi: Po (i integruar)
  • Funksione: I Feel, Eco Mode, Sleep, 3D Airflow, Vetëpastrim
  • Golden Fin: Po (mbrojtje kundër korrozionit)

Informacion shtesë

Brand

Kategorite

Kapaciteti

Reviews

There are no reviews yet.

Be the first to review “BRUNO CBR-18DE Klime Montuese – 20, Shine Luxory”

Adresa juaj email s’do të bëhet publike. Fushat e domosdoshme janë shënuar me një *

Log in

You dont have an account yet? Register Now

1
    1
    Shporta e juaj!
    TCL 12CHSD/XA73IFS KONDICIONER INVERTER -20C
    549.00

    Select at least 2 products
    to compare

    document.addEventListener("DOMContentLoaded", function () { let page = 1; let loading = false; let finished = false; const btn = document.getElementById("bt-load-more"); const container = document.getElementById("bt-products"); if (!btn || !container) return; // kjo e shpëton nga error function loadProducts() { if (loading || finished) return; loading = true; btn.innerText = "Duke u ngarkuar..."; fetch(`/wp-admin/admin-ajax.php?action=bt_load_products&page=${page}`) .then(res => res.text()) .then(data => { if (!data.trim()) { finished = true; btn.innerText = "Nuk ka më produkte"; return; } container.insertAdjacentHTML("beforeend", data); page++; loading = false; btn.innerText = "Shiko më shumë produkte"; }); } loadProducts(); // kjo e mbush fillimin btn.addEventListener("click", loadProducts); });