53 lines
5.2 KiB
Plaintext
53 lines
5.2 KiB
Plaintext
---
|
||
import Base from '../layouts/Base.astro';
|
||
import ProductCard from '../components/ProductCard.astro';
|
||
import { allProducts, getProduct, priceIntel, euro } from '../lib/pricing';
|
||
const ps = getProduct('midea-portasplit-12000')!; const pi = priceIntel(ps);
|
||
const alts = allProducts.filter(p=>['delonghi-pac-ex105','midea-portasplit-cool-8000','bosch-cool-5000','midea-silent-cool-26-pro-wf'].includes(p.id));
|
||
const jsonld={'@context':'https://schema.org','@type':'FAQPage',mainEntity:[
|
||
{'@type':'Question',name:'Was tun, wenn die Midea PortaSplit ausverkauft ist?',acceptedAnswer:{'@type':'Answer',text:'Sinnvolle Alternativen: PortaSplit Cool, De\'Longhi PAC EX105 oder Bosch Cool 5000. Wer warten will, nutzt den Verfügbarkeits-Alarm statt überteuert bei Drittanbietern zu kaufen.'}},
|
||
{'@type':'Question',name:'Was kostet die Midea PortaSplit normal?',acceptedAnswer:{'@type':'Answer',text:'Üblich rund 799 € (UVP), im Angebot teils um 699 €. Deutlich höhere Drittanbieterpreise sind Wucher.'}}]};
|
||
---
|
||
<Base title="Midea PortaSplit ausverkauft? Verfügbarkeit, Preis & beste Alternativen | Kühlfinder" description="PortaSplit-Status, Wucher-Warnung und wohnungstaugliche Alternativen." jsonld={jsonld}>
|
||
<section class="wrap" style="margin-top:1.6rem">
|
||
<p class="kicker"><span class="u"></span>PortaSplit-Hub</p>
|
||
<h1>Midea PortaSplit: Preis & sinnvolle Alternativen</h1>
|
||
<div class="card" style="border-left:4px solid var(--warm)">
|
||
<div class="sg">
|
||
<div><span class="note">Üblicher Preis</span><br /><strong class="num">{euro(pi.fairPrice)}</strong></div>
|
||
<div><span class="note">Fair ab</span><br /><strong class="num">{euro(pi.lowestLegit)}</strong></div>
|
||
<div><span class="note">Wucher ab</span><br /><strong class="num">{euro(pi.wucherThreshold)}</strong></div>
|
||
</div>
|
||
<p class="wucher">⚠ <strong>Wucher-Warnung:</strong> Drittanbieter (z. B. Amazon-Marketplace) verlangen bei Knappheit das Mehrfache des üblichen Preises. Lieber Alarm setzen oder Alternative wählen.</p>
|
||
<div class="status-cta"><a class="btn sm" href="/karte?modell=midea-portasplit-12000">Auf der Karte</a><a class="btn sm ghost" href="/alarm?produkt=midea-portasplit-12000">Alarm setzen</a></div>
|
||
</div>
|
||
<div class="card" style="margin-top:1.4rem">
|
||
<h2 style="margin-top:0">Von Midea offiziell empfohlene Händler</h2>
|
||
<p class="muted">Laut midea.com offizielle Verkaufsstellen der PortaSplit. UVP lt. Midea: <strong>1.199 €</strong> – Straßenpreis oft ~799 €. Live-Preise dieser Händler im <a href="/karte?modell=midea-portasplit-12000">Monitor</a>.</p>
|
||
<div class="retailers">
|
||
<a href="https://www.obi.de/p/8620890/midea-mobile-split-klimaanlage-portasplit" rel="sponsored noopener" target="_blank">OBI ↗</a>
|
||
<a href="https://www.bauhaus.info/klimaanlagen/midea-klimasplitgeraet-portasplit/p/31934233" rel="sponsored noopener" target="_blank">Bauhaus ↗</a>
|
||
<a href="https://prosatech.de/Mobile-Klimaanlage-Midea-PortaSplit-35kw" rel="sponsored noopener" target="_blank">Prosatech ↗</a>
|
||
<a href="https://www.expert.de/shop/unsere-produkte/haushalt-kuche/wohnklima/klimagerate/32750011559-portasplit-mobile-split-klimaanlage.html" rel="sponsored noopener" target="_blank">expert ↗</a>
|
||
<a href="https://www.euronics.de/haus-und-haushalt/heizen-lueften-kuehlen/kuehlen/split-klimageraete/porta-split-split-klimageraet-a-4065327878899" rel="sponsored noopener" target="_blank">Euronics ↗</a>
|
||
<a href="https://www.otto.de/p/midea-klimageraet-portasplit-hot-air-stop-6-m-silent-modus-eek-aplusplus-S07BJ0V8/" rel="sponsored noopener" target="_blank">Otto ↗</a>
|
||
<a href="https://www.amazon.de/Midea-Klimaanlage-Entfeuchten-Ventilieren-Silent-Modus/dp/B0D3PP64JS" rel="sponsored noopener" target="_blank">Amazon ↗</a>
|
||
</div>
|
||
<p class="note" style="margin:.6rem 0 0">Affiliate-Links möglich – Preis bleibt für dich gleich.</p>
|
||
</div>
|
||
|
||
<div class="card warm" style="margin-top:1rem">
|
||
<h2 style="margin-top:0">Ähnliche Alternative: Fischer ClimaButler 2</h2>
|
||
<p class="muted">Der Fachhändler Prosatech empfiehlt die <strong>Fischer ClimaButler 2</strong> (mobile Split, 3,5 kW, ~1.249 €) als sehr ähnliche Alternative zur PortaSplit – oft sofort lieferbar, wenn die Midea vergriffen ist.</p>
|
||
<a class="btn ghost" href="/geraete/fischer-climabutler-2">ClimaButler 2 ansehen</a>
|
||
</div>
|
||
|
||
<h2 style="margin-top:1.6rem">Wohnungstaugliche Alternativen</h2>
|
||
<div class="grid cards2">{alts.map(p=> <ProductCard product={p} />)}</div>
|
||
</section>
|
||
</Base>
|
||
<style>.sg{display:flex;gap:2rem;flex-wrap:wrap;margin-bottom:.5rem}.sg strong{font-size:1.25rem}.wucher{background:var(--danger-bg);color:var(--danger);padding:.7rem .9rem;border-radius:var(--radius)}.status-cta{display:flex;gap:.5rem;flex-wrap:wrap}.cards2{grid-template-columns:1fr 1fr}
|
||
.retailers{display:flex;flex-wrap:wrap;gap:.5rem}
|
||
.retailers a{border:1px solid var(--line);border-radius:999px;padding:.4rem .9rem;text-decoration:none;color:var(--petrol-deep);font-weight:600;font-size:.9rem}
|
||
.retailers a:hover{border-color:var(--petrol);background:var(--petrol-soft)}@media(max-width:820px){.cards2{grid-template-columns:1fr}}</style>
|