{"title":"Home page","description":null,"products":[{"product_id":"gold-foil-roses","title":"Gold Foil Roses","description":"\u003cdiv class=\"gold-rose-premium\"\u003e\n  \u003cstyle\u003e\n    .gold-rose-premium {\n      font-family: 'Georgia', serif;\n      background: radial-gradient(circle at top, #fff3c4 0%, #111 45%, #050505 100%);\n      color: #fff;\n      padding: 45px 22px;\n      border-radius: 24px;\n      overflow: hidden;\n      position: relative;\n      text-align: center;\n      box-shadow: 0 20px 60px rgba(0,0,0,0.35);\n    }\n\n    .gold-rose-premium::before {\n      content: \"\";\n      position: absolute;\n      top: -80px;\n      left: -80px;\n      width: 220px;\n      height: 220px;\n      background: rgba(255, 215, 0, 0.25);\n      filter: blur(70px);\n      animation: glowMove 6s infinite alternate ease-in-out;\n    }\n\n    @keyframes glowMove {\n      from { transform: translate(0, 0); }\n      to { transform: translate(80px, 60px); }\n    }\n\n    .rose-badge {\n      display: inline-block;\n      padding: 10px 22px;\n      border: 1px solid #d4af37;\n      border-radius: 50px;\n      color: #ffd86b;\n      font-size: 14px;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      margin-bottom: 18px;\n      animation: fadeDown 1s ease forwards;\n    }\n\n    .rose-title {\n      font-size: 42px;\n      line-height: 1.1;\n      margin: 10px 0;\n      background: linear-gradient(90deg, #fff, #ffd700, #b8860b);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      animation: fadeUp 1.2s ease forwards;\n    }\n\n    .rose-subtitle {\n      max-width: 720px;\n      margin: 18px auto 35px;\n      font-size: 18px;\n      line-height: 1.7;\n      color: #f5e7b5;\n      animation: fadeUp 1.4s ease forwards;\n    }\n\n    .rose-card-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 18px;\n      margin: 35px 0;\n    }\n\n    .rose-card {\n      background: rgba(255,255,255,0.08);\n      border: 1px solid rgba(212,175,55,0.35);\n      border-radius: 18px;\n      padding: 24px 18px;\n      backdrop-filter: blur(10px);\n      transition: all 0.35s ease;\n      animation: fadeUp 1.5s ease forwards;\n    }\n\n    .rose-card:hover {\n      transform: translateY(-8px) scale(1.02);\n      border-color: #ffd700;\n      box-shadow: 0 15px 35px rgba(255,215,0,0.18);\n    }\n\n    .rose-icon {\n      font-size: 34px;\n      margin-bottom: 12px;\n      display: block;\n    }\n\n    .rose-card h3 {\n      color: #ffd86b;\n      font-size: 20px;\n      margin-bottom: 10px;\n    }\n\n    .rose-card p {\n      color: #eee;\n      font-size: 15px;\n      line-height: 1.6;\n      margin: 0;\n    }\n\n    .rose-section-title {\n      font-size: 30px;\n      margin-top: 45px;\n      color: #ffd86b;\n    }\n\n    .rose-list {\n      max-width: 700px;\n      margin: 25px auto;\n      text-align: left;\n    }\n\n    .rose-list div {\n      background: rgba(255,255,255,0.07);\n      margin-bottom: 12px;\n      padding: 15px 18px;\n      border-left: 4px solid #d4af37;\n      border-radius: 12px;\n      color: #fff5cf;\n      animation: slideIn 1s ease forwards;\n    }\n\n    .rose-cta {\n      margin-top: 40px;\n      padding: 30px 20px;\n      border-radius: 20px;\n      background: linear-gradient(135deg, #d4af37, #fff1a8, #b8860b);\n      color: #111;\n      animation: pulseGlow 2.5s infinite ease-in-out;\n    }\n\n    .rose-cta h2 {\n      margin: 0 0 12px;\n      font-size: 30px;\n    }\n\n    .rose-cta p {\n      font-size: 17px;\n      margin-bottom: 0;\n    }\n\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(25px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes fadeDown {\n      from { opacity: 0; transform: translateY(-20px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes slideIn {\n      from { opacity: 0; transform: translateX(-20px); }\n      to { opacity: 1; transform: translateX(0); }\n    }\n\n    @keyframes pulseGlow {\n      0%, 100% { box-shadow: 0 0 20px rgba(255,215,0,0.25); }\n      50% { box-shadow: 0 0 45px rgba(255,215,0,0.55); }\n    }\n\n    @media(max-width: 600px) {\n      .rose-title {\n        font-size: 32px;\n      }\n\n      .rose-subtitle {\n        font-size: 16px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"rose-badge\"\u003eLuxury Keepsake Gift\u003c\/div\u003e\n\n  \u003ch1 class=\"rose-title\"\u003e💛 The Gift That Lasts Forever\u003c\/h1\u003e\n\n  \u003cp class=\"rose-subtitle\"\u003e\n    Forget flowers that wilt after a week. Our Gold Foil Rose is a timeless luxury gift\n    made to stay beautiful forever — because some people deserve more than ordinary.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"rose-card-grid\"\u003e\n    \u003cdiv class=\"rose-card\"\u003e\n      \u003cspan class=\"rose-icon\"\u003e💍\u003c\/span\u003e\n      \u003ch3\u003eAnniversaries\u003c\/h3\u003e\n      \u003cp\u003eCelebrate love with a gift as timeless and meaningful as your bond.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rose-card\"\u003e\n      \u003cspan class=\"rose-icon\"\u003e🎂\u003c\/span\u003e\n      \u003ch3\u003eBirthdays\u003c\/h3\u003e\n      \u003cp\u003eGive a beautiful keepsake they can treasure for years, not just days.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rose-card\"\u003e\n      \u003cspan class=\"rose-icon\"\u003e💝\u003c\/span\u003e\n      \u003ch3\u003eValentine's Day\u003c\/h3\u003e\n      \u003cp\u003eSkip the ordinary bouquet and give something unforgettable.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rose-card\"\u003e\n      \u003cspan class=\"rose-icon\"\u003e🌸\u003c\/span\u003e\n      \u003ch3\u003eJust Because\u003c\/h3\u003e\n      \u003cp\u003eMake someone feel loved, appreciated, and truly special.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"rose-section-title\"\u003e✨ What Makes It Special\u003c\/h2\u003e\n\n  \u003cdiv class=\"rose-list\"\u003e\n    \u003cdiv\u003e🥇 Premium gold foil finish with a beautiful luxury look.\u003c\/div\u003e\n    \u003cdiv\u003e🌹 Never wilts, never fades, and stays beautiful forever.\u003c\/div\u003e\n    \u003cdiv\u003e🎁 Arrives in elegant gift-ready packaging.\u003c\/div\u003e\n    \u003cdiv\u003e😍 Designed to create a special moment the second they open it.\u003c\/div\u003e\n    \u003cdiv\u003e🏡 A stunning keepsake for bedrooms, offices, and display shelves.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rose-cta\"\u003e\n    \u003ch2\u003eDon't Just Give a Gift — Give a Memory\u003c\/h2\u003e\n    \u003cp\u003eOrder your Gold Foil Rose today and make someone feel truly extraordinary.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"WattShop","offers":[{"title":"Gold","offer_id":49358716502243,"sku":null,"price":1199.0,"currency_code":"ZAR","in_stock":true},{"title":"Red","offer_id":49358716535011,"sku":null,"price":1199.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0806\/7232\/5859\/files\/ChatGPTImageJul1_2026_01_49_49PM.png?v=1782917503"}],"url":"https:\/\/wattstore.co.za\/collections\/frontpage.oembed","provider":"WattStore","version":"1.0","type":"link"}