// ===================================
// Apparel Product Details
// ===================================
  // STYLE: FACTORY GLOVE
  style = {
    name:               'Factory Glove',
    can_display:        true,
    sku_count:          4,
    has_multiple_sizes: true,
    sizing_name:        'general',
    sizing_tabs:        ['size'],
    sizing_regex:       '/^(.+)$/'
  };
  skus = [];
  var current_sku;
  current_size = null;

  // COLOR: Black
  sku = {
    id:                   100138,
    color:                'Black',
    number:               '94048-001',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["100138"] = sku;


  // SIZE: XS
  upc = {
    id:             "882893799526",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'XS',
    size:           "XS"
  };
  sku.upcs["XS"] = upc;
  sku.default_upc = upc;
  // SIZE: S
  upc = {
    id:             "882893799441",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'S',
    size:           "S"
  };
  sku.upcs["S"] = upc;

  // SIZE: M
  upc = {
    id:             "882893799403",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'M',
    size:           "M"
  };
  sku.upcs["M"] = upc;

  // SIZE: L
  upc = {
    id:             "882893799366",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'L',
    size:           "L"
  };
  sku.upcs["L"] = upc;

  // SIZE: XL
  upc = {
    id:             "882893799489",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'XL',
    size:           "XL"
  };
  sku.upcs["XL"] = upc;

  sku.current_image_index = 0;
  sku.large_images.push("/a/2d/4f/BAh7CGkKIgwyNjh4Mzg1aQtsKwfY_NBJaQhpApCG.jpg");
  sku.lightbox_images.push("/a/6f/09/BAh7CWkKIgo2MDB4MGkLbCsH2PzQSWkHaQtpCGkCkIY.jpg?size=600x858");
  // COLOR: Nickel
  sku = {
    id:                   100139,
    color:                'Nickel',
    number:               '94048-20K',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["100139"] = sku;


  // SIZE: XS
  upc = {
    id:             "882893799533",
    availability:   "Usually ships next business day",
    can_sell:       false,
    price:          "20.00",
	tab_size:    'XS',
    size:           "XS"
  };
  sku.upcs["XS"] = upc;
  sku.default_upc = upc;
  // SIZE: S
  upc = {
    id:             "882893799458",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "20.00",
	tab_size:    'S',
    size:           "S"
  };
  sku.upcs["S"] = upc;

  // SIZE: M
  upc = {
    id:             "882893799410",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "20.00",
	tab_size:    'M',
    size:           "M"
  };
  sku.upcs["M"] = upc;

  // SIZE: L
  upc = {
    id:             "882893799373",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "20.00",
	tab_size:    'L',
    size:           "L"
  };
  sku.upcs["L"] = upc;

  // SIZE: XL
  upc = {
    id:             "882893799496",
    availability:   "Limited Availability. Call 1.800.431.1439 for more information, or <a href=\"/dealer\">find a store</a> near you.",
    can_sell:       false,
    price:          "20.00",
	tab_size:    'XL',
    size:           "XL"
  };
  sku.upcs["XL"] = upc;

  sku.current_image_index = 0;
  sku.large_images.push("/a/01/30/BAh7CGkKIgwyNjh4Mzg1aQtsKwcCOZdIaQhpAnsf.jpg");
  sku.lightbox_images.push("/a/27/b4/BAh7CWkKIgo2MDB4MGkLbCsHAjmXSGkHaQtpCGkCex8.jpg?size=600x862");
  // COLOR: Red Line
  sku = {
    id:                   100137,
    color:                'Red Line',
    number:               '94048-465',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["100137"] = sku;
  current_sku = sku;

  // SIZE: XS
  upc = {
    id:             "882893799540",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'XS',
    size:           "XS"
  };
  sku.upcs["XS"] = upc;
  sku.default_upc = upc;
  // SIZE: S
  upc = {
    id:             "882893799465",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'S',
    size:           "S"
  };
  sku.upcs["S"] = upc;

  // SIZE: M
  upc = {
    id:             "882893799427",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'M',
    size:           "M"
  };
  sku.upcs["M"] = upc;

  // SIZE: L
  upc = {
    id:             "882893799380",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'L',
    size:           "L"
  };
  sku.upcs["L"] = upc;

  // SIZE: XL
  upc = {
    id:             "882893799502",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'XL',
    size:           "XL"
  };
  sku.upcs["XL"] = upc;

  sku.current_image_index = 0;
  sku.large_images.push("/a/6c/f5/BAh7CGkKIgwyNjh4Mzg1aQtsKwfBp99JaQhpAiuM.jpg");
  sku.lightbox_images.push("/a/2a/ab/BAh7CWkKIgo2MDB4MGkLbCsHwaffSWkHaQtpCGkCK4w.jpg?size=600x860");
  // COLOR: Sheet Metal
  sku = {
    id:                   101645,
    color:                'Sheet Metal',
    number:               '94048-279',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["101645"] = sku;


  // SIZE: XS
  upc = {
    id:             "883889356525",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'XS',
    size:           "XS"
  };
  sku.upcs["XS"] = upc;
  sku.default_upc = upc;
  // SIZE: S
  upc = {
    id:             "883889356501",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'S',
    size:           "S"
  };
  sku.upcs["S"] = upc;

  // SIZE: M
  upc = {
    id:             "883889356495",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'M',
    size:           "M"
  };
  sku.upcs["M"] = upc;

  // SIZE: L
  upc = {
    id:             "883889356488",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'L',
    size:           "L"
  };
  sku.upcs["L"] = upc;

  // SIZE: XL
  upc = {
    id:             "883889356518",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "20.00",
	tab_size:    'XL',
    size:           "XL"
  };
  sku.upcs["XL"] = upc;

  sku.current_image_index = 0;
  sku.large_images.push("/a/2b/8c/BAh7CGkKIgwyNjh4Mzg1aQtsKwf0_tBJaQhpApSG.jpg");
  sku.lightbox_images.push("/a/44/95/BAh7CWkKIgo2MDB4MGkLbCsH9P7QSWkHaQtpCGkClIY.jpg?size=600x859");
