{"product_id":"mindful-adult-coloring-bundle","title":"Mindful Adult Coloring Bundle","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Adult Coloring Book \u0026 Marker Bundle (Art\/Mindfulness)\nTarget Audience: Adults seeking stress relief, mindfulness, and creative expression.\nVisual Style: Calming, artistic, inviting, and premium.\nColor Strategy: \n  --primary: #6A4C93 (Deep Amethyst - promotes calmness and creativity)\n  --accent: #E29578 (Soft Terracotta - adds warmth and artistic flair)\n  --bg-body: #FAFAFB (Warm off-white - easy on the eyes)\nShape Strategy: Radius 16px to 24px (Soft, organic, relaxing, anti-industrial)\nTypography Strategy: Large Type \/ Mobile-first readable. Serif for headings to feel elegant.\nMobile Table Strategy: Card-based (No horizontal scroll)\nImage Mapping: Hero=image_1, Note=image_2, Feature1=image_3, Feature2=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* ==========================================================\n       1. DESIGN SYSTEM \u0026 CSS VARIABLES\n       ========================================================== *\/\n    .product-detail-container {\n      --primary: #6A4C93;\n      --primary-light: #F4F0F8;\n      --accent: #E29578;\n      --text-main: #2D3142;\n      --text-sub: #5C6275;\n      --bg-body: #FAFAFB;\n      --bg-card: #FFFFFF;\n      --border-color: #E8E9ED;\n      \n      --radius-md: 16px;\n      --radius-lg: 24px;\n      --shadow-sm: 0 4px 12px rgba(106, 76, 147, 0.05);\n      --shadow-lg: 0 12px 32px rgba(106, 76, 147, 0.08);\n\n      --spacing-sm: clamp(1rem, 3vw, 2rem);\n      --spacing-md: clamp(2rem, 5vw, 4rem);\n      --spacing-lg: clamp(4rem, 8vw, 6rem);\n\n      \/* Typography Setup *\/\n      font-family: 'Helvetica Neue', Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: clamp(2rem, 5vw, 4rem) 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Image Placeholder Protocol *\/\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      background: #EEEEEE;\n      border: 2px dashed #CCCCCC;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #888888;\n      font-size: 1.2rem;\n      font-weight: bold;\n    }\n\n    \/* Typography Sizes *\/\n    .pd-h1 { font-size: clamp(32px, 4vw, 44px); line-height: 1.2; font-weight: 800; color: var(--text-main); margin-bottom: 1rem; }\n    .pd-h2 { font-size: clamp(24px, 3vw, 32px); line-height: 1.3; font-weight: 700; color: var(--text-main); margin-bottom: 1rem; }\n    .pd-h3 { font-size: clamp(20px, 2.5vw, 24px); line-height: 1.4; font-weight: 600; color: var(--primary); margin-bottom: 0.8rem; }\n    .pd-p { font-size: clamp(18px, 2vw, 20px); line-height: 1.7; color: var(--text-sub); margin-bottom: 1.5rem; }\n    .pd-meta { font-size: 16px; font-weight: 600; color: var(--accent); text-transform: uppercase; letter-spacing: 1px; }\n\n    \/* ==========================================================\n       2. MODULE: HERO SECTION\n       ========================================================== *\/\n    .pd-hero {\n      text-align: center;\n      margin-bottom: var(--spacing-lg);\n    }\n    .pd-social-proof {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: var(--bg-card);\n      padding: 10px 20px;\n      border-radius: 50px;\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 2rem;\n      font-size: 16px;\n      font-weight: 600;\n    }\n    .pd-stars { color: #FFD166; font-size: 18px; }\n\n    \/* ==========================================================\n       3. MODULE: UPGRADE NOTICE (Non-clickable Badge Callout)\n       ========================================================== *\/\n    .pd-notice-card {\n      background: var(--primary-light);\n      border-left: 6px solid var(--primary);\n      padding: var(--spacing-sm) var(--spacing-md);\n      border-radius: 0 var(--radius-lg) var(--radius-lg) 0;\n      margin-bottom: var(--spacing-lg);\n    }\n    .pd-notice-badge {\n      display: inline-block;\n      background: var(--primary);\n      color: white;\n      padding: 6px 14px;\n      border-radius: 20px;\n      font-size: 16px;\n      font-weight: bold;\n      margin-bottom: 12px;\n    }\n\n    \/* ==========================================================\n       4. MODULE: FEATURES (Z-PATTERN \u0026 MOBILE LOCK)\n       ========================================================== *\/\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile Lock: Column *\/\n      gap: var(--spacing-md);\n      margin-bottom: var(--spacing-lg);\n    }\n    .pd-feature-media, .pd-feature-copy {\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n    .pd-feature-media img, .pd-feature-media .img-placeholder {\n      box-shadow: var(--shadow-lg);\n    }\n\n    \/* Desktop Z-Pattern *\/\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row; \/* Desktop: Row *\/\n        align-items: center;\n      }\n      .pd-feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .pd-feature-copy {\n        padding: 0 5%; \/* Prevent text squishing *\/\n      }\n    }\n\n    \/* ==========================================================\n       5. MODULE: SPECIFICATIONS TABLE (MOBILE CARD LAYOUT)\n       ========================================================== *\/\n    .pd-specs-section {\n      margin-bottom: var(--spacing-lg);\n      background: var(--bg-card);\n      padding: var(--spacing-md);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n    .pd-table th, .pd-table td {\n      padding: 16px 24px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .pd-table th {\n      background-color: var(--primary-light);\n      color: var(--primary);\n      font-weight: 700;\n    }\n    .pd-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* Mobile Table: Card Based *\/\n    @media (max-width: 767px) {\n      .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table thead {\n        display: none; \/* Hide headers *\/\n      }\n      .pd-table tr {\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1rem;\n        background: var(--bg-card);\n      }\n      .pd-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border: none;\n        padding: 12px 0;\n        border-bottom: 1px dashed var(--border-color);\n        text-align: right;\n      }\n      .pd-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--primary);\n        text-align: left;\n        padding-right: 1rem;\n      }\n    }\n\n    \/* ==========================================================\n       6. MODULE: FAQ SECTION\n       ========================================================== *\/\n    .pd-faq-section {\n      margin-bottom: var(--spacing-lg);\n    }\n    .pd-faq-item {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: clamp(1.5rem, 3vw, 2rem);\n      margin-bottom: 1.5rem;\n      transition: box-shadow 0.3s ease;\n    }\n    .pd-faq-item:hover {\n      box-shadow: var(--shadow-sm);\n    }\n    .pd-faq-q {\n      font-size: clamp(20px, 2.5vw, 22px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.8rem;\n    }\n    .pd-faq-a {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      line-height: 1.6;\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-social-proof\"\u003e\n\u003cspan class=\"pd-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan\u003eLoved by 15,000+ Mindful Artists\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-meta\"\u003eColor By Number For Adults\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eUnleash Your Creativity \u0026amp; Melt Away Stress\u003c\/h1\u003e\n\n\u003ch2 class=\"pd-p\" style=\"max-width: 800px; margin: 0 auto 2rem auto; color: var(--text-main);\"\u003eDiscover deep relaxation with 75 breathtaking illustrations and an expanded premium marker bundle designed to bring your imagination to life.\u003c\/h2\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317152419\/7dcb6614cc5a285ae794646c386925b2.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\u003c\/div\u003e\n\n\u003cdiv class=\"pd-notice-card\"\u003e\n\u003cdiv class=\"pd-notice-badge\"\u003e🎨 Creative Freedom Upgrade\u003c\/div\u003e\n\n\u003ch3 class=\"pd-h3\"\u003eMore Markers, Infinite Possibilities\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\" style=\"margin-bottom: 0;\"\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e The numbers on the markers in our premium bundle do not perfectly match those in the book. This is by design! The numbers in the book represent the basic requirements, but our exclusive bundle provides a \u003cem\u003emuch larger quantity of colors\u003c\/em\u003e. You are not restricted—mix, match, and draw according to your own inspiration and creative needs!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 1: Mindfulness --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317152419\/1ffc6d198657ec0572c5e6f985ca650e.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\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eCultivate Deep Mindfulness\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eIn today's fast-paced world, finding a moment of peace is essential. This beautifully designed coloring book is your ideal companion for stress relief and enhancing focus. Dive into intricate patterns, let daily anxieties fade away, and gently guide your mind into a state of zen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 2: Variety --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317152419\/4840c4dcf7276387a550975048ac9340.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\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003e75 Breathtaking Designs\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eEnjoy a diverse collection of highly detailed illustrations. From mesmerizing mandalas and lush nature scenes to elegant animals and delicate flowers, every page offers a new journey. It’s the perfect escape for adults looking to unwind while expressing their artistic side.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 3: Fun --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317152419\/c1ed51f2e8a459dfb54d6604d25504f9.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\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eHours of Pure Joy \u0026amp; Relaxation\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eGrab your colored pencils and dive directly into the world of color. With an abundance of hues at your fingertips, you can follow the numbers for effortless coloring or break the rules to create a masterpiece that is uniquely yours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"pd-specs-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetail\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eTotal Pages\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e75 Beautiful Illustrations\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDesign Themes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eFlowers, Animals, Mandalas, Nature Scenes\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBundle Inclusions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e1 Coloring Book\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBook Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e21.5 cm x 27.9 cm (8.5 in x 11.0 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eEstimated Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e450 g (15.9 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"pd-faq-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eWhy don't the marker numbers match the book exactly?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eThe book provides a basic color-by-number guide, but we’ve upgraded your bundle! We include a much wider variety of marker colors than the book requires. This allows you to either closely match the suggested shades or use your imagination to completely personalize your artwork.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eIs this coloring book suitable for beginners?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eAbsolutely. The \"Color by Number\" system takes the guesswork out of shading and color blending, making it incredibly accessible for beginners, while the intricate designs provide a satisfying challenge for experienced colorists.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"👤 1 Kit (Just for me)","offer_id":48663976902899,"sku":"0317-16274890","price":18.95,"currency_code":"USD","in_stock":true},{"title":"👯‍♀️ 2-Pack (Gift a Friend - Save 20%)","offer_id":48663976935667,"sku":"0317-16271936","price":33.95,"currency_code":"USD","in_stock":true},{"title":"👨‍👩‍👧‍👦 3-Pack (Family Fun - Save 25%)","offer_id":48663976968435,"sku":"0317-16277990","price":48.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/1937\/2019\/files\/7dcb6614cc5a285ae794646c386925b2.jpg?v=1775558141","url":"https:\/\/ifurryhaven.com\/products\/mindful-adult-coloring-bundle","provider":"IFurryhaven","version":"1.0","type":"link"}