-
Notifications
You must be signed in to change notification settings - Fork 2
/
sunhoodie.html
643 lines (616 loc) · 46.9 KB
/
sunhoodie.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>LearnMYOG Skyline Sun Hoodie</title>
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="images/site.webmanifest">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="Learn to Make Your Own Gear (MYOG). DIY sewing patterns for ultralight backpacks, technical apparel, and outdoor adventurers. Discover the Skyline Sun Hoodie pattern: perfect for sewing your own outdoor apparel. Learn to sew with our step-by-step guide and make your own gear designed for sun protection and active comfort. Ideal for beginners and experienced sewists, this versatile hoodie is perfect for hiking, running, and all sunny adventures.">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
<script defer src="https://code.jquery.com/jquery-3.6.3.min.js"></script>
<script defer src="assets/js/colorswitcher.js"></script>
<script defer src="assets/js/header.js" type="text/javascript"></script>
<script defer src="assets/js/nav.js" type="text/javascript"></script>
<script defer src="assets/js/footer.js" type="text/javascript"></script>
<!-- Global site tag (gtag.js) - Google Analytics GA4 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WP4C42S5VW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-WP4C42S5VW');
</script>
<!-- Global site tag (gtag.js) - Google Analytics GA4 -->
</head>
<body class="is-preload">
<div id="main"> <!-- Build Article -->
<div id="wrapper" class="divided">
<!-- Banner -->
<header-template></header-template>
<!-- Nav -->
<div class="spotlight-color invert align-center">
<nav-template></nav-template>
</div>
<div id="main"> <!-- Build Article -->
<section class="wrapper style1 align-center">
<div class="inner">
<h1>Skyline Sun Hoodie</h1>
<h3>Sun Safety, Uncompromised Comfort</h3>
</div>
<!-- Gallery -->
<div class="gallery style1 small">
<article>
<a href="images/sunhoodie/hero.jpg" class="image">
<img src="images/sunhoodie/thumbs/hero.jpg" title="Skyline Sun Hoodie: Casual Comfort and Sun Protection" loading="lazy" /></a>
</article>
<article>
<a href="images/sunhoodie/kel1.jpg" class="image">
<img src="images/sunhoodie/thumbs/kel1.jpg" title="Kelly Wearing a UPF50+ Fabric for Ultimate Sun Safety" loading="lazy" /></a>
</article>
<article>
<a href="images/sunhoodie/kel2.jpg" class="image">
<img src="images/sunhoodie/thumbs/kel2.jpg" title="Athletic Fit Achieved with Included Alteration Instructions" loading="lazy" /></a>
</article>
<article>
<a href="images/sunhoodie/kelhands.jpg" class="image">
<img src="images/sunhoodie/thumbs/kelhands.jpg" title="Hand-Covering Sleeves with Convenient Thumb Holes" loading="lazy" /></a>
</article>
<article>
<a href="images/sunhoodie/merino1.jpg" class="image">
<img src="images/sunhoodie/thumbs/merino1.jpg" title="Two-Tone Cut Layout Included; Seen with Tailored Sleeve Length" loading="lazy" /></a>
</article>
<article>
<a href="images/sunhoodie/merinoback.jpg" class="image">
<img src="images/sunhoodie/thumbs/merinoback.jpg" title="Breathable Comfort with 'Your Favorite T-Shirt Fit" loading="lazy" /></a>
</article>
<article>
<a href="images/sunhoodie/merinohero.jpg" class="image">
<img src="images/sunhoodie/thumbs/merinohero.jpg" title="150gsm Merino Wool Jersey from Hobby Fabric Store" loading="lazy" /></a>
</article>
<article>
<a href="images/sunhoodie/blk1.jpg" class="image">
<img src="images/sunhoodie/thumbs/blk1.jpg" title="Seasonal Comfort: Wear as a Base Layer or Layered" loading="lazy" style="object-position: top;"/></a>
</article>
<article>
<a href="images/sunhoodie/blk2.jpg" class="image">
<img src="images/sunhoodie/thumbs/blk2.jpg" title="Open V-Neck Design for Optimal Heat Ventilation" loading="lazy" style="object-position: top;"/></a>
</article>
<article>
<a href="images/sunhoodie/sunshirt.jpg" class="image">
<img src="images/sunhoodie/thumbs/sunshirt.jpg" title="Polartec Delta cooling fabric from Discovery Fabrics" loading="lazy" style="object-position: top;"/></a>
</article>
<article>
<a href="images/sunhoodie/thumbholes.jpg" class="image">
<img src="images/sunhoodie/thumbs/thumbholes.jpg" title="Lightweight Thumb Holes Sewn in Seam for Hand Protection" loading="lazy" /></a>
</article>
<article>
<a href="images/sunhoodie/pattern.png" class="image">
<img src="images/sunhoodie/thumbs/pattern.png" title="Layered Sewing Pattern with Colored Line Styles for Sizing" loading="lazy" /></a>
</article>
<article >
<a href="images/sunhoodie/instruction.png" class="image">
<img src="images/sunhoodie/thumbs/instruction.png" title="Snapshot of the Illustrated Sewing Instructions for Clear Guidance " loading="lazy" style="object-position: top;"/></a>
</article>
</div>
</section>
<!-- Build Article -->
<section class="wrapper style1 align-center">
<div class="inner">
<div class="align-left">
<!-- <header><h3>Introducing the Skyline Sun Hoodie: Your Ultimate Adventure Companion</h3></header> -->
<div class="content">
<p>Meet the Skyline Sun Hoodie, designed for makers who seek both performance and style in their gear. This premium sun-protective layer is perfect for trail running, backpacking, kayaking, fishing, gardening, paddle boarding, and every sunny adventure in between.</p>
<p>Why You'll Love the Skyline Sun Hoodie</p>
<ul>
<li><strong>Sun Protection:</strong> Featuring an airy hood and integrated thumb holes on the sleeves to cover your hands, the Skyline Sun Hoodie shields your skin from harmful UV rays, ensuring you stay protected during those long, sun-soaked days outdoors.</li>
<li><strong>Comfort and Breathability:</strong> Crafted from lightweight, breathable knit fabrics, the open collar design keep you cool and comfortable, making it an ideal summer base layer for all your active pursuits.</li>
<li><strong>Active Mobility:</strong> The boxy T-shirt fit with a dropped shoulder and relaxed ease paired with stretch fabric and multi-panel construction offer a full range of motion, perfect for dynamic outdoor activities. Whether you're climbing, running, or casting a line, you’ll move with ease.</li>
<li><strong>Versatile Style:</strong> The yoke, gusseted sleeves, side panels, and hood design allow for creative color blocking, two-tone, or single-color designs, enabling you to craft a truly unique sun hoodie that reflects your personal style.</li>
<li><strong>Skill-Building Project:</strong> This pattern is perfect for both seasoned sewists and beginners looking to expand their skills. With clear, step-by-step instructions and a supportive community, you’ll create a professional-quality garment that rivals big brands.</li>
<li><strong>Community-Driven Improvements:</strong> We listened to your feedback and made key updates, including improved line-styles for grayscale printing, a layered PDF for size selections, and fully illustrated instructions. Special thanks to our pattern reviewers for helping us make these enhancements.</li>
</ul>
</div>
</div>
<ul class="icons">
<li><img class="image small" src="images/sunhoodie/goldgray.png" alt="two-tone sketch" /></li>
<li><img class="image small" src="images/sunhoodie/front2heather.png" alt="solid color sketch" /></li>
<li><img class="image small" src="images/sunhoodie/front2blue.png" alt="two-tone blue" /></li>
<li><img class="image small" src="images/sunhoodie/front2green.png" alt="solid color sketch" /></li>
</ul>
</section>
<!-- Download -->
<section class="wrapper style2 align-center">
<div class="inner">
<div class="index align-left">
<section>
<header>
<h3>Digital Sewing Pattern</h3>
</header>
<div class="content">
<ul>
<li><strong>Easy-to-Follow Guides:</strong> Navigate your sewing project with confidence using our detailed, illustrated instructions and high-contrast line art for clear, step-by-step guidance.</li>
<li><strong>Tailored Cut Layouts:</strong> Discover optimized cut layouts, precise pattern sizing, and guidance for custom fit adjustments, empowering you to create a garment that fits like a dream.</li>
<li><strong>Inclusive Sizing:</strong> Embrace our non-gendered adult sizing range, spanning from ready-to-wear XXS to XXL, designed to accommodate a diverse range of body shapes and sizes.</li>
<li><strong>Seam Allowances Included:</strong> Rest assured, seam allowances are thoughtfully included for all pattern panels and sizes, streamlining your sewing experience and ensuring professional-quality results.</li>
<li><strong>Flexible Printing Options:</strong> Select from multiple PDF paper sizes for your printing convenience, including standard Letter or A4 sized paper for at-home printing, as well as large format options for easier visualization and assembly.
</li>
<li><strong>Projector Sewing Compatible:</strong> Avoid the tedious printing and taping by projecting the selectable size pattern directly onto your fabric. Seamlessly integrate your sewing workflow with the free and open-source <a href="https://www.patternprojector.com/">Pattern Projector</a> app! Users can upload the large format pattern file to enjoy full compatibility with the pattern cutting specific tools available in the app.</li>
</ul>
<a href="https://shop.learnmyog.com/shop/p/skyline-sun-hoodie" class="button primary icon solid fa-credit-card" style="font-size: 100%">$20</a>
<p>All LearnMYOG patterns are for <strong>personal, non-commercial use only.</strong></p>
<p>We're excited to invite you to shop at our new and improved store, where you can enjoy a smoother checkout experience and flexible payment options, including PayPal and many other methods.</p>
<p>If you encounter any issues or prefer to use our previous platform, you can still make purchases at <a href="https://payhip.com/b/C8HLb">Payhip</a>.</p>
<p>As always, if you have any questions or need assistance, don’t hesitate to reach out—we’re here to help!</p>
</div>
</section>
</div>
</div> <!-- inner -->
</section> <!-- primary content -->
<!-- Materials -->
<div class="wrapper style1 align-center">
<div class="inner">
<div class="index align-left">
<section>
<header>
<h3>Fabrics</h3>
</header>
<div class="content">
<p>When shopping for fabrics to sew a sun hoodie, especially one intended as a summer base layer, it's essential to consider stretch, breathability, and UV protection. This guide will help novice and intermediate sewists understand what to look for in fabrics to ensure comfort, functionality, and durability for outdoor activities like backpacking.</p>
<h4>Key Considerations</h4>
<ul>
<li><strong>UPF (Ultraviolet Protection Factor):</strong> Fabrics with a UPF rating block UV radiation, protecting your skin from harmful sun exposure. A UPF rating of 30-50+ is ideal for outdoor sports and activities.</li>
<li><strong>Stretch:</strong>Choose knit fabrics with 30-50% stretch to ensure the fabric moves with you and provides a comfortable fit. Fabrics with lower stretch percentages (around 30%) are easier to sew with a regular sewing machine. For fabrics with higher stretch (over 50%), using a serger is recommended for best results.</li>
</ul>
<h4>Fabric Content</h4>
<ul>
<li><strong>Polyester/Spandex Blends:</strong> Common for performance wear, these fabrics are lightweight, moisture-wicking, and quick-drying. They also often have built-in UV protection.</li>
<li><strong>Nylon/Spandex Blends:</strong> Similar to polyester blends, these are durable, stretchy, and moisture-wicking. Nylon blends tend to be a bit more durable and softer.</li>
<li><strong>Bamboo/Spandex Blends:</strong> Bamboo fabrics are soft, breathable, and have natural antibacterial properties. They also provide excellent UV protection.</li>
<li><strong>Polyester/Bamboo/Spandex Blends:</strong> Combining the benefits of polyester and bamboo, these blends are stretchy, moisture-wicking, and breathable, with added softness and UV protection.</li>
<li><strong>Merino Wool Blends:</strong> Merino wool is renowned for its softness, breathability, and natural odor resistance. It provides warmth in cool weather and stays cool in the heat, making it an excellent year-round fabric.</li>
<li><strong>Modal/Spandex Blends:</strong> Modal is a type of rayon made from beech tree pulp. It's soft, breathable, and absorbent, often blended with spandex for added stretch and durability.</li>
</ul>
<h4>Minimum Yardage Recommendation</h4>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Fabric Width</th>
<th>Size 32</th>
<th>34</th>
<th>36</th>
<th>40</th>
<th>44</th>
<th>48</th>
<th>52</th>
</tr>
</thead>
<tbody>
<tr><td>51 inches</td>
<td>2</td>
<td>2</td>
<td>2</td>
<td>2</td>
<td>2</td>
<td>2.5</td>
<td>2.5</td></tr>
<tr><td>58 inches</td>
<td>1.5</td>
<td>1.5</td>
<td>1.5</td>
<td>1.5</td>
<td>2</td>
<td>2</td>
<td>2</td></tr>
</tbody>
<tfoot><tr><td colspan="8">Note: Measurements in yards. Refer to the sizing tables at the bottom of this page.</td></tr></tfoot>
</table>
<caption></caption>
</div>
<h4>Helpful Articles</h4>
<div class="items style3 medium align-center">
<article>
<a href="https://discoveryfabrics.com/blogs/threads-of-wisdom/how-to-choose-the-best-fabric-for-sun-protection" target="_blank"><img class="image fit" src="images/sunhoodie/articles/kayaker.jpg" alt="fabrics" /></a>
<h4>Decoding UPF Ratings</h4>
</article>
<div> <!-- container for play-button to stay centered -->
<article class="youtube">
<a href="https://youtu.be/rkxX8Vj4Uao?si=1MhTpKQ4a1jI4Be7" target="_blank" rel="noopener">
<img class="thumbnail fit" src="images/sunhoodie/articles/fabricsDF.jpg" />
<span class="play-button"></span>
</a>
</article>
<h4>Sun Protective Fabrics from Discovery Fabrics</h4>
</div>
<article>
<a href="https://hobbyfabricstore.com/pages/our-merino-wool" target="_blank"><img class="image fit" src="images/sunhoodie/articles/merino.jpg" alt="fabrics" /></a>
<h4>Exploring Merino Wool with Hobby Fabric Store</h4>
</article>
</div>
</div>
</section>
<div class="align-left">
<div class="content">
<!-- <h3>⏰ Exclusive Limited Time Offers</h3> -->
<h3>Versatile Fabrics from Technical to Casual</h3>
<div class="items style1 big">
<section>
<div class="inner">
<div class="image icons">
<a href="https://discoveryfabrics.com?sca_ref=6718056.q9ztNXxc9naw&sca_source=website" target="_blank"><img class="partner" src="/images/shared/partners/200/discoveryfabrics.webp" alt="Discovery Fabrics logo"></a>
</div>
<p class="discount">Save $5 on orders over $50! Use discout code "LearnMYOG" at checkout!</p>
<dl>
<dt><a href="https://discoveryfabrics.com/products/polartec-delta?sca_ref=6718056.q9ztNXxc9naw&sca_source=website" target="_blank">Polartec Delta</a> and <a href="https://discoveryfabrics.com/products/power-dry-lightweight?sca_ref=6718056.q9ztNXxc9naw&sca_source=website" target="_blank">Power Dry Lightweight</a></dt>
<dd>Wicking, fast drying, and cooling effects with UPF variants in various weights</dd>
<dt><a href="https://discoveryfabrics.com/products/sun-lite-jersey?sca_ref=6718056.q9ztNXxc9naw&sca_source=website" target="_blank">Sun Lite Jersey</a></dt>
<dd>UPF50+ athletic wicking jersey with multiple prints</dd>
</dl>
</div>
</section>
<section>
<div class="inner">
<div class="image icons">
<a href="https://rockywoods.com/collections/stretchy-sun-protective" target="_blank"><img class="partner" src="/images/shared/partners/200/rockywoods.webp" alt="Rockywoods logo"></a>
</div>
<!-- <p class="discount">Save 10% on all Stretchy Sun Protective fabrics. Use discount code "RockyMYOG"!</br>Limited time offer expires on July 19.</p> -->
<dl>
<dt><a href="https://rockywoods.com/products/sunscreen50-dryknit-4-way-stretch-fabric" target="_blank">SunScreen50 Dry Knit</a></dt>
<dd>UPF50+ athletic wicking 4-way stretch jersey with fast evaporation</dd>
<dt><a href="https://rockywoods.com/products/sunscreen50-activewear-poly-spandex-fabric" target="_blank">SunScreen50 Activewear</a></dt>
<dd>UPF50+ ultralight and ultra soft 4-way stretch Poly/Spandex blend</dd>
</dl>
</div>
</section>
<section>
<div class="inner">
<div class="image icons">
<a href="https://hobbyfabricstore.com/collections/150gsm-merino-jersey" target="_blank"><img class="partner" src="/images/shared/partners/200/hobbyfabric.webp" alt="Hobby Fabric Store logo"></a></a>
</div>
<!-- <p class="discount">Save 15% on Sun Hoodie fabrics listed below with discount code "MYOGSUN15"! Limited to one time use per customer. Limited time offer expires on Aug 4.</p> -->
<dl>
<dt><a href="https://hobbyfabricstore.com/collections/150gsm-merino-jersey" target="_blank">Merino Wool Jersey 150 & 195gsm</a></dt>
<dd>Naturally sun protective and odor resistant, sustainable 100% merino wool</dd>
</dl>
<dl>
<dt><a href="https://hobbyfabricstore.com/collections/polartec-powerwool" target="_blank">Polartec Power Wool</a></dt>
<dd>Hybrid blend with a Merino Wool micro grid and evaporative polyester outer layer</dd>
</dl>
</div>
</section>
<section>
<div class="inner">
<div class="image icons">
<a href="https://www.saltlakesewciety.com/shop/knitfabrics" target="_blank"><img class="partner" src="/images/shared/partners/100/saltlakesewciety.webp" alt="Salt Lake Sewciety logo"></a>
</div>
<!-- <p class="discount">Save 15% on all knit fabrics with promo code "SLSEWCIETY"!</br>Limited time offer expires on July 12.</a></p> -->
<dl>
<dt><a href="https://www.saltlakesewciety.com/product/cotton-modal-jersey/" target="_blank">Cotton Modal Jersey</a></dt>
<dd>Sustainable TENCEL modal blend for "your favorite T-shirt" softness </dd>
</dl>
<dl>
<dt><a href="https://www.saltlakesewciety.com/product/vintage-cotton-jersey" target="_blank">Vintage Cotton Jersey</a></dt>
<dd>Lived-in soft feel midweight t-shirt jersey for casual summer outings </dd>
</dl>
</div>
</section>
</div>
</div>
</div>
<section>
<header>
<h3>Pattern Details</h3>
</header>
<div class="content">
<span class="image right align-center"><a href="/articles/sewingKnitFabrics.html" target="_blank">
<img class="image right" src="images/sunhoodie/articles/sewknits.jpg" alt="sewing tools" /></a>
<caption>Sewing Stretchy Knits</caption></span>
<h4>Pattern Difficulty</h4>
<p>This is a confident beginner pattern. As knits stretch, sewing with a regular sewing machine is made possible with a walking foot attachment and zigzag stitch. A serger is highly recommended. <a href="/articles/sewingKnitFabrics.html">Tips & Tricks to Tame Stretchy Knit Fabrics</a></p>
<h4>Body Measurements and Fit Guide</h4>
<ul>
<li><strong>Comprehensive Fit Guidance:</strong> Our pattern instructions feature detailed guidance on achieving a personalized fit, including common adjustments for sleeve length, back length, hip grading, and more. These adjustments have been successfully used by individuals of all shapes and sizes, providing confidence that your garment will be tailored to your unique proportions.</li>
<li><strong>Inclusive Sizing Range:</strong> Embrace a wide range of chest sizes, spanning from 30 inches to 52 inches, corresponding to ready-to-wear sizing from XXS to XXL. With such versatility, our pattern accommodates a diverse array of body types, ensuring there's an option for everyone.</li>
<li><strong>Preview Garment Sizes:</strong> Refer to the table below for a glimpse of the garment sizing. This resource provides valuable information on how the pattern fits, allowing you to determine if this pattern is right for you.</li>
<li><strong>Real-World Example:</strong> In the photos, you'll find a real-world example of the pattern in action. At 6'0" tall, 170 lbs, and with a 39" chest, I comfortably wear a size medium.</li>
</ul>
<p>
<button id = "toggle_build_gallery_button" class="button large icon solid fa-angle-down" >Sizing Tables</button>
</p>
<!-- element hidden until button click, build_gallery.js -->
<div id = "build_gallery" style="display:none;">
<h5>Imperial Sizing</h5>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Body Measurement</th>
<th>32</th>
<th>34</th>
<th>36</th>
<th>40</th>
<th>44</th>
<th>48</th>
<th>52</th>
</tr>
</thead>
<tbody>
<tr>
<td>Chest</td>
<td>30-32</td>
<td>33-34</td>
<td>35-37</td>
<td>38-40</td>
<td>41-44</td>
<td>45-48</td>
<td>49-52</td>
</tr>
<tr>
<td>Natural Waist</td>
<td>24-26</td>
<td>26-27</td>
<td>28-30</td>
<td>32-34</td>
<td>36-38</td>
<td>40-42</td>
<td>44-46</td>
</tr>
<tr>
<td>Hip</td>
<td>30-32</td>
<td>33-34</td>
<td>35-37</td>
<td>38-41</td>
<td>42-45</td>
<td>46-48</td>
<td>49-51</td>
</tr>
<tr>
<td>Shoulder and Arm Length</td>
<td>28.5</td>
<td>29</td>
<td>29.5</td>
<td>30</td>
<td>30.5</td>
<td>31</td>
<td>31.5</td>
</tr>
</tbody>
<tfoot>
<tr>
<td></td>
</tr>
</tfoot>
</table>
</div>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Finished Garment</th>
<th>32</th>
<th>34</th>
<th>36</th>
<th>40</th>
<th>44</th>
<th>48</th>
<th>52</th>
</tr>
</thead>
<tbody>
<tr>
<td>Chest</td>
<td>34</td>
<td>36</td>
<td>38</td>
<td>42</td>
<td>46</td>
<td>50</td>
<td>54</td>
</tr>
<tr>
<td>Hip</td>
<td>34</td>
<td>36</td>
<td>38</td>
<td>42</td>
<td>46</td>
<td>50</td>
<td>54</td>
</tr>
<tr>
<td>Neck to Wrist</td>
<td>30.5</td>
<td>30.87</td>
<td>31.25</td>
<td>32</td>
<td>32.75</td>
<td>33.5</td>
<td>34.25</td>
</tr>
<tr>
<td>Back Length</td>
<td>25.25</td>
<td>25.63</td>
<td>26</td>
<td>26.75</td>
<td>27.5</td>
<td>28.25</td>
<td>29</td>
</tr>
</tbody>
<tfoot>
<tr>
<td></td>
</tr>
</tfoot>
</table>
</div>
<h5>Metric Sizing</h5>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Body Measurement</th>
<th>32</th>
<th>34</th>
<th>36</th>
<th>40</th>
<th>44</th>
<th>48</th>
<th>52</th>
</tr>
</thead>
<tbody>
<tr>
<td>Chest</td>
<td>76-81</td>
<td>84-86</td>
<td>89-94</td>
<td>97-102</td>
<td>104-112</td>
<td>114-122</td>
<td>124-132</td>
</tr>
<tr>
<td>Natural Waist</td>
<td>61-66</td>
<td>66-69</td>
<td>71-76</td>
<td>81-86</td>
<td>91-97</td>
<td>102-107</td>
<td>112-117</td>
</tr>
<tr>
<td>Hip</td>
<td>76-81</td>
<td>84-86</td>
<td>89-94</td>
<td>97-104</td>
<td>107-114</td>
<td>117-122</td>
<td>124-130</td>
</tr>
<tr>
<td>Shoulder and Arm Length</td>
<td>72.5</td>
<td>73.5</td>
<td>75</td>
<td>76</td>
<td>77.5</td>
<td>79</td>
<td>80</td>
</tr>
</tbody>
<tfoot>
<tr>
<td></td>
</tr>
</tfoot>
</table>
</div>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Finished Garment</th>
<th>32</th>
<th>34</th>
<th>36</th>
<th>40</th>
<th>44</th>
<th>48</th>
<th>52</th>
</tr>
</thead>
<tbody>
<tr>
<td>Chest</td>
<td>86.5</td>
<td>91.5</td>
<td>96.5</td>
<td>107</td>
<td>117</td>
<td>127</td>
<td>137</td>
</tr>
<tr>
<td>Hip</td>
<td>86.5</td>
<td>91.5</td>
<td>96.5</td>
<td>107</td>
<td>117</td>
<td>127</td>
<td>137</td>
</tr>
<tr>
<td>Neck to Wrist</td>
<td>77.5</td>
<td>78.5</td>
<td>79.5</td>
<td>81.5</td>
<td>83</td>
<td>85</td>
<td>87</td>
</tr>
<tr>
<td>Back Length</td>
<td>64</td>
<td>65</td>
<td>66</td>
<td>68</td>
<td>70</td>
<td>72</td>
<td>74</td>
</tr>
</tbody>
<tfoot>
<tr>
<td></td>
</tr>
</tfoot>
</table>
</div>
<!-- </div> -->
</div>
</section>
</div>
</div>
</section>
<!-- Footer -->
<footer-template></footer-template>
<script defer src="assets/js/jquery.scrollex.min.js"></script>
<script defer src="assets/js/jquery.scrolly.min.js"></script>
<script defer src="assets/js/jquery.poptrox.min.js"></script>
<script defer src="assets/js/browser.min.js"></script>
<script defer src="assets/js/breakpoints.min.js"></script>
<script defer src="assets/js/util.js"></script>
<script defer src="assets/js/main.js"></script>
<script defer>
window.addEventListener('load', function () {
const pgtitle = document.location.href.match(/[^\/]+$/)[0]; // get page name e.g. map.html
try {
document.querySelector(`#nav .links a[href*="${pgtitle}"`).parentElement.classList.add("active");
console.log(pgtitle, "is a nav element. Set active.");
} catch (TypeError) {
console.log(pgtitle, "not a nav element.");
}
}, false);
</script>
<!-- MYOG Pattern Scripts -->
<script defer src="assets/js/build_gallery.js"></script>
</body>
<!--
Story by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
</html>