{"product_id":"anxiety-relief-line-art","title":"Anxiety Relief Line Art","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #1a1a1a;\n      --primary-hover: #333333;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #faf9f6;\n      --bg-soft: #f4f4f2;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --border-color: #e5e5e0;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* TYPOGRAPHY *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--primary);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container .feature-description,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0 0 16px 0;\n    }\n\n    \/* SPACING *\/\n    .product-detail-container section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container section:last-child {\n      border-bottom: none;\n    }\n\n    \/* IMAGE PLACEHOLDERS *\/\n    .product-image-placeholder {\n      width: 100%;\n      height: auto;\n      aspect-ratio: 1 \/ 1;\n      background-color: var(--bg-soft);\n      border: 2px dashed #cccccc;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 24px;\n      box-sizing: border-box;\n      padding: 20px;\n      text-align: center;\n    }\n\n    \/* HERO BLOCK *\/\n    .hero-section {\n      text-align: center;\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .hero-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      margin-bottom: 16px;\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto 32px auto;\n    }\n\n    \/* FEATURE SECTIONS *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 32px;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 12px;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 6px 14px;\n      border-radius: var(--radius-md);\n      font-size: 18px;\n      color: var(--text-main);\n      font-weight: 500;\n    }\n\n    \/* SPECIFICATIONS TABLE *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 24px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 18px 0;\n      vertical-align: top;\n      font-size: 18px;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    \/* FAQ SECTION *\/\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-top: 24px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n    }\n\n    .faq-answer {\n      margin: 0;\n      color: var(--text-sub);\n    }\n\n    \/* RESPONSIVE LAYOUTS *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        width: 50%;\n      }\n\n      .product-image-placeholder {\n        margin-bottom: 0;\n      }\n    }\n\n    @media (max-width: 767px) {\n      \/* Mobile Specifications Grid Layout *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td:first-child {\n        display: none; \/* Hide desktop attribute cell on mobile to rely on data-label rendering *\/\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        margin: 0;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Mindful Ink Tracing Art Book\nTarget Audience: Stress-relief seekers, drawing beginners, journal and hand-lettering hobbyists\nVisual Style: Elegant, clean, minimalist, high contrast (representing black ink on paper)\nColor Strategy: Rich charcoal black (#1a1a1a) for primary text\/elements, soft warm white (#faf9f6) for sections, light neutral gray (#eaeaea) for borders\nModule Order: Hero Block -\u003e Feature 1 (Easy Tracing) -\u003e Feature 2 (Calm Ritual) -\u003e Feature 3 (Multiple Designs) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_4, Feature2=detail_3, Feature3=detail_5\nSpecification Data Source: Cover print text and pen images (detail_1, detail_7)\nCompare Section: Not included (no direct comparative assets provided)\nInformation Boundary: Strictly relies on facts extracted from the provided images, report, and supplement. No estimated dimensions or materials have been fabricated.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badge\"\u003e\u003cspan style=\"font-size:16px;\"\u003eMindful Art Tracing\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch1\u003eFocus, Trace, and Frame Your Daily Mindful Art\u003c\/h1\u003e\n\n\u003cp\u003eSlow down and experience a calming, therapeutic reverse coloring process. Recreate delicate hand-drawn botanical illustrations by tracing faint grey guide lines with clean, rich black ink.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img97\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914110756\/ccc55a9d81ca46fef56abcacb3c70393.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914114143\/64ca11edb85859f7fb7926637017206c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eEasy Tracing for Every Skill Level\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eRecreate detailed illustrations with total ease. Simply follow the lightly pre-printed grey outlines to construct sophisticated black-ink artworks—no prior drawing experience or sketching needed.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eGuided Lines\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNo Experience Needed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img99\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914110756\/1408b2056368b150446ef511e98b45da.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eA Calm and Meditative Art Ritual\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eStep away from screens and enjoy peaceful hands-on drawing. Focusing your hands on tracing clean, precise outlines provides a deeply relaxing, tactile activity to help calm your thoughts and unwind.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eMindful Art\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eTactile Focus\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914110756\/4ce40c3038721fe8fcad225a22e4f70a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eDiverse Botanical and Nature Designs\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eDevelop your line control and drawing confidence. Explore 10 beautifully detailed art prints featuring botanical stems, florals, and classic still life compositions that look gorgeous when fully traced.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e10 Unique Prints\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eBotanicals \u0026amp; Still Life\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS SECTION --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003ePrint Content\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Print Content\"\u003e\u003cspan class=\"spec-value\"\u003e10 art prints \u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eBinding Format\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Binding Format\"\u003e\u003cspan class=\"spec-value\"\u003eLay-flat tracing book for comfortable hand drawing\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eAvailable Styles\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Available Styles\"\u003e\u003cspan class=\"spec-value\"\u003eWhite Cover Edition \/ Pink Cover Edition\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eOptional Set Configuration\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Optional Set Configuration\"\u003e\u003cspan class=\"spec-value\"\u003eBook Only \/ Book with 6 Fine Point Drawing Pens Set\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eDrawing Pen Sizes (Set)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Drawing Pen Sizes (Set)\"\u003e\u003cspan class=\"spec-value\"\u003e6 piece pen set\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eNote\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Note\"\u003e\u003cspan class=\"spec-value\"\u003eAllow the ink to dry before touching or framing the artwork.\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e✏️ Do I need to be good at drawing to use this?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNot at all. The illustrations are already pre-printed in an extremely faint grey outline. You only need to follow the guided lines with your pen to achieve crisp, clean hand-inked drawings.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🖋️ What is included in the optional drawing pen set?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe pen set option comes with 6 specialized drawing pens in varying widths . This allows you to easily switch between ultra-fine detailing, standard tracing, and bold brush strokes for shadows.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🖼️ Can I frame the finished illustrations?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The designs are formatted to be traced and then carefully trimmed or removed from the book so they can be mounted inside your own standard square picture frames for wall decor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Cream White \/ Book Only \/ 1-Pack (Self-Care Trial)","offer_id":46201818710207,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Blush Pink \/ Book Only \/ 1-Pack (Self-Care Trial)","offer_id":46201818742975,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cream White \/ Book + 6 Fineliners Kit \/ 1-Pack (Self-Care Trial)","offer_id":46201818775743,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Blush Pink \/ Book + 6 Fineliners Kit \/ 1-Pack (Self-Care Trial)","offer_id":46201818808511,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cream White \/ Book Only \/ 2-Pack (Gift for a Loved One - 10%)","offer_id":46201818841279,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cream White \/ Book + 6 Fineliners Kit \/ 2-Pack (Gift for a Loved One - 10%)","offer_id":46201818874047,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Blush Pink \/ Book Only \/ 2-Pack (Gift for a Loved One - 10%)","offer_id":46201818906815,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Blush Pink \/ Book + 6 Fineliners Kit \/ 2-Pack (Gift for a Loved One - 10%)","offer_id":46201818939583,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cream White \/ Book Only \/ 3-Pack (Friends \u0026 Family Set - 15%)","offer_id":46201818972351,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cream White \/ Book + 6 Fineliners Kit \/ 3-Pack (Friends \u0026 Family Set - 15%)","offer_id":46201819005119,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Blush Pink \/ Book Only \/ 3-Pack (Friends \u0026 Family Set - 15%)","offer_id":46201819037887,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Blush Pink \/ Book + 6 Fineliners Kit \/ 3-Pack (Friends \u0026 Family Set - 15%)","offer_id":46201819070655,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/ccc55a9d81ca46fef56abcacb3c70393.jpg?v=1789357325","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/anxiety-relief-line-art","provider":"Bak","version":"1.0","type":"link"}