{"product_id":"garvee-ceiling-fan-500mm-led-black-bedroom-phk_374l7wcj","title":"Garvee Modern Ceiling Fan With Circular LED Light, Tree Branch Design, 7 Blades, 500mm, Black","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n      --main: #0f172a;\n      --sub: #4b5563;\n      --accent: #0ea5e9;\n      --accent-soft: #e0f2fe;\n      --bg-soft: #f9fafb;\n      --border: #d1d5db;\n    }\n\n    body {\n      margin: 0;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: #ffffff; \/* 页面背景改为白色 *\/\n      color: var(--main);\n      line-height: 1.6;\n    }\n\n    .garvee-wrapper {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 24px 16px 40px;\n    }\n\n    .section-padding {\n      padding: 32px 0;\n    }\n\n    \/* HERO 区域：改为适配白底的浅色科技风 *\/\n    .hero {\n      display: grid;\n      grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);\n      gap: 32px;\n      align-items: center;\n      padding: 20px 20px 24px;\n      border-radius: 20px;\n      background:\n        radial-gradient(circle at top left, rgba(56,189,248,0.18) 0%, transparent 55%),\n        radial-gradient(circle at bottom right, #ffffff 0%, #f3f4f6 65%);\n      border: 1px solid rgba(209,213,219,0.9);\n      box-shadow:\n        0 12px 30px rgba(15,23,42,0.08),\n        0 0 0 1px rgba(243,244,246,0.9) inset;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hero::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background:\n        radial-gradient(circle at 10% 20%, rgba(129,140,248,0.22) 0, transparent 45%),\n        radial-gradient(circle at 80% 80%, rgba(56,189,248,0.18) 0, transparent 45%);\n      mix-blend-mode: screen;\n      opacity: 0.85;\n      pointer-events: none;\n    }\n\n    .hero-media {\n      position: relative;\n      z-index: 1;\n    }\n\n    .hero-media img {\n      width: 100%;\n      border-radius: 18px;\n      display: block;\n      box-shadow:\n        0 18px 40px rgba(15,23,42,0.18),\n        0 0 25px rgba(56,189,248,0.2);\n      border: 1px solid rgba(209,213,219,0.9);\n      background-color: #ffffff;\n    }\n\n    .hero-content {\n      position: relative;\n      z-index: 1;\n      padding: 4px 0 4px 8px;\n    }\n\n    .hero-tag {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      font-size: 11px;\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n      color: #0369a1;\n      padding: 4px 12px;\n      border-radius: 999px;\n      background-color: rgba(219,234,254,0.9);\n      border: 1px solid rgba(59,130,246,0.45);\n      margin-bottom: 10px;\n      backdrop-filter: blur(10px);\n    }\n\n    .hero-title {\n      font-size: 24px;\n      font-weight: 600;\n      margin: 0 0 10px 0;\n      color: #0f172a;\n    }\n\n    .hero-subtitle {\n      font-size: 14px;\n      color: #4b5563;\n      margin: 0 0 14px 0;\n    }\n\n    .hero-badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 14px;\n    }\n\n    .hero-badge {\n      font-size: 11px;\n      padding: 5px 10px;\n      border-radius: 999px;\n      border: 1px solid rgba(209,213,219,0.9);\n      background-color: #ffffff;\n      color: #374151;\n      white-space: nowrap;\n      backdrop-filter: blur(10px);\n    }\n\n    .hero-badge--highlight {\n      border-color: rgba(56,189,248,0.8);\n      background: radial-gradient(circle at top left, rgba(56,189,248,0.16), #f9fafb);\n      color: #0369a1;\n    }\n\n    .hero-meta {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 14px;\n      font-size: 11px;\n      color: #6b7280;\n    }\n\n    .hero-meta span {\n      display: inline-flex;\n      align-items: center;\n      gap: 4px;\n    }\n\n    \/* 关键卖点条 *\/\n    .benefit-strip {\n      margin-top: 18px;\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      font-size: 12px;\n    }\n\n    .benefit-item {\n      padding: 7px 12px;\n      border-radius: 999px;\n      background: #f3f4f6;\n      border: 1px solid rgba(209,213,219,0.9);\n      color: #374151;\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    .benefit-dot {\n      width: 6px;\n      height: 6px;\n      border-radius: 999px;\n      background: radial-gradient(circle, #22d3ee, #0ea5e9);\n      box-shadow: 0 0 6px rgba(56,189,248,0.6);\n    }\n\n    \/* 标题模块 *\/\n    .headline-block {\n      text-align: center;\n      margin-bottom: 16px;\n    }\n\n    .headline-block h2 {\n      margin: 0;\n      font-size: 22px;\n      color: #0f172a;\n    }\n\n    .headline-block p {\n      margin: 8px 0 0 0;\n      font-size: 14px;\n      color: #6b7280;\n    }\n\n    \/* 卖点 4 宫格 *\/\n    .feature-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 18px;\n      margin-top: 20px;\n    }\n\n    .feature-card {\n      background: radial-gradient(circle at top left, rgba(56,189,248,0.06), #ffffff);\n      border-radius: 16px;\n      padding: 14px 14px 12px;\n      border: 1px solid rgba(209,213,219,0.9);\n      box-shadow: 0 10px 26px rgba(15,23,42,0.06);\n      position: relative;\n      overflow: hidden;\n    }\n\n    .feature-card::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background: radial-gradient(circle at top left, rgba(59,130,246,0.18) 0%, transparent 55%);\n      opacity: 0;\n      transition: opacity 0.25s ease;\n      pointer-events: none;\n    }\n\n    .feature-card:hover::before {\n      opacity: 1;\n    }\n\n    .feature-icon {\n      width: 26px;\n      height: 26px;\n      border-radius: 999px;\n      background: radial-gradient(circle, #0ea5e9, #1d4ed8);\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 14px;\n      margin-bottom: 6px;\n      color: #e0f2fe;\n      box-shadow: 0 0 8px rgba(56,189,248,0.7);\n    }\n\n    .feature-card h3 {\n      margin: 0 0 6px 0;\n      font-size: 15px;\n      color: #111827;\n    }\n\n    .feature-card p {\n      margin: 0;\n      font-size: 13px;\n      color: #4b5563;\n    }\n\n    \/* 软背景图文区：从深色改为浅灰白 *\/\n    .section-soft {\n      background: radial-gradient(circle at top left, #ffffff, #f9fafb);\n      border-radius: 20px;\n      padding: 26px 20px 28px;\n      border: 1px solid rgba(209,213,219,0.9);\n      margin-top: 12px;\n      box-shadow: 0 16px 38px rgba(15,23,42,0.06);\n    }\n\n    .split-row {\n      display: flex;\n      align-items: center;\n      flex-wrap: wrap;\n      gap: 28px;\n      margin-bottom: 30px;\n    }\n\n    .split-row:last-of-type {\n      margin-bottom: 0;\n    }\n\n    .split-row.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .split-media {\n      flex: 1.1;\n      min-width: 280px;\n    }\n\n    .split-media img {\n      width: 100%;\n      border-radius: 14px;\n      border: 1px solid rgba(209,213,219,0.9);\n      box-shadow:\n        0 14px 30px rgba(15,23,42,0.12),\n        0 0 18px rgba(56,189,248,0.18);\n      display: block;\n      background-color: #ffffff;\n    }\n\n    .split-text {\n      flex: 1;\n      min-width: 280px;\n    }\n\n    .split-text h2 {\n      font-size: 20px;\n      margin: 0 0 8px 0;\n      color: #111827;\n      position: relative;\n      display: inline-block;\n      padding-bottom: 4px;\n    }\n\n    .split-text h2::after {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      bottom: 0;\n      width: 45%;\n      height: 2px;\n      background: linear-gradient(90deg, #0ea5e9, transparent);\n    }\n\n    .split-text p {\n      margin: 8px 0;\n      font-size: 14px;\n      color: #4b5563;\n    }\n\n    .split-text ul {\n      padding-left: 18px;\n      margin: 8px 0 0 0;\n      font-size: 13px;\n      color: #6b7280;\n    }\n\n    .split-text ul li {\n      margin-bottom: 6px;\n    }\n\n    \/* 小图场景条 *\/\n    .thumb-strip {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n      gap: 14px;\n      margin-top: 18px;\n    }\n\n    .thumb-strip img {\n      width: 100%;\n      border-radius: 10px;\n      border: 1px solid rgba(209,213,219,0.9);\n      box-shadow: 0 10px 24px rgba(15,23,42,0.08);\n      display: block;\n      background-color: #ffffff;\n    }\n\n    \/* 规格参数：浅色版本 *\/\n    .specs-section {\n      margin-top: 28px;\n      padding: 24px 18px 26px;\n      border-radius: 20px;\n      border: 1px solid rgba(209,213,219,0.9);\n      background: radial-gradient(circle at top left, #ffffff, #f9fafb);\n      box-shadow: 0 14px 34px rgba(15,23,42,0.06);\n    }\n\n    .specs-section h2 {\n      margin: 0;\n      font-size: 20px;\n      text-align: center;\n      color: #111827;\n    }\n\n    .specs-subtitle {\n      font-size: 13px;\n      color: #6b7280;\n      text-align: center;\n      margin-top: 6px;\n    }\n\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-top: 16px;\n      font-size: 13px;\n      color: #374151;\n    }\n\n    .responsive-table td {\n      border: 1px solid #e5e7eb;\n      padding: 8px;\n      text-align: left;\n    }\n\n    .responsive-table tr:nth-child(odd) {\n      background-color: #f9fafb;\n    }\n\n    .responsive-table tr:nth-child(even) {\n      background-color: #ffffff;\n    }\n\n    .responsive-table td:first-child {\n      width: 34%;\n      font-weight: 600;\n      color: #111827;\n    }\n\n    .notice-box {\n      margin-top: 16px;\n      padding: 12px 14px;\n      border-radius: 10px;\n      border-left: 4px solid #0ea5e9;\n      background: #eff6ff;\n      font-size: 12px;\n      color: #1f2937;\n    }\n\n    \/* 响应式 *\/\n    @media (max-width: 900px) {\n      .hero {\n        grid-template-columns: minmax(0, 1fr);\n        padding: 18px 14px;\n      }\n      .hero-content {\n        padding: 0;\n      }\n    }\n\n    @media (max-width: 768px) {\n      .garvee-wrapper {\n        padding: 18px 12px 32px;\n      }\n      .hero-title {\n        font-size: 20px;\n      }\n      .headline-block h2 {\n        font-size: 20px;\n      }\n      .section-padding {\n        padding: 24px 0;\n      }\n      .split-row {\n        flex-direction: column !important;\n        gap: 18px;\n        margin-bottom: 24px;\n      }\n      .specs-section {\n        padding: 18px 14px 20px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"garvee-wrapper\"\u003e\n\u003c!-- HERO 主视觉：现代极简 + 科技感（白底版） --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-media\"\u003e\u003cimg alt=\"Garvee modern acrylic ring ceiling fan light with 7 blades and diamond face for living room, kitchen and bedroom\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/shopify_2Fai_images_2Ftmp6ju5xmil_97de2ab1-b8cc-4697-9fb3-abb20e9b90cc.jpg?v=1770286124\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-tag\"\u003e\n\u003cspan\u003eModern Acrylic Ring Fan Light\u003c\/span\u003e · \u003cspan\u003eUltra-Thin Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eGarvee Modern Acrylic Ring Ceiling Fan Light with 7 Blades \u0026amp; Diamond Face, Black\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eA slim, contemporary ring fan light that pairs crystal‑like acrylic with quiet, built‑in airflow – perfect for modern living rooms, kitchens and bedrooms.\u003c\/p\u003e\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cspan class=\"hero-badge hero-badge--highlight\"\u003eDiamond Acrylic Ring Face\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eIntegrated 7-Blade Fan\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e6 Wind Speeds + 2H Sleep Timer\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eRemote \u0026amp; App Smart Control\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eUltra-Thin Flush Mount\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-meta\"\u003e\n\u003cspan\u003eSize: 19.69\" D × 19.69\" W × 5.21\" H\u003c\/span\u003e \u003cspan\u003e·\u003c\/span\u003e \u003cspan\u003eColor: Black\u003c\/span\u003e \u003cspan\u003e·\u003c\/span\u003e \u003cspan\u003eRooms: Living Room \/ Bedroom \/ Kitchen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-strip\"\u003e\n\u003cspan class=\"benefit-item\"\u003e \u003cspan class=\"benefit-dot\"\u003e\u003c\/span\u003e Natural tree-branch motif in a sleek, modern ring \u003c\/span\u003e \u003cspan class=\"benefit-item\"\u003e \u003cspan class=\"benefit-dot\"\u003e\u003c\/span\u003e Durable, lightweight acrylic for soft ambient glow \u003c\/span\u003e \u003cspan class=\"benefit-item\"\u003e \u003cspan class=\"benefit-dot\"\u003e\u003c\/span\u003e Built-in fan for year-round air circulation \u003c\/span\u003e \u003cspan class=\"benefit-item\"\u003e \u003cspan class=\"benefit-dot\"\u003e\u003c\/span\u003e Dual control: remote \u0026amp; App (Wi‑Fi required) \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 4 大核心卖点 --\u003e\n\u003csection class=\"section-padding\"\u003e\n\u003cdiv class=\"headline-block\"\u003e\n\u003ch2\u003eContemporary Ring Design with Hidden, Powerful Airflow\u003c\/h2\u003e\n\u003cp\u003eEnjoy a ceiling light that looks like a modern art piece while quietly circulating air. The diamond acrylic ring and seven hidden blades deliver style, comfort and smart control in one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✦\u003c\/div\u003e\n\u003ch3\u003eNatural \u0026amp; Contemporary Ring Style\u003c\/h3\u003e\n\u003cp\u003eThe tree‑branch motif framed within a sleek black ring brings a fresh, organic feel to minimal interiors – ideal for modern living rooms, bedrooms and open kitchens.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e◎\u003c\/div\u003e\n\u003ch3\u003eDurable, Lightweight Acrylic\u003c\/h3\u003e\n\u003cp\u003eHigh‑quality clear acrylic with a diamond‑cut face is light yet strong, easy to clean and diffuses light evenly to reduce glare while highlighting your décor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e∞\u003c\/div\u003e\n\u003ch3\u003eBuilt-in Year-Round Airflow\u003c\/h3\u003e\n\u003cp\u003eThe integrated 7‑blade fan delivers efficient air circulation to help cool in summer and improve airflow in winter – all from a slim, space‑saving ceiling fixture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e☾\u003c\/div\u003e\n\u003ch3\u003eSoft, Comfort-First Lighting\u003c\/h3\u003e\n\u003cp\u003eThe lamp provides gentle, non‑intrusive illumination that brightens your space without harsh hotspots – ideal for everyday living, relaxing and entertaining.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 图文详情：外观设计 \/ 气流表现 \/ 智能控制 --\u003e\n\u003csection class=\"section-soft\"\u003e\u003c!-- 1. 外观 + 融入家装 --\u003e\n\u003cdiv class=\"split-row\"\u003e\n\u003cdiv class=\"split-media\"\u003e\u003cimg alt=\"Modern acrylic ring ceiling fan light with tree branch motif and diamond face\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/shopify_2Fai_images_2Ftmp6ju5xmil_1.jpg?v=1770286124\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"split-text\"\u003e\n\u003ch2\u003eTree-Branch Motif Meets Minimal Modern Design\u003c\/h2\u003e\n\u003cp\u003eThe sculpted tree‑branch pattern intersects with the round acrylic ring to create a centerpiece that feels natural yet futuristic. It blends seamlessly with black, wood or neutral interiors.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eModern black finish pairs well with marble, concrete and wood textures.\u003c\/li\u003e\n\u003cli\u003eArt‑like silhouette upgrades your ceiling from “just a light” to a focal point.\u003c\/li\u003e\n\u003cli\u003eCompact 19.69\" ring works in living rooms, bedrooms and eat‑in kitchens.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. 气流表现 \u0026 超薄扇叶 --\u003e\n\u003cdiv class=\"split-row reverse\"\u003e\n\u003cdiv class=\"split-media\"\u003e\u003cimg alt=\"7 piece hidden blades and airflow performance of modern ring ceiling fan light\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/shopify_2Fai_images_2Ftmpvz5ebl3q_48099d88-476b-4dad-87c3-b641bf1639b3.jpg?v=1770286124\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"split-text\"\u003e\n\u003ch2\u003e7 Hidden Blades for Smooth, Even Airflow\u003c\/h2\u003e\n\u003cp\u003eThe ultra‑thin fan uses 7 pieces of streamlined blades to move air evenly across the room while staying visually subtle behind the acrylic ring.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eLow‑profile fan keeps ceilings feeling open and clutter‑free.\u003c\/li\u003e\n\u003cli\u003eQuiet airflow for sleep, work, cooking or movie nights.\u003c\/li\u003e\n\u003cli\u003eYear‑round comfort: support cooling circulation and improved air mixing.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. 光效 \u0026 控制方式（遥控 + App） --\u003e\n\u003cdiv class=\"split-row\"\u003e\n\u003cdiv class=\"split-media\"\u003e\u003cimg alt=\"Soft pleasant lighting diffusion with diamond acrylic face\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/shopify_2Fai_images_2Ftmpq0tfhqr_cc180fc7-861e-42ec-83f0-d5a2b138afdc.jpg?v=1770286124\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"split-text\"\u003e\n\u003ch2\u003eSoft Lighting with Smart, Dual Control\u003c\/h2\u003e\n\u003cp\u003eThe diamond‑cut acrylic ring softens and spreads light, creating a pleasant glow rather than a harsh spotlight. Adjust fan and light without leaving your seat.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eGentle illumination that doesn’t overpower your space or strain your eyes.\u003c\/li\u003e\n\u003cli\u003e6 wind speeds let you fine‑tune breeze intensity throughout the day.\u003c\/li\u003e\n\u003cli\u003e2‑hour sleep timer supports comfortable, energy‑saving nights.\u003c\/li\u003e\n\u003cli\u003eDual control: convenient handheld remote plus App control (Wi‑Fi required).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 多场景展示小图 --\u003e\n\u003cdiv class=\"thumb-strip\"\u003e\n\u003cimg alt=\"Modern ring fan light in living room scene\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/shopify_2Fai_images_2Ftmprfvgovjy_86b7c29b-917d-40a2-a628-2c047af351e4.jpg?v=1770286125\"\u003e \u003cimg alt=\"Ceiling fan light used in modern kitchen\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/shopify_2Fai_images_2Ftmp9fqtcumq_b4906443-2f51-4868-864a-530acf1d9e63.jpg?v=1770286125\"\u003e \u003cimg alt=\"Slim black acrylic ring fan light in bedroom\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/shopify_2Fai_images_2Ftmpc8cxcmjd_b5d5a4de-fd83-427c-880e-b635da6f38ec.jpg?v=1770286124\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 规格参数区 --\u003e\n\u003csection class=\"specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cp class=\"specs-subtitle\"\u003eCheck size, style and control options at a glance before you buy.\u003c\/p\u003e\n\u003ctable class=\"responsive-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eModern Acrylic Ring Ceiling Fan Light with 7 PC Blades \u0026amp; Diamond Face\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eModern \/ Contemporary\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpecial Features\u003c\/td\u003e\n\u003ctd\u003eRemote controlled, App controlled (Wi‑Fi required), 7 hidden blades, 6 wind speeds, 2H sleep timer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMounting Type\u003c\/td\u003e\n\u003ctd\u003eCeiling mount, ultra‑thin flush design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Dimensions\u003c\/td\u003e\n\u003ctd\u003e19.69\" D × 19.69\" W × 5.21\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e6.33 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRoom Type\u003c\/td\u003e\n\u003ctd\u003eLiving room, bedroom, kitchen, home office\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Required\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"notice-box\"\u003e\n\u003cstrong\u003eInstallation \u0026amp; Control Tips:\u003c\/strong\u003e\u003cbr\u003eFor safety, switch off power at the circuit breaker before installation. Professional installation is recommended. Connect to Wi‑Fi to enable App control and access all fan speeds and timer functions. Place or mount the remote in an easy‑to‑reach spot so everyone at home can adjust airflow and lighting with ease.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"Black","offer_id":51298959098144,"sku":"PHK_374L7WCJ","price":93.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/71jW-hBV4kL.jpg?v=1772688422","url":"https:\/\/www.garvee.ca\/products\/garvee-ceiling-fan-500mm-led-black-bedroom-phk_374l7wcj","provider":"GARVEECA","version":"1.0","type":"link"}