{"product_id":"wyfsd341","title":"Bladeless Ceiling Fan with Light, Full Spectrum LED, Walnut Wood Finish, Flush Mount, Indoor Ceiling Fan for Bedroom","description":"\u003cstyle\u003e\n  .product-tabs {\n    width: 100%;\n    font-family: Arial, sans-serif;\n  }\n\n  \/* Tab Buttons *\/\n  .tab-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    border-bottom: 1px solid #ddd;\n  }\n\n  .tab-btn {\n    flex: 1;\n    padding: 16px 20px;\n    border: none;\n    background: transparent;\n    color: #000;\n    font-size: 16px;\n    cursor: pointer;\n    position: relative;\n    font-family: \"Faculty Glyphic\", sans-serif;\n  }\n\n  \/* Active underline + bold *\/\n  .tab-btn.active {\n    font-weight: bold;\n  }\n\n  .tab-btn.active::after {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    bottom: -1px;\n    width: 100%;\n    height: 2px;\n    background: #000;\n  }\n\n  \/* Tab Content *\/\n  .tab-content {\n    display: none;\n    padding: 24px 0;\n    color: #000;\n    line-height: 2;\n    font-size: 17px;\n    font-family: \"New York\", serif;\n  }\n\n  .tab-content.active {\n    display: block;\n  }\n\n  .tab-list {\n    margin: 0;\n    padding-left: 20px;\n  }\n\n  .tab-list li {\n    margin-bottom: 12px;\n  }\n\n  .tab-list strong {\n    font-weight: 700;\n  }\n\n  @media (max-width: 768px) {\n    .tab-buttons {\n      flex-direction: column;\n      border-bottom: none;\n    }\n\n    .tab-btn {\n      width: 100%;\n      text-align: left;\n      border-bottom: 1px solid #ddd;\n    }\n\n    .tab-btn.active::after {\n      display: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-tabs\"\u003e\n\n  \u003c!-- Tab Buttons --\u003e\n  \u003cdiv class=\"tab-buttons\"\u003e\n    \u003cbutton class=\"tab-btn active\" data-tab=\"features\"\u003eFeatures\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" data-tab=\"lightperf\"\u003eLighting Performance\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" data-tab=\"fanperf\"\u003eFan Performance\u003c\/button\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Features --\u003e\n  \u003cdiv class=\"tab-content active\" id=\"features\"\u003e\n    \u003cul class=\"tab-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eABS Lamp Housing:\u003c\/strong\u003e Excellent thermal dissipation performance plus anti-rust and anti-corrosion property for long service life.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSmart Voice Control:\u003c\/strong\u003e Responsive intelligent voice command enables effortless one-touch operation.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMulti-Mode Control \u0026amp; Tunable CCT:\u003c\/strong\u003e Diverse control options paired with adjustable color temperature to customize room ambiance for daily lighting demands.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Lighting Performance --\u003e\n  \u003cdiv class=\"tab-content\" id=\"lightperf\"\u003e\n    \u003cul class=\"tab-list\"\u003e\n      \u003cli\u003eCoverage Area: 110–160 ft²\u003c\/li\u003e\n      \u003cli\u003eLight Power: 35W\u003c\/li\u003e\n      \u003cli\u003eCRI: Ra≥98\u003c\/li\u003e\n      \u003cli\u003eCQS: ≥98\u003c\/li\u003e\n      \u003cli\u003eBlue Light: RG0\u003c\/li\u003e\n      \u003cli\u003eFlicker-Free: FPF≤0.5%\u003c\/li\u003e\n      \u003cli\u003eUGR: \u0026lt;19\u003c\/li\u003e\n      \u003cli\u003eDimmable CCT: 3000K–6000K\u003c\/li\u003e\n      \u003cli\u003eLED Lifespan: 25000H\u003c\/li\u003e\n      \u003cli\u003eVoltage: 110V\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Fan Performance --\u003e\n  \u003cdiv class=\"tab-content\" id=\"fanperf\"\u003e\n    \u003cul class=\"tab-list\"\u003e\n      \u003cli\u003eMax Airflow: 5600 CFM\u003c\/li\u003e\n      \u003cli\u003eMotor: DC Motor\u003c\/li\u003e\n      \u003cli\u003eControl Options: Remote \/ Voice \/ APP \/ Touch\u003c\/li\u003e\n      \u003cli\u003eWorking Noise: 26dB\u003c\/li\u003e\n      \u003cli\u003eFan Speeds: 6 Adjustable Speeds\u003c\/li\u003e\n      \u003cli\u003eFan Power Consumption: 31W\u003c\/li\u003e\n      \u003cli\u003eRecommended Mount Height: 8–10 ft\u003c\/li\u003e\n      \u003cli\u003eMaterial: ABS \u0026amp; PC\u003c\/li\u003e\n      \u003cli\u003eCertifications: ETL Listed, FCC Listed\u003c\/li\u003e\n      \u003cli\u003eApplicable Rooms: Bedroom \/ Home study\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const tabButtons = document.querySelectorAll('.tab-btn');\n  const tabContents = document.querySelectorAll('.tab-content');\n\n  tabButtons.forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n      tabButtons.forEach(btn =\u003e btn.classList.remove('active'));\n      tabContents.forEach(content =\u003e content.classList.remove('active'));\n\n      button.classList.add('active');\n      document.getElementById(button.getAttribute('data-tab')).classList.add('active');\n    });\n  });\n\u003c\/script\u003e","brand":"SEVORAYN","offers":[{"title":"Default Title","offer_id":52942603059509,"sku":null,"price":109.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0853\/5539\/7429\/files\/WYFSD341-1.jpg?v=1780133361","url":"https:\/\/sevorayn.com\/products\/wyfsd341","provider":"SEVORAYN","version":"1.0","type":"link"}