{"product_id":"diy-glowing-miniature-shop","title":"DIY Glowing Miniature Shop","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #d48243;\n      --primary-hover: #b86a30;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #fdfbf7;\n      --bg-soft: #f4f4f4;\n      --radius-md: 8px;\n      --radius-lg: 12px;\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: #e6e0d5;\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, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-copy p,\n    .product-detail-container .faq-answer,\n    .product-detail-container .pill,\n    .product-detail-container .spec-value {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container p:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Placeholders *\/\n    .product-detail-container .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 40px 20px;\n      text-align: center;\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: 500;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-sizing: border-box;\n      width: 100%;\n      height: auto;\n      margin-bottom: 20px;\n    }\n\n    \/* Intro \/ Hero Content Block *\/\n    .hero-section {\n      text-align: center;\n      padding-top: 20px;\n    }\n\n    .hero-badge-container {\n      display: flex;\n      justify-content: center;\n      margin-bottom: 12px;\n    }\n\n    .hero-badge {\n      display: inline-block;\n      background-color: #fcf1e8;\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-size: 18px;\n      font-weight: 600;\n    }\n\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 24px;\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 12px;\n    }\n\n    .pill {\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 4px 12px;\n      border-radius: 4px;\n      font-size: 18px;\n      color: var(--text-main);\n      display: inline-block;\n      margin-bottom: 0;\n    }\n\n    \/* Specifications Table *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      padding: 32px 24px;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px;\n      vertical-align: top;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      background-color: var(--bg-body);\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 20px 0;\n    }\n\n    .faq-item:first-child {\n      padding-top: 0;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .faq-answer {\n      color: var(--text-sub);\n      margin-bottom: 0;\n    }\n\n    \/* Desktop and Tablet Enhancements *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n\n      .specifications-section {\n        padding: 40px;\n      }\n    }\n\n    \/* Mobile Specifications Safety Rules *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table thead {\n        display: none;\n      }\n\n      .spec-table td {\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\n      .spec-table td::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\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        margin-bottom: 0;\n      }\n      \n      \/* Hide standard cell behavior for first child if using standard display *\/\n      .spec-table td:first-child {\n        display: none;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: 3D Wooden DIY Light-Up Fridge Magnet\nTarget Audience: DIY Craft Enthusiasts, Home Decorators, Collectible Lovers\nVisual Style: Warm, Whimsical, Cozy, Handcrafted\nColor Strategy: Soft Amber Glow, Natural Wood Tones, Pastel Accents\nModule Order: Intro\/Hero -\u003e Features (4 Items) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_3, Feature3=detail_4, Feature4=detail_5\nSpecification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (no direct comparison data is verified in the report)\nInformation Boundary: Only verified facts from the report, images, and supplementary notes are included. No material, size, or battery assumptions have been made beyond the provided documentation.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badge-container\"\u003e\u003cspan class=\"hero-badge\"\u003eCharming Light-Up Miniature Display\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eBring Storybook Shops Into Your Life\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eA whimsical mini shop design with a warm built-in glow that adds cozy charm to your fridge, workspace, or room décor day and night.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img186\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910104731\/980dbc135c5af6211cab2cbd31564425.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-container\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img187\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910104732\/4fd34becfed3a3bb7eb7082e18665c9e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eWhen the Lights Glow, a Fairy-Tale World Comes Alive\u003c\/h3\u003e\n\n\u003cp\u003eBy day, enjoy a charming, hand-crafted wooden decor piece. By night, activate the soft, gentle lighting to turn your metal surfaces into a glowing little street of fairy-tale shops.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"pill\"\u003eSoft \u0026amp; Gentle Glow\u003c\/span\u003e \u003cspan class=\"pill\"\u003eCozy Night Light\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\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img188\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910104731\/a387debcc55ad0e99092fac72d635d3f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSecure Attachment Stays Firmly in Place\u003c\/h3\u003e\n\n\u003cp\u003eEquipped with a strong magnetic backing that clings securely to your refrigerator, metal pegboards, and office whiteboards. Enjoy a reliable decorative display that will not easily slide or shift.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"pill\"\u003eStrong Magnet Backing\u003c\/span\u003e \u003cspan class=\"pill\"\u003eSafe for Fridges \u0026amp; Whiteboards\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img189\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910104731\/f6f9630bef421063640ccfc25d4e6112.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eTwist to Light Up A Warm Little Lamp\u003c\/h3\u003e\n\n\u003cp\u003eSimply rotate the built-in silver metal gear switch located on the top\/back to instantly light up the internal LEDs. Enjoy a cordless, cozy display that brings instant comfort to everyday moments.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"pill\"\u003eMetal Rotary Switch\u003c\/span\u003e \u003cspan class=\"pill\"\u003eButton Battery Powered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img190\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910104731\/1478243fc5f8f9e3c79b55b699372378.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSnap-Fit Assembly Layer-by-Layer\u003c\/h3\u003e\n\n\u003cp\u003eExperience the fun of hands-on DIY wooden crafting. The precise slot-together structure allows you to construct detailed, multi-layered miniature scenes with cartoon characters and micro shop props.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"pill\"\u003eFun DIY Wood Craft\u003c\/span\u003e \u003cspan class=\"pill\"\u003eSlot-Together Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\u003c!-- Desktop column label placeholder --\u003e\n\t\t\t\u003ctd\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003eLayered Wooden Boards, Magnet, LED Light Unit\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eAssembly\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Assembly\"\u003e\u003cspan class=\"spec-value\"\u003eDIY kit - assembly required.\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eSwitch Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Switch Type\"\u003e\u003cspan class=\"spec-value\"\u003eSilver Metal Rotary Gear Dial\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eDisplay Mounting\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Display Mounting\"\u003e\u003cspan class=\"spec-value\"\u003eIntegrated Magnetic Backing\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003ePower Source\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003e\u003cspan class=\"spec-value\"\u003eButton battery powered (Batteries Included), Built-In Cordless LED Assembly\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eAvailable Styles\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Available Styles\"\u003e\u003cspan class=\"spec-value\"\u003e Bear Coffee Shop, Cat Grocery Store, Rabbit Flower Shop, Capybara Bakery, Fox Fruit Shop, Bear Dessert Shop\u003cbr\u003e\n\t\t\t\u003cbr\u003e\n\t\t\t\u003cstrong\u003e6-Piece Set:\u003c\/strong\u003e Includes all 6 designs, one of each.\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eDimensions \u0026amp; Pieces\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimensions \u0026amp; Pieces\"\u003e\u003cspan class=\"spec-value\"\u003e \u003cem\u003eAssembled Dimensions:\u003c\/em\u003e\u003cbr\u003e\n\t\t\t• \u003cstrong\u003eBear Coffee Shop:\u003c\/strong\u003e 51 pcs | 3.07 x 1.34 x 4.33 in (78 x 34 x 110 mm)\u003cbr\u003e\n\t\t\t• \u003cstrong\u003eCat Grocery Store:\u003c\/strong\u003e 64 pcs | 3.43 x 1.38 x 4.13 in (87 x 35 x 105 mm)\u003cbr\u003e\n\t\t\t• \u003cstrong\u003eRabbit Flower Shop:\u003c\/strong\u003e 39 pcs | 3.07 x 1.34 x 4.17 in (78 x 34 x 106 mm)\u003cbr\u003e\n\t\t\t• \u003cstrong\u003eCapybara Bakery:\u003c\/strong\u003e 37 pcs | 3.07 x 1.34 x 4.33 in (78 x 34 x 110 mm)\u003cbr\u003e\n\t\t\t• \u003cstrong\u003eFox Fruit Shop:\u003c\/strong\u003e 36 pcs | 3.27 x 1.34 x 3.78 in (83 x 34 x 96 mm)\u003cbr\u003e\n\t\t\t• \u003cstrong\u003eBear Dessert Shop:\u003c\/strong\u003e 36 pcs | 2.83 x 1.34 x 4.06 in (72 x 34 x 103 mm) \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!-- D. FAQ --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e💡 How do I turn the light on and off?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThere is a silver metal rotary gear switch located on the upper rear section of the miniature wooden shop. Simply twist this switch to turn the internal warm LED light on or off.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e🧲 Which surfaces are suitable for mounting?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe unit has a flat, integrated magnetic backing. It attaches securely to any flat iron or steel surface, such as refrigerator doors, metal filing cabinets, magnetic whiteboards, and magnetic pegboards.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e🛠️ Do I need glue to assemble the miniature shop?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo glue is required! The product features a precise wooden slot-together design that allows the layered flat pieces and cartoon shop character details to snap securely into place step-by-step.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Bear's Cafe","offer_id":58927333703840,"sku":"20260918-163941-8897","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Cat's Grocery","offer_id":58927333736608,"sku":"20260918-163941-5364","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Bunny's Florist","offer_id":58927333769376,"sku":"20260918-163941-3491","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Capybara Bakery","offer_id":58927333802144,"sku":"20260918-163941-9459","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Fox's Fruit Market","offer_id":58927333834912,"sku":"20260918-163941-3571","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Teddy's Dessert Shop","offer_id":58927333867680,"sku":"20260918-163941-1349","price":12.95,"currency_code":"USD","in_stock":true},{"title":"⭐ Full Collection (6 Shops • Save 10%) – Best Value","offer_id":58927333900448,"sku":"20260918-163941-1140","price":69.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/980dbc135c5af6211cab2cbd31564425.jpg?v=1789721313","url":"https:\/\/cartivra.com\/products\/diy-glowing-miniature-shop","provider":"Cartivra","version":"1.0","type":"link"}