{"product_id":"mothers-day-3d-greeting-card","title":"Mother's Day 3D Greeting Card","description":"\u003cstyle\u003e\n\/* 全局美化 - 贴合温馨贺卡风格 *\/\nbody {\n    font-family: Arial, sans-serif !important;\n    background: #fff8f5 !important;\n    line-height: 1.7 !important;\n    padding-bottom: 60px !important;\n}\n\n\/* 统一文本容器宽度+居中 *\/\np, h3, ul, li {\n    max-width: 780px !important;\n    margin-left: auto !important;\n    margin-right: auto !important;\n    padding: 0 16px !important;\n}\n\n\/* 顶部文案美化 *\/\np:first-child em {\n    display: block !important;\n    text-align: center !important;\n    padding: 18px !important;\n    background: #ffe8e0 !important;\n    border-radius: 12px !important;\n    margin: 10px auto 20px !important;\n    font-size: 15px !important;\n}\n\n\/* 卖点标题高亮+分级 *\/\np span[style*=\"color: rgb(245, 88, 15);\"] strong,\np span[style*=\"color: rgb(249, 97, 26);\"] strong,\np span[style*=\"color: rgb(246, 91, 19);\"] strong,\np span[style*=\"color: rgb(242, 82, 7);\"] strong,\np span[style*=\"color: rgb(254, 85, 6);\"] strong {\n    font-size: 16px !important;\n    display: block !important;\n    margin-bottom: 8px !important;\n}\n\n\/* 卖点卡片化 - 温馨渐变配色 *\/\np:has(span[style*=\"color: rgb(245, 88, 15);\"]) {\n    background: #fff0eb !important;\n    padding: 18px 20px !important;\n    border-radius: 12px !important;\n    border-left: 5px solid #f5580f !important;\n    margin: 16px auto !important;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;\n}\np:has(span[style*=\"color: rgb(249, 97, 26);\"]) {\n    background: #fff1ec !important;\n    padding: 18px 20px !important;\n    border-radius: 12px !important;\n    border-left: 5px solid #f9611a !important;\n    margin: 16px auto !important;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;\n}\np:has(span[style*=\"color: rgb(246, 91, 19);\"]) {\n    background: #fff2ed !important;\n    padding: 18px 20px !important;\n    border-radius: 12px !important;\n    border-left: 5px solid #f65b13 !important;\n    margin: 16px auto !important;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;\n}\np:has(span[style*=\"color: rgb(242, 82, 7);\"]) {\n    background: #fff3ee !important;\n    padding: 18px 20px !important;\n    border-radius: 12px !important;\n    border-left: 5px solid #f25207 !important;\n    margin: 16px auto !important;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;\n}\np:has(span[style*=\"color: rgb(254, 85, 6);\"]) {\n    background: #fff4ef !important;\n    padding: 18px 20px !important;\n    border-radius: 12px !important;\n    border-left: 5px solid #fe5506 !important;\n    margin: 16px auto !important;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;\n}\n\n\/* 图片统一优化：居中+圆角+柔和阴影 *\/\nimg {\n    display: block !important;\n    max-width: 85% !important;\n    height: auto !important;\n    margin: 16px auto !important;\n    border-radius: 14px !important;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;\n}\n\n\/* 标题美化 *\/\nh3 {\n    color: #f5580f !important;\n    text-align: center !important;\n    margin: 28px 0 12px !important;\n    font-size: 17px !important;\n}\nh3 strong {\n    color: inherit !important;\n}\n\n\/* 列表美化 *\/\nul {\n    padding-left: 40px !important;\n    margin: 12px auto 20px !important;\n}\nli {\n    margin: 8px 0 !important;\n    list-style: disc !important;\n    color: #333 !important;\n}\n\n\/* 保障文案美化 *\/\np:has(strong:contains(\"risk-free 30-day guarantee\")) {\n    background: #f0fff4 !important;\n    padding: 16px !important;\n    border-radius: 10px !important;\n    text-align: center !important;\n    margin: 20px auto !important;\n}\n\n\/* 返回顶部按钮（唯一悬浮元素，不遮挡） *\/\n.card-back-top {\n    position: fixed;\n    bottom: 28px;\n    right: 22px;\n    width: 48px;\n    height: 48px;\n    background: #f5580f;\n    color: #fff;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 20px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n    z-index: 999;\n    cursor: pointer;\n    opacity: 0;\n    visibility: hidden;\n    transition: all 0.3s ease;\n}\n.card-back-top.show {\n    opacity: 1;\n    visibility: visible;\n}\n\n\/* 随机评价弹窗（温馨贺卡风格） *\/\n.card-review-overlay {\n    position: fixed;\n    top: 0; left: 0;\n    width: 100%; height: 100%;\n    background: rgba(0,0,0,0.5);\n    z-index: 9999;\n}\n.card-review-modal {\n    position: fixed;\n    top: 50%; left: 50%;\n    transform: translate(-50%, -50%);\n    background: #fff;\n    padding: 28px 24px;\n    border-radius: 14px;\n    max-width: 390px;\n    width: 90%;\n    box-shadow: 0 8px 24px rgba(0,0,0,0.2);\n    z-index: 10000;\n    text-align: center;\n}\n.card-review-modal h4 {\n    color: #f5580f;\n    margin-bottom: 14px;\n    font-size: 17px;\n}\n.card-review-modal p {\n    font-style: italic;\n    color: #444;\n    line-height: 1.6;\n}\n.card-close-btn {\n    margin-top: 20px;\n    background: #f5580f;\n    color: white;\n    border: none;\n    padding: 9px 24px;\n    border-radius: 8px;\n    cursor: pointer;\n    font-weight: bold;\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\ndocument.addEventListener('DOMContentLoaded', function() {\n\n\/\/ 1. 返回顶部按钮（唯一悬浮元素）\nconst backTopBtn = document.createElement('div');\nbackTopBtn.className = 'card-back-top';\nbackTopBtn.innerHTML = '🔝';\ndocument.body.appendChild(backTopBtn);\n\n\/\/ 滚动显示\/隐藏返回顶部\nwindow.addEventListener('scroll', () =\u003e {\n    if (window.scrollY \u003e 400) {\n        backTopBtn.classList.add('show');\n    } else {\n        backTopBtn.classList.remove('show');\n    }\n});\n\n\/\/ 平滑返回顶部\nbackTopBtn.onclick = () =\u003e {\n    window.scrollTo({ top: 0, behavior: 'smooth' });\n};\n\n\/\/ 2. 随机评价弹窗（每次加载不同，不重复）\nconst cardReviews = [\n    \"Mom cried when she opened this card! The 3D pop-up is stunning—hearts and butterflies look so delicate. The removable message card let me write a long note, and she now displays it on her dresser!\",\n    \"Far better than any store-bought card! The foil accents and cutouts are so detailed, and it feels like a little piece of art. Perfect for Mother’s Day, worth every penny.\",\n    \"I bought this for my grandma and she loved it! The 3D design is magical, and the size is perfect for displaying. The personal message card made it extra special—she keeps it in her jewelry box.\",\n    \"Beautiful craftsmanship! The card opens smoothly, the pop-up doesn’t break easily, and the colors are exactly like the pictures. My mom said it’s the best card she’s ever received.\",\n    \"Such a thoughtful gift! The fact that it doubles as a decoration after use is amazing. I wrote a heartfelt message on the insert card, and my mom still talks about how much it meant to her.\"\n];\n\n\/\/ 展示随机评价\nfunction showRandomCardReview() {\n    const randomReview = cardReviews[Math.floor(Math.random() * cardReviews.length)];\n    \n    \/\/ 创建遮罩层\n    const overlay = document.createElement('div');\n    overlay.className = 'card-review-overlay';\n    \n    \/\/ 创建弹窗\n    const modal = document.createElement('div');\n    modal.className = 'card-review-modal';\n    modal.innerHTML = `\n        \u003ch4\u003e💖 Happy Customer Review 💖\u003c\/h4\u003e\n        \u003cp\u003e\"${randomReview}\"\u003c\/p\u003e\n        \u003cbutton class=\"card-close-btn\"\u003eClose\u003c\/button\u003e\n    `;\n    \n    \/\/ 添加到页面\n    document.body.appendChild(overlay);\n    document.body.appendChild(modal);\n    \n    \/\/ 关闭逻辑\n    const closeBtn = modal.querySelector('.card-close-btn');\n    closeBtn.onclick = () =\u003e {\n        overlay.remove();\n        modal.remove();\n    };\n    overlay.onclick = () =\u003e {\n        overlay.remove();\n        modal.remove();\n    };\n}\n\n\/\/ 6秒后弹出（不干扰用户阅读）\nsetTimeout(showRandomCardReview, 6000);\n\n});\n\u003c\/script\u003e\n\u003cp style=\"text-align: center;\" data-start=\"38\" data-end=\"282\"\u003e\u003cspan style=\"color: rgb(249, 21, 21);\"\u003e\u003cem\u003eA beautifully crafted card that turns a simple message into a memorable moment. With its elegant 3D pop-up design and thoughtful details, it’s more than just a greeting card—it’s a heartfelt keepsake that shows your love in a truly special way.\u003c\/em\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-start=\"284\" data-end=\"380\" data-is-last-node=\"\" data-is-only-node=\"\"\u003e\u003cspan style=\"color: rgb(249, 21, 21);\"\u003e\u003cem data-start=\"284\" data-end=\"377\"\u003e“For all the love you’ve given, this is just a little reminder of how much you mean to me.”\u003c\/em\u003e 🌸\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0617\/7236\/5876\/files\/1_86e71b72-e738-4a90-b777-7cca08d2a87d.png?v=1776222900\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-start=\"38\" data-end=\"308\"\u003e\u003cspan style=\"color: rgb(245, 88, 15);\"\u003e\u003cstrong data-start=\"38\" data-end=\"75\"\u003e1. Stunning 3D Pop-Up Surprise 🎉\u003c\/strong\u003e\u003c\/span\u003e\u003cbr data-start=\"75\" data-end=\"78\"\u003e• The moment the card opens, delicate hearts and butterfly floral designs spring to life in a beautiful 3D display\u003cbr data-start=\"192\" data-end=\"195\"\u003e• Breaks away from ordinary flat cards, creating a magical “pop-out” experience full of love and visual delight\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0617\/7236\/5876\/files\/2_664b4b66-b81b-45fd-91f2-93b3e2ddc791.png?v=1776222900\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp data-start=\"310\" data-end=\"535\"\u003e\u003cspan style=\"color: rgb(249, 97, 26);\"\u003e\u003cstrong data-start=\"310\" data-end=\"354\"\u003e2. Includes a Detachable Message Card ✉️\u003c\/strong\u003e\u003c\/span\u003e\u003cbr data-start=\"354\" data-end=\"357\"\u003e• Comes with a removable insert card for writing your personal message to Mom\u003cbr data-start=\"434\" data-end=\"437\"\u003e• Can be kept as a cherished keepsake or given separately as a mini card full of heartfelt words\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0617\/7236\/5876\/files\/3_a6671d8f-2418-4b43-ae1d-f83eaa52837c.png?v=1776222900\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp data-start=\"537\" data-end=\"751\"\u003e\u003cspan style=\"color: rgb(246, 91, 19);\"\u003e\u003cstrong data-start=\"537\" data-end=\"573\"\u003e3. Card \u0026amp; Decorative Keepsake 🌸\u003c\/strong\u003e\u003c\/span\u003e\u003cbr data-start=\"573\" data-end=\"576\"\u003e• Crafted like an elegant paper artwork with intricate 3D structure\u003cbr data-start=\"643\" data-end=\"646\"\u003e• After reading, it can be displayed on a desk, vanity, or shelf as a lasting and meaningful decoration\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0617\/7236\/5876\/files\/4_5837d273-5761-4bd0-a1c5-2ef958fd0bc7.png?v=1776222900\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp data-start=\"753\" data-end=\"974\"\u003e\u003cspan style=\"color: rgb(242, 82, 7);\"\u003e\u003cstrong data-start=\"753\" data-end=\"793\"\u003e4. Perfect for Multiple Occasions 🎁\u003c\/strong\u003e\u003c\/span\u003e\u003cbr data-start=\"793\" data-end=\"796\"\u003e• Not just for Mother’s Day—also ideal for birthdays or everyday moments of appreciation\u003cbr data-start=\"884\" data-end=\"887\"\u003e• Warm and timeless design suits moms and other important female figures in your life\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0617\/7236\/5876\/files\/6_f66638a7-b550-4421-89e7-3d52c2386bbf.png?v=1776222900\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp data-start=\"976\" data-end=\"1198\"\u003e\u003cspan style=\"color: rgb(254, 85, 6);\"\u003e\u003cstrong data-start=\"976\" data-end=\"1015\"\u003e5. A Personal Touch That Matters 💌\u003c\/strong\u003e\u003c\/span\u003e\u003cbr data-start=\"1015\" data-end=\"1018\"\u003e• A handwritten message adds sincerity and shows the time and care you put into it\u003cbr data-start=\"1100\" data-end=\"1103\"\u003e• Beautiful details like foil accents and delicate cutouts make the gift even more thoughtful\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0617\/7236\/5876\/files\/7_d825420d-25c9-4cc7-930d-3b229f948558.png?v=1776222900\" alt=\"\"\u003e\u003c\/p\u003e\n\u003ch3 data-start=\"1205\" data-end=\"1292\"\u003e\u003cstrong data-start=\"1205\" data-end=\"1234\"\u003eProduct Specifications 📏\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli data-start=\"1205\" data-end=\"1292\"\u003eMaterial: Paper\u003c\/li\u003e\n\u003cli data-start=\"1205\" data-end=\"1292\"\u003eSize: 12.7 × 17.8 cm (7 × 5 in)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cstrong\u003e🎁 Package Includes\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul class=\"default\"\u003e\n\u003cli\u003e1 x Mother's Day 3D Greeting Card\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 style=\"text-align: center;\" data-start=\"0\" data-end=\"13\"\u003e\u003cstrong data-start=\"0\" data-end=\"11\"\u003e❗NOTES\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e \u003cstrong data-start=\"23\" data-end=\"46\"\u003eManual measurements\u003c\/strong\u003e may result in slight variations in size.\u003c\/li\u003e\n\u003cli data-start=\"90\" data-end=\"221\"\u003eThe actual color of the product may differ slightly from the images due to different display settings and lighting conditions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 style=\"text-align: center;\" data-start=\"228\" data-end=\"255\"\u003e\u003cstrong\u003e⭐ OUR GUARANTEE ⭐\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp data-start=\"256\" data-end=\"398\"\u003eWe are proud to offer\u003cspan\u003e \u003c\/span\u003e\u003cstrong data-start=\"282\" data-end=\"322\"\u003ethe most innovative products on the market\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eand back them with a\u003cspan\u003e \u003c\/span\u003e\u003cstrong data-start=\"365\" data-end=\"395\"\u003erisk-free 30-day guarantee\u003c\/strong\u003e!\u003c\/p\u003e\n\u003cp data-start=\"400\" data-end=\"565\"\u003eIf you are not\u003cspan\u003e \u003c\/span\u003e\u003cstrong data-start=\"414\" data-end=\"438\"\u003ecompletely satisfied\u003c\/strong\u003e, we will do everything we can to rectify the situation. Your satisfaction is our top priority, and we want you to be able to shop\u003cspan\u003e \u003c\/span\u003e\u003cstrong data-start=\"549\" data-end=\"562\"\u003ewithout risk\u003c\/strong\u003e!\u003c\/p\u003e\n\u003cp data-start=\"567\" data-end=\"649\" data-is-last-node=\"\" data-is-only-node=\"\"\u003e💌 Need help? Our customer service team is always ready to assist you – just get in touch!\u003c\/p\u003e","brand":"lovelifeC","offers":[{"title":"A \/ 12.7x17.8cm","offer_id":53232094609773,"sku":"KFET260415002-Ak-1","price":10.99,"currency_code":"GBP","in_stock":true},{"title":"B \/ 12.7x17.8cm","offer_id":53232094642541,"sku":"KFET260415002-Bk-1","price":10.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/0632\/4333\/files\/1_86e71b72-e738-4a90-b777-7cca08d2a87d.png?v=1776415190","url":"https:\/\/www.spainoaa.com\/products\/mothers-day-3d-greeting-card","provider":"Spainoaa","version":"1.0","type":"link"}