{"product_id":"black-gold-lord-shiva-idol-figurine","title":"Premium Black \u0026 Gold Lord Shiva Idol | Adiyogi Car Dashboard \u0026 Desk Figurine","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=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;family=DM+Serif+Display:ital@0;1\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --black-dark: #111111;\n    --black-mid: #2c2c2c;\n    --black-light: #4a4a4a;\n    --gold: #d4af37;\n    --gold-light: #f3e5ab;\n    --cream: #faf6ef;\n    --cream2: #f3ead8;\n    --ink: #2c1a0e;\n    --ink2: #4a3020;\n    --muted: #9b7d5e;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--cream);\n    color: var(--ink);\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 300;\n    overflow-x: hidden;\n  }\n\n  \/* ── HERO BANNER ── *\/\n  .hero {\n    background: var(--cream2);\n    position: relative;\n    overflow: hidden;\n    padding: 3.5rem 3rem 3rem;\n    border-bottom: 2px solid var(--gold-light);\n  }\n\n  \/* grain texture overlay *\/\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'\/%3E%3C\/svg%3E\");\n    pointer-events: none;\n    opacity: 0.5;\n  }\n\n  .hero-inner {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    align-items: flex-start;\n    gap: 2rem;\n    flex-wrap: wrap;\n  }\n\n  .hero-text { flex: 1; min-width: 280px; }\n\n  .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--muted);\n    margin-bottom: 1rem;\n  }\n\n  .eyebrow::before {\n    content: '';\n    display: inline-block;\n    width: 24px;\n    height: 1.5px;\n    background: var(--gold);\n  }\n\n  .hero-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.8rem);\n    font-weight: 700;\n    color: var(--ink);\n    line-height: 1.1;\n    margin-bottom: 0.5rem;\n  }\n\n  .hero-title em {\n    font-style: italic;\n    color: var(--gold);\n  }\n\n  .hero-sub {\n    font-size: 14px;\n    color: var(--muted);\n    letter-spacing: 0.05em;\n    margin-bottom: 1.2rem;\n    line-height: 1.5;\n  }\n\n  .badge-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  .badge {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 40px;\n  }\n\n  .badge-black { background: var(--black-dark); color: #fff; }\n  .badge-gold { background: var(--gold); color: var(--black-dark); }\n  .badge-compact { background: var(--black-light); color: #fff; }\n\n  \/* Product SVG illustration *\/\n  .hero-art {\n    flex: 0 0 auto;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 1rem;\n  }\n\n  .product-wrap {\n    position: relative;\n    width: 200px;\n    height: 160px;\n  }\n\n  \/* subtle glowing aura *\/\n  .aura {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    width: 140px;\n    height: 140px;\n    background: radial-gradient(circle, rgba(212,175,55,0.2) 0%, rgba(250,246,239,0) 70%);\n    border-radius: 50%;\n    animation: pulse 4s ease-in-out infinite alternate;\n  }\n\n  @keyframes pulse {\n    0% { transform: translate(-50%, -50%) scale(0.9); opacity: 0.5; }\n    100% { transform: translate(-50%, -50%) scale(1.1); opacity: 1; }\n  }\n\n  .product-svg {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    animation: float-gentle 5s ease-in-out infinite;\n    filter: drop-shadow(4px 10px 12px rgba(17,17,17,0.3));\n  }\n\n  @keyframes float-gentle {\n    0%, 100% { transform: translate(-50%, -50%); }\n    50% { transform: translate(-50%, calc(-50% - 4px)); }\n  }\n\n  \/* ── MAIN CONTENT ── *\/\n  .content {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 2.5rem 2rem 3rem;\n  }\n\n  \/* ── STORY SECTION ── *\/\n  .story-section {\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    gap: 2rem;\n    margin-bottom: 2.5rem;\n    align-items: start;\n  }\n\n  .story-label-col {\n    padding-top: 0.4rem;\n  }\n\n  .section-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: var(--muted);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .section-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--gold-light);\n  }\n\n  .pull-quote {\n    font-family: 'DM Serif Display', serif;\n    font-size: 1.35rem;\n    font-style: italic;\n    color: var(--black-dark);\n    line-height: 1.6;\n    margin-bottom: 1rem;\n    border-left: 3px solid var(--gold);\n    padding-left: 1.2rem;\n  }\n\n  .body-text {\n    font-size: 14px;\n    line-height: 1.9;\n    color: var(--ink2);\n    font-weight: 300;\n  }\n\n  \/* ── DIVIDER ── *\/\n  .divider {\n    height: 2px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n    margin: 2rem 0;\n    opacity: 0.3;\n  }\n\n  \/* ── FEATURES ── *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n    margin-bottom: 2.5rem;\n  }\n\n  .feature-card {\n    background: #fff;\n    border: 1.5px solid var(--gold-light);\n    border-radius: 12px;\n    padding: 1.2rem 1rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n\n  .feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: var(--black-dark);\n  }\n\n  .feature-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 24px rgba(212,175,55,0.15);\n  }\n\n  .feature-icon {\n    font-size: 1.8rem;\n    margin-bottom: 0.5rem;\n    display: block;\n    line-height: 1;\n  }\n\n  .feature-title {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--black-dark);\n    margin-bottom: 4px;\n  }\n\n  .feature-desc {\n    font-size: 12px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  \/* ── SPECS ── *\/\n  .specs-block {\n    background: var(--black-dark);\n    border-radius: 12px;\n    padding: 1.8rem 2rem;\n    margin-bottom: 2.5rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .specs-block::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      95deg,\n      transparent,\n      transparent 40px,\n      rgba(255,255,255,0.03) 41px,\n      rgba(255,255,255,0.03) 42px\n    );\n  }\n\n  .specs-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: var(--gold);\n    margin-bottom: 1.2rem;\n    position: relative;\n    z-index: 1;\n  }\n\n  .specs-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .spec-pill {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.05);\n    border: 1px solid rgba(212,175,55,0.2);\n    border-radius: 8px;\n    padding: 0.6rem 1rem;\n    flex: 1;\n    min-width: 150px;\n  }\n\n  .spec-icon { font-size: 1.2rem; flex-shrink: 0; }\n\n  .spec-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--gold-light);\n    margin-bottom: 2px;\n  }\n\n  .spec-value {\n    font-size: 13px;\n    font-weight: 400;\n    color: #fff;\n  }\n\n  \/* ── COLOR SWATCH ── *\/\n  .swatch-row {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-top: 1.2rem;\n    position: relative;\n    z-index: 1;\n  }\n\n  .swatch-label {\n    font-size: 11px;\n    color: var(--gold-light);\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .swatch {\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    border: 2px solid rgba(255,255,255,0.3);\n  }\n\n  .swatch-black { background: var(--black-dark); }\n  .swatch-gold { background: var(--gold); }\n\n  .swatch-name {\n    font-size: 12px;\n    color: var(--cream2);\n  }\n\n  \/* ── IDEAL FOR ── *\/\n  .ideal-strip {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2.5rem;\n  }\n\n  .ideal-tag {\n    font-size: 12px;\n    font-weight: 400;\n    color: var(--black-dark);\n    background: var(--cream2);\n    border: 1.5px solid var(--gold-light);\n    border-radius: 6px;\n    padding: 6px 14px;\n    letter-spacing: 0.03em;\n    transition: background 0.2s, border-color 0.2s;\n  }\n\n  .ideal-tag:hover {\n    background: var(--gold);\n    color: var(--black-dark);\n    border-color: var(--gold);\n  }\n\n  @media(max-width:640px) {\n    .hero { padding: 2rem 1.5rem; }\n    .story-section { grid-template-columns: 1fr; }\n    .story-label-col { display: none; }\n    .content { padding: 1.5rem 1.2rem 2rem; }\n    .hero-title { font-size: 1.8rem; }\n    .product-wrap { width: 150px; height: 120px; }\n  }\n\u003c\/style\u003e\n\u003c!-- ── HERO ── --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eSpiritual Décor · Premium Resin\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eLord Shiva\u003cbr\u003e\u003cem\u003eAdiyogi Idol\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eBring divine peace and powerful energy to your space with this striking black and gold figurine.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-black\"\u003e⚫ Matte Finish\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e✨ Gold Accents\u003c\/span\u003e \u003cspan class=\"badge badge-compact\"\u003e🚗 Car\/Desk Ready\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Animated Product Illustration --\u003e\n\u003cdiv class=\"hero-art\"\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003cdiv class=\"aura\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SVG Black \u0026 Gold Shiva Idol --\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 150 130\" height=\"130\" width=\"150\" class=\"product-svg\"\u003e\n          \n          \n          \u003cellipse fill=\"#1a1a1a\" ry=\"12\" rx=\"60\" cy=\"115\" cx=\"85\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse fill=\"#2c2c2c\" ry=\"9\" rx=\"56\" cy=\"112\" cx=\"85\"\u003e\u003c\/ellipse\u003e\n\n          \n          \u003cpath fill=\"#222\" d=\"M40 110 Q85 85 130 110 Z\"\u003e\u003c\/path\u003e\n          \n          \n          \u003crect fill=\"#222\" height=\"20\" width=\"20\" y=\"70\" x=\"75\"\u003e\u003c\/rect\u003e\n          \u003ccircle fill=\"#222\" r=\"16\" cy=\"60\" cx=\"85\"\u003e\u003c\/circle\u003e\n          \n          \n          \u003cpath fill=\"#111\" d=\"M68 65 C62 30 108 30 102 65 Z\"\u003e\u003c\/path\u003e\n          \u003cpath fill=\"none\" stroke-linecap=\"round\" stroke-width=\"4\" stroke=\"#111\" d=\"M68 65 Q62 80 65 95\"\u003e\u003c\/path\u003e\n          \u003cpath fill=\"none\" stroke-linecap=\"round\" stroke-width=\"4\" stroke=\"#111\" d=\"M102 65 Q108 80 105 95\"\u003e\u003c\/path\u003e\n\n          \n          \u003cpath fill=\"#d4af37\" d=\"M100 35 A 8 8 0 0 0 110 45 A 10 10 0 0 1 100 35 Z\"\u003e\u003c\/path\u003e\n\n          \n          \u003cellipse fill=\"#ffffff\" ry=\"4\" rx=\"1.5\" cy=\"55\" cx=\"85\"\u003e\u003c\/ellipse\u003e\n\n          \n          \u003cpath fill=\"none\" stroke-width=\"2\" stroke=\"#d4af37\" d=\"M70 95 Q85 110 100 95\"\u003e\u003c\/path\u003e\n          \u003cpath fill=\"none\" stroke-width=\"1.5\" stroke=\"#d4af37\" d=\"M75 100 Q85 112 95 100\"\u003e\u003c\/path\u003e\n\n          \n          \u003ccircle fill=\"#d4af37\" r=\"2.5\" cy=\"70\" cx=\"102\"\u003e\u003c\/circle\u003e\n\n          \n          \u003cg transform=\"translate(-10, -5)\"\u003e\n            \n            \u003crect fill=\"#d4af37\" height=\"85\" width=\"4\" y=\"30\" x=\"44\"\u003e\u003c\/rect\u003e\n            \n            \u003cpolygon fill=\"#d4af37\" points=\"42,30 50,30 46,10\"\u003e\u003c\/polygon\u003e\n            \n            \u003cpath fill=\"#d4af37\" d=\"M44 40 Q30 40 32 20 Q34 25 38 25 Q40 25 44 35\"\u003e\u003c\/path\u003e\n            \n            \u003cpath fill=\"#d4af37\" d=\"M48 40 Q62 40 60 20 Q58 25 54 25 Q52 25 48 35\"\u003e\u003c\/path\u003e\n            \n            \u003cpolygon fill=\"#d4af37\" points=\"32,60 32,72 60,72 60,60 46,66\"\u003e\u003c\/polygon\u003e\n            \u003cpolygon fill=\"#b89324\" points=\"32,72 60,72 46,66\"\u003e\u003c\/polygon\u003e \n            \n            \u003cpath fill=\"none\" stroke-width=\"1.5\" stroke=\"#d4af37\" d=\"M32 66 Q25 75 32 85\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"none\" stroke-width=\"1.5\" stroke=\"#d4af37\" d=\"M60 66 Q67 75 60 85\"\u003e\u003c\/path\u003e\n          \u003c\/g\u003e\n          \n        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── CONTENT ── --\u003e\n\u003cdiv class=\"content\"\u003e\n\u003c!-- Story --\u003e\n\u003cdiv class=\"story-section\"\u003e\n\u003cdiv class=\"story-label-col\"\u003e\n\u003cdiv class=\"section-label\"\u003eThe Story\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"pull-quote\"\u003e\"Invite serenity and strength into your daily life. A constant reminder of inner peace and spiritual balance.\"\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eCarefully sculpted to capture the tranquil yet powerful essence of the Adiyogi, this stunning bust-style figurine elevates the energy of any space. Crafted from high-quality premium resin, the idol features a deep, smooth matte black finish that beautifully contrasts with striking golden accents. Every divine detail has been meticulously highlighted in gold—from the iconic Trishul (trident) and Damaru to the crescent moon resting on His matted hair. Designed with a sturdy, compact circular base, it sits perfectly stable, making it an ideal spiritual companion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Features --\u003e\n\u003cdiv style=\"margin-bottom: 1.2rem;\" class=\"section-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✨\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eDivine Accents\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFeatures a beautifully crafted golden Trishul, Damaru, and Moon\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e⚫\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eStriking Contrast\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eElegant matte black base elevated by brilliant golden highlights\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🚗\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eCompact \u0026amp; Stable\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFlat circular base ensures the idol stays securely upright anywhere\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🧘♂️\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eExquisite Craftsmanship\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eIntricately detailed features capture a calm, meditative state\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🎁\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eThoughtful Gift\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eAn auspicious gift for housewarmings, new cars, or festive occasions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\u003cdiv class=\"specs-block\"\u003e\n\u003cdiv class=\"specs-title\"\u003eProduct Specifications\u003c\/div\u003e\n\u003cdiv class=\"specs-row\"\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🗿\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePremium Polyresin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🕉️\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eSpiritual Idol \/ Figurine\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🎨\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eFinish\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eMatte Base \u0026amp; Metallic Accents\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🧽\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eCare\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eWipe with soft, dry cloth\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swatch-row\"\u003e\n\u003cspan class=\"swatch-label\"\u003eColors:\u003c\/span\u003e\n\u003cdiv class=\"swatch swatch-black\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"swatch swatch-gold\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"swatch-name\"\u003eMatte Black \u0026amp; Metallic Gold\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Perfect For --\u003e\n\u003cdiv style=\"margin-bottom: 1rem;\" class=\"section-label\"\u003ePerfect For\u003c\/div\u003e\n\u003cdiv class=\"ideal-strip\"\u003e\n\u003cspan class=\"ideal-tag\"\u003e🚗 Car Dashboards\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e💻 Office Desks\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🛕 Small Home Altars\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🎁 Spiritual Gifting\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🧘♂️ Meditation Spaces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"AB Wooden Toys","offers":[{"title":"Standard","offer_id":63662997832049,"sku":null,"price":209.0,"currency_code":"INR","in_stock":true},{"title":"Plus","offer_id":63662997864817,"sku":null,"price":279.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/71_b73ab3e6-d2af-4236-bf3f-3a2182822355.png?v=1779702108","url":"https:\/\/inaiyan.in\/products\/black-gold-lord-shiva-idol-figurine","provider":"Inaiyan","version":"1.0","type":"link"}