{"product_id":"certified-kiswah-of-the-holy-kaaba-45x45-cm","title":"Certified Kiswah of the Holy Kaaba - 45x45 cm","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Amiri:ital,wght@0,400;0,700;1,400\u0026amp;family=Cinzel:wght@400;600;700\u0026amp;family=Montserrat:wght@300;400;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-bg: #0a0f0d; \/* Derin İslami Gece Yeşili\/Siyahı *\/\n            --accent-gold: #d4af37; \/* Klasik Altın Varak *\/\n            --light-gold: #f3e5ab; \/* Parlak İslami Altın *\/\n            --text-light: #f4f4f4;\n            --border-style: 2px solid var(--accent-gold);\n        }\n\n        body {\n            background-color: var(--primary-bg);\n            color: var(--text-light);\n            font-family: 'Montserrat', sans-serif;\n            margin: 0;\n            padding: 40px 20px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n\n        .container {\n            max-width: 800px;\n            background: linear-gradient(135deg, #111a16 0%, #050806 100%);\n            padding: 40px;\n            border: var(--border-style);\n            border-radius: 4px;\n            box-shadow: 0 0 30px rgba(212, 175, 55, 0.15);\n            position: relative;\n        }\n\n        \/* İslami Köşe Süslemeleri *\/\n        .container::before, .container::after {\n            content: \"\";\n            position: absolute;\n            width: 30px;\n            height: 30px;\n            border: 3px solid var(--accent-gold);\n        }\n        .container::before { top: 10px; left: 10px; border-right: none; border-bottom: none; }\n        .container::after { bottom: 10px; right: 10px; border-left: none; border-top: none; }\n\n        \/* Başlık Alanı *\/\n        .header-section {\n            text-align: center;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n            padding-bottom: 30px;\n            margin-bottom: 30px;\n        }\n\n        .arabic-deco {\n            font-family: 'Amiri', serif;\n            color: var(--accent-gold);\n            font-size: 1.8rem;\n            margin-bottom: 10px;\n            letter-spacing: 2px;\n        }\n\n        h1 {\n            font-family: 'Cinzel', serif;\n            color: var(--light-gold);\n            font-size: 2.2rem;\n            margin: 0 0 15px 0;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .subtitle {\n            font-size: 1.1rem;\n            color: #bfa36c;\n            font-style: italic;\n            max-width: 600px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        \/* İçerik Metni *\/\n        .content-section {\n            line-height: 1.8;\n            font-size: 1.05rem;\n            color: #dddddd;\n            text-align: justify;\n        }\n\n        .highlight-box {\n            border-left: 3px solid var(--accent-gold);\n            padding-left: 20px;\n            margin: 25px 0;\n            background: rgba(212, 175, 55, 0.03);\n            font-style: italic;\n        }\n\n        \/* Öne Çıkan Özellikler *\/\n        h2 {\n            font-family: 'Cinzel', serif;\n            color: var(--accent-gold);\n            font-size: 1.4rem;\n            border-bottom: 1px solid rgba(212, 175, 55, 0.2);\n            padding-bottom: 8px;\n            margin-top: 40px;\n        }\n\n        .features-list {\n            list-style: none;\n            padding: 0;\n        }\n\n        .features-list li {\n            margin-bottom: 18px;\n            position: relative;\n            padding-left: 30px;\n        }\n\n        \/* Liste Başı İslami Yıldız\/Nokta İkonu *\/\n        .features-list li::before {\n            content: \"✦\";\n            position: absolute;\n            left: 0;\n            color: var(--accent-gold);\n            font-size: 1.2rem;\n        }\n\n        .features-list strong {\n            color: var(--light-gold);\n            display: block;\n            margin-bottom: 3px;\n            font-size: 1.1rem;\n        }\n\n        \/* Tablo Tasarımı *\/\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 30px;\n            margin-bottom: 30px;\n            font-size: 0.95rem;\n        }\n\n        th, td {\n            padding: 12px 15px;\n            text-align: left;\n        }\n\n        th {\n            background-color: rgba(212, 175, 55, 0.15);\n            color: var(--light-gold);\n            font-family: 'Cinzel', serif;\n            border: 1px solid rgba(212, 175, 55, 0.3);\n        }\n\n        td {\n            border: 1px solid rgba(212, 175, 55, 0.15);\n        }\n\n        tr:nth-child(even) {\n            background-color: rgba(255, 255, 255, 0.02);\n        }\n\n        .table-title {\n            color: var(--accent-gold);\n            font-weight: 600;\n        }\n\n        \/* Güvenli Kargo Notu *\/\n        .shipping-note {\n            background: rgba(20, 30, 25, 0.6);\n            border: 1px dashed rgba(212, 175, 55, 0.4);\n            padding: 20px;\n            border-radius: 4px;\n            margin-top: 40px;\n            font-size: 0.95rem;\n            text-align: center;\n        }\n\n        .shipping-note p {\n            margin: 0;\n            color: #c8c8c8;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header-section\"\u003e\n\u003cdiv class=\"arabic-deco\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch1\u003eCertified Kaaba KiswaH Cloth\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003e\"Bring the divine blessings and unmatched majesty of the holiest site in Islam into your living space.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cp\u003eMeasuring \u003cstrong\u003e45 cm x 45 cm\u003c\/strong\u003e, this authentic piece of the Holy Kaaba's cover is a breathtaking spiritual treasure and an extraordinary collector's item.\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003eWoven with premium silk and intricately detailed, the Kiswat al-Kaaba represents centuries of deep devotion and Islamic artistry.\u003c\/div\u003e\n\u003cp\u003eThis mid-sized sacred fabric is ideal for custom framing, making it a perfect centerpiece for your living room wall, private prayer area, or a prestigious family heirloom to be passed down through generations.\u003c\/p\u003e\n\u003ch2\u003eProduct Highlights\u003c\/h2\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e100% Authentic \u0026amp; Certified\u003c\/strong\u003e Includes official verification documentation guaranteeing its genuine origin from the Holy Kaaba in Mecca.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePerfect Display Size\u003c\/strong\u003e At 45x45 cm, it is highly versatile and fits beautifully into standard or custom luxury frames.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInvaluable Spiritual Value\u003c\/strong\u003e A rare opportunity to physically own a piece of the sacred cloth that once draped the House of Allah.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThe Ultimate Spiritual Gift\u003c\/strong\u003e An unforgettable, premium gift for milestone celebrations, weddings, Eid, Ramadan, or for loved ones returning from Hajj and Umrah.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"table-title\"\u003eItem Type\u003c\/td\u003e\n\u003ctd\u003eOriginal Kiswah (Cover) of the Holy Kaaba\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"table-title\"\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e45 cm x 45 cm (Approx. 17.7 x 17.7 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"table-title\"\u003eAuthenticity\u003c\/td\u003e\n\u003ctd\u003e100% Certified with Official Authentication Papers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"table-title\"\u003eShipping\u003c\/td\u003e\n\u003ctd\u003eTracked, insured, premium worldwide express shipping\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"shipping-note\"\u003e\n\u003cp\u003e\u003cstrong\u003eSafe \u0026amp; Respectful Handling:\u003c\/strong\u003e As a deeply venerated item, this original Kiswa piece is handled with extreme care, packed using specialized protective materials, and shipped securely with international tracking to guarantee its safe arrival.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Buy-Kaaba-Kiswa.com","offers":[{"title":"Default Title","offer_id":47983831056523,"sku":null,"price":224.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0752\/5774\/1451\/files\/black_kaaba_kiswah_for_sale.png?v=1783844727","url":"https:\/\/buy-kaaba-kiswa.com\/products\/certified-kiswah-of-the-holy-kaaba-45x45-cm","provider":"Buy-Kaaba-Kiswa.com","version":"1.0","type":"link"}