{
  "_comment": "Единственный источник цен. Правится здесь — меняется и на витрине, и в калькуляторе на /order/, и в серверной перепроверке в api/book.php. Больше нигде цифры цен не дублировать.",
  "currency": "AUD",
  "currencySymbol": "A$",
  "minimumOrder": 150,
  "minimumOrderNote": "Every visit is charged at A$150 minimum — you can still book a single chair, it just comes to A$150. Travel anywhere in Sydney is free.",
  "addons": {
    "leather": {
      "label": "Leather",
      "hint": "Different process and chemistry",
      "type": "percent",
      "value": 15
    },
    "protector": {
      "label": "Fabric protector",
      "hint": "Shields against the next spill",
      "type": "flat",
      "value": 30
    },
    "allergen": {
      "label": "Allergen neutralising",
      "hint": "Knocks out dust mites",
      "type": "flat",
      "value": 30
    }
  },
  "segments": [
    {
      "id": "sofas",
      "label": "Sofas & armchairs",
      "lead": "Lounges and armchairs, deep cleaned by hot water extraction. Leather is the same list plus 15%.",
      "items": [
        {
          "id": "sofa2",
          "label": "2-seat sofa",
          "price": 80,
          "addons": [
            "leather",
            "protector"
          ],
          "photo": "sofa-2seat"
        },
        {
          "id": "sofa3",
          "label": "3-seat sofa",
          "price": 120,
          "addons": [
            "leather",
            "protector"
          ],
          "featured": true,
          "photo": "sofa-3seat"
        },
        {
          "id": "sofa3chaise",
          "label": "3-seat with chaise",
          "price": 140,
          "addons": [
            "leather",
            "protector"
          ],
          "photo": "sofa-3seat-chaise"
        },
        {
          "id": "sofa4chaise",
          "label": "4-seat with chaise",
          "price": 180,
          "addons": [
            "leather",
            "protector"
          ],
          "photo": "sofa-4seat-chaise"
        },
        {
          "id": "corner5",
          "label": "5-seat corner sofa",
          "price": 200,
          "addons": [
            "leather",
            "protector"
          ],
          "photo": "sofa-corner"
        },
        {
          "id": "cornerU6",
          "label": "U-shaped, 6-seat",
          "price": 240,
          "addons": [
            "leather",
            "protector"
          ],
          "photo": "sofa-ushape"
        },
        {
          "id": "armchairS",
          "label": "Armchair, small",
          "price": 40,
          "addons": [
            "leather",
            "protector"
          ],
          "photo": "armchair"
        },
        {
          "id": "armchairM",
          "label": "Armchair, medium",
          "price": 60,
          "addons": [
            "leather",
            "protector"
          ],
          "photo": "armchair-big"
        }
      ]
    },
    {
      "id": "chairs",
      "label": "Chairs & small items",
      "lead": "The pieces everyone forgets about — and the ones that show it most.",
      "items": [
        {
          "id": "diningChair",
          "label": "Dining chair",
          "price": 20,
          "addons": [
            "protector"
          ],
          "photo": "chair-dining"
        },
        {
          "id": "diningChairW",
          "label": "Dining chair, wooden frame",
          "price": 15,
          "addons": [
            "protector"
          ],
          "photo": "chair-dining-wood"
        },
        {
          "id": "officeChair",
          "label": "Office chair",
          "price": 30,
          "addons": [
            "protector"
          ],
          "photo": "chair-office"
        },
        {
          "id": "gamingChair",
          "label": "Desk / gaming chair",
          "price": 60,
          "addons": [
            "protector"
          ],
          "photo": "chair-gaming"
        },
        {
          "id": "pouffe",
          "label": "Pouffe",
          "price": 30,
          "addons": [
            "protector"
          ],
          "photo": "pouffe"
        },
        {
          "id": "footstool",
          "label": "Footstool",
          "price": 45,
          "addons": [
            "protector"
          ],
          "photo": "footstool"
        },
        {
          "id": "backCushion",
          "label": "Back cushion",
          "price": 15,
          "addons": [
            "protector"
          ],
          "photo": "cushion"
        },
        {
          "id": "sofabed",
          "label": "Sofa-bed section",
          "price": 40,
          "addons": [
            "protector"
          ],
          "photo": "sofa-bed"
        },
        {
          "id": "bedFrame",
          "label": "Upholstered bed frame",
          "price": 150,
          "addons": [
            "protector"
          ],
          "photo": "bed-frame"
        }
      ]
    },
    {
      "id": "mattresses",
      "label": "Mattresses",
      "lead": "Sweat, dust mites and everything you would rather not think about, extracted and sanitised.",
      "items": [
        {
          "id": "mattS1",
          "label": "Single",
          "note": "one side",
          "price": 60,
          "addons": [
            "allergen"
          ],
          "photo": "mattress"
        },
        {
          "id": "mattS2",
          "label": "Single",
          "note": "both sides",
          "price": 100,
          "addons": [
            "allergen"
          ],
          "photo": "mattress"
        },
        {
          "id": "mattD1",
          "label": "Double",
          "note": "one side",
          "price": 70,
          "addons": [
            "allergen"
          ],
          "featured": true,
          "photo": "mattress"
        },
        {
          "id": "mattD2",
          "label": "Double",
          "note": "both sides",
          "price": 130,
          "addons": [
            "allergen"
          ],
          "photo": "mattress"
        },
        {
          "id": "mattK1",
          "label": "King",
          "note": "one side",
          "price": 90,
          "addons": [
            "allergen"
          ],
          "photo": "mattress"
        },
        {
          "id": "mattK2",
          "label": "King",
          "note": "both sides",
          "price": 170,
          "addons": [
            "allergen"
          ],
          "photo": "mattress"
        }
      ]
    },
    {
      "id": "carpets",
      "label": "Carpets & rugs",
      "lead": "Pick the closest size — you never have to measure anything. If it turns out bigger on the day, we tell you before we start.",
      "_pricesProvisional": "ЦЕНЫ ЭТОГО СЕГМЕНТА — РАБОЧИЕ ЗАГЛУШКИ. Подобраны так, чтобы уверенно бить $180 за комнату у WeSuck. Подтвердить у владельца перед запуском.",
      "items": [
        {
          "id": "roomS",
          "label": "Room, small",
          "note": "up to 6 m²",
          "price": 70,
          "photo": "room"
        },
        {
          "id": "roomM",
          "label": "Room, medium",
          "note": "up to 12 m²",
          "price": 95,
          "featured": true,
          "photo": "room"
        },
        {
          "id": "roomL",
          "label": "Room, large",
          "note": "up to 20 m²",
          "price": 130,
          "photo": "room"
        },
        {
          "id": "rugS",
          "label": "Rug, small",
          "note": "up to 3 m²",
          "price": 45,
          "photo": "rug"
        },
        {
          "id": "rugM",
          "label": "Rug, medium",
          "note": "up to 6 m²",
          "price": 70,
          "photo": "rug"
        },
        {
          "id": "rugL",
          "label": "Rug, large",
          "note": "up to 12 m²",
          "price": 110,
          "photo": "rug"
        }
      ]
    }
  ],
  "bundles": [
    {
      "id": "sofa-refresh",
      "name": "The Sofa Refresh",
      "contents": [
        {
          "item": "sofa3",
          "qty": 1
        },
        {
          "item": "armchairM",
          "qty": 1
        }
      ],
      "listPrice": 180,
      "price": 160,
      "note": "3-seat sofa + one medium armchair"
    },
    {
      "id": "bedroom-reset",
      "name": "The Bedroom Reset",
      "contents": [
        {
          "item": "mattD1",
          "qty": 2
        },
        {
          "item": "bedFrame",
          "qty": 1
        }
      ],
      "listPrice": 290,
      "price": 255,
      "featured": true,
      "note": "Two double mattresses + upholstered bed frame"
    },
    {
      "id": "whole-home",
      "name": "The Whole Home",
      "contents": [
        {
          "item": "corner5",
          "qty": 1
        },
        {
          "item": "mattD1",
          "qty": 2
        },
        {
          "item": "diningChair",
          "qty": 6
        }
      ],
      "listPrice": 460,
      "price": 399,
      "note": "5-seat corner sofa + two double mattresses + six dining chairs"
    }
  ],
  "slots": {
    "windows": [
      {
        "id": "w0809",
        "label": "8 – 9 AM"
      },
      {
        "id": "w1011",
        "label": "10 – 11 AM"
      },
      {
        "id": "w1201",
        "label": "12 – 1 PM"
      },
      {
        "id": "w0203",
        "label": "2 – 3 PM"
      },
      {
        "id": "w0405",
        "label": "4 – 5 PM"
      },
      {
        "id": "w0607",
        "label": "6 – 7 PM"
      }
    ],
    "closedWeekdays": [
      0
    ],
    "minLeadDays": 1,
    "maxAheadDays": 60,
    "disclaimer": "Your time is a request, not a locked slot — we confirm it on WhatsApp within the hour."
  }
}
