{"product_id":"7-color-rainbow-art-pencil","title":"7-Color Rainbow Art Pencil","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Premium Art Supply \/ 7-in-1 Colored Pencil\nTarget Audience: Adults, Artists, Creative Minds (Ages 14+)\nVisual Style: Gallery-minimalist. Clean, structured layout allowing the \"rainbow\" concept to stand out through the user's imagery.\nColor Strategy: Neutral backdrop (--bg-body: #ffffff, --bg-card: #f8f9fa) with high-contrast charcoal text (--text-main: #2d3436) to emphasize readability and premium quality.\nShape Strategy: Radius 16px (--radius-lg) for images and cards to feel approachable and artistic, avoiding harsh industrial edges.\nTypography Strategy: Large Type \/ Mobile-first readable. H1 up to 44px, body text 18-20px, ensuring effortless reading without squinting.\nMobile Table Strategy: Card-based. thead hidden, tr rendered as distinct cards with border-radius, td as flex containers with data-label pseudo-elements. Zero horizontal scrolling.\nImage Mapping: Hero=image_hero, Feature1=image_core, Feature2=image_wood, Feature3=image_gift\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System \u0026 CSS Variables *\/\n    .product-detail-container {\n      --primary: #2d3436;\n      --text-main: #2c3e50;\n      --text-sub: #636e72;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --border-color: #e2e8f0;\n      --radius-sm: 8px;\n      --radius-md: 12px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n      --section-gap: clamp(2.5rem, 6vw, 5rem);\n\n      \/* Typography \u0026 Spacing System *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\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      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container * {\n      box-sizing: inherit;\n    }\n\n    \/* Typography Scale (Large Type System) *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 0.75rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2.5vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Structural Spacing *\/\n    .pd-section {\n      margin-top: var(--section-gap);\n      margin-bottom: var(--section-gap);\n    }\n\n    \/* Image Protocol (Scheme B for placeholders, Scheme A for natural layout mindset) \n       Strictly no deformation. *\/\n    .pd-image-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      background: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: 500;\n      text-align: center;\n      padding: 2rem;\n      overflow: hidden;\n      position: relative;\n    }\n\n    .pd-image-placeholder.hero-ratio {\n      aspect-ratio: 16 \/ 9;\n    }\n\n    \/* Non-interactive Visual Badge *\/\n    .pd-badge {\n      display: inline-block;\n      background: var(--primary);\n      color: #fff;\n      font-size: 16px;\n      font-weight: 600;\n      padding: 0.4rem 1rem;\n      border-radius: 50px;\n      margin-bottom: 1rem;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      padding-top: 2rem;\n    }\n\n    .pd-hero p {\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n      margin-bottom: 2rem;\n    }\n\n    .pd-social-proof {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 2rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 0.5rem;\n    }\n\n    \/* Feature Lists - Mobile Ordering Lock *\/\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column; \/* MOBILE FIRST: Force Stack *\/\n      gap: clamp(1.5rem, 4vw, 3rem);\n      margin-bottom: var(--section-gap);\n      align-items: center;\n    }\n\n    .pd-feature-media,\n    .pd-feature-copy {\n      width: 100%;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row; \/* DESKTOP: Z-Pattern *\/\n        justify-content: space-between;\n      }\n      .pd-feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .pd-feature-media,\n      .pd-feature-copy {\n        width: 47%;\n      }\n      .pd-image-placeholder {\n        aspect-ratio: 1 \/ 1;\n      }\n    }\n\n    \/* Specs Table - Card Based Mobile *\/\n    .pd-specs-container {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(2rem, 5vw, 4rem);\n    }\n    \n    .pd-specs-container h2 {\n      text-align: center;\n      margin-bottom: 0.5rem;\n    }\n\n    .pd-specs-subtitle {\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 18px;\n    }\n\n    \/* Mobile Table Layout (Cards) *\/\n    @media (max-width: 767px) {\n      .pd-table, .pd-table tbody, .pd-table tr, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table thead {\n        display: none; \/* Hide header on mobile *\/\n      }\n      .pd-table tr {\n        background: #ffffff;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1rem;\n        box-shadow: var(--shadow-sm);\n      }\n      .pd-table td {\n        display: flex;\n        flex-direction: column;\n        padding: 0.5rem 0;\n        border-bottom: 1px dashed var(--border-color);\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        margin-bottom: 0.25rem;\n        font-size: 16px;\n      }\n    }\n\n    \/* Desktop Table Layout *\/\n    @media (min-width: 768px) {\n      .pd-table th,\n      .pd-table td {\n        padding: 1.25rem 1.5rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .pd-table th {\n        font-weight: 700;\n        color: var(--primary);\n        font-size: 20px;\n        background: #ffffff;\n      }\n      .pd-table tr:hover {\n        background: rgba(0,0,0,0.02);\n      }\n      .pd-table td {\n        color: var(--text-sub);\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-section {\n      max-width: 800px;\n      margin: 0 auto var(--section-gap) auto;\n    }\n\n    .pd-faq-section h2 {\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n\n    .pd-faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: clamp(1.5rem, 3vw, 2.5rem);\n      margin-bottom: 1.5rem;\n    }\n\n    .pd-faq-question {\n      font-size: clamp(20px, 3vw, 22px);\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 1rem;\n      display: flex;\n      gap: 1rem;\n      align-items: flex-start;\n    }\n    \n    .pd-faq-question::before {\n      content: \"Q:\";\n      color: var(--text-sub);\n    }\n\n    .pd-faq-answer {\n      font-size: clamp(18px, 2.5vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      padding-left: 2.2rem;\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003ch1\u003eUnleash Endless Colors with Every Stroke\u003c\/h1\u003e\n\n\u003cp\u003eExperience the magic of red, orange, yellow, green, cyan, blue, and purple—all seamlessly blended into a single premium wood pencil. Elevate your adult coloring books, daily sketches, and artistic masterpieces with unique gradients that shift as you draw.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-social-proof\"\u003e\n\u003cspan\u003e★ ★ ★ ★ ★\u003c\/span\u003e \u003cspan\u003eBuilt to professional standards. Designed for unbridled creativity.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319104047\/9e2252a65163085512b1771a503f277c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e7-in-1 Core\u003c\/div\u003e\n\n\u003ch2\u003eRich Pigments\u003c\/h2\u003e\n\n\u003ch3\u003eOne Pencil, Seven Vibrant Shades\u003c\/h3\u003e\n\n\u003cp\u003eWhy constantly swap pencils when you can have an entire palette in your hand? Our innovative inner core combines seven distinct colors.\u003c\/p\u003e\n\n\u003cp\u003eSimply rotate the pencil gently to transition between hues, effortlessly setting up stunning gradients and unique, dynamic tones for any art project.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319104046\/223c69650fa612b1e8aa56e5037f8b7a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003ePremium Wood\u003c\/div\u003e\n\n\u003ch2\u003eSturdy Grip\u003c\/h2\u003e\n\n\u003ch3\u003eCrafted for Comfort and Durability\u003c\/h3\u003e\n\n\u003cp\u003eEncased in high-quality, sturdy wood, this colored pencil offers an exceptionally comfortable grip for long sketching sessions.\u003c\/p\u003e\n\n\u003cp\u003eThe premium materials ensure the multi-colored core remains protected while remaining remarkably easy to polish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319104046\/34408a6e5fc92cac60166b424791d131.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003ePerfect Gift\u003c\/div\u003e\n\n\u003ch2\u003eAges 14+\u003c\/h2\u003e\n\n\u003ch3\u003eThe Ultimate Gift of Inspiration\u003c\/h3\u003e\n\n\u003cp\u003eWhether it's for Christmas, New Year, a Birthday, or Thanksgiving, this rainbow pencil is a wonderful gift for professional artists and creative minds alike.\u003c\/p\u003e\n\n\u003cp\u003eIt serves perfectly as an everyday marker, premium art supply, or an unforgettable party favor.\u003c\/p\u003e\n \n\n\u003ch3\u003e✏️ Sharpening Pro-Tip\u003c\/h3\u003e\n\n\u003cp\u003eBecause of the intricate 7-color core, always rotate the pencil gently and evenly when sharpening. Applying too much force or uneven pressure will cause the delicate inner lead to break.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS TABLE SECTION (Mobile: Card-based, No Scroll) --\u003e\n\n\u003cdiv class=\"pd-section pd-specs-container\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cp class=\"pd-specs-subtitle\"\u003eBuilt to professional standards, designed for unbridled creativity.\u003c\/p\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\"\u003eColor Core\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e7 Colors (Red, Orange, Yellow, Green, Cyan, Blue, Purple)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eHigh-Quality Premium Wood\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eRecommended Age\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e14 Years and Up\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eEst. Length\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e17.5 cm (6.9 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eEst. Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e8.5 g (0.3 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBest Used For\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eAdult Color Books, Drawing, Sketching, Daily Marking\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-section pd-faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow do I get different colors while drawing?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThe 7 colors are woven together in the inner core. As you draw, simply rotate the pencil slightly in your hand to bring a different colored section of the lead into contact with the paper, allowing you to create beautiful, seamless gradients.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eWhy is it recommended for ages 14 and up?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eWhile the pencil is entirely safe, the specialized 7-color core requires careful, even sharpening and a controlled drawing technique. Younger children tend to apply uneven pressure or use sharpener blades aggressively, which can easily break the delicate multi-color lead.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eDoes the lead break easily during sharpening?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThe pencil is highly resistant to breakage during regular drawing. However, during sharpening, you must rotate it gently and evenly. Rushing the process or applying too much force will cause the lead to snap due to the intricate nature of the 7-color composite core.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"✏️ 12-Pack (Starter Set)","offer_id":51207314932016,"sku":"0320-10514531","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 24-Pack (Most Popular - Save 20%)","offer_id":51207314964784,"sku":"0320-10517847","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🎁 48-Pack (Gift \u0026 Party Set - Save 40%)","offer_id":51207314997552,"sku":"0320-10515353","price":30.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0938\/6472\/2736\/files\/78ff58ced8b4eb89aa447f0daa39b3af.jpg?v=1773975229","url":"https:\/\/eptchn.com\/products\/7-color-rainbow-art-pencil","provider":"Eptchn","version":"1.0","type":"link"}