{"product_id":"no1","title":"Soul of the East · Table","description":"\u003c!--\n  SILKAVEN — Silk Cocoon Lamp · Product Description (detailed) · MOBILE-FIRST\n  Self-contained HTML for the Shopify PRODUCT DESCRIPTION field.\n\n  HOW TO USE (Method A — description field):\n    Shopify admin → Products → [your product] → Description → click  \u003c \u003e  (Show HTML) → paste this whole block → Save.\n\n  (It also works as a Custom Liquid section in the theme editor if you ever move to Method B.)\n\n  ── VERIFY BEFORE PUBLISH (these are the only things that can get you in trouble) ──\n   1. CRI 98          → supplier spectral report (Ra) must actually show 98. Keep on file.\n   2. 1%–100% dimming → confirm sample dims to 1% with NO visible flicker. If not, change the number.\n   3. 2700K–6500K     → confirm strip's real tunable-white range.\n   4. \"No extra hub\"  → confirm the Matter module runs over Wi-Fi (no Thread border router needed).\n  ── COMPLIANCE (already handled in copy) ──\n   - \"Compatible with\" (not Apple's \"Works with\" phrase). Plain text only — NO Matter\/Apple\/Google logos.\n   - \"Matter-certified control module\" = the module is certified. Never write \"SILKAVEN is Matter Certified\".\n   - Nano-coating omitted on purpose (still R\u0026D). Don't market it as a current feature.\n--\u003e\n\u003cstyle\u003e\n  .silkaven-pd {\n    --pd-serif: \"Cormorant Garamond\", Georgia, \"Times New Roman\", serif;\n    --pd-sans: \"Jost\", \"Helvetica Neue\", Arial, sans-serif;\n    --pd-bg:        #f3efe7;\n    --pd-bg-soft:   #ebe4d7;\n    --pd-ink:       #2b2723;\n    --pd-ink-soft:  #574f46;\n    --pd-line:      #d8cfbf;\n    --pd-accent:    #9c7b4d;\n\n    background: var(--pd-bg);\n    color: var(--pd-ink);\n    font-family: var(--pd-sans);\n    line-height: 1.72;\n    -webkit-font-smoothing: antialiased;\n    text-rendering: optimizeLegibility;\n\n    \/* Mobile-first padding — tight on phones, expands on larger screens.\n       Negative side bleed pulls it to full width inside a padded description box. *\/\n    padding: clamp(2rem, 9vw, 4.5rem) clamp(1.15rem, 6vw, 3.5rem);\n    margin-left: auto;\n    margin-right: auto;\n    max-width: 720px;\n  }\n\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n\n  .silkaven-pd * { box-sizing: border-box; }\n  .silkaven-pd p, .silkaven-pd h1, .silkaven-pd h2 { margin: 0; }\n\n  \/* ---- Hero ---- *\/\n  .silkaven-pd .pd-kicker {\n    font-family: var(--pd-sans);\n    font-weight: 500;\n    font-size: 0.68rem;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: var(--pd-accent);\n    margin-bottom: 1rem;\n  }\n  .silkaven-pd .pd-headline {\n    font-family: var(--pd-serif);\n    font-weight: 500;\n    \/* caps the size on small screens so it never feels oversized *\/\n    font-size: clamp(1.95rem, 8.5vw, 3.1rem);\n    line-height: 1.1;\n    letter-spacing: -0.01em;\n    margin-bottom: 1.15rem;\n  }\n  .silkaven-pd .pd-lede {\n    font-family: var(--pd-serif);\n    font-style: italic;\n    font-size: clamp(1.18rem, 4.8vw, 1.45rem);\n    line-height: 1.4;\n    color: var(--pd-ink-soft);\n    margin-bottom: 2.2rem;\n    max-width: 32ch;\n  }\n  .silkaven-pd .pd-rule {\n    width: 44px; height: 1px;\n    background: var(--pd-accent);\n    border: 0; margin-bottom: 2.6rem;\n  }\n\n  \/* ---- Sections ---- *\/\n  .silkaven-pd .pd-section { margin-bottom: 2.5rem; }\n  .silkaven-pd .pd-eyebrow {\n    font-family: var(--pd-sans);\n    font-weight: 500;\n    font-size: 0.66rem;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--pd-accent);\n    margin-bottom: 0.6rem;\n    display: flex; align-items: center; gap: 0.65rem;\n  }\n  .silkaven-pd .pd-eyebrow::before {\n    content: \"\"; width: 16px; height: 1px;\n    background: var(--pd-accent); opacity: 0.8;\n    display: inline-block; flex: none;\n  }\n  .silkaven-pd .pd-h {\n    font-family: var(--pd-serif);\n    font-weight: 500;\n    font-size: clamp(1.45rem, 5.6vw, 1.9rem);\n    line-height: 1.2;\n    margin-bottom: 0.7rem;\n  }\n  .silkaven-pd .pd-p {\n    \/* slightly larger body on phones for comfortable reading *\/\n    font-size: 1.06rem;\n    color: var(--pd-ink-soft);\n    margin-bottom: 0.9rem;\n  }\n  .silkaven-pd .pd-p:last-child { margin-bottom: 0; }\n  .silkaven-pd .pd-p strong { color: var(--pd-ink); font-weight: 500; }\n\n  \/* On larger screens, dial body back slightly and add reading width *\/\n  @media (min-width: 600px) {\n    .silkaven-pd { line-height: 1.75; }\n    .silkaven-pd .pd-p { font-size: 1rem; }\n    .silkaven-pd .pd-section { margin-bottom: 2.9rem; }\n  }\n\n  \/* ---- Specs: 2×2 on mobile, 4-across on wider screens ---- *\/\n  .silkaven-pd .pd-specs {\n    margin-top: 3rem;\n    padding: clamp(1.5rem, 6vw, 2rem) clamp(1.1rem, 5vw, 2.2rem);\n    background: var(--pd-bg-soft);\n    border: 1px solid var(--pd-line);\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 1.5rem 1rem;\n  }\n  @media (min-width: 600px) {\n    .silkaven-pd .pd-specs { grid-template-columns: repeat(4, 1fr); gap: 1.6rem 1.2rem; }\n  }\n  .silkaven-pd .pd-spec { text-align: center; }\n  .silkaven-pd .pd-spec-val {\n    font-family: var(--pd-serif);\n    font-weight: 500;\n    font-size: clamp(1.35rem, 5.5vw, 1.5rem);\n    line-height: 1.1;\n    margin-bottom: 0.3rem;\n  }\n  .silkaven-pd .pd-spec-label {\n    font-size: 0.66rem;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--pd-ink-soft);\n    line-height: 1.35;\n  }\n\n  \/* ---- Close ---- *\/\n  .silkaven-pd .pd-close {\n    margin-top: 3rem;\n    padding-top: 2.2rem;\n    border-top: 1px solid var(--pd-line);\n    text-align: center;\n  }\n  .silkaven-pd .pd-mark { color: var(--pd-accent); font-size: 1.05rem; margin-bottom: 0.7rem; }\n  .silkaven-pd .pd-close-text {\n    font-family: var(--pd-serif);\n    font-style: italic;\n    font-size: clamp(1.15rem, 4.6vw, 1.3rem);\n  }\n\n  .silkaven-pd .pd-note {\n    margin-top: 1.5rem;\n    font-size: 0.72rem;\n    line-height: 1.6;\n    color: #968d80;\n    text-align: center;\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"silkaven-pd\"\u003e\n  \u003cp class=\"pd-kicker\"\u003eSILKAVEN · Silk Cocoon Lamp\u003c\/p\u003e\n  \u003ch1 class=\"pd-headline\"\u003eDesigned for light,\u003cbr\u003ebuilt like an heirloom.\u003c\/h1\u003e\n  \u003cp class=\"pd-lede\"\u003eFor people who notice the difference between light that's merely bright — and light that's true.\u003c\/p\u003e\n  \u003chr class=\"pd-rule\"\u003e\n\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003cp class=\"pd-eyebrow\"\u003eReal Silk\u003c\/p\u003e\n    \u003ch2 class=\"pd-h\"\u003eThe living texture of genuine silk\u003c\/h2\u003e\n    \u003cp class=\"pd-p\"\u003eEach shade is wound by hand with \u003cstrong\u003ereal silk fiber\u003c\/strong\u003e — a natural material that glows with a warmth no synthetic can imitate.\u003c\/p\u003e\n    \u003cp class=\"pd-p\"\u003eBecause every strand is placed by hand, the texture, and the way it shapes light, is yours alone. \u003cstrong\u003eNo two are ever the same.\u003c\/strong\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003cp class=\"pd-eyebrow\"\u003eBuilt to Hold\u003c\/p\u003e\n    \u003ch2 class=\"pd-h\"\u003eSoft to the eye, firm in the hand\u003c\/h2\u003e\n    \u003cp class=\"pd-p\"\u003eLayer upon layer of silk is wound over a structured frame, giving the shade a \u003cstrong\u003efirm, self-holding form\u003c\/strong\u003e. It keeps its shape and presence — it won't sag or lose its silhouette. Made to be lived with, and to last.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003cp class=\"pd-eyebrow\"\u003eLight, Softened\u003c\/p\u003e\n    \u003ch2 class=\"pd-h\"\u003eExactly the light you want\u003c\/h2\u003e\n    \u003cp class=\"pd-p\"\u003eDim it steplessly from a soft late-night glow up to full brilliance — no stages, no jumps. Shift the tone from warm and intimate to cool and focused.\u003c\/p\u003e\n    \u003cp class=\"pd-p\"\u003eAt its heart, a light source rated at \u003cstrong\u003eCRI 98\u003c\/strong\u003e renders color almost exactly as daylight does — so the silk stays rich and alive, never washed out.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003cp class=\"pd-eyebrow\"\u003eSmart, Your Way\u003c\/p\u003e\n    \u003ch2 class=\"pd-h\"\u003eConnects to the home you already have\u003c\/h2\u003e\n    \u003cp class=\"pd-p\"\u003eA built-in \u003cstrong\u003eMatter-certified control module\u003c\/strong\u003e connects the lamp to the smart home you already use — \u003cstrong\u003ecompatible with Apple Home, Google Home, and Amazon Alexa via Matter\u003c\/strong\u003e — over your existing Wi-Fi.\u003c\/p\u003e\n    \u003cp class=\"pd-p\"\u003eAdjust brightness and color from your phone, your voice, or your automations. No proprietary app, no extra hub required.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003cp class=\"pd-eyebrow\"\u003eSafe by Design\u003c\/p\u003e\n    \u003ch2 class=\"pd-h\"\u003eLow voltage, low worry\u003c\/h2\u003e\n    \u003cp class=\"pd-p\"\u003eThe whole fixture runs on \u003cstrong\u003e24V low-voltage DC\u003c\/strong\u003e, powered by a \u003cstrong\u003eUL-Listed\u003c\/strong\u003e adapter — no high-voltage wiring inside the lamp you live with.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-specs\"\u003e\n    \u003cdiv class=\"pd-spec\"\u003e\n      \u003cdiv class=\"pd-spec-val\"\u003eStepless\u003c\/div\u003e\n      \u003cdiv class=\"pd-spec-label\"\u003eDimming 1–100%\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-spec\"\u003e\n      \u003cdiv class=\"pd-spec-val\"\u003e2700–6500K\u003c\/div\u003e\n      \u003cdiv class=\"pd-spec-label\"\u003eTunable White\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-spec\"\u003e\n      \u003cdiv class=\"pd-spec-val\"\u003eCRI 98\u003c\/div\u003e\n      \u003cdiv class=\"pd-spec-label\"\u003eColor Fidelity\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-spec\"\u003e\n      \u003cdiv class=\"pd-spec-val\"\u003e24V DC\u003c\/div\u003e\n      \u003cdiv class=\"pd-spec-label\"\u003eLow-Voltage · UL\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-close\"\u003e\n    \u003cdiv class=\"pd-mark\"\u003e♡\u003c\/div\u003e\n    \u003cdiv class=\"pd-close-text\"\u003eBeautifully crafted. Thoughtfully connected.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"pd-note\"\u003eCompatible with Apple Home, Google Home, and Amazon Alexa via Matter. Apple Home, Google Home, Amazon Alexa, and Matter are trademarks of their respective owners. Setup requires a compatible smart-home app and a Matter-supported controller.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"Silkaven","offers":[{"title":"Small","offer_id":48944244883707,"sku":null,"price":499.0,"currency_code":"USD","in_stock":true},{"title":"Medium","offer_id":48944244916475,"sku":null,"price":549.0,"currency_code":"USD","in_stock":true},{"title":"Large","offer_id":48944244949243,"sku":null,"price":599.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0712\/2131\/3787\/files\/4b8a5e70b3b636a84bc14f9a7999b51c731fa23a11f1ccb9a338c77406395d91.png?v=1780588386","url":"https:\/\/silkaven.com\/products\/no1","provider":"Silkaven","version":"1.0","type":"link"}