{"product_id":"ms-wailer-half-zip","title":"M's Wailer Half Zip","description":"\u003cstyle\u003e\u003c!--\n\/* ==============CSS==============\nTABLE OF CONTENTS\n\n01_SIZE-CHART-POPUP\n02_COLUMNS\n03_CUSTOM-RESPONSIVE\n\ti. (max-width: 800px)\n======================================== *\/\n\/*---------------------------------------- \n01_SIZE CHART POP UP\n---------------------------------------- *\/\n.modal {\n  display: none; \/* Hidden by default *\/\n  position: fixed; \/* Stay in place *\/\n  z-index: 1000; \/* Sit on top *\/\n  left: 0;\n  top: 0;\n  padding-top:50px;\n  width: 60%; \/* Full width *\/\n  height: 100%; \/* Full height *\/\n  overflow: auto; \/* Enable scroll if needed *\/\n  background-color: rgba(255,255,255,1); \/* white background *\/\n  border-right: 1px solid #f7f7f7;\n}\n\n.modal-content {\n  position: relative;\n  background-color: #fff;\n  margin: auto;\n  padding: 0;\n  width: 100%;\n  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5),0px 0px 0px 0px rgba(0,0,0,0.5);\n  -webkit-animation-name: animatetop;\n  -webkit-animation-duration: 0.4s;\n  animation-name: animatetop;\n  animation-duration: 0.4s\n}\n\n\/* Add Animation *\/\n@-webkit-keyframes animatetop {\n\nfrom {\n    top:-300px; \n    Opacity:0; \n} \nto {\n    top:0; \n    opacity:1;\n}\n}\n\n@keyframes animatetop {\n\nfrom {\n    top:-300px; \n    Opacity:0; \n}\n\nto {\n    top:0; \n    opacity:1;\n}\n}\n\n\/* The Close Button *\/\n.close {\n  color: #ccc;\n  float: right;\n  font-size: 28px;\n  font-weight: bold;\n  padding: 10px;\n}\n\n.close:hover, .close:focus {\n  color: #000;\n  text-decoration: none;\n  cursor: pointer;\n}\n\n.modal-body {\n    padding: 2px 16px;\n}\n\n\n\/*---------------------------------------- \n02_COLUMNS\n---------------------------------------- *\/\n\n.twocolumn {\n  float: left;\n  width: 50%;\n  flex: 50%;\n}\n\n.image_padding_left {\n  padding-left:3px;\n}\n\n.image_padding_right {\n  padding-right:3px;\n}\n\n.column {\n  float: left;\n  width: 33.33%;\n  padding:30px;\n  font-size: 13px !important;\n\n}\n\n.grey {\n  background-color: #f7f7f7;\n}\n\n\n\/* Clear floats after the columns *\/\n.row:after {\n  content: \"\";\n  display: table;\n  clear: both;\n}\n\n\/*---------------------------------------- \n03_CUSTOM-RESPONSIVE\n---------------------------------------- *\/\n@media screen and (max-width: 800px) {\n.image_padding_left {\n    padding-left:0px;\n}\n\n.image_padding_right {\n    padding-right:0px;\n} \n\n.column {    \n    width: 100%;\n  }\n\n.twocolumn {\n    width: 100%;\n}\n\n.modal {\n    width: 100%; \/* Full width *\/ \n  }\n}\n--\u003e\u003c\/style\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cdiv class=\"column\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003ch5\u003eDescription\u003cbr\u003e\n\u003c\/h5\u003e\nBuilt for comfort and versatility, this half-zip pullover uses high-pile sherpa fleece making it a great for easy layering. \n\u003ch5\u003eSize Guide\u003c\/h5\u003e\n\u003c!-- Trigger\/Open The Modal --\u003e \u003ca id=\"myBtn\" href=\"#\"\u003eNeed help with sizing?\u003c\/a\u003e \u003c!-- The Modal --\u003e\n\u003cdiv class=\"modal\" id=\"myModal\"\u003e\n\u003c!-- Modal content --\u003e\n\u003cdiv class=\"modal-content\"\u003e\n\u003cdiv class=\"modal-header\"\u003e\u003cspan class=\"close\"\u003e×\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"modal-body\"\u003e\u003cimg width=\"100%\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0084\/7642\/files\/fc_size_unisexpullover.jpg?5492\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch5\u003eFeatures\u003c\/h5\u003e\n\u003cul\u003e\n\u003cli\u003eMen's Half-Zip Pullover\u003c\/li\u003e\n\u003cli\u003eRelaxed Fit\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eLarge Front Kangaroo Pocket\u003c\/li\u003e\n\u003cli\u003eNylon\/Spandex Sleeve Cuffs\u003c\/li\u003e\n\u003cli\u003eMade in China\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch5\u003eMaterials\u003c\/h5\u003e\n55% Polyester, 45% \u003cmeta charset=\"utf-8\"\u003eRecycled Polyester | 8.85 oz  \u003c\/div\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c!-- split --\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003cscript\u003e\/\/ \u003c![CDATA[\n\/\/ Get the modal\nvar modal = document.getElementById(\"myModal\");\n\n\/\/ Get the button that opens the modal\nvar btn = document.getElementById(\"myBtn\");\n\n\/\/ Get the \u003cspan\u003e element that closes the modal\nvar span = document.getElementsByClassName(\"close\")[0];\n\n\/\/ When the user clicks the button, open the modal \nbtn.onclick = function() {\n  modal.style.display = \"block\";\n}\n\n\/\/ When the user clicks on \u003cspan\u003e (x), close the modal\nspan.onclick = function() {\n  modal.style.display = \"none\";\n}\n\n\/\/ When the user clicks anywhere outside of the modal, close it\nwindow.onclick = function(event) {\n  if (event.target == modal) {\n    modal.style.display = \"none\";\n  }\n}\n\/\/ ]]\u003e\u003c\/script\u003e\u003c\/p\u003e","brand":"Fayettechill","offers":[{"title":"Chimera \/ S","offer_id":42468222304330,"sku":"MB0006-CHIMA-S","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Chimera \/ M","offer_id":42468222337098,"sku":"MB0006-CHIMA-M","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Chimera \/ L","offer_id":42468222369866,"sku":"MB0006-CHIMA-L","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Chimera \/ XL","offer_id":42468222402634,"sku":"MB0006-CHIMA-XL","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Chimera \/ XXL","offer_id":42468222435402,"sku":"MB0006-CHIMA-XXL","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Pearled Ivory \/ S","offer_id":42468222468170,"sku":"MB0006-PLDIV-S","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Pearled Ivory \/ M","offer_id":42468222500938,"sku":"MB0006-PLDIV-M","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Pearled Ivory \/ L","offer_id":42468222533706,"sku":"MB0006-PLDIV-L","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Pearled Ivory \/ XL","offer_id":42468222566474,"sku":"MB0006-PLDIV-XL","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Pearled Ivory \/ XXL","offer_id":42468222599242,"sku":"MB0006-PLDIV-XXL","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Marsh Green \/ S","offer_id":41451106566218,"sku":"MB0006-MSHGN-S","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Marsh Green \/ M","offer_id":41451106598986,"sku":"MB0006-MSHGN-M","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Marsh Green \/ L","offer_id":41451106631754,"sku":"MB0006-MSHGN-L","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Marsh Green \/ XL","offer_id":41451106664522,"sku":"MB0006-MSHGN-XL","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Marsh Green \/ XXL","offer_id":41451106697290,"sku":"MB0006-MSHGN-XXL","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Silent Storm \/ S","offer_id":41451106730058,"sku":"MB0006-SLSTM-S","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Silent Storm \/ M","offer_id":41451106762826,"sku":"MB0006-SLSTM-M","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Silent Storm \/ L","offer_id":41451106795594,"sku":"MB0006-SLSTM-L","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Silent Storm \/ XL","offer_id":41451106828362,"sku":"MB0006-SLSTM-XL","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Silent Storm \/ XXL","offer_id":41451106861130,"sku":"MB0006-SLSTM-XXL","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Smokey Blue \/ S","offer_id":41451106893898,"sku":"MB0006-SMKBL-S","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Smokey Blue \/ M","offer_id":41451106926666,"sku":"MB0006-SMKBL-M","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Smokey Blue \/ L","offer_id":41451106959434,"sku":"MB0006-SMKBL-L","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Smokey Blue \/ XL","offer_id":41451106992202,"sku":"MB0006-SMKBL-XL","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Smokey Blue \/ XXL","offer_id":41451107024970,"sku":"MB0006-SMKBL-XXL","price":99.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0084\/7642\/files\/WailerHZ-MG.png?v=1723816117","url":"https:\/\/fayettechill.myshopify.com\/products\/ms-wailer-half-zip","provider":"Fayettechill","version":"1.0","type":"link"}