Djellaba Mlifa Aspen
<!--
DJELLABA SIZE GUIDE — JilbabCo (CSS :target toggle — no JS, no form elements)
Works inside iframes, modals, popups, and standalone pages.
Paste into: Shopify Admin > Pages > Djellaba Size Guide > <> HTML editor
-->
<style>
.jc-sg { width:100%; margin:0 auto; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; color:#1a1a1a; line-height:1.5; }
.jc-sg * { box-sizing:border-box; margin:0; padding:0; }
.jc-sg h2 { font-size:26px; font-weight:400; letter-spacing:.5px; text-align:center; margin:0 0 8px; }
.jc-sg .sub { text-align:center; color:#666; font-size:14px; margin:0 0 24px; }
.jc-sg .mimg { display:block; margin:0 auto 32px; max-width:320px; width:100%; height:auto; }
/* ── Header row ── */
.jc-sg .hdr { display:flex; justify-content:space-between; align-items:center; padding-top:20px; border-top:3px solid #1a1a1a; margin-bottom:20px; width:100%; }
.jc-sg .hdr .lbl { font-size:16px; }
/* ── Toggle buttons (anchor links styled as pills) ── */
.jc-sg .unit-toggle { display:flex; align-items:center; gap:0; border-radius:6px; overflow:hidden; border:1px solid #ddd; }
.jc-sg .unit-toggle a { display:block; padding:6px 16px; font-size:13px; font-weight:600; letter-spacing:.5px; text-decoration:none; color:#888; background:#fff; transition:background .15s, color .15s; }
.jc-sg .unit-toggle a:first-child { border-right:1px solid #ddd; }
/* Default state: IN is active */
.jc-sg .unit-toggle .btn-in { background:#1a1a1a; color:#fff; }
.jc-sg .unit-toggle .btn-cm { background:#fff; color:#888; }
/* ── Table wrappers ── */
.jc-sg .tw { position:relative; overflow:hidden; width:100%; }
.jc-sg table { width:100%; border-collapse:collapse; font-size:14px; position:relative; table-layout:fixed; }
.jc-sg thead th { text-align:center; font-weight:600; font-size:13px; color:#666; padding:12px 8px; border-bottom:1px solid #ddd; letter-spacing:.3px; background:transparent; position:relative; z-index:2; transition:background .15s,color .15s; }
.jc-sg thead th:first-child { text-align:left; }
.jc-sg tbody td { text-align:center; padding:15px 8px; border-bottom:1px solid #f0f0f0; color:#1a1a1a; font-size:14px; position:relative; transition:background .15s,color .15s; }
.jc-sg tbody td:first-child { text-align:left; font-weight:500; }
.jc-sg tbody tr:last-child td { border-bottom:none; }
/* Row highlight */
.jc-sg tbody tr:hover td { background:#f5f5f5; }
/* Column strip */
.jc-sg tbody td:hover::before { content:''; position:absolute; left:0; right:0; top:-200px; height:600px; background:rgba(128,128,128,0.06); z-index:-1; pointer-events:none; }
/* Hovered cell dark */
.jc-sg tbody td:hover { background:#1a1a1a !important; color:#fff !important; z-index:3; }
/* ── Show/hide via :target ── */
/* Default: inches visible, cm hidden */
.jc-sg .t-in { display:block; }
.jc-sg .t-cm { display:none; }
/* When #jc-cm is targeted, flip visibility */
#jc-cm:target ~ .t-in { display:none; }
#jc-cm:target ~ .t-cm { display:block; }
/* Also flip the button styles */
#jc-cm:target ~ .hdr .btn-in { background:#fff; color:#888; }
#jc-cm:target ~ .hdr .btn-cm { background:#1a1a1a; color:#fff; }
/* Hidden anchor targets — no visual impact */
.jc-sg .anchor { position:absolute; visibility:hidden; height:0; overflow:hidden; }
/* ── Disclaimer ── */
.jc-sg .disc { margin-top:24px; padding:16px 20px; background:#f7f7f7; border-radius:6px; font-size:13px; color:#777; line-height:1.6; width:100%; }
.jc-sg .cta { text-align:center; margin-top:28px; font-size:14px; color:#555; }
.jc-sg .cta a { color:#1a1a1a; font-weight:500; text-decoration:underline; text-underline-offset:2px; }
@media(max-width:480px){
.jc-sg h2{font-size:22px}
.jc-sg table{font-size:13px}
.jc-sg thead th{font-size:12px;padding:8px 4px}
.jc-sg tbody td{padding:12px 4px}
}
</style>
<div class="jc-sg">
<h2>Men's Djellaba Size Guide</h2>
<p class="sub">Stand comfortably and maintain a natural posture while taking measurements.</p>
<img class="mimg" src="https://cdn.shopify.com/s/files/1/0558/6839/1593/files/JilbabCo-Djellaba-Measurements-Guide-V1_e8817fd7-05aa-4445-9bf5-f5045dafffdb.png?v=1692572080" alt="JilbabCo Djellaba Measurement Guide showing Half Chest, Neck to Sleeve, and Length" loading="lazy">
<!-- Hidden anchor targets -->
<div id="jc-in" class="anchor"></div>
<div id="jc-cm" class="anchor"></div>
<div class="hdr">
<span class="lbl">Men's Djellaba</span>
<div class="unit-toggle">
<a href="#jc-in" class="btn-in">IN</a>
<a href="#jc-cm" class="btn-cm">CM</a>
</div>
</div>
<!-- INCHES TABLE -->
<div class="tw t-in">
<table>
<thead>
<tr>
<th>Size</th>
<th>Half Chest</th>
<th>Neck to Sleeve</th>
<th>Length</th>
</tr>
</thead>
<tbody>
<tr>
<td>S</td>
<td>23</td>
<td>31</td>
<td>57</td>
</tr>
<tr>
<td>M</td>
<td>24</td>
<td>32</td>
<td>59</td>
</tr>
<tr>
<td>L</td>
<td>25</td>
<td>33</td>
<td>61</td>
</tr>
<tr>
<td>XL</td>
<td>26</td>
<td>34</td>
<td>63</td>
</tr>
<tr>
<td>XXL</td>
<td>27</td>
<td>35</td>
<td>65</td>
</tr>
</tbody>
</table>
</div>
<!-- CM TABLE -->
<div class="tw t-cm">
<table>
<thead>
<tr>
<th>Size</th>
<th>Half Chest</th>
<th>Neck to Sleeve</th>
<th>Length</th>
</tr>
</thead>
<tbody>
<tr>
<td>S</td>
<td>58</td>
<td>79</td>
<td>145</td>
</tr>
<tr>
<td>M</td>
<td>61</td>
<td>81</td>
<td>150</td>
</tr>
<tr>
<td>L</td>
<td>64</td>
<td>84</td>
<td>155</td>
</tr>
<tr>
<td>XL</td>
<td>66</td>
<td>86</td>
<td>160</td>
</tr>
<tr>
<td>XXL</td>
<td>69</td>
<td>89</td>
<td>165</td>
</tr>
</tbody>
</table>
</div>
<div class="disc">
All measurements are approximate. Fits may vary by style or personal preference; sizes may vary by manufacturer. We recommend measuring a garment you own that fits well and comparing to our chart.
</div>
<p class="cta">
Still not sure what you need? <a href="/pages/contact">Contact us</a> to help you find the perfect size.
</p>
</div>
- Worldwide shipping
- Low stock - 1 item left
- Backordered, shipping soon
Introducing the Mlifa Aspen Djellaba, a luxurious and warm garment that combines traditional Moroccan style with modern sensibility. Made from a premium quality wool blend, this djellaba is perfect for cold winter days.
The Mlifa Aspen Djellaba features a thick and cozy design that provides ample warmth and coverage. The hood and long sleeves offer protection from the elements, while the flowing and loose silhouette maintains a sense of elegance and sophistication.
At JilbabCo, we pride ourselves on providing a quick and efficient shipping process for our customers. When an order is placed, we guarantee that it will be shipped within one to two business days, ensuring that our customers receive their products as soon as possible. We understand that time is of the essence when it comes to receiving orders, and we are committed to providing fast and reliable shipping services to all destinations, with a primary focus on the United States and Canada. Whether you are ordering from across the country or across the border, we strive to make your shopping experience with us as seamless and enjoyable as possible
Please refer to our Sizing Guide.
When it comes to caring for your delicate Djellaba or Gandora garments, there are a few key things to keep in mind to ensure their longevity and quality.
Firstly, it's important to wash your Djellaba by hand in cool water using a mild detergent. Avoid using bleach or harsh chemicals, as this can damage the delicate fabric and embroidery. When washing, gently swirl the garment in the water and then rinse thoroughly. Avoid wringing or twisting the fabric, as this can cause stretching and distortion.
Once you've finished washing, carefully lay the garment flat on a clean towel and roll it up to remove any excess water. Do not use a dryer, as this can shrink or damage the fabric. Instead, hang the garment to dry in a well-ventilated area away from direct sunlight or heat sources.
To store your Djellaba, be sure to fold it neatly and store it in a dry, cool place. Avoid hanging the garment, as this can cause stretching and distortion over time.
By following these care instructions, you can help ensure that your Djellaba or Gandora garments stay looking beautiful and vibrant for years to come.