/* - JSW
 * Since this file holds data for all the galleries, it is of course very large. To aid in quickly
 * finding the gallery you need, comments are added as headings.
 *
 * This variable is a Javascript object that holds other other variables nested inside of it.
 *
 * This data will be used to construct the slideshows.
 *
 * "name" has a 127 charactor limit.
 * "item_number" has a 127 charactor limit.
 * "weight" is the item weight, excluding packaging
 */
 var shop = {
   /* - JSW
    * Tax rate for Washington. Used by the DOS to calculate tax for in-studio sales.
    */
   "tax" : {"washington": 0.086},
   /* - JSW
   * Shipping information for weight calculations.
   *
   * Domestic to International factor: 18% (194/166)
   */
  "shipping": {
    "packing_factor": 0.30, // 30%
    "box_factor": 4
  },
  /* - JSW
   * The gallery index is used by the DOS to match gallery id's and names, and to list galleries
   * in the dropdown box.
   *
   * Only galleries listed here will show up in the DOS gallery browse list, however the DOS item
   * search will search all galleries regardless of whether or not they are listed in the gallery
   * index.
   *
   * Later I may modify this for a way to specify gallery type (ie. Materials)
   *
   * In each array, the first variable is the string used in the shop.js to identify each gallery,
   * the second is the gallery title, the third is the code used at the begining of item numbers.
   */
  "gallery_index": [
    ["bags", "Bag Gallery", "bg"],
    ["container_baskets", "Container Basket Gallery", "cb"],
    ["flowers", "Flower Gallery", "fl"],
    ["flower_pots", "Flower Pot Gallery", "fp"],
    ["hats", "Hat Gallery", "ht"],
    ["lights", "Light Gallery", "lt"],
    ["others", "Others Gallery", "ot"],
    ["wall_hangings", "Wall Hanging Gallery", "wh"],
    ["gift_certificates", "Gift Certificates", "gift"]
  ],
  /* - JSW
   * NOTE: When adding new galleries, be sure to edit the gallery page with the new gallery title,
   * as well as adding the link to the main gallery page.
   */
  "galleries": {
    /*
     *
     * --------------------
     * WALL HANGING GALLERY
     * --------------------
     *
     */
    "wall_hangings": [
    /* --BEGIN------------------------- */
      {
        "title": "Thunderbird",
        "description": "Western Red Cedar Bark, Eagle Head Burned to Conk, Seashells, Seagrass and Wool.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 15.0,
        "dimensions": {
          "height": 64.0,
          "width": 48.0,
          "depth": 10.0
        },
        "item_number": "wh001"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Antler Wrap",
        "description": "Western Red Cedar Bark, Whitetail Deer Antler, Seagrass and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 3.0,
        "dimensions": {
          "height": 8.0,
          "width": 22.0,
          "depth": 7.0
        },
        "item_number": "wh002"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Seashell",
        "description": "Western Red Cedar Bark, Seagrass, Reeds, Coconut Buttons, Abalone Shell, Turquoise Stone.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "dimensions": {
          "height": 42.0,
          "width": 73.0,
          "depth": 11.0
        },
        "item_number": "wh003"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Embraced",
        "description": "Western Red Cedar Bark, Whitetail Deer Antler, Seagrass, Reeds, and Palm Inflorescence.",
        "price": "1,850",
        "weight": 5.0,
        "dimensions": {
          "height": 31.0,
          "width": 42.0,
          "depth": 11.0
        },
        "item_number": "wh004"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Antler Pod",
        "description": "Western Red Cedar Bark, Whitetail Deer Antler, Seagrass and Reeds.  Red rambutans not included.",
        "price": "600",
        "weight": 4.5,
        "dimensions": {
          "height": 26.0,
          "width": 26.0,
          "depth": 7.0
        },
        "item_number": "wh005"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Feather and Roses  ",
        "description": "Western Red Cedar Bark, Blacktail Deer Antler, Seagrass, Feathers and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 5.0,
        "dimensions": {
          "height": 36.0,
          "width": 32.0,
          "depth": 5.0
        },
        "item_number": "wh006"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Money Catcher",
        "description": "Western Red Cedar Bark, Willow and Money Plant.",
        "price": "380",
        "weight": 3.5,
        "dimensions": {
          "height": 31.0,
          "width": 21.0,
          "depth": 5.0
        },
        "item_number": "wh007"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Bloom",
        "description": "Western Red Cedar Bark, Seagrass and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "dimensions": {
          "height": 36.0,
          "width": 62.0,
          "depth": 11.0
        },
        "item_number": "wh008"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Antler Pair",
        "description": "Western Red Cedar Bark, Blacktail Deer Antler, Seagrass and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "dimensions": {
          "height": 15.0,
          "width": 14.0,
          "depth": 5.0
        },
        "item_number": "wh009"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Dew Drop",
        "description": "Western Red Cedar Bark, Driftwood and Reeds.",
        "price": "280",
        "weight": 2.0,
        "dimensions": {
          "height": 20.0,
          "width": 12.0,
          "depth": 4.0
        },
        "item_number": "wh010"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Welcome",
        "description": "Western Red Cedar Bark, Driftwood, Seagrass, Palm Inflorescence, grasses, and Reeds.",
        "price": "200",
        "weight": 1.5,
        "dimensions": {
          "height": 15.0,
          "width": 13.0,
          "depth": 3.0
        },
        "item_number": "wh011"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Little Boat",
        "description": "Western Red Cedar Bark, Seagrass and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.9,
        "dimensions": {
          "height": 10.0,
          "width": 8.0,
          "depth": 4.0
        },
        "item_number": "wh012"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Hooky",
        "description": "Western Red Cedar Bark, Seagrass, Driftwood, Reeds and 18 Cattail Roses.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 1.5,
        "dimensions": {
          "height": 19.0,
          "width": 10.0,
          "depth": 6.0
        },
        "item_number": "wh013"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "The Heart",
        "description": "Western Red Cedar Bark, Seagrass, Cattails, Whitetail Deer Antler and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 2.2,
        "dimensions": {
          "height": 18.0,
          "width": 15.0,
          "depth": 8.0
        },
        "item_number": "wh014"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "The Dicot",
        "description": "Western Red Cedar Bark, Seagrass, Black Tail Deer Antler and Palm Inflorescence.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 2.0,
        "dimensions": {
          "height": 21.0,
          "width": 17.0,
          "depth": 8.0
        },
        "item_number": "wh015"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "The Source",
        "description": "Western Red Cedar, Seagrass, Seaweed, Willow, Wooden Beads and Reeds.",
        "price": "1,200",
        "weight": 4.6,
        "dimensions": {
          "height": 48,
          "width": 24,
          "depth": 12
        },
        "item_number": "wh016"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Time To Change",
        "description": "Western Red Cedar Bark, Seashells, Seagrass, Wooden Beads, Willows and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 4.2,
        "dimensions": {
          "height": 43.0,
          "width": 24.0,
          "depth": 7.0
        },
        "item_number": "wh017"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Antler Wrap 2",
        "description": "Western Red Cedar Bark, Deer Antler, Seagrass, Bark and Reeds. Flowers included.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 1.9,
        "dimensions": {
          "height": 26.0,
          "width": 10.0,
          "depth": 5.5
        },
        "item_number": "wh018"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Revealed",
        "description": "Western Red Cedar Bark, Seagrass, Willows and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 2.0,
        "dimensions": {
          "height": 38.0,
          "width": 25.0,
          "depth": 7.0
        },
        "item_number": "wh019"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Bark Fold 1",
        "description": "Western Red Cedar Bark, Seagrass, Glass and Batik.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.8,
        "dimensions": {
          "height": 10.0,
          "width": 3.5,
          "depth": 3.0
        },
        "item_number": "wh020"
      },

    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Bark Fold 2",
        "description": "Western Red Cedar Bark and Seagrass.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.6,
        "dimensions": {
          "height": 15.0,
          "width": 7.5,
          "depth": 4.0
        },
        "item_number": "wh021"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Bark Fold 3",
        "description": "Western Red Cedar Bark, Batik and Seagrass.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.5,
        "dimensions": {
          "height": 13.0,
          "width": 7.5,
          "depth": 4.0
        },
        "item_number": "wh022"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Bark Fold 4",
        "description": "Western Red Cedar Bark, Bark, 3 Seashells and Seagrass.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.25,
        "dimensions": {
          "height": 10.0,
          "width": 3.5,
          "depth": 2.0
        },
        "item_number": "wh023"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Bark Fold 5",
        "description": "Western Red Cedar Bark, Seashell and Batik.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.3,
        "dimensions": {
          "height": 10.0,
          "width": 3.0,
          "depth": 3.0
        },
        "item_number": "wh024"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Bark Fold 6",
        "description": "Western Red Cedar Bark, Seagrass and Leather.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.75,
        "dimensions": {
          "height": 10.5,
          "width": 3.5,
          "depth": 2.0
        },
        "item_number": "wh025"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Bark Fold 7",
        "description": " Bark and Seagrass. Flowers not included.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.5,
        "dimensions": {
          "height": 12.5,
          "width": 8.0,
          "depth": 4.0
        },
        "item_number": "wh026"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Bark Fold 8",
        "description": "Western Red Cedar Bark and Kelp.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 12,
        "dimensions": {
          "height": 14.0,
          "width": 6.0,
          "depth": 3.5
        },
        "item_number": "wh027"
        },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Bark Fold 9",
        "description": "Western Red Cedar Bark and Kelp.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 6,
        "dimensions": {
          "height": 12.0,
          "width": 4.5,
          "depth": 2.5
        },
        "item_number": "wh028"
        },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Bark Fold 10",
        "description": "Western Red Cedar Bark, Cherry Bark and Kelp.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 6,
        "dimensions": {
          "height": 12.0,
          "width": 4.5,
          "depth": 2.5
        },
        "item_number": "wh029"
        },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Bark Fold 11",
        "description": "Western Red Cedar Bark and Kelp.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 5,
        "dimensions": {
          "height": 11.0,
          "width": 4.5,
          "depth": 2.5
        },
        "item_number": "wh030"
        },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Wall Hanging 1",
        "description": "Western Red Cedar Bark, Willow, Seagrass, Grasses, Reeds and Kelp.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 8,
        "dimensions": {
          "height": 8.0,
          "width": 13.0,
          "depth": 6.0
        },
        "item_number": "wh031"
        },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Wall Hanging 2",
        "description": "Western Red Cedar Bark, Willow,Seagrass, Feather, Driftwood, Reeds and Kelp.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 5,
        "dimensions": {
          "height": 17.0,
          "width": 7.5,
          "depth": 1.0
        },
        "item_number": "wh032"
        },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Wall Hanging 3",
        "description": "Western Red Cedar Bark, Willow and Seagrass.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 15,
        "dimensions": {
          "height": 22.0,
          "width": 10.0,
          "depth": 3.5
        },
        "item_number": "wh033"
        },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Bark Fold 12",
        "description": "Western Red Cedar Bark, Cherry Bark and Seashell.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 12,
        "dimensions": {
          "height": 15.0,
          "width": 7.0,
          "depth": 2.5
        },
        "item_number": "wh034"
        },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Bark Fold 13",
        "description": "Western Red Cedar Bark, Cattail and Seagrass.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 10,
        "dimensions": {
          "height": 15.0,
          "width": 6.0,
          "depth": 3.0
        },
        "item_number": "wh035"
        },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Bark Fold 14",
        "description": "Western Red Cedar Bark, Willow and Seashells.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 13,
        "dimensions": {
          "height": 12.0,
          "width": 7.0,
          "depth": 2.5
        },
        "item_number": "wh036"
        },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Wall Hanging 4",
        "description": "Western Red Cedar Bark",
        "price": "40",
        "weight": 3,
        "dimensions": {
          "height": 13.0,
          "width": 6.0,
          "depth": 3.5
        },
        "item_number": "wh037"
        },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Wall Hanging 5",
        "description": "Western Red Cedar Bark, Seagrass, Wooden Beads and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 3.2,
        "dimensions": {
          "height": 34.0,
          "width": 15.0,
          "depth": 6.0
        },
        "item_number": "wh038"
        },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Dancing Rooster",
        "description": "Western Red Cedar Bark, Seagrass, Seashells, Coconut Buttons, Paper, Reeds and Driftwood.",
        "price": "6,000",
        "weight": 10.0,
        "dimensions": {
          "height": 72.0,
          "width": 64.0,
          "depth": 5.0
        },
        "item_number": "wh039"
        },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Renewal",
        "description": "Western Red Cedar Bark, Willow, Seashells, Seagrass, Cattail, Feathers, Wool and Reeds.",
        "price": "8,350",
        "weight": 20.0,
        "dimensions": {
          "height": 65.0,
          "width": 65.0,
          "depth": 15.0
        },
        "item_number": "wh040"
        },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Bounded By Nature",
        "description": "Western Red Cedar Bark, Willow, Seashells, Feathers,and Reeds.",
        "price": "650",
        "weight": 2.0,
        "dimensions": {
          "height": 34.0,
          "width": 21.0,
          "depth": 6.0
        },
        "item_number": "wh041"
        },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Infinity",
        "description": "Western Red Cedar Bark, Willow, Wooden Beads, Seagrass, and Reeds.",
        "price": "480",
        "weight": 2.0,
        "dimensions": {
          "height": 31.0,
          "width": 20.0,
          "depth": 6.0
        },
        "item_number": "wh042"
        }
    /* --END--------------------------- */
  ],
    /*
     *
     * ------------------------
     * CONTAINER BASKET GALLERY
     * ------------------------
     *
     */
    "container_baskets": [
    /* --BEGIN------------------------- */
      {
        "title": "Whale Hole",
        "description": "Western Red Cedar Bark, Whale design burned to conk, Seagrass, Seashell, Coconut button and Reeds. Flowers included.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 3.5,
        "dimensions": {
          "height": 11.0,
          "width": 12.0,
          "depth": 11.0
        },
        "item_number": "cb001"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Cactus Snail",
        "description": "Western Red Cedar Bark, CACTUS, Seagrass, Palm Inflorescence and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 5.1,
        "dimensions": {
          "height": 42.0,
          "width": 19.0,
          "depth": 21.0
        },
        "item_number": "cb002"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Eagle Hamper",
        "description": "Western Red Cedar, Seagrass, Hemp Cord, Cattails, Wax Linen, Faux Sinew and Plastic Hamper Bin.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "dimensions": {
          "height": 26.0,
          "width": 16.0,
          "depth": 12.0
        },
        "item_number": "cb003"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Pine Needle Bowl",
        "description": "Pine Needle and Raffia.",
        "price": "500",
        "weight": 0.5,
        "dimensions": {
          "height": 2.5,
          "width": 11.0,
          "depth": 10.0
        },
        "item_number": "cb004"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Wedding Basket",
        "description": "Pine Needle, Blacktail Deer Antler, Faux Sinew, Stones and beads. ",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "dimensions": {
          "height": 10.0,
          "width": 20.0,
          "depth": 17.0
        },
        "item_number": "cb005"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Fruit Basket",
        "description": "Western Red Cedar Bark, Blacktail Deer Antler, Seagrass and Reeds. Fruit is not included.",
        "price": "450",
        "weight": 2.5,
        "dimensions": {
          "height": 10.0,
          "width": 17.0,
          "depth": 15.0
        },
        "item_number": "cb006"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Mohawk Rose",
        "description": "Western Red Cedar Bark, Whitetail Deer Antler, Seagrass and Reeds.",
        "price": "350",
        "weight": 2,
        "dimensions": {
          "height": 19.0,
          "width": 13.0,
          "depth": 10.0
        },
        "item_number": "cb007"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Antler Rim Basket",
        "description": "Western Red Cedar Bark, Whitetail Deer Antler, Seagrass and Reeds.",
        "price": "575",
        "weight": 3.0,
        "dimensions": {
          "height": 14.0,
          "width": 18.0,
          "depth": 17.0
        },
        "item_number": "cb008"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Long Root Handle Basket  ",
        "description": "Western Red Cedar Bark, Root, Seagrass and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 2.5,
        "dimensions": {
          "height": 13.0,
          "width": 21.0,
          "depth": 16.0
        },
        "item_number": "cb009"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Antler Arch Basket",
        "description": "Western Red Cedar Bark, Whitetail Deer Antler , Seagrass and Reeds.",
        "price": "575",
        "weight": 3.3,
        "dimensions": {
          "height": 16.0,
          "width": 13.0,
          "depth": 14.0
        },
        "item_number": "cb010"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Antler Handle Basket 1",
        "description": "Western Red Cedar Bark, Blacktail Deer Antler, Willow, Seagrass, Cattail and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 1.5,
        "dimensions": {
          "height": 7.0,
          "width": 11.0,
          "depth": 12.0
        },
        "item_number": "cb011"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Small Hen Basket",
        "description": "Western Red Cedar Bark, Seagrass, Turquoise Stone, Hen design burned on driftwood, Datu Rattan. ",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "dimensions": {
          "height": 4.0,
          "width": 5.0,
          "depth": 3.0
        },
        "item_number": "cb012"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Driftwood Fruit Basket 1",
        "description": "Western Red Cedar Bark, Driftwood, Reeds and Seagrass. ",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "dimensions": {
          "height": 11.0,
          "width": 14.0,
          "depth": 9.0
        },
        "item_number": "cb013"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Driftwood Fruit Basket 2",
        "description": "Western Red Cedar Bark, Driftwood, Reeds, and Seagrass. Fruit not included.",
        "price": "300",
        "weight": 3.5,
        "dimensions": {
          "height": 10.0,
          "width": 19.0,
          "depth": 13.0
        },
        "item_number": "cb014"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Magazine Basket",
        "description": "Western Red Cedar Bark, Seashell Buttons and Wax Linen.",
        "price": "550",
        "weight": 1.5,
        "dimensions": {
          "height": 6.0,
          "width": 13.0,
          "depth": 10.0
        },
        "item_number": "cb015"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Elk Basket",
        "description": "Western Red Cedar Bark, Elk Antler , Seagrass and Reeds. ",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "dimensions": {
          "height": 16.0,
          "width": 16.0,
          "depth": 14.0
        },
        "item_number": "cb016"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Short Root Basket",
        "description": "Western Red Cedar Bark, Root , Seagrass and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 1.5,
        "dimensions": {
          "height": 12.0,
          "width": 14.0,
          "depth": 10.0
        },
        "item_number": "cb017"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Driftwood Handle Basket",
        "description": "Western Red Cedar Bark, Reeds and Seagrass.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "dimensions": {
          "height": 9.0,
          "width": 13.0,
          "depth": 12.0
        },
        "item_number": "cb018"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Utility Basket",
        "description": "Western Red Cedar Bark, Seagrass and Metal Frame.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 1.75,
        "dimensions": {
          "height": 12.0,
          "width": 9.0,
          "depth": 9.0
        },
        "item_number": "cb019"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Driftwood Rim Basket",
        "description": "Western Red Cedar Bark, Seagrass, Driftwood and Reeds.",
        "price": "550",
        "weight": 2.2,
        "dimensions": {
          "height": 9.0,
          "width": 14.0,
          "depth": 10.0
        },
        "item_number": "cb020"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Driftwood Handle Basket",
        "description": "Western Red Cedar Bark, Bull Rushes, Horsetail, Driftwood and Reeds.",
        "price": "200",
        "weight": 1,
        "dimensions": {
          "height": 10.0,
          "width": 20.0,
          "depth": 10.0
        },
        "item_number": "cb021"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Egg Basket",
        "description": "Western Red Cedar, Seagrass and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.75,
        "dimensions": {
          "height": 3.5,
          "width": 9.0,
          "depth": 10.0
        },
        "item_number": "cb022"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Antler Handle Basket 2",
        "description": "Western Red Cedar, Seagrass, Cattail and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.75,
        "dimensions": {
          "height": 6.0,
          "width": 10.0,
          "depth": 10.0
        },
        "item_number": "cb023"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Antler Handle Basket 3",
        "description": "Western Red Cedar, Seagrass, Cattail and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.40,
        "dimensions": {
          "height": 4.0,
          "width": 7.0,
          "depth": 8.0
        },
        "item_number": "cb024"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Pinecone Basket",
        "description": "Western Red Cedar, Seagrass, Pinecones, Driftwood and Reeds.",
        "price": "400",
        "weight": 2.8,
        "dimensions": {
          "height": 24,
          "width": 14,
          "depth": 14
        },
        "item_number": "cb025"
      },
    /* --END--------------------------- */  
    /* --BEGIN------------------------- */
      {
        "title": "Renew",
        "description": "Western Red Cedar Bark, Reeds, Driftwood and Seagrass.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 2.0,
        "dimensions": {
          "height": 13,
          "width": 15,
          "depth": 11
        },
        "item_number": "cb026"
      },
    /* --END--------------------------- */ 
	/* --BEGIN------------------------- */
      {
        "title": "Driftwood Flower Basket 1",
        "description": "Western Red Cedar Bark, Seagrass, Driftwood and Reeds, includes flowers from Pine Cones and Cedar Bark with Lavender.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 2.5,
        "dimensions": {
          "height": 27.0,
          "width": 20.0,
          "depth": 14.0
        },
        "item_number": "cb027"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Egg Cedar Basket 2",
        "description": "Western Red Cedar Bark, Seagrass, Palm Inflorescene and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.6,
        "dimensions": {
          "height": 9.0,
          "width": 10.0,
          "depth": 10.0
        },
        "item_number": "cb028"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Kelp Handle Basket",
        "description": "Western Red Cedar Bark, Seagrass, Kelp and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 1.0,
        "dimensions": {
          "height": 6.0,
          "width": 6.0,
          "depth": 9.0
        },
        "item_number": "cb029"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Bark Basket",
        "description": "Western Red Cedar Bark, Seagrass and Driftwood.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 2.75,
        "dimensions": {
          "height": 14.0,
          "width": 24.0,
          "depth": 15.0
        },
        "item_number": "cb030"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Driftwood Basket 2",
        "description": "Western Red Cedar Bark, Seagrass, Wooden Beads, Reeds and Driftwood.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 1.0,
        "dimensions": {
          "height": 10.0,
          "width": 13.0,
          "depth": 13.0
        },
        "item_number": "cb031"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Driftwood Basket 3",
        "description": "Western Red Cedar Bark, Cherry, Seagrass, Wooden Beads, Reeds, Glass Butttons and Driftwood.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 1.9,
        "dimensions": {
          "height": 31.0,
          "width": 16.0,
          "depth": 12.0
        },
        "item_number": "cb032"
      }
    /* --END--------------------------- */
    ],
    /*
     *
     * -------------
     * LIGHT GALLERY
     * -------------
     *
     */
    "lights": [
    /* --BEGIN------------------------- */
      {
        "title": "Marriage",
        "description": "Western Red Cedar Bark, Seashell Buttons, Seagrass, Polished Driftwood, Stone, Reeds and Bark Covered Wire. Includes two compact fluorescent lamps.",
        "price": "2,500",
        "weight": 15,
        "dimensions": {
          "height": 28.0,
          "width": 43.0,
          "depth": 16.0
        },
        "item_number": "lt001"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Whale Floor Light  ",
        "description": "Western Red Cedar Bark, Seashell Buttons, Faux Sinew, Cattails, Wax Linen, Bamboo and Lamp Shade. Includes one compact fluorescent lamp.",
        "price": "6,500",
        "weight": 7.4,
        "dimensions": {
          "height": 61.0,
          "width": 19.0,
          "depth": 19.0
        },
        "item_number": "lt002"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Mushroom",
        "description": "Western Red Cedar Bark, Seashell Buttons, Corn Husk, Willow, Faux Sinew and Paper. Includes one compact fluorescent lamp.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 3.4,
        "dimensions": {
          "height": 19.0,
          "width": 10.0,
          "depth": 10.0
        },
        "item_number": "lt003"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Table Lamp",
        "description": "Western Red Cedar Bark, Seashell Buttons, Mylar, Faux Sinew and Paint. Includes one compact fluorescent lamp.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 2.75,
        "dimensions": {
          "height": 19.0,
          "width": 12.0,
          "depth": 12.0
        },
        "item_number": "lt004"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "The Trio",
        "description": "Western Red Cedar Bark, Elk Antler, Seagrass, Wax Linen, Faux Sinew, Pakistan Grass, Reeds, Paper and Stone Base.",
        "price": "3000",
        "weight": 24.8,
        "dimensions": {
          "height": 32.0,
          "width": 36.0,
          "depth": 22.0
        },
        "item_number": "lt005"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Hourglass Light",
        "description": "Western Red Cedar Bark, Wax Linen, Reeds, Faux Sinew, Seashells, Stones and Beads.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 3.0,
        "dimensions": {
          "height": 18.0,
          "width": 13.0,
          "depth": 13.0
        },
        "item_number": "lt006"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Driftwood Light 1",
        "description": "Western Red Cedar, Driftwood, Seagrass, Grasses, Paper and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 4.6,
        "dimensions": {
          "height": 35.0,
          "width": 19.0,
          "depth": 19.0
        },
        "item_number": "lt007"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Wooden Beads Light ",
        "description": "Western Red Cedar, Beads, Seagrass, Barkwire, Reeds and Rawhide Lampshade.",
        "price": "800",
        "weight": 10.4,
        "dimensions": {
          "height": 31.0,
          "width": 23.0,
          "depth": 23.0
      	},
        "item_number": "lt008"
      },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Food Chain Lamp",
        "description": "Western Red Cedar Bark, Seagrass, Bamboo, Seashells, Paper and Reeds.",
        "price": "1,750",
        "weight": 55,
        "dimensions": {
          "height": 42.0,
          "width": 24.0,
          "depth": 6.0
        },
        "item_number": "lt009"
      },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Cedar Basket Light",
        "description": "Western Red Cedar Bark, Seagrass, Driftwood, Reeds, and Paper. Flowers included.",
        "price": "1,200",
        "weight": 4.2,
        "dimensions": {
          "height": 36.0,
          "width": 16.0,
          "depth": 16.0
        },
        "item_number": "lt010"
      },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Frog Light",
        "description": "Western Red Cedar Bark, Seagrass, Reeds, Seashells, Reeds, 2 Small Frogs and Rawhide Shade.",
        "price": "950",
        "weight": 4.2,
        "dimensions": {
          "height": 26.0,
          "width": 20.0,
          "depth": 20.0
        },
        "item_number": "lt011"
	  },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Horrey Light",
        "description": "Western Red Cedar Bark, Bark, Coconut buttons, Seagrass, Willows, Wooden Beads and Paper.",
        "price": "800",
        "weight": 17.2,
        "dimensions": {
          "height": 31.0,
          "width": 26.0,
          "depth": 11.0
        },
        "item_number": "lt012"
      },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Driftwood Light 2",
        "description": "Western Red Cedar Bark, Seashell Buttons, Seagrass and Paper.",
        "price": "1,800",
        "weight": 12.2,
        "dimensions": {
          "height": 34.0,
          "width": 17.0,
          "depth": 15.0
        },
        "item_number": "lt013"
      },
    /* --END--------------------------- */    
	/* --BEGIN------------------------- */
      {
        "title": "Harmony",
        "description": "Western Red Cedar Bark, Glass Mosaic, Willow, Seashells, Wool, Beads, and Reed.",
        "price": "8,350",
        "weight": 27,
        "dimensions": {
          "height": 94.0,
          "width": 33.0,
          "depth": 6.0
        },
        "item_number": "lt014"
      },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "The Hive",
        "description": "Western Red Cedar Bark, Seashells Buttons, Paper, Reeds and Driftwood.",
        "price": "1,200",
        "weight": 3.5,
        "dimensions": {
          "height": 39.0,
          "width": 19.0,
          "depth": 15.0
        },
        "item_number": "lt015"
      }
    /* --END--------------------------- */
    ],
    /*
     *
     * -----------
     * BAG GALLERY
     * -----------
     *
     */
    "bags": [
    /* --BEGIN------------------------- */
      {
        "title": "Fish and Turtle Handbag",
        "description": "Western Red Cedar Bark, Wax Linen, Seashell Button, Bead, Lined with Cloth and Zipper.",
        "price": "8,350",
        "weight": 1.75,
        "dimensions": {
          "height": 12.0,
          "width": 16.0,
          "depth": 4.0
        },
        "item_number": "bg001"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Seashell Handbag",
        "description": "Western Red Cedar Bark, Beads, Coconut Bead, Seashell, Faux Sinew, Bamboo Handle, Lined with Cloth and Zipper.",
        "price": "480",
        "weight": 1,
        "dimensions": {
          "height": 8.0,
          "width": 13.0,
          "depth": 6.0
        },
        "item_number": "bg002"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Whale Handbag",
        "description": "Western Red Cedar Bark, Beads, Seashell, Faux Sinew, Wax Linen, Leather Handle, Bear Grass, Lined with Cloth and Zipper.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "dimensions": {
          "height": 8.0,
          "width": 13.0,
          "depth": 4.0
        },
        "item_number": "bg003"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Cedar Bark Purse",
        "description": "Western Red Cedar Bark, Raffia, Lined with Leather, Antler's Button and Tip Closure.",
        "price": "420",
        "weight": 1,
        "dimensions": {
          "height": 9.0,
          "width": 9.0,
          "depth": 4.0
        },
        "item_number": "bg004"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Caterpillar Handbag",
        "description": "Western Red Cedar Bark, Beads, Coconut Bead, Faux Sinew, Bamboo Handle, Bear Grass, Lined with Cloth and Zipper.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 1,
        "dimensions": {
          "height": 8.0,
          "width": 13.0,
          "depth": 6.0
        },
        "item_number": "bg005"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Bead Handbag",
        "description": "Western Red Cedar Bark, Beads, Seagrass, Bamboo Handle, Faux Sinew, Lined with Batik, Zipper.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 1,
        "dimensions": {
          "height": 9.0,
          "width": 13.0,
          "depth": 6.0
        },
        "item_number": "bg006"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Button Purse",
        "description": "Western Red Cedar Bark, Seashell Buttons, Beads, Wax Linen, Faux Sinew, Leather Strap, Lined with Batik, Zipper.",
        "price": "480",
        "weight": 0.75,
        "dimensions": {
          "height": 8.0,
          "width": 11.5,
          "depth": 4.0
        },
        "item_number": "bg007"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Bark Handle Bag",
        "description": "Western Red Cedar Bark, Beads, Seashell, Bear Grass, Faux Sinew, Lined with Batik, Zipper.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 1.5,
        "dimensions": {
          "height": 10.5,
          "width": 14.0,
          "depth": 4.0
        },
        "item_number": "bg008"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Double Button Rows HandBag",
        "description": "Western Red Cedar Bark, Beads, Cattail, Seagrass, Magnetic Stone, Seashell Buttons, Faux Sinew, Lined with Cloth and Zipper.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 1.5,
        "dimensions": {
          "height": 9.0,
          "width": 14.0,
          "depth": 4.0
        },
        "item_number": "bg009"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Lined Tote Bag",
        "description": "Western Red Cedar Bark, Faux Sinew, Leather Handle, Lined with Black Nylon.",
        "price": "1,000",
        "weight": 2.25,
        "dimensions": {
          "height": 9.0,
          "width": 14.0,
          "depth": 4.0
        },
        "item_number": "bg010"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Crazyweave Handbag",
        "description": "Western Red Cedar Bark, Beads, Coconut Bead, Faux Sinew, Bamboo Handle, Wax Linen, Lined with Cloth and Zipper.",
        "price": "480",
        "weight": 1,
        "dimensions": {
          "height": 8.0,
          "width": 13.0,
          "depth": 6.0
        },
        "item_number": "bg011"
      }
    /* --END--------------------------- */
    ],
	/*
     *
     * -----------
     * HAT GALLERY
     * -----------
     *
     */
    "hats": [
    /* --BEGIN------------------------- */
      {
        "title": "Fedora Hat",
        "description": "Western Red Cedar Bark, Faux Sinew and Waxed Linen.",
        "price": "450",
        "weight": 0.5,
        "dimensions": {
          "height": 5.0,
          "width": 12.0,
          "depth": 12.0
        },
        "item_number": "ht001"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Flying Bird Cowboy Hat",
        "description": "Western Red Cedar Bark, Faux Sinew.",
        "price": "450",
        "weight": 0.5,
        "dimensions": {
          "height": 5.0,
          "width": 12.0,
          "depth": 12.0
        },
        "item_number": "ht002"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Flying Eagle Cowboy Hat  ",
        "description": "Western Red Cedar Bark, Faux Sinew. Turquoise Stone.",
        "price": "450",
        "weight": 0.5,
        "dimensions": {
          "height": 5.0,
          "width": 12.0,
          "depth": 12.0
        },
        "item_number": "ht003"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Button Hat",
        "description": "Western Red Cedar Bark, Seashell Buttons,  Faux Sinew, Turquoise Stone.",
        "price": "450",
        "weight": 0.5,
        "dimensions": {
          "height": 5.0,
          "width": 12.0,
          "depth": 7.0
        },
        "item_number": "ht004"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Feather Hat",
        "description": "Western Red Cedar Bark and Feather.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.4,
        "dimensions": {
          "height": 5.0,
          "width": 9.5,
          "depth": 11.0
        },
        "item_number": "ht005"
      }
    /* --END--------------------------- */
    ],
    /*
     *
     * ------------------
     * FLOWER POT GALLERY
     * ------------------
     *
     */
    "flower_pots": [
    /* --BEGIN------------------------- */
      {
        "title": "Wide Bark Wrap",
        "description": "Western Red Cedar Bark, Wool, Faux Sinew, Stone, Glass Container and Beads. ",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "dimensions": {
          "height": 15.0,
          "width": 21.0,
          "depth": 14.0
        },
        "item_number": "fp001"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Exotic",
        "description": "Western Red Cedar Bark, Bamboo, Willow, Seagrass, Palm Inflorescence and Seashell Buttons.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "dimensions": {
          "height": 132.0,
          "width": 96.0,
          "depth": 48.0
        },
        "item_number": "fp002"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Square Pot",
        "description": "Western Red Cedar Bark, Raffia, Cherry Bark, Bear Grass, includes flowers from Pine Cones and Cedar Bark with Lavender.",
        "price": "150",
        "weight": 1.75,
        "dimensions": {
          "height": 20.0,
          "width": 11.0,
          "depth": 11.0
        },
        "item_number": "fp003"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Cross Pattern Pot",
        "description": "Western Red Cedar Bark, Faux Sinew, Turquoise Stone, Seashell Buttons, Wax Linen and Glass Container. Flowers of Cedar Bark, Pine Cone, Lavendar and Money Plants.",
        "price": "350",
        "weight": 8.2,
        "dimensions": {
          "height": 31.0,
          "width": 14.0,
          "depth": 13.0
        },
        "item_number": "fp004"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Layered Pot",
        "description": "Western Red Cedar Bark, Cedar Root, Raffia, Cherry Bark and Glass Container.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 2,
        "dimensions": {
          "height": 11.5,
          "width": 4.5,
          "depth": 4.5
        },
        "item_number": "fp005"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Free Weaving Pot  ",
        "description": "Western Red Cedar Bark, Cedar Root, Palm Inflorescence, Yarn, Cattail, Seagrass, Raffia and Glass Container. Flowers included.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 1,
        "dimensions": {
          "height": 11.5,
          "width": 4.5,
          "depth": 4.5
        },
        "item_number": "fp006"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Bark Pot 1",
        "description": "Western Red Cedar Bark, Raffia.",
        "price": "100",
        "weight": 1.75,
        "dimensions": {
          "height": 11.5,
          "width": 4.5,
          "depth": 4.5
        },
        "item_number": "fp007"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Flare Pot",
        "description": "Western Red Cedar Bark, White Ash, Seashell Buttons, Wire and Glass Container. 15 Flowers included: Cedar Bark, Broom Corn and Bamboo Cane.",
        "price": "400",
        "weight": 4.0,
        "dimensions": {
          "height": 30,
          "width": 14,
          "depth": 4
        },
        "item_number": "fp008"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Cherry Pot",
        "description": "Western Red Cedar Bark, Cherry, Palm Inflorescence and Glass Container. Flowers: Cedar Bark and Pine Cones.",
        "price": "400",
        "weight": 9.1,
        "dimensions": {
          "height": 38.0,
          "width": 23.0,
          "depth": 15.0
        },
        "item_number": "fp009"
        },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Bark Pot 2",
        "description": "Western Red Cedar Bark, Cedar Roots and Raffia. Flowers: Cedar Bark and Pine Cone.",
        "price": "400",
        "weight": 5.8,
        "dimensions": {
          "height": 39.0,
          "width": 15.0,
          "depth": 10.0
        },
        "item_number": "fp010"
        },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Rectangular Pot",
        "description": "Western Red Cedar Bark, Seagrass, Cattail, Faux Sinew, Seashell Buttons and Glass Container. Flowers: Cedar Bark, Lavendar and Grasses.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 2.13,
        "dimensions": {
          "height": 12.0,
          "width": 5.0,
          "depth": 3.5
        },
        "item_number": "fp011"
        },
    /* --END--------------------------- */   
    /* --BEGIN------------------------- */
      {
        "title": "untitled",
        "description": "Western Red Cedar Bark, Driftwood, Stone, Beads and Wire.",
        "price": "380",
        "weight": 2,
        "dimensions": {
          "height": 16.0,
          "width": 12.0,
          "depth": 12.0
        },
        "item_number": "fp012"
        },
    /* --END--------------------------- */   
    /* --BEGIN------------------------- */
      {
        "title": "Bark Pot 3",
        "description": "Western Red Cedar Bark and Cedar Root.",
        "price": "100",
        "weight": 1.25,
        "dimensions": {
          "height": 12.0,
          "width": 7.0,
          "depth": 6.0
        },
        "item_number": "fp013"
        },
    /* --END--------------------------- */   
    /* --BEGIN------------------------- */
      {
        "title": "Bark Pot 4",
        "description": "Western Red Cedar Bark and Cedar Root.",
        "price": "100",
        "weight": 1.5,
        "dimensions": {
          "height": 11.0,
          "width": 8.0,
          "depth": 6.0
        },
        "item_number": "fp014"
        },
    /* --END--------------------------- */   
    /* --BEGIN------------------------- */
      {
        "title": "Black Root Rim Pot",
        "description": "Western Red Cedar Bark, Reeds, Driftwood, Seagrass and Root.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.875,
        "dimensions": {
          "height": 8.0,
          "width": 8.0,
          "depth": 7.0
        },
        "item_number": "fp015"
        },
    /* --END--------------------------- */   
    /* --BEGIN------------------------- */
      {
        "title": "Widefold",
        "description": "Western Red Cedar Bark, Reeds and Seashells.",
        "price": "100",
        "weight": 0.5,
        "dimensions": {
          "height": 8.0,
          "width": 6.0,
          "depth": 6.0
        },
        "item_number": "fp016"
        },
    /* --END--------------------------- */   
	/* --BEGIN------------------------- */
      {
        "title": "Coconut Base Pot",
        "description": "Western Red Cedar Bark, Seashells and Coconut. Flowers not included.",
        "price": "210",
        "weight": 1.4,
        "dimensions": {
          "height": 14.0,
          "width": 8.0,
          "depth": 8.0
        },
        "item_number": "fp017"
        },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Driftwood Pot",
        "description": "Western Red Cedar Bark, Seagrass, Driftwood and Reeds. Lavender included.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 2.25,
        "dimensions": {
          "height": 17.0,
          "width": 11.0,
          "depth": 10.0
        },
        "item_number": "fp018"
        },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Kelp Rim Pot",
        "description": "Western Red Cedar Bark and Kelp.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 15,
        "dimensions": {
          "height": 9.0,
          "width": 8.0,
          "depth": 7.0
        },
        "item_number": "fp019"
        },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Kelp Pot",
        "description": "Western Red Cedar Bark and Kelp.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 5,
        "dimensions": {
          "height": 6.5,
          "width": 8.5,
          "depth": 5.0
        },
        "item_number": "fp020"
        }
    /* --END--------------------------- */
    ],
    /*
     *
     * --------------
     * FLOWER GALLERY
     * --------------
     *
     */
    "flowers": [
    /* --BEGIN------------------------- */
      {
        "title": "2\" Cattail Rose  ",
        "description": "Cattails with Willow Stem.",
        "price": "7",
        "weight": 0.1,
        "dimensions": {
          "height": 10.0,
          "width": 2.0,
          "depth": 2.0
        },
        "item_number": "fl001"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Scent Pocket",
        "description": "Western Red Cedar Bark, Seagrass, Dried Lavendar Sachet (inside) and Ribbon.",
        "price": "15",
        "weight": 0.13,
        "dimensions": {
          "height": 11.0,
          "width": 4.0,
          "depth": 2.0
        },
        "item_number": "fl002"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "2\" Cedar Rose",
        "description": "Western Red Cedar with Willow Stem.",
        "price": "8",
        "weight": 0.1,
        "dimensions": {
          "height": 10.0,
          "width": 2.0,
          "depth": 2.0
        },
        "item_number": "fl003"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "3\" Cedar Rose",
        "description": "Western Red Cedar with Willow Stem.",
        "price": "10",
        "weight": 0.1,
        "dimensions": {
          "height": 10.0,
          "width": 3.0,
          "depth": 3.0
        },
        "item_number": "fl004"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Black Petal Flower",
        "description": "Western Red Cedar Bark, Broom Corn and Bamboo Stalk.",
        "price": "18",
        "weight": 0.2,
        "dimensions": {
          "height": 34.0,
          "width": 5.0,
          "depth": 5.0
        },
        "item_number": "fl005"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Broom Flower",
        "description": "Western Red Cedar Bark, Broom Corn and Bamboo Stalk.",
        "price": "15",
        "weight": 0.2,
        "dimensions": {
          "height": 34.0,
          "width": 1.5,
          "depth": 1.5
        },
        "item_number": "fl006"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Curly",
        "description": "Western Red Cedar Bark, Bamboo Stalk or Reed.",
        "price": "12",
        "weight": 0.1,
        "dimensions": {
          "height": 27.0,
          "width": 2.5,
          "depth": 0.8
        },
        "item_number": "fl007"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Fern",
        "description": "Western Red Cedar Bark and Bamboo Stalk.",
        "price": "18",
        "weight": 0.2,
        "dimensions": {
          "height": 27.0,
          "width": 7.0,
          "depth": 3.0
        },
        "item_number": "fl008"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Big Leaf",
        "description": "Western Red Cedar Bark and Willow Stalk.",
        "price": "12",
        "weight": 0.1,
        "dimensions": {
          "height": 34.0,
          "width": 2.5,
          "depth": 2.5
        },
        "item_number": "fl009"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Small Leaf",
        "description": "Western Red Cedar Bark and Willow Stalk.",
        "price": "8",
        "weight": 0.1,
        "dimensions": {
          "height": 34.0,
          "width": 1.5,
          "depth": 0.3
        },
        "item_number": "fl010"
      },
    /* --END--------------------------- */
	/* --BEGIN------------------------- */
      {
        "title": "Pine Cone Flower 1",
        "description": "Western Red Cedar Bark and Pine Cone. Price per each flower.",
        "price": "7",
        "weight": 0.06,
        "dimensions": {
          "height": 4.0,
          "width": 9.0,
          "depth": 2.5
        },
        "item_number": "fl011"
        }
    /* --END--------------------------- */
    ],
    /*
     *
     * --------------
     * OTHERS GALLERY
     * --------------
     *
     */
    "others": [
    /* --BEGIN------------------------- */
      {
        "title": "Crickets",
        "description": "Western Red Cedar Bark. Price per each.",
        "price": "20",
        "weight": 0.1,
        "dimensions": {
          "height": 2.0,
          "width": 4.0,
          "depth": 1.5
        },
        "item_number": "ot001"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Water Bottle Holder ",
        "description": "Western Red Cedar Bark, Cattail, Cherry, Faux Sinew, Glass Bottle and Nylon Shoulder Strap. Price is per holder.",
        "price": "170",
        "weight": 1.5,
        "dimensions": {
          "height": 12.0,
          "width": 3.0,
          "depth": 3.0
        },
        "item_number": "ot002"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Tissue Holder 3 ",
        "description": "Western Red Cedar Bark, Seagrass, Seashell, Leather, Faux Sinew.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.5,
        "dimensions": {
          "height": 5.5,
          "width": 9.0,
          "depth": 5.0
        },
        "item_number": "ot003"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Tissue Holder 4 ",
        "description": "Western Red Cedar Bark, Sweet Grass, Faux Sinew.",
        "price": "150",
        "weight": 0.5,
        "dimensions": {
          "height": 5.5,
          "width": 9.0,
          "depth": 5.0
        },
        "item_number": "ot004"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Tissue Holder 2 ",
        "description": "Western Red Cedar Bark, Cherry Bark, Stone, Cattail. ",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.5,
        "dimensions": {
          "height": 5.5,
          "width": 9.0,
          "depth": 5.0
        },
        "item_number": "ot005"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Tissue Holder 1 ",
        "description": "Western Red Cedar Bark, Seashell Button, Sweet Grass, Faux Sinew.",
        "price": "150",
        "weight": 0.5,
        "dimensions": {
          "height": 5.5,
          "width": 9.0,
          "depth": 5.0
        },
        "item_number": "ot006"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Button Holder ",
        "description": "Western Red Cedar Bark, Seashell Button, Bead and Faux Sinew. Glass container included.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.75,
        "dimensions": {
          "height": 3.5,
          "width": 3.0,
          "depth": 3.0
        },
        "item_number": "ot007"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Seashell Holder",
        "description": "Western Red Cedar Bark, Seashell, Bead, Faux Sinew and Bear Grass. Glass container and flowers included.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.75,
        "dimensions": {
          "height": 4.0,
          "width": 3.0,
          "depth": 3.0
        },
        "item_number": "ot008"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Swirl Holder ",
        "description": "Western Red Cedar Bark, Seashell Button, Bead, Faux Sinew. Flowers included.",
        "price": "40",
        "weight": 0.2,
        "dimensions": {
          "height": 4.0,
          "width": 3.0,
          "depth": 3.0
        },
        "item_number": "ot009"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Square Holder 1",
        "description": "Western Red Cedar Bark, Coconut Button, Bead, Faux Sinew and Leather.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.1,
        "dimensions": {
          "height": 2.0,
          "width": 3.0,
          "depth": 3.0
        },
        "item_number": "ot010"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Square Holder 2 ",
        "description": "Western Red Cedar Bark, Seashell Button, Bead, Faux Sinew.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.13,
        "dimensions": {
          "height": 3.5,
          "width": 3.0,
          "depth": 3.0
        },
        "item_number": "ot011"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Vertical Card Holder  ",
        "description": "Western Red Cedar Bark, Seashell Button, Faux Sinew.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.13,
        "dimensions": {
          "height": 2.5,
          "width": 3.0,
          "depth": 3.0
        },
        "item_number": "ot012"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Little Basket 1 ",
        "description": "Western Red Cedar Bark, Seashell Button, Seagrass, Datu Rattan ,Faux Sinew.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.13,
        "dimensions": {
          "height": 2.0,
          "width": 3.0,
          "depth": 2.5
        },
        "item_number": "ot013"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Square Holder 3 ",
        "description": "Western Red Cedar Bark, Coconut Button, Wax Linen. Books not included.",
        "price": "40",
        "weight": 0.13,
        "dimensions": {
          "height": 3.5,
          "width": 3.0,
          "depth": 3.0
        },
        "item_number": "ot014"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Little Basket 2 ",
        "description": "Western Red Cedar Bark, Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.1,
        "dimensions": {
          "height": 1.5,
          "width": 2.5,
          "depth": 2.0
        },
        "item_number": "ot015"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Little Basket 3 ",
        "description": "Western Red Cedar Bark, Seagrass, Seashell, Faux Sinew and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.1,
        "dimensions": {
          "height": 1.5,
          "width": 2.5,
          "depth": 2.0
        },
        "item_number": "ot016"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Little Square Basket Kit 1",
        "description": "Western Red Cedar Bark, Faux Sinew, Wax Linen and Seashells. Instructions Included.",
        "price": "25",
        "weight": 0.1,
        "dimensions": {
          "height": 2.25,
          "width": 2.25,
          "depth": 2.25
        },
        "item_number": "ot017"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Little Square Basket Kit 2",
        "description": "Western Red Cedar Bark, Dyed Cedar Bark, Faux Sinew, Wax Linen and Seashells. Instructions Included.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.1,
        "dimensions": {
          "height": 2.25,
          "width": 2.25,
          "depth": 2.25
        },
        "item_number": "ot018"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Wine Holder 1",
        "description": "Western Red Cedar Bark, White Ash, Wax linen and Faux Sinew.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.16,
        "dimensions": {
          "height": 6.0,
          "width": 3.5,
          "depth": 3.5
        },
        "item_number": "ot019"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Wine Holder 2",
        "description": "Western Red Cedar Bark, Seagrass, Cattail, Wax Linen, White Ash and Faux Sinew.",
        "price": "180",
        "weight": 0.28,
        "dimensions": {
          "height": 9.5,
          "width": 5.0,
          "depth": 5.0
        },
        "item_number": "ot020"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
		"title": "Wine Holder 3",
        "description": "Western Red Cedar Bark, Faux Sinew, Wax Linen, Cherry and White Ash.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.16,
        "dimensions": {
          "height": 11.0,
          "width": 3.0,
          "depth": 3.0
        },
        "item_number": "ot021"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
		"title": "Candle Holder",
        "description": "Western Red Cedar Bark, Raffia, Seashell, Beads Seagrass and Relaxing Yuan Zhi Aircandela by Molton Brown.",
        "price": "150",
        "weight": 3.0,
        "dimensions": {
          "height": 5.5,
          "width": 5.0,
          "depth": 5.0
        },
        "item_number": "ot022"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Wine Holder 4",
        "description": "Western Red Cedar, White Ash, and Faux Sinew.",
        "price": "150",
        "weight": 0.4,
        "dimensions": {
          "height": 6.5,
          "width": 4.5,
          "depth": 4.0
        },
        "item_number": "ot023"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
		"title": "Round Swirl Mirror",
        "description": "Western Red Cedar Bark, Seagrass, Whitetail Deer Antler, Seashell Buttons, Reeds, Mirror and Palm Inflorescence.",
        "price": "800",
        "weight": 9.4,
        "dimensions": {
          "height": 23.0,
          "width": 28.0,
          "depth": 7.0
        },
        "item_number": "ot024"
        },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
		"title": "Lady Mirror",
        "description": "Mirror, Willow, Western Red Cedar and Seashells.",
        "price": "650",
        "weight": 5.8,
        "dimensions": {
          "height": 24.0,
          "width": 21.0,
          "depth": 1.0
        },
        "item_number": "ot025"
        },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Oval Basket 1",
        "description": "Western Red Cedar Bark, Seagrass, and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.25,
        "dimensions": {
          "height": 2.5,
          "width": 14.0,
          "depth": 4.0
        },
        "item_number": "ot026"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Oval Basket 2",
        "description": "Western Red Cedar Bark, Seagrass, and Reeds.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.25,
        "dimensions": {
          "height": 1.0,
          "width": 13.0,
          "depth": 4.0
        },
        "item_number": "ot027"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Pine Cone Fish",
        "description": "Western Red Cedar Bark, Pine Cone, and Seashell buttons.",
        "price": "20",
        "weight": 0.06,
        "dimensions": {
          "height": 2.5,
          "width": 6.0,
          "depth": 2.5
        },
        "item_number": "ot028"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Big Frog",
        "description": "Western Red Cedar Bark, Magnet and Beads.",
        "price": "20",
        "weight": 0.03,
        "dimensions": {
          "height": 4.0,
          "width": 5.0,
          "depth": 1.5
        },
        "item_number": "ot029"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Small Frog Pin",
        "description": "Western Red Cedar Bark, Pin and Beads.",
        "price": "18",
        "weight": 0.03,
        "dimensions": {
          "height": 2.0,
          "width": 2.25,
          "depth": 0.5
        },
        "item_number": "ot030"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Gecko",
        "description": "Western Red Cedar Bark, and Beads.",
        "price": "18",
        "weight": 0.06,
        "dimensions": {
          "height": 7.0,
          "width": 4.0,
          "depth": 1.5
        },
        "item_number": "ot031"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "A Pair of Deer",
        "description": "Western Red Cedar Bark and Ribbon.",
        "price": "20",
        "weight": 0.09,
        "dimensions": {
          "height": 7.0,
          "width": 6.0,
          "depth": 0.25
        },
        "item_number": "ot032"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Turtle",
        "description": "Western Red Cedar Bark.",
        "price": "20",
        "weight": 0.06,
        "dimensions": {
          "height": 6.0,
          "width": 4.0,
          "depth": 1.5
        },
        "item_number": "ot033"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Square Fold",
        "description": "Western Red Cedar Bark.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.09,
        "dimensions": {
          "height": 8.0,
          "width": 3.5,
          "depth": 3.0
        },
        "item_number": "ot034"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Cedar or Willow Ball",
        "description": "Western Red Cedar Bark or Willow. Price per each.",
        "price": "8",
        "weight": 0.09,
        "dimensions": {
          "height": 4.0,
          "width": 4.0,
          "depth": 4.0
        },
        "item_number": "ot035"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Necklace Basket 1 ",
        "description": "Western Red Cedar Bark, Reeds, Seashell, Beads, String and Bamboo.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.06,
        "dimensions": {
          "height": 3.75,
          "width": 3.0,
          "depth": 1.0
        },
        "item_number": "ot036"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Necklace Basket 2 ",
        "description": "Western Red Cedar Bark, Reeds, Cattail, Seashells, Beads, String and Bamboo.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.06,
        "dimensions": {
          "height": 3.5,
          "width": 3.0,
          "depth": 1.0
        },
        "item_number": "ot037"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Necklace Basket 3 ",
        "description": "Western Red Cedar Bark, Reeds, Cattail, Seashells, Beads, String and Bamboo.",
        "price": "Sold/Private Collection. Commission a similar piece below.",
        "weight": 0.06,
        "dimensions": {
          "height": 4.0,
          "width": 2.5,
          "depth": 1.0
        },
        "item_number": "ot038"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Small Necklace ",
        "description": "Western Red Cedar Bark and Stone. Price per each.",
        "price": "18",
        "weight": 0.06,
        "dimensions": {
          "height": 1.75,
          "width": 2.5,
          "depth": 0.5
        },
        "item_number": "ot039"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "Square Cedar Pot ",
        "description": "Western Red Cedar Bark, White Ash and Glass Container. Price per each.",
        "price": "40",
        "weight": 0.06,
        "dimensions": {
          "height": 3.0,
          "width": 3.0,
          "depth": 3.0
        },
        "item_number": "ot040"
      },
    /* --END--------------------------- */  
    /* --BEGIN------------------------- */
      {
        "title": "Horizontal Card Holder ",
        "description": "Western Red Cedar Bark.",
        "price": "20",
        "weight": 1,
        "dimensions": {
          "height": 1.25,
          "width": 4.5,
          "depth": 2.5
        },
        "item_number": "ot041"
      }
    /* --END--------------------------- */   
    ],
    /*
     *
     * -----------------
     * GIFT CERTIFICATES
     * -----------------
     *
     */
    "gift_certificates": [
    /* --BEGIN------------------------- */
      {
        "title": "$50 Gift Certificate",
        "description": "Gift Certificate good for $50 toward any Dancing Cedar Arts purchase.",
        "price": "50",
        "item_number": "gift50"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "$75 Gift Certificate",
        "description": "Gift Certificate good for $75 toward any Dancing Cedar Arts purchase.",
        "price": "75",
        "item_number": "gift75"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "$100 Gift Certificate",
        "description": "Gift Certificate good for $100 toward any Dancing Cedar Arts purchase.",
        "price": "100",
        "item_number": "gift100"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "$150 Gift Certificate",
        "description": "Gift Certificate good for $150 toward any Dancing Cedar Arts purchase.",
        "price": "150",
        "item_number": "gift150"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "$200 Gift Certificate",
        "description": "Gift Certificate good for $200 toward any Dancing Cedar Arts purchase.",
        "price": "200",
        "item_number": "gift200"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "$250 Gift Certificate",
        "description": "Gift Certificate good for $250 toward any Dancing Cedar Arts purchase.",
        "price": "250",
        "item_number": "gift250"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "$500 Gift Certificate",
        "description": "Gift Certificate good for $500 toward any Dancing Cedar Arts purchase.",
        "price": "500",
        "item_number": "gift500"
      },
    /* --END--------------------------- */
    /* --BEGIN------------------------- */
      {
        "title": "$1000 Gift Certificate",
        "description": "Gift Certificate good for $1,000 toward any Dancing Cedar Arts purchase.",
        "price": "1000",
        "item_number": "gift1000"
      }
    /* --END_-------------------------- */
    ]
  }
}
