{"product_id":"womo-ceiling-fan-with-light-wm5008","title":"WOMO Wooden Ceiling Fans with Light and Propeller - WM5008","description":"\u003cp\u003e\u003cspan dir=\"auto\"\u003eRenew your space with the WOMO 52\" Wooden Ceiling Fan with Propeller and WM5008 Light. With a modern mid-century design, this fan adds a touch of elegance to any room. Perfect for the living room, dining room, or bedroom, its oak and walnut blades offer simplicity and functionality.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan dir=\"auto\"\u003eKey features\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003col\u003e\n\u003cli style=\"list-style-type: none;\"\u003e\n\u003col\u003e\n\u003cli\u003e\u003cspan dir=\"auto\"\u003eIncludes two downrods: 10 cm (shortest) and 20 cm (8 inches).\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan dir=\"auto\"\u003eDownrod length can also be customized.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan dir=\"auto\"\u003eIntegrated LED: replaceable with the entire light unit.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan dir=\"auto\"\u003eIncludes an adapter for vaulted ceilings up to 15°.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e\u003cspan dir=\"auto\"\u003eIncludes a remote control that sets speed, timer, and color temperature exclusively, while wall switches only turn the light on or off.\u003c\/span\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan dir=\"auto\"\u003eMoisture resistant for covered outdoor spaces.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cstyle\u003e\n.product-specs {\n    margin: 1.5rem 0;\n    overflow: hidden;\n    border: 1px solid #E3E8EF;\n    border-radius: 6px;\n    background: #FFF;\n}\n\n.spec-grid {\n    display: grid;\n    grid-template-columns: minmax(160px, 50%) 1fr; \/* 改为2列布局 *\/\n    width: 100%;\n}\n\n\/* 隔行异色系统（4列→2列需调整） *\/\n.spec-grid \u003e div:nth-child(4n+1),\n.spec-grid \u003e div:nth-child(4n+2) {\n    background: #FFFFFF;\n}\n\n.spec-grid \u003e div:nth-child(4n+3),\n.spec-grid \u003e div:nth-child(4n+4) {\n    background: #F6F8FC;\n}\n\n\/* 核心单元格样式 *\/\n.spec-grid \u003e div {\n    padding: 8px 12px;\n    line-height: 1.2;\n    white-space: normal;\n    overflow: hidden;\n    color: #1D232C;\n    border-right: 1px solid #E3E8EF;\n    border-bottom: 1px solid #E3E8EF;\n    box-sizing: border-box;\n    font-size: 13px;\n}\n\n\/* 首列样式调整 *\/\n.spec-grid \u003e div:nth-child(2n+1) { \/* 每行第1列 *\/\n    font-weight: 600;\n    color: #2D3848;\n}\n\n\/* 边框优化 *\/\n.spec-grid \u003e div:nth-child(2n) { \/* 每行最后1列 *\/ \n    border-right: none;\n}\n.spec-grid \u003e div:nth-last-child(-n+2) { \/* 最后一行 *\/\n    border-bottom: none;\n}\n\n\/* 交互禁用 *\/\n.spec-grid {\n    \/* user-select: none; *\/\n    -webkit-user-drag: none;\n    pointer-events: none;\n}\n\n\/* 移动端适配 *\/\n@media (max-width: 640px) {\n    .spec-grid {\n        grid-template-columns: minmax(140px, 55%) 1fr;\n    }\n    .spec-grid \u003e div {\n        padding-top: 8px;\n        padding-right: 8px;\n        padding-bottom: 8px;\n        padding-left: 6px;\n    }\n}\n\u003c\/style\u003e\n\u003c!----\u003e\n\u003cstyle\u003e\n.product-specs {\n    margin: 1.5rem 0;\n    overflow: hidden;\n    border: 1px solid #E3E8EF;\n    border-radius: 6px;\n    background: #FFF;\n}\n\n.spec-grid2 {\n    display: grid;\n    grid-template-columns: minmax(160px, 50%) 1fr;\n    width: 100%;\n}\n\n\/* 隔行异色系统 *\/\n.spec-grid2 \u003e div:nth-child(4n+1),\n.spec-grid2 \u003e div:nth-child(4n+2){\n    background: #FFFFFF;\n}\n\n.spec-grid2 \u003e div:nth-child(4n+3),\n.spec-grid2 \u003e div:nth-child(4n+4){\n    background: #F6F8FC;\n}\n\n\/* 核心单元格样式 *\/\n.spec-grid2 \u003e div {\n    padding: 6px 10px;\n    line-height: 1.2;\n    white-space: normal;\n    overflow: hidden;\n    color: #1D232C;\n    border-right: 1px solid #E3E8EF;\n    border-bottom: 1px solid #E3E8EF;\n    box-sizing: border-box;\n    font-size: 13px; \/* 新增字号设置 *\/\n}\n\n\/* 首列强调样式 *\/\n.spec-grid2 \u003e div:nth-child(2n+1) {\n    font-weight: 600;\n    color: #2D3848;\n}\n\n\/* 边框优化 *\/\n.spec-grid2 \u003e div:nth-child(2n) { border-right: none; }\n.spec-grid2 \u003e div:nth-last-child(-n+2) { border-bottom: none; }\n\n\/* 交互禁用 *\/\n.spec-grid2 {\n    \/* user-select: none; *\/\n    -webkit-user-drag: none;\n    pointer-events: none;\n}\n\n\/* 移动端适配 *\/\n@media (max-width: 640px) {\n    .spec-grid2 {\n        grid-template-columns: minmax(140px, 50%) 1fr;\n    }\n    .spec-grid2 \u003e div {\n        padding: 8px 12px;\n        font-size: 12px; \/* 移动端字号微调 *\/\n    }\n}\n\u003c\/style\u003e","brand":"WOMO Lighting Fixtures Online Store","offers":[{"title":"Nut \/ Ø52in \/ 3 white colors and without regulation","offer_id":47487812436194,"sku":"5008BKWU52CH","price":414.0,"currency_code":"EUR","in_stock":true},{"title":"Oak \/ Ø52in \/ 3 white colors and without regulation","offer_id":47487812468962,"sku":"5008WTWD52CH","price":414.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3279\/4850\/files\/1_05f73789-3b94-421e-a28d-edfd9a106df9.jpg?v=1772113095","url":"https:\/\/womolighting.es\/en\/products\/womo-ceiling-fan-with-light-wm5008","provider":"womoES","version":"1.0","type":"link"}