{"product_id":"nowoczesna-lampa-stolowa-orb-glow-kompaktowe-swiatlo-otoczenia","title":"Modern Orb Glow Table Lamp Compact Ambient Light","description":"\u003ch2 data-start=\"1547\" data-end=\"1608\" style=\"text-align: center;\"\u003e\u003cstrong data-start=\"1547\" data-end=\"1608\"\u003eSubtle glow and sculptural form for everyday interiors\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp data-start=\"1624\" data-end=\"2000\"\u003eBring an elegant character and gentle lighting to your interior with a compact table lamp featuring a spherical shade. Its rounded silhouette and harmonious proportions create a distinctive decorative accent while providing warm, atmospheric light. Perfect for a nightstand, console, or desk, it complements both modern and classic decor.\u003c\/p\u003e\n\u003cp data-start=\"1624\" data-end=\"2000\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0927\/1145\/3046\/files\/Sylas-Marble-Table-Lamp-_10_d33cc06e-37a4-4051-a764-a59c19121f01.jpg?v=1773312382\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/p\u003e\n\u003ch2 data-start=\"2002\" data-end=\"2018\" style=\"text-align: center;\"\u003e\u003cstrong\u003eKey features\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli data-start=\"2022\" data-end=\"2155\"\u003eElegant spherical design – Smooth globe-shaped shade combined with a stable base creates a timeless decorative element.\u003c\/li\u003e\n\u003cli data-start=\"2158\" data-end=\"2267\"\u003eMood lighting – Provides a warm, pleasant glow ideal for bedrooms, living rooms, and reading nooks.\u003c\/li\u003e\n\u003cli data-start=\"2270\" data-end=\"2357\"\u003eCompact size – Perfect for smaller spaces without losing visual impact.\u003c\/li\u003e\n\u003cli data-start=\"2360\" data-end=\"2447\"\u003eConvenient control – Practical linear switch allows easy everyday use.\u003c\/li\u003e\n\u003cli data-start=\"2450\" data-end=\"2533\"\u003eWide voltage compatibility – Designed to operate in various regions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0927\/1145\/3046\/files\/Sylas-Marble-Table-Lamp-1-_9.jpg?v=1773312382\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/p\u003e\n\u003ch2 data-start=\"2535\" data-end=\"2553\" style=\"text-align: center;\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli data-start=\"2557\" data-end=\"2593\"\u003eDimensions: 15 × 23 cm (5.9 × 9.1 in)\u003c\/li\u003e\n\u003cli data-start=\"2596\" data-end=\"2686\"\u003eCord length: 1.8 m (approx. 0.9 m from switch to plug; 0.9 m from switch to lamp)\u003c\/li\u003e\n\u003cli data-start=\"2775\" data-end=\"2833\"\u003eDegree of protection: IP20 (for indoor use only)\u003c\/li\u003e\n\u003cli data-start=\"2836\" data-end=\"2886\"\u003eAvailable base colors: white, green, black\u003c\/li\u003e\n\u003cli data-start=\"2889\" data-end=\"2910\"\u003eShade color: white\u003c\/li\u003e\n\u003cli data-start=\"2913\" data-end=\"2962\"\u003eSwitch type: linear on\/off button\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"3062\" data-end=\"3119\" data-is-last-node=\"\" data-is-only-node=\"\"\u003eCreate a cozy atmosphere in your home – order today.\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* 样式隔离：所有样式都使用唯一的类名前缀，并应用于容器内部元素，以防止影响页面其他部分 *\/\n        .shopify-doc-links-container {\n            \/* 容器自身的样式，控制宽度和间距 *\/\n            width: 100%;\n            max-width: 600px; \/* 限制最大宽度，让它在桌面端看起来更精致 *\/\n            margin: 20px auto; \/* 居中显示 *\/\n            padding: 0 15px; \/* 增加侧边内边距以适应移动端 *\/\n            box-sizing: border-box;\n            font-family: 'Inter', sans-serif; \/* 使用 Inter 字体 *\/\n        }\n\n        \/* 原先包裹图标的链接，现在改为非交互式的span来保持布局和样式 *\/\n        .shopify-doc-link-item {\n            display: block; \/* 确保占据空间，以配合flex布局 *\/\n            \/* 移除了链接相关的样式 *\/\n            box-sizing: border-box;\n        }\n\n        \/* 整个按钮的视觉和交互样式 *\/\n        .shopify-doc-link-button {\n            display: flex; \/* 使用 Flexbox 布局图标和文字 *\/\n            justify-content: space-between; \/* 将图标和文字推向两端 *\/\n            align-items: center; \/* 垂直居中对齐 *\/\n            margin-bottom: 12px; \/* 按钮之间的垂直间距 *\/\n            padding: 14px 20px; \/* 按钮内部填充，控制高度和宽度感 *\/\n            background-color: #f7f5f0; \/* 柔和的米白色背景 *\/\n            border-radius: 10px; \/* 圆角设计 *\/\n            border: 1px solid #eee; \/* 轻微边框 *\/\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); \/* 柔和的阴影 *\/\n            transition: background-color 0.2s, box-shadow 0.2s;\n            box-sizing: border-box;\n        }\n\n        \/* 由于现在只有文本链接可点击，将hover效果集中在文本链接上会更好，但这里保留了整体按钮的视觉反馈 *\/\n        .shopify-doc-link-button:hover {\n            background-color: #edeae2; \/* 悬停时的背景颜色变化 *\/\n            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n        }\n\n        .shopify-doc-link-icon {\n            \/* 图标容器样式 *\/\n            display: flex;\n            align-items: center;\n            color: #795548; \/* 图标颜色，使用深棕色系显得精致 *\/\n            flex-shrink: 0; \/* 防止图标被压缩 *\/\n            cursor: default; \/* 图标不可点击，显示默认光标 *\/\n        }\n        \n        \/* 包裹文字的链接样式，确保其是可点击的区域 *\/\n        .shopify-doc-link-text-wrapper {\n             text-decoration: none; \/* 移除链接默认下划线 *\/\n             color: inherit; \/* 继承颜色 *\/\n             \/* 确保链接占据足够的空间作为 flex item *\/\n        }\n\n        .shopify-doc-link-text {\n            \/* 文字样式 *\/\n            font-size: 16px; \/* 字体大小 *\/\n            font-weight: 500; \/* 中等粗细 *\/\n            color: #333; \/* 文字颜色 *\/\n            text-decoration: underline; \/* 保持下划线风格以提示链接 *\/\n            text-decoration-color: rgba(51, 51, 51, 0.4); \/* 让下划线颜色柔和一点 *\/\n            text-underline-offset: 4px; \/* 下划线与文字的距离 *\/\n            transition: text-decoration-color 0.2s;\n            text-align: right; \/* 确保文本是从右往左对齐的 *\/\n            flex-grow: 1; \/* 允许文本占据剩余空间 *\/\n            display: inline-block; \/* 确保 span 内部的样式应用正确 *\/\n        }\n        \n        \/* 悬停在链接上时，下划线加深 *\/\n        .shopify-doc-link-text-wrapper:hover .shopify-doc-link-text {\n            text-decoration-color: #333;\n        }\n        \n        \/* 响应式调整：确保在小屏幕上也能良好显示 *\/\n        @media (max-width: 768px) {\n            .shopify-doc-link-button {\n                padding: 12px 15px;\n            }\n            .shopify-doc-link-text {\n                font-size: 15px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cstyle\u003e\n        \/* Base style definitions *\/\n        :root {\n            --bg-color: #f7f5f0;\n            --hover-bg: #edeae2;\n            --icon-color: #795548;\n            --text-color: #333;\n            --border-color: #eee;\n        }\n\n        .shopify-doc-links-container {\n            width: 100%;\n            max-width: 600px;\n            margin: 20px auto;\n            padding: 0 15px;\n            box-sizing: border-box;\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        }\n\n        \/* Link wrapper: Makes the entire button area clickable *\/\n        .shopify-doc-link-wrapper {\n            text-decoration: none;\n            display: block;\n            margin-bottom: 12px;\n        }\n\n        .shopify-doc-link-button {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 14px 20px;\n            background-color: var(--bg-color);\n            border-radius: 10px;\n            border: 1px solid var(--border-color);\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n            transition: all 0.2s ease;\n        }\n\n        .shopify-doc-link-wrapper:hover .shopify-doc-link-button {\n            background-color: var(--hover-bg);\n            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n            transform: translateY(-1px);\n        }\n\n        .shopify-doc-link-icon {\n            display: flex;\n            align-items: center;\n            color: var(--icon-color);\n            flex-shrink: 0;\n        }\n\n        .shopify-doc-link-text {\n            font-size: 16px;\n            font-weight: 500;\n            color: var(--text-color);\n            text-decoration: underline;\n            text-decoration-color: rgba(51, 51, 51, 0.4);\n            text-underline-offset: 4px;\n            transition: text-decoration-color 0.2s;\n        }\n\n        .shopify-doc-link-wrapper:hover .shopify-doc-link-text {\n            text-decoration-color: var(--text-color);\n        }\n\n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .shopify-doc-link-button {\n                padding: 12px 15px;\n            }\n            .shopify-doc-link-text {\n                font-size: 15px;\n            }\n        }\n    \u003c\/style\u003e","brand":"Narvin Moda","offers":[{"title":"∅ 5.9″ x H 9.1″ \/ White \/ US Plug","offer_id":53379387687251,"sku":"SKU_1774966895300_537","price":138.0,"currency_code":"USD","in_stock":true},{"title":"∅ 5.9″ x H 9.1″ \/ White \/ UK Plug","offer_id":53379387720019,"sku":"SKU_1774966895300_51","price":138.0,"currency_code":"USD","in_stock":true},{"title":"∅ 5.9″ x H 9.1″ \/ White \/ AU Plug","offer_id":53379387752787,"sku":"SKU_1774966895300_718","price":138.0,"currency_code":"USD","in_stock":true},{"title":"∅ 5.9″ x H 9.1″ \/ White \/ EU Plug","offer_id":53379387785555,"sku":"SKU_1774966895300_521","price":138.0,"currency_code":"USD","in_stock":true},{"title":"∅ 5.9″ x H 9.1″ \/ Green \/ US Plug","offer_id":53379387818323,"sku":"SKU_1774966895300_696","price":138.0,"currency_code":"USD","in_stock":true},{"title":"∅ 5.9″ x H 9.1″ \/ Green \/ UK Plug","offer_id":53379387851091,"sku":"SKU_1774966895300_818","price":138.0,"currency_code":"USD","in_stock":true},{"title":"∅ 5.9″ x H 9.1″ \/ Green \/ AU Plug","offer_id":53379387883859,"sku":"SKU_1774966895300_582","price":138.0,"currency_code":"USD","in_stock":true},{"title":"∅ 5.9″ x H 9.1″ \/ Green \/ EU Plug","offer_id":53379387916627,"sku":"SKU_1774966895300_584","price":138.0,"currency_code":"USD","in_stock":true},{"title":"∅ 5.9″ x H 9.1″ \/ Black \/ US Plug","offer_id":53379387949395,"sku":"SKU_1774966895300_952","price":138.0,"currency_code":"USD","in_stock":true},{"title":"∅ 5.9″ x H 9.1″ \/ Black \/ UK Plug","offer_id":53379387982163,"sku":"SKU_1774966895300_402","price":138.0,"currency_code":"USD","in_stock":true},{"title":"∅ 5.9″ x H 9.1″ \/ Black \/ AU Plug","offer_id":53379388014931,"sku":"SKU_1774966895300_566","price":138.0,"currency_code":"USD","in_stock":true},{"title":"∅ 5.9″ x H 9.1″ \/ Black \/ EU Plug","offer_id":53379388047699,"sku":"SKU_1774966895301_615","price":138.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0987\/0108\/2963\/files\/Sylas_Marble_Table_Lamp_1_9.png?v=1774966898","url":"https:\/\/narvinmoda.com\/en-us\/products\/nowoczesna-lampa-stolowa-orb-glow-kompaktowe-swiatlo-otoczenia","provider":"Narvin Moda","version":"1.0","type":"link"}