{"title":"Short Leather Jackets","description":"","products":[{"product_id":"short-leather-jacket","title":"Short leather jacket-Burgundy","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        \/* Reset and Base Styles *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .product-description-container {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: #fff;\n            color: #333;\n            line-height: 1.8;\n        }\n\n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding-bottom: 20px;\n            border-bottom: 3px solid #8a997c;\n        }\n\n        .product-title {\n            font-size: 2.5em;\n            color: #2c3e50;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n\n        .product-subtitle {\n            font-size: 1.2em;\n            color: #8a997c;\n            font-weight: 400;\n        }\n\n        \/* Introduction *\/\n        .product-intro {\n            background: linear-gradient(135deg, #f5f7f6 0%, #e8ede8 100%);\n            padding: 30px;\n            border-radius: 15px;\n            margin-bottom: 40px;\n            border-left: 5px solid #8a997c;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n        }\n\n        .product-intro p {\n            font-size: 1.15em;\n            color: #555;\n            text-align: center;\n        }\n\n        \/* Features Section *\/\n        .features-section {\n            margin-bottom: 40px;\n        }\n\n        .section-title {\n            font-size: 1.8em;\n            color: #2c3e50;\n            margin-bottom: 25px;\n            padding-left: 15px;\n            border-left: 4px solid #8a997c;\n            display: inline-block;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .feature-card {\n            background: #fff;\n            padding: 25px;\n            border-radius: 12px;\n            border: 2px solid #e0e7e0;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 5px;\n            height: 100%;\n            background: #8a997c;\n            transform: scaleY(0);\n            transition: transform 0.3s ease;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(138, 153, 124, 0.2);\n            border-color: #8a997c;\n        }\n\n        .feature-card:hover::before {\n            transform: scaleY(1);\n        }\n\n        .feature-icon {\n            font-size: 2em;\n            margin-bottom: 10px;\n            color: #8a997c;\n        }\n\n        .feature-title {\n            font-size: 1.1em;\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 8px;\n        }\n\n        .feature-text {\n            color: #666;\n            font-size: 0.95em;\n        }\n\n        \/* Occasions Section *\/\n        .occasions-section {\n            background: linear-gradient(135deg, #8a997c 0%, #6d7d63 100%);\n            padding: 40px;\n            border-radius: 15px;\n            margin-bottom: 40px;\n            color: #fff;\n        }\n\n        .occasions-section .section-title {\n            color: #fff;\n            border-left-color: #fff;\n        }\n\n        .occasions-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin-top: 20px;\n        }\n\n        .occasion-item {\n            background: rgba(255, 255, 255, 0.15);\n            padding: 20px;\n            border-radius: 10px;\n            text-align: center;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: all 0.3s ease;\n        }\n\n        .occasion-item:hover {\n            background: rgba(255, 255, 255, 0.25);\n            transform: scale(1.05);\n        }\n\n        .occasion-item span {\n            font-size: 2em;\n            display: block;\n            margin-bottom: 10px;\n        }\n\n        \/* Size Chart *\/\n        .size-chart-section {\n            margin-bottom: 40px;\n        }\n\n        .size-table-wrapper {\n            overflow-x: auto;\n            margin-top: 20px;\n            border-radius: 12px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n\n        .size-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: #fff;\n        }\n\n        .size-table thead {\n            background: #8a997c;\n            color: #fff;\n        }\n\n        .size-table th,\n        .size-table td {\n            padding: 18px;\n            text-align: center;\n            border: 1px solid #e0e7e0;\n        }\n\n        .size-table th {\n            font-weight: 600;\n            font-size: 1.05em;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .size-table tbody tr {\n            transition: all 0.3s ease;\n        }\n\n        .size-table tbody tr:nth-child(even) {\n            background: #f9faf9;\n        }\n\n        .size-table tbody tr:hover {\n            background: #e8ede8;\n            transform: scale(1.02);\n        }\n\n        .size-table .size-name {\n            font-weight: 600;\n            color: #8a997c;\n            font-size: 1.1em;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8em;\n            }\n\n            .section-title {\n                font-size: 1.4em;\n            }\n\n            .features-grid,\n            .occasions-list {\n                grid-template-columns: 1fr;\n            }\n\n            .product-intro,\n            .occasions-section {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description-container\"\u003e\n\u003c!-- Header --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eShort Leather Jacket - Burgundy\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eStatement Short Leather Jacket in Bold Burgundy\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Introduction --\u003e\n\u003cdiv class=\"product-intro\"\u003e\n\u003cp\u003eStand out from the crowd with our stunning short leather jacket in rich burgundy. This bold piece brings a pop of color and luxury to your outerwear collection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section --\u003e\n\u003csection class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💜\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eRich Burgundy Color\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eDeep wine-toned finish for a luxurious look\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003ePremium Faux Leather\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eHigh-quality material with smooth texture\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eFront Zipper\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eSleek zipper closure for modern appeal\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e👔\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eStructured Collar\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eClassic pointed collar adds elegance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💪\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eBomber Style Cut\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eCropped length with ribbed hem detail\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌟\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEye-Catching Style\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eMakes any outfit instantly stylish\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Occasions Section --\u003e\n\u003csection class=\"occasions-section\"\u003e\n\u003ch2 class=\"section-title\"\u003ePerfect For\u003c\/h2\u003e\n\u003cdiv class=\"occasions-list\"\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cspan\u003e🎉\u003c\/span\u003e\n\u003cp\u003eSpecial Events\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cspan\u003e🌃\u003c\/span\u003e\n\u003cp\u003eNight Outs\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cspan\u003e📸\u003c\/span\u003e\n\u003cp\u003eStatement Looks\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cspan\u003e🍂\u003c\/span\u003e\n\u003cp\u003eFall Fashion\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Size Chart Section --\u003e\n\u003csection class=\"size-chart-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSize Chart\u003c\/h2\u003e\n\u003cdiv class=\"size-table-wrapper\"\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eChest (cm)\u003c\/th\u003e\n\u003cth\u003eLength (cm)\u003c\/th\u003e\n\u003cth\u003eShoulder (cm)\u003c\/th\u003e\n\u003cth\u003eSleeve Length (cm)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"size-name\"\u003eS-M\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"size-name\"\u003eL-XL\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Sh Designs","offers":[{"title":"Burgundy \/ S-M","offer_id":44169098559603,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false},{"title":"Burgundy \/ L-XL","offer_id":44169532113011,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0685\/3142\/1299\/files\/IMG_0387.webp?v=1766147069"},{"product_id":"short-leather-jacket-1","title":"Short leather jacket-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        \/* Reset and Base Styles *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .product-description-container {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: #fff;\n            color: #333;\n            line-height: 1.8;\n        }\n\n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding-bottom: 20px;\n            border-bottom: 3px solid #8a997c;\n        }\n\n        .product-title {\n            font-size: 2.5em;\n            color: #2c3e50;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n\n        .product-subtitle {\n            font-size: 1.2em;\n            color: #8a997c;\n            font-weight: 400;\n        }\n\n        \/* Introduction *\/\n        .product-intro {\n            background: linear-gradient(135deg, #f5f7f6 0%, #e8ede8 100%);\n            padding: 30px;\n            border-radius: 15px;\n            margin-bottom: 40px;\n            border-left: 5px solid #8a997c;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n        }\n\n        .product-intro p {\n            font-size: 1.15em;\n            color: #555;\n            text-align: center;\n        }\n\n        \/* Features Section *\/\n        .features-section {\n            margin-bottom: 40px;\n        }\n\n        .section-title {\n            font-size: 1.8em;\n            color: #2c3e50;\n            margin-bottom: 25px;\n            padding-left: 15px;\n            border-left: 4px solid #8a997c;\n            display: inline-block;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .feature-card {\n            background: #fff;\n            padding: 25px;\n            border-radius: 12px;\n            border: 2px solid #e0e7e0;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 5px;\n            height: 100%;\n            background: #8a997c;\n            transform: scaleY(0);\n            transition: transform 0.3s ease;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(138, 153, 124, 0.2);\n            border-color: #8a997c;\n        }\n\n        .feature-card:hover::before {\n            transform: scaleY(1);\n        }\n\n        .feature-icon {\n            font-size: 2em;\n            margin-bottom: 10px;\n            color: #8a997c;\n        }\n\n        .feature-title {\n            font-size: 1.1em;\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 8px;\n        }\n\n        .feature-text {\n            color: #666;\n            font-size: 0.95em;\n        }\n\n        \/* Occasions Section *\/\n        .occasions-section {\n            background: linear-gradient(135deg, #8a997c 0%, #6d7d63 100%);\n            padding: 40px;\n            border-radius: 15px;\n            margin-bottom: 40px;\n            color: #fff;\n        }\n\n        .occasions-section .section-title {\n            color: #fff;\n            border-left-color: #fff;\n        }\n\n        .occasions-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin-top: 20px;\n        }\n\n        .occasion-item {\n            background: rgba(255, 255, 255, 0.15);\n            padding: 20px;\n            border-radius: 10px;\n            text-align: center;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: all 0.3s ease;\n        }\n\n        .occasion-item:hover {\n            background: rgba(255, 255, 255, 0.25);\n            transform: scale(1.05);\n        }\n\n        .occasion-item span {\n            font-size: 2em;\n            display: block;\n            margin-bottom: 10px;\n        }\n\n        \/* Size Chart *\/\n        .size-chart-section {\n            margin-bottom: 40px;\n        }\n\n        .size-table-wrapper {\n            overflow-x: auto;\n            margin-top: 20px;\n            border-radius: 12px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n\n        .size-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: #fff;\n        }\n\n        .size-table thead {\n            background: #8a997c;\n            color: #fff;\n        }\n\n        .size-table th,\n        .size-table td {\n            padding: 18px;\n            text-align: center;\n            border: 1px solid #e0e7e0;\n        }\n\n        .size-table th {\n            font-weight: 600;\n            font-size: 1.05em;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .size-table tbody tr {\n            transition: all 0.3s ease;\n        }\n\n        .size-table tbody tr:nth-child(even) {\n            background: #f9faf9;\n        }\n\n        .size-table tbody tr:hover {\n            background: #e8ede8;\n            transform: scale(1.02);\n        }\n\n        .size-table .size-name {\n            font-weight: 600;\n            color: #8a997c;\n            font-size: 1.1em;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8em;\n            }\n\n            .section-title {\n                font-size: 1.4em;\n            }\n\n            .features-grid,\n            .occasions-list {\n                grid-template-columns: 1fr;\n            }\n\n            .product-intro,\n            .occasions-section {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description-container\"\u003e\n\u003c!-- Header --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eShort Leather Jacket - Black\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eClassic Short Leather Jacket in Timeless Black\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Introduction --\u003e\n\u003cdiv class=\"product-intro\"\u003e\n\u003cp\u003eMake a statement with our classic short leather jacket in sleek black. This essential piece combines timeless style with modern edge for a versatile wardrobe staple.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section --\u003e\n\u003csection class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🖤\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eClassic Black Leather\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003ePremium faux leather in timeless black finish\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eSleek Design\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eModern cut with clean lines for effortless style\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eZipper Closure\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eDurable metal zipper for easy wear\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e👔\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eClassic Collar\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eStructured collar adds sophistication\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💪\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eCropped Length\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003ePerfect short length for trendy styling\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌟\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eUniversal Match\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eGoes with absolutely everything\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Occasions Section --\u003e\n\u003csection class=\"occasions-section\"\u003e\n\u003ch2 class=\"section-title\"\u003ePerfect For\u003c\/h2\u003e\n\u003cdiv class=\"occasions-list\"\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cspan\u003e🎸\u003c\/span\u003e\n\u003cp\u003eEveryday Style\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cspan\u003e🌃\u003c\/span\u003e\n\u003cp\u003eEvening Out\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cspan\u003e🏍️\u003c\/span\u003e\n\u003cp\u003eBold Fashion\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cspan\u003e🍂\u003c\/span\u003e\n\u003cp\u003eAll Seasons\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Size Chart Section --\u003e\n\u003csection class=\"size-chart-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSize Chart\u003c\/h2\u003e\n\u003cdiv class=\"size-table-wrapper\"\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eChest (cm)\u003c\/th\u003e\n\u003cth\u003eLength (cm)\u003c\/th\u003e\n\u003cth\u003eShoulder (cm)\u003c\/th\u003e\n\u003cth\u003eSleeve Length (cm)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"size-name\"\u003eS-M\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"size-name\"\u003eL-XL\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Sh Designs","offers":[{"title":"Black \/ S-M","offer_id":44169102229619,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false},{"title":"Black \/ L-XL","offer_id":44169523724403,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0685\/3142\/1299\/files\/IMG_0407.webp?v=1766155112"},{"product_id":"short-leather-jacket-2","title":"Short leather jacket-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        \/* Reset and Base Styles *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .product-description-container {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: #fff;\n            color: #333;\n            line-height: 1.8;\n        }\n\n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding-bottom: 20px;\n            border-bottom: 3px solid #8a997c;\n        }\n\n        .product-title {\n            font-size: 2.5em;\n            color: #2c3e50;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n\n        .product-subtitle {\n            font-size: 1.2em;\n            color: #8a997c;\n            font-weight: 400;\n        }\n\n        \/* Introduction *\/\n        .product-intro {\n            background: linear-gradient(135deg, #f5f7f6 0%, #e8ede8 100%);\n            padding: 30px;\n            border-radius: 15px;\n            margin-bottom: 40px;\n            border-left: 5px solid #8a997c;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n        }\n\n        .product-intro p {\n            font-size: 1.15em;\n            color: #555;\n            text-align: center;\n        }\n\n        \/* Features Section *\/\n        .features-section {\n            margin-bottom: 40px;\n        }\n\n        .section-title {\n            font-size: 1.8em;\n            color: #2c3e50;\n            margin-bottom: 25px;\n            padding-left: 15px;\n            border-left: 4px solid #8a997c;\n            display: inline-block;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .feature-card {\n            background: #fff;\n            padding: 25px;\n            border-radius: 12px;\n            border: 2px solid #e0e7e0;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 5px;\n            height: 100%;\n            background: #8a997c;\n            transform: scaleY(0);\n            transition: transform 0.3s ease;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(138, 153, 124, 0.2);\n            border-color: #8a997c;\n        }\n\n        .feature-card:hover::before {\n            transform: scaleY(1);\n        }\n\n        .feature-icon {\n            font-size: 2em;\n            margin-bottom: 10px;\n            color: #8a997c;\n        }\n\n        .feature-title {\n            font-size: 1.1em;\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 8px;\n        }\n\n        .feature-text {\n            color: #666;\n            font-size: 0.95em;\n        }\n\n        \/* Occasions Section *\/\n        .occasions-section {\n            background: linear-gradient(135deg, #8a997c 0%, #6d7d63 100%);\n            padding: 40px;\n            border-radius: 15px;\n            margin-bottom: 40px;\n            color: #fff;\n        }\n\n        .occasions-section .section-title {\n            color: #fff;\n            border-left-color: #fff;\n        }\n\n        .occasions-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin-top: 20px;\n        }\n\n        .occasion-item {\n            background: rgba(255, 255, 255, 0.15);\n            padding: 20px;\n            border-radius: 10px;\n            text-align: center;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: all 0.3s ease;\n        }\n\n        .occasion-item:hover {\n            background: rgba(255, 255, 255, 0.25);\n            transform: scale(1.05);\n        }\n\n        .occasion-item span {\n            font-size: 2em;\n            display: block;\n            margin-bottom: 10px;\n        }\n\n        \/* Size Chart *\/\n        .size-chart-section {\n            margin-bottom: 40px;\n        }\n\n        .size-table-wrapper {\n            overflow-x: auto;\n            margin-top: 20px;\n            border-radius: 12px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n\n        .size-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: #fff;\n        }\n\n        .size-table thead {\n            background: #8a997c;\n            color: #fff;\n        }\n\n        .size-table th,\n        .size-table td {\n            padding: 18px;\n            text-align: center;\n            border: 1px solid #e0e7e0;\n        }\n\n        .size-table th {\n            font-weight: 600;\n            font-size: 1.05em;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .size-table tbody tr {\n            transition: all 0.3s ease;\n        }\n\n        .size-table tbody tr:nth-child(even) {\n            background: #f9faf9;\n        }\n\n        .size-table tbody tr:hover {\n            background: #e8ede8;\n            transform: scale(1.02);\n        }\n\n        .size-table .size-name {\n            font-weight: 600;\n            color: #8a997c;\n            font-size: 1.1em;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8em;\n            }\n\n            .section-title {\n                font-size: 1.4em;\n            }\n\n            .features-grid,\n            .occasions-list {\n                grid-template-columns: 1fr;\n            }\n\n            .product-intro,\n            .occasions-section {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description-container\"\u003e\n\u003c!-- Header --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eShort Leather Jacket - Brown\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003ePremium Short Leather Jacket in Rich Brown\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Introduction --\u003e\n\u003cdiv class=\"product-intro\"\u003e\n\u003cp\u003eUpgrade your outerwear collection with our luxurious short leather jacket in rich brown. This statement piece combines premium quality with edgy style for a bold, confident look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section --\u003e\n\u003csection class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003ePremium Leather Material\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eHigh-quality faux leather with luxurious finish\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🎨\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eRich Brown Tone\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eDeep chocolate brown for a sophisticated look\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eFront Zipper Closure\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eSmooth silver zipper for easy wear\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e👔\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eStylish Collar Design\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eClassic collar that adds edge to any outfit\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💪\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eCropped Fit\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eModern short length perfect for layering\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌟\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eVersatile Style\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003ePairs effortlessly with jeans or dresses\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Occasions Section --\u003e\n\u003csection class=\"occasions-section\"\u003e\n\u003ch2 class=\"section-title\"\u003ePerfect For\u003c\/h2\u003e\n\u003cdiv class=\"occasions-list\"\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cspan\u003e🎸\u003c\/span\u003e\n\u003cp\u003eCasual Outings\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cspan\u003e🌃\u003c\/span\u003e\n\u003cp\u003eNight Events\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cspan\u003e🏍️\u003c\/span\u003e\n\u003cp\u003eEdgy Looks\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"occasion-item\"\u003e\n\u003cspan\u003e🍂\u003c\/span\u003e\n\u003cp\u003eFall Season\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Size Chart Section --\u003e\n\u003csection class=\"size-chart-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSize Chart\u003c\/h2\u003e\n\u003cdiv class=\"size-table-wrapper\"\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eChest (cm)\u003c\/th\u003e\n\u003cth\u003eLength (cm)\u003c\/th\u003e\n\u003cth\u003eShoulder (cm)\u003c\/th\u003e\n\u003cth\u003eSleeve Length (cm)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"size-name\"\u003eS-M\u003c\/td\u003e\n\u003ctd\u003e54\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"size-name\"\u003eL-XL\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Sh Designs","offers":[{"title":"Brown \/ S-M","offer_id":44169142861939,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false},{"title":"Brown \/ L-XL","offer_id":44169510584435,"sku":null,"price":999.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0685\/3142\/1299\/files\/IMG_0439.webp?v=1766151118"}],"url":"https:\/\/www.sh-designs.store\/collections\/short-leather-jackets.oembed","provider":"Sh Designs","version":"1.0","type":"link"}