{"product_id":"thio-wooden-track-lighting","title":"Thio Wooden Track Lighting","description":"\u003c!-- ============================================================\n     THIO WOODEN TRACK LIGHTING — Shopify Product Description\n     Color Scheme: Matches the docos.us store theme\n     Conversion Optimization: Track lighting system + Adjustable lighting + Wooden design\n     Includes: Consumer visualization content + GEO JSON-LD structured data\n     ============================================================ --\u003e\u003c!-- ① JSON-LD structured data --\u003e\u003c!-- ② Styles --\u003e\n\u003cstyle\u003e\n  .twt-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;\n    color: #1a1a1a;\n    line-height: 1.7;\n    max-width: 860px;\n    margin: 0 auto;\n    background: #ffffff;\n  }\n  .twt-section-title {\n    font-size: 0.72rem;\n    font-weight: 600;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #1a1a1a;\n    border-bottom: 1.5px solid #b8924a;\n    padding-bottom: .45rem;\n    margin: 2.2rem 0 1.1rem;\n  }\n\n  \/* Video: Single Column Full Width Stack *\/\n  .twt-video-stack {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    margin-bottom: 2rem;\n  }\n  .twt-video-box {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    border-radius: 8px;\n    background: #111;\n  }\n  .twt-video-box iframe {\n    position: absolute; top: 0; left: 0;\n    width: 100%; height: 100%; border: none;\n  }\n\n  .twt-intro {\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.8;\n    margin-bottom: 1rem;\n  }\n\n  \/* Core Selling Points Card *\/\n  .twt-features {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .twt-feature-card {\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-top: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .85rem 1rem;\n    font-size: .85rem;\n    color: #333;\n    line-height: 1.55;\n  }\n  .twt-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; }\n  .twt-feature-card__title {\n    font-weight: 600;\n    font-size: .82rem;\n    color: #1a1a1a;\n    display: block;\n    margin-bottom: .2rem;\n  }\n\n  \/* Scenario Solution Banner *\/\n  .twt-scenario-banner {\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-left: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: 1rem 1.2rem;\n    margin-bottom: 2rem;\n    font-size: .9rem;\n    color: #555;\n    line-height: 1.7;\n  }\n  .twt-scenario-banner__title {\n    font-weight: 600;\n    font-size: .82rem;\n    color: #1a1a1a;\n    letter-spacing: .04em;\n    display: block;\n    margin-bottom: .35rem;\n  }\n\n  \/* Applicable Scenes *\/\n  .twt-rooms {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .twt-room-tag {\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-radius: 20px;\n    padding: .3rem .9rem;\n    font-size: .82rem;\n    color: #555;\n    display: flex;\n    align-items: center;\n    gap: 5px;\n  }\n\n  \/* Color Swatches *\/\n  .twt-color-bar {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-left: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .75rem 1.1rem;\n    margin-bottom: 2rem;\n    font-size: .88rem;\n    color: #555;\n  }\n  .twt-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; }\n  .twt-swatch {\n    width: 22px; height: 22px;\n    border-radius: 50%;\n    border: 2px solid rgba(0,0,0,.1);\n    box-shadow: 0 1px 4px rgba(0,0,0,.15);\n  }\n  .twt-swatch--gold   { background: linear-gradient(135deg, #c8a040, #e8c060); }\n  .twt-swatch--walnut { background: #5a3018; }\n  .twt-swatch--wood   { background: #b8844a; }\n\n  \/* Four Size Cards *\/\n  .twt-size-cards {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n    gap: 10px;\n    margin-bottom: 2rem;\n  }\n  .twt-size-card {\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-top: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .9rem 1.1rem;\n  }\n  .twt-size-card__label {\n    font-size: .68rem;\n    font-weight: 700;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #b8924a;\n    display: block;\n    margin-bottom: .5rem;\n  }\n  .twt-size-card__sublabel {\n    font-size: .72rem;\n    color: #888;\n    display: block;\n    margin-bottom: .4rem;\n    margin-top: -.3rem;\n  }\n  .twt-size-card__row {\n    display: flex;\n    justify-content: space-between;\n    align-items: baseline;\n    border-bottom: 1px solid #e5e5e5;\n    padding: .22rem 0;\n    font-size: .85rem;\n    color: #333;\n  }\n  .twt-size-card__row:last-child { border-bottom: none; }\n  .twt-size-card__key { color: #777; font-size: .8rem; }\n\n  \/* Specification List *\/\n  .twt-specs {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 2rem;\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n    gap: 8px;\n  }\n  .twt-specs li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-radius: 6px;\n    padding: .6rem .9rem;\n    font-size: .9rem;\n    color: #333;\n  }\n  .twt-specs li::before {\n    content: '';\n    display: block;\n    width: 5px; height: 5px;\n    min-width: 5px;\n    border-radius: 50%;\n    background: #b8924a;\n    margin-top: 8px;\n  }\n\n  \/* Certification Badges *\/\n  .twt-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 1.4rem;\n  }\n  .twt-badge {\n    background: #ffffff;\n    border: 1px solid #d4d4d4;\n    border-radius: 20px;\n    padding: .28rem .85rem;\n    font-size: .78rem;\n    color: #333;\n    font-weight: 500;\n    letter-spacing: .03em;\n  }\n\n  \/* Downloads *\/\n  .twt-downloads {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n    margin-bottom: 2rem;\n  }\n  .twt-dl-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 8px;\n    text-decoration: none;\n    color: #1a1a1a;\n    font-size: .78rem;\n    font-weight: 600;\n    letter-spacing: .06em;\n    text-transform: uppercase;\n    transition: opacity .2s;\n  }\n  .twt-dl-item:hover { opacity: .65; }\n  .twt-dl-item img {\n    width: 60px; height: 60px;\n    object-fit: contain;\n    border: 1px solid #e5e5e5;\n    border-radius: 6px;\n    background: #fff;\n    padding: 8px;\n  }\n\u003c\/style\u003e\n\u003c!-- ③ Visualization Content --\u003e\n\u003cdiv class=\"twt-wrap\"\u003e\n\u003c!-- Video --\u003e\n\u003cdiv class=\"twt-section-title\"\u003eSee It In Action\u003c\/div\u003e\n\u003cdiv class=\"twt-video-stack\"\u003e\n\u003cdiv class=\"twt-video-box\"\u003e\u003ciframe loading=\"lazy\" title=\"Thio Wooden Track Lighting\" src=\"https:\/\/www.youtube.com\/embed\/wgJui4GaYho?si=Ui5_wgSBiYR0ykN8\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"twt-video-box\"\u003e\u003ciframe loading=\"lazy\" title=\"Thio Wooden Track Lighting – Video 2\" src=\"https:\/\/www.youtube.com\/embed\/E3K-wIXZ7ns?si=0FFgYM2pDjlc6BKm\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Hero Copy --\u003e\n\u003cp class=\"twt-intro\"\u003eOne fixture. Multiple directions. The \u003cstrong\u003eThio Wooden Track Lighting\u003c\/strong\u003e replaces the need for several separate ceiling lights with a single installation — each brass arm adjusts independently so the light goes where the room actually needs it, not just where the junction box happens to be. A walnut wood bar runs the length of the fixture and grounds the whole composition in something warm and natural. The result is a ceiling that looks considered and a room that's properly lit.\u003c\/p\u003e\n\u003cp class=\"twt-intro\"\u003eAvailable in 1, 2, 3, and 4-head configurations — start with what the space needs now.\u003c\/p\u003e\n\u003c!-- Core Selling Points --\u003e\n\u003cdiv class=\"twt-section-title\"\u003eWhy Thio\u003c\/div\u003e\n\u003cdiv class=\"twt-features\"\u003e\n\u003cdiv class=\"twt-feature-card\"\u003e\n\u003cspan class=\"twt-feature-card__icon\"\u003e🎯\u003c\/span\u003e \u003cspan class=\"twt-feature-card__title\"\u003eIndividually Adjustable Arms\u003c\/span\u003e Each head pivots and rotates independently — point one at the dining table, one at the shelf, one at the reading chair. One installation, precisely directed to every surface that needs light.\u003c\/div\u003e\n\u003cdiv class=\"twt-feature-card\"\u003e\n\u003cspan class=\"twt-feature-card__icon\"\u003e🪵\u003c\/span\u003e \u003cspan class=\"twt-feature-card__title\"\u003eWalnut Wood Bar\u003c\/span\u003e The warm walnut running the length of the track gives the fixture a visual weight and warmth that metal-only track lights don't have — it reads as a considered ceiling object rather than a purely utilitarian installation.\u003c\/div\u003e\n\u003cdiv class=\"twt-feature-card\"\u003e\n\u003cspan class=\"twt-feature-card__icon\"\u003e✨\u003c\/span\u003e \u003cspan class=\"twt-feature-card__title\"\u003eBrass Arms\u003c\/span\u003e Each arm is finished in warm brass — the material catches the light from the bulbs at its own angles and adds depth to the fixture's silhouette from every viewing position.\u003c\/div\u003e\n\u003cdiv class=\"twt-feature-card\"\u003e\n\u003cspan class=\"twt-feature-card__icon\"\u003e🔆\u003c\/span\u003e \u003cspan class=\"twt-feature-card__title\"\u003eDimmer Compatible\u003c\/span\u003e From full working brightness to a lower ambient setting. Pair with a dimmer switch (sold separately) to control all heads simultaneously and adjust the room's register without repositioning anything.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Scenario Solution Banner --\u003e\n\u003cdiv class=\"twt-scenario-banner\"\u003e\n\u003cspan class=\"twt-scenario-banner__title\"\u003eOne Fixture, Multiple Zones\u003c\/span\u003e The most common lighting problem in an open-plan room isn't a lack of fixtures — it's fixtures that can't be redirected. A single overhead light illuminates the floor plan uniformly but leaves the things that actually matter — the dining table, the artwork, the kitchen counter — at the mercy of where the light falls rather than where it's directed. The Thio fixes that. Point each arm at exactly the surface that needs it, dim to the level the evening calls for, and the room behaves like it was professionally lit.\u003c\/div\u003e\n\u003c!-- Applicable Scenes --\u003e\n\u003cdiv class=\"twt-section-title\"\u003eRight For\u003c\/div\u003e\n\u003cdiv class=\"twt-rooms\"\u003e\n\u003cspan class=\"twt-room-tag\"\u003e🍽 Dining Room\u003c\/span\u003e \u003cspan class=\"twt-room-tag\"\u003e🍳 Kitchen\u003c\/span\u003e \u003cspan class=\"twt-room-tag\"\u003e🛋 Living Room\u003c\/span\u003e \u003cspan class=\"twt-room-tag\"\u003e🖥 Home Office\u003c\/span\u003e \u003cspan class=\"twt-room-tag\"\u003e🖼 Gallery Wall\u003c\/span\u003e \u003cspan class=\"twt-room-tag\"\u003e🛏 Bedroom\u003c\/span\u003e \u003cspan class=\"twt-room-tag\"\u003e🏠 Open-Plan Space\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Color Bar --\u003e\n\u003cdiv class=\"twt-color-bar\"\u003e\n\u003cdiv class=\"twt-color-bar__swatches\"\u003e\n\u003cspan title=\"Gold\" class=\"twt-swatch twt-swatch--gold\"\u003e\u003c\/span\u003e \u003cspan title=\"Walnut Color\" class=\"twt-swatch twt-swatch--walnut\"\u003e\u003c\/span\u003e \u003cspan title=\"Wood Color\" class=\"twt-swatch twt-swatch--wood\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan\u003eGold · Walnut Color · Wood Color\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Four Configuration Size Cards --\u003e\n\u003cdiv class=\"twt-section-title\"\u003eChoose Your Configuration\u003c\/div\u003e\n\u003cdiv class=\"twt-size-cards\"\u003e\n\u003cdiv class=\"twt-size-card\"\u003e\n\u003cspan class=\"twt-size-card__label\"\u003e1 Head\u003c\/span\u003e \u003cspan class=\"twt-size-card__sublabel\"\u003eDesk, bedside, single zone\u003c\/span\u003e\n\u003cdiv class=\"twt-size-card__row\"\u003e\n\u003cspan class=\"twt-size-card__key\"\u003eDia × H\u003c\/span\u003e \u003cspan\u003eØ 9 × H 22 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"twt-size-card__row\"\u003e\n\u003cspan class=\"twt-size-card__key\"\u003eInches\u003c\/span\u003e \u003cspan\u003e∅ 3.5″ × H 8.6″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"twt-size-card\"\u003e\n\u003cspan class=\"twt-size-card__label\"\u003e2 Heads\u003c\/span\u003e \u003cspan class=\"twt-size-card__sublabel\"\u003eKitchen, compact dining\u003c\/span\u003e\n\u003cdiv class=\"twt-size-card__row\"\u003e\n\u003cspan class=\"twt-size-card__key\"\u003eL × W × H\u003c\/span\u003e \u003cspan\u003e45 × 6.5 × 23 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"twt-size-card__row\"\u003e\n\u003cspan class=\"twt-size-card__key\"\u003eInches\u003c\/span\u003e \u003cspan\u003e17.7″ × 2.5″ × 8.6″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: relative; border-color: #b8924a; border-width: 2px; background: #fff8ee;\" class=\"twt-size-card\"\u003e\n\u003cspan style=\"position: absolute; top: -1px; right: -1px; background: #b8924a; color: #fff; font-size: .58rem; font-weight: bold; letter-spacing: .08em; text-transform: uppercase; padding: .18rem .5rem; border-radius: 0 4px 0 4px; white-space: nowrap;\"\u003e★ Most Popular\u003c\/span\u003e \u003cspan class=\"twt-size-card__label\"\u003e3 Heads\u003c\/span\u003e \u003cspan class=\"twt-size-card__sublabel\"\u003eLiving room, dining room\u003c\/span\u003e\n\u003cdiv class=\"twt-size-card__row\"\u003e\n\u003cspan class=\"twt-size-card__key\"\u003eL × W × H\u003c\/span\u003e \u003cspan\u003e80 × 6.5 × 23 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"twt-size-card__row\"\u003e\n\u003cspan class=\"twt-size-card__key\"\u003eInches\u003c\/span\u003e \u003cspan\u003e31.4″ × 2.5″ × 8.6″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"twt-size-card\"\u003e\n\u003cspan class=\"twt-size-card__label\"\u003e4 Heads\u003c\/span\u003e \u003cspan class=\"twt-size-card__sublabel\"\u003eOpen-plan, studio, gallery\u003c\/span\u003e\n\u003cdiv class=\"twt-size-card__row\"\u003e\n\u003cspan class=\"twt-size-card__key\"\u003eL × W × H\u003c\/span\u003e \u003cspan\u003e100 × 6.5 × 23 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"twt-size-card__row\"\u003e\n\u003cspan class=\"twt-size-card__key\"\u003eInches\u003c\/span\u003e \u003cspan\u003e39.3″ × 2.5″ × 8.6″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specification Details --\u003e\n\u003cdiv class=\"twt-section-title\"\u003eDetails\u003c\/div\u003e\n\u003cul class=\"twt-specs\"\u003e\n\u003cli\u003eCanopy: \u003cstrong\u003eWalnut Wood\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eArms: \u003cstrong\u003eBrass\u003c\/strong\u003e — individually adjustable\u003c\/li\u003e\n\u003cli\u003eMaterials: \u003cstrong\u003eBrass \u0026amp; Wood\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eWiring: \u003cstrong\u003eHardwired\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eSocket: \u003cstrong\u003eE26 or E27\u003c\/strong\u003e per head\u003c\/li\u003e\n\u003cli\u003eBulb: \u003cstrong\u003e5W LED\u003c\/strong\u003e or 40W incandescent equivalent per head\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDimmer compatible\u003c\/strong\u003e (switch not included)\u003c\/li\u003e\n\u003cli\u003eCertified: North America · Australia · Europe · Middle East\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- Certification Badges --\u003e\n\u003cdiv class=\"twt-badges\"\u003e\n\u003cspan class=\"twt-badge\"\u003e🌎 North America\u003c\/span\u003e \u003cspan class=\"twt-badge\"\u003e🌏 Australia\u003c\/span\u003e \u003cspan class=\"twt-badge\"\u003e🌍 Europe\u003c\/span\u003e \u003cspan class=\"twt-badge\"\u003e🌍 Middle East\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Document Downloads --\u003e\n\u003cdiv style=\"margin-top: 2.5rem;\" class=\"twt-section-title\"\u003eDownloads\u003c\/div\u003e\n\u003cdiv class=\"twt-downloads\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1ISK236QBRYLPhwGeRftyZOq3oTjU5fOy\/view?usp=share_link\" class=\"twt-dl-item\" target=\"_blank\"\u003e \u003cimg loading=\"lazy\" alt=\"Parameter\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/document-file-icon-docos-1_480x480.jpg?v=1683337478\"\u003e Parameter \u003c\/a\u003e \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1hTSJ0GsDJIjsjjIT0_OMCh0tosLNKE1W\/view?usp=drive_link\" class=\"twt-dl-item\" target=\"_blank\"\u003e \u003cimg loading=\"lazy\" alt=\"Installation\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/document-file-icon-docos-1_480x480.jpg?v=1683337478\"\u003e Installation \u003c\/a\u003e \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/17HNT6LRlveLJbcoYPxIx8pstx6O8e2Ra\/view?usp=drive_link\" class=\"twt-dl-item\" target=\"_blank\"\u003e \u003cimg loading=\"lazy\" alt=\"3D Files\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/document-file-icon-docos-1_480x480.jpg?v=1683337478\"\u003e 3D Files \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- end .twt-wrap --\u003e","brand":"Tumdi.com","offers":[{"title":"1 head ∅ 3.5″ x H 8.6″ \/ Gold \u0026 Walnut Color","offer_id":58312532361561,"sku":"DCC-1110-1","price":132.0,"currency_code":"USD","in_stock":true},{"title":"1 head ∅ 3.5″ x H 8.6″ \/ Gold \u0026 Wood Color","offer_id":58312532394329,"sku":"DCC-1110-2","price":132.0,"currency_code":"USD","in_stock":true},{"title":"2 heads L 17.7″ x W 2.5″ x H 8.6″ \/ Gold \u0026 Walnut Color","offer_id":58312532427097,"sku":"DCC-1110-3","price":205.0,"currency_code":"USD","in_stock":true},{"title":"2 heads L 17.7″ x W 2.5″ x H 8.6″ \/ Gold \u0026 Wood Color","offer_id":58312532459865,"sku":"DCC-1110-4","price":205.0,"currency_code":"USD","in_stock":true},{"title":"3 heads L 31.4″ x W 2.5″ x H 8.6″ \/ Gold \u0026 Walnut Color","offer_id":58312532492633,"sku":"DCC-1110-5","price":254.0,"currency_code":"USD","in_stock":true},{"title":"3 heads L 31.4″ x W 2.5″ x H 8.6″ \/ Gold \u0026 Wood Color","offer_id":58312532525401,"sku":"DCC-1110-6","price":254.0,"currency_code":"USD","in_stock":true},{"title":"4 heads L 39.3″ x W 2.5″ x H 8.6″ \/ Gold \u0026 Walnut Color","offer_id":58312532558169,"sku":"DCC-1110-7","price":335.0,"currency_code":"USD","in_stock":true},{"title":"4 heads L 39.3″ x W 2.5″ x H 8.6″ \/ Gold \u0026 Wood Color","offer_id":58312532590937,"sku":"DCC-1110-8","price":335.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/Thio_Wooden_Track_Lighting_1.jpg?v=1781622577","url":"https:\/\/www.tumdi.co\/products\/thio-wooden-track-lighting","provider":"Tumdi.com","version":"1.0","type":"link"}