{"product_id":"magicrelief-3d-sculpting-art-pen-set","title":"🎨 MagicRelief 3D Sculpting Art Pen Set","description":"\u003cdiv class=\"relief-pen-wrapper\"\u003e   \u003cstyle\u003e     .relief-pen-wrapper {       --primary: #7c3aed;       --primary-light: #ede9fe;       --accent: #ec4899;       --dark-bg: #1e1b4b;       --dark-card: #2e2a72;       --text-main: #1f2937;       --text-muted: #6b7280;       --radius: 16px;       font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;       color: var(--text-main);       background: radial-gradient(circle at 10% 20%, rgba(237, 233, 254, 0.5) 0%, rgba(249, 250, 251, 1) 90%);       line-height: 1.6;       max-width: 860px;       margin: 0 auto;       padding: 16px;       scroll-behavior: smooth;       box-sizing: border-box;     }      .relief-pen-wrapper * {       box-sizing: border-box;     }      \/* 1. HERO CARD *\/     .p-hero {       background: #ffffff;       border-radius: var(--radius);       padding: 24px;       box-shadow: 0 10px 25px -5px rgba(124, 58, 237, 0.08);       border: 1px solid rgba(124, 58, 237, 0.15);       margin-bottom: 24px;       text-align: center;     }      .hero-badge {       display: inline-block;       background: var(--primary-light);       color: var(--primary);       font-weight: 700;       font-size: 13px;       padding: 6px 14px;       border-radius: 999px;       margin-bottom: 12px;       letter-spacing: 0.5px;     }      .p-hero h1 {       font-size: 25px;       line-height: 1.3;       margin: 0 0 12px;       color: #111827;     }      .p-hero h1 span {       background: linear-gradient(120deg, #7c3aed, #ec4899);       -webkit-background-clip: text;       -webkit-text-fill-color: transparent;     }      .p-hero p {       font-size: 15px;       color: var(--text-muted);       margin: 0 0 16px;     }      .p-hero img {       width: 100%;       height: auto;       border-radius: 12px;       display: block;       margin: 0 auto 12px;     }      \/* 2. 2x2 NAV CARDS *\/     .quick-nav-grid {       display: grid;       grid-template-columns: repeat(2, 1fr);       gap: 12px;       margin-bottom: 28px;     }      .nav-card {       background: #ffffff;       border: 1px solid #e5e7eb;       border-radius: 12px;       padding: 16px;       text-decoration: none;       color: inherit;       display: flex;       flex-direction: column;       align-items: center;       text-align: center;       transition: all 0.25s ease;       box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);     }      .nav-card:hover {       transform: translateY(-4px);       box-shadow: 0 10px 15px -3px rgba(124, 58, 237, 0.15);       border-color: var(--primary);       background: #faf5ff;     }      .nav-card .icon {       font-size: 24px;       margin-bottom: 6px;     }      .nav-card .title {       font-weight: 700;       font-size: 14px;       color: #111827;     }      .nav-card .desc {       font-size: 12px;       color: var(--text-muted);       margin-top: 2px;     }      \/* 3. FEATURE DETAIL CARDS *\/     .feature-card {       background: #ffffff;       border-radius: var(--radius);       padding: 24px;       margin-bottom: 20px;       box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);       border-left: 5px solid var(--primary);       scroll-margin-top: 20px;     }      .feature-card h3 {       font-size: 18px;       margin: 0 0 10px;       color: #111827;       display: flex;       align-items: center;       gap: 8px;     }      .feature-card p {       font-size: 14px;       color: #374151;       margin: 0 0 12px;     }      .feature-card img {       width: 100%;       height: auto;       border-radius: 10px;       display: block;       margin: 12px 0;     }      .craft-list-grid {       display: grid;       grid-template-columns: repeat(2, 1fr);       gap: 10px;       margin-top: 12px;     }      .craft-item {       background: #f9fafb;       border: 1px solid #f3f4f6;       border-radius: 8px;       padding: 10px;     }      .craft-item strong {       display: block;       font-size: 13px;       color: var(--primary);       margin-bottom: 4px;     }      .craft-item span {       font-size: 12px;       color: var(--text-muted);     }      \/* 4. REVIEWS SECTION *\/     .reviews-container {       background: #fdf4ff;       border: 1px solid #fae8ff;       border-radius: var(--radius);       padding: 24px;       margin-bottom: 24px;     }      .reviews-container h2 {       font-size: 20px;       color: #701a75;       text-align: center;       margin: 0 0 16px;     }      .review-card {       background: #ffffff;       border-radius: 10px;       padding: 16px;       margin-bottom: 14px;       border: 1px solid #f5d0fe;     }      .review-card:last-child {       margin-bottom: 0;     }      .review-header {       display: flex;       justify-content: space-between;       align-items: center;       margin-bottom: 6px;     }      .review-author {       font-weight: 700;       font-size: 14px;       color: #111827;     }      .review-stars {       color: #f59e0b;       font-size: 13px;     }      .review-quote {       font-style: italic;       font-weight: 600;       color: #4b5563;       margin-bottom: 6px;       font-size: 13px;     }      .review-body {       font-size: 13px;       color: #6b7280;       margin: 0 0 10px;     }      .review-img {       width: 100%;       height: auto;       border-radius: 8px;       display: block;     }      \/* 5. DARK SECTION - SPECS \u0026 FAQs *\/     .dark-specs-faq {       background: var(--dark-bg);       color: #f9fafb;       border-radius: var(--radius);       padding: 24px;       margin-bottom: 24px;       box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);     }      .dark-specs-faq h2 {       font-size: 20px;       color: #ffffff;       border-bottom: 2px solid var(--primary);       padding-bottom: 8px;       margin-top: 0;       margin-bottom: 16px;     }      .spec-grid {       display: grid;       grid-template-columns: repeat(2, 1fr);       gap: 12px;       margin-bottom: 24px;     }      .spec-item {       background: var(--dark-card);       padding: 12px;       border-radius: 8px;       border: 1px solid #4338ca;     }      .spec-item .label {       font-size: 12px;       color: #c7d2fe;     }      .spec-item .val {       font-size: 14px;       color: #ffffff;       font-weight: 600;     }      .faq-item {       background: var(--dark-card);       border-radius: 8px;       padding: 14px;       margin-bottom: 10px;       border: 1px solid #4338ca;     }      .faq-q {       font-weight: 700;       color: #ffffff;       margin-bottom: 4px;       font-size: 14px;     }      .faq-a {       font-size: 13px;       color: #e0e7ff;       margin: 0;     }      \/* 6. TRUST \u0026 CLOSING CTA *\/     .closing-trust-card {       background: linear-gradient(135deg, #4c1d95, #6d28d9);       color: #ffffff;       border-radius: var(--radius);       padding: 30px 20px;       text-align: center;       box-shadow: 0 10px 25px rgba(76, 29, 149, 0.3);     }      .closing-trust-card h2 {       color: #ffffff;       font-size: 22px;       margin: 0 0 10px;     }      .closing-trust-card p {       font-size: 14px;       color: #ddd6fe;       margin: 0 0 20px;     }      .trust-statements {       margin-bottom: 24px;       text-align: left;       display: inline-block;       max-width: 480px;       width: 100%;     }      .trust-line {       display: block;       font-size: 14px;       color: #ffffff;       margin-bottom: 8px;       padding-left: 22px;       position: relative;     }      .trust-line::before {       content: '✓';       position: absolute;       left: 0;       color: #a78bfa;       font-weight: bold;     }      .trust-badges {       margin: 16px 0 24px;       display: flex;       flex-direction: column;       gap: 8px;       align-items: center;     }      .trust-badges img {       max-width: 100%;       height: auto;       border-radius: 6px;     }      .ppt-cta-button {       display: inline-block;       background: #ec4899;       color: #ffffff;       font-weight: 800;       font-size: 16px;       text-decoration: none;       padding: 14px 32px;       border-radius: 999px;       box-shadow: 0 4px 14px rgba(236, 72, 153, 0.5);       transition: all 0.25s ease;       text-transform: uppercase;       letter-spacing: 0.5px;     }      .ppt-cta-button:hover {       background: #db2777;       transform: scale(1.03);     }      @media (max-width: 600px) {       .spec-grid,       .quick-nav-grid,       .craft-list-grid {         grid-template-columns: 1fr;       }       .p-hero h1 {         font-size: 21px;       }     }   \u003c\/style\u003e    \u003cdiv class=\"p-hero\"\u003e     \u003cspan class=\"hero-badge\"\u003e🏆 2026 Innovative Design Award Winner\u003c\/span\u003e     \u003ch1\u003eTurn Any Painting Into A \u003cspan\u003e3D Tactile Masterpiece\u003c\/span\u003e \u003c\/h1\u003e     \u003cp\u003eA groundbreaking innovation that merges traditional sketching with sculptural 3D relief art right from the tip of a pen.\u003c\/p\u003e     \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1019\/9636\/4070\/files\/78ea0ba7-7464-429f-af87-c843d22397fe_800x800_cbb435a0-ba4e-4a06-88b8-1bce9f8d0737.jpg?v=1786172883\" alt=\"3D Relief Art Pen Hero\"\u003e   \u003c\/div\u003e    \u003cdiv class=\"quick-nav-grid\"\u003e     \u003ca href=\"#feature-relief\" class=\"nav-card\"\u003e       \u003cspan class=\"icon\"\u003e🖌️\u003c\/span\u003e       \u003cspan class=\"title\"\u003eMuseum-Grade Relief\u003c\/span\u003e       \u003cspan class=\"desc\"\u003eTrue depth \u0026amp; raised strokes\u003c\/span\u003e     \u003c\/a\u003e     \u003ca href=\"#feature-gallery\" class=\"nav-card\"\u003e       \u003cspan class=\"icon\"\u003e🖼️\u003c\/span\u003e       \u003cspan class=\"title\"\u003eHandmade Gallery Art\u003c\/span\u003e       \u003cspan class=\"desc\"\u003eBreathe life into wall decor\u003c\/span\u003e     \u003c\/a\u003e     \u003ca href=\"#feature-diy\" class=\"nav-card\"\u003e       \u003cspan class=\"icon\"\u003e🎨\u003c\/span\u003e       \u003cspan class=\"title\"\u003eEndless DIY Ways\u003c\/span\u003e       \u003cspan class=\"desc\"\u003eCharms, squishies \u0026amp; crafts\u003c\/span\u003e     \u003c\/a\u003e     \u003ca href=\"#feature-safe\" class=\"nav-card\"\u003e       \u003cspan class=\"icon\"\u003e🛡️\u003c\/span\u003e       \u003cspan class=\"title\"\u003eCertified Child-Safe\u003c\/span\u003e       \u003cspan class=\"desc\"\u003eWater-based \u0026amp; odor-free\u003c\/span\u003e     \u003c\/a\u003e   \u003c\/div\u003e    \u003cdiv id=\"feature-relief\" class=\"feature-card\"\u003e     \u003ch3\u003e🖌️ Creating Museum-Quality Relief Art\u003c\/h3\u003e     \u003cp\u003eBreaking free from the limits of flat color expression, each stroke utilizes multi-stage dimensional forming. Ordinary lines rise into tangible relief with rich texture and natural light-and-shadow dynamics.\u003c\/p\u003e     \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/5242\/9081\/files\/2_a1470a8c-4fa9-447a-b66d-9475f55859f7.png?v=1785319531\" alt=\"3D Relief Texture Showcase\"\u003e   \u003c\/div\u003e    \u003cdiv id=\"feature-gallery\" class=\"feature-card\"\u003e     \u003ch3\u003e🖼️ Turn Your Walls Into A Personal Art Gallery\u003c\/h3\u003e     \u003cp\u003eCreate stunning 3D textured wall art with your own hands. Transform simple paper or canvas into raised custom home decorations that bring dynamic energy to any room.\u003c\/p\u003e     \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0657\/4528\/9390\/files\/f39d7394d5d0430aac91fb8838bbd6ef.png?v=1783680571\" alt=\"Wall Art Demonstration\"\u003e   \u003c\/div\u003e    \u003cdiv id=\"feature-diy\" class=\"feature-card\"\u003e     \u003ch3\u003e🎨 Endless Ways To Create \u0026amp; Decorate\u003c\/h3\u003e     \u003cp\u003eOne versatile creative medium designed for multi-surface customization and hands-on crafting:\u003c\/p\u003e     \u003cdiv class=\"craft-list-grid\"\u003e       \u003cdiv class=\"craft-item\"\u003e         \u003cstrong\u003e👜 Hanging Ornaments\u003c\/strong\u003e         \u003cspan\u003ePersonalize bags, keychains, and accessories with flexible 3D charms.\u003c\/span\u003e       \u003c\/div\u003e       \u003cdiv class=\"craft-item\"\u003e         \u003cstrong\u003e🍍 Cute Squishy Creations\u003c\/strong\u003e         \u003cspan\u003eSculpt playful tactile characters with smooth, flexible raised textures.\u003c\/span\u003e       \u003c\/div\u003e       \u003cdiv class=\"craft-item\"\u003e         \u003cstrong\u003e🎨 3D Decorative Artworks\u003c\/strong\u003e         \u003cspan\u003eElevate simple ideas into colorful, raised sculptural masterpieces.\u003c\/span\u003e       \u003c\/div\u003e       \u003cdiv class=\"craft-item\"\u003e         \u003cstrong\u003e🖼️ Custom Wall Canvases\u003c\/strong\u003e         \u003cspan\u003eAdd warm, tactile dimension to home decor and gift projects.\u003c\/span\u003e       \u003c\/div\u003e     \u003c\/div\u003e     \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/5242\/9081\/files\/8_c747a64a-25cd-41bb-bf97-433f8f3efaa3.png?v=1785319531\" alt=\"Crafting Showcase\"\u003e   \u003c\/div\u003e    \u003cdiv id=\"feature-safe\" class=\"feature-card\"\u003e     \u003ch3\u003e🛡️ Certified Safe for Family Creativity\u003c\/h3\u003e     \u003cp\u003eCrafted with premium water-based art compounds. Low-odor, solvent-free, and designed for a worry-free bonding experience between parents and kids. Clean, vibrant, and soft to the touch once cured.\u003c\/p\u003e     \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1019\/9636\/4070\/files\/4_ab1cb512-4dda-4d01-b119-f05a9e80ddc5.png?v=1786170828\" alt=\"Safe Art Materials\"\u003e   \u003c\/div\u003e    \u003cdiv class=\"reviews-container\"\u003e     \u003ch2\u003e💬 Loved By Artists \u0026amp; Families\u003c\/h2\u003e      \u003cdiv class=\"review-card\"\u003e       \u003cdiv class=\"review-header\"\u003e         \u003cspan class=\"review-author\"\u003eEmily Carter, California\u003c\/span\u003e         \u003cspan class=\"review-stars\"\u003e⭐⭐⭐⭐⭐\u003c\/span\u003e       \u003c\/div\u003e       \u003cdiv class=\"review-quote\"\u003e“My daughter and I created a super cute keychain together!”\u003c\/div\u003e       \u003cp class=\"review-body\"\u003eWe made a little bear keychain, and the finished result turned out even cuter than imagined. The raised texture feels soft, the colors are bright, and it got us away from screens for hours!\u003c\/p\u003e       \u003cimg class=\"review-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/5242\/9081\/files\/5_e49a62f6-76f0-475b-8342-547c1e7e54b5.png?v=1785319710\" alt=\"Customer Review Emily\"\u003e     \u003c\/div\u003e      \u003cdiv class=\"review-card\"\u003e       \u003cdiv class=\"review-header\"\u003e         \u003cspan class=\"review-author\"\u003eSophia Laurent\u003c\/span\u003e         \u003cspan class=\"review-stars\"\u003e⭐⭐⭐⭐⭐\u003c\/span\u003e       \u003c\/div\u003e       \u003cdiv class=\"review-quote\"\u003e“It broke my art free from flat surfaces into true life.”\u003c\/div\u003e       \u003cp class=\"review-body\"\u003eAs a painter, I needed a way to add authentic sculpture-like height and texture to my canvases. This bridges the gap between painting and sculpture flawlessly.\u003c\/p\u003e       \u003cimg class=\"review-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0768\/5242\/9081\/files\/7_e73ece59-574d-4c4e-a2e3-4991b647a396.png?v=1785319710\" alt=\"Customer Review Sophia\"\u003e     \u003c\/div\u003e   \u003c\/div\u003e    \u003cdiv class=\"dark-specs-faq\"\u003e     \u003ch2\u003e📋 Tech Specs \u0026amp; Quick Facts\u003c\/h2\u003e     \u003cdiv class=\"spec-grid\"\u003e       \u003cdiv class=\"spec-item\"\u003e         \u003cdiv class=\"label\"\u003eMaterial Type\u003c\/div\u003e         \u003cdiv class=\"val\"\u003eNon-Toxic Water-Based 3D Compound\u003c\/div\u003e       \u003c\/div\u003e       \u003cdiv class=\"spec-item\"\u003e         \u003cdiv class=\"label\"\u003eCuring Effect\u003c\/div\u003e         \u003cdiv class=\"val\"\u003eTactile, Raised Dimensional Finish\u003c\/div\u003e       \u003c\/div\u003e       \u003cdiv class=\"spec-item\"\u003e         \u003cdiv class=\"label\"\u003eApplicable Surfaces\u003c\/div\u003e         \u003cdiv class=\"val\"\u003ePaper, Canvas, Wood, Plastic, Glass\u003c\/div\u003e       \u003c\/div\u003e       \u003cdiv class=\"spec-item\"\u003e         \u003cdiv class=\"label\"\u003eSafety Grade\u003c\/div\u003e         \u003cdiv class=\"val\"\u003eSolvent-Free \u0026amp; Low Odor\u003c\/div\u003e       \u003c\/div\u003e     \u003c\/div\u003e      \u003ch2\u003e❓ Frequently Asked Questions\u003c\/h2\u003e     \u003cdiv class=\"faq-item\"\u003e       \u003cdiv class=\"faq-q\"\u003eHow long does it take for the 3D paint to set?\u003c\/div\u003e       \u003cp class=\"faq-a\"\u003eSurface setting begins quickly, with full air-curing depending on the thickness of the relief layer created.\u003c\/p\u003e     \u003c\/div\u003e     \u003cdiv class=\"faq-item\"\u003e       \u003cdiv class=\"faq-q\"\u003eIs it safe for children to use?\u003c\/div\u003e       \u003cp class=\"faq-a\"\u003eYes! The pen uses a solvent-free, water-based formulation engineered specifically for family and classroom craft sessions.\u003c\/p\u003e     \u003c\/div\u003e   \u003c\/div\u003e    \u003cdiv class=\"closing-trust-card\"\u003e     \u003ch2\u003e✨ Unleash Your Creative Dimension\u003c\/h2\u003e     \u003cp\u003eBring authentic texture and tactile depth to every idea with risk-free backing.\u003c\/p\u003e      \u003cdiv class=\"trust-statements\"\u003e       \u003cspan class=\"trust-line\"\u003eBacked by our ironclad 180-day money-back satisfaction guarantee.\u003c\/span\u003e       \u003cspan class=\"trust-line\"\u003e100% non-toxic, eco-friendly, and odorless certified art formulation.\u003c\/span\u003e       \u003cspan class=\"trust-line\"\u003eInsured trackable shipping delivered straight to your door.\u003c\/span\u003e     \u003c\/div\u003e      \u003cdiv class=\"trust-badges\"\u003e       \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0657\/4528\/9390\/files\/d58a3785ea8999ff6ec73f394f9745760980d20b_efc5c61b-3e5f-447d-8481-8474bc0f966d.gif?v=1783678834\" alt=\"Shipping Guarantee\"\u003e       \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0657\/4528\/9390\/files\/e901f226a0e8353e0f5dec0bf047067f9b432e79_06a73619-31fa-4420-a738-117ed7c03940.webp?v=1783678836\" alt=\"Payment Badges\"\u003e     \u003c\/div\u003e      \u003cdiv\u003e       \u003ca href=\"#\" class=\"ppt-cta-button\"\u003eClaim Your 3D Art Pen Today ✨\u003c\/a\u003e     \u003c\/div\u003e   \u003c\/div\u003e \u003c\/div\u003e","brand":"ZLG","offers":[{"title":"6 Pcs","offer_id":64614330302833,"sku":"NC01862609156098-英文新绿盒","price":19.99,"currency_code":"USD","in_stock":true},{"title":"12 Pcs","offer_id":64614330335601,"sku":"NC01862609156098-12色横版包装","price":26.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/4dd2087f-01f4-4d53-bfb4-e1a09f8164b3_800x800_82e12310-783f-4d4d-9d20-9bc9f7f29896.jpg?v=1789617498","url":"https:\/\/viqzes.com\/products\/magicrelief-3d-sculpting-art-pen-set","provider":"viqzes","version":"1.0","type":"link"}