// ===================================
// Apparel Product Details
// ===================================
  // STYLE: THE CARDY
  style = {
    name:               'The Cardy',
    can_display:        true,
    sku_count:          3,
    has_multiple_sizes: true,
    sizing_name:        'general',
    sizing_tabs:        ['size'],
    sizing_regex:       '/^(.+)$/'
  };
  skus = [];
  var current_sku;
  current_size = null;

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


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

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

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

  // SIZE: XL
  upc = {
    id:             "883889449999",
    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:          "80.00",
	tab_size:    'XL',
    size:           "XL"
  };
  sku.upcs["XL"] = upc;

  sku.current_image_index = 0;
  sku.large_images.push("/a/ce/fb/BAh7CGkKIgwyNjh4Mzg1aQtsKwdBIIxKaQhpAmLN.jpg");
  sku.lightbox_images.push("/a/42/46/BAh7CWkKIgo2MDB4MGkLbCsHQSCMSmkHaQtpCGkCYs0.jpg?size=600x859");
  // COLOR: Helio Purple
  sku = {
    id:                   103351,
    color:                'Helio Purple',
    number:               '531358-80Z',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["103351"] = sku;
  current_sku = sku;

  // SIZE: XS
  upc = {
    id:             "883889496801",
    availability:   "Sold Out.",
    can_sell:       true,
    price:          "80.00",
	tab_size:    'XS',
    size:           "XS"
  };
  sku.upcs["XS"] = upc;
  sku.default_upc = upc;
  // SIZE: S
  upc = {
    id:             "883889496788",
    availability:   "Sold Out.",
    can_sell:       false,
    price:          "80.00",
	tab_size:    'S',
    size:           "S"
  };
  sku.upcs["S"] = upc;

  // SIZE: M
  upc = {
    id:             "883889496771",
    availability:   "Sold Out.",
    can_sell:       false,
    price:          "80.00",
	tab_size:    'M',
    size:           "M"
  };
  sku.upcs["M"] = upc;

  // SIZE: L
  upc = {
    id:             "883889496764",
    availability:   "Sold Out.",
    can_sell:       true,
    price:          "80.00",
	tab_size:    'L',
    size:           "L"
  };
  sku.upcs["L"] = upc;

  // SIZE: XL
  upc = {
    id:             "883889496795",
    availability:   "Sold Out.",
    can_sell:       false,
    price:          "80.00",
	tab_size:    'XL',
    size:           "XL"
  };
  sku.upcs["XL"] = upc;

  sku.current_image_index = 0;
  sku.large_images.push("/a/6f/fe/BAh7CGkKIgwyNjh4Mzg1aQtsKwdhn3lLaQhpAmrN.jpg");
  sku.lightbox_images.push("/a/1e/8f/BAh7CWkKIgo2MDB4MGkLbCsHYZ95S2kHaQtpCGkCas0.jpg?size=600x862");

  sku.large_images.push("/a/3a/58/BAh7CGkKIgwyNjh4Mzg1aQtsKwdhn3lLaQhpAnLN.jpg");
  sku.lightbox_images.push("/a/13/0a/BAh7CWkKIgo2MDB4MGkLbCsHYZ95S2kHaQtpCGkCcs0.jpg?size=600x858");

  sku.large_images.push("/a/a4/96/BAh7CGkKIgwyNjh4Mzg1aQtsKwdhn3lLaQhpAofN.jpg");
  sku.lightbox_images.push("/a/ff/cd/BAh7CWkKIgo2MDB4MGkLbCsHYZ95S2kHaQtpCGkCh80.jpg?size=600x858");

  sku.large_images.push("/a/4e/d4/BAh7CGkKIgwyNjh4Mzg1aQtsKwdhn3lLaQhpAp7N.jpg");
  sku.lightbox_images.push("/a/26/89/BAh7CWkKIgo2MDB4MGkLbCsHYZ95S2kHaQtpCGkCns0.jpg?size=600x856");
  // COLOR: Pristine
  sku = {
    id:                   103353,
    color:                'Pristine',
    number:               '531358-182',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["103353"] = sku;


  // SIZE: XS
  upc = {
    id:             "883889450032",
    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:          "80.00",
	tab_size:    'XS',
    size:           "XS"
  };
  sku.upcs["XS"] = upc;
  sku.default_upc = upc;
  // SIZE: S
  upc = {
    id:             "883889449975",
    availability:   "Usually ships next business day",
    can_sell:       true,
    price:          "80.00",
	tab_size:    'S',
    size:           "S"
  };
  sku.upcs["S"] = upc;

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

  // SIZE: L
  upc = {
    id:             "883889449913",
    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:          "80.00",
	tab_size:    'L',
    size:           "L"
  };
  sku.upcs["L"] = upc;

  // SIZE: XL
  upc = {
    id:             "883889450001",
    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:          "80.00",
	tab_size:    'XL',
    size:           "XL"
  };
  sku.upcs["XL"] = upc;

  sku.current_image_index = 0;
  sku.large_images.push("/a/f3/3e/BAh7CGkKIgwyNjh4Mzg1aQtsKwdGOYxKaQhpAsHN.jpg");
  sku.lightbox_images.push("/a/6c/6a/BAh7CWkKIgo2MDB4MGkLbCsHRjmMSmkHaQtpCGkCwc0.jpg?size=600x858");
