{"product_id":"far-away-perfume-balm","title":"Far Away — Fragrance Balm","description":"\u003cstyle\u003e\n  .fab-wrap {\n    font-family: 'Georgia', serif;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 48px 24px;\n    background: linear-gradient(160deg, #e8f6ff 0%, #ffffff 40%, #fffbe6 100%);\n    color: #0a1a2a;\n    border-radius: 4px;\n  }\n\n  @keyframes fab-fadeUp {\n    from { opacity: 0; transform: translateY(30px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  @keyframes fab-lineGrow {\n    from { width: 0; opacity: 0; }\n    to   { width: 100%; opacity: 1; }\n  }\n\n  @keyframes fab-slideLeft {\n    from { opacity: 0; transform: translateX(-30px); }\n    to   { opacity: 1; transform: translateX(0); }\n  }\n\n  @keyframes fab-shimmer {\n    0%   { background-position: -300% center; }\n    100% { background-position: 300% center; }\n  }\n\n  @keyframes fab-pulseBlue {\n    0%, 100% { box-shadow: 0 0 6px #29b6f655, 0 0 0px #ffd70000; }\n    50%       { box-shadow: 0 0 20px #29b6f688, 0 0 36px #ffd70044; }\n  }\n\n  @keyframes fab-borderPulse {\n    0%   { border-color: #0288d1; }\n    50%  { border-color: #c8a84b; }\n    100% { border-color: #0288d1; }\n  }\n\n  @keyframes fab-bgFloat {\n    0%   { background-position: 0% 50%; }\n    50%  { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n\n  @keyframes fab-sparkle {\n    0%, 100% { opacity: 0.35; transform: scale(1) rotate(0deg); }\n    50%       { opacity: 1; transform: scale(1.2) rotate(10deg); }\n  }\n\n  @keyframes fab-noteFloat {\n    0%, 100% { transform: translateY(0px); }\n    50%       { transform: translateY(-6px); }\n  }\n\n  \/* TAG *\/\n  .fab-tag {\n    display: inline-block;\n    font-family: 'Helvetica Neue', sans-serif;\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    padding: 7px 20px;\n    border: 1px solid #0288d1;\n    color: transparent;\n    background: linear-gradient(90deg, #01579b 0%, #0288d1 20%, #c8a84b 40%, #f5d06a 60%, #0288d1 80%, #01579b 100%);\n    background-size: 300% auto;\n    -webkit-background-clip: text;\n    background-clip: text;\n    animation: fab-shimmer 5s linear infinite, fab-fadeUp 0.8s ease 0.1s both, fab-borderPulse 4s ease-in-out infinite;\n    margin-bottom: 24px;\n  }\n\n  \/* HEADLINE *\/\n  .fab-headline {\n    font-size: 42px;\n    font-weight: 300;\n    line-height: 1.2;\n    color: #01263a;\n    letter-spacing: 2px;\n    margin: 0 0 4px;\n    animation: fab-fadeUp 0.9s ease 0.3s both;\n  }\n\n  .fab-subheadline {\n    font-size: 16px;\n    font-weight: 300;\n    font-style: italic;\n    background: linear-gradient(90deg, #01579b, #0288d1, #c8a84b, #f5d06a, #0288d1);\n    background-size: 300% auto;\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    letter-spacing: 0.5px;\n    margin: 0 0 6px;\n    animation: fab-fadeUp 0.9s ease 0.45s both, fab-shimmer 5s linear infinite;\n  }\n\n  \/* DIVIDER *\/\n  .fab-line {\n    height: 1px;\n    background: linear-gradient(90deg, #0288d1, #c8a84b, #f5d06a, #0288d1, transparent);\n    margin: 26px 0;\n    animation: fab-lineGrow 1.2s ease 0.5s both;\n  }\n\n  \/* INTRO *\/\n  .fab-intro {\n    font-size: 15.5px;\n    line-height: 1.95;\n    color: #1a3a4a;\n    margin-bottom: 44px;\n    animation: fab-fadeUp 0.9s ease 0.6s both;\n  }\n\n  .fab-intro strong { color: #0277bd; font-weight: 600; }\n\n  \/* SECTION LABEL *\/\n  .fab-section-label {\n    font-family: 'Helvetica Neue', sans-serif;\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    background: linear-gradient(90deg, #01579b, #c8a84b, #0288d1);\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    margin-bottom: 28px;\n    animation: fab-fadeUp 0.9s ease 0.7s both, fab-shimmer 5s linear infinite;\n  }\n\n  \/* BENEFITS *\/\n  .fab-benefits { margin-bottom: 48px; }\n\n  .fab-benefit {\n    display: flex;\n    align-items: flex-start;\n    gap: 20px;\n    padding: 20px 0;\n    border-bottom: 1px solid #d0eeff;\n    opacity: 0;\n    animation: fab-slideLeft 0.7s ease forwards;\n  }\n\n  .fab-benefit:last-child { border-bottom: none; }\n  .fab-benefit:nth-child(1) { animation-delay: 0.85s; }\n  .fab-benefit:nth-child(2) { animation-delay: 1.05s; }\n  .fab-benefit:nth-child(3) { animation-delay: 1.25s; }\n  .fab-benefit:nth-child(4) { animation-delay: 1.45s; }\n\n  .fab-benefit-emoji {\n    width: 46px;\n    height: 46px;\n    min-width: 46px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, #e1f5fe, #fffde7);\n    border: 1px solid #c8a84b;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 20px;\n    animation: fab-pulseBlue 3s ease-in-out infinite;\n  }\n\n  .fab-benefit-body strong {\n    display: block;\n    font-family: 'Helvetica Neue', sans-serif;\n    font-size: 13px;\n    font-weight: 700;\n    color: #01263a;\n    letter-spacing: 0.4px;\n    margin-bottom: 6px;\n  }\n\n  .fab-benefit-body span {\n    font-size: 14px;\n    color: #2a5a6a;\n    line-height: 1.8;\n  }\n\n  \/* FRAGRANCE NOTES *\/\n  .fab-notes-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin-bottom: 48px;\n    animation: fab-fadeUp 1s ease 1.9s both;\n  }\n\n  .fab-note {\n    text-align: center;\n    padding: 28px 16px;\n    position: relative;\n    overflow: hidden;\n    animation: fab-noteFloat 4s ease-in-out infinite;\n  }\n\n  .fab-note:nth-child(1) { animation-delay: 0s; }\n  .fab-note:nth-child(2) { animation-delay: 0.5s; }\n  .fab-note:nth-child(3) { animation-delay: 1s; }\n\n  .fab-note-top {\n    background: linear-gradient(135deg, #e1f5fe, #fffde7);\n    border: 1px solid #c8a84b;\n    border-top: 3px solid #0288d1;\n  }\n\n  .fab-note-mid {\n    background: linear-gradient(135deg, #fffde7, #e1f5fe);\n    border: 1px solid #0288d1;\n    border-top: 3px solid #c8a84b;\n  }\n\n  .fab-note-base {\n    background: linear-gradient(135deg, #e8f6ff, #fffbe6);\n    border: 1px solid #c8a84b;\n    border-top: 3px solid #01579b;\n  }\n\n  .fab-note::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 100%;\n    background: linear-gradient(180deg, rgba(255,255,255,0.15), transparent);\n    pointer-events: none;\n  }\n\n  .fab-note-icon { font-size: 28px; margin-bottom: 10px; display: block; }\n\n  .fab-note-type {\n    font-family: 'Helvetica Neue', sans-serif;\n    font-size: 8px;\n    font-weight: 800;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    background: linear-gradient(90deg, #01579b, #c8a84b);\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    display: block;\n    margin-bottom: 8px;\n  }\n\n  .fab-note-name {\n    font-size: 13px;\n    color: #01263a;\n    font-style: italic;\n    line-height: 1.5;\n  }\n\n  \/* CLOSING *\/\n  .fab-closing {\n    text-align: center;\n    margin-top: 46px;\n    padding-top: 34px;\n    border-top: 1px solid #d0eeff;\n    animation: fab-fadeUp 1s ease 2.3s both;\n  }\n\n  .fab-closing p {\n    font-size: 16px;\n    font-style: italic;\n    background: linear-gradient(90deg, #01579b, #0288d1, #c8a84b, #f5d06a, #0288d1);\n    background-size: 300% auto;\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    letter-spacing: 1px;\n    margin: 0;\n    animation: fab-shimmer 5s linear infinite;\n  }\n\n  .fab-closing span {\n    display: inline-block;\n    width: 32px;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #c8a84b);\n    vertical-align: middle;\n    margin: 0 14px;\n  }\n\n  .fab-closing span:last-child {\n    background: linear-gradient(90deg, #c8a84b, transparent);\n  }\n\n  @media (max-width: 520px) {\n    .fab-notes-grid { grid-template-columns: 1fr; }\n    .fab-headline { font-size: 30px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fab-wrap\"\u003e\n\n  \u003cdiv class=\"fab-tag\"\u003eLuxury Fragrance\u003c\/div\u003e\n\n  \u003ch2 class=\"fab-headline\"\u003eFar Away\u003c\/h2\u003e\n  \u003cp class=\"fab-subheadline\"\u003eYour Signature Scent, Wherever Life Takes You.\u003c\/p\u003e\n\n  \u003cdiv class=\"fab-line\"\u003e\u003c\/div\u003e\n\n  \u003cp class=\"fab-intro\"\u003e\n    \u003cstrong\u003eFar Away Fragrance Balm\u003c\/strong\u003e delivers a luxurious woody floral fragrance that stays with you throughout the day. No spills, no fuss — just effortless elegance wherever life takes you.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"fab-section-label\"\u003eWhy You’ll Love It\u003c\/div\u003e\n\n  \u003cdiv class=\"fab-benefits\"\u003e\n    \u003cdiv class=\"fab-benefit\"\u003e\n      \u003cdiv class=\"fab-benefit-emoji\"\u003e✨\u003c\/div\u003e\n      \u003cdiv class=\"fab-benefit-body\"\u003e\n        \u003cstrong\u003eLong Lasting\u003c\/strong\u003e\n        \u003cspan\u003eEnjoy a rich fragrance that lingers for hours without needing constant reapplication.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fab-benefit\"\u003e\n      \u003cdiv class=\"fab-benefit-emoji\"\u003e✈️\u003c\/div\u003e\n      \u003cdiv class=\"fab-benefit-body\"\u003e\n        \u003cstrong\u003eTravel Friendly\u003c\/strong\u003e\n        \u003cspan\u003eCompact, lightweight and TSA-approved. Carry luxury in your pocket or handbag.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fab-benefit\"\u003e\n      \u003cdiv class=\"fab-benefit-emoji\"\u003e💖\u003c\/div\u003e\n      \u003cdiv class=\"fab-benefit-body\"\u003e\n        \u003cstrong\u003eGentle on Skin\u003c\/strong\u003e\n        \u003cspan\u003eEasy to apply to your wrists, neck and behind your ears for a smooth fragrance experience.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fab-benefit\"\u003e\n      \u003cdiv class=\"fab-benefit-emoji\"\u003e🎁\u003c\/div\u003e\n      \u003cdiv class=\"fab-benefit-body\"\u003e\n        \u003cstrong\u003ePerfect Gift\u003c\/strong\u003e\n        \u003cspan\u003eBeautifully designed and perfect for birthdays, anniversaries or someone special.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fab-section-label\"\u003eFragrance Notes\u003c\/div\u003e\n\n  \u003cdiv class=\"fab-notes-grid\"\u003e\n    \u003cdiv class=\"fab-note fab-note-top\"\u003e\n      \u003cspan class=\"fab-note-icon\"\u003e🍋\u003c\/span\u003e\n      \u003cspan class=\"fab-note-type\"\u003eTop Notes\u003c\/span\u003e\n      \u003cspan class=\"fab-note-name\"\u003eFresh Lemon \u0026amp; Citrus\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fab-note fab-note-mid\"\u003e\n      \u003cspan class=\"fab-note-icon\"\u003e🌸\u003c\/span\u003e\n      \u003cspan class=\"fab-note-type\"\u003eHeart Notes\u003c\/span\u003e\n      \u003cspan class=\"fab-note-name\"\u003eElegant Jasmine \u0026amp; Violet\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fab-note fab-note-base\"\u003e\n      \u003cspan class=\"fab-note-icon\"\u003e🌿\u003c\/span\u003e\n      \u003cspan class=\"fab-note-type\"\u003eBase Notes\u003c\/span\u003e\n      \u003cspan class=\"fab-note-name\"\u003eWarm Woody \u0026amp; Cinnamon\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fab-closing\"\u003e\n    \u003cp\u003e\u003cspan\u003e\u003c\/span\u003eNo spills. No fuss. Just effortless elegance — wherever life takes you.\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"BeautyGlowSA","offers":[{"title":"Default Title","offer_id":54217767878940,"sku":null,"price":220.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/1176\/4508\/files\/226c897a-8e99-4a44-a97a-1a2a45378c95.avif?v=1781788696","url":"https:\/\/www.beautyglowsa.co.za\/products\/far-away-perfume-balm","provider":"BeautyGlowSA","version":"1.0","type":"link"}