// ===================================
// Apparel Product Details
// ===================================
  // STYLE: RETRO SWIRL TEE
  style = {
    name:               'Retro Swirl Tee',
    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: Acrid Green
  sku = {
    id:                   101393,
    color:                'Acrid Green',
    number:               '551251-78T',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["101393"] = sku;


  // SIZE: XS
  upc = {
    id:             "883889318257",
    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:             "883889318172",
    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:             "883889318134",
    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:             "883889318097",
    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:             "883889318219",
    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/e3/8c/BAh7CGkKIgwyNjh4Mzg1aQtsKwfD91hLaQhpAgB_.jpg");
  sku.lightbox_images.push("/a/02/01/BAh7CWkKIgo2MDB4MGkLbCsHw_dYS2kHaQtpCGkCAH8.jpg?size=600x858");

  sku.large_images.push("/a/d3/eb/BAh7CGkKIgwyNjh4Mzg1aQtsKwfD91hLaQhpAgR_.jpg");
  sku.lightbox_images.push("/a/08/fb/BAh7CWkKIgo2MDB4MGkLbCsHw_dYS2kHaQtpCGkCBH8.jpg?size=600x859");

  sku.large_images.push("/a/2e/ec/BAh7CGkKIgwyNjh4Mzg1aQtsKwfD91hLaQhpAgh_.jpg");
  sku.lightbox_images.push("/a/1d/1b/BAh7CWkKIgo2MDB4MGkLbCsHw_dYS2kHaQtpCGkCCH8.jpg?size=600x855");
  // COLOR: Black
  sku = {
    id:                   101390,
    color:                'Black',
    number:               '551251-001',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["101390"] = sku;
  current_sku = sku;

  // SIZE: XS
  upc = {
    id:             "883889318226",
    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:             "883889318141",
    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:             "883889318103",
    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:             "883889318066",
    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:             "883889318189",
    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/fb/f3/BAh7CGkKIgwyNjh4Mzg1aQtsKwcR-FhLaQhpAuJy.jpg");
  sku.lightbox_images.push("/a/ce/1c/BAh7CWkKIgo2MDB4MGkLbCsHEfhYS2kHaQtpCGkC4nI.jpg?size=541x776");
  // COLOR: Teal Blue
  sku = {
    id:                   101392,
    color:                'Teal Blue',
    number:               '551251-64R',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["101392"] = sku;


  // SIZE: XS
  upc = {
    id:             "883889318240",
    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:             "883889318165",
    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:             "883889318127",
    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:             "883889318080",
    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:             "883889318202",
    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/2d/51/BAh7CGkKIgwyNjh4Mzg1aQtsKwdB-FhLaQhpAg6K.jpg");
  sku.lightbox_images.push("/a/7e/5a/BAh7CWkKIgo2MDB4MGkLbCsHQfhYS2kHaQtpCGkCDoo.jpg?size=600x861");
  // COLOR: White
  sku = {
    id:                   101391,
    color:                'White',
    number:               '551251-100',
    upcs:                 [],
    default_upc:          null,
    large_images:         [],
    lightbox_images:      [],
    current_image_index:  null
  };
  skus["101391"] = sku;


  // SIZE: XS
  upc = {
    id:             "883889318233",
    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:    'XS',
    size:           "XS"
  };
  sku.upcs["XS"] = upc;
  sku.default_upc = upc;
  // SIZE: S
  upc = {
    id:             "883889318158",
    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:             "883889318110",
    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:             "883889318073",
    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:             "883889318196",
    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/b1/07/BAh7CGkKIgwyNjh4Mzg1aQtsKwdw-FhLaQhpAklr.jpg");
  sku.lightbox_images.push("/a/47/7e/BAh7CWkKIgo2MDB4MGkLbCsHcPhYS2kHaQtpCGkCSWs.jpg?size=600x861");
