{"product_id":"grey-white-striped-irish-linen-long-shirt","title":"Grey \u0026 White Striped Irish Linen Long Shirt","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\"\u003e\n\u003cstyle\u003e\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  body {\n    background: #fafafa;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;\n    line-height: 1.5;\n    color: #1a1a1a;\n  }\n\n  .badge-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-bottom: 1.5rem;\n    padding-bottom: 1rem;\n    border-bottom: 1px solid #e5e5e5;\n  }\n\n  .badge {\n    font-size: 0.7rem;\n    font-weight: 600;\n    letter-spacing: 0.04em;\n    background: #e8f0eb;\n    color: #2d5a47;\n    padding: 0.4rem 1rem;\n    border-radius: 20px;\n    text-transform: uppercase;\n  }\n\n  .product-highlight {\n    font-size: 0.95rem;\n    color: #555;\n    margin-bottom: 0.8rem;\n    font-weight: 400;\n    line-height: 1.6;\n    border-left: 3px solid #ccc;\n    padding-left: 1rem;\n  }\n\n  .product-sub {\n    font-size: 0.9rem;\n    color: #666;\n    margin-bottom: 1.5rem;\n    line-height: 1.6;\n    border-left: 3px solid #ddd;\n    padding-left: 1rem;\n  }\n\n  .acc-input {\n    display: none;\n  }\n\n  .acc-section {\n    margin-bottom: 0;\n  }\n\n  .acc-label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 1rem 0;\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #1a1a1a;\n    cursor: pointer;\n    border-bottom: 1px solid #e5e5e5;\n    background: transparent;\n    margin: 0;\n    user-select: none;\n    transition: color 0.2s ease;\n  }\n\n  .acc-label:hover {\n    color: #2d5a47;\n  }\n\n  .acc-toggle {\n    font-size: 1.3rem;\n    color: #999;\n    font-weight: 300;\n    min-width: 20px;\n    text-align: right;\n  }\n\n  .toggle-plus {\n    display: inline-block;\n  }\n\n  .toggle-minus {\n    display: none;\n  }\n\n  .acc-input:checked ~ .acc-label .toggle-plus {\n    display: none;\n  }\n\n  .acc-input:checked ~ .acc-label .toggle-minus {\n    display: inline-block;\n  }\n\n  .acc-input:not(:checked) ~ .acc-label .toggle-plus {\n    display: inline-block;\n  }\n\n  .acc-input:not(:checked) ~ .acc-label .toggle-minus {\n    display: none;\n  }\n\n  .acc-content {\n    display: none;\n    padding: 1.5rem 0 1.5rem 0;\n    margin-bottom: 0;\n  }\n\n  .acc-input:checked ~ .acc-content {\n    display: block;\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 1rem;\n    background: #f5f3f0;\n    border-radius: 16px;\n    padding: 1.5rem;\n    border: 1px solid #e8e3de;\n  }\n\n  .feature {\n    display: flex;\n    flex-direction: column;\n    gap: 0.3rem;\n  }\n\n  .feature-label {\n    font-weight: 700;\n    font-size: 0.8rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    color: #2d5a47;\n  }\n\n  .feature-value {\n    font-size: 0.9rem;\n    color: #333;\n    line-height: 1.6;\n  }\n\n  .style-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 1rem;\n    background: #f5f3f0;\n    border-radius: 16px;\n    padding: 1.5rem;\n    border: 1px solid #e8e3de;\n  }\n\n  .style-card {\n    display: flex;\n    flex-direction: column;\n    gap: 0.4rem;\n  }\n\n  .style-heading {\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: #2d5a47;\n  }\n\n  .style-description {\n    font-size: 0.9rem;\n    color: #333;\n    line-height: 1.6;\n  }\n\n  .table-wrapper {\n    background: #f5f3f0;\n    border-radius: 16px;\n    padding: 1rem;\n    border: 1px solid #e8e3de;\n    overflow-x: auto;\n    margin-bottom: 1.5rem;\n  }\n\n  .comparison-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #fff;\n    border-radius: 12px;\n    overflow: hidden;\n  }\n\n  .comparison-table th {\n    text-align: left;\n    padding: 1rem;\n    background: #f0ebe4;\n    font-weight: 700;\n    font-size: 0.9rem;\n    color: #2d5a47;\n    border-bottom: 1px solid #ddd;\n    text-transform: uppercase;\n    letter-spacing: 0.02em;\n  }\n\n  .comparison-table td {\n    padding: 1rem;\n    border-bottom: 1px solid #e5e5e5;\n    font-size: 0.9rem;\n    color: #333;\n    line-height: 1.5;\n  }\n\n  .comparison-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .comparison-table td:first-child {\n    font-weight: 600;\n    color: #1a1a1a;\n    width: 35%;\n  }\n\n  .highlight-orange {\n    color: #d97706;\n    font-weight: 600;\n    background: #fef3c7;\n    padding: 0.2rem 0.5rem;\n    border-radius: 4px;\n  }\n\n  .square-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1.5rem;\n    margin-top: 1.5rem;\n  }\n\n  .square-card {\n    background: #fff;\n    border-radius: 12px;\n    padding: 1.5rem;\n    border: 1px solid #e5e5e5;\n    text-align: center;\n    font-size: 0.9rem;\n    line-height: 1.6;\n    color: #333;\n    min-height: 120px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .square-full {\n    grid-column: 1 \/ -1;\n    max-width: 70%;\n    margin: 0 auto;\n    font-weight: 600;\n    color: #1a1a1a;\n  }\n\n  .quote-card {\n    color: #8b6b47;\n    font-style: italic;\n  }\n\n  @media (max-width: 680px) {\n    .features-grid,\n    .style-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .square-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .square-full {\n      max-width: 100%;\n      grid-column: auto;\n    }\n\n    .acc-label {\n      font-size: 1rem;\n    }\n\n    .feature-value,\n    .style-description {\n      font-size: 0.85rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv style=\"max-width: 800px; margin: 0 auto; padding: 2rem 1rem; background: #fff;\"\u003e\n\u003c!-- START SECTION (Always Visible) --\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge\"\u003ePremium Quality\u003c\/span\u003e \u003cspan class=\"badge\"\u003e7 Days Warranty\u003c\/span\u003e \u003cspan class=\"badge\"\u003eSale Is Live\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-highlight\"\u003eElegant grey-and-white striped long shirt crafted from premium Irish linen, featuring a relaxed elongated silhouette, structured collar, button-front design, and side slits for breathable comfort and effortless everyday sophistication.\u003c\/div\u003e\n\u003cdiv class=\"product-sub\"\u003ePremium Irish Linen | Lightweight \u0026amp; Breathable | Relaxed Longline Silhouette\u003c\/div\u003e\n\u003c!-- ACCORDION 1: FEATURES --\u003e\n\u003cdiv class=\"acc-section\"\u003e\n\u003cinput type=\"checkbox\" id=\"feat\" class=\"acc-input\"\u003e \u003clabel for=\"feat\" class=\"acc-label\"\u003eFeatures\u003cspan class=\"acc-toggle\"\u003e\u003cspan class=\"toggle-plus\"\u003e+\u003c\/span\u003e\u003cspan class=\"toggle-minus\"\u003e-\u003c\/span\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"acc-content\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-label\"\u003eFabric\u003c\/div\u003e\n\u003cdiv class=\"feature-value\"\u003ePremium Irish linen – lightweight, breathable, and naturally airy, with a soft structured feel that keeps the shirt comfortable and polished throughout the day.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-label\"\u003eColor\u003c\/div\u003e\n\u003cdiv class=\"feature-value\"\u003eSoft grey with clean white vertical stripes – timeless, refined, and easy to style with both neutral and darker wardrobe pieces.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-label\"\u003eDesign\u003c\/div\u003e\n\u003cdiv class=\"feature-value\"\u003eLongline shirt featuring a structured collar, clean button-front closure, full sleeves with buttoned cuffs, and vertical stripe detailing for an elongated, polished appearance. Finished with deep side slits and a softly curved hem that add movement while maintaining a modern, modest silhouette.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-label\"\u003eFit\u003c\/div\u003e\n\u003cdiv class=\"feature-value\"\u003eRelaxed longline fit – designed to fall loosely through the body for comfortable movement while maintaining a clean and sophisticated shape.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-label\"\u003eFeel\u003c\/div\u003e\n\u003cdiv class=\"feature-value\"\u003eLightweight, breathable, and naturally fresh with the airy texture of Irish linen, making it comfortable for extended everyday wear without feeling heavy.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-label\"\u003eSizes\u003c\/div\u003e\n\u003cdiv class=\"feature-value\"\u003eAvailable in S, M, L \u0026amp; XL.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-label\"\u003eCare\u003c\/div\u003e\n\u003cdiv class=\"feature-value\"\u003eGentle machine wash or hand wash recommended. Hang dry and use a low-temperature iron when required to preserve the grey-and-white stripes, natural linen texture, and structured shape.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ACCORDION 2: STYLE IT 5 WAYS --\u003e\n\u003cdiv class=\"acc-section\"\u003e\n\u003cinput type=\"checkbox\" id=\"style\" class=\"acc-input\"\u003e \u003clabel for=\"style\" class=\"acc-label\"\u003eStyle It 5 Ways\u003cspan class=\"acc-toggle\"\u003e\u003cspan class=\"toggle-plus\"\u003e+\u003c\/span\u003e\u003cspan class=\"toggle-minus\"\u003e-\u003c\/span\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"acc-content\"\u003e\n\u003cdiv class=\"style-grid\"\u003e\n\u003cdiv class=\"style-card\"\u003e\n\u003cdiv class=\"style-heading\"\u003eEveryday Minimal\u003c\/div\u003e\n\u003cdiv class=\"style-description\"\u003eGrey striped Irish linen shirt + black straight trousers + flats → Clean, modest, and effortlessly polished for everyday plans.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"style-card\"\u003e\n\u003cdiv class=\"style-heading\"\u003eOffice Smart Casual\u003c\/div\u003e\n\u003cdiv class=\"style-description\"\u003eLong striped shirt + tailored black pants + structured handbag + loafers → Refined professional styling with breathable all-day comfort.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"style-card\"\u003e\n\u003cdiv class=\"style-heading\"\u003eUniversity Ready\u003c\/div\u003e\n\u003cdiv class=\"style-description\"\u003eIrish linen shirt + straight-leg jeans + white sneakers + tote → Easy, comfortable, and practical for long campus days.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"style-card\"\u003e\n\u003cdiv class=\"style-heading\"\u003eCafé Casual\u003c\/div\u003e\n\u003cdiv class=\"style-description\"\u003eGrey-and-white striped shirt + beige trousers + subtle jewellery + sandals → Relaxed sophistication for lunches, coffee dates, and casual outings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"style-card\"\u003e\n\u003cdiv class=\"style-heading\"\u003eElevated Minimal\u003c\/div\u003e\n\u003cdiv class=\"style-description\"\u003eLong striped shirt + black trousers + sleek heels + statement earrings → A simple silhouette transformed into a polished evening-ready look.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ACCORDION 3: WHY ORDER TODAY --\u003e\n\u003cdiv class=\"acc-section\"\u003e\n\u003cinput type=\"checkbox\" id=\"why\" class=\"acc-input\"\u003e \u003clabel for=\"why\" class=\"acc-label\"\u003eWhy Purchase Today?\u003cspan class=\"acc-toggle\"\u003e\u003cspan class=\"toggle-plus\"\u003e+\u003c\/span\u003e\u003cspan class=\"toggle-minus\"\u003e-\u003c\/span\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"acc-content\"\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"comparison-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eIf You Wait\u003c\/th\u003e\n\u003cth\u003eIf You Order Now\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSale price may end\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-orange\"\u003eLock in today's special price before the offer ends\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eYour preferred size may sell out\u003c\/td\u003e\n\u003ctd\u003eSecure your preferred size while stocks last\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eYou may miss a versatile long shirt\u003c\/td\u003e\n\u003ctd\u003eAdd one piece suitable for office, university, cafés, travel, and everyday wear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eYou'll keep searching for breathable yet polished clothing\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight-orange\"\u003eAdd a timeless Irish linen shirt that combines comfort, modesty, and effortless styling\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- SQUARE CARDS --\u003e\n\u003cdiv class=\"square-grid\"\u003e\n\u003cdiv class=\"square-card\"\u003eA refined long shirt designed for women who want breathable comfort without compromising on polished everyday style. Crafted from premium Irish linen, its vertical stripes, relaxed longline silhouette, structured collar, and side slits create a timeless wardrobe piece you'll style again and again.\u003c\/div\u003e\n\u003cdiv class=\"square-card quote-card\"\u003e\"Grey aur white stripes ka yeh elegant Irish linen long shirt breathable comfort aur timeless styling ka perfect combination hai — sale ke dauran apna favourite size miss na karein!\"\u003c\/div\u003e\n\u003cdiv class=\"square-card square-full\"\u003eADD TO CART - PAY WHEN IT ARRIVES\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"MannMoji","offers":[{"title":"S","offer_id":50221715259649,"sku":null,"price":3990.0,"currency_code":"PKR","in_stock":true},{"title":"M","offer_id":50221715292417,"sku":null,"price":3990.0,"currency_code":"PKR","in_stock":true},{"title":"L","offer_id":50221715325185,"sku":null,"price":3990.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0806\/0302\/1569\/files\/Grey-_-White-Striped-Irish-Linen-Long-Shirt-1.png?v=1787580388","url":"https:\/\/mannmoji.com.pk\/products\/grey-white-striped-irish-linen-long-shirt","provider":"MannMoji","version":"1.0","type":"link"}