{"product_id":"walnut-pebble-phone-stand","title":"Walnut Pebble Phone Stand","description":"\u003c!--\n[AI Design Logic]\nProduct Type: No-Drill Suction Wall Mount Phone Holder \u0026 Hook Organizer\nTarget Audience: Homeowners, renters, kitchen\/bathroom multitasking phone users\nVisual Style: Nordic Minimalist, Retro Aesthetic, Elegant Wood Contrast\nColor Strategy: Rich Walnut Wood Tones, Chrome Accents, Soft Warm Backdrops\nModule Order: Hero, Feature 1 (Multi-space), Feature 2 (Security Details), Feature 3 (Installation), Specifications, FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_3, Feature2=detail_2, Feature3=detail_4\nSpecification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (insufficient data to compare with other specific products without speculation)\nInformation Boundary: Strictly relies on confirmed facts such as the 20cm x 8cm dimensions, walnut-grain plastic construction, electroplated metal hangers, non-slip rubber sleeves, vacuum suction cup back with crystal adhesive sticker, and complimentary expression stickers. No unverified properties added.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n  --primary: #8a6240;\n  --primary-hover: #704e32;\n  --text-main: #2c2c2c;\n  --text-sub: #595959;\n  --bg-body: #fbfbf9;\n  --bg-card: #ffffff;\n  --bg-soft: #f4f1eb;\n  --radius-md: 8px;\n  --radius-lg: 16px;\n  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);\n  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.06);\n  --border-color: #e6dfd3;\n\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  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n  color: var(--text-main);\n  background-color: var(--bg-body);\n}\n\n.product-detail-container h1,\n.product-detail-container h2,\n.product-detail-container h3 {\n  margin: 0;\n  color: var(--text-main);\n  font-weight: 700;\n}\n\n.product-detail-container p {\n  margin: 0;\n  font-size: 18px;\n  line-height: 1.6;\n  color: var(--text-sub);\n}\n\n\/* Typography System *\/\n.hero-title {\n  font-size: 22px;\n  line-height: 1.3;\n  margin-bottom: 12px;\n}\n\n.section-title {\n  font-size: 20px;\n  line-height: 1.4;\n  margin-bottom: 24px;\n  text-align: center;\n}\n\n.feature-title {\n  font-size: 20px;\n  line-height: 1.4;\n  margin-bottom: 12px;\n}\n\n.body-text {\n  font-size: 18px;\n  line-height: 1.6;\n}\n\n\/* Spacing *\/\n.detail-section {\n  padding: clamp(2rem, 5vw, 4rem) 0;\n  border-bottom: 1px solid var(--border-color);\n}\n.detail-section:last-child {\n  border-bottom: none;\n}\n\n\/* Hero Content Block *\/\n.hero-block {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n}\n.hero-badge {\n  display: inline-block;\n  background-color: var(--primary);\n  color: #ffffff;\n  padding: 6px 16px;\n  border-radius: 50px;\n  font-size: 18px;\n  font-weight: 600;\n  margin-bottom: 16px;\n}\n.hero-subtitle {\n  font-size: 18px;\n  color: var(--text-sub);\n  max-width: 800px;\n  margin: 0 auto 24px auto;\n}\n\n\/* Image Placeholders *\/\n.image-placeholder {\n  width: 100%;\n  background-color: var(--bg-soft);\n  border: 2px dashed var(--border-color);\n  border-radius: var(--radius-lg);\n  padding: 40px 20px;\n  box-sizing: border-box;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  font-size: 18px;\n  color: var(--text-sub);\n  font-weight: 500;\n  margin: 24px 0;\n}\n.image-placeholder img {\n  width: 100%;\n  height: auto;\n  display: block;\n  border-radius: var(--radius-lg);\n}\n\n\/* Feature Sections *\/\n.feature-list {\n  display: flex;\n  flex-direction: column;\n  gap: clamp(2rem, 5vw, 4rem);\n}\n.feature-item {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px;\n  align-items: center;\n}\n.feature-item.reverse .feature-media {\n  order: 2;\n}\n.feature-item.reverse .feature-copy {\n  order: 1;\n}\n.feature-copy {\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n.feature-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 16px;\n}\n.tag {\n  background-color: var(--bg-soft);\n  color: var(--text-main);\n  padding: 6px 14px;\n  border-radius: var(--radius-md);\n  font-size: 18px;\n  font-weight: 500;\n}\n\n\/* Specifications *\/\n.spec-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin-top: 24px;\n}\n.spec-table tr {\n  border-bottom: 1px solid var(--border-color);\n}\n.spec-table tr:last-child {\n  border-bottom: none;\n}\n.spec-table td {\n  padding: 16px 20px;\n  font-size: 18px;\n  vertical-align: top;\n}\n.spec-table .spec-property {\n  font-weight: 600;\n  color: var(--text-main);\n  width: 35%;\n}\n.spec-table .spec-value {\n  color: var(--text-sub);\n}\n\n\/* FAQ Section *\/\n.faq-list {\n  display: flex;\n  flex-direction: column;\n  gap: 24px;\n  max-width: 800px;\n  margin: 0 auto;\n}\n.faq-item {\n  background-color: var(--bg-card);\n  border: 1px solid var(--border-color);\n  border-radius: var(--radius-md);\n  padding: 24px;\n  box-shadow: var(--shadow-sm);\n}\n.faq-question {\n  font-size: 20px;\n  font-weight: 700;\n  color: var(--text-main);\n  margin-bottom: 12px;\n}\n.faq-answer {\n  font-size: 18px;\n  color: var(--text-sub);\n  line-height: 1.6;\n}\n\n\/* Mobile Configurations Lock *\/\n@media (max-width: 767px) {\n  .feature-item, \n  .feature-item.reverse {\n    grid-template-columns: 1fr;\n    gap: 24px;\n  }\n  .feature-item .feature-media,\n  .feature-item.reverse .feature-media {\n    order: 1 !important;\n  }\n  .feature-item .feature-copy,\n  .feature-item.reverse .feature-copy {\n    order: 2 !important;\n  }\n\n  .spec-table,\n  .spec-table tbody,\n  .spec-table tr {\n    display: block;\n    width: 100%;\n    box-sizing: border-box;\n  }\n  .spec-table .spec-property {\n    display: none;\n  }\n  .spec-table td[data-label] {\n    display: grid;\n    grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n    gap: 14px;\n    width: 100%;\n    box-sizing: border-box;\n    padding: 14px 0;\n    align-items: start;\n    white-space: normal;\n    overflow-wrap: anywhere;\n    word-break: break-word;\n  }\n  .spec-table td[data-label]::before {\n    content: attr(data-label);\n    display: block;\n    min-width: 0;\n    font-size: 18px;\n    font-weight: 600;\n    line-height: 1.5;\n    white-space: normal;\n    overflow-wrap: anywhere;\n    word-break: break-word;\n  }\n  .spec-table .spec-value {\n    display: block;\n    min-width: 0;\n    max-width: 100%;\n    font-size: 18px;\n    line-height: 1.5;\n    white-space: normal;\n    overflow-wrap: anywhere;\n    word-break: break-word;\n  }\n}\n\n@media (max-width: 420px) {\n  .spec-table td[data-label] {\n    grid-template-columns: 1fr;\n    gap: 6px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"detail-section hero-block\"\u003e\u003cspan class=\"hero-badge\"\u003eNo-Drill Wall Mount\u003c\/span\u003e\n\u003ch1 class=\"hero-title\"\u003eHands-Free Wood Grain Phone Holder \u0026amp; Key Organizer\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eKeep your phone in view and small daily essentials organized with a secure humanoid-shaped storage setup.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img113\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260902161818\/aff38d65c02b1d7fc5a118acb2f43d24.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"detail-section\"\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img119\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260902161952\/1e56ca1840d3641f2cf9d7ac5de948e2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eMulti-Space Convenient Organizer\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eA versatile helper for multiple rooms. Mount it next to washroom mirrors, kitchen walls, entryways, or office setups to hold your device and keep keys or accessories neatly hanging in one place.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eBathroom\u003c\/span\u003e \u003cspan class=\"tag\"\u003eKitchen\u003c\/span\u003e \u003cspan class=\"tag\"\u003eEntryway\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img118\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260902161952\/55ade78a7e18bb090c94f4e83dc6abb3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSecure Anti-Drop Double Support\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eEquipped with protective rubber sleeves along the support legs and raised front wood-style balls to prevent sliding. Holds your phone steady in horizontal or vertical orientation.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eNon-Slip Sleeves\u003c\/span\u003e \u003cspan class=\"tag\"\u003eRaised Ball Hangers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img117\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260902161818\/4f98464fedc5aa58c2408514a1126785.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSimple 4-Step Mount\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eInstalls without damage using a reliable vacuum suction cup and an adhesive crystal sticker sheet. Just clean the surface, apply the backing sticker, peel, and press firmly to lock in place.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eDrill-Free\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSuction Base\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003csection class=\"detail-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eWidth\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Width\"\u003e\u003cspan class=\"spec-value\"\u003e20 cm (7.9 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eHeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Height\"\u003e\u003cspan class=\"spec-value\"\u003e8 cm (3.1 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003ePrimary Color\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Primary Color\"\u003e\u003cspan class=\"spec-value\"\u003eWalnut wood-grain finish\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eAccent Elements\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Accent Elements\"\u003e\u003cspan class=\"spec-value\"\u003eElectroplated silver arms, black protective sleeves\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eMaterials\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Materials\"\u003e\u003cspan class=\"spec-value\"\u003eWood-grain textured plastic body, electroplated metal hangers, protective rubber sleeves\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003ePackage Includes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Package Includes\"\u003e\u003cspan class=\"spec-value\"\u003eWall mount bracket, crystal adhesive sheet, complimentary expression face stickers\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"detail-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eCan I place my phone horizontally and vertically?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The dual forward-reaching supports hold your phone securely in either a horizontal landscape setup or a vertical portrait position.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eDoes this require drilling holes into the wall?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. The holder mounts cleanly using a combined system of a crystal adhesive sticker and a strong rear vacuum suction cup to secure onto smooth surfaces without nails or screws.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWhat kind of items can I hang on the side hooks?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe electroplated silver curved hooks on either side are ideal for hanging light accessories, such as keys, hair ties, necklaces, or bracelets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Octopus Phone Holder \/ 1-Pack (Home Essential)","offer_id":46130412388543,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Octopus Wall Hook \/ 1-Pack (Home Essential)","offer_id":46130412421311,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Octopus Phone Holder \/ 2-Pack (Multi-Room Use - 10%)","offer_id":46130412454079,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Octopus Wall Hook \/ 2-Pack (Multi-Room Use - 10%)","offer_id":46130412486847,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Octopus Phone Holder \/ 3-Pack (Whole House Pack - 15%)","offer_id":46130412519615,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Octopus Wall Hook \/ 3-Pack (Whole House Pack - 15%)","offer_id":46130412552383,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/aff38d65c02b1d7fc5a118acb2f43d24.jpg?v=1788337293","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/walnut-pebble-phone-stand","provider":"Bak","version":"1.0","type":"link"}