{"product_id":"elegant-heart-tassel-necklace-set-gold-jewelry-set-uae-luxeoasis","title":"Elegant Heart Tassel Necklace Set | Gold Jewelry Set | UAE | LuxeOasis","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800\u0026display=swap');\n\n  .luxe-pdp-wrapper {\n    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;\n    max-width: 950px;\n    margin: 0 auto;\n    padding: 35px 24px;\n    background: #ffffff;\n    color: #1a1a1a;\n    border-radius: 32px;\n  }\n\n  \/* --------------------------------------------------\n     1. TOP BLOCK: INTERACTIVE HERO GALLERY WITH GLOW\n  -------------------------------------------------- *\/\n  .luxe-hero-stage {\n    display: grid;\n    grid-template-columns: 1.1fr 0.9fr;\n    gap: 32px;\n    background: radial-gradient(circle at 20% 20%, #fefdfa 0%, #faf5eb 100%);\n    border: 1px solid rgba(197, 160, 89, 0.3);\n    border-radius: 30px;\n    padding: 30px;\n    box-shadow: 0 15px 35px rgba(197, 160, 89, 0.12), 0 0 20px rgba(245, 158, 11, 0.08);\n    margin-bottom: 45px;\n    align-items: center;\n  }\n\n  .hero-main-view {\n    position: relative;\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    border-radius: 24px;\n    background: #ffffff;\n    border: 2px solid #f3eee6;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 0 0 25px rgba(197, 160, 89, 0.2);\n    transition: all 0.4s ease;\n  }\n\n  .hero-main-view:hover {\n    box-shadow: 0 15px 40px rgba(197, 160, 89, 0.35), 0 0 35px rgba(245, 158, 11, 0.25);\n    border-color: #d97706;\n  }\n\n  .hero-main-view img {\n    width: 100%;\n    height: 100%;\n    object-fit: contain;\n    border-radius: 22px;\n    transition: transform 0.5s ease, opacity 0.35s ease;\n  }\n\n  .hero-main-view:hover img {\n    transform: scale(1.04);\n  }\n\n  .hero-selector-list {\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n  }\n\n  .hero-select-btn {\n    text-align: left;\n    padding: 20px;\n    background: #ffffff;\n    border: 1.5px solid #f1ece1;\n    border-radius: 20px;\n    cursor: pointer;\n    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);\n  }\n\n  .hero-select-btn h4 {\n    font-size: 15px;\n    font-weight: 700;\n    margin: 0 0 4px 0;\n    color: #2c2825;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .hero-select-btn p {\n    font-size: 13px;\n    color: #78716c;\n    margin: 0;\n    line-height: 1.4;\n  }\n\n  .hero-select-btn:hover {\n    transform: translateY(-3px);\n    border-color: #c5a059;\n    box-shadow: 0 10px 25px rgba(197, 160, 89, 0.15);\n  }\n\n  .hero-select-btn.active {\n    background: #ffffff;\n    border-color: #d97706;\n    box-shadow: 0 12px 30px rgba(217, 119, 6, 0.2), 0 0 15px rgba(245, 158, 11, 0.15);\n  }\n\n  .hero-select-btn.active h4 {\n    color: #b45309;\n  }\n\n  \/* --------------------------------------------------\n     2. SECOND BLOCK: CINEMATIC HEADER\n  -------------------------------------------------- *\/\n  .luxe-header {\n    text-align: center;\n    margin-bottom: 50px;\n  }\n\n  .luxe-gold-badge {\n    display: inline-block;\n    padding: 8px 22px;\n    border-radius: 50px;\n    font-size: 11px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    color: #ffffff;\n    background: linear-gradient(90deg, #b45309, #f59e0b, #b45309);\n    background-size: 200% 200%;\n    animation: goldShimmer 3s infinite linear;\n    box-shadow: 0 6px 20px rgba(180, 83, 9, 0.25);\n    margin-bottom: 16px;\n  }\n\n  @keyframes goldShimmer {\n    0% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n\n  .luxe-title {\n    font-size: 40px;\n    font-weight: 800;\n    letter-spacing: -1.2px;\n    color: #1c1917;\n    margin: 0 0 14px 0;\n    line-height: 1.15;\n  }\n\n  .luxe-subtitle {\n    font-size: 16.5px;\n    color: #78716c;\n    max-width: 620px;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n\n  \/* --------------------------------------------------\n     3. THIRD BLOCK: BENTO FEATURE GRID\n  -------------------------------------------------- *\/\n  .luxe-bento-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 22px;\n    margin-bottom: 50px;\n  }\n\n  .bento-card {\n    background: #ffffff;\n    border-radius: 26px;\n    padding: 28px;\n    border: 1.5px solid #f1ece1;\n    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    display: flex;\n    flex-direction: column;\n  }\n\n  .bento-card:hover {\n    transform: translateY(-6px) scale(1.01);\n    border-color: #d97706;\n    box-shadow: 0 20px 40px rgba(197, 160, 89, 0.18), 0 0 20px rgba(245, 158, 11, 0.12);\n  }\n\n  .bento-card-large {\n    grid-column: span 2;\n    background: linear-gradient(135deg, #fffdfa 0%, #ffffff 100%);\n  }\n\n  .bento-icon-ring {\n    width: 52px;\n    height: 52px;\n    border-radius: 18px;\n    background: #fef3c7;\n    border: 1px solid #fde68a;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 24px;\n    margin-bottom: 18px;\n    color: #b45309;\n    box-shadow: 0 0 12px rgba(245, 158, 11, 0.2);\n    transition: transform 0.3s ease;\n  }\n\n  .bento-card:hover .bento-icon-ring {\n    transform: scale(1.1) rotate(5deg);\n  }\n\n  .bento-card h3 {\n    font-size: 19px;\n    font-weight: 800;\n    color: #1c1917;\n    margin: 0 0 8px 0;\n  }\n\n  .bento-card p {\n    font-size: 14px;\n    color: #78716c;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  \/* --------------------------------------------------\n     4. FOURTH BLOCK: SPECIFICATIONS CARD\n  -------------------------------------------------- *\/\n  .luxe-spec-card {\n    background: linear-gradient(180deg, #fdfbf7 0%, #ffffff 100%);\n    border: 1.5px solid #f1ece1;\n    border-radius: 26px;\n    padding: 32px;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);\n    transition: all 0.35s ease;\n  }\n\n  .luxe-spec-card:hover {\n    border-color: rgba(217, 119, 6, 0.4);\n    box-shadow: 0 15px 35px rgba(197, 160, 89, 0.12);\n  }\n\n  .luxe-spec-card h3 {\n    font-size: 17px;\n    font-weight: 800;\n    color: #1c1917;\n    margin: 0 0 22px 0;\n    letter-spacing: -0.3px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14px;\n  }\n\n  .spec-table tr {\n    border-bottom: 1px solid #f1ece1;\n  }\n\n  .spec-table tr:last-child {\n    border-bottom: none;\n  }\n\n  .spec-table td {\n    padding: 14px 0;\n  }\n\n  .spec-table td:first-child {\n    font-weight: 700;\n    color: #44403c;\n    width: 35%;\n  }\n\n  .spec-table td:last-child {\n    color: #78716c;\n    text-align: right;\n  }\n\n  @media (max-width: 820px) {\n    .luxe-hero-stage { grid-template-columns: 1fr; padding: 22px; gap: 22px; }\n    .luxe-bento-grid { grid-template-columns: 1fr; }\n    .bento-card-large { grid-column: span 1; }\n    .luxe-title { font-size: 32px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"luxe-pdp-wrapper\"\u003e\n\n  \u003c!-- ==================================================\n       1. TOP BLOCK: INTERACTIVE HERO GALLERY\n  ================================================== --\u003e\n  \u003cdiv class=\"luxe-hero-stage\"\u003e\n    \n    \u003cdiv class=\"hero-main-view\"\u003e\n      \u003cimg id=\"luxePdpTargetImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/4122\/8329\/files\/WhatsAppImage2026-05-19at4.33.23PM_f1d62b84-1a38-435f-b8b1-3ede9a5fffc9.jpg?v=1779200553\u0026amp;width=800\" alt=\"Elegant Heart Tassel Necklace Set\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hero-selector-list\"\u003e\n      \n      \u003cbutton class=\"hero-select-btn active\" type=\"button\" onclick=\"\n        var img = document.getElementById('luxePdpTargetImg');\n        img.style.opacity = 0;\n        setTimeout(function(){\n          img.src = 'YOUR_IMAGE_1_URL';\n          img.style.opacity = 1;\n        }, 150);\n        var btns = this.parentElement.getElementsByClassName('hero-select-btn');\n        for(var i=0; i\u0026lt;btns.length; i++) btns[i].classList.remove('active');\n        this.classList.add('active');\n      \"\u003e\n        \u003ch4\u003e💖 Textured Heart Centerpiece\u003c\/h4\u003e\n        \u003cp\u003eDecorative, intricately detailed heart pendants featured on both the necklace and matching drop earrings.\u003c\/p\u003e\n      \u003c\/button\u003e\n\n      \u003cbutton class=\"hero-select-btn\" type=\"button\" onclick=\"\n        var img = document.getElementById('luxePdpTargetImg');\n        img.style.opacity = 0;\n        setTimeout(function(){\n          img.src = 'YOUR_IMAGE_2_URL';\n          img.style.opacity = 1;\n        }, 150);\n        var btns = this.parentElement.getElementsByClassName('hero-select-btn');\n        for(var i=0; i\u0026lt;btns.length; i++) btns[i].classList.remove('active');\n        this.classList.add('active');\n      \"\u003e\n        \u003ch4\u003e✨ Cascading Chain Tassels\u003c\/h4\u003e\n        \u003cp\u003ePendant and dangling earrings feature fluid multi-chain tassels accented with small bead charms for graceful motion.\u003c\/p\u003e\n      \u003c\/button\u003e\n\n      \u003cbutton class=\"hero-select-btn\" type=\"button\" onclick=\"\n        var img = document.getElementById('luxePdpTargetImg');\n        img.style.opacity = 0;\n        setTimeout(function(){\n          img.src = 'YOUR_IMAGE_3_URL';\n          img.style.opacity = 1;\n        }, 150);\n        var btns = this.parentElement.getElementsByClassName('hero-select-btn');\n        for(var i=0; i\u0026lt;btns.length; i++) btns[i].classList.remove('active');\n        this.classList.add('active');\n      \"\u003e\n        \u003ch4\u003e📿 Geometric Bead Chain\u003c\/h4\u003e\n        \u003cp\u003eCrafted with a unique necklace chain featuring textured geometric cones and round bead elements.\u003c\/p\u003e\n      \u003c\/button\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ==================================================\n       2. CINEMATIC HEADER BLOCK\n  ================================================== --\u003e\n  \u003cdiv class=\"luxe-header\"\u003e\n    \u003cdiv class=\"luxe-gold-badge\"\u003eCoordinated Gold Set\u003c\/div\u003e\n    \u003ch2 class=\"luxe-title\"\u003eElegant Heart Tassel Necklace Set\u003c\/h2\u003e\n    \u003cp class=\"luxe-subtitle\"\u003eA beautifully detailed heart-shaped pendant necklace with matching dangling earrings, crafted with cascading chain tassels and geometric bead accents for elegant, feminine styling.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ==================================================\n       3. BENTO GRID FEATURE HIGHLIGHTS\n  ================================================== --\u003e\n  \u003cdiv class=\"luxe-bento-grid\"\u003e\n    \n    \u003cdiv class=\"bento-card bento-card-large\"\u003e\n      \u003cdiv class=\"bento-icon-ring\"\u003e💖\u003c\/div\u003e\n      \u003ch3\u003eHeart-Shaped Centerpiece Motif\u003c\/h3\u003e\n      \u003cp\u003eFeatures decorative textured heart pendants crowned with sparkling crystal highlights across both the central necklace pendant and matching drop earrings.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bento-card\"\u003e\n      \u003cdiv class=\"bento-icon-ring\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eTassel Drop Accents\u003c\/h3\u003e\n      \u003cp\u003eCascading chain tassels with tiny polished bead charms sway delicately with every step, creating a luxurious shimmering effect.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bento-card\"\u003e\n      \u003cdiv class=\"bento-icon-ring\"\u003e📿\u003c\/div\u003e\n      \u003ch3\u003eGeometric Bead Chain\u003c\/h3\u003e\n      \u003cp\u003eDesigned with a textured station chain incorporating geometric cone motifs and round bead links for a rich, artisanal touch.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bento-card\"\u003e\n      \u003cdiv class=\"bento-icon-ring\"\u003e👑\u003c\/div\u003e\n      \u003ch3\u003eCoordinated 2-Piece Set\u003c\/h3\u003e\n      \u003cp\u003eIncludes a perfectly matched pendant necklace and dangle drop earrings for an effortless, regal evening ensemble.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bento-card\"\u003e\n      \u003cdiv class=\"bento-icon-ring\"\u003e🎁\u003c\/div\u003e\n      \u003ch3\u003eIdeal Festive Gift\u003c\/h3\u003e\n      \u003cp\u003ePresented in a luxury display case, making this set a memorable gift for weddings, anniversaries, and celebratory gatherings.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ==================================================\n       4. PRODUCT SPECIFICATIONS TABLE\n  ================================================== --\u003e\n  \u003cdiv class=\"luxe-spec-card\"\u003e\n    \u003ch3\u003e📐 Product Specifications \u0026amp; Details\u003c\/h3\u003e\n    \u003ctable class=\"spec-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eProduct Name\u003c\/td\u003e\n        \u003ctd\u003eGold Heart Pendant Jewelry Set\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eModel \/ Product Code\u003c\/td\u003e\n        \u003ctd\u003eSET0136\/WR\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eCategory\u003c\/td\u003e\n        \u003ctd\u003eJewelry Set (Pendant Necklace \u0026amp; Drop Earrings)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eColor \u0026amp; Finish\u003c\/td\u003e\n        \u003ctd\u003eHigh-Gloss Gold-Tone Plating\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ePendant Design\u003c\/td\u003e\n        \u003ctd\u003eTextured Heart Motif with Crystal Accent \u0026amp; Chain Tassels\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eChain Type\u003c\/td\u003e\n        \u003ctd\u003eGeometric Cone \u0026amp; Sphere Bead Link Chain\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eBest For\u003c\/td\u003e\n        \u003ctd\u003eFestive Wear, Weddings, Formal Occasions \u0026amp; Gifting\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Zambeel","offers":[{"title":"Default Title","offer_id":50053633507605,"sku":"EHTN-GLD-GF-ZAM","price":99.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0879\/9315\/5861\/files\/Elegant_Heart_Tassel_Necklace_Set_Gold_Jewelry_Set_UAE_LuxeOasis-3b49d74286.webp?v=1785136690","url":"https:\/\/www.luxeoasis.shop\/products\/elegant-heart-tassel-necklace-set-gold-jewelry-set-uae-luxeoasis","provider":"Luxe Oasis","version":"1.0","type":"link"}