{"product_id":"basic-cardijan","title":"Basic Cardijan","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \n        \/* Table styling *\/\n        .luxCloth_table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 1rem;\n            font-family: 'Noto Kufi Arabic', sans-serif;\n            background: rgba(249, 245, 236, 0.3);\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 8px 20px rgba(221, 165, 40, 0.1);\n        }\n        \n        .luxCloth_table th {\n            background: linear-gradient(135deg, #dda528 0%, rgba(221, 165, 40, 0.8) 100%);\n            color: white;\n            padding: 1.8rem;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1.6rem;\n            border: none;\n        }\n        \n        .luxCloth_table td {\n            padding: 1.5rem;\n            text-align: center;\n            border: 2px solid rgba(221, 165, 40, 0.3);\n            font-size: 1.5rem;\n            color: #333333;\n            background: rgba(249, 245, 236, 0.2);\n            transition: all 0.3s ease;\n            font-weight: 500;\n        }\n        \n        .luxCloth_table tr:hover td {\n            background: rgba(221, 165, 40, 0.08);\n            transform: scale(1.02);\n            box-shadow: 0 4px 12px rgba(221, 165, 40, 0.15);\n        }\n        \n        .luxCloth_table .size-label {\n            background: linear-gradient(135deg, rgba(221, 165, 40, 0.15) 0%, rgba(221, 165, 40, 0.08) 100%);\n            font-weight: 700;\n            color: #dda528;\n            font-size: 1.4rem;\n        }\n        \/* CSS Reset and Isolation *\/\n        .luxCloth_section {\n            all: initial;\n            display: block;\n            direction: rtl;\n            font-family: 'Noto Kufi Arabic', sans-serif;\n            background: linear-gradient(135deg, #f9f5ec 0%, #f7f2e3 50%, #f9f5ec 100%);\n            min-height: 100vh;\n            width: 100%;\n            max-width: 100%;\n            margin: 0;\n            padding: 4rem 0;\n            position: relative;\n            overflow: hidden;\n            box-sizing: border-box;\n        }\n        \n        .luxCloth_section * {\n            box-sizing: border-box;\n            direction: rtl;\n        }\n        \n        \/* Background animations *\/\n        .luxCloth_section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: \n                radial-gradient(circle at 15% 25%, rgba(221, 165, 40, 0.04) 0%, transparent 40%),\n                radial-gradient(circle at 85% 75%, rgba(221, 165, 40, 0.03) 0%, transparent 45%);\n            animation: luxCloth_ambientFlow 25s ease-in-out infinite;\n            z-index: 1;\n        }\n        \n        .luxCloth_section::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: \n                radial-gradient(ellipse at 70% 30%, rgba(221, 165, 40, 0.02) 0%, transparent 60%),\n                radial-gradient(ellipse at 30% 80%, rgba(221, 165, 40, 0.015) 0%, transparent 50%);\n            animation: luxCloth_ambientFlow 35s ease-in-out infinite reverse;\n            z-index: 1;\n        }\n        \n        @keyframes luxCloth_ambientFlow {\n            0%, 100% { \n                transform: translate(0, 0) scale(1);\n                opacity: 1;\n            }\n            50% { \n                transform: translate(2%, -3%) scale(0.95);\n                opacity: 0.8;\n            }\n        }\n        \n        \/* Floating shapes *\/\n        .luxCloth_floating_elements {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            pointer-events: none;\n            z-index: 1;\n        }\n        \n        .luxCloth_float_shape {\n            position: absolute;\n            opacity: 0.1;\n        }\n        \n        .luxCloth_float_shape:nth-child(1) {\n            top: 10%;\n            left: 15%;\n            width: 60px;\n            height: 60px;\n            border: 2px solid #dda528;\n            border-radius: 50%;\n            animation: luxCloth_floatShape1 18s ease-in-out infinite;\n        }\n        \n        .luxCloth_float_shape:nth-child(2) {\n            top: 60%;\n            right: 20%;\n            width: 40px;\n            height: 40px;\n            background: linear-gradient(45deg, rgba(221, 165, 40, 0.1), transparent);\n            transform: rotate(45deg);\n            animation: luxCloth_floatShape2 22s ease-in-out infinite;\n        }\n        \n        @keyframes luxCloth_floatShape1 {\n            0%, 100% { \n                transform: translateY(0) rotate(0deg);\n                opacity: 0.05;\n            }\n            50% { \n                transform: translateY(-30px) rotate(180deg);\n                opacity: 0.15;\n            }\n        }\n        \n        @keyframes luxCloth_floatShape2 {\n            0%, 100% { \n                transform: translate(0, 0) rotate(45deg);\n                opacity: 0.08;\n            }\n            50% { \n                transform: translate(20px, -15px) rotate(225deg);\n                opacity: 0.12;\n            }\n        }\n        \n        \/* Container *\/\n        .luxCloth_container {\n            max-width: 100%;\n            width: 100%;\n            margin: 0;\n            padding: 0 2rem;\n            position: relative;\n            z-index: 2;\n            box-sizing: border-box;\n        }\n        \n        \/* Header *\/\n        .luxCloth_header {\n            text-align: center;\n            margin-bottom: 4rem;\n            opacity: 0;\n            animation: luxCloth_fadeInUp 1.2s ease-out 0.3s forwards;\n        }\n        \n        .luxCloth_title {\n            font-family: 'Noto Kufi Arabic', sans-serif;\n            font-size: 2.8rem;\n            font-weight: 700;\n            color: #333333;\n            position: relative;\n            margin-bottom: 1rem;\n            display: inline-block;\n        }\n        \n        .luxCloth_title::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: linear-gradient(45deg, \n                rgba(221, 165, 40, 0.1) 0%, \n                rgba(221, 165, 40, 0.3) 30%, \n                rgba(221, 165, 40, 0.1) 60%, \n                rgba(221, 165, 40, 0.3) 100%);\n            background-size: 300% 300%;\n            animation: luxCloth_backgroundShimmer 4s ease-in-out infinite;\n            border-radius: 15px;\n            z-index: -1;\n            opacity: 0.7;\n        }\n        \n        @keyframes luxCloth_backgroundShimmer {\n            0%, 100% { \n                background-position: 0% 50%;\n                opacity: 0.3;\n            }\n            50% { \n                background-position: 100% 50%;\n                opacity: 0.7;\n            }\n        }\n        \n        .luxCloth_divider {\n            width: 120px;\n            height: 2px;\n            background: #dda528;\n            margin: 2rem auto;\n            position: relative;\n            opacity: 0;\n            animation: luxCloth_fadeIn 1s ease-out 1s forwards, luxCloth_dividerPulse 3s ease-in-out infinite 2s;\n        }\n        \n        .luxCloth_divider::before {\n            content: '';\n            position: absolute;\n            top: -1px;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: repeating-linear-gradient(90deg, #dda528 0px, #dda528 8px, transparent 8px, transparent 16px);\n        }\n        \n        @keyframes luxCloth_dividerPulse {\n            0%, 100% { \n                transform: scaleX(1);\n                opacity: 1;\n            }\n            50% { \n                transform: scaleX(1.3);\n                opacity: 0.8;\n            }\n        }\n        \n        @keyframes luxCloth_fadeIn {\n            to { opacity: 1; }\n        }\n        \n        @keyframes luxCloth_fadeInUp {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        \/* Section wrappers *\/\n        .luxCloth_section_wrapper {\n            background: linear-gradient(135deg, \n                rgba(249, 245, 236, 0.9) 0%, \n                rgba(249, 245, 236, 0.7) 50%, \n                rgba(249, 245, 236, 0.85) 100%);\n            backdrop-filter: blur(15px);\n            border-radius: 25px;\n            padding: 3.5rem;\n            margin-bottom: 4rem;\n            box-shadow: \n                0 20px 60px rgba(221, 165, 40, 0.12),\n                0 8px 25px rgba(51, 51, 51, 0.08);\n            border: 2px solid rgba(221, 165, 40, 0.2);\n            border-left: 6px solid rgba(221, 165, 40, 0.3);\n            position: relative;\n            overflow: hidden;\n            opacity: 0;\n            transform: translateY(40px);\n        }\n        \n        .luxCloth_section_wrapper:nth-child(2) { \n            animation: luxCloth_fadeInUp 1s ease-out 0.8s forwards;\n        }\n        \n        .luxCloth_section_wrapper:nth-child(3) { \n            animation: luxCloth_fadeInUp 1s ease-out 1.2s forwards;\n            border-left-color: rgba(221, 165, 40, 0.4);\n        }\n        \n        .luxCloth_section_wrapper::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, \n                transparent 0%, \n                rgba(221, 165, 40, 0.6) 50%, \n                transparent 100%);\n            animation: luxCloth_borderShimmer 4s ease-in-out infinite;\n        }\n        \n        @keyframes luxCloth_borderShimmer {\n            0%, 100% { opacity: 0.5; }\n            50% { opacity: 1; }\n        }\n        \n        \/* Section titles *\/\n        .luxCloth_section_title {\n            font-family: 'Noto Kufi Arabic', sans-serif;\n            font-size: 2.3rem;\n            font-weight: 700;\n            color: #333333;\n            margin-bottom: 2.5rem;\n            position: relative;\n            display: inline-block;\n            padding-bottom: 1rem;\n        }\n        \n        .luxCloth_section_title::before {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: linear-gradient(90deg, #dda528 0%, rgba(221, 165, 40, 0.3) 100%);\n            border-radius: 2px;\n        }\n        \n        \/* Typography *\/\n        .luxCloth_text {\n            font-size: 1.4rem;\n            line-height: 1.8;\n            color: #333333;\n            margin-bottom: 1.5rem;\n            font-family: 'Noto Kufi Arabic', sans-serif;\n        }\n        \n        \/* Lists *\/\n        .luxCloth_list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n        \n        .luxCloth_list_item {\n            position: relative;\n            padding: 1.2rem 2rem;\n            margin-bottom: 1.5rem;\n            background: linear-gradient(135deg, \n                rgba(249, 245, 236, 0.4) 0%, \n                rgba(249, 245, 236, 0.1) 100%);\n            border: 1px solid rgba(221, 165, 40, 0.15);\n            border-radius: 15px;\n            transition: all 0.4s ease;\n            backdrop-filter: blur(5px);\n        }\n        \n        .luxCloth_list_item:hover {\n            transform: translateX(-8px);\n            background: linear-gradient(135deg, \n                rgba(221, 165, 40, 0.08) 0%, \n                rgba(249, 245, 236, 0.3) 100%);\n            border-color: rgba(221, 165, 40, 0.3);\n            box-shadow: 0 12px 30px rgba(221, 165, 40, 0.15);\n        }\n        \n        .luxCloth_list_item::before {\n            content: '';\n            position: absolute;\n            right: 1rem;\n            top: 50%;\n            transform: translateY(-50%);\n            width: 8px;\n            height: 8px;\n            background: radial-gradient(circle, #dda528 0%, rgba(221, 165, 40, 0.3) 100%);\n            border-radius: 50%;\n            transition: all 0.3s ease;\n        }\n        \n        .luxCloth_list_item:hover::before {\n            width: 12px;\n            height: 12px;\n        }\n        \n        \/* Nested lists *\/\n        .luxCloth_nested_list {\n            margin-top: 1.5rem;\n            padding-right: 2rem;\n            border-right: 2px solid rgba(221, 165, 40, 0.2);\n            list-style: none;\n        }\n        \n        .luxCloth_nested_item {\n            font-size: 1.3rem;\n            padding: 1rem 1.5rem;\n            margin-bottom: 1rem;\n            background: rgba(249, 245, 236, 0.3);\n            border: 1px solid rgba(221, 165, 40, 0.1);\n            border-radius: 10px;\n            position: relative;\n            transition: all 0.3s ease;\n        }\n        \n        .luxCloth_nested_item:hover {\n            background: rgba(221, 165, 40, 0.05);\n            transform: translateX(-5px);\n        }\n        \n        .luxCloth_nested_item::before {\n            content: '◦';\n            color: #dda528;\n            font-size: 1.2rem;\n            position: absolute;\n            right: 1rem;\n            top: 50%;\n            transform: translateY(-50%);\n        }\n        \n        \/* Main divider *\/\n        .luxCloth_main_divider {\n            margin: 2.5rem 0;\n            padding: 2rem 0;\n            border-top: 2px solid rgba(221, 165, 40, 0.2);\n            border-bottom: 1px solid rgba(221, 165, 40, 0.1);\n            background: linear-gradient(135deg, \n                rgba(221, 165, 40, 0.02) 0%, \n                transparent 50%, \n                rgba(221, 165, 40, 0.02) 100%);\n            position: relative;\n        }\n        \n        .luxCloth_main_divider::before {\n            content: '';\n            position: absolute;\n            top: -1px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 60px;\n            height: 4px;\n            background: linear-gradient(90deg, transparent 0%, #dda528 50%, transparent 100%);\n            border-radius: 2px;\n        }\n        \n        \/* Care section *\/\n        .luxCloth_care_section {\n            background: linear-gradient(135deg, \n                rgba(221, 165, 40, 0.08) 0%, \n                rgba(249, 245, 236, 0.9) 30%, \n                rgba(221, 165, 40, 0.05) 100%);\n            border-left-color: rgba(221, 165, 40, 0.5);\n        }\n        \n        .luxCloth_care_section::after {\n            content: '';\n            position: absolute;\n            top: 15px;\n            right: 15px;\n            width: 80px;\n            height: 80px;\n            background: radial-gradient(circle, rgba(221, 165, 40, 0.15) 0%, transparent 50%);\n            border-radius: 50%;\n            animation: luxCloth_enhancedGlow 6s ease-in-out infinite;\n        }\n        \n        @keyframes luxCloth_enhancedGlow {\n            0%, 100% { \n                transform: scale(1);\n                opacity: 0.4;\n            }\n            50% { \n                transform: scale(1.3);\n                opacity: 0.7;\n            }\n        }\n        \n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .luxCloth_section {\n                padding: 2rem 0;\n            }\n            \n            .luxCloth_container {\n                padding: 0 1rem;\n            }\n            \n            .luxCloth_title {\n                font-size: 2rem;\n            }\n            \n            .luxCloth_section_wrapper {\n                padding: 2rem;\n                margin-bottom: 2rem;\n            }\n            \n            .luxCloth_floating_elements {\n                display: none;\n            }\n            \n            .luxCloth_table th {\n                padding: 0.8rem 0.3rem;\n                font-size: 1rem;\n            }\n            \n            .luxCloth_table td {\n                padding: 0.8rem 0.3rem;\n                font-size: 1rem;\n            }\n            \n            .luxCloth_table .size-label {\n                font-size: 0.9rem;\n            }\n        }\n        \n        @media (min-width: 1200px) {\n            .luxCloth_container {\n                padding: 0 4rem;\n            }\n            \n            .luxCloth_section_wrapper {\n                padding: 4rem;\n            }\n        }\n        \n        \/* Strong text styling *\/\n        .luxCloth_section strong {\n            color: #dda528;\n            font-weight: 600;\n        }\n        \n        \/* Paragraph styling *\/\n        .luxCloth_section p {\n            margin: 0;\n            padding: 0;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"luxCloth_section\"\u003e\n\u003cdiv class=\"luxCloth_floating_elements\"\u003e\n\u003cdiv class=\"luxCloth_float_shape\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"luxCloth_float_shape\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"luxCloth_container\"\u003e\n\u003cdiv class=\"luxCloth_header\"\u003e\n\u003ch1 class=\"luxCloth_title\"\u003eتفاصيل المنتج\u003c\/h1\u003e\n\u003cdiv class=\"luxCloth_divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"luxCloth_section_wrapper\"\u003e\n\u003cul class=\"luxCloth_list\"\u003e\n\u003cli class=\"luxCloth_list_item\"\u003e\n\u003cp class=\"luxCloth_text\"\u003e\u003cstrong\u003eالنوع:\u003c\/strong\u003e كارديجان\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxCloth_list_item\"\u003e\n\u003cp class=\"luxCloth_text\"\u003e\u003cstrong\u003eالخامة:\u003c\/strong\u003e كتان مارشيه 100% طبيعي ,ناعم، خفيف، يسمح بمرور الهواء بسهولة ويمنحك إحساسًا دائمًا بالراحة\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"luxCloth_list_item\"\u003e\n\u003cp class=\"luxCloth_text\"\u003e\u003cstrong\u003eالقصّة:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"luxCloth_nested_list\"\u003e\n\u003cli class=\"luxCloth_nested_item\"\u003eكارديجان بيزك\u003c\/li\u003e\n\u003cli class=\"luxCloth_nested_item\"\u003eمزود بفتحه من الجنب\u003c\/li\u003e\n\u003cli class=\"luxCloth_nested_item\"\u003eأكمام طويلة بكُمّ مرن\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"luxCloth_section_wrapper luxCloth_care_section\"\u003e\n\u003ch2 class=\"luxCloth_section_title\"\u003eجدول المقاسات\u003c\/h2\u003e\n\u003ctable class=\"luxCloth_table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eالمقاس\u003c\/th\u003e\n\u003cth\u003eعرض الصدر\u003c\/th\u003e\n\u003cth\u003eطول الكم\u003c\/th\u003e\n\u003cth\u003eالطول\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"size-label\"\u003eM\u003c\/td\u003e\n\u003ctd\u003e62\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003ctd\u003e145\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"size-label\"\u003eL\u003c\/td\u003e\n\u003ctd\u003e64\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003ctd\u003e145\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"size-label\"\u003eXL\u003c\/td\u003e\n\u003ctd\u003e66\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003ctd\u003e145\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"size-label\"\u003e2XL\u003c\/td\u003e\n\u003ctd\u003e68\u003c\/td\u003e\n\u003ctd\u003e52\u003c\/td\u003e\n\u003ctd\u003e145\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Redaa-Eg","offers":[{"title":"ابيض \/ M \/ كتان","offer_id":46497299497209,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false},{"title":"ابيض \/ L \/ كتان","offer_id":46497307721977,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false},{"title":"ابيض \/ Xl \/ كتان","offer_id":46497307754745,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false},{"title":"ابيض \/ XXl \/ كتان","offer_id":46497307787513,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false},{"title":"اسود \/ M \/ كتان","offer_id":46497298776313,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":true},{"title":"اسود \/ L \/ كتان","offer_id":46497307623673,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false},{"title":"اسود \/ Xl \/ كتان","offer_id":46497307656441,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false},{"title":"اسود \/ XXl \/ كتان","offer_id":46497307689209,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false},{"title":"بيج \/ M \/ كتان","offer_id":46497299529977,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false},{"title":"بيج \/ L \/ كتان","offer_id":46497307820281,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false},{"title":"بيج \/ Xl \/ كتان","offer_id":46497307853049,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false},{"title":"بيج \/ XXl \/ كتان","offer_id":46497307885817,"sku":null,"price":750.0,"currency_code":"EGP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0504\/4178\/1410\/files\/107.webp?v=1752597876","url":"https:\/\/redaa-eg.com\/en\/products\/basic-cardijan","provider":"Redaa-Eg","version":"1.0","type":"link"}