{"product_id":"ultra-compact-travel-watercolor-set","title":"Ultra-Compact Travel Watercolor Set","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：便携式固体水彩套装\n  目标受众：绘画爱好者、旅行速写者、初学者\n  视觉风格：清新、艺文、极简、马卡龙色调\n  配色策略：以柔和的背景色衬托鲜艳的颜料色彩，使用--primary作为强调色\n  模块顺序：Hero (场景感) -\u003e Feature 1 (核心便携性) -\u003e Feature 2 (一体化设计) -\u003e Feature 3 (色彩表现) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_3.png, Feature1=image_1.png, Feature2=image_0.png, Feature3=image_2.png\n  规格图映射：Specs=image_8.png\n  对比模块：未加入 (产品定位独特，无需强调与竞品对比)\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #6EB5FF; \/* Taken from the blue case accent *\/\n      --primary-hover: #5a9ee0;\n      --text-main: #2C3E50;\n      --text-sub: #546E7A;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --bg-soft: #EBF5FB;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #E0E6ED;\n      --spacing-section: clamp(2rem, 5vw, 4rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      margin-top: 0;\n      line-height: 1.3;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 42px);\n      font-weight: 700;\n      margin-bottom: 0.5em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 0.75em;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.5em;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5em;\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    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-hero-badge {\n      display: inline-block;\n      padding: 6px 16px;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n\n    .pd-hero-media {\n      margin-top: 2rem;\n      box-shadow: var(--shadow-lg);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    \/* Feature Section *\/\n    .pd-feature {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 2rem;\n      align-items: center;\n      margin-bottom: var(--spacing-section);\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature {\n        grid-template-columns: 1fr 1fr;\n        gap: clamp(2rem, 8vw, 5rem);\n      }\n\n      .pd-feature:nth-child(even) .pd-feature-media {\n        order: 1;\n      }\n    }\n\n    .pd-feature-media {\n      box-shadow: var(--shadow-sm);\n      border-radius: var(--radius-md);\n    }\n\n    .pd-feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-bottom: 1rem;\n    }\n\n    .pd-tag {\n      padding: 4px 12px;\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      border-radius: 6px;\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    \/* Specs Section *\/\n    .pd-specs {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 3rem);\n      border-radius: var(--radius-lg);\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-specs table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n\n    .pd-specs th,\n    .pd-specs td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .pd-specs th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    .pd-specs td {\n      color: var(--text-sub);\n    }\n\n    @media (max-width: 767px) {\n      .pd-specs thead {\n        display: none;\n      }\n      .pd-specs tr, .pd-specs td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs tr {\n        margin-bottom: 1rem;\n        border-bottom: none;\n      }\n      .pd-specs td {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.75rem 0;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .pd-specs td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        padding-right: 1rem;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-faq-item {\n      padding: 1.5rem 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n      color: var(--text-main);\n    }\n\n    .pd-faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      aspect-ratio: 16\/9;\n      background: #f0f0f0;\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #666;\n      font-family: monospace;\n      font-size: 14px;\n      border-radius: var(--radius-md);\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cspan class=\"pd-hero-badge\"\u003eDesigned for creative freedom\u003c\/span\u003e\n\u003ch1\u003eYour Pocket-Sized Mobile Art Studio\u003c\/h1\u003e\n\n\u003cp\u003eCapture inspiration the moment it strikes. This ultra-compact, all-in-one watercolor set fits in your hand, ready for spontaneous creativity anywhere, anytime.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260717111448\/3fba5b20bd2c2a7cc5917ea70232f95c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eUltra-Portable\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003ePalm-Sized\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eThe Ultimate Travel Companion\u003c\/h2\u003e\n\n\u003cp\u003eForget bulky art supplies. This kit folds down to the size of a powder compact, slipping easily into a pocket or small bag. Its lightweight design means you can carry a full studio without the weight, perfect for urban sketching, hiking, or café painting.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260717111448\/d66d515942ddb6725988dcb9b1fe1897.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260717111448\/535c5ce785b9d2980a6985c00c070fb5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eAll-in-One Design\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eIntegrated Palette\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eCleverly Integrated Workspace\u003c\/h2\u003e\n\n\u003cp\u003eEverything you need is neatly organized inside. It features 16 solid pigment pans, a built-in mixing area on the lid, a fold-out tray for extra palette space, and a dedicated slot for the included metal travel brush. Just add a drop of water to start creating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eHigh Saturation\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSmooth Blending\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eVibrant, Professional-Grade Pigments\u003c\/h2\u003e\n\n\u003cp\u003eDon't let the size fool you. These highly concentrated watercolor blocks dissolve instantly with water, delivering rich, brilliant color payoff. They offer excellent transparency and blend smoothly, allowing you to create beautiful washes and layered effects with ease.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260717111448\/44a21d420dec32ff632574dc61282e4b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-specs\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\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=\"Colors\"\u003e16 Assorted Shades\u003c\/td\u003e\n\t\t\t\u003ctd\u003eSolid Watercolor Cakes\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Closed Size\"\u003eApprox. 8 x 8 cm (3.1\" x 3.1\")\u003c\/td\u003e\n\t\t\t\u003ctd\u003eCompact \u0026amp; Travel-Ready\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Fully Expanded Size\"\u003eApprox. 18.3 x 14 cm (7.2\" x 5.5\")\u003c\/td\u003e\n\t\t\t\u003ctd\u003eWith Palette Extended\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Brush Length\"\u003eApprox. 10 cm (3.9\")\u003c\/td\u003e\n\t\t\t\u003ctd\u003eMetal Travel Brush Included\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Case Material\"\u003eMatte Plastic\u003c\/td\u003e\n\t\t\t\u003ctd\u003eDurable \u0026amp; Lightweight\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eDo I need a separate water container?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eFor quick sketches, you can use the small wells in the lid or fold-out tray to hold a tiny amount of water. For longer painting sessions, we recommend carrying a small separate water container or using a water brush pen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eIs the brush included in the set?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eYes, a compact metal travel brush is included. It fits neatly into the dedicated storage slot on the side of the case, so it's always ready when you are.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eCan the individual paint pans be replaced?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThe 16 solid pigment pans are fixed within the internal tray and are not designed to be individually removed or replaced.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Macaron Pastels","offer_id":63109072126323,"sku":"0717-18052850","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Standard Essentials","offer_id":63109072159091,"sku":"0717-18053911","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Classic Tones","offer_id":63109072191859,"sku":"0717-18052391","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Metallic Shimmer","offer_id":63109072224627,"sku":"0717-18055944","price":24.95,"currency_code":"USD","in_stock":true},{"title":"The Daily Artist Bundle (Standard + Macaron)","offer_id":63109072257395,"sku":"0717-18052257","price":44.95,"currency_code":"USD","in_stock":true},{"title":"The Dreamer Bundle (Macaron + Metallic Shimmer)","offer_id":63109072290163,"sku":"0717-18053180","price":44.95,"currency_code":"USD","in_stock":true},{"title":"The Ultimate Studio Collection (All 4 Palettes)","offer_id":63109072322931,"sku":"0717-18052823","price":88.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/3fba5b20bd2c2a7cc5917ea70232f95c.jpg?v=1784282771","url":"https:\/\/woyuosn.com\/products\/ultra-compact-travel-watercolor-set","provider":"Woyuosn","version":"1.0","type":"link"}