{"product_id":"wyfsd338","title":"Bladeless Ceiling Fan with Light, Mid-century Modern Style, Full Spectrum LED, Flush Mount Ceiling Fan for Living Room","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\u003eFull-Copper DC Inverter Motor:\u003c\/strong\u003e Powerful steady output with ultra-quiet running; as low as 26dB at low speed to guarantee undisturbed sleep.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e360° Side-Light Large Illumination:\u003c\/strong\u003e Expansive luminous area with surrounding side-emitting layout eliminates dark corners for full-room bright uniform lighting.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFull Sealed Integrated Housing:\u003c\/strong\u003e Dustproof \u0026amp; insectproof enclosed design cuts down daily cleaning troubles effectively.\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: 200–320 ft²\u003c\/li\u003e\n      \u003cli\u003eLight Power: 140W\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–5500K\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 Full-Copper Inverter Motor\u003c\/li\u003e\n      \u003cli\u003eControl Options: Remote \/ Voice \/ APP \/ Touch\u003c\/li\u003e\n      \u003cli\u003eWorking Noise: Min 26dB\u003c\/li\u003e\n      \u003cli\u003eFan Speeds: 6 Adjustable Speeds\u003c\/li\u003e\n      \u003cli\u003eFan Power Consumption: 25W\u003c\/li\u003e\n      \u003cli\u003eRecommended Mount Height: 8–10 ft\u003c\/li\u003e\n      \u003cli\u003eMaterial: Aluminum\u003c\/li\u003e\n      \u003cli\u003eCertifications: ETL Listed, FCC Listed\u003c\/li\u003e\n      \u003cli\u003eApplicable Rooms: Bedroom \/ Living room\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":52942602993973,"sku":null,"price":270.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0853\/5539\/7429\/files\/WYFSD338-1.jpg?v=1780133361","url":"https:\/\/sevorayn.com\/products\/wyfsd338","provider":"SEVORAYN","version":"1.0","type":"link"}