Description
* { box-sizing: border-box; margin: 0; padding: 0; } /* ===== AERODYNAMICS — COLOR PALETTE ===== Solid wood blades (walnut/natural) + black or white metal housing + white acrylic Warm walnut / mid oak / warm ivory ========================================== */ :root { –accent-deep: #2c1a08; –accent: #6a4020; –accent-light: #a07848; –surface: #faf8f4; –bg: #f0e8d8; –border: #d8c8a8; –ink: #1a1008; –muted: #786040; } .vk-wrap { font-family: ‘DM Sans’, sans-serif; color: var(–ink); max-width: 680px; margin: 0; padding: 0; } .vk-divider { height: 1px; background: var(–border); margin: 1.75rem 0; } .vk-headline { font-family: ‘DM Serif Display’, serif; font-size: 21px; color: var(–ink); line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-headline em { font-style: italic; color: var(–accent-deep); } .vk-intro { font-size: 15px; color: var(–ink); line-height: 1.9; margin-bottom: 1rem; } .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(–accent-deep); margin-bottom: .7rem; } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(–surface); border-radius: 6px; padding: .85rem; border: 1px solid var(–border); } .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(–bg); display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid var(–border); } .vk-feat h4 { font-size: 12.5px; font-weight: 500; color: var(–ink); margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: var(–muted); line-height: 1.6; margin: 0; } /* Notice cards */ .vk-notice { border-left: 2px solid var(–accent); background: var(–surface); border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: var(–accent-deep); margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: var(–ink); line-height: 1.65; margin: 0; } .vk-notice ul { font-size: 13px; color: var(–ink); line-height: 1.65; padding-left: 1.2rem; margin-top: .4rem; } .vk-notice ul li { margin-bottom: .25rem; } /* Critical */ .vk-critical { background: #fdf1ed; border: 1px solid #f0c0b0; border-left: 3px solid #c04020; border-radius: 0 6px 6px 0; padding: .95rem 1rem; margin-bottom: .75rem; } .vk-critical h5 { font-size: 13px; font-weight: 500; color: #c04020; margin-bottom: .3rem; display: flex; align-items: center; gap: .4rem; } .vk-critical p { font-size: 13px; color: #6a2818; line-height: 1.65; margin: 0; } /* Model comparison — 2 columns */ .vk-model-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 1.25rem; } .vk-model-card { border: 1px solid var(–border); border-radius: 6px; overflow: hidden; background: var(–surface); } .vk-model-card a { display: block; } .vk-model-card img { width: 100%; height: 200px; object-fit: contain; background: #fff; display: block; padding: .5rem; } .vk-model-card-body { padding: .75rem; border-top: 1px solid var(–border); } .vk-model-tag { display: inline-block; background: var(–accent-deep); color: var(–surface); font-size: 10px; padding: 2px 9px; border-radius: 8px; font-weight: 500; margin-bottom: .35rem; } .vk-model-card-body h4 { font-size: 13px; font-weight: 500; color: var(–ink); margin-bottom: .2rem; } .vk-model-card-body p { font-size: 12px; color: var(–muted); line-height: 1.5; margin: 0; } /* Size pills */ .vk-size-pills { display: flex; gap: 8px; margin-bottom: 1.25rem; } .vk-size-pill { background: var(–surface); border: 1px solid var(–border); border-radius: 6px; padding: .75rem 1rem; flex: 1; } .vk-size-pill h5 { font-size: 14px; font-weight: 500; color: var(–ink); margin-bottom: .2rem; } .vk-size-pill p { font-size: 12px; color: var(–muted); margin: 0; } /* Finish pairs */ .vk-finish-pairs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 1rem; } .vk-finish-pair { display: flex; align-items: center; gap: .75rem; background: var(–surface); border: 1px solid var(–border); border-radius: 6px; padding: .75rem; } .vk-finish-pair-dots { display: flex; flex-direction: column; gap: 4px; flex-shrink: 0; } .vk-swatch-dot { width: 20px; height: 20px; border-radius: 50%; border: 1px solid var(–border); } .vk-finish-pair-info h5 { font-size: 12.5px; font-weight: 500; color: var(–ink); margin-bottom: .15rem; } .vk-finish-pair-info p { font-size: 11px; color: var(–muted); line-height: 1.4; margin: 0; } /* Colour temperature */ .vk-kelvin { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-kelvin-card { border-radius: 6px; overflow: hidden; border: 1px solid var(–border); } .vk-kelvin-swatch { height: 36px; } .vk-kelvin-body { padding: .6rem .75rem; background: var(–surface); } .vk-kelvin-body h5 { font-size: 12px; font-weight: 500; color: var(–ink); margin-bottom: .15rem; } .vk-kelvin-body p { font-size: 11px; color: var(–muted); line-height: 1.5; margin: 0; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(–border); } .vk-spec-table tr:last-child { border-bottom: none; } .vk-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-spec-table td:first-child { color: var(–muted); width: 42%; padding-right: 1rem; } /* Downloads */ .vk-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(–accent-deep); border: 1px solid var(–border); padding: 7px 14px; border-radius: 5px; text-decoration: none; background: var(–surface); } .vk-dl-btn:hover { background: var(–bg); } /* FAQ — scoped */ .vk-wrap details { border-bottom: 1px solid var(–border); padding: 12px 0; } .vk-wrap details summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; font-size: 14px; font-weight: 500; color: var(–ink); } .vk-wrap details summary::-webkit-details-marker { display: none; } .vk-wrap details p { font-size: 13px; color: var(–ink); line-height: 1.7; margin-top: 8px; padding-right: 1rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-kelvin { grid-template-columns: 1fr; } .vk-model-compare { grid-template-columns: 1fr 1fr; } .vk-model-card img { height: 150px; } .vk-finish-pairs { grid-template-columns: 1fr; } }
Solid wood blades, quiet motor — two forms, one fan.
The Aerodynamics Ceiling Fan Light pairs genuine solid wood blades with a pure copper DC motor and integrated LED light. Choose between two distinct blade geometries — the wide-paddle Model A or the swept Model B — each available in 42″ and 52″, and in two natural wood finishes.
Install blade gaskets — required to protect the motor
When fitting the blades, gaskets must be installed to secure them. Without gaskets, the motor copper wiring will be damaged. Do not skip this step.
Ceiling compatibility — check before ordering
- Cannot be installed on joists + gypsum board or wood panel ceilings (noise and wobble).
- Cannot be installed on prefabricated ceilings. Cement concrete and solid wood beams are acceptable.
- Sloped ceilings are not supported. Beam width must be at least 6Â cm; ceiling must support over 20Â kg.
- If the ceiling has round or square grooves, contact customer service with the dimensions before ordering.
Solid Wood Blades
Genuine wood — warmer texture and better density than ABS-only alternatives.
DC Pure Copper Motor
Efficient and quiet — powerful airflow at 18W with six speed settings.
Integrated LED, 18W
Slim acrylic shade beneath the motor — even glow in warm, neutral, or cool white.
Model A and Model B share the same motor, sizes, and finishes — they differ only in blade geometry. Tap any image to enlarge.
Wide paddle blades
Broad, ergonomic sweep — higher air displacement per rotation.
Swept tapered blades
Slimmer, more aerodynamic profile — sleek and architectural.
42″  / ∅ 106 cm
H 25 cm  · 18W  · Medium rooms
52″  / ∅ 132 cm
H 25 cm  · 18W  · Larger rooms
The blade finish and housing colour are paired — select the combination at checkout.
Walnut Wood Grain
Walnut wood blades + matte black housing
Natural Wood Grain
Light oak wood blades + white housing
Select at time of order. Integrated LED fixed at manufacture.
3000K — Warm
Cosy amber for bedrooms and living rooms.
4000K — Neutral
Balanced white for kitchens and offices.
6000K — Cool
Crisp daylight for task areas and studios.
| Materials | Metal frame, solid wood blades, acrylic shade, pure copper motor |
| Models | Model A (wide paddle)  · Model B (swept tapered) |
| Sizes | 42″ (∅ 106 cm)  · 52″ (∅ 132 cm)  · H 9.8″ (25 cm) |
| Motor | DC pure copper motor, variable frequency |
| Fan speed | 6-speed |
| Light source | Integrated LED, 18W |
| Colour temperature | 3000K / 4000K / 6000K — select at order |
| Voltage | AC 110–240V, 60Hz |
| Control | Handheld remote (included) |
| Wall switch | Wireless Wall Switch only (sold separately) |
| Wiring | Hardwired |
| Mounting | Ceiling (flat only) |
| Environment | Indoor only |
| Finishes | Walnut Wood Grain (black housing)  · Natural Wood Grain (white housing) |
| Certification | North America · EU · AU · Saudi Arabia |
What is the difference between Model A and Model B?
Model A has wider, paddle-shaped blades that move more air per revolution — the more classic ceiling fan silhouette. Model B has slimmer, swept blades with a more aerodynamic, contemporary profile. Both share the same motor, sizes, and finishes.
Do I need to install gaskets when fitting the blades?
Yes — gaskets must be fitted when attaching the blades. Without them, the motor copper wiring will be damaged. Follow the installation manual carefully.
Can I use a standard wall switch with this fan?
No. The Aerodynamics fan’s receiver is not compatible with standard home wall switches. If you want wall-mounted control, purchase our Wireless Wall Switch separately. A handheld remote is included as standard.
Which ceiling types are compatible?
Cement concrete ceilings and solid wood beams are suitable. Joists + gypsum board, wood panel ceilings, and prefabricated ceilings are not — these cause noise and wobble. Sloped ceilings are also not supported in the standard version. Beam width must be at least 6 cm and the ceiling must support over 20 kg.
Is the Aerodynamics certified for North America and Europe?
Yes. It holds certifications compatible with North America, Saudi Arabia, Europe, and Australia and operates on AC 110–240V, 60Hz worldwide.































Reviews
There are no reviews yet.