{"product_id":"handcrafted-terracotta-om-wall-diya","title":"Handcrafted Terracotta Om Wall Diya","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eHandcrafted Terracotta Om Wall Diya\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500\u0026amp;family=Tenor+Sans\u0026amp;family=IM+Fell+English:ital@0;1\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    :root {\n      --ink:        #1A1208;\n      --smoke:      #F5EFE4;\n      --parchment:  #EFE8D8;\n      --diya:       #B85C1E;\n      --diya-deep:  #7A3508;\n      --diya-glow:  #E8914A;\n      --flame:      #F5C842;\n      --flame-hot:  #FF8C00;\n      --gold:       #C9A84C;\n      --gold-dim:   rgba(201,168,76,0.22);\n      --muted:      #6B5235;\n      --border:     rgba(201,168,76,0.2);\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      background: var(--parchment);\n      color: var(--ink);\n      font-family: 'Tenor Sans', sans-serif;\n      font-weight: 400;\n      line-height: 1.75;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    \/* ── HERO ── *\/\n    .hero {\n      background: var(--ink);\n      position: relative;\n      padding: 80px 40px 90px;\n      text-align: center;\n      overflow: hidden;\n    }\n\n    \/* Warm glow radial behind hero text *\/\n    .hero-glow {\n      position: absolute;\n      top: 50%; left: 50%;\n      transform: translate(-50%, -50%);\n      width: 380px; height: 380px;\n      border-radius: 50%;\n      background: radial-gradient(circle, rgba(245,200,66,0.12) 0%, rgba(184,92,30,0.08) 45%, transparent 70%);\n      pointer-events: none;\n    }\n\n    \/* Subtle dot-grid texture *\/\n    .hero::before {\n      content: '';\n      position: absolute; inset: 0;\n      background-image: radial-gradient(circle, rgba(201,168,76,0.18) 1px, transparent 1px);\n      background-size: 28px 28px;\n      opacity: 0.4;\n    }\n\n    \/* Gold top \/ bottom lines *\/\n    .hero::after {\n      content: '';\n      position: absolute;\n      bottom: 0; left: 0; right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, var(--gold), transparent);\n    }\n\n    .flame-wrap {\n      position: relative;\n      display: inline-block;\n      margin-bottom: 24px;\n    }\n    .flame-svg {\n      width: 44px;\n      animation: flicker 1.8s ease-in-out infinite alternate;\n      filter: drop-shadow(0 0 10px rgba(245,200,66,0.7));\n    }\n    @keyframes flicker {\n      0%   { transform: scaleX(1)   scaleY(1)   rotate(-1deg); opacity: 1; }\n      30%  { transform: scaleX(0.95) scaleY(1.05) rotate(1deg);  opacity: 0.95; }\n      60%  { transform: scaleX(1.04) scaleY(0.97) rotate(-0.5deg); opacity: 1; }\n      100% { transform: scaleX(0.97) scaleY(1.04) rotate(1.5deg);  opacity: 0.92; }\n    }\n\n    .hero-eyebrow {\n      position: relative;\n      font-family: 'Tenor Sans', sans-serif;\n      font-size: 10.5px;\n      letter-spacing: 0.42em;\n      color: var(--gold);\n      text-transform: uppercase;\n      margin-bottom: 18px;\n      display: flex; align-items: center; justify-content: center; gap: 14px;\n    }\n    .hero-eyebrow::before,\n    .hero-eyebrow::after {\n      content: '';\n      width: 36px; height: 1px;\n      background: var(--gold);\n      opacity: 0.5;\n    }\n\n    .hero h1 {\n      position: relative;\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(34px, 5.5vw, 58px);\n      font-weight: 400;\n      color: var(--smoke);\n      line-height: 1.15;\n      letter-spacing: 0.01em;\n      margin-bottom: 12px;\n    }\n    .hero h1 em {\n      font-style: italic;\n      color: var(--flame);\n    }\n    .hero-tagline {\n      position: relative;\n      font-family: 'IM Fell English', serif;\n      font-style: italic;\n      font-size: 15px;\n      color: rgba(245,239,228,0.55);\n      letter-spacing: 0.06em;\n      margin-top: 14px;\n    }\n\n    \/* ── INTRO STRIP ── *\/\n    .intro-strip {\n      background: var(--diya);\n      padding: 28px 40px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n    .intro-strip::before {\n      content: '';\n      position: absolute; inset: 0;\n      background: linear-gradient(135deg, rgba(0,0,0,0.15) 0%, transparent 60%);\n    }\n    .intro-strip p {\n      position: relative;\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(14px, 2vw, 17px);\n      font-style: italic;\n      color: rgba(245,239,228,0.92);\n      max-width: 680px;\n      margin: 0 auto;\n      line-height: 1.8;\n      letter-spacing: 0.02em;\n    }\n\n    \/* ── SHARED SECTION WRAPPER ── *\/\n    .section {\n      padding: 64px 40px;\n      max-width: 1060px;\n      margin: 0 auto;\n    }\n    @media (max-width: 520px) {\n      .section { padding: 48px 20px; }\n    }\n    .eyebrow {\n      font-size: 10px;\n      letter-spacing: 0.42em;\n      text-transform: uppercase;\n      color: var(--diya);\n      margin-bottom: 8px;\n    }\n    .sec-title {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(24px, 3.2vw, 36px);\n      font-weight: 400;\n      color: var(--ink);\n      line-height: 1.2;\n      margin-bottom: 36px;\n    }\n\n    \/* ── FEATURES: ALTERNATING ROWS ── *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: 0;\n    }\n    .feature-row {\n      display: grid;\n      grid-template-columns: 64px 1fr;\n      gap: 0 28px;\n      padding: 28px 0;\n      border-bottom: 1px solid var(--border);\n      align-items: start;\n      transition: background 0.2s;\n    }\n    .feature-row:first-child { border-top: 1px solid var(--border); }\n    .feature-row:hover { background: rgba(245,200,66,0.04); }\n\n    .feat-num {\n      font-family: 'Playfair Display', serif;\n      font-size: 38px;\n      font-weight: 400;\n      color: var(--gold);\n      opacity: 0.35;\n      line-height: 1;\n      padding-top: 4px;\n      text-align: right;\n    }\n    .feat-body {}\n    .feat-icon-title {\n      display: flex; align-items: center; gap: 10px;\n      margin-bottom: 6px;\n    }\n    .feat-icon { font-size: 20px; }\n    .feat-title {\n      font-family: 'Tenor Sans', sans-serif;\n      font-size: 13px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--diya-deep);\n    }\n    .feat-desc {\n      font-family: 'IM Fell English', serif;\n      font-size: 15.5px;\n      color: var(--muted);\n      line-height: 1.75;\n      font-style: italic;\n    }\n\n    \/* ── SPECS + USES ── *\/\n    .two-col {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 48px;\n      padding: 0 40px 64px;\n      max-width: 1060px;\n      margin: 0 auto;\n    }\n    @media (max-width: 660px) {\n      .two-col { grid-template-columns: 1fr; gap: 32px; padding: 0 20px 48px; }\n    }\n\n    .spec-block {\n      border: 1px solid var(--border);\n      border-radius: 2px;\n      overflow: hidden;\n    }\n    .spec-block-head {\n      background: var(--ink);\n      padding: 16px 22px;\n      font-size: 10px;\n      letter-spacing: 0.4em;\n      text-transform: uppercase;\n      color: var(--gold);\n      font-family: 'Tenor Sans', sans-serif;\n    }\n    .spec-row {\n      display: grid;\n      grid-template-columns: 40% 60%;\n      border-bottom: 1px solid var(--border);\n    }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-key, .spec-val {\n      padding: 13px 18px;\n      font-size: 13.5px;\n    }\n    .spec-key {\n      font-family: 'Tenor Sans', sans-serif;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      font-size: 11px;\n      color: var(--diya);\n      border-right: 1px solid var(--border);\n      background: rgba(184,92,30,0.04);\n      display: flex; align-items: center;\n    }\n    .spec-val {\n      font-family: 'IM Fell English', serif;\n      font-style: italic;\n      color: var(--muted);\n    }\n\n    .use-block { display: flex; flex-direction: column; gap: 12px; }\n    .use-card {\n      background: var(--smoke);\n      border-left: 3px solid var(--flame);\n      padding: 16px 20px;\n      display: flex; gap: 14px; align-items: flex-start;\n      transition: border-color 0.2s, background 0.2s;\n    }\n    .use-card:hover {\n      border-color: var(--gold);\n      background: #fff;\n    }\n    .use-icon { font-size: 22px; flex-shrink: 0; margin-top: 1px; }\n    .use-text {}\n    .use-title {\n      font-family: 'Tenor Sans', sans-serif;\n      font-size: 11.5px;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--diya-deep);\n      margin-bottom: 3px;\n    }\n    .use-desc { font-size: 13.5px; color: var(--muted); line-height: 1.6; }\n\n    \/* ── GLOW QUOTE BAND ── *\/\n    .glow-band {\n      position: relative;\n      background: linear-gradient(160deg, #0F0A04 0%, #2A1406 50%, #1A0C04 100%);\n      padding: 72px 40px;\n      text-align: center;\n      overflow: hidden;\n    }\n    .glow-band::before {\n      content: '';\n      position: absolute;\n      top: 50%; left: 50%;\n      transform: translate(-50%, -50%);\n      width: 500px; height: 260px;\n      background: radial-gradient(ellipse, rgba(245,200,66,0.1) 0%, rgba(232,145,74,0.06) 40%, transparent 70%);\n      pointer-events: none;\n    }\n    .glow-band::after {\n      content: '';\n      position: absolute;\n      top: 0; left: 0; right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, var(--gold), transparent);\n    }\n    .glow-om {\n      position: relative;\n      font-size: 52px;\n      color: var(--flame);\n      opacity: 0.75;\n      display: block;\n      margin-bottom: 20px;\n      filter: drop-shadow(0 0 14px rgba(245,200,66,0.5));\n      animation: pulse-glow 3s ease-in-out infinite;\n    }\n    @keyframes pulse-glow {\n      0%, 100% { filter: drop-shadow(0 0 10px rgba(245,200,66,0.4)); opacity: 0.75; }\n      50%       { filter: drop-shadow(0 0 22px rgba(245,200,66,0.75)); opacity: 0.9; }\n    }\n    .glow-quote {\n      position: relative;\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(18px, 2.8vw, 26px);\n      font-style: italic;\n      color: var(--smoke);\n      max-width: 580px;\n      margin: 0 auto 18px;\n      line-height: 1.7;\n      font-weight: 400;\n    }\n    .glow-attr {\n      font-size: 10px;\n      letter-spacing: 0.38em;\n      text-transform: uppercase;\n      color: var(--gold);\n      opacity: 0.7;\n    }\n\n    \/* ── GIFTING SECTION ── *\/\n    .gift-section {\n      padding: 64px 40px;\n      max-width: 1060px;\n      margin: 0 auto;\n    }\n    @media (max-width: 520px) { .gift-section { padding: 48px 20px; } }\n    .gift-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));\n      gap: 10px;\n      margin-top: 28px;\n    }\n    .gift-cell {\n      border: 1px solid var(--border);\n      padding: 20px 16px;\n      text-align: center;\n      background: var(--smoke);\n      cursor: default;\n      transition: all 0.25s;\n      border-radius: 1px;\n    }\n    .gift-cell:hover {\n      background: var(--diya);\n      border-color: var(--diya);\n    }\n    .gift-cell:hover .gc-icon,\n    .gift-cell:hover .gc-label { color: var(--smoke); }\n    .gc-icon { font-size: 26px; display: block; margin-bottom: 8px; }\n    .gc-label {\n      font-family: 'Tenor Sans', sans-serif;\n      font-size: 11px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--diya-deep);\n      line-height: 1.4;\n    }\n\n    \/* ── PROMISE FOOTER ── *\/\n    .promise {\n      background: var(--smoke);\n      border-top: 1px solid var(--border);\n      padding: 44px 40px;\n      text-align: center;\n    }\n    .promise-eyebrow {\n      font-size: 10px;\n      letter-spacing: 0.4em;\n      text-transform: uppercase;\n      color: var(--diya);\n      margin-bottom: 20px;\n    }\n    .promise-row {\n      display: flex; flex-wrap: wrap;\n      justify-content: center;\n      gap: 24px 40px;\n    }\n    .promise-item {\n      display: flex; align-items: center; gap: 9px;\n      font-size: 11.5px;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      color: var(--muted);\n    }\n    .promise-item span.ico { font-size: 19px; }\n\n    \/* gold separator utility *\/\n    .gold-rule {\n      display: flex; align-items: center; justify-content: center;\n      gap: 14px; margin: 0 auto 40px;\n      max-width: 320px;\n    }\n    .gold-rule::before,\n    .gold-rule::after {\n      content: ''; flex: 1; height: 1px;\n      background: linear-gradient(90deg, transparent, var(--gold));\n    }\n    .gold-rule::after { background: linear-gradient(90deg, var(--gold), transparent); }\n    .gold-rule span { font-size: 15px; color: var(--gold); opacity: 0.7; }\n  \u003c\/style\u003e\n\n\n\n  \u003c!-- ══ HERO ══ --\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"hero-glow\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"flame-wrap\"\u003e\n      \u003c!-- Inline flame SVG for zero-dependency animation --\u003e\n      \u003csvg class=\"flame-svg\" viewbox=\"0 0 40 60\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M20 58C20 58 4 46 4 30C4 18 12 10 20 4C20 4 16 16 22 22C22 22 20 14 28 10C28 10 36 18 36 30C36 46 20 58 20 58Z\" fill=\"url(#fg1)\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M20 52C20 52 10 44 10 32C10 24 15 18 20 14C20 14 18 22 22 26C22 26 20 20 26 17C26 17 32 23 32 32C32 44 20 52 20 52Z\" fill=\"url(#fg2)\" opacity=\"0.7\"\u003e\u003c\/path\u003e\n        \u003cdefs\u003e\n          \u003clineargradient id=\"fg1\" x1=\"20\" y1=\"4\" x2=\"20\" y2=\"58\" gradientunits=\"userSpaceOnUse\"\u003e\n            \u003cstop offset=\"0%\" stop-color=\"#F5C842\"\u003e\u003c\/stop\u003e\n            \u003cstop offset=\"55%\" stop-color=\"#FF8C00\"\u003e\u003c\/stop\u003e\n            \u003cstop offset=\"100%\" stop-color=\"#C0390A\" stop-opacity=\"0.6\"\u003e\u003c\/stop\u003e\n          \u003c\/lineargradient\u003e\n          \u003clineargradient id=\"fg2\" x1=\"20\" y1=\"14\" x2=\"20\" y2=\"52\" gradientunits=\"userSpaceOnUse\"\u003e\n            \u003cstop offset=\"0%\" stop-color=\"#FDEAA0\"\u003e\u003c\/stop\u003e\n            \u003cstop offset=\"100%\" stop-color=\"#F5C842\" stop-opacity=\"0.4\"\u003e\u003c\/stop\u003e\n          \u003c\/lineargradient\u003e\n        \u003c\/defs\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-eyebrow\"\u003eArtisan Terracotta · Sacred Series\u003c\/div\u003e\n    \u003ch1\u003eHandcrafted \u003cem\u003eOm\u003c\/em\u003e\u003cbr\u003eWall Diya\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003eSpiritual Hanging Oil Lamp  ·  Terracotta Wall Décor\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ══ INTRO STRIP ══ --\u003e\n  \u003cdiv class=\"intro-strip\"\u003e\n    \u003cp\u003e\n      More than a lamp — this terracotta Om wall diya is a threshold between the everyday and the sacred.\n      Where firelight meets ancient symbol, every flame lit becomes an offering of peace.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ KEY FEATURES ══ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"eyebrow\"\u003eCrafted with intention\u003c\/p\u003e\n    \u003ch2 class=\"sec-title\"\u003eWhat Makes It Sacred\u003c\/h2\u003e\n\n    \u003cdiv class=\"feature-list\"\u003e\n      \u003cdiv class=\"feature-row\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e01\u003c\/div\u003e\n        \u003cdiv class=\"feat-body\"\u003e\n          \u003cdiv class=\"feat-icon-title\"\u003e\n            \u003cspan class=\"feat-icon\"\u003e🕉️\u003c\/span\u003e\n            \u003cspan class=\"feat-title\"\u003eSacred Om Design\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"feat-desc\"\u003eThe Om symbol — the primordial sound of the universe — is hand-incised into natural clay, making this diya a visual mantra that radiates peace, positivity, and spiritual harmony from your wall.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-row\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e02\u003c\/div\u003e\n        \u003cdiv class=\"feat-body\"\u003e\n          \u003cdiv class=\"feat-icon-title\"\u003e\n            \u003cspan class=\"feat-icon\"\u003e🪔\u003c\/span\u003e\n            \u003cspan class=\"feat-title\"\u003eBuilt-in Diya Holder\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"feat-desc\"\u003eThe traditional kalash-inspired bowl at the base is designed to hold oil, ghee, or a small candle — so every evening becomes a ritual, every flame a moment of mindfulness.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-row\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e03\u003c\/div\u003e\n        \u003cdiv class=\"feat-body\"\u003e\n          \u003cdiv class=\"feat-icon-title\"\u003e\n            \u003cspan class=\"feat-icon\"\u003e🖐️\u003c\/span\u003e\n            \u003cspan class=\"feat-title\"\u003eArtisan Handcrafted\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"feat-desc\"\u003eShaped and finished entirely by hand, each piece carries the subtle marks of its maker — no two are identical. Minor variations in texture and tone are not flaws; they are the signature of authenticity.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-row\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e04\u003c\/div\u003e\n        \u003cdiv class=\"feat-body\"\u003e\n          \u003cdiv class=\"feat-icon-title\"\u003e\n            \u003cspan class=\"feat-icon\"\u003e🌿\u003c\/span\u003e\n            \u003cspan class=\"feat-title\"\u003eEco-Friendly Terracotta\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"feat-desc\"\u003eFired from pure natural clay with no synthetic coatings, this diya is breathable, biodegradable, and entirely earth-safe — a conscious choice that honours the tradition it belongs to.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-row\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e05\u003c\/div\u003e\n        \u003cdiv class=\"feat-body\"\u003e\n          \u003cdiv class=\"feat-icon-title\"\u003e\n            \u003cspan class=\"feat-icon\"\u003e🏡\u003c\/span\u003e\n            \u003cspan class=\"feat-title\"\u003eReady-to-Hang Wall Décor\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"feat-desc\"\u003eFitted with a built-in hanging loop, it mounts in moments on any wall — pooja room, entrance, living space, or temple corridor — bringing sacred warmth wherever light is needed.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ SPECS + USES ══ --\u003e\n  \u003cdiv class=\"two-col\"\u003e\n    \u003cdiv\u003e\n      \u003cp class=\"eyebrow\" style=\"margin-bottom:10px;\"\u003eSpecifications\u003c\/p\u003e\n      \u003ch3 class=\"sec-title\" style=\"font-size:clamp(20px,2.4vw,28px); margin-bottom:20px;\"\u003eProduct Details\u003c\/h3\u003e\n      \u003cdiv class=\"spec-block\"\u003e\n        \u003cdiv class=\"spec-block-head\"\u003eMaterial \u0026amp; Craft\u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eNatural Terracotta Clay\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eFinish\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eRustic matte, unpolished\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eDesign\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eOm symbol with kalash diya base\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eHanging\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eBuilt-in loop, ready to mount\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eUsage\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eOil lamp \/ candle holder + wall décor\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eOrigin\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eHandmade in India\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cp class=\"eyebrow\" style=\"margin-bottom:10px;\"\u003eVersatility\u003c\/p\u003e\n      \u003ch3 class=\"sec-title\" style=\"font-size:clamp(20px,2.4vw,28px); margin-bottom:20px;\"\u003eBest Used For\u003c\/h3\u003e\n      \u003cdiv class=\"use-block\"\u003e\n        \u003cdiv class=\"use-card\"\u003e\n          \u003cspan class=\"use-icon\"\u003e🛕\u003c\/span\u003e\n          \u003cdiv class=\"use-text\"\u003e\n            \u003cdiv class=\"use-title\"\u003ePooja Room Decoration\u003c\/div\u003e\n            \u003cdiv class=\"use-desc\"\u003eCreates a serene focal point that anchors the sacred atmosphere of a home temple or altar.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"use-card\"\u003e\n          \u003cspan class=\"use-icon\"\u003e🪔\u003c\/span\u003e\n          \u003cdiv class=\"use-text\"\u003e\n            \u003cdiv class=\"use-title\"\u003eFestival Lighting\u003c\/div\u003e\n            \u003cdiv class=\"use-desc\"\u003eIdeal for Diwali, Navratri, and all spiritual occasions — cast a warm ceremonial glow on any wall.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"use-card\"\u003e\n          \u003cspan class=\"use-icon\"\u003e🏡\u003c\/span\u003e\n          \u003cdiv class=\"use-text\"\u003e\n            \u003cdiv class=\"use-title\"\u003eEntrance \u0026amp; Living Room Wall\u003c\/div\u003e\n            \u003cdiv class=\"use-desc\"\u003eWelcome guests and positive energy with this striking piece at your home's entrance or main wall.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"use-card\"\u003e\n          \u003cspan class=\"use-icon\"\u003e🎁\u003c\/span\u003e\n          \u003cdiv class=\"use-text\"\u003e\n            \u003cdiv class=\"use-title\"\u003eSpiritual Gifting\u003c\/div\u003e\n            \u003cdiv class=\"use-desc\"\u003eA deeply meaningful housewarming, Diwali, or festive gift that carries blessings and lasting beauty.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ GLOW QUOTE BAND ══ --\u003e\n  \u003cdiv class=\"glow-band\"\u003e\n    \u003cspan class=\"glow-om\"\u003eॐ\u003c\/span\u003e\n    \u003cp class=\"glow-quote\"\u003e\n      \"Light a flame, whisper the Om, and let the clay carry your prayer into the room — this is how homes become sanctuaries.\"\n    \u003c\/p\u003e\n    \u003cp class=\"glow-attr\"\u003eThe Terracotta Tradition of India\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ GIFTING ══ --\u003e\n  \u003cdiv class=\"gift-section\"\u003e\n    \u003cp class=\"eyebrow\"\u003eGive with meaning\u003c\/p\u003e\n    \u003ch2 class=\"sec-title\"\u003eThe Perfect Spiritual Gift\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px; color:var(--muted); max-width:540px; line-height:1.75; font-family:'IM Fell English',serif; font-style:italic;\"\u003e\n      Whether for a housewarming, a Diwali celebration, or simply to bring someone warmth — a diya bearing the Om is a gift of light, intention, and timeless grace.\n    \u003c\/p\u003e\n    \u003cdiv class=\"gift-grid\"\u003e\n      \u003cdiv class=\"gift-cell\"\u003e\n        \u003cspan class=\"gc-icon\"\u003e🏠\u003c\/span\u003e\n        \u003cdiv class=\"gc-label\"\u003eHousewarming\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"gift-cell\"\u003e\n        \u003cspan class=\"gc-icon\"\u003e🪔\u003c\/span\u003e\n        \u003cdiv class=\"gc-label\"\u003eDiwali Gift\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"gift-cell\"\u003e\n        \u003cspan class=\"gc-icon\"\u003e🛕\u003c\/span\u003e\n        \u003cdiv class=\"gc-label\"\u003ePooja Décor\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"gift-cell\"\u003e\n        \u003cspan class=\"gc-icon\"\u003e💼\u003c\/span\u003e\n        \u003cdiv class=\"gc-label\"\u003eCorporate Gifts\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"gift-cell\"\u003e\n        \u003cspan class=\"gc-icon\"\u003e🎊\u003c\/span\u003e\n        \u003cdiv class=\"gc-label\"\u003eReturn Gifts\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"gift-cell\"\u003e\n        \u003cspan class=\"gc-icon\"\u003e✨\u003c\/span\u003e\n        \u003cdiv class=\"gc-label\"\u003eNew Beginnings\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ PROMISE FOOTER ══ --\u003e\n  \u003cfooter class=\"promise\"\u003e\n    \u003cp class=\"promise-eyebrow\"\u003eOur Artisan Promise\u003c\/p\u003e\n    \u003cdiv class=\"gold-rule\"\u003e\u003cspan\u003e✦\u003c\/span\u003e\u003c\/div\u003e\n    \u003cdiv class=\"promise-row\"\u003e\n      \u003cdiv class=\"promise-item\"\u003e\n\u003cspan class=\"ico\"\u003e🤲\u003c\/span\u003eHandmade with Care\u003c\/div\u003e\n      \u003cdiv class=\"promise-item\"\u003e\n\u003cspan class=\"ico\"\u003e🌿\u003c\/span\u003e100% Natural Clay\u003c\/div\u003e\n      \u003cdiv class=\"promise-item\"\u003e\n\u003cspan class=\"ico\"\u003e✦\u003c\/span\u003eEach Piece Unique\u003c\/div\u003e\n      \u003cdiv class=\"promise-item\"\u003e\n\u003cspan class=\"ico\"\u003e📦\u003c\/span\u003eCarefully Packed\u003c\/div\u003e\n      \u003cdiv class=\"promise-item\"\u003e\n\u003cspan class=\"ico\"\u003e🇮🇳\u003c\/span\u003eMade in India\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Sarvam Collection","offers":[{"title":"Default Title","offer_id":63538687508849,"sku":null,"price":319.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/102.png?v=1777552390","url":"https:\/\/inaiyan.in\/products\/handcrafted-terracotta-om-wall-diya","provider":"Inaiyan","version":"1.0","type":"link"}