{"product_id":"owl-bookstore","title":"Owl Bookstore","description":"\u003cstyle\u003e\n  .ob * {\n    box-sizing: border-box !important;\n    margin: 0;\n    padding: 0;\n  }\n\n  .ob {\n    max-width: 100%;\n    background: #faf8f4;\n    color: #2a231e;\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: 15px;\n    line-height: 1.8;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .ob a { color: inherit; }\n\n  \/* ── EYEBROW ─────────────────────────────── *\/\n  .ob-eye {\n    display: block !important;\n    font-family: 'Helvetica Neue', Arial, sans-serif !important;\n    font-size: 10px !important;\n    font-weight: 700 !important;\n    letter-spacing: 0.18em !important;\n    text-transform: uppercase !important;\n    color: #9c836e !important;\n    margin-bottom: 10px !important;\n  }\n\n  \/* ── HERO ────────────────────────────────── *\/\n  .ob-hero {\n    padding: 52px 24px 36px;\n    text-align: center;\n    background: #faf8f4;\n  }\n\n  .ob-hero h1 {\n    font-family: Georgia, 'Times New Roman', serif !important;\n    font-size: clamp(28px, 5vw, 42px) !important;\n    font-weight: 400 !important;\n    letter-spacing: -0.02em !important;\n    line-height: 1.2 !important;\n    color: #1a1410 !important;\n    margin: 0 0 18px !important;\n  }\n\n  .ob-hero p {\n    font-family: Georgia, 'Times New Roman', serif !important;\n    font-size: 16px !important;\n    color: #6b5a4e !important;\n    line-height: 1.85 !important;\n    max-width: 640px !important;\n    margin: 0 auto !important;\n  }\n\n  \/* ── VIDEO ───────────────────────────────── *\/\n  .ob-video-wrap {\n    padding: 0 24px 36px;\n    background: #faf8f4;\n  }\n\n  .ob-video-inner {\n    max-width: 860px;\n    margin: 0 auto;\n    position: relative !important;\n    width: 100% !important;\n    padding-bottom: 56.25% !important;\n    height: 0 !important;\n    overflow: hidden !important;\n    border-radius: 12px;\n    background: #1a1410;\n  }\n\n  .ob-video-inner video {\n    position: absolute !important;\n    top: 0 !important;\n    left: 0 !important;\n    width: 100% !important;\n    height: 100% !important;\n    display: block !important;\n    border: 0 !important;\n    border-radius: 12px;\n    object-fit: cover;\n  }\n\n  \/* ── FULL-BLEED IMAGES ────────────────────── *\/\n  .ob-img {\n    display: block !important;\n    width: 100% !important;\n    height: auto !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    line-height: 0;\n    border: 0;\n  }\n\n  .ob-img img {\n    display: block !important;\n    width: 100% !important;\n    height: auto !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    border: 0 !important;\n  }\n\n  \/* ── SECTION BASE ────────────────────────── *\/\n  .ob-section {\n    padding: 44px 24px;\n  }\n\n  .ob-section.bg-warm { background: #f2ece3; }\n  .ob-section.bg-white { background: #ffffff; }\n  .ob-section.bg-base { background: #faf8f4; }\n\n  .ob-section h2 {\n    font-family: Georgia, 'Times New Roman', serif !important;\n    font-size: clamp(22px, 3.5vw, 30px) !important;\n    font-weight: 400 !important;\n    line-height: 1.3 !important;\n    color: #1a1410 !important;\n    margin: 0 0 16px !important;\n    letter-spacing: -0.01em !important;\n  }\n\n  .ob-section p {\n    font-family: Georgia, 'Times New Roman', serif !important;\n    font-size: 15px !important;\n    color: #3d3027 !important;\n    line-height: 1.85 !important;\n    margin: 0 0 12px !important;\n  }\n\n  .ob-section p:last-child { margin-bottom: 0 !important; }\n\n  \/* ── DIVIDER ─────────────────────────────── *\/\n  .ob-rule {\n    width: 40px;\n    height: 1px;\n    background: #c4a988;\n    margin: 0 0 20px;\n  }\n\n  \/* ── PILLAR BAR (3 icons) ─────────────────── *\/\n  .ob-pillars {\n    display: -webkit-box !important;\n    display: -ms-flexbox !important;\n    display: flex !important;\n    -ms-flex-wrap: wrap !important;\n    flex-wrap: wrap !important;\n    gap: 12px !important;\n    margin-top: 8px;\n  }\n\n  .ob-pillar {\n    -webkit-box-flex: 1 !important;\n    -ms-flex: 1 1 220px !important;\n    flex: 1 1 220px !important;\n    background: #ffffff !important;\n    border: 1px solid #e4d9ce !important;\n    border-radius: 12px !important;\n    padding: 20px 18px !important;\n    transition: border-color 0.25s ease, box-shadow 0.25s ease;\n  }\n\n  .ob-pillar:hover {\n    border-color: #c4a988 !important;\n    box-shadow: 0 4px 16px rgba(0,0,0,0.06);\n  }\n\n  .ob-pillar-icon {\n    font-size: 22px !important;\n    line-height: 1 !important;\n    margin-bottom: 10px !important;\n    display: block !important;\n  }\n\n  .ob-pillar strong {\n    display: block !important;\n    font-family: 'Helvetica Neue', Arial, sans-serif !important;\n    font-size: 13px !important;\n    font-weight: 700 !important;\n    color: #1a1410 !important;\n    margin-bottom: 5px !important;\n    letter-spacing: 0.01em !important;\n  }\n\n  .ob-pillar span {\n    font-family: Georgia, 'Times New Roman', serif !important;\n    font-size: 13px !important;\n    color: #7a6558 !important;\n    line-height: 1.7 !important;\n    display: block !important;\n  }\n\n  \/* ── CARD GRID ───────────────────────────── *\/\n  .ob-grid {\n    display: -webkit-box !important;\n    display: -ms-flexbox !important;\n    display: flex !important;\n    -ms-flex-wrap: wrap !important;\n    flex-wrap: wrap !important;\n    gap: 14px !important;\n    margin-top: 22px;\n  }\n\n  .ob-card {\n    -webkit-box-flex: 1 !important;\n    -ms-flex: 1 1 260px !important;\n    flex: 1 1 260px !important;\n    background: #ffffff !important;\n    border: 1px solid #e4d9ce !important;\n    border-radius: 12px !important;\n    padding: 22px 20px !important;\n    transition: border-color 0.25s ease, transform 0.2s ease;\n    cursor: default;\n  }\n\n  .ob-card:hover {\n    border-color: #c4a988 !important;\n    transform: translateY(-2px);\n  }\n\n  .ob-card h3 {\n    font-family: 'Helvetica Neue', Arial, sans-serif !important;\n    font-size: 14px !important;\n    font-weight: 700 !important;\n    color: #1a1410 !important;\n    margin: 0 0 8px !important;\n    letter-spacing: 0.005em !important;\n  }\n\n  .ob-card p {\n    font-family: Georgia, 'Times New Roman', serif !important;\n    font-size: 14px !important;\n    color: #5a4a40 !important;\n    line-height: 1.75 !important;\n    margin: 0 !important;\n  }\n\n  \/* ── CLOSING BOX ─────────────────────────── *\/\n  .ob-closing {\n    background: #1a1410 !important;\n    border-radius: 16px !important;\n    padding: 36px 28px !important;\n  }\n\n  .ob-closing .ob-eye {\n    color: #c4a988 !important;\n  }\n\n  .ob-closing h2 {\n    font-family: Georgia, 'Times New Roman', serif !important;\n    font-size: clamp(22px, 3.5vw, 28px) !important;\n    font-weight: 400 !important;\n    line-height: 1.3 !important;\n    color: #faf8f4 !important;\n    margin: 0 0 14px !important;\n    letter-spacing: -0.01em !important;\n  }\n\n  .ob-closing p {\n    font-family: Georgia, 'Times New Roman', serif !important;\n    font-size: 15px !important;\n    color: #b5a090 !important;\n    line-height: 1.85 !important;\n    margin: 0 0 10px !important;\n  }\n\n  .ob-closing p:last-child { margin-bottom: 0 !important; }\n\n  .ob-closing .ob-rule {\n    background: #4a3a2e;\n  }\n\n  \/* ── SPEC TABLE ──────────────────────────── *\/\n  .ob-specs {\n    width: 100% !important;\n    border-collapse: collapse !important;\n    margin-top: 8px;\n  }\n\n  .ob-specs tr {\n    border-bottom: 1px solid #e4d9ce !important;\n  }\n\n  .ob-specs tr:last-child {\n    border-bottom: 0 !important;\n  }\n\n  .ob-specs td {\n    padding: 10px 0 !important;\n    font-size: 14px !important;\n    line-height: 1.6 !important;\n  }\n\n  .ob-specs td:first-child {\n    font-family: 'Helvetica Neue', Arial, sans-serif !important;\n    font-weight: 700 !important;\n    font-size: 11px !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.12em !important;\n    color: #9c836e !important;\n    width: 38% !important;\n    padding-right: 12px !important;\n  }\n\n  .ob-specs td:last-child {\n    font-family: Georgia, 'Times New Roman', serif !important;\n    color: #3d3027 !important;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ob\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"ob-hero\"\u003e\n    \u003cspan class=\"ob-eye\"\u003eDIY Book Nook Kit · Miniature Bookstore\u003c\/span\u003e\n    \u003ch1\u003eOwl Bookstore\u003c\/h1\u003e\n    \u003cp\u003eA handcrafted miniature bookshop with warm ambient lighting, aged wooden shelves, and the unhurried atmosphere of a neighborhood bookstore you've always wanted to find.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- VIDEO --\u003e\n  \u003cdiv class=\"ob-video-wrap\"\u003e\n    \u003cdiv class=\"ob-video-inner\"\u003e\n      \u003cvideo controls playsinline preload=\"metadata\"\u003e\n        \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9399cb05748c44b68640b9bd972ce793.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- IMAGE 1 --\u003e\n  \u003cdiv class=\"ob-img\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0675\/8288\/5969\/files\/1_511baa72-f963-424b-bf2b-1d5940c5ac53.webp?v=1773329179\" alt=\"Owl Bookstore DIY Book Nook — front facade with warm interior glow\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- IMAGE 2 --\u003e\n  \u003cdiv class=\"ob-img\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0675\/8288\/5969\/files\/2_8db1e0f1-35bd-4e59-b828-5c88ef0361e7.webp?v=1773329179\" alt=\"Owl Bookstore miniature bookshop scene with ivy storefront and display window\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO SECTION --\u003e\n  \u003cdiv class=\"ob-section bg-warm\"\u003e\n    \u003cspan class=\"ob-eye\"\u003eAbout this kit\u003c\/span\u003e\n    \u003cdiv class=\"ob-rule\"\u003e\u003c\/div\u003e\n    \u003ch2\u003eA small shop full of quiet character\u003c\/h2\u003e\n    \u003cp\u003eThe ivy-clad green storefront, open doorway, and softly lit interior feel less like a model and more like a place you might actually step into. Every component — the antique clock, the display table, the hanging lamp, the layered bookshelves — is chosen to tell a cohesive story.\u003c\/p\u003e\n    \u003cp\u003eA thoughtful \u003cstrong\u003eDIY miniature house kit\u003c\/strong\u003e that works equally well as \u003cstrong\u003ebookshelf decor\u003c\/strong\u003e, a creative evening project, or a considered \u003cstrong\u003egift for book lovers\u003c\/strong\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PILLARS --\u003e\n  \u003cdiv class=\"ob-section bg-white\"\u003e\n    \u003cdiv class=\"ob-pillars\"\u003e\n      \u003cdiv class=\"ob-pillar\"\u003e\n        \u003cspan class=\"ob-pillar-icon\"\u003e🦉\u003c\/span\u003e\n        \u003cstrong\u003eBookstore Atmosphere\u003c\/strong\u003e\n        \u003cspan\u003eIvy storefront, open entrance, vintage display — a complete scene in miniature.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ob-pillar\"\u003e\n        \u003cspan class=\"ob-pillar-icon\"\u003e✦\u003c\/span\u003e\n        \u003cstrong\u003eBuilt-In Warm Lighting\u003c\/strong\u003e\n        \u003cspan\u003eSoft golden illumination that makes the entire interior glow at any hour.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ob-pillar\"\u003e\n        \u003cspan class=\"ob-pillar-icon\"\u003e◎\u003c\/span\u003e\n        \u003cstrong\u003eGift-Ready Presentation\u003c\/strong\u003e\n        \u003cspan\u003eElegant packaging — a meaningful gift for readers, makers, and collectors.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- IMAGE 3 --\u003e\n  \u003cdiv class=\"ob-img\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0675\/8288\/5969\/files\/3_65ec550b-62f3-4ae4-bacb-141658379a28.webp?v=1773329179\" alt=\"Owl Bookstore interior details — miniature books, antique clock, hanging lamp\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES SECTION --\u003e\n  \u003cdiv class=\"ob-section bg-white\"\u003e\n    \u003cspan class=\"ob-eye\"\u003eWhy it works\u003c\/span\u003e\n    \u003cdiv class=\"ob-rule\"\u003e\u003c\/div\u003e\n    \u003ch2\u003eDesigned to live on your shelf, not in a drawer\u003c\/h2\u003e\n    \u003cdiv class=\"ob-grid\"\u003e\n      \u003cdiv class=\"ob-card\"\u003e\n        \u003ch3\u003eRich with detail\u003c\/h3\u003e\n        \u003cp\u003eOpen books on display stands, tiny framed pictures, a violin, layered shelves, and small decorative objects that reward a closer look — every time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ob-card\"\u003e\n        \u003ch3\u003eLight that changes the room\u003c\/h3\u003e\n        \u003cp\u003eThe built-in warm glow transforms the storefront window and interior into a focal point — compelling in daylight, magical after dark.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- IMAGE 4 --\u003e\n  \u003cdiv class=\"ob-img\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0675\/8288\/5969\/files\/4_f52af92a-02a1-46b6-a222-854463ac8b7b.webp?v=1773329178\" alt=\"Owl Bookstore kit contents and packaging overview\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BUILD EXPERIENCE --\u003e\n  \u003cdiv class=\"ob-section bg-warm\"\u003e\n    \u003cspan class=\"ob-eye\"\u003eThe build\u003c\/span\u003e\n    \u003cdiv class=\"ob-rule\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"ob-grid\"\u003e\n      \u003cdiv class=\"ob-card\"\u003e\n        \u003ch3\u003eA calming afternoon project\u003c\/h3\u003e\n        \u003cp\u003eThe compact scale and well-organized parts make for an approachable build — creative and satisfying without being overwhelming. A genuine craft experience.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ob-card\"\u003e\n        \u003ch3\u003eCollectible from day one\u003c\/h3\u003e\n        \u003cp\u003eThe finished piece holds its own on any bookshelf or reading corner. Not a temporary project — a permanent addition with lasting character.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- IMAGE 5 --\u003e\n  \u003cdiv class=\"ob-img\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0675\/8288\/5969\/files\/5_1f2fe33a-794d-4fa3-991b-8a7ab0853de7.webp?v=1773329179\" alt=\"Owl Bookstore displayed alongside other book nook miniatures on a shelf\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DETAILS SECTION --\u003e\n  \u003cdiv class=\"ob-section bg-white\"\u003e\n    \u003cspan class=\"ob-eye\"\u003eWhat's inside\u003c\/span\u003e\n    \u003cdiv class=\"ob-rule\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"ob-grid\"\u003e\n      \u003cdiv class=\"ob-card\"\u003e\n        \u003ch3\u003eBookshelf decor with personality\u003c\/h3\u003e\n        \u003cp\u003eSized to fit neatly between books, on a side table, or in a display cabinet. The warm tone and vintage palette complement natural wood, linen, and aged paper.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ob-card\"\u003e\n        \u003ch3\u003eA literary gift people keep\u003c\/h3\u003e\n        \u003cp\u003eUnlike flowers or consumables, this is something a book-lover displays with pride — a small, considered object that says something about who they are.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- IMAGE 6 --\u003e\n  \u003cdiv class=\"ob-img\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0675\/8288\/5969\/files\/6_cdfcf679-3368-4262-8da9-ed80fcda24c5.webp?v=1773329179\" alt=\"Owl Bookstore gift packaging display\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- IMAGE 7 --\u003e\n  \u003cdiv class=\"ob-img\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0675\/8288\/5969\/files\/7_ebdf26f3-2b95-4bfb-ba61-2beb3e83970a.webp?v=1773329178\" alt=\"Owl Bookstore product dimensions and scale reference\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPEC + CLOSING --\u003e\n  \u003cdiv class=\"ob-section bg-warm\"\u003e\n\n    \u003cdiv style=\"background:#fff;border:1px solid #e4d9ce;border-radius:12px;padding:22px 20px;margin-bottom:16px;\"\u003e\n      \u003cspan class=\"ob-eye\"\u003eProduct Details\u003c\/span\u003e\n      \u003ctable class=\"ob-specs\"\u003e\n        \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDIY Book Nook Kit · Miniature House\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eTheme\u003c\/td\u003e\n\u003ctd\u003eVintage Bookshop \/ Literary\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eBuilt-in warm LED (battery)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eBest for\u003c\/td\u003e\n\u003ctd\u003eShelf decor, desk display, reading nook\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eGift suitability\u003c\/td\u003e\n\u003ctd\u003eReaders, crafters, collectors, home decor enthusiasts\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eSkill level\u003c\/td\u003e\n\u003ctd\u003eBeginner-friendly DIY\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ob-closing\"\u003e\n      \u003cspan class=\"ob-eye\"\u003eOwl Bookstore\u003c\/span\u003e\n      \u003cdiv class=\"ob-rule\"\u003e\u003c\/div\u003e\n      \u003ch2\u003eMore than decor — a miniature world worth returning to\u003c\/h2\u003e\n      \u003cp\u003eA \u003cstrong style=\"color:#faf8f4;\"\u003eDIY book nook kit\u003c\/strong\u003e built around the feeling of a real bookshop: worn-in shelves, a lit window, and the sense that somewhere inside, a good story is waiting. For readers, collectors, and anyone who knows that the best rooms are filled with books.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"HiNooki","offers":[{"title":"Default Title","offer_id":42900836286545,"sku":"14:175#Count Cat study;200007763:201336100","price":45.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0675\/8288\/5969\/files\/owl-bookstorebook-nookhinooki-1139508.webp?v=1780322538","url":"https:\/\/www.hinooki.com\/no\/products\/owl-bookstore","provider":"HiNooki","version":"1.0","type":"link"}