{"product_id":"rustina-floor-lamp","title":"Rustina Floor Lamp","description":"\u003c!-- ============================================================\n     RUSTINA FLOOR LAMP — Shopify Product Description\n     配色：匹配 docos.us 店铺主题\n     转化优化：复古落地灯 + 氛围光 + 空间层次\n     包含：消费者可视化内容 + GEO JSON-LD 结构化数据\n     ============================================================ --\u003e\u003c!-- ① JSON-LD 结构化数据 --\u003e\u003c!-- ② 样式 --\u003e\n\u003cstyle\u003e\n  \/*\n   * Docos Design Tokens\n   * #ffffff  白底        #f7f7f7  卡片底\n   * #e5e5e5  边框        #1a1a1a  正文\n   * #555555  次级文字    #b8924a  暖金强调\n   * #fff8ee  提示底      #e8c87a  提示边框\n   *\/\n  .rsf-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\n  \/* 章节标题 *\/\n  .rsf-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  \/* 单视频全宽 *\/\n  .rsf-video-box {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    border-radius: 8px;\n    background: #111;\n    margin-bottom: 2rem;\n  }\n  .rsf-video-box iframe {\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 100%;\n    border: none;\n  }\n\n  \/* Hero 文案 *\/\n  .rsf-intro {\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.8;\n    margin-bottom: 1rem;\n  }\n\n  \/* 核心卖点卡片 *\/\n  .rsf-features {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .rsf-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  .rsf-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; }\n  .rsf-feature-card__title {\n    font-weight: 600;\n    font-size: .82rem;\n    color: #1a1a1a;\n    display: block;\n    margin-bottom: .2rem;\n  }\n\n  \/* 空间层次横幅 *\/\n  .rsf-layering-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  .rsf-layering-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  \/* 适用场景 *\/\n  .rsf-rooms {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .rsf-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  \/* 颜色 swatches *\/\n  .rsf-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  .rsf-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; }\n  .rsf-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  .rsf-swatch--walnut { background: #5a3018; }\n  .rsf-swatch--gold   { background: linear-gradient(135deg, #c8a040, #e8c060); }\n  .rsf-swatch--amber  { background: #d48018; }\n\n  \/* 尺寸卡片 *\/\n  .rsf-size-card {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-left: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .75rem 1.2rem;\n    font-size: .9rem;\n    color: #1a1a1a;\n    margin-bottom: 2rem;\n  }\n  .rsf-size-card svg { flex-shrink: 0; }\n\n  \/* 规格列表 *\/\n  .rsf-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  .rsf-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  .rsf-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  \/* 认证徽章 *\/\n  .rsf-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 1.4rem;\n  }\n  .rsf-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  \/* 下载 *\/\n  .rsf-downloads {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n    margin-bottom: 2rem;\n  }\n  .rsf-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  .rsf-dl-item:hover { opacity: .65; }\n  .rsf-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!-- ③ 可视化内容 --\u003e\n\u003cdiv class=\"rsf-wrap\"\u003e\n\u003c!-- 视频 --\u003e\n\u003cdiv class=\"rsf-section-title\"\u003eSee It In Action\u003c\/div\u003e\n\u003cdiv class=\"rsf-video-box\"\u003e\u003ciframe loading=\"lazy\" title=\"Rustina Floor Lamp | Retro Glow Meets Modern Style\" src=\"https:\/\/www.youtube.com\/embed\/3DVJ9XErHy4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- Hero 文案 --\u003e\n\u003cp class=\"rsf-intro\"\u003eThe \u003cstrong\u003eRustina Floor Lamp\u003c\/strong\u003e does what the best mid-century floor lamps always did — it takes a corner and makes it somewhere. The amber dome, the slender walnut stem, the pull-chain detail that makes you want to reach for it before you've even sat down — these are the details of a lamp that understands what evenings are actually for.\u003c\/p\u003e\n\u003cp class=\"rsf-intro\"\u003ePlug it in beside the sofa, beside the reading chair, or in the corner that's been waiting for something exactly like this. The room shifts immediately.\u003c\/p\u003e\n\u003c!-- 核心卖点 --\u003e\n\u003cdiv class=\"rsf-section-title\"\u003eWhat Rustina Brings\u003c\/div\u003e\n\u003cdiv class=\"rsf-features\"\u003e\n\u003cdiv class=\"rsf-feature-card\"\u003e\n\u003cspan class=\"rsf-feature-card__icon\"\u003e🟠\u003c\/span\u003e \u003cspan class=\"rsf-feature-card__title\"\u003eAmber Acrylic Dome\u003c\/span\u003e The amber tint transforms the output of any warm bulb into something richer and deeper — the light that reaches the room carries the color of the shade itself, giving the space a warmth that white diffusers simply don't produce.\u003c\/div\u003e\n\u003cdiv class=\"rsf-feature-card\"\u003e\n\u003cspan class=\"rsf-feature-card__icon\"\u003e🪵\u003c\/span\u003e \u003cspan class=\"rsf-feature-card__title\"\u003eWalnut Stem \u0026amp; Base\u003c\/span\u003e The wood finish anchors the amber warmth above it with something natural and grounded. The combination reads as mid-century without being a period piece — familiar in the best way, current in presence.\u003c\/div\u003e\n\u003cdiv class=\"rsf-feature-card\"\u003e\n\u003cspan class=\"rsf-feature-card__icon\"\u003e⛓\u003c\/span\u003e \u003cspan class=\"rsf-feature-card__title\"\u003ePull-Chain Detail\u003c\/span\u003e A pull chain instead of a wall switch changes the interaction entirely. Reaching for the chain before settling in for the evening is a small ritual — the kind that makes a room feel more like home.\u003c\/div\u003e\n\u003cdiv class=\"rsf-feature-card\"\u003e\n\u003cspan class=\"rsf-feature-card__icon\"\u003e🔌\u003c\/span\u003e \u003cspan class=\"rsf-feature-card__title\"\u003ePlug-In, No Wiring\u003c\/span\u003e The 98.4-inch cord reaches any outlet without needing an extension. The foot switch at the base means the pull chain controls the mood — the foot switch controls the power. Both work together.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 空间层次横幅 --\u003e\n\u003cdiv class=\"rsf-layering-banner\"\u003e\n\u003cspan class=\"rsf-layering-banner__title\"\u003eThe Warm Layer a Room Actually Needs\u003c\/span\u003e Overhead lighting is flat — it illuminates every surface equally and creates no sense of depth or zone. The Rustina changes that. Positioned beside a sofa or reading chair, it pools amber warmth downward at exactly the height and angle where people sit and stay. The ceiling stays darker, the floor stays grounded, and the space between becomes the kind of inviting, textured atmosphere that overhead lights can't manufacture. This is the layer your room is missing.\u003c\/div\u003e\n\u003c!-- 适用场景 --\u003e\n\u003cdiv class=\"rsf-section-title\"\u003eRight For\u003c\/div\u003e\n\u003cdiv class=\"rsf-rooms\"\u003e\n\u003cspan class=\"rsf-room-tag\"\u003e🛋 Beside the Sofa\u003c\/span\u003e \u003cspan class=\"rsf-room-tag\"\u003e📚 Reading Chair\u003c\/span\u003e \u003cspan class=\"rsf-room-tag\"\u003e🪴 Empty Corner\u003c\/span\u003e \u003cspan class=\"rsf-room-tag\"\u003e🛏 Bedroom Corner\u003c\/span\u003e \u003cspan class=\"rsf-room-tag\"\u003e🍽 Dining Corner\u003c\/span\u003e \u003cspan class=\"rsf-room-tag\"\u003e🏠 Open-Plan Living\u003c\/span\u003e \u003cspan class=\"rsf-room-tag\"\u003e🖥 Home Office\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 颜色条 --\u003e\n\u003cdiv class=\"rsf-color-bar\"\u003e\n\u003cdiv class=\"rsf-color-bar__swatches\"\u003e\n\u003cspan title=\"Walnut Color\" class=\"rsf-swatch rsf-swatch--walnut\"\u003e\u003c\/span\u003e \u003cspan title=\"Gold\" class=\"rsf-swatch rsf-swatch--gold\"\u003e\u003c\/span\u003e \u003cspan title=\"Amber\" class=\"rsf-swatch rsf-swatch--amber\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan\u003eWalnut Color · Gold · Amber\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 尺寸 --\u003e\n\u003cdiv class=\"rsf-section-title\"\u003eProduct Size\u003c\/div\u003e\n\u003cdiv class=\"rsf-size-card\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#b8924a\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\n      \u003crect rx=\"2\" height=\"10\" width=\"20\" y=\"7\" x=\"2\"\u003e\u003c\/rect\u003e\n      \u003cline y2=\"11\" x2=\"6\" y1=\"7\" x1=\"6\"\u003e\u003c\/line\u003e\n      \u003cline y2=\"11\" x2=\"10\" y1=\"7\" x1=\"10\"\u003e\u003c\/line\u003e\n      \u003cline y2=\"11\" x2=\"14\" y1=\"7\" x1=\"14\"\u003e\u003c\/line\u003e\n      \u003cline y2=\"11\" x2=\"18\" y1=\"7\" x1=\"18\"\u003e\u003c\/line\u003e\n    \u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eW 35 cm × H 153 cm\u003c\/strong\u003e  \/  W 13.7″ × H 60.2″   \u003cspan style=\"color: #999; font-size: .85rem;\"\u003e8 kg\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 规格详情 --\u003e\n\u003cdiv class=\"rsf-section-title\"\u003eDetails\u003c\/div\u003e\n\u003cul class=\"rsf-specs\"\u003e\n\u003cli\u003eMaterials: \u003cstrong\u003eWood, Metal \u0026amp; Acrylic\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eSocket: \u003cstrong\u003eE26 or E27\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eMax bulb: \u003cstrong\u003e40W\u003c\/strong\u003e incandescent or LED equivalent\u003c\/li\u003e\n\u003cli\u003eWiring: \u003cstrong\u003ePlug-in\u003c\/strong\u003e — 98.4-inch cord\u003c\/li\u003e\n\u003cli\u003eSwitch: \u003cstrong\u003eFoot switch\u003c\/strong\u003e + pull-chain detail\u003c\/li\u003e\n\u003cli\u003eUse: \u003cstrong\u003eIndoor\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eCertified: North America · Australia · Europe · Middle East\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- 认证徽章 --\u003e\n\u003cdiv class=\"rsf-badges\"\u003e\n\u003cspan class=\"rsf-badge\"\u003e🌎 North America\u003c\/span\u003e \u003cspan class=\"rsf-badge\"\u003e🌏 Australia\u003c\/span\u003e \u003cspan class=\"rsf-badge\"\u003e🌍 Europe\u003c\/span\u003e \u003cspan class=\"rsf-badge\"\u003e🌍 Middle East\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 文档下载 --\u003e\n\u003cdiv style=\"margin-top: 2.5rem;\" class=\"rsf-section-title\"\u003eDownloads\u003c\/div\u003e\n\u003cdiv class=\"rsf-downloads\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1ZS2eEVLPqX86LoTn6DA7AG4rNe9DcYDY\/view?usp=drive_link\" class=\"rsf-dl-item\" target=\"_blank\"\u003e \u003cimg loading=\"lazy\" alt=\"Parameter document\" 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\/1zY5ccoHuy5mcFfk03Ke7smOybPmz7Yuv\/view?usp=drive_link\" class=\"rsf-dl-item\" target=\"_blank\"\u003e \u003cimg loading=\"lazy\" alt=\"Installation guide\" 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\/13qH8dauTVqS_MmG33e4n5_zSUDPWG8cC\/view?usp=drive_link\" class=\"rsf-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 .rsf-wrap --\u003e","brand":"Docosilumen","offers":[{"title":"W 35cm x H 153cm \/ W 13.7″ x H 60.2″ \/ Walnut Color \u0026 Amber \/ US Plug","offer_id":51417129877778,"sku":"DCF-L198-01","price":468.0,"currency_code":"AUD","in_stock":true},{"title":"W 35cm x H 153cm \/ W 13.7″ x H 60.2″ \/ Walnut Color \u0026 Amber \/ UK Plug","offer_id":51417129910546,"sku":"DCF-L198-02","price":468.0,"currency_code":"AUD","in_stock":true},{"title":"W 35cm x H 153cm \/ W 13.7″ x H 60.2″ \/ Walnut Color \u0026 Amber \/ AU Plug","offer_id":51417129943314,"sku":"DCF-L198-03","price":468.0,"currency_code":"AUD","in_stock":true},{"title":"W 35cm x H 153cm \/ W 13.7″ x H 60.2″ \/ Walnut Color \u0026 Amber \/ EU Plug","offer_id":51417129976082,"sku":"DCF-L198-04","price":468.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Rustina_Floor_Lamp_1.jpg?v=1751014966","url":"https:\/\/docos.us\/en-au\/products\/rustina-floor-lamp","provider":"Docos","version":"1.0","type":"link"}