// CoolSouq Marketplace — shared sample data (fake listings).
const CS_PRODUCTS = [
  { id: "ncs1314", brand: "Climaveneta", title: "Air-cooled chiller NECS-WL/B 1314 — screw", condition: "Used", status: "tested", capacity: 334, refrigerant: "R410A", compressor: "2× Bitzer screw", year: 2017, location: "Jebel Ali, AE", price: { amount: 18400, currency: "€", note: "EXW · plus VAT" }, dealer: "Gulf Cooling Trading" },
  { id: "30xa802", brand: "Carrier", title: "AquaForce 30XA-802 air-cooled liquid chiller", condition: "Refurbished", status: "in-stock", capacity: 800, refrigerant: "R134a", compressor: "Twin screw", year: 2019, location: "Riyadh, SA", price: { amount: 46500, currency: "€", note: "FOB Dammam" }, dealer: "Najd Climate Systems" },
  { id: "rtad150", brand: "Trane", title: "Sintesis RTAD 150 air-cooled chiller", condition: "Used", status: "low-stock", capacity: 525, refrigerant: "R134a", compressor: "Helical rotary", year: 2016, location: "Istanbul, TR", price: { amount: 29900, currency: "€", original: 34000, note: "ONO" }, dealer: "Anadolu İklimlendirme" },
  { id: "vrva", brand: "Daikin", title: "VRV IV+ RXYQ-T heat-recovery condensing unit", condition: "New", status: "new", capacity: 135, refrigerant: "R410A", compressor: "Inverter scroll", year: 2024, location: "Dubai, AE", price: { amount: 21750, currency: "€", note: "DDP" }, dealer: "Emirates HVAC Supply" },
  { id: "aqv", brand: "York", title: "YVAA air-cooled variable-speed screw chiller", condition: "Used", status: "reserved", capacity: 690, refrigerant: "R134a", compressor: "Variable-speed screw", year: 2018, location: "Doha, QA", price: { onRequest: true }, dealer: "Qatar Cooling Depot" },
  { id: "ahuv", brand: "Systemair", title: "Geniox AHU — 24,000 m³/h with heat recovery", condition: "Refurbished", status: "in-stock", capacity: 210, refrigerant: "—", compressor: "Plate HEX", year: 2020, location: "İzmir, TR", price: { amount: 15200, currency: "€", note: "EXW İzmir" }, dealer: "Ege Hava Sistemleri" },
  { id: "ct8", brand: "BAC", title: "Series 3000 cooling tower — 850 kW counterflow", condition: "Used", status: "in-stock", capacity: 850, refrigerant: "—", compressor: "—", year: 2015, location: "Kuwait City, KW", price: { amount: 12800, currency: "€", note: "EXW" }, dealer: "Gulf Cooling Trading" },
  { id: "hp40", brand: "Mitsubishi", title: "City Multi PURY-P heat pump — R2 series", condition: "New", status: "new", capacity: 96, refrigerant: "R410A", compressor: "Inverter scroll", year: 2025, location: "Dubai, AE", price: { amount: 17400, currency: "€", note: "DDP" }, dealer: "Emirates HVAC Supply" },
];
window.CS_PRODUCTS = CS_PRODUCTS;
