{"product_id":"voice-recording-carrot-pen","title":"Voice Recording Carrot Pen","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Edutainment \/ Stationery (Carrot Pen Recorder)\nTarget Audience: Students, Teachers, Kids, Creative Individuals, Gift Buyers\nVisual Style: Whimsical, Playful, Friendly, Approachable\nColor Strategy: --primary: #FF7F3F (Vibrant Carrot Orange), --accent: #5D9C59 (Leaf Green), --bg-body: #FFFDFB (Warm Soft White)\nShape Strategy: Radius 20px (Friendly, safe, ergonomic, appealing to kids\/creatives)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 36px+, Body: 18px+)\nMobile Table Strategy: Card-based (No horizontal scroll, full conversion for mobile readability)\nImage Mapping: Hero=image_1, Design\/Ergonomic=image_2, Dual Function=image_3, Cyclic Record=image_4, Gift\/Edutainment=image_5\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* ==========================================================================\n           1. DESIGN SYSTEM \u0026 VARIABLES\n           ========================================================================== *\/\n        .product-detail-container {\n            --primary: #FF7A00;\n            --primary-soft: #FFF2E5;\n            --accent: #4CAF50;\n            --text-main: #2C3E50;\n            --text-sub: #546E7A;\n            --bg-body: #FFFDFB;\n            --bg-card: #F8FAFC;\n            --border-color: #E2E8F0;\n            --radius-md: 16px;\n            --radius-lg: 24px;\n            --shadow-sm: 0 4px 12px rgba(255, 122, 0, 0.08);\n            --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.06);\n\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            box-sizing: border-box;\n            background-color: var(--bg-body);\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            color: var(--text-main);\n            overflow-wrap: break-word;\n            word-break: break-word;\n            font-size: 18px;\n            line-height: 1.7;\n        }\n\n        .product-detail-container *,\n        .product-detail-container *::before,\n        .product-detail-container *::after {\n            box-sizing: inherit;\n        }\n\n        \/* ==========================================================================\n           2. TYPOGRAPHY\n           ========================================================================== *\/\n        .product-detail-container h1 {\n            font-size: clamp(34px, 5vw, 44px);\n            line-height: 1.2;\n            font-weight: 800;\n            margin: 0 0 20px 0;\n            color: var(--text-main);\n        }\n\n        .product-detail-container h2 {\n            font-size: clamp(26px, 4vw, 36px);\n            line-height: 1.3;\n            font-weight: 700;\n            margin: 0 0 16px 0;\n            color: var(--text-main);\n        }\n\n        .product-detail-container h3 {\n            font-size: clamp(20px, 3vw, 26px);\n            line-height: 1.4;\n            font-weight: 700;\n            margin: 0 0 12px 0;\n            color: var(--primary);\n        }\n\n        .product-detail-container p {\n            margin: 0 0 clamp(16px, 2vw, 24px) 0;\n            color: var(--text-sub);\n            font-size: clamp(18px, 2vw, 20px);\n        }\n\n        \/* ==========================================================================\n           3. MEDIA PROTOCOL (ANTI-DISTORTION)\n           ========================================================================== *\/\n        .product-detail-container img, \n        .product-detail-container .mock-img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: var(--radius-lg);\n            box-shadow: var(--shadow-lg);\n        }\n\n        .product-detail-container .mock-img {\n            aspect-ratio: 4\/3;\n            background: #F1F5F9;\n            border: 2px dashed #CBD5E1;\n            box-shadow: none;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #64748B;\n            font-size: clamp(16px, 2vw, 20px);\n            font-weight: 600;\n            text-align: center;\n            padding: 20px;\n        }\n\n        \/* ==========================================================================\n           4. LAYOUT \u0026 SPACING\n           ========================================================================== *\/\n        .pd-section {\n            margin-top: clamp(3rem, 6vw, 6rem);\n            margin-bottom: clamp(3rem, 6vw, 6rem);\n        }\n\n        .pd-hero-header {\n            text-align: center;\n            margin-bottom: clamp(2rem, 5vw, 4rem);\n        }\n\n        .pd-hero-subtitle {\n            font-size: clamp(20px, 2.5vw, 24px);\n            color: var(--accent);\n            font-weight: 600;\n            margin-bottom: 24px;\n        }\n\n        \/* Visual Badges (Not Clickable) *\/\n        .pd-badges {\n            display: flex;\n            gap: 12px;\n            justify-content: center;\n            flex-wrap: wrap;\n            margin-bottom: clamp(24px, 4vw, 40px);\n        }\n\n        .pd-badge {\n            background: var(--primary-soft);\n            color: var(--primary);\n            padding: 10px 20px;\n            border-radius: 100px;\n            font-size: 16px;\n            font-weight: 700;\n            letter-spacing: 0.5px;\n        }\n\n        \/* ==========================================================================\n           5. Z-PATTERN FEATURES (MOBILE LOCKED)\n           ========================================================================== *\/\n        .pd-feature-item {\n            display: flex;\n            flex-direction: column; \/* MOBILE FIRST: STRICT LOCK *\/\n            gap: clamp(2rem, 5vw, 4rem);\n            margin-bottom: clamp(3rem, 6vw, 6rem);\n        }\n\n        .pd-feature-item:last-child {\n            margin-bottom: 0;\n        }\n\n        .pd-feature-media,\n        .pd-feature-copy {\n            width: 100%;\n        }\n\n        \/* Desktop Enhancement *\/\n        @media (min-width: 768px) {\n            .pd-feature-item {\n                flex-direction: row;\n                align-items: center;\n            }\n            .pd-feature-item:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n            .pd-feature-media,\n            .pd-feature-copy {\n                flex: 1;\n                width: 50%;\n            }\n            .pd-hero-header {\n                max-width: 800px;\n                margin-left: auto;\n                margin-right: auto;\n            }\n        }\n\n        \/* ==========================================================================\n           6. SPECS TABLE (MOBILE CARD STRATEGY)\n           ========================================================================== *\/\n        .pd-specs-container {\n            background: var(--bg-card);\n            border-radius: var(--radius-lg);\n            padding: clamp(24px, 5vw, 48px);\n        }\n\n        .pd-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 24px;\n        }\n\n        .pd-table th,\n        .pd-table td {\n            padding: 18px 24px;\n            text-align: left;\n            border-bottom: 1px solid var(--border-color);\n            font-size: 18px;\n        }\n\n        .pd-table th {\n            color: var(--text-main);\n            font-weight: 700;\n            width: 40%;\n        }\n\n        .pd-table td {\n            color: var(--text-sub);\n        }\n\n        @media (max-width: 767px) {\n            .pd-table,\n            .pd-table tbody,\n            .pd-table tr,\n            .pd-table th,\n            .pd-table td {\n                display: block;\n                width: 100%;\n            }\n            .pd-table thead {\n                display: none;\n            }\n            .pd-table tr {\n                background: #FFFFFF;\n                border: 1px solid var(--border-color);\n                border-radius: var(--radius-md);\n                margin-bottom: 16px;\n                padding: 8px 0;\n                box-shadow: var(--shadow-sm);\n            }\n            .pd-table td {\n                display: flex;\n                justify-content: space-between;\n                align-items: flex-start;\n                border-bottom: none;\n                padding: 14px 20px;\n                gap: 16px;\n            }\n            .pd-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--text-main);\n                flex-shrink: 0;\n                max-width: 40%;\n            }\n            .pd-table td:not(:last-child) {\n                border-bottom: 1px solid var(--border-color);\n            }\n        }\n\n        \/* ==========================================================================\n           7. FAQ SECTION\n           ========================================================================== *\/\n        .pd-faq-list {\n            display: flex;\n            flex-direction: column;\n            gap: 24px;\n        }\n\n        .pd-faq-item {\n            background: var(--bg-card);\n            border-radius: var(--radius-md);\n            padding: clamp(20px, 4vw, 32px);\n            border-left: 6px solid var(--primary);\n        }\n\n        .pd-faq-q {\n            font-size: clamp(20px, 3vw, 24px);\n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 12px;\n        }\n\n        .pd-faq-a {\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--text-sub);\n            margin: 0;\n        }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-hero-header\"\u003e\n\u003cdiv class=\"pd-hero-subtitle\"\u003eSpark Imagination with Every Stroke \u0026amp; Sound!\u003c\/div\u003e\n\n\u003ch1\u003eThe Whimsical Carrot Pen That Writes \u0026amp; Records\u003c\/h1\u003e\n\n\u003cp\u003eBlend the joy of playtime with the power of learning. Whether capturing a brilliant idea, leaving a sweet message, or practicing spelling, this dual-function carrot pen makes every moment unforgettable.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badges\"\u003e\n\u003cspan class=\"pd-badge\"\u003e🎤 60s Voice Record\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e✍️ Smooth Ink Cartridge\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e🥕 Ergonomic Grip\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003c!-- Hero Image Replacement --\u003e\n\u003cdiv class=\"mock-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319181315\/fd46630642668684c4c9edd833e57c87.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-section\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"mock-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319181315\/1f9e43ac0d4b976091f156313324a8af.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eWhimsical Design \u0026amp; Ergonomic Hold\u003c\/h3\u003e\n\n\u003ch2\u003eCrafted for Comfort, Designed for Smiles\u003c\/h2\u003e\n\n\u003cp\u003eFeaturing an adorable 15cm carrot shape, this pen is not just visually captivating but incredibly comfortable to grip. The soft contours reduce writing fatigue, making it perfect for both kids' little hands and adults who love a touch of whimsy on their desks.\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=\"mock-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319181315\/6f868c0222d15115071165c58ebf14a5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eDual Functionality\u003c\/h3\u003e\n\n\u003ch2\u003eWrite Seamlessly. Record Instantly.\u003c\/h2\u003e\n\n\u003cp\u003eEquipped with a highly responsive dual-button system: press the lower button to capture up to 60 seconds of crystal-clear audio, and tap the upper button to play it back. Combined with a premium smooth-writing ink cartridge, you never have to switch tools to catch a fleeting thought.\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=\"mock-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319181315\/cd21f8c6e6a61ebce5bae7132ff86044.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eCyclic Recording\u003c\/h3\u003e\n\n\u003ch2\u003eEffortless Audio Management\u003c\/h2\u003e\n\n\u003cp\u003eSay goodbye to the hassle of deleting old files. With intelligent cyclic recording, each new audio session automatically replaces the previous one. It ensures your pen is perpetually ready to capture your next big idea, study note, or secret message without skipping a beat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"mock-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319181315\/afd80bf6399e077ccdbe4cbe19f81179.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eThe Perfect Edutainment Gift\u003c\/h3\u003e\n\n\u003ch2\u003eNurture Creativity \u0026amp; Language Skills\u003c\/h2\u003e\n\n\u003cp\u003eMore than just a stationery item, it’s an interactive learning companion. Ideal for students organizing study aids, teachers creating engaging classroom interactions, or parents nurturing a child's imagination. It balances practicality with undeniable charm, leaving a lasting impression on anyone who uses it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS SECTION --\u003e\n\n\u003cdiv class=\"pd-section pd-specs-container\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp\u003eEverything you need to know about your new creative companion.\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\"\u003eDesign Shape\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eErgonomic Whimsical Carrot\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDimensions (L × W)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e15.0 × 4.5 cm (5.9 × 1.8 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eApprox. 45 g (1.6 oz) - Lightweight for easy handling\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eRecording Capacity\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eUp to 60 Seconds per session\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eRecording Method\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eCyclic Recording (Auto-overwrites previous audio)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eWriting Core\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eSmooth-gliding ink cartridge included\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\"\u003e\n\u003cdiv class=\"pd-hero-header\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eIs the ink cartridge replaceable once it runs out?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eAbsolutely. The pen uses standard-sized ink refills, allowing you to easily swap out the cartridge so the fun and writing never have to stop.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eHow do I delete an old recording?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eYou don't have to manually delete anything! Thanks to the smart cyclic recording feature, simply hold the record button to capture new audio, and it will automatically overwrite the old recording.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eIs this pen suitable for young children?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eYes! The ergonomic shape and safe, rounded edges make it incredibly easy for kids to hold. It's a fantastic edutainment tool for practicing pronunciation, memorizing spelling, or just having imaginative playtime.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🥕 1-Pack (Standard)","offer_id":48767875088627,"sku":"0328-13116258","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🎁 2-Pack (Perfect for Siblings)","offer_id":48767875121395,"sku":"0328-13116108","price":19.95,"currency_code":"USD","in_stock":true},{"title":"📦 4-Pack (Family \u0026 Friends)","offer_id":48767875154163,"sku":"0328-13112049","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/1937\/2019\/files\/fd46630642668684c4c9edd833e57c87.jpg?v=1774674733","url":"https:\/\/ifurryhaven.com\/products\/voice-recording-carrot-pen","provider":"IFurryhaven","version":"1.0","type":"link"}