{"product_id":"orange-essential-oil","title":"Orange 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\u003eOrange 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\u003eOrange Essential Oil\u003c\/h1\u003e\n\n    \u003c!-- Product Intro --\u003e\n    \u003cp\u003e\n      Discover the wonderfully bright and uplifting aroma of \u003cstrong\u003eOrange Essential Oil\u003c\/strong\u003e, also known as\n      \u003cstrong\u003eSweet Orange Essential Oil\u003c\/strong\u003e. Derived from the peels of fresh oranges, this vibrant oil\n      offers a wealth of aromatic benefits that instantly uplift the senses and infuse spaces with cheerful energy.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      At \u003cstrong\u003eCitSpray Aroma Sciences\u003c\/strong\u003e, we supply \u003cstrong\u003eOrange Essential Oil\u003c\/strong\u003e extracted through careful\n      \u003cem\u003ecold-pressing\u003c\/em\u003e of the orange peel, ensuring its potent 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        Fresh, sweet, and wonderfully zesty citrus — perfect for creating an uplifting, energising, and positive atmosphere.\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\"\u003eBright \u0026amp; Zesty Citrus\u003c\/p\u003e\n          \u003cp id=\"note-detail\"\u003e\n            The immediate burst of fresh, sweet, and tangy citrus – invigorating and wonderfully uplifting, characteristic of freshly peeled oranges.\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\u003eUplifting Diffuser Blend: 3 drops orange + 2 drops frankincense for a joyful and calming ambiance.\u003c\/li\u003e\n              \u003cli\u003eRefreshing Room Spray: Add 10-15 drops of orange oil to water in a spray bottle for a natural freshener.\u003c\/li\u003e\n              \u003cli\u003eCheerful DIY Cleaners: Boost your homemade surface cleaners with 5-7 drops of orange oil for a fresh scent.\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 Orange Essential Oil\u003c\/h3\u003e\n    \u003cdiv class=\"grid-3\"\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Uplifting Aroma\"\u003e\n        \u003cp\u003e\u003cstrong\u003eUplifting and mood-boosting aroma\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Air Purifier\"\u003e\n        \u003cp\u003e\u003cstrong\u003eExcellent for purifying and freshening air\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Energising Atmosphere\"\u003e\n        \u003cp\u003e\u003cstrong\u003eCreates an energising and positive atmosphere\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Natural Cleanser\"\u003e\n        \u003cp\u003e\u003cstrong\u003ePopular as a natural cleanser for surfaces\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Diffusion for Positivity\"\u003e\n        \u003cp\u003e\u003cstrong\u003eSupports a sense of joy and optimism through diffusion\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Scenting Products\"\u003e\n        \u003cp\u003e\u003cstrong\u003eAdds a cheerful scent to soaps, candles, and cosmetics\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 Orange 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-6 drops to your diffuser to create a cheerful and refreshing environment.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Topical Use\"\u003e\n        \u003cp\u003e\u003cstrong\u003eTopical Use:\u003c\/strong\u003e Dilute with a carrier oil (like jojoba or almond oil) and apply to pulse points or temples for an uplifting scent (1-2% dilution).\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Room Spray\"\u003e\n        \u003cp\u003e\u003cstrong\u003eRoom Freshener:\u003c\/strong\u003e Mix 10-15 drops with water in a spray bottle to naturally refresh rooms, linen, or car interiors.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"DIY Cleaners\"\u003e\n        \u003cp\u003e\u003cstrong\u003eDIY Cleaning:\u003c\/strong\u003e Add a few drops to your homemade cleaning solutions for an added boost of freshness and a pleasant citrus aroma.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Bath or Shower\"\u003e\n        \u003cp\u003e\u003cstrong\u003eAromatic Shower:\u003c\/strong\u003e Place 1-2 drops on the shower floor (away from drain) to infuse your shower with an invigorating citrus scent.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grid-item\"\u003e\n        \u003cimg alt=\"Personal Inhalation\"\u003e\n        \u003cp\u003e\u003cstrong\u003ePersonal Inhalation:\u003c\/strong\u003e Place 1-2 drops on a cotton ball and inhale directly for an instant mood lift and refreshment.\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 sunny and sweet aroma of \u003cstrong\u003eCitSpray's Premium Orange Essential Oil\u003c\/strong\u003e — a versatile addition to your\n      aromatic collection that brings \u003cstrong\u003einvigoration, cheerful freshness, and natural goodness\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: \"Bright \u0026 Zesty Citrus\",\n          detail:\n            \"The immediate burst of fresh, sweet, and tangy citrus – invigorating and wonderfully uplifting, characteristic of freshly peeled oranges.\",\n        },\n        middle: {\n          name: \"Middle Note\",\n          short: \"Warm, Fruity Sweetness\",\n          detail:\n            \"As the initial zest mellows, a softer, warm, and subtly sweet fruity aroma emerges, adding a gentle roundness to the profile.\",\n        },\n        base: {\n          name: \"Base Note\",\n          short: \"Faintly Sweet Citrus Trail\",\n          detail:\n            \"A very light, delicate, and barely perceptible sweet citrus note that quietly fades, leaving behind a subtle hint of freshness.\",\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":51589620138278,"sku":null,"price":119.0,"currency_code":"INR","in_stock":true},{"title":"10mL (Sprayer)","offer_id":51589620171046,"sku":null,"price":119.0,"currency_code":"INR","in_stock":true},{"title":"25mL","offer_id":51589620203814,"sku":null,"price":149.0,"currency_code":"INR","in_stock":true},{"title":"100mL","offer_id":51589620236582,"sku":null,"price":299.0,"currency_code":"INR","in_stock":true},{"title":"500mL","offer_id":51589620269350,"sku":null,"price":1199.0,"currency_code":"INR","in_stock":true},{"title":"1L","offer_id":51589620302118,"sku":null,"price":2199.0,"currency_code":"INR","in_stock":true},{"title":"5L","offer_id":51589620334886,"sku":null,"price":10899.0,"currency_code":"INR","in_stock":true},{"title":"10L","offer_id":51589620367654,"sku":null,"price":21899.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0977\/2823\/3766\/files\/orange-essential-oil-mood-boost-9986550.jpg?v=1769921587","url":"https:\/\/www.citspray.com\/products\/orange-essential-oil","provider":"CitSpray","version":"1.0","type":"link"}