{"product_id":"whimsical-desk-ornament-holder","title":"Whimsical Desk Ornament Holder","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：桌面摆件兼手机支架\n  目标受众：海绵宝宝粉丝，寻找独特礼物或搞怪桌面装饰的人群\n  视觉风格：趣味、卡通、色彩鲜明、略带调侃\n  配色策略：以章鱼哥皮肤的青绿色为主色调，搭配底座的暖木色和米色背景\n  模块顺序：Hero (吸引注意+点明双重功能) -\u003e Feature 1 (核心功能：支架) -\u003e Feature 2 (核心卖点：颜值与细节) -\u003e Specifications (基本事实) -\u003e FAQ\n  详情图映射：Hero=detail_3 (最直观展示功能), Feature1=detail_0 (展示细节和背面), Feature2=detail_4 (展示手中比例)\n  规格图映射：无明确规格数据图，Specs 模块基于视觉事实构建\n  对比模块：未加入 (无明显竞品对比需求)\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #4EAFA5; \/* Squidward Teal *\/\n      --primary-hover: #3D8E86;\n      --text-main: #2C3333;\n      --text-sub: #636E72;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F5F0; \/* Warm beige to complement the base *\/\n      --bg-soft: #F0F2F5;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #EDECE8;\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n\n      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\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    }\n\n    \/* Typography *\/\n    .product-detail-container h1 { font-size: clamp(32px, 5vw, 44px); font-weight: 700; line-height: 1.2; margin-bottom: 1rem; }\n    .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 600; margin-bottom: 1.5rem; }\n    .product-detail-container h3 { font-size: 20px; font-weight: 600; margin-bottom: 1rem; }\n    .product-detail-container p { font-size: clamp(16px, 2vw, 18px); color: var(--text-sub); margin-bottom: 1.5rem; }\n\n    \/* Reusable Components *\/\n    .pd-tag {\n      display: inline-block;\n      background: var(--bg-card);\n      color: var(--text-main);\n      padding: 6px 12px;\n      border-radius: 20px;\n      font-size: 14px;\n      font-weight: 500;\n      margin-right: 8px;\n      margin-bottom: 8px;\n      border: 1px solid var(--border-color);\n    }\n\n    .pd-image-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      background: var(--bg-soft);\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #999;\n      font-family: monospace;\n      padding: 2rem 0; \/* Minimal height for placeholder text *\/\n    }\n\n    \/* Module A: Hero *\/\n    .pd-hero {\n      text-align: center;\n      margin-bottom: var(--spacing-section);\n      padding-top: 2rem;\n    }\n    .pd-hero-badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: white;\n      padding: 8px 16px;\n      border-radius: 30px;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 1.5rem;\n    }\n    .pd-hero-subhead { max-width: 700px; margin: 0 auto 2rem auto; }\n\n    \/* Module B: Feature Sections *\/\n    .pd-feature {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n      margin-bottom: var(--spacing-section);\n    }\n    .pd-feature-copy { order: 2; }\n    .pd-feature-media { order: 1; }\n    .pd-feature img { width: 100%; height: auto; display: block; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }\n\n    @media (min-width: 768px) {\n      .pd-feature { grid-template-columns: 1fr 1fr; }\n      \/* Z-Pattern *\/\n      .pd-feature:nth-child(even) .pd-feature-copy { order: 1; }\n      .pd-feature:nth-child(even) .pd-feature-media { order: 2; }\n    }\n\n    \/* Module C: Specifications *\/\n    .pd-specs {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n      margin-bottom: var(--spacing-section);\n    }\n    .pd-specs-table { width: 100%; border-collapse: collapse; text-align: left; }\n    .pd-specs-table th, .pd-specs-table td { padding: 16px; border-bottom: 1px solid var(--border-color); }\n    .pd-specs-table th { width: 35%; color: var(--text-sub); font-weight: 500; }\n    .pd-specs-table td { color: var(--text-main); font-weight: 600; }\n\n    @media (max-width: 767px) {\n      .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table td { display: block; width: 100%; }\n      .pd-specs-table thead { display: none; }\n      .pd-specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .pd-specs-table td { padding: 12px 16px; border-bottom: 1px solid var(--bg-soft); display: flex; justify-content: space-between; }\n      .pd-specs-table td::before { content: attr(data-label); color: var(--text-sub); font-weight: 500; margin-right: 1rem; }\n      .pd-specs-table td:last-child { border-bottom: none; }\n    }\n\n    \/* Module D: FAQ *\/\n    .pd-faq { margin-bottom: var(--spacing-section); max-width: 800px; margin-left: auto; margin-right: auto; }\n    .pd-faq-item { margin-bottom: 1.5rem; border-bottom: 1px solid var(--border-color); padding-bottom: 1.5rem; }\n    .pd-faq-question { font-size: 20px; font-weight: 600; margin-bottom: 0.5rem; color: var(--primary); }\n    .pd-faq-answer { margin-bottom: 0; }\n\u003c\/style\u003e\n\u003c!-- Module A: Hero --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cspan class=\"pd-hero-badge\"\u003eWhimsical Desk Companion\u003c\/span\u003e\n\u003ch1\u003eThe Cynic's Guide to Holding Your Phone\u003c\/h1\u003e\n\n\u003cp class=\"pd-hero-subhead\"\u003eAdd some personality to your workspace. This isn't just a collectible; it's the most reliable (and sassiest) phone stand you'll ever own.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 16\/9;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260605144954\/5c5dd6501e1f271eb1b20be97fd07023.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\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260605144954\/23ef50bf7915c7cb05cd3f9c3e299f3f.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\u003ch2\u003eHe's Got Your Back (Literally)\u003c\/h2\u003e\n\n\u003cp\u003eSquidward's unique \"bold and brash\" squatting pose isn't just an artistic statement—it's a perfectly engineered cradle for your smartphone. The sturdy figure provides a stable backrest, while the white \"fence\" stopper on the base keeps your device securely in place for hands-free viewing.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eStable Support\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eHands-Free Viewing\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eFits Most Phones\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Module B: Feature 2 (Aesthetics \u0026 Gift) --\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260605144954\/0b7b576800108c22a1aa3cb3392ab128.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\u003ch2\u003eA Masterpiece for Your Desk\u003c\/h2\u003e\n\n\u003cp\u003eBeyond its function, this is a richly detailed desk ornament. From the textured wooden-style base to the miniature artist palette and brush accessories, every element captures the essence of the character. It’s compact enough for any nightstand or office desk and makes an unforgettable gift for fans.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eDetailed Design\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003ePerfect Gift Idea\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eCompact Footprint\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Module C: Specifications --\u003e\n\n\u003cdiv class=\"pd-specs\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003ePhone Stand \/ Desk Ornament\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eDurable Resin\/PVC\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Base Features\"\u003eTextured base with artist accessories\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatibility\"\u003eSupports most standard smartphones (with or without thin cases)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Care Info\"\u003eWipe clean with a damp cloth\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Module 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\"\u003eWill it hold my phone with a case on?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eYes, the stand is designed with enough clearance to accommodate most standard smartphones even when they are in typical protective cases.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eIs the figure posable or adjustable?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eNo, this is a solid, fixed-pose figure. The rigid structure ensures maximum stability when holding your device.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eIs the base actually made of wood?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThe base is made from the same durable resin material as the figure but features a realistic wood-grain texture and matte finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Desk Essential)","offer_id":62915441492339,"sku":"0605-15028580","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Home \u0026 Office)","offer_id":62915441525107,"sku":"0605-15020616","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Ultimate Gift Bundle)","offer_id":62915441557875,"sku":"0605-15020823","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/c40d9f1b9a973b60f9affb7daaafc979.png?v=1780642989","url":"https:\/\/woyuosn.com\/products\/whimsical-desk-ornament-holder","provider":"Woyuosn","version":"1.0","type":"link"}