Description
.pd { font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, sans-serif; color: #444; line-height: 1.8; }.pd h1 { font-size: 38px; font-weight: 800; letter-spacing: -1px; color: #1a1a1a; margin: 0; }.pd h3 { font-size: 18px; font-weight: 700; color: #1a1a1a; margin: 24px 0 12px 0; }.pd p { font-size: 15px; line-height: 1.8; margin: 16px 0; }.breadcrumb { font-size: 11px; font-weight: 800; letter-spacing: 4px; text-transform: uppercase; color: #003B71; margin-bottom: 20px; border-bottom: 1px solid #eee; padding-bottom: 12px; }.hero-title { font-size: 38px; font-weight: 800; letter-spacing: -1px; color: #1a1a1a; margin: 0; }.hero-deck { font-size: 18px; font-weight: 300; color: #666; margin: 16px 0 28px 0; max-width: 600px; }.hero-border { border-bottom: 3px solid #003B71; margin-bottom: 32px; }.quick-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 32px 0; border: 1px solid #eee; border-radius: 8px; overflow: hidden; }.stat { padding: 20px 16px; text-align: center; border-right: 1px solid #eee; }.stat:last-child { border-right: none; }.stat-label { font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #aaa; display: block; }.stat-value { font-size: 20px; font-weight: 800; color: #003B71; display: block; margin: 4px 0; }.stat-note { font-size: 11px; color: #999; }.section-divider { font-size: 13px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: #003B71; margin: 40px 0 20px 0; border-bottom: 2px solid #003B71; padding-bottom: 8px; }.pull-quote { background: linear-gradient(135deg, #003B71, #0a5298); color: white; padding: 32px; margin: 32px 0; border-radius: 10px; }.pull-quote-text { font-size: 22px; font-weight: 600; font-style: italic; max-width: 600px; margin: 0; }.pull-quote-attr { font-size: 12px; color: rgba(255,255,255,0.6); margin-top: 12px; }.ideal-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0; }.ideal-card { background: #f8fafb; border: 1px solid #eee; border-radius: 10px; padding: 24px; text-align: center; }.ideal-icon { width: 28px; height: 28px; background: #f0f4f8; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px auto; color: #003B71; }.ideal-title { font-size: 13px; font-weight: 700; text-transform: uppercase; color: #003B71; margin: 0 0 8px 0; }.ideal-desc { font-size: 12px; color: #777; margin: 0; }.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 2px solid #003B71; margin: 24px 0; }.feature { padding: 20px; border-right: 1px solid #eee; border-bottom: 1px solid #eee; }.feature:nth-child(even) { border-right: none; }.feature h4 { font-size: 14px; font-weight: 700; text-transform: uppercase; color: #003B71; margin: 0 0 8px 0; }.feature p { font-size: 13.5px; color: #555; margin: 0; }.highlight-badge { display: inline-block; background: #f0f4f8; border-radius: 6px; padding: 3px 10px; font-weight: 700; color: #003B71; font-size: 14px; margin: 0 4px; }.compare-section { background: #f8fafb; border: 1px solid #eee; border-radius: 10px; padding: 28px; margin: 24px 0; }.compare-title { font-size: 14px; font-weight: 700; text-transform: uppercase; color: #003B71; margin: 0 0 20px 0; }.compare-table { width: 100%; border-collapse: collapse; }.compare-table th { font-size: 11px; font-weight: 800; text-transform: uppercase; color: #999; letter-spacing: 1px; padding: 12px 0; border-bottom: 1px solid #e8e8e8; }.compare-table td { padding: 12px 0; border-bottom: 1px solid #e8e8e8; }.compare-feature { color: #444; font-size: 14px; }.compare-this { text-align: center; }.compare-badge { background: #e8f0f8; color: #003B71; font-weight: 700; font-size: 13px; padding: 4px 12px; border-radius: 4px; display: inline-block; }.compare-typical { color: #999; font-size: 13px; text-align: right; }.verdict { border: 2px solid #003B71; margin: 32px 0; }.verdict-header { background: #003B71; color: white; font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; padding: 12px 24px; margin: 0; }.verdict-body { padding: 24px; }.verdict h4 { margin: 0 0 12px 0; }.verdict-strengths { color: #1a8f4a; font-size: 14px; font-weight: 700; }.verdict-consider { color: #c0392b; font-size: 14px; font-weight: 700; }.verdict ul { margin: 8px 0 20px 0; padding: 0; list-style: none; }.verdict li { margin: 6px 0; font-size: 14px; }.box-items { display: flex; flex-wrap: wrap; gap: 8px; padding: 16px; border: 1px solid #eee; border-radius: 8px; background: #f8fafb; margin: 24px 0; }.box-item { display: inline-flex; align-items: center; background: white; border: 1px solid #eee; border-radius: 20px; padding: 6px 14px; font-size: 13px; font-weight: 500; color: #444; }@media (max-width: 640px) { .pd { font-size: 14px; } .pd p { font-size: 14px; line-height: 1.7; } .hero-title { font-size: 28px; } .hero-deck { font-size: 16px; } .pull-quote-text { font-size: 17px; } .pull-quote { padding: 20px; } .section-divider { margin: 24px 0 12px 0; } .quick-stats { grid-template-columns: repeat(2, 1fr); } .stat { padding: 16px 12px; } .ideal-cards { display: block; border: 1px solid #eee; border-radius: 10px; overflow: hidden; background: #f8fafb; } .ideal-card { display: flex; align-items: center; gap: 14px; background: white; border: none; border-bottom: 1px solid #eee; border-radius: 0; padding: 14px 16px; text-align: left; margin: 0; } .ideal-card:last-child { border-bottom: none; } .ideal-icon { margin: 0; width: 24px; height: 24px; flex-shrink: 0; } .features-grid { grid-template-columns: 1fr; } .feature { border-right: none; padding: 16px 0; } .compare-table { font-size: 12px; } .compare-table td { padding: 8px 4px; } .verdict-body { padding: 16px; } .verdict ul li { font-size: 13px; }}KITCHEN APPLIANCES • KETTLES • JUG KETTLES
Morphy Richards Cassini 1.7L Black Kettle – Moonless Night
Sleek black kettle with rapid boil technology and contemporary design for modern kitchens.
CAPACITY 1.7L 6-8 cupsPOWER 3kW Rapid boilFINISH Black Moonless NightBRAND Morphy Richards
The Morphy Richards Cassini kettle brings contemporary style to your kitchen with its striking Moonless Night black finish. Designed for busy households, this 1.7-litre jug kettle combines rapid boiling performance with elegant aesthetics that complement modern kitchen designs.
Built with convenience in mind, the Cassini features a generous capacity that’s perfect for families or entertaining guests. The sleek black exterior isn’t just about looks – it’s engineered to resist fingerprints and maintain its sophisticated appearance day after day.
“A perfect balance of style and functionality that transforms your daily tea and coffee ritual.”
— Kitchen Design Specialist
IDEAL FOR
BUSY FAMILIES
1.7L capacity handles multiple drinks with quick 3kW boiling power
STYLE CONSCIOUS
Moonless Night finish complements contemporary kitchen designs
MORNING RUSH
Rapid boil technology gets you caffeinated quickly on busy mornings
KEY FEATURES
RAPID BOIL TECHNOLOGY
Powerful 3kW element delivers faster boiling times, saving you precious minutes during busy mornings.
GENEROUS 1.7L CAPACITY
Perfect size for families or entertaining, providing 6-8 cups worth of hot water in one go.
MOONLESS NIGHT FINISH
Sophisticated black exterior resists fingerprints and maintains its sleek appearance with minimal maintenance.
360° BASE CONNECTION
Cordless design with swivel base allows easy lifting and pouring from any angle for left or right-handed users.
WATER LEVEL INDICATOR
Clear gauge lets you see exactly how much water you’re heating, preventing waste and ensuring perfect portions.
AUTOMATIC SAFETY FEATURES
Built-in dry boil protection and auto shut-off provide peace of mind during daily use.
DESIGN & PERFORMANCE
Contemporary Kitchen Essential
The Cassini’s Moonless Night finish isn’t just aesthetically pleasing – it’s practical too. The deep black surface effectively hides water spots and fingerprints that plague lighter-coloured appliances. The jug design features a comfortable handle with an ergonomic grip that stays cool during operation, whilst the spout is engineered for precise pouring without dripping.
Performance-wise, the 3kW heating element delivers rapid boiling that’s noticeably faster than standard 2.2kW kettles. The large capacity means fewer refills when making multiple drinks, whilst the 360-degree base connection ensures effortless operation regardless of your kitchen layout.
SAFETY & CONVENIENCE
Built for Peace of Mind
Morphy Richards has equipped the Cassini with comprehensive safety features that work automatically in the background. The dry boil protection prevents damage if you accidentally switch it on when empty, whilst the auto shut-off kicks in immediately once boiling point is reached.
The water level indicator is clearly marked with minimum and maximum levels, helping you boil exactly what you need whilst protecting the heating element. The removable, washable filter keeps your drinks free from limescale particles – particularly useful in hard water areas across Ireland and the UK.
HOW IT COMPARESCassini 1.7L vs. Typical Budget Kettles
| FEATURE | THIS PRODUCT | TYPICAL |
|---|---|---|
| Boiling Power | 3000W Rapid | 2200W Standard |
| Capacity | 1.7L Family Size | 1.5L Average |
| Finish Quality | Fingerprint Resistant | Shows marks easily |
| Base Design | 360° Cordless | Fixed orientation |
| Water Filtration | Removable Filter | Basic or none |
THE VERDICT
STRENGTHS
- + Rapid 3kW boiling significantly faster than standard kettles
- + Moonless Night finish looks sophisticated and hides fingerprints well
- + Generous 1.7L capacity ideal for families and entertaining
- + 360-degree base works perfectly for any kitchen layout
- + Comprehensive safety features including dry boil protection
- + Removable filter helps maintain water quality in hard water areas
CONSIDER
- – No temperature control options for different beverages
- – Lacks keep-warm function found on premium models
WHAT’S IN THE BOXCassini 1.7L Kettle 360° Cordless Base Removable Limescale Filter Quick Start Guide
Explore more from our collection.





Reviews
There are no reviews yet.