{
  "action": "Product-SizeChart",
  "queryString": "cid=womens-apparel",
  "locale": "it_CH",
  "success": true,
  "content": "<section class=\"page sizechart\">\r\n        <p class=\"womens-title\">Skechers Women's Apparel Size Chart</p>\r\n        <div class=\" toggle-expand\">\r\n            <table class=\"womens-sizechart sizechart-table\" cellspacing=\"0\">\r\n                <tbody><tr class=\"row-striped row-titles category-headers\">\r\n                    <td class=\"column\" >Size</td>\r\n                    <td>Chest</td>\r\n                    <td>Natural Waist</td>\r\n                    <td>Hips</td>\r\n                </tr>\r\n                <tr class=\"row-striped\">\r\n                    <td class=\"column\">X-Small</td>\r\n                    <td>32.5 - 33.5\"</td>\r\n                    <td>25 - 26.5\"</td>\r\n                    <td>34.5 - 36\"</td>\r\n                </tr>\r\n                 <tr class=\"row-striped\">\r\n                    <td class=\"column\" >Small</td>\r\n                    <td>34.5 - 35.5\"</td>\r\n                    <td>27.5 - 28.5\"</td>\r\n                    <td>36.5 - 38\"</td>\r\n                </tr>\r\n                <tr class=\"row-striped\">\r\n                    <td class=\"column\">Medium</td>\r\n                    <td>36.5 - 37.5\"</td>\r\n                    <td>29 - 30.5\"</td>\r\n                    <td>38.5 - 40\"</td>\r\n                </tr>\r\n                <tr class=\"row-striped\">\r\n                    <td class=\"column\">Large</td>\r\n                    <td>39 - 40.5\"</td>\r\n                    <td>32 - 33.5\"</td>\r\n                    <td>41.5 - 43\"</td>\r\n                </tr>\r\n                <tr class=\"row-striped\">\r\n                    <td class=\"column\">X-Large</td>\r\n                    <td>42 - 43.5\"</td>\r\n                    <td>35.5 - 36.5\"</td>\r\n                    <td>45 - 46\"</td>\r\n                </tr>\r\n                <tr class=\"row-striped\">\r\n                    <td class=\"column\">XX-Large</td>\r\n                    <td>45 - 47\"</td>\r\n                    <td>39 - 40\"</td>\r\n                    <td>48.5 - 49.5\"</td>\r\n                </tr>\r\n                <tr class=\"row-striped\">\r\n                    <td class=\"column\">XXX-Large</td>\r\n                    <td>48.5 - 50.5\"</td>\r\n                    <td>42.5 - 43.5\"</td>\r\n                    <td>52 - 53\"</td>\r\n                </tr>\r\n                <tr class=\"row-striped\">\r\n                    <td colspan=\"4\"><strong>SOCKS - </strong>One Size Fits Most (ONE) unless noted.</td>\r\n                </tr>\r\n            </tbody></table>\r\n           <div>\r\n\t\t\t<img class=\"imgapparel\" src=\"https://www.skechers.ch/on/demandware.static/-/Library-Sites-SkechersSharedLibrary/default/dw18c75d38/images/product/measurement_women.png\" />\r\n\t\t</div>\r\n            <div class=\"text-left\">\r\n                <div class=\"paddingTop\">\r\n                    <h2></h2>\r\n                    <h3>1. Chest:</h3>\r\n                    <p>With arms relaxed and down at your sides, measure the fullest part of your chest, keeping the tape flat and horizontal.</p>\r\n                </div>\r\n                <div class=\"paddingTop\">\r\n                    <h3>2. Natural Waistline:</h3>\r\n                    <p>Measure your natural waistline between your ribs and hips.</p>\r\n                </div>\r\n                <div class=\"paddingTop\">\r\n                    <h3>3. Bottom Waist:</h3>\r\n                    <p>Measure your bottom waist at the top curve above your high hip (where you wear your jeans).</p>\r\n                </div>\r\n                <div class=\"paddingTop\">\r\n                    <h3>4. Hips:</h3>\r\n                    <p>With your feet together, measure around the fullest part of your hips.</p>\r\n                </div>\r\n                <div class=\"paddingTop\">\r\n                    <h3>5. Inseam:</h3>\r\n                    <p>Measure the inside length of your leg down to the bottom of your ankle.</p>\r\n                </div>\r\n            </div>\r\n        </div>\r\n        <div class=\"text-left widget-subsection\">\r\n            <h2>Size Guidelines</h2>\r\n            <ul>\r\n                <li>Our performance apparel is designed for a close, comfortable fit.</li>\r\n                <li>If you are between sizes, select the smaller size for a tighter fit, or the larger size for a looser fit.</li>\r\n                <li>If your waist and hip measurements are two different sizes, select the size that fits your hip measurement.</li>\r\n                <li>If your chest and waist measurements are two different sizes, select the size that fits your chest measurement.</li>\r\n            </ul>\r\n        </div>\r\n    </section>\r\n<style>\r\n\t/**********  Size Charts ***********/\r\n\t.toggle-sizechart:checked + label {\r\n\t  background: $highlight;\r\n\t}\r\n\t\r\n\t#toggle-women-sizechart:checked ~ .toggle-women-sizechart,\r\n\t#toggle-men-sizechart:checked ~ .toggle-men-sizechart,\r\n\t#toggle-kids-sizechart:checked ~ .toggle-kids-sizechart,\r\n\t#toggle-performance-sizechart:checked ~ .toggle-performance-sizechart,\r\n\t#toggle-toddlers-sizechart:checked ~ .toggle-toddlers-sizechart,\r\n\t#toggle-juniors-sizechart:checked ~ .toggle-juniors-sizechart {\r\n\t  display: block;\r\n\t  overflow: hidden;\r\n\t  width: 100%;\r\n\t}\r\n\t\r\n\t.sizechart {\r\n\t  max-width: 600px;\r\n\t  margin: 0 auto;\r\n\t  text-align: center;\r\n\t}\r\n\t\r\n\t.sizechart-label {\r\n\t  background: $text;\r\n\t  color: $bg;\r\n\t  float: left;\r\n\t  font-weight: 800;\r\n\t  line-height: $touch;\r\n\t  text-transform: uppercase;\r\n\t  width: 100%;\r\n\t\r\n\t  &:hover {\r\n\t    background: $highlight;\r\n\t    cursor: pointer;\r\n\t  }\r\n\t}\r\n\t\r\n\t.sizechart-kids,\r\n\t.sizechart-toddlers,\r\n\t.sizechart-apparel,\r\n\t.sizechart-mens-eu {\r\n\t  width: 50%;\r\n\t}\r\n\t\r\n\t.es-cl {\r\n\t  .sizechart-kids,\r\n\t  .sizechart-toddlers,\r\n\t  .sizechart-juniors {\r\n\t    width: 33%;\r\n\t  } /* TLM - Chile has 3 tabs for boys/girls sizechart */\r\n\t}\r\n\t\r\n\t.sizechart-table {\r\n\t  margin-bottom: $pad;\r\n\t  text-align: center;\r\n\t  width: 100%;\r\n\t}\r\n\t\r\n\t.sizechart-table td {\r\n\t  @include font-size(1.4);\r\n\t  @include line-height(3);\r\n\t}\r\n\t\r\n\t@mixin imgapparel {\r\n\t  background: url(images/product/sprite-apparel.png) no-repeat;\r\n\t  float: right;\r\n\t  height: 348px;\r\n\t  margin-right: $pad;\r\n\t}\r\n\t\r\n\t.imgapparel {\r\n\t  @include imgapparel;\r\n\t  background-position: 0 0;\r\n\t  width: 130px;\r\nfloat: right;\r\n\t}\r\n\t\r\n\t.imgapparel-men {\r\n\t  @include imgapparel;\r\n\t  background-position: -150px 0;\r\n\t  width: 147px;\r\nfloat: right;\r\n\t}\r\n\t\r\n\t.shoe-sizechart > td {\r\n\t  width: 25%;\r\n\t}\r\n\t\r\n\t.apparel-sizechart > td {\r\n\t  width: 25%;\r\n\t}\r\n\t\r\n\t.sizechart-list {\r\n\t  list-style-type: lower-alpha;\r\n\t}\r\n\t\r\n\t.quantity {\r\n\t  display: inline-block;\r\n\t  margin-top: 2rem;\r\n    }\r\n    .category-headers {\r\n    background-color: #757575 !important;\r\n}\r\n.category-headers td {\r\n    padding: 10px 0 10px 0 !important;\r\n    color: #FFFFFF;\r\n    text-align: center;\r\n    line-height: 28px;\r\n    border: 2px solid #757575;\r\n\tfont-weight: 800;\r\n}\r\n.title{\r\n    font-size: 24px;\r\n    color: #434343;\r\n    text-align: center;\r\n    line-height: 36px;\r\n    font-weight: 600;\r\n}\r\n.modal-header {\r\n\tpadding: 33px 20px 10px;\r\n}\r\n\r\n@media screen and (max-width: 1025px) {\r\n\t.title {\r\n\t\tfont-size: 23px;\r\n\t}\r\n    .column {\r\n        padding: 10px 1px 10px 1px !important; \r\n    }\r\n}\r\n@media screen and (max-width: 415px) {\r\n\t.category-headers td {\r\n    line-height: 15px;\r\n}\r\n\t.title {\r\n\t\tfont-size: 19px;\r\n\t}\r\n\t.row-striped td {\r\n\t\tfont-size: 11px;\r\n\t}\r\n\t.category-headers td {\r\n\t\tfont-size: 14px;\r\n\t\tfont-weight: 600px;\r\n\t}\r\n\t.paddingTop h3 {\r\n\t\tfont-size: 16px;\t\t\r\n\t}\r\n\t.paddingTop p {\r\n\t\tfont-size: 13px;\t\t\r\n\t}\r\n\t.widget-subsection h2 {\r\n\t\tfont-size: 16px;\r\n\t}\r\n\t.widget-subsection ul {\r\n\t\tfont-size: 13px;\r\n\t\tpadding-left: 15px;\r\n\t}\r\n}\r\n@media screen and (max-width: 375px) {\r\n\t.title {\r\n\t\tfont-size: 17px;\r\n\t}\r\n}\r\n@media screen and (max-width: 361px) {\r\n\t.title {\r\n\t\tfont-size: 16px;\r\n\t}\r\n}\r\n@media screen and (max-width: 320px) {\r\n\t.title {\r\n\t\tfont-size: 14px;\r\n\t}\r\n   .womens-sizechart .row-striped td {\r\n\t\tfont-size: 10px;\r\n\t}\r\n}\r\n</style>"
}