{
  "meta": {
    "title": "Checkout | Creamish Glow",
    "description": "Complete your Creamish Glow order — secure checkout with no server required.",
    "h1": "Checkout"
  },
  "breadcrumb": [
    { "label": "Home", "href": "index.html" },
    { "label": "Shop", "href": "shop.html" },
    { "label": "Cart", "href": "cart.html" },
    { "label": "Checkout", "href": "checkout.html" }
  ],
  "emptyRedirect": {
    "message": "Your cart is empty.",
    "button": { "label": "Shop Now", "href": "shop.html" }
  },
  "shippingForm": {
    "title": "Shipping Details",
    "fields": [
      { "name": "firstName", "label": "First Name", "type": "text", "required": true },
      { "name": "lastName", "label": "Last Name", "type": "text", "required": true },
      { "name": "email", "label": "Email", "type": "email", "required": true },
      { "name": "phone", "label": "Phone", "type": "tel", "required": true },
      { "name": "address", "label": "Address", "type": "text", "required": true },
      { "name": "city", "label": "City", "type": "text", "required": true },
      { "name": "state", "label": "State", "type": "text", "required": true },
      { "name": "pincode", "label": "PIN Code", "type": "text", "required": true }
    ],
    "submitLabel": "Place Order",
    "payOnlineLabel": "Pay & Place Order"
  },
  "paymentMethods": {
    "title": "Payment Method",
    "options": [
      {
        "id": "cod",
        "label": "Cash on Delivery",
        "description": "Pay in cash when your order is delivered"
      },
      {
        "id": "razorpay",
        "label": "Pay Online (Razorpay)",
        "description": "UPI, cards, net banking & wallets"
      }
    ]
  },
  "paymentNote": {
    "title": "Secure Checkout",
    "description": "Choose Cash on Delivery or pay securely online via Razorpay."
  },
  "summary": {
    "title": "Order Summary",
    "subtotal": "Subtotal",
    "shipping": "Shipping",
    "shippingFree": "Free",
    "shippingPaid": "₹99.00",
    "total": "Total"
  },
  "success": {
    "title": "Order Placed!",
    "description": "Thank you for your order. We will process it shortly.",
    "codDescription": "Your Cash on Delivery order has been placed. Pay when your package arrives.",
    "onlineDescription": "Payment received successfully. Your order is confirmed.",
    "orderNumberLabel": "Order #",
    "button": { "label": "Continue Shopping", "href": "shop.html" }
  },
  "reviewPopup": {
    "title": "How was your experience?",
    "subtitle": "Share your review — it helps other customers discover Creamish Glow.",
    "ratingLabel": "Your rating",
    "productLabel": "Product",
    "reviewLabel": "Your review",
    "submitLabel": "Submit Review",
    "skipLabel": "Maybe later",
    "successMessage": "Thank you! Your review has been posted on our About page."
  },
  "freeShippingThreshold": 999,
  "shippingEnabled": true,
  "shippingFee": 99
}
