{"product_id":"certified-original-prophet-muhammad-grave-cloth-kiswah-kiswah-from-prophetic-chamber-saadat-hujrah","title":"Prophet Muhammad Grave Cloth Kiswah | Certified Medina Relic","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        @import url('https:\/\/fonts.googleapis.com\/css2?family=Cinzel+Decorative:wght@400;700\u0026family=Cinzel:wght@400;600;700\u0026family=Montserrat:wght@300;400;500;600\u0026display=swap');\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            \/* Derin Müze Kırmızısı ve Kadife Tonlarında Klasik Geçiş *\/\n            background: radial-gradient(circle at center, #4a060d 0%, #120103 100%);\n            color: #ffffff;\n            font-family: 'Montserrat', sans-serif;\n            min-height: 100vh;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            padding: 60px 20px;\n            overflow-x: hidden;\n            position: relative;\n        }\n\n        \/* Ruhani Beyaz Işık Halesi *\/\n        body::before {\n            content: '';\n            position: absolute;\n            width: 900px;\n            height: 900px;\n            background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            pointer-events: none;\n            z-index: 0;\n            animation: sacredGlow 15s infinite alternate ease-in-out;\n        }\n\n        @keyframes sacredGlow {\n            0% { transform: translate(-50%, -50%) scale(0.96); opacity: 0.4; }\n            100% { transform: translate(-50%, -50%) scale(1.04); opacity: 0.8; }\n        }\n\n        \/* Ağır Müze Tipi Çerçeveli Sergi Vitrini *\/\n        .framed-relic-vault {\n            background: linear-gradient(180deg, #300307 0%, #0a0001 100%);\n            border: 2px solid #ffffff;\n            box-shadow: \n                0 0 0 6px #120103,\n                0 0 0 9px #ffffff,\n                0 0 40px rgba(255, 255, 255, 0.1),\n                0 55px 110px rgba(0, 0, 0, 0.95),\n                inset 0 0 60px rgba(0, 0, 0, 0.9);\n            border-radius: 2px;\n            max-width: 900px;\n            width: 100%;\n            padding: 70px 60px;\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* Saf Beyaz Köşe Motifleri *\/\n        .museum-corner {\n            position: absolute;\n            width: 50px;\n            height: 50px;\n            border: 2.5px solid #ffffff;\n        }\n        .mc-tl { top: 22px; left: 22px; border-right: none; border-bottom: none; }\n        .mc-tr { top: 22px; right: 22px; border-left: none; border-bottom: none; }\n        .mc-bl { bottom: 22px; left: 22px; border-right: none; border-top: none; }\n        .mc-br { bottom: 22px; right: 22px; border-left: none; border-top: none; }\n\n        \/* Başlık Blok Tasarımı *\/\n        .vault-header {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n\n        .sanctuary-tag {\n            font-family: 'Cinzel', serif;\n            color: #ffffff;\n            font-size: 0.85rem;\n            letter-spacing: 6px;\n            text-transform: uppercase;\n            display: block;\n            margin-bottom: 15px;\n            opacity: 0.8;\n        }\n\n        h1 {\n            font-family: 'Cinzel Decorative', serif;\n            font-size: 2.1rem;\n            color: #ffffff;\n            font-weight: 700;\n            letter-spacing: 1px;\n            line-height: 1.4;\n            text-shadow: 0 4px 25px rgba(0, 0, 0, 0.9);\n        }\n\n        .grand-relic-badge {\n            display: inline-block;\n            margin-top: 20px;\n            font-family: 'Cinzel', serif;\n            font-size: 0.95rem;\n            color: #ffffff;\n            border: 1px solid #ffffff;\n            padding: 7px 28px;\n            background: rgba(255, 255, 255, 0.05);\n            letter-spacing: 3px;\n            text-transform: uppercase;\n        }\n\n        \/* Çizgisel Platin Seperatör *\/\n        .platinum-divider {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 20px;\n            margin: 35px 0;\n        }\n\n        .platinum-divider .line {\n            height: 1px;\n            width: 165px;\n            background: linear-gradient(to right, transparent, #ffffff);\n        }\n        .platinum-divider .line.rev {\n            background: linear-gradient(to left, transparent, #ffffff);\n        }\n        .platinum-divider .crest {\n            color: #ffffff;\n            font-size: 1.3rem;\n            opacity: 0.85;\n        }\n\n        \/* Manifesto Anlatım Metni *\/\n        .manifesto-body {\n            font-size: 1.05rem;\n            line-height: 2.1;\n            color: #f7e6e8;\n            text-align: center;\n            font-weight: 300;\n            margin-bottom: 55px;\n        }\n\n        .manifesto-body strong {\n            color: #ffffff;\n            font-weight: 600;\n            border-bottom: 1px dashed #ffffff;\n            padding-bottom: 1px;\n        }\n\n        \/* Alt Başlıklar *\/\n        .section-headline {\n            font-family: 'Cinzel', serif;\n            color: #ffffff;\n            font-size: 1.2rem;\n            margin-bottom: 30px;\n            letter-spacing: 2px;\n            text-transform: uppercase;\n            border-bottom: 1px solid rgba(255, 255, 255, 0.3);\n            padding-bottom: 10px;\n        }\n\n        \/* Özellik Kartları Grid Düzeni *\/\n        .perks-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 25px;\n            margin-bottom: 55px;\n        }\n\n        .perk-card {\n            background: rgba(18, 1, 3, 0.8);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            padding: 25px;\n            border-radius: 2px;\n            transition: all 0.3s ease;\n        }\n\n        .perk-card:hover {\n            border-color: #ffffff;\n            background: rgba(255, 255, 255, 0.05);\n            transform: translateY(-3px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);\n        }\n\n        .perk-card h3 {\n            font-family: 'Cinzel', serif;\n            color: #ffffff;\n            font-size: 0.9rem;\n            letter-spacing: 1px;\n            margin-bottom: 12px;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n\n        .perk-card h3::before {\n            content: \"✦\";\n            color: #ffffff;\n        }\n\n        .perk-card p {\n            font-size: 0.85rem;\n            line-height: 1.65;\n            color: #f0d5d8;\n            font-weight: 300;\n        }\n\n        \/* Teknik Detaylar Tablosu *\/\n        .spec-luxury-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            margin-bottom: 55px;\n        }\n\n        th {\n            font-family: 'Cinzel', serif;\n            background-color: rgba(255, 255, 255, 0.1);\n            color: #ffffff;\n            padding: 18px 22px;\n            font-size: 0.95rem;\n            letter-spacing: 1px;\n            border-bottom: 2px solid #ffffff;\n            text-transform: uppercase;\n            text-align: left;\n        }\n\n        td {\n            padding: 18px 22px;\n            font-size: 0.95rem;\n            color: #ffffff;\n            border-bottom: 1px solid rgba(255, 255, 255, 0.15);\n            background-color: rgba(0, 0, 0, 0.4);\n        }\n\n        tr:nth-child(even) td {\n            background-color: rgba(74, 6, 13, 0.2);\n        }\n\n        tr:hover td {\n            background-color: rgba(255, 255, 255, 0.08);\n            transition: all 0.2s ease;\n        }\n\n        .spec-key {\n            font-family: 'Cinzel', serif;\n            font-weight: 600;\n            color: #ffffff;\n            width: 35%;\n            letter-spacing: 0.5px;\n            opacity: 0.9;\n        }\n\n        \/* Uyarı \/ Bilgilendirme Kutusu *\/\n        .disclaimer-secure-box {\n            background: linear-gradient(90deg, rgba(74, 6, 13, 0.5) 0%, rgba(18, 1, 3, 0.8) 100%);\n            border-left: 4px solid #ffffff;\n            padding: 30px;\n            border-radius: 0 4px 4px 0;\n            margin-bottom: 40px;\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);\n        }\n\n        .disclaimer-secure-box h4 {\n            font-family: 'Cinzel', serif;\n            color: #ffffff;\n            font-size: 1.05rem;\n            letter-spacing: 2px;\n            margin-bottom: 12px;\n            text-transform: uppercase;\n        }\n\n        .disclaimer-secure-box p {\n            font-size: 0.92rem;\n            line-height: 1.8;\n            color: #f0d5d8;\n            font-weight: 300;\n        }\n\n        \/* Mobil Cihaz Duyarlılığı *\/\n        @media (max-width: 768px) {\n            .framed-relic-vault { padding: 45px 20px; }\n            h1 { font-size: 1.55rem; }\n            .perks-grid { grid-template-columns: 1fr; gap: 15px; }\n            .platinum-divider .line { width: 60px; }\n            .spec-key { width: 100%; display: block; padding-bottom: 4px; }\n            td { display: block; width: 100%; }\n            th { display: none; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"framed-relic-vault\"\u003e\n\u003c!-- Saf Beyaz Köşelikler --\u003e\n\u003cdiv class=\"museum-corner mc-tl\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"museum-corner mc-tr\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"museum-corner mc-bl\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"museum-corner mc-br\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Üst Başlık Alanı --\u003e\n\u003cdiv class=\"vault-header\"\u003e\n\u003cspan class=\"sanctuary-tag\"\u003eCOVER Hujrah Al-Saadah • Al-Masjid An-Nabawi\u003c\/span\u003e\n\u003ch1\u003eAcquire a Blessed Relic:\u003cbr\u003e\u003cspan style=\"font-size: 0.85em; font-family: 'Cinzel', serif; font-weight: 400;\"\u003eAuthentic Prophetic Chamber Kiswah\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"grand-relic-badge\"\u003ePremium Framed Edition • 22 CM X 22 CM\u003c\/div\u003e\n\u003cdiv class=\"platinum-divider\"\u003e\n\u003cdiv class=\"line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"crest\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"line rev\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ana Anlatım Metni --\u003e\n\u003cdiv class=\"manifesto-body\"\u003eExperience an unparalleled spiritual connection with a \u003cstrong\u003ecertified original piece of the cloth\u003c\/strong\u003e that covered the sacred grave chamber of Prophet Muhammad (ﷺ) in Madinah. Sourced directly from the \u003cstrong\u003eHujrah al-Saadah (The Prophetic Chamber)\u003c\/strong\u003e inside Al-Masjid an-Nabawi, this rare green\/brown sacred textile is one of the most revered and sought-after Islamic relics in the world.\u003c\/div\u003e\n\u003c!-- Ürün Avantajları Grid Yapısı --\u003e\n\u003cdiv class=\"section-headline\"\u003e✨ Product Highlights \u0026amp; Features\u003c\/div\u003e\n\u003cdiv class=\"perks-grid\"\u003e\n\u003cdiv class=\"perk-card\"\u003e\n\u003ch3\u003e100% Authentic Prophetic Chamber Relic\u003c\/h3\u003e\n\u003cp\u003eAn original piece of the historical curtain used to adorn the resting place of Prophet Muhammad (ﷺ) and his companions, Abu Bakr and Umar (RA).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perk-card\"\u003e\n\u003ch3\u003eOfficial Certification Included\u003c\/h3\u003e\n\u003cp\u003eEach sacred fragment is accompanied by an official certificate of authenticity to verify its genuine origin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perk-card\"\u003e\n\u003ch3\u003eMuseum-Quality Preservation\u003c\/h3\u003e\n\u003cp\u003eBeautifully preserved fabric featuring the traditional Ottoman or modern era Saudi weaving patterns dedicated exclusively to Madinah.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perk-card\"\u003e\n\u003ch3\u003eThe Perfect Spiritual Presentation\u003c\/h3\u003e\n\u003cp\u003eIdeal for professional framing, premium Islamic home decor, or as a timeless heirloom gift for Ramadan, Eid, or weddings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tarihçe Blok Yapısı --\u003e\n\u003cdiv class=\"section-headline\"\u003e🕌 The Sacred History of the Madinah Chamber Cloth\u003c\/div\u003e\n\u003cdiv style=\"text-align: left; font-size: 0.98rem; margin-bottom: 55px;\" class=\"manifesto-body\"\u003eUnlike the Kaaba Kiswah which changes annually, the protective drapes of the Roza-e-Rasool (Prophetic Chamber) are replaced very rarely, making these fragments exceptionally scarce. Bearing traditional geometric patterns and specific inscriptions of blessings, owning a piece of the Prophet's Grave Cloth is a rare privilege for any Muslim home or collector of Islamic antiques.\u003c\/div\u003e\n\u003c!-- Teknik Detaylar Tablosu --\u003e\n\u003cdiv class=\"section-headline\"\u003e📌 Specifications \u0026amp; Package Inclusions\u003c\/div\u003e\n\u003ctable class=\"spec-luxury-table\"\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=\"spec-key\"\u003eItem Type\u003c\/td\u003e\n\u003ctd\u003eGenuine Prophet Muhammad (ﷺ) Chamber Cloth Fragment\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-key\"\u003eOrigin\u003c\/td\u003e\n\u003ctd\u003eAl-Masjid an-Nabawi, Madinah, Saudi Arabia\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-key\"\u003eCondition\u003c\/td\u003e\n\u003ctd\u003eMeticulously preserved textile with profound historical value\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-key\"\u003eFrame Dimensions\u003c\/td\u003e\n\u003ctd style=\"font-weight: 600;\"\u003eLuxury Frame Included (22 cm x 22 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-key\"\u003ePackage Contains\u003c\/td\u003e\n\u003ctd\u003e1x Original Prophetic Chamber Cloth Piece, 1x Authenticity Certificate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-key\"\u003eShipping\u003c\/td\u003e\n\u003ctd\u003eSecure, fully tracked, and insured premium worldwide express courier\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- Feragatname \/ Kısıtlı Stok Paneli --\u003e\n\u003cdiv class=\"disclaimer-secure-box\"\u003e\n\u003ch4\u003e⚠️ Security \u0026amp; Rarity Disclaimer\u003c\/h4\u003e\n\u003cp\u003eDue to the extreme rarity and restricted access to the Prophetic Chamber, our inventory for this authentic Islamic heritage collectible is strictly limited. Secure this lifelong blessing for your family today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BUY KAABA KISWAH","offers":[{"title":"Default Title","offer_id":62250773709171,"sku":null,"price":135.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/6101\/4899\/files\/Authentic_Certified_Blessed_Cloth_From_Grave_Prophet_Muhammad.png?v=1771853674","url":"https:\/\/buy-kaaba-kiswah.com\/es\/products\/certified-original-prophet-muhammad-grave-cloth-kiswah-kiswah-from-prophetic-chamber-saadat-hujrah","provider":"Buy-Kaaba-Kiswah.com","version":"1.0","type":"link"}