{
  "store": "Luxe Glow",
  "currency": "EUR",
  "brands": [
    {
      "id": "radiant_skin",
      "name": "Radiant Skin Co",
      "category": "Skincare",
      "products": [
        {"id": "vitamin_c_serum", "name": "The Liz Glow Serum", "price": 68.00, "category": "Serums", "inStock": true},
        {"id": "retinol_night", "name": "Monique's Midnight Repair", "price": 85.00, "category": "Serums", "inStock": true},
        {"id": "hyaluronic_serum", "name": "Hyaluronic Acid Plumping Serum", "price": 52.00, "category": "Serums", "inStock": true},
        {"id": "gentle_cleanser", "name": "Gentle Gel Cleanser", "price": 34.00, "category": "Cleansers", "inStock": true},
        {"id": "barrier_cream", "name": "Barrier Repair Moisturizer", "price": 58.00, "category": "Moisturizers", "inStock": true},
        {"id": "spf50", "name": "Invisible Shield SPF 50", "price": 42.00, "category": "Sunscreen", "inStock": true}
      ]
    },
    {
      "id": "velvet_beauty",
      "name": "Velvet Beauty",
      "category": "Makeup",
      "products": [
        {"id": "satin_lipstick", "name": "The Monique Lip", "price": 28.00, "category": "Lips", "inStock": true},
        {"id": "matte_liquid", "name": "Matte Liquid Lip", "price": 24.00, "category": "Lips", "inStock": true},
        {"id": "glow_foundation", "name": "Liz's 'I Woke Up Like This'", "price": 46.00, "category": "Face", "inStock": true},
        {"id": "concealer", "name": "Full Cover Concealer", "price": 28.00, "category": "Face", "inStock": true},
        {"id": "eyeshadow_palette", "name": "Nude Romance Palette", "price": 52.00, "category": "Eyes", "inStock": true},
        {"id": "mascara", "name": "Lash Drama Mascara", "price": 26.00, "category": "Eyes", "inStock": true}
      ]
    },
    {
      "id": "essence_parfum",
      "name": "Essence Parfum",
      "category": "Fragrance",
      "products": [
        {"id": "midnight_rose", "name": "Eau de Monique", "price": 125.00, "category": "Eau de Parfum", "inStock": true},
        {"id": "ocean_mist", "name": "Ocean Mist EDT", "price": 85.00, "category": "Eau de Toilette", "inStock": true},
        {"id": "velvet_noir", "name": "Velvet Noir Parfum", "price": 165.00, "category": "Parfum", "inStock": true},
        {"id": "citrus_garden", "name": "Liz Energy EDT", "price": 72.00, "category": "Eau de Toilette", "inStock": true},
        {"id": "body_mist", "name": "Rose Petal Body Mist", "price": 32.00, "category": "Body Mist", "inStock": true},
        {"id": "discovery_set", "name": "Discovery Set", "price": 48.00, "category": "Sets", "inStock": true}
      ]
    },
    {
      "id": "silk_shine",
      "name": "Silk & Shine",
      "category": "Haircare",
      "products": [
        {"id": "repair_shampoo", "name": "Keratin Repair Shampoo", "price": 32.00, "category": "Shampoo", "inStock": true},
        {"id": "hydrate_conditioner", "name": "Deep Hydration Conditioner", "price": 34.00, "category": "Conditioner", "inStock": true},
        {"id": "hair_mask", "name": "Weekly Repair Mask", "price": 38.00, "category": "Treatment", "inStock": true},
        {"id": "hair_oil", "name": "The Monique Shine Oil", "price": 42.00, "category": "Styling", "inStock": true},
        {"id": "scalp_scrub", "name": "Clarifying Scalp Scrub", "price": 28.00, "category": "Scalp Care", "inStock": true},
        {"id": "leave_in", "name": "Leave-In Detangler", "price": 24.00, "category": "Styling", "inStock": true}
      ]
    },
    {
      "id": "polish_studio",
      "name": "Polish Studio",
      "category": "Nails",
      "products": [
        {"id": "gel_polish_red", "name": "Gel Polish - Monique Red", "price": 16.00, "category": "Gel Polish", "inStock": true},
        {"id": "gel_polish_nude", "name": "Gel Polish - Liz Nude", "price": 16.00, "category": "Gel Polish", "inStock": true},
        {"id": "base_coat", "name": "Strengthening Base Coat", "price": 14.00, "category": "Base & Top", "inStock": true},
        {"id": "top_coat", "name": "High Shine Top Coat", "price": 14.00, "category": "Base & Top", "inStock": true},
        {"id": "cuticle_oil", "name": "Nourishing Cuticle Oil", "price": 12.00, "category": "Nail Care", "inStock": true},
        {"id": "nail_set", "name": "Starter Gel Kit", "price": 68.00, "category": "Sets", "inStock": true}
      ]
    },
    {
      "id": "glow_tools",
      "name": "Glow Tools",
      "category": "Tools & Accessories",
      "products": [
        {"id": "jade_roller", "name": "Jade Face Roller", "price": 38.00, "category": "Face Tools", "inStock": true},
        {"id": "gua_sha", "name": "Rose Quartz Gua Sha", "price": 32.00, "category": "Face Tools", "inStock": true},
        {"id": "led_mask", "name": "LED Light Therapy Mask", "price": 189.00, "category": "Devices", "inStock": true},
        {"id": "brush_set", "name": "Pro Brush Set (12pc)", "price": 72.00, "category": "Brushes", "inStock": true},
        {"id": "makeup_mirror", "name": "LED Vanity Mirror", "price": 58.00, "category": "Accessories", "inStock": true},
        {"id": "headband", "name": "The Liz & Monique Set", "price": 18.00, "category": "Accessories", "inStock": true}
      ]
    }
  ]
}
