{"product_id":"neroli-essential-oil","title":"Neroli Essential Oil","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\u003eNeroli Essential Oil - Product Description\u003c\/title\u003e\n  \u003cstyle\u003e\n    body {\n      font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      margin: 0;\n      padding: 0;\n      background: #fafafa;\n      color: #333;\n      line-height: 1.8;\n    }\n\n    .product-description {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 40px;\n      background: white;\n    }\n\n    h1 {\n      text-align: center;\n      font-size: 2.5em;\n      color: #2b2b2b;\n      margin-bottom: 30px;\n      font-weight: 700;\n    }\n\n    p {\n      text-align: justify;\n      font-size: 1.05em;\n      margin-bottom: 20px;\n    }\n\n    strong {\n      color: #2b2b2b;\n    }\n\n    \/* Aroma Pyramid Section *\/\n    #aroma-pyramid {\n      margin: 60px 0;\n      padding: 50px 20px;\n       \n      border-radius: 20px;\n    }\n\n    #aroma-pyramid h3 {\n      text-align: center;\n      color: #00695c;\n      font-size: 2em;\n      margin-bottom: 15px;\n      font-weight: 700;\n    }\n\n    .subtitle {\n      text-align: center;\n      font-size: 1.05em;\n      color: #555;\n      max-width: 700px;\n      margin: 0 auto 50px;\n    }\n\n    .pyramid-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 60px;\n      align-items: center;\n      justify-content: center;\n      margin-top: 40px;\n    }\n\n    .pyramid-wrapper {\n      position: relative;\n      perspective: 1000px;\n    }\n\n    #pyramid-svg {\n      width: 320px;\n      height: 400px;\n      filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.15));\n    }\n\n    .pyramid-3d {\n      transform-style: preserve-3d;\n      transition: transform 0.6s ease;\n    }\n\n    #pyramid-svg .layer {\n      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n      cursor: pointer;\n    }\n\n    #pyramid-svg .layer path {\n      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    #pyramid-svg .layer:hover path,\n    #pyramid-svg .layer.active path {\n      filter: brightness(1.15) drop-shadow(0 8px 20px rgba(0, 0, 0, 0.25));\n      stroke-width: 3;\n    }\n\n    #pyramid-svg .layer.inactive {\n      opacity: 0.4;\n    }\n\n    #pyramid-svg .layer text {\n      font-weight: 700;\n      font-size: 13px;\n      pointer-events: none;\n      text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);\n    }\n\n    .info-panel {\n      flex: 1;\n      min-width: 320px;\n      max-width: 500px;\n    }\n\n    #note-name {\n      margin: 0 0 10px 0;\n      font-size: 1.9em;\n      color: #2b2b2b;\n      font-weight: 700;\n    }\n\n    #note-short {\n      font-size: 1.2em;\n      color: #00695c;\n      font-weight: 600;\n      margin: 0 0 15px 0;\n    }\n\n    #note-detail {\n      font-size: 1.05em;\n      color: #555;\n      line-height: 1.8;\n      margin-bottom: 25px;\n    }\n\n    .note-buttons {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-bottom: 15px;\n    }\n\n    .note-btn {\n      padding: 12px 26px;\n      border-radius: 50px;\n      border: 2px solid #ddd;\n      background: white;\n      color: #555;\n      font-size: 15px;\n      font-weight: 600;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n    }\n\n    .note-btn:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);\n      border-color: #00695c;\n    }\n\n    .note-btn.active {\n      background: linear-gradient(135deg, #00695c 0%, #00897b 100%);\n      color: white;\n      border-color: #00695c;\n      box-shadow: 0 4px 16px rgba(0, 105, 92, 0.4);\n    }\n\n    .tip {\n      font-size: 13px;\n      color: #888;\n      margin: 15px 0 25px 0;\n    }\n\n    .blend-ideas {\n      background: white;\n      border: 2px dashed #ddd;\n      padding: 25px;\n      border-radius: 16px;\n      margin-top: 20px;\n    }\n\n    .blend-ideas h4 {\n      font-size: 1.1em;\n      color: #333;\n      margin: 0 0 15px 0;\n      font-weight: 700;\n    }\n\n    .blend-ideas ul {\n      list-style: disc;\n      margin-left: 20px;\n      padding: 0;\n    }\n\n    .blend-ideas li {\n      font-size: 0.95em;\n      color: #555;\n      margin-bottom: 8px;\n    }\n\n    \/* Benefits \u0026 Usage Grid *\/\n    .section-title {\n      text-align: center;\n      color: #00695c;\n      font-size: 1.8em;\n      margin: 60px 0 40px 0;\n      font-weight: 700;\n    }\n\n    .grid-3 {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 30px;\n      margin: 40px 0;\n    }\n\n    .grid-item {\n      text-align: center;\n      padding: 20px;\n      background: white;\n      border-radius: 16px;\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n\n    .grid-item:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);\n    }\n\n    .grid-item img {\n      width: 100%;\n      height: 180px;\n      object-fit: cover;\n      border-radius: 12px;\n      margin-bottom: 15px;\n      background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%);\n    }\n\n    .grid-item p {\n      font-size: 0.95em;\n      text-align: center;\n      margin: 0;\n    }\n\n    @media (max-width: 768px) {\n      .product-description {\n        padding: 20px;\n      }\n\n      h1 {\n        font-size: 1.8em;\n      }\n\n      #pyramid-svg {\n        width: 260px;\n        height: 320px;\n      }\n\n      .pyramid-container {\n        gap: 40px;\n      }\n\n      .grid-3 {\n        grid-template-columns: 1fr;\n      }\n    }\n  \u003c\/style\u003e\n\n\n  \u003cdiv class=\"product-description\"\u003e\n    \u003c!-- Product Title --\u003e\n    \u003ch1\u003eNeroli Essential Oil\u003c\/h1\u003e\n\n    \u003c!-- Product Intro --\u003e\n    \u003cp\u003e\n      Discover the exquisite and captivating aroma of \u003cstrong\u003eNeroli Essential Oil\u003c\/strong\u003e, also known as\n      \u003cstrong\u003eOrange Blossom Oil\u003c\/strong\u003e. Derived from the delicate blossoms of the bitter orange tree, this precious oil\n      offers a wealth of aromatic benefits that calm the mind and uplift the spirit.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      At \u003cstrong\u003eCitSpray Aroma Sciences\u003c\/strong\u003e, we supply \u003cstrong\u003eNeroli Essential Oil\u003c\/strong\u003e extracted through careful\n      \u003cem\u003esteam distillation\u003c\/em\u003e, ensuring its exquisite aroma and premium quality. Our oil is\n      \u003cstrong\u003e100% pure, natural, and free from additives or fillers\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003c!-- Aroma Pyramid Section --\u003e\n    \u003cdiv id=\"aroma-pyramid\"\u003e\n      \u003ch3\u003e🌿 Aroma Notes\u003c\/h3\u003e\n      \u003cp class=\"subtitle\"\u003e\n        Exquisite floral, sweet, and refreshing citrus notes — perfect for blends that seek elegance, serenity, and a touch of luxury.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"pyramid-container\"\u003e\n        \u003c!-- 3D Pyramid SVG --\u003e\n        \u003cdiv class=\"pyramid-wrapper\"\u003e\n          \u003csvg viewbox=\"0 0 240 300\" id=\"pyramid-svg\"\u003e\n            \u003cdefs\u003e\n              \u003c!-- Enhanced Gradients --\u003e\n              \u003clineargradient id=\"gradBase\" x1=\"0%\" y1=\"0%\" x2=\"0%\" y2=\"100%\"\u003e\n                \u003cstop offset=\"0%\" stop-color=\"#FBBF24\"\u003e\u003c\/stop\u003e\n                \u003cstop offset=\"100%\" stop-color=\"#F59E0B\"\u003e\u003c\/stop\u003e\n              \u003c\/lineargradient\u003e\n              \u003clineargradient id=\"gradMid\" x1=\"0%\" y1=\"0%\" x2=\"0%\" y2=\"100%\"\u003e\n                \u003cstop offset=\"0%\" stop-color=\"#FB923C\"\u003e\u003c\/stop\u003e\n                \u003cstop offset=\"100%\" stop-color=\"#F43F5E\"\u003e\u003c\/stop\u003e\n              \u003c\/lineargradient\u003e\n              \u003clineargradient id=\"gradTop\" x1=\"0%\" y1=\"0%\" x2=\"0%\" y2=\"100%\"\u003e\n                \u003cstop offset=\"0%\" stop-color=\"#4ADE80\"\u003e\u003c\/stop\u003e\n                \u003cstop offset=\"100%\" stop-color=\"#22C55E\"\u003e\u003c\/stop\u003e\n              \u003c\/lineargradient\u003e\n\n              \u003c!-- Side face gradients for 3D effect --\u003e\n              \u003clineargradient id=\"gradBaseSide\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"\u003e\n                \u003cstop offset=\"0%\" stop-color=\"#D97706\"\u003e\u003c\/stop\u003e\n                \u003cstop offset=\"100%\" stop-color=\"#F59E0B\"\u003e\u003c\/stop\u003e\n              \u003c\/lineargradient\u003e\n              \u003clineargradient id=\"gradMidSide\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"\u003e\n                \u003cstop offset=\"0%\" stop-color=\"#DC2626\"\u003e\u003c\/stop\u003e\n                \u003cstop offset=\"100%\" stop-color=\"#F43F5E\"\u003e\u003c\/stop\u003e\n              \u003c\/lineargradient\u003e\n              \u003clineargradient id=\"gradTopSide\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"\u003e\n                \u003cstop offset=\"0%\" stop-color=\"#16A34A\"\u003e\u003c\/stop\u003e\n                \u003cstop offset=\"100%\" stop-color=\"#22C55E\"\u003e\u003c\/stop\u003e\n              \u003c\/lineargradient\u003e\n            \u003c\/defs\u003e\n\n            \u003cg class=\"pyramid-3d\"\u003e\n              \u003c!-- Base Layer - Bottom --\u003e\n              \u003cg class=\"layer\" data-layer=\"base\"\u003e\n                \u003c!-- Front face --\u003e\n                \u003cpath d=\"M 40 240 L 200 240 L 120 160 Z\" fill=\"url(#gradBase)\" stroke=\"#D97706\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                \u003c!-- Right side face (3D effect) --\u003e\n                \u003cpath d=\"M 200 240 L 230 250 L 140 170 L 120 160 Z\" fill=\"url(#gradBaseSide)\" stroke=\"#B45309\" stroke-width=\"1\" opacity=\"0.85\"\u003e\u003c\/path\u003e\n                \u003ctext x=\"120\" y=\"225\" text-anchor=\"middle\" fill=\"#78350F\" font-size=\"14\"\u003eBase\u003c\/text\u003e\n              \u003c\/g\u003e\n\n              \u003c!-- Middle Layer --\u003e\n              \u003cg class=\"layer\" data-layer=\"middle\"\u003e\n                \u003c!-- Front face --\u003e\n                \u003cpath d=\"M 70 185 L 170 185 L 120 135 Z\" fill=\"url(#gradMid)\" stroke=\"#DC2626\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                \u003c!-- Right side face (3D effect) --\u003e\n                \u003cpath d=\"M 170 185 L 195 195 L 140 145 L 120 135 Z\" fill=\"url(#gradMidSide)\" stroke=\"#991B1B\" stroke-width=\"1\" opacity=\"0.85\"\u003e\u003c\/path\u003e\n                \u003ctext x=\"120\" y=\"175\" text-anchor=\"middle\" fill=\"#7F1D1D\" font-size=\"14\"\u003eMiddle\u003c\/text\u003e\n              \u003c\/g\u003e\n\n              \u003c!-- Top Layer --\u003e\n              \u003cg class=\"layer active\" data-layer=\"top\"\u003e\n                \u003c!-- Front face --\u003e\n                \u003cpath d=\"M 95 140 L 145 140 L 120 100 Z\" fill=\"url(#gradTop)\" stroke=\"#16A34A\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                \u003c!-- Right side face (3D effect) --\u003e\n                \u003cpath d=\"M 145 140 L 165 148 L 135 108 L 120 100 Z\" fill=\"url(#gradTopSide)\" stroke=\"#15803D\" stroke-width=\"1\" opacity=\"0.85\"\u003e\u003c\/path\u003e\n                \u003ctext x=\"120\" y=\"132\" text-anchor=\"middle\" fill=\"#14532D\" font-size=\"14\"\u003eTop\u003c\/text\u003e\n              \u003c\/g\u003e\n            \u003c\/g\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Info Panel --\u003e\n        \u003cdiv class=\"info-panel\"\u003e\n          \u003ch3 id=\"note-name\"\u003eTop Note\u003c\/h3\u003e\n          \u003cp id=\"note-short\"\u003eFresh, sweet, and lightly citrusy\u003c\/p\u003e\n          \u003cp id=\"note-detail\"\u003e\n            The initial burst of fresh, sweet, and vibrant citrus-floral notes, offering an instant uplift.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"note-buttons\"\u003e\n            \u003cbutton class=\"note-btn active\" data-layer=\"top\"\u003eTop Note\u003c\/button\u003e\n            \u003cbutton class=\"note-btn\" data-layer=\"middle\"\u003eMiddle Note\u003c\/button\u003e\n            \u003cbutton class=\"note-btn\" data-layer=\"base\"\u003eBase Note\u003c\/button\u003e\n          \u003c\/div\u003e\n\n          \u003cp class=\"tip\"\u003e\n            Tip: hover or tap each layer to reveal the note and its character.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"blend-ideas\"\u003e\n            \u003ch4\u003eQuick Blend Ideas\u003c\/h4\u003e\n            \u003cul\u003e\n              \u003cli\u003eLuxurious Facial Serum: Neroli (0.5%), Jojoba carrier — for a radiant glow and soothing feel.\u003c\/li\u003e\n              \u003cli\u003eCalming Diffuser Blend: 2 drops Neroli + 3 drops Lavender for a serene and relaxing ambiance.\u003c\/li\u003e\n              \u003cli\u003ePerfume Accent: Add 1–2% of total fragrance weight for an elegant, long-lasting floral note in natural perfumes.\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Key Benefits Section --\u003e\n    \u003ch3 class=\"section-title\"\u003e✨ Key Benefits of Neroli Essential Oil\u003c\/h3\u003e\n    \u003cdiv class=\"grid-3\"\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Exquisite, Calming Floral Aroma\"\u003e\n        \u003cp\u003e\u003cstrong\u003eExquisite, calming floral aroma\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Promotes Peace and Tranquility\"\u003e\n        \u003cp\u003e\u003cstrong\u003ePromotes a sense of peace and tranquility\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Serene and Luxurious Ambiance\"\u003e\n        \u003cp\u003e\u003cstrong\u003eCultivates a serene and luxurious ambiance\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Valued in Natural Perfumery\"\u003e\n        \u003cp\u003e\u003cstrong\u003eHighly valued in natural perfumery and skincare formulations\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Elegant Touch to DIY Products\"\u003e\n        \u003cp\u003e\u003cstrong\u003eAdds an elegant, sophisticated touch to DIY products\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Uplifts Spirits and Fosters Emotional Balance\"\u003e\n        \u003cp\u003e\u003cstrong\u003eUplifts spirits and fosters emotional balance\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Usage Section --\u003e\n    \u003ch3 class=\"section-title\"\u003e💧 How to Use Neroli Essential Oil\u003c\/h3\u003e\n    \u003cdiv class=\"grid-3\"\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Diffuser Use\"\u003e\n        \u003cp\u003e\u003cstrong\u003eDiffusion:\u003c\/strong\u003e Add 3-5 drops to your diffuser to create a serene, uplifting, and sophisticated ambiance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Topical Skincare Use\"\u003e\n        \u003cp\u003e\u003cstrong\u003eTopical Use:\u003c\/strong\u003e Dilute with a carrier oil like \u003cem\u003ejojoba\u003c\/em\u003e or \u003cem\u003eargan oil\u003c\/em\u003e (0.5–1% dilution) and apply to pulse points or blend into your favourite skincare products for a radiant glow.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Aromatic Massage Blend\"\u003e\n        \u003cp\u003e\u003cstrong\u003eAromatic Massage:\u003c\/strong\u003e Blend a few drops with \u003cem\u003esweet almond\u003c\/em\u003e or \u003cem\u003ecoconut oil\u003c\/em\u003e for a luxurious and calming massage, focusing on areas of tension.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"DIY Scented Products\"\u003e\n        \u003cp\u003e\u003cstrong\u003eDIY Scented Products:\u003c\/strong\u003e Incorporate into homemade perfumes, lotions, or bath bombs for an exquisite, long-lasting floral fragrance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Facial Steam for Complexion\"\u003e\n        \u003cp\u003e\u003cstrong\u003eFacial Steam:\u003c\/strong\u003e Add 1-2 drops into a bowl of warm water for a luxurious facial steam, promoting a refreshed and revitalised complexion.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Calming Pillow or Linen Spray\"\u003e\n        \u003cp\u003e\u003cstrong\u003ePillow Spray\/Linen Mist:\u003c\/strong\u003e Create a calming pillow spray by adding a few drops to distilled water and a splash of witch hazel – perfect for a peaceful night's rest.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Closing Paragraph --\u003e\n    \u003cp style=\"margin-top: 60px;\"\u003e\n      Embrace the exquisite, uplifting aroma of \u003cstrong\u003eCitSpray's Premium Neroli Essential Oil\u003c\/strong\u003e — a luxurious addition to your\n      aromatic collection that brings \u003cstrong\u003eserenity, elegance, and natural radiance\u003c\/strong\u003e to your everyday life.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    document.addEventListener(\"DOMContentLoaded\", function () {\n      const data = {\n        top: {\n          name: \"Top Note\",\n          short: \"Fresh, sweet, and lightly citrusy\",\n          detail:\n            \"The initial burst of fresh, sweet, and vibrant citrus-floral notes, offering an instant uplift.\",\n        },\n        middle: {\n          name: \"Middle Note\",\n          short: \"Rich, honeyed floral heart\",\n          detail:\n            \"The captivating heart of Neroli, a rich, honeyed, and intensely floral aroma that is both soothing and luxurious.\",\n        },\n        base: {\n          name: \"Base Note\",\n          short: \"Subtle green undertones with lasting floral sweetness\",\n          detail:\n            \"A delicate, slightly green undertone that lingers beautifully, supporting the enduring floral sweetness.\",\n        },\n      };\n\n      const pyramid = document.querySelector(\"#aroma-pyramid\");\n      if (!pyramid) return;\n\n      const layers = pyramid.querySelectorAll(\"#pyramid-svg .layer\");\n      const noteBtns = pyramid.querySelectorAll(\".note-btn\");\n      const nameEl = document.getElementById(\"note-name\");\n      const shortEl = document.getElementById(\"note-short\");\n      const detailEl = document.getElementById(\"note-detail\");\n\n      function activateLayer(layerId) {\n        \/\/ Update active states\n        layers.forEach((l) =\u003e {\n          const isActive = l.dataset.layer === layerId;\n          l.classList.toggle(\"active\", isActive);\n          l.classList.toggle(\"inactive\", !isActive);\n        });\n        \n        noteBtns.forEach((b) =\u003e b.classList.toggle(\"active\", b.dataset.layer === layerId));\n        \n        const info = data[layerId];\n        if (!info) return;\n        nameEl.textContent = info.name;\n        shortEl.textContent = info.short;\n        detailEl.textContent = info.detail;\n      }\n\n      layers.forEach((l) =\u003e {\n        l.addEventListener(\"mouseenter\", () =\u003e activateLayer(l.dataset.layer));\n        l.addEventListener(\"click\", () =\u003e activateLayer(l.dataset.layer));\n      });\n\n      noteBtns.forEach((b) =\u003e b.addEventListener(\"click\", () =\u003e activateLayer(b.dataset.layer)));\n      \n      activateLayer(\"top\");\n    });\n  \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"CitSpray","offers":[{"title":"10mL(Roll-on)","offer_id":51589616959782,"sku":null,"price":149.0,"currency_code":"INR","in_stock":true},{"title":"10mL (Sprayer)","offer_id":51589616992550,"sku":null,"price":149.0,"currency_code":"INR","in_stock":true},{"title":"25mL","offer_id":51589617025318,"sku":null,"price":299.0,"currency_code":"INR","in_stock":true},{"title":"100mL","offer_id":51589617058086,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"500mL","offer_id":51589617090854,"sku":null,"price":3699.0,"currency_code":"INR","in_stock":true},{"title":"1L","offer_id":51589617123622,"sku":null,"price":6999.0,"currency_code":"INR","in_stock":true},{"title":"5L","offer_id":51589617156390,"sku":null,"price":33999.0,"currency_code":"INR","in_stock":true},{"title":"10L","offer_id":51589617189158,"sku":null,"price":69799.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0977\/2823\/3766\/files\/neroli-essential-oil-emotional-balance-8556115.jpg?v=1769921586","url":"https:\/\/www.citspray.com\/products\/neroli-essential-oil","provider":"CitSpray","version":"1.0","type":"link"}