{"title":"All Products","description":"","products":[{"product_id":"balanced-fit-set","title":"Balanced Fit Set Navy Blue","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-item:nth-child(4) { animation-delay: 1.45s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .size-info { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.8s forwards; position: relative; overflow: hidden; }\n        .product-description-section .size-info::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .model-info { font-size: 1rem; line-height: 1.8; color: rgba(255,255,255,0.9); font-weight: 300; position: relative; z-index: 1; text-align: center; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eBalanced Fit Set navy blue\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003ePremium Egyptian Cotton Collection\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eTHE ESSENTIALS\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eCrafted from 100% premium Egyptian cotton, this two-piece set delivers a perfect fusion of softness, structure, and everyday function. Engineered for modern loungewear — minimal, timeless, and built to last.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFitted Jacket Hoodie\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eClean, relaxed shape that enhances comfort while maintaining a refined look\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eWide-Leg Sweatpants\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHigh-rise elastic waist with natural drape for ease of movement\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Quality\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e100% Egyptian cotton for superior softness and breathability\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eTimeless Design\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMinimal aesthetic built to last beyond seasonal trends\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide - Highlighted --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Jacket Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eJacket Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eChest Width\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e50\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSleeves Length\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003ctd\u003e63\u003c\/td\u003e\n\u003ctd\u003e65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaist Fit\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e38\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Pants Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003ePants Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e105\u003c\/td\u003e\n\u003ctd\u003e106\u003c\/td\u003e\n\u003ctd\u003e108\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFitted Waist Width\u003c\/td\u003e\n\u003ctd\u003e41\u003c\/td\u003e\n\u003ctd\u003e42\u003c\/td\u003e\n\u003ctd\u003e45\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-info\"\u003e\n\u003cdiv class=\"model-info\"\u003e\n\u003cstrong\u003eModel Reference:\u003c\/strong\u003e Wearing size Small | Weight: 55 kg | Height: 169 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492722110782,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492722143550,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492722176318,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_1834.webp?v=1762017113"},{"product_id":"wide-leg-sweatpants","title":"Wide-Leg Sweatpants Navy Blue","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.4s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .philosophy-box { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; position: relative; overflow: hidden; text-align: center; }\n        .product-description-section .philosophy-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .philosophy-text { font-size: 1.15rem; font-weight: 300; color: #ffffff; letter-spacing: 2px; line-height: 1.8; position: relative; z-index: 1; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eWide-Leg Sweatpants Navy blue\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eEVERYDAY COMFORT\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eMade from 100% premium Egyptian cotton, these wide-leg sweatpants provide exceptional softness and shape retention. Built for comfort and longevity.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHigh-Rise Elastic Waist\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSecure fit with comfortable stretch for all-day wear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRelaxed Flowing Leg\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNatural drape and movement for effortless style\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Cotton Quality\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eExceptional softness with superior shape retention\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eWeight (kg)\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Pants Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003ePants Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e105\u003c\/td\u003e\n\u003ctd\u003e106\u003c\/td\u003e\n\u003ctd\u003e108\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFitted Waist Width\u003c\/td\u003e\n\u003ctd\u003e41\u003c\/td\u003e\n\u003ctd\u003e42\u003c\/td\u003e\n\u003ctd\u003e45\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"philosophy-box\"\u003e\n\u003cp class=\"philosophy-text\"\u003eMINIMAL · FUNCTIONAL · TIMELESS\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492769231166,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492769263934,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492769296702,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_1847.webp?v=1762017113"},{"product_id":"balanced-fit-set-black","title":"Balanced Fit Set Black","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-item:nth-child(4) { animation-delay: 1.45s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .size-info { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.8s forwards; position: relative; overflow: hidden; }\n        .product-description-section .size-info::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .model-info { font-size: 1rem; line-height: 1.8; color: rgba(255,255,255,0.9); font-weight: 300; position: relative; z-index: 1; text-align: center; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eBalanced Fit Set Black\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003ePremium Egyptian Cotton Collection\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eTHE ESSENTIALS\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eCrafted from 100% premium Egyptian cotton, this two-piece set delivers a perfect fusion of softness, structure, and everyday function. Engineered for modern loungewear — minimal, timeless, and built to last.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFitted Jacket Hoodie\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eClean, relaxed shape that enhances comfort while maintaining a refined look\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eWide-Leg Sweatpants\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHigh-rise elastic waist with natural drape for ease of movement\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Quality\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e100% Egyptian cotton for superior softness and breathability\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eTimeless Design\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMinimal aesthetic built to last beyond seasonal trends\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide - Highlighted --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Jacket Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eJacket Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eChest Width\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e50\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSleeves Length\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003ctd\u003e63\u003c\/td\u003e\n\u003ctd\u003e65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaist Fit\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e38\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Pants Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003ePants Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e105\u003c\/td\u003e\n\u003ctd\u003e106\u003c\/td\u003e\n\u003ctd\u003e108\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFitted Waist Width\u003c\/td\u003e\n\u003ctd\u003e41\u003c\/td\u003e\n\u003ctd\u003e42\u003c\/td\u003e\n\u003ctd\u003e45\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-info\"\u003e\n\u003cdiv class=\"model-info\"\u003e\n\u003cstrong\u003eModel Reference:\u003c\/strong\u003e Wearing size Small | Weight: 55 kg | Height: 169 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492725879102,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492725911870,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492725944638,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_1866.webp?v=1762017079"},{"product_id":"balanced-fit-set-grey","title":"Balanced Fit Set Grey","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-item:nth-child(4) { animation-delay: 1.45s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .size-info { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.8s forwards; position: relative; overflow: hidden; }\n        .product-description-section .size-info::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .model-info { font-size: 1rem; line-height: 1.8; color: rgba(255,255,255,0.9); font-weight: 300; position: relative; z-index: 1; text-align: center; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eBalanced Fit Set grey\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003ePremium Egyptian Cotton Collection\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eTHE ESSENTIALS\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eCrafted from 100% premium Egyptian cotton, this two-piece set delivers a perfect fusion of softness, structure, and everyday function. Engineered for modern loungewear — minimal, timeless, and built to last.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFitted Jacket Hoodie\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eClean, relaxed shape that enhances comfort while maintaining a refined look\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eWide-Leg Sweatpants\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHigh-rise elastic waist with natural drape for ease of movement\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Quality\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e100% Egyptian cotton for superior softness and breathability\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eTimeless Design\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMinimal aesthetic built to last beyond seasonal trends\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide - Highlighted --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Jacket Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eJacket Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eChest Width\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e50\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSleeves Length\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003ctd\u003e63\u003c\/td\u003e\n\u003ctd\u003e65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaist Fit\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e38\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Pants Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003ePants Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e105\u003c\/td\u003e\n\u003ctd\u003e106\u003c\/td\u003e\n\u003ctd\u003e108\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFitted Waist Width\u003c\/td\u003e\n\u003ctd\u003e41\u003c\/td\u003e\n\u003ctd\u003e42\u003c\/td\u003e\n\u003ctd\u003e45\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-info\"\u003e\n\u003cdiv class=\"model-info\"\u003e\n\u003cstrong\u003eModel Reference:\u003c\/strong\u003e Wearing size Small | Weight: 54 kg | Height: 160 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492726501694,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492726534462,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492726567230,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_1818.webp?v=1762016382"},{"product_id":"balanced-fit-set-brown","title":"Balanced Fit Set Brown","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-item:nth-child(4) { animation-delay: 1.45s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .size-info { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.8s forwards; position: relative; overflow: hidden; }\n        .product-description-section .size-info::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .model-info { font-size: 1rem; line-height: 1.8; color: rgba(255,255,255,0.9); font-weight: 300; position: relative; z-index: 1; text-align: center; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eBalanced Fit Set brown\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003ePremium Egyptian Cotton Collection\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eTHE ESSENTIALS\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eCrafted from 100% premium Egyptian cotton, this two-piece set delivers a perfect fusion of softness, structure, and everyday function. Engineered for modern loungewear — minimal, timeless, and built to last.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFitted Jacket Hoodie\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eClean, relaxed shape that enhances comfort while maintaining a refined look\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eWide-Leg Sweatpants\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHigh-rise elastic waist with natural drape for ease of movement\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Quality\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e100% Egyptian cotton for superior softness and breathability\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eTimeless Design\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMinimal aesthetic built to last beyond seasonal trends\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide - Highlighted --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Jacket Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eJacket Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eChest Width\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e50\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSleeves Length\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003ctd\u003e63\u003c\/td\u003e\n\u003ctd\u003e65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaist Fit\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e38\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Pants Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003ePants Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e105\u003c\/td\u003e\n\u003ctd\u003e106\u003c\/td\u003e\n\u003ctd\u003e108\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFitted Waist Width\u003c\/td\u003e\n\u003ctd\u003e41\u003c\/td\u003e\n\u003ctd\u003e42\u003c\/td\u003e\n\u003ctd\u003e45\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-info\"\u003e\n\u003cdiv class=\"model-info\"\u003e\n\u003cstrong\u003eModel Reference:\u003c\/strong\u003e Wearing size Small | Weight: 54 kg | Height: 160 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492728107326,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492728140094,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492728172862,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_1852.webp?v=1762027047"},{"product_id":"folded-set-olive","title":"Folded Set Olive","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-item:nth-child(4) { animation-delay: 1.45s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .size-info { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.8s forwards; position: relative; overflow: hidden; }\n        .product-description-section .size-info::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .model-info { font-size: 1rem; line-height: 1.8; color: rgba(255,255,255,0.9); font-weight: 300; position: relative; z-index: 1; text-align: center; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eFolded Set olive\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eMODERN SIMPLICITY\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eCrafted from 100% premium Egyptian cotton, this two-piece set defines modern simplicity and everyday function. A balanced silhouette that blends comfort with refined design — made for effortless, all-day wear.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRelaxed-Fit Top\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eClean, sculpted shape for contemporary style\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFolded Pants\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eStructured design with natural movement and flow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSide Pockets\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFunctional utility meets everyday practicality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Cotton\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSuperior softness with lasting quality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Top Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eTop Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eChest Width\u003c\/td\u003e\n\u003ctd\u003e49\u003c\/td\u003e\n\u003ctd\u003e51\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e46\u003c\/td\u003e\n\u003ctd\u003e49\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSleeve Length\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003ctd\u003e61\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaist Fit\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e38\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Pants Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003ePants Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e103\u003c\/td\u003e\n\u003ctd\u003e104\u003c\/td\u003e\n\u003ctd\u003e105\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFold Width\u003c\/td\u003e\n\u003ctd\u003e41\u003c\/td\u003e\n\u003ctd\u003e42\u003c\/td\u003e\n\u003ctd\u003e43\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-info\"\u003e\n\u003cdiv class=\"model-info\"\u003e\n\u003cstrong\u003eModel Reference:\u003c\/strong\u003e Wearing size Small | Weight: 55 kg | Height: 169 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492729254206,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492729319742,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492729286974,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_1977.webp?v=1761998042"},{"product_id":"folded-set-olive-copy","title":"Folded Set Navy Blue","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-item:nth-child(4) { animation-delay: 1.45s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .size-info { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.8s forwards; position: relative; overflow: hidden; }\n        .product-description-section .size-info::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .model-info { font-size: 1rem; line-height: 1.8; color: rgba(255,255,255,0.9); font-weight: 300; position: relative; z-index: 1; text-align: center; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eFolded Set navy blue\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eMODERN SIMPLICITY\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eCrafted from 100% premium Egyptian cotton, this two-piece set defines modern simplicity and everyday function. A balanced silhouette that blends comfort with refined design — made for effortless, all-day wear.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRelaxed-Fit Top\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eClean, sculpted shape for contemporary style\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFolded Pants\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eStructured design with natural movement and flow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSide Pockets\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFunctional utility meets everyday practicality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Cotton\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSuperior softness with lasting quality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Top Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eTop Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eChest Width\u003c\/td\u003e\n\u003ctd\u003e49\u003c\/td\u003e\n\u003ctd\u003e51\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e46\u003c\/td\u003e\n\u003ctd\u003e49\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSleeve Length\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003ctd\u003e61\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaist Fit\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e38\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Pants Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003ePants Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e103\u003c\/td\u003e\n\u003ctd\u003e104\u003c\/td\u003e\n\u003ctd\u003e105\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFold Width\u003c\/td\u003e\n\u003ctd\u003e41\u003c\/td\u003e\n\u003ctd\u003e42\u003c\/td\u003e\n\u003ctd\u003e43\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-info\"\u003e\n\u003cdiv class=\"model-info\"\u003e\n\u003cstrong\u003eModel Reference:\u003c\/strong\u003e Wearing size Small | Weight: 54 kg | Height: 160 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492731875646,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492731941182,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492731908414,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_1983_39a272c2-2283-4c6f-9064-41af922ae52a.webp?v=1762021190"},{"product_id":"folded-set-burgandy","title":"Folded Set Burgandy","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-item:nth-child(4) { animation-delay: 1.45s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .size-info { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.8s forwards; position: relative; overflow: hidden; }\n        .product-description-section .size-info::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .model-info { font-size: 1rem; line-height: 1.8; color: rgba(255,255,255,0.9); font-weight: 300; position: relative; z-index: 1; text-align: center; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eFolded Set Burgandy\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eMODERN SIMPLICITY\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eCrafted from 100% premium Egyptian cotton, this two-piece set defines modern simplicity and everyday function. A balanced silhouette that blends comfort with refined design — made for effortless, all-day wear.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRelaxed-Fit Top\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eClean, sculpted shape for contemporary style\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFolded Pants\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eStructured design with natural movement and flow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSide Pockets\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFunctional utility meets everyday practicality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Cotton\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSuperior softness with lasting quality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Top Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eTop Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eChest Width\u003c\/td\u003e\n\u003ctd\u003e49\u003c\/td\u003e\n\u003ctd\u003e51\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e46\u003c\/td\u003e\n\u003ctd\u003e49\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSleeve Length\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003ctd\u003e61\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaist Fit\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e38\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Pants Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003ePants Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e103\u003c\/td\u003e\n\u003ctd\u003e104\u003c\/td\u003e\n\u003ctd\u003e105\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFold Width\u003c\/td\u003e\n\u003ctd\u003e41\u003c\/td\u003e\n\u003ctd\u003e42\u003c\/td\u003e\n\u003ctd\u003e43\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-info\"\u003e\n\u003cdiv class=\"model-info\"\u003e\n\u003cstrong\u003eModel Reference:\u003c\/strong\u003e Wearing size Small | Weight: 55 kg | Height: 169 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492732924222,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492732989758,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492732956990,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_2019.webp?v=1762020989"},{"product_id":"folded-set-black","title":"Folded Set Black","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-item:nth-child(4) { animation-delay: 1.45s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .size-info { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.8s forwards; position: relative; overflow: hidden; }\n        .product-description-section .size-info::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .model-info { font-size: 1rem; line-height: 1.8; color: rgba(255,255,255,0.9); font-weight: 300; position: relative; z-index: 1; text-align: center; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eFolded Set black\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eMODERN SIMPLICITY\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eCrafted from 100% premium Egyptian cotton, this two-piece set defines modern simplicity and everyday function. A balanced silhouette that blends comfort with refined design — made for effortless, all-day wear.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRelaxed-Fit Top\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eClean, sculpted shape for contemporary style\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFolded Pants\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eStructured design with natural movement and flow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSide Pockets\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFunctional utility meets everyday practicality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Cotton\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSuperior softness with lasting quality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Top Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eTop Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eChest Width\u003c\/td\u003e\n\u003ctd\u003e49\u003c\/td\u003e\n\u003ctd\u003e51\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e46\u003c\/td\u003e\n\u003ctd\u003e49\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSleeve Length\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003ctd\u003e61\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaist Fit\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e38\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Pants Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003ePants Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e103\u003c\/td\u003e\n\u003ctd\u003e104\u003c\/td\u003e\n\u003ctd\u003e105\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFold Width\u003c\/td\u003e\n\u003ctd\u003e41\u003c\/td\u003e\n\u003ctd\u003e42\u003c\/td\u003e\n\u003ctd\u003e43\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-info\"\u003e\n\u003cdiv class=\"model-info\"\u003e\n\u003cstrong\u003eModel Reference:\u003c\/strong\u003e Wearing size Small | Weight: 54 kg | Height: 160 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492734955838,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492734988606,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492735021374,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_2037.webp?v=1762004313"},{"product_id":"wide-leg-sweatpants-black","title":"Wide-Leg Sweatpants Black","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.4s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .philosophy-box { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; position: relative; overflow: hidden; text-align: center; }\n        .product-description-section .philosophy-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .philosophy-text { font-size: 1.15rem; font-weight: 300; color: #ffffff; letter-spacing: 2px; line-height: 1.8; position: relative; z-index: 1; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eWide-Leg Sweatpants black\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eEVERYDAY COMFORT\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eMade from 100% premium Egyptian cotton, these wide-leg sweatpants provide exceptional softness and shape retention. Built for comfort and longevity.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHigh-Rise Elastic Waist\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSecure fit with comfortable stretch for all-day wear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRelaxed Flowing Leg\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNatural drape and movement for effortless style\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Cotton Quality\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eExceptional softness with superior shape retention\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Pants Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003ePants Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e105\u003c\/td\u003e\n\u003ctd\u003e106\u003c\/td\u003e\n\u003ctd\u003e108\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFitted Waist Width\u003c\/td\u003e\n\u003ctd\u003e41\u003c\/td\u003e\n\u003ctd\u003e42\u003c\/td\u003e\n\u003ctd\u003e45\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"philosophy-box\"\u003e\n\u003cp class=\"philosophy-text\"\u003eMINIMAL · FUNCTIONAL · TIMELESS\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492769493310,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492769526078,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492769558846,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_1869.webp?v=1762017079"},{"product_id":"wide-leg-sweatpants-grey","title":"Wide-Leg Sweatpants Grey","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.4s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .philosophy-box { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; position: relative; overflow: hidden; text-align: center; }\n        .product-description-section .philosophy-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .philosophy-text { font-size: 1.15rem; font-weight: 300; color: #ffffff; letter-spacing: 2px; line-height: 1.8; position: relative; z-index: 1; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eWide-Leg Sweatpants grey\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eEVERYDAY COMFORT\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eMade from 100% premium Egyptian cotton, these wide-leg sweatpants provide exceptional softness and shape retention. Built for comfort and longevity.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHigh-Rise Elastic Waist\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSecure fit with comfortable stretch for all-day wear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRelaxed Flowing Leg\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNatural drape and movement for effortless style\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Cotton Quality\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eExceptional softness with superior shape retention\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Pants Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003ePants Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e105\u003c\/td\u003e\n\u003ctd\u003e106\u003c\/td\u003e\n\u003ctd\u003e108\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFitted Waist Width\u003c\/td\u003e\n\u003ctd\u003e41\u003c\/td\u003e\n\u003ctd\u003e42\u003c\/td\u003e\n\u003ctd\u003e45\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"philosophy-box\"\u003e\n\u003cp class=\"philosophy-text\"\u003eMINIMAL · FUNCTIONAL · TIMELESS\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492769755454,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492769788222,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492769820990,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_1830.webp?v=1761994601"},{"product_id":"wide-leg-sweatpants-brown","title":"Wide-Leg Sweatpants Brown","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.4s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .philosophy-box { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; position: relative; overflow: hidden; text-align: center; }\n        .product-description-section .philosophy-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .philosophy-text { font-size: 1.15rem; font-weight: 300; color: #ffffff; letter-spacing: 2px; line-height: 1.8; position: relative; z-index: 1; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eWide-Leg Sweatpants brown\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eEVERYDAY COMFORT\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eMade from 100% premium Egyptian cotton, these wide-leg sweatpants provide exceptional softness and shape retention. Built for comfort and longevity.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHigh-Rise Elastic Waist\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSecure fit with comfortable stretch for all-day wear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRelaxed Flowing Leg\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNatural drape and movement for effortless style\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Cotton Quality\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eExceptional softness with superior shape retention\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Pants Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003ePants Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e105\u003c\/td\u003e\n\u003ctd\u003e106\u003c\/td\u003e\n\u003ctd\u003e108\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFitted Waist Width\u003c\/td\u003e\n\u003ctd\u003e41\u003c\/td\u003e\n\u003ctd\u003e42\u003c\/td\u003e\n\u003ctd\u003e45\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"philosophy-box\"\u003e\n\u003cp class=\"philosophy-text\"\u003eMINIMAL · FUNCTIONAL · TIMELESS\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492769886526,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492769919294,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492769952062,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_1859.webp?v=1762016946"},{"product_id":"balanced-fit-hoodie","title":"Balanced Fit Hoodie Navy Blue","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.4s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .balance-box { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; position: relative; overflow: hidden; text-align: center; }\n        .product-description-section .balance-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .balance-text { font-size: 1.15rem; font-weight: 300; color: #ffffff; letter-spacing: 2px; line-height: 1.8; position: relative; z-index: 1; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eBalanced Fit Jacket navy blue\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eEVERYDAY REFINED\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eCrafted from 100% premium Egyptian cotton, this fitted jacket hoodie offers a smooth, durable feel that lasts. Designed for daily wear with a refined silhouette and soft, breathable touch.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRefined Silhouette\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eClean lines with a relaxed fit for modern sophistication\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSoft \u0026amp; Breathable\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePremium cotton ensures comfort throughout the day\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eDurable Construction\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBuilt to maintain shape and quality over time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Jacket Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eJacket Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eChest Width\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e50\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSleeves Length\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003ctd\u003e63\u003c\/td\u003e\n\u003ctd\u003e65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaist Fit\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e38\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"balance-box\"\u003e\n\u003cp class=\"balance-text\"\u003eSTRUCTURE · EASE · EVERYDAY COMFORT\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492143591742,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492781551934,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492781584702,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_1843.webp?v=1761994081"},{"product_id":"balanced-fit-hoodie-black","title":"Balanced Fit Hoodie Black","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.4s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .balance-box { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; position: relative; overflow: hidden; text-align: center; }\n        .product-description-section .balance-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .balance-text { font-size: 1.15rem; font-weight: 300; color: #ffffff; letter-spacing: 2px; line-height: 1.8; position: relative; z-index: 1; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eBalanced Fit Jacket black\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eEVERYDAY REFINED\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eCrafted from 100% premium Egyptian cotton, this fitted jacket hoodie offers a smooth, durable feel that lasts. Designed for daily wear with a refined silhouette and soft, breathable touch.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRefined Silhouette\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eClean lines with a relaxed fit for modern sophistication\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSoft \u0026amp; Breathable\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePremium cotton ensures comfort throughout the day\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eDurable Construction\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBuilt to maintain shape and quality over time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Jacket Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eJacket Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eChest Width\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e50\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSleeves Length\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003ctd\u003e63\u003c\/td\u003e\n\u003ctd\u003e65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaist Fit\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e38\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"balance-box\"\u003e\n\u003cp class=\"balance-text\"\u003eSTRUCTURE · EASE · EVERYDAY COMFORT\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492781191486,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492781224254,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492781257022,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_1873.webp?v=1761994266"},{"product_id":"balanced-fit-hoodie-grey","title":"Balanced Fit Hoodie Grey","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.4s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .balance-box { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; position: relative; overflow: hidden; text-align: center; }\n        .product-description-section .balance-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .balance-text { font-size: 1.15rem; font-weight: 300; color: #ffffff; letter-spacing: 2px; line-height: 1.8; position: relative; z-index: 1; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eBalanced Fit Jacket grey\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eEVERYDAY REFINED\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eCrafted from 100% premium Egyptian cotton, this fitted jacket hoodie offers a smooth, durable feel that lasts. Designed for daily wear with a refined silhouette and soft, breathable touch.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRefined Silhouette\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eClean lines with a relaxed fit for modern sophistication\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSoft \u0026amp; Breathable\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePremium cotton ensures comfort throughout the day\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eDurable Construction\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBuilt to maintain shape and quality over time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Jacket Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eJacket Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eChest Width\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e50\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSleeves Length\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003ctd\u003e63\u003c\/td\u003e\n\u003ctd\u003e65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaist Fit\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e38\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"balance-box\"\u003e\n\u003cp class=\"balance-text\"\u003eSTRUCTURE · EASE · EVERYDAY COMFORT\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492772475198,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492772507966,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492772540734,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_1826.webp?v=1762016511"},{"product_id":"balanced-fit-hoodie-brown","title":"Balanced Fit Hoodie Brown","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.4s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .balance-box { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; position: relative; overflow: hidden; text-align: center; }\n        .product-description-section .balance-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .balance-text { font-size: 1.15rem; font-weight: 300; color: #ffffff; letter-spacing: 2px; line-height: 1.8; position: relative; z-index: 1; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eBalanced Fit Jacket brown\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eEVERYDAY REFINED\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eCrafted from 100% premium Egyptian cotton, this fitted jacket hoodie offers a smooth, durable feel that lasts. Designed for daily wear with a refined silhouette and soft, breathable touch.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRefined Silhouette\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eClean lines with a relaxed fit for modern sophistication\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSoft \u0026amp; Breathable\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePremium cotton ensures comfort throughout the day\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eDurable Construction\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBuilt to maintain shape and quality over time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Jacket Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eJacket Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eChest Width\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e50\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSleeves Length\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003ctd\u003e63\u003c\/td\u003e\n\u003ctd\u003e65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaist Fit\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e38\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"balance-box\"\u003e\n\u003cp class=\"balance-text\"\u003eSTRUCTURE · EASE · EVERYDAY COMFORT\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492771885374,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492771918142,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492771950910,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_1856.webp?v=1761994910"},{"product_id":"folded-pants","title":"Folded Pants Olive","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-item:nth-child(4) { animation-delay: 1.45s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .statement-box { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.8s forwards; position: relative; overflow: hidden; text-align: center; }\n        .product-description-section .statement-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .statement-text { font-size: 1.15rem; font-weight: 300; color: #ffffff; letter-spacing: 2px; line-height: 1.8; position: relative; z-index: 1; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eFolded Pants olive\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eCONTEMPORARY COMFORT\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eMade from 100% premium Egyptian cotton, these folded pants deliver structure with a relaxed flow. The slightly wide, folded leg offers freedom of movement while maintaining a clean, tailored appearance.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHigh-Rise Waist\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEnhances fit and shape for a flattering silhouette\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFunctional Side Pockets\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePractical design for everyday convenience\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFolded Wide Leg\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eStructured yet relaxed for effortless movement\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eTailored Appearance\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eClean lines with contemporary sophistication\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Pants Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003ePants Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e103\u003c\/td\u003e\n\u003ctd\u003e104\u003c\/td\u003e\n\u003ctd\u003e105\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFold Width\u003c\/td\u003e\n\u003ctd\u003e41\u003c\/td\u003e\n\u003ctd\u003e42\u003c\/td\u003e\n\u003ctd\u003e43\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"statement-box\"\u003e\n\u003cp class=\"statement-text\"\u003eREFINED · FUNCTIONAL · VERSATILE\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492800786750,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492800819518,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492800852286,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_1962.webp?v=1761998042"},{"product_id":"folded-pants-burgandy","title":"Folded Pants Burgandy","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-item:nth-child(4) { animation-delay: 1.45s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .statement-box { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.8s forwards; position: relative; overflow: hidden; text-align: center; }\n        .product-description-section .statement-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .statement-text { font-size: 1.15rem; font-weight: 300; color: #ffffff; letter-spacing: 2px; line-height: 1.8; position: relative; z-index: 1; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eFolded Pants Burgandy\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eCONTEMPORARY COMFORT\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eMade from 100% premium Egyptian cotton, these folded pants deliver structure with a relaxed flow. The slightly wide, folded leg offers freedom of movement while maintaining a clean, tailored appearance.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHigh-Rise Waist\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEnhances fit and shape for a flattering silhouette\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFunctional Side Pockets\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePractical design for everyday convenience\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFolded Wide Leg\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eStructured yet relaxed for effortless movement\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eTailored Appearance\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eClean lines with contemporary sophistication\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Pants Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003ePants Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e103\u003c\/td\u003e\n\u003ctd\u003e104\u003c\/td\u003e\n\u003ctd\u003e105\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFold Width\u003c\/td\u003e\n\u003ctd\u003e41\u003c\/td\u003e\n\u003ctd\u003e42\u003c\/td\u003e\n\u003ctd\u003e43\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"statement-box\"\u003e\n\u003cp class=\"statement-text\"\u003eREFINED · FUNCTIONAL · VERSATILE\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492801442110,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492801474878,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492801507646,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_2015.webp?v=1762026851"},{"product_id":"folded-pants-navy-blue","title":"Folded Pants Navy Blue","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-item:nth-child(4) { animation-delay: 1.45s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .statement-box { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.8s forwards; position: relative; overflow: hidden; text-align: center; }\n        .product-description-section .statement-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .statement-text { font-size: 1.15rem; font-weight: 300; color: #ffffff; letter-spacing: 2px; line-height: 1.8; position: relative; z-index: 1; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eFolded Pants navy blue\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eCONTEMPORARY COMFORT\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eMade from 100% premium Egyptian cotton, these folded pants deliver structure with a relaxed flow. The slightly wide, folded leg offers freedom of movement while maintaining a clean, tailored appearance.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHigh-Rise Waist\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEnhances fit and shape for a flattering silhouette\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFunctional Side Pockets\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePractical design for everyday convenience\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFolded Wide Leg\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eStructured yet relaxed for effortless movement\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eTailored Appearance\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eClean lines with contemporary sophistication\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Pants Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003ePants Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e103\u003c\/td\u003e\n\u003ctd\u003e104\u003c\/td\u003e\n\u003ctd\u003e105\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFold Width\u003c\/td\u003e\n\u003ctd\u003e41\u003c\/td\u003e\n\u003ctd\u003e42\u003c\/td\u003e\n\u003ctd\u003e43\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"statement-box\"\u003e\n\u003cp class=\"statement-text\"\u003eREFINED · FUNCTIONAL · VERSATILE\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492800983358,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492801016126,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492801048894,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_1999.webp?v=1762020949"},{"product_id":"folded-pants-black","title":"Folded Pants Black","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-item:nth-child(4) { animation-delay: 1.45s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .statement-box { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.8s forwards; position: relative; overflow: hidden; text-align: center; }\n        .product-description-section .statement-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .statement-text { font-size: 1.15rem; font-weight: 300; color: #ffffff; letter-spacing: 2px; line-height: 1.8; position: relative; z-index: 1; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eFolded Pants black\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eCONTEMPORARY COMFORT\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eMade from 100% premium Egyptian cotton, these folded pants deliver structure with a relaxed flow. The slightly wide, folded leg offers freedom of movement while maintaining a clean, tailored appearance.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHigh-Rise Waist\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEnhances fit and shape for a flattering silhouette\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFunctional Side Pockets\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePractical design for everyday convenience\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFolded Wide Leg\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eStructured yet relaxed for effortless movement\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eTailored Appearance\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eClean lines with contemporary sophistication\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Pants Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003ePants Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e103\u003c\/td\u003e\n\u003ctd\u003e104\u003c\/td\u003e\n\u003ctd\u003e105\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFold Width\u003c\/td\u003e\n\u003ctd\u003e41\u003c\/td\u003e\n\u003ctd\u003e42\u003c\/td\u003e\n\u003ctd\u003e43\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"statement-box\"\u003e\n\u003cp class=\"statement-text\"\u003eREFINED · FUNCTIONAL · VERSATILE\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492800000318,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492800033086,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492800065854,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_2025.webp?v=1762004313"},{"product_id":"relaxed-top","title":"Relaxed Top Olive","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.4s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .statement-box { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; position: relative; overflow: hidden; text-align: center; }\n        .product-description-section .statement-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .statement-text { font-size: 1.15rem; font-weight: 300; color: #ffffff; letter-spacing: 2px; line-height: 1.8; position: relative; z-index: 1; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eRelaxed Top olive\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eEVERYDAY EASE\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eCrafted from 100% premium Egyptian cotton, this relaxed-fit top offers a soft, structured feel designed for everyday ease. The smooth texture and clean finish create a refined look that balances comfort with style.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSculpted Silhouette\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eLoose through shoulders and chest, tapering at the waist for a natural shape\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSoft \u0026amp; Structured\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePremium cotton provides gentle support with comfortable flexibility\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eClean Finish\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSmooth texture with refined details for modern sophistication\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Top Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eTop Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eChest Width\u003c\/td\u003e\n\u003ctd\u003e49\u003c\/td\u003e\n\u003ctd\u003e51\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e46\u003c\/td\u003e\n\u003ctd\u003e49\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSleeve Length\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003ctd\u003e61\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaist Fit\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e38\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"statement-box\"\u003e\n\u003cp class=\"statement-text\"\u003eSIMPLE · MODERN · TIMELESS\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492785418558,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492785451326,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492785484094,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_1971.webp?v=1762021053"},{"product_id":"relaxed-top-burgandy","title":"Relaxed Top Burgandy","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.4s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .statement-box { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; position: relative; overflow: hidden; text-align: center; }\n        .product-description-section .statement-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .statement-text { font-size: 1.15rem; font-weight: 300; color: #ffffff; letter-spacing: 2px; line-height: 1.8; position: relative; z-index: 1; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eRelaxed Top Burgandy\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eEVERYDAY EASE\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eCrafted from 100% premium Egyptian cotton, this relaxed-fit top offers a soft, structured feel designed for everyday ease. The smooth texture and clean finish create a refined look that balances comfort with style.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSculpted Silhouette\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eLoose through shoulders and chest, tapering at the waist for a natural shape\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSoft \u0026amp; Structured\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePremium cotton provides gentle support with comfortable flexibility\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eClean Finish\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSmooth texture with refined details for modern sophistication\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Top Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eTop Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eChest Width\u003c\/td\u003e\n\u003ctd\u003e49\u003c\/td\u003e\n\u003ctd\u003e51\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e46\u003c\/td\u003e\n\u003ctd\u003e49\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSleeve Length\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003ctd\u003e61\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaist Fit\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e38\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"statement-box\"\u003e\n\u003cp class=\"statement-text\"\u003eSIMPLE · MODERN · TIMELESS\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492784173374,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492784206142,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492784238910,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_2017.webp?v=1762004197"},{"product_id":"relaxed-top-navy-blue","title":"Relaxed Top Navy Blue","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.4s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .statement-box { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; position: relative; overflow: hidden; text-align: center; }\n        .product-description-section .statement-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .statement-text { font-size: 1.15rem; font-weight: 300; color: #ffffff; letter-spacing: 2px; line-height: 1.8; position: relative; z-index: 1; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eRelaxed Top navy blue\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eEVERYDAY EASE\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eCrafted from 100% premium Egyptian cotton, this relaxed-fit top offers a soft, structured feel designed for everyday ease. The smooth texture and clean finish create a refined look that balances comfort with style.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSculpted Silhouette\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eLoose through shoulders and chest, tapering at the waist for a natural shape\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSoft \u0026amp; Structured\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePremium cotton provides gentle support with comfortable flexibility\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eClean Finish\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSmooth texture with refined details for modern sophistication\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Top Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eTop Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eChest Width\u003c\/td\u003e\n\u003ctd\u003e49\u003c\/td\u003e\n\u003ctd\u003e51\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e46\u003c\/td\u003e\n\u003ctd\u003e49\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSleeve Length\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003ctd\u003e61\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaist Fit\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e38\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"statement-box\"\u003e\n\u003cp class=\"statement-text\"\u003eSIMPLE · MODERN · TIMELESS\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492783583550,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492783616318,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492783649086,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_1988_64e51499-2b76-44f7-a8f5-59ea1e615e4a.webp?v=1762021190"},{"product_id":"relaxed-top-black","title":"Relaxed Top Black","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description-section * { margin: 0; padding: 0; box-sizing: border-box; }\n        .product-description-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 80px 20px; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #2c3e50; position: relative; isolation: isolate; }\n        .product-description-section::before { content: ''; position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,0,0,0.03) 0%, transparent 70%); border-radius: 50%; animation: float 6s ease-in-out infinite; }\n        .product-description-section .desc-title { font-size: 2.8rem; font-weight: 300; text-align: center; margin-bottom: 15px; letter-spacing: 4px; text-transform: uppercase; color: #1a1a1a; opacity: 0; animation: fadeInDown 1s ease forwards; }\n        .product-description-section .desc-subtitle { text-align: center; font-size: 1rem; font-weight: 300; color: #666; margin-bottom: 20px; letter-spacing: 1px; opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }\n        .product-description-section .title-divider { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, #1a1a1a, transparent); margin: 0 auto 50px; opacity: 0; animation: expandWidth 1s ease 0.5s forwards; }\n        .product-description-section .desc-content { display: grid; grid-template-columns: 1fr; gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n        .product-description-section .product-card { background: #ffffff; padding: 50px 45px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease 0.7s forwards; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }\n        .product-description-section .product-card::after { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%); border-radius: 50%; }\n        .product-description-section .product-name { font-size: 2rem; font-weight: 400; margin-bottom: 20px; letter-spacing: 2px; color: #1a1a1a; border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .product-description-section .product-text { font-size: 1.05rem; line-height: 1.9; margin-bottom: 35px; font-weight: 300; color: #555; letter-spacing: 0.3px; }\n        .product-description-section .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; }\n        .product-description-section .feature-item { padding: 25px; background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%); border-radius: 8px; border-left: 3px solid #1a1a1a; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.6s ease forwards; transition: all 0.3s ease; }\n        .product-description-section .feature-item:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .feature-item:nth-child(1) { animation-delay: 1s; }\n        .product-description-section .feature-item:nth-child(2) { animation-delay: 1.15s; }\n        .product-description-section .feature-item:nth-child(3) { animation-delay: 1.3s; }\n        .product-description-section .feature-title { font-weight: 600; font-size: 1rem; margin-bottom: 8px; color: #1a1a1a; letter-spacing: 0.5px; }\n        .product-description-section .feature-desc { font-size: 0.9rem; line-height: 1.6; color: #666; font-weight: 300; }\n        \n        \/* Size Chart Container *\/\n        .product-description-section .size-chart { background: #ffffff; padding: 40px 35px; border-radius: 8px; border: 2px solid #f0f0f0; margin-top: 40px; opacity: 0; animation: fadeIn 1s ease 1.4s forwards; transition: all 0.3s ease; }\n        .product-description-section .size-chart:hover { border-color: #1a1a1a; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }\n        .product-description-section .chart-title { font-size: 1.3rem; font-weight: 600; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; text-align: center; }\n        \n        \/* Weight Guide - Highlighted *\/\n        .product-description-section .weight-guide { background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; }\n        .product-description-section .weight-guide .measurement-label { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 15px; }\n        .product-description-section .weight-guide .size-table th { background: rgba(255,255,255,0.1); color: #ffffff; }\n        .product-description-section .weight-guide .size-table td { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.1); }\n        .product-description-section .weight-guide .size-table td:first-child { font-weight: 400; color: #ffffff; font-size: 1rem; }\n        .product-description-section .weight-guide .size-table tr:hover td { background: rgba(255,255,255,0.05); }\n        \n        .product-description-section .measurement-section { margin-bottom: 35px; }\n        .product-description-section .measurement-label { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 15px; text-align: center; text-transform: uppercase; letter-spacing: 1px; }\n        .product-description-section .size-table { width: 100%; border-collapse: collapse; text-align: center; margin-bottom: 10px; }\n        .product-description-section .size-table th { background: #1a1a1a; color: #ffffff; padding: 14px 10px; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.5px; }\n        .product-description-section .size-table td { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; color: #555; font-weight: 300; }\n        .product-description-section .size-table tr:last-child td { border-bottom: none; }\n        .product-description-section .size-table tr:hover td { background: #fafafa; }\n        .product-description-section .size-table td:first-child { font-weight: 600; color: #1a1a1a; }\n        \n        .product-description-section .statement-box { background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%); color: #ffffff; padding: 35px; border-radius: 8px; margin-top: 30px; opacity: 0; animation: fadeIn 1s ease 1.6s forwards; position: relative; overflow: hidden; text-align: center; }\n        .product-description-section .statement-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.05) 50%, transparent 70%); animation: shimmer 3s infinite; }\n        .product-description-section .statement-text { font-size: 1.15rem; font-weight: 300; color: #ffffff; letter-spacing: 2px; line-height: 1.8; position: relative; z-index: 1; }\n        \n        @media (max-width: 768px) { \n            .product-description-section { padding: 60px 20px; } \n            .product-description-section .desc-title { font-size: 2rem; letter-spacing: 2px; } \n            .product-description-section .product-card { padding: 35px 25px; } \n            .product-description-section .product-name { font-size: 1.5rem; } \n            .product-description-section .features-grid { grid-template-columns: 1fr; } \n            .product-description-section .size-chart { padding: 25px 20px; overflow-x: auto; }\n            .product-description-section .size-table { font-size: 0.85rem; }\n            .product-description-section .size-table th, .product-description-section .size-table td { padding: 10px 6px; font-size: 0.8rem; }\n        }\n        \n        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes expandWidth { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes slideInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } }\n        @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }\n    \u003c\/style\u003e\n\u003csection class=\"product-description-section\"\u003e\n\u003ch2 class=\"desc-title\"\u003eRelaxed Top black\u003c\/h2\u003e\n\u003cp class=\"desc-subtitle\"\u003e100% Premium Egyptian Cotton\u003c\/p\u003e\n\u003cdiv class=\"title-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-content\"\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003ch3 class=\"product-name\"\u003eEVERYDAY EASE\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003eCrafted from 100% premium Egyptian cotton, this relaxed-fit top offers a soft, structured feel designed for everyday ease. The smooth texture and clean finish create a refined look that balances comfort with style.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSculpted Silhouette\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eLoose through shoulders and chest, tapering at the waist for a natural shape\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSoft \u0026amp; Structured\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePremium cotton provides gentle support with comfortable flexibility\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eClean Finish\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSmooth texture with refined details for modern sophistication\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-chart\"\u003e\n\u003ch4 class=\"chart-title\"\u003e📏 Size Guide\u003c\/h4\u003e\n\u003c!-- Weight Guide --\u003e\n\u003cdiv class=\"weight-guide\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eRecommended Weight Range\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSIZE\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight (kg)\u003c\/td\u003e\n\u003ctd\u003eUp to 55\u003c\/td\u003e\n\u003ctd\u003eUp to 75\u003c\/td\u003e\n\u003ctd\u003eUp to 95\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Top Measurements --\u003e\n\u003cdiv class=\"measurement-section\"\u003e\n\u003cdiv class=\"measurement-label\"\u003eTop Measurements (cm)\u003c\/div\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMeasurement\u003c\/th\u003e\n\u003cth\u003eS\u003c\/th\u003e\n\u003cth\u003eM\u003c\/th\u003e\n\u003cth\u003eL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eChest Width\u003c\/td\u003e\n\u003ctd\u003e49\u003c\/td\u003e\n\u003ctd\u003e51\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e46\u003c\/td\u003e\n\u003ctd\u003e49\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSleeve Length\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003ctd\u003e61\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaist Fit\u003c\/td\u003e\n\u003ctd\u003e35\u003c\/td\u003e\n\u003ctd\u003e36\u003c\/td\u003e\n\u003ctd\u003e38\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"statement-box\"\u003e\n\u003cp class=\"statement-text\"\u003eSIMPLE · MODERN · TIMELESS\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Blus \u0026 Edge","offers":[{"title":"S \/ Cotton","offer_id":52492783092030,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"M \/ Cotton","offer_id":52492783124798,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"L \/ Cotton","offer_id":52492783157566,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_2035.webp?v=1762020863"},{"product_id":"velvet-purple","title":"Purple Velvet","description":"\u003cp\u003eA flowing velvet kaftan in a rich purple tone, designed with a full-length silhouette that drapes elegantly to the floor. The fabric has a soft, luminous sheen that catches the light and enhances the smooth, luxurious texture. It features wide, relaxed sleeves with contrasting trim at the cuffs, adding a refined decorative touch. The cut is modest yet figure-skimming, creating a graceful and regal look suitable for formal gatherings or special occasions.\u003cbr\u003e\u003c\/p\u003e","brand":"Blush_edge","offers":[{"title":"One size","offer_id":52991646040382,"sku":null,"price":799.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_4397.jpg?v=1770707998"},{"product_id":"grey-velvet","title":"Grey Velvet","description":"\u003cp\u003eA flowing velvet kaftan in a rich grey tone, designed with a full-length silhouette that drapes elegantly to the floor. The fabric has a soft, luminous sheen that catches the light and enhances the smooth, luxurious texture. It features wide, relaxed sleeves with contrasting trim at the cuffs, adding a refined decorative touch. The cut is modest yet figure-skimming, creating a graceful and regal look suitable for formal gatherings or special occasions\u003c\/p\u003e","brand":"Blush_edge","offers":[{"title":"One size","offer_id":52991655969086,"sku":null,"price":1000.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_4426.jpg?v=1770734351"},{"product_id":"black-velvet","title":"Black Velvet","description":"\u003cp\u003eA flowing velvet kaftan in a rich black tone, designed with a full-length silhouette that drapes elegantly to the floor. The fabric has a soft, luminous sheen that catches the light and enhances the smooth, luxurious texture. It features wide, relaxed sleeves with contrasting trim at the cuffs, adding a refined decorative touch. The cut is modest yet figure-skimming, creating a graceful and regal look suitable for formal gatherings or special occasions.\u003c\/p\u003e","brand":"Blush_edge","offers":[{"title":"Default Title","offer_id":52994432303422,"sku":null,"price":799.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_4443.jpg?v=1770725498"},{"product_id":"arabic-kaftan-black","title":"Black arabic kaftan","description":"\u003cp\u003eA flowing kaftan with a soft, lightweight drape and an elegant, open silhouette that layers gracefully over the outfit. The design features wide sleeves finished with detailed embroidered cuffs that add a refined, artisanal touch. The neckline falls smoothly across the shoulders for a relaxed yet polished look. Its fluid structure and clean lines make it ideal for both casual chic styling and elevated daywear.\u003c\/p\u003e","brand":"Blush_edge","offers":[{"title":"Default Title","offer_id":52994458648894,"sku":null,"price":799.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_4341.jpg?v=1770707339"},{"product_id":"black-arabic-kaftan-copy","title":"White Arabic kaftan","description":"\u003cp\u003eA flowing kaftan with a soft, lightweight drape and an elegant, open silhouette that layers gracefully over the outfit. The design features wide sleeves finished with detailed embroidered cuffs that add a refined, artisanal touch. The neckline falls smoothly across the shoulders for a relaxed yet polished look. Its fluid structure and clean lines make it ideal for both casual chic styling and elevated daywear.\u003c\/p\u003e","brand":"Blush_edge","offers":[{"title":"One size","offer_id":52994500067646,"sku":null,"price":849.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_4358.jpg?v=1770730535"},{"product_id":"white-scarf-kaftan","title":"Beige scarf Kaftan","description":"\u003cp\u003eA flowing kaftan with a soft, lightweight drape and an elegant, open silhouette that layers gracefully over the outfit. The design features wide sleeves finished with detailed embroidered cuffs that add a refined, artisanal touch. The neckline falls smoothly across the shoulders for a relaxed yet polished look. Its fluid structure and clean lines make it ideal for both casual chic styling and elevated daywear.\u003c\/p\u003e","brand":"Blush_edge","offers":[{"title":"One Size","offer_id":52994703327550,"sku":null,"price":799.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_4308.jpg?v=1770707410"},{"product_id":"white-arabic-kaftan","title":"White  arabic kaftan","description":"\u003cp\u003eA flowing kaftan with a soft, lightweight drape and an elegant, open silhouette that layers gracefully over the outfit. The design features wide sleeves finished with detailed embroidered cuffs that add a refined, artisanal touch. The neckline falls smoothly across the shoulders for a relaxed yet polished look. Its fluid structure and clean lines make it ideal for both casual chic styling and elevated daywear.\u003c\/p\u003e","brand":"Blush_edge","offers":[{"title":"Default Title","offer_id":52994631991614,"sku":null,"price":1000.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_4357.jpg?v=1770734316"},{"product_id":"white-scarf-kaftan-1","title":"Black Scarf Kaftan","description":"\u003cp\u003eA flowing kaftan with a soft, lightweight drape and an elegant, open silhouette that layers gracefully over the outfit. The design features wide sleeves finished with detailed embroidered cuffs that add a refined, artisanal touch. The neckline falls smoothly across the shoulders for a relaxed yet polished look. Its fluid structure and clean lines make it ideal for both casual chic styling and elevated daywear.\u003c\/p\u003e","brand":"Blush_edge","offers":[{"title":"One Size","offer_id":52994783904062,"sku":null,"price":799.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_4334.jpg?v=1770735949"},{"product_id":"navy-blue-scarf-kaftan","title":"Navy Blue scarf Kaftan","description":"\u003cp\u003eA flowing kaftan with a soft, lightweight drape and an elegant, open silhouette that layers gracefully over the outfit. The design features wide sleeves finished with detailed embroidered cuffs that add a refined, artisanal touch. The neckline falls smoothly across the shoulders for a relaxed yet polished look. Its fluid structure and clean lines make it ideal for both casual chic styling and elevated daywear.\u003c\/p\u003e","brand":"Blush_edge","offers":[{"title":"One Size","offer_id":52994786591038,"sku":null,"price":1400.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/IMG_4321.jpg?v=1770707393"},{"product_id":"ruffled-button-down-blouse","title":"Ruffled Button-Down Blouse","description":"\u003cp\u003eA crisp white poplin blouse featuring a classic pointed collar, dramatic balloon sleeves with tie-cuff details, and an adjustable drawstring waist that cinches to create a flared peplum silhouette. Perfect for elevating wide-leg denim or tailored trousers.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eS\/M option:\u003c\/strong\u003e The label will show “\u003cstrong\u003eSmall\u003c\/strong\u003e” only, but this size fits \u003cstrong\u003eSmall\/Medium.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eL\/XL option:\u003c\/strong\u003e The label will show “\u003cstrong\u003eLarge\u003c\/strong\u003e” only, but this size fits \u003cstrong\u003eLarge\/XL.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Blush_edge","offers":[{"title":"White \/ S\/M","offer_id":53807164293438,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"White \/ L\/XL","offer_id":53812141588798,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Black \/ S\/M","offer_id":53812141621566,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Black \/ L\/XL","offer_id":53812141654334,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Brown \/ S\/M","offer_id":53812141687102,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Brown \/ L\/XL","offer_id":53812141719870,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Rose \/ S\/M","offer_id":53812141752638,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Rose \/ L\/XL","offer_id":53812141785406,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Baby Blue \/ S\/M","offer_id":53812141818174,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Baby Blue \/ L\/XL","offer_id":53812141850942,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/DSC_0168.jpg?v=1782225353"},{"product_id":"plisse-wide-leg-set","title":"Plissé Wide-Leg Set","description":"\u003cp\u003eA textured navy co-ord featuring a cropped zip-up jacket with wide sleeves and matching flowy, high-waisted pants.\u003c\/p\u003e","brand":"Blush_edge","offers":[{"title":"Navy \/ S","offer_id":53807173108030,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"Navy \/ M","offer_id":53807173140798,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"Navy \/ L","offer_id":53807173173566,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"Black \/ S","offer_id":53807173206334,"sku":null,"price":500.0,"currency_code":"EGP","in_stock":true},{"title":"Black \/ M","offer_id":53807173239102,"sku":null,"price":500.0,"currency_code":"EGP","in_stock":false},{"title":"Black \/ L","offer_id":53807173271870,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":false},{"title":"Beige \/ S","offer_id":53807173304638,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"Beige \/ M","offer_id":53807173337406,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"Beige \/ L","offer_id":53807173370174,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Brown \/ S","offer_id":53807173402942,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"Brown \/ M","offer_id":53807173435710,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false},{"title":"Brown \/ L","offer_id":53807173468478,"sku":null,"price":1300.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/DSC_0388.jpg?v=1782226268"},{"product_id":"lace-trim-flare-top","title":"Lace-Trim Flare Top","description":"\u003cp\u003eA soft grey long-sleeve top with white eyelash lace detailing along the V-neck and wide cuffs.\u003c\/p\u003e","brand":"Blush_edge","offers":[{"title":"Gray \/ S","offer_id":53807208202558,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Gray \/ M","offer_id":53807208235326,"sku":null,"price":800.0,"currency_code":"EGP","in_stock":true},{"title":"Gray \/ L","offer_id":53807208268094,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"Navy \/ S","offer_id":53807208300862,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":true},{"title":"Navy \/ M","offer_id":53807208333630,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":true},{"title":"Navy \/ L","offer_id":53807208366398,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":true},{"title":"White \/ S","offer_id":53807208399166,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":false},{"title":"White \/ M","offer_id":53807208431934,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":true},{"title":"White \/ L","offer_id":53807208464702,"sku":null,"price":600.0,"currency_code":"EGP","in_stock":true},{"title":"Brown \/ S","offer_id":53807208497470,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false},{"title":"Brown \/ M","offer_id":53807208530238,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false},{"title":"Brown \/ L","offer_id":53807208563006,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false},{"title":"Black \/ S","offer_id":53807208595774,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false},{"title":"Black \/ M","offer_id":53807208628542,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true},{"title":"Black \/ L","offer_id":53807208661310,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/DSC_0333.jpg?v=1782226621"},{"product_id":"ruched-lace-hem-tee","title":"Ruched Lace-Hem Tee","description":"\u003cp\u003eA crew-neck burgundy top featuring flattering side ruching, high side slits, and a matching lace underlay.\u003c\/p\u003e","brand":"Blush_edge","offers":[{"title":"Burgundy \/ S","offer_id":53807216263486,"sku":null,"price":500.0,"currency_code":"EGP","in_stock":false},{"title":"Burgundy \/ M","offer_id":53807216296254,"sku":null,"price":500.0,"currency_code":"EGP","in_stock":false},{"title":"Burgundy \/ L","offer_id":53807216329022,"sku":null,"price":500.0,"currency_code":"EGP","in_stock":false},{"title":"Black \/ S","offer_id":53807216361790,"sku":null,"price":500.0,"currency_code":"EGP","in_stock":true},{"title":"Black \/ M","offer_id":53807216394558,"sku":null,"price":500.0,"currency_code":"EGP","in_stock":true},{"title":"Black \/ L","offer_id":53807216427326,"sku":null,"price":500.0,"currency_code":"EGP","in_stock":true},{"title":"White \/ S","offer_id":53807216460094,"sku":null,"price":500.0,"currency_code":"EGP","in_stock":true},{"title":"White \/ M","offer_id":53807216492862,"sku":null,"price":500.0,"currency_code":"EGP","in_stock":true},{"title":"White \/ L","offer_id":53807216525630,"sku":null,"price":500.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/7321\/9390\/files\/DSC_0283.jpg?v=1782227008"}],"url":"https:\/\/blushedge.com\/collections\/all-products.oembed?page=4","provider":"Blush_edge","version":"1.0","type":"link"}