https://www.casio.co.uk/cdp-s105bk
2829
CDP-S105BK Beginner's Piano
https://www.casio.co.uk/media/catalog/product/c/d/cdp-s110bk_l_cs-46p_sp-3_aspect_2.jpg
389
389
GBP
InStock
/EMI
/EMI/Beginner Pianos
/VE
141
163
93
1
140
141
2
<style>
h1 {
text-align: center;
}
p {
font-size: 16px;
line-height: 1.6;
padding-top: 0.7rem;
}
li {
font-size: 16px;
line-height: 1.6;
}
h2 {
font-style: normal;
}
</style>
<p><strong>Exclusive to Casio UK</strong><br>The CDP-S105 is the ideal digital piano for beginners of all ages. The latest sound technology and authentic key feel supports expressive and well-developed playing for years to come.</p>
<!-- <ul>
<li>Portable piano with 88 full-size, touch-sensitive, weighted keys.</li>
<li>Weighs just 10.5kg.</li>
<li>10 High quality tones with enhanced Grand Piano tone.</li>
<li>Includes power adapter, sustain pedal and music rest.</li>
<li>Battery power option (requires 6 AA batteries).</li></ul>
-->
<ul>
<li><a href="https://www.casiomusicacademy.co.uk/"><strong><span style="color: #ff0000;">FREE</span></strong> Online lessons</a> included worth £49.99.</li>
<li><strong><span style="color: #ff0000;">FREE</span></strong> UK Delivery included (usually 48 hours). </li>
<li><strong><span style="color: #ff0000;">FREE</span></strong> SP-3 Sustain pedal included.</li>
<li><strong><span style="color: #ff0000;">FREE</span></strong> CS-46 wooden stand <span style="color: #ff0000;"><strong> worth £88</strong></span>.</li>
<li>2 Year Guarantee on all parts and labour.</li>
</ul>
<p><img src="{{media url="wysiwyg/back_to_school_online_lessons_banner_piano_1.jpg"}}" alt=""></p> <div data-content-type="html" data-appearance="default" data-element="main"><!-- Javascript to achieve fade in effect -->
<script>
document.addEventListener("DOMContentLoaded", function() {
const fadeInSections = document.querySelectorAll('.fade-in-section');
const observer = new IntersectionObserver(entries => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('visible');
observer.unobserve(entry.target); // Stop observing after it's visible
}
});
});
fadeInSections.forEach(section => {
observer.observe(section);
});
});
</script>
<!-- CSS styling-->
<style>
h1 {
text-align: center;
}
p {
font-size: 16px;
line-height: 1.6;
padding-top: 0.7rem;
}
li {
font-size: 16px;
line-height: 1.6;
}
h2 {
font-style: normal;
}
/* Banner container */
.banner-container {
width: 100%;
/* height: 40vh; */
overflow: hidden;
background-color: #f3f3f3;
position: relative;
}
/* Banner content */
.banner {
display: flex;
width: 400vw;
animation: slide 20s infinite;
}
/* Individual slide */
.banner img {
width: 100vw;
height: 100%;
object-fit: contain;
}
/* Animation keyframes */
@keyframes slide {
0% { transform: translateX(0); }
20% { transform: translateX(0); } /* First image stays for 20% */
25% { transform: translateX(-100vw); }
45% { transform: translateX(-100vw); } /* Second image stays */
50% { transform: translateX(-200vw); }
70% { transform: translateX(-200vw); } /* Third image stays */
75% { transform: translateX(-300vw); }
100% { transform: translateX(-300vw); } /* Fourth image stays */
}
/* Default for desktop */
.responsive-image {
width: 20%;
}
/* Adjust image size for mobile (screens smaller than 768px) */
@media (max-width: 768px) {
.responsive-image {
width: 50%; /* Set image to 50% of the screen width on mobile */
}
.banner-container {
width: 100%; /* Set width to 100% of the screen on mobile */
}
}
/* Further adjust for very small screens (less than 480px) */
@media (max-width: 480px) {
.responsive-image {
width: 80%; /* Larger size for smaller screens */
}
}
/* First container styles */
.centered-container {
padding-left: 10%;
padding-right: 10%;
padding-top: 2%;
padding-bottom: 2%;
}
/* Second container with two columns */
.two-column-container {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
padding-top: 2%;
padding-bottom: 2%;
}
/* Left column (text) */
.left-column {
width: 48%;
}
/* Right column (image) */
.right-column {
width: 48%;
}
/* Responsive Image */
.right-column img {
max-width: 100%;
height: auto;
}
/* Media Queries for Mobile */
@media (max-width: 768px) {
/* First container reverts to default paragraph behavior */
.centered-container {
padding-left: 0;
padding-right: 0;
}
/* Stack the columns vertically on mobile */
.two-column-container {
flex-direction: column;
}
/* Columns take full width on mobile */
.left-column,
.right-column {
width: 100%;
margin-bottom: 20px; /* Add spacing between stacked elements */
}
}
/* Container for image and caption */
.image-container {
position: relative; /* Positioning context for caption */
display: inline-block; /* Ensures it wraps only around the image */
}
/* The image */
.image-container img {
display: block;
max-width: 100%; /* Makes the image responsive */
height: auto;
}
/* Caption style */
.caption {
position: absolute;
bottom: 10px; /* Positioned 10px from the bottom */
right: 10px; /* Positioned 10px from the right */
background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black background */
color: #fff; /* White text */
padding: 5px 10px;
font-size: 14px;
border-radius: 5px;
}
/* Center the promo banner container */
.promobanner {
text-align: center; /* Centers the image container */
padding: 5% 10%;
}
/* Optional: Add some responsive behavior to the image */
.promobanner img {
max-width: 100%;
height: auto;
}
.fade-in-section {
opacity: 0;
transition: opacity 2s ease-in-out;
}
.fade-in-section.visible {
opacity: 1;
}
.btn {
padding: 10px 20px;
background-color: #4CAF50; /* Green */
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
transition: background-color 0.3s ease, transform 0.3s ease;
}
.btn:hover {
background-color: #45a049; /* Darker Green */
transform: scale(1.05); /* Slightly enlarges the button on hover */
}
.btn:active {
background-color: #3e8e41; /* Even darker green on click */
}
/* Addons table CSS style */
.addonscontainer {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.addonscolumn {
flex: 1;
max-width: 24%;
padding: 10px;
text-align: center;
}
.addonscolumn img {
width: 100%;
height: auto;
object-fit: contain;
}
.addonscolumn a {
text-decoration: none;
color: inherit;
}
.addonscolumn h3 {
margin-top: 10px;
}
.video-container {
position: relative;
width: 100%;
overflow: hidden;
padding-top: 56.25%; /* Aspect ratio: 16:9 */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
<!-- Logo -->
<!-- <div style="text-align: center;">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/LOGOS/Privia_Logo_BK_RGB.png" alt="Casio Privia" class="responsive-image">
</div>
-->
<!-- Strapline-->
<h1>CDP-S105 Beginner's Digital Piano</h1>
<!--
<div class="banner-container">
<div class="banner">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/PX-S1100RD/PX-S1100RD_1.jpg" alt="Slide 1">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/PX-S1100RD/PX-S1100RD_2.jpg" alt="Slide 2">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/PX-S1100RD/PX-S1100RD_3.jpg" alt="Slide 3">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/PX-S1100RD/PX-S1100RD_4.jpg" alt="Slide 4">
</div>
</div>
-->
<!-- Extra two-column section no fade-->
<div class="two-column-container">
<div class="left-column">
<h2>Giving Beginners the Best Start</h2>
<p>Choosing a digital piano for beginners can be confusing. Rest assured that the CDP-S105 has all the essentials covered and much more besides.</p><p>It has <strong>88 touch-sensitive, weighted keys </strong>with a graded action. An elegant and <strong>sturdy wooden stand</strong> ensures that the keys are at the correct height.</p><p>Put simply, this digital piano has everything students need to develop the correct playing technique from the start. With over 40 years of expertise, Casio's dedication to quality is recognised by teachers worldwide.</p></div>
<div class="right-column">
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/1028441960?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Why do teachers recommend Casio CDP-S digital pianos?"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
</div>
</div>
<!-- First two-column fade in section-->
<div class="fade-in-section">
<div class="two-column-container">
<div class="left-column">
<h2>A Precise and Reliable Touch</h2>
<p>More than 80% of piano teachers we surveyed* said that a digital piano’s touch is the most important part of its design. <br><br>Featuring Casio's acclaimed Scaled Hammer Action II keyboard, the CDP-S105 gives students of all ages the most authentic touch and sound of any starter digital piano. <br><br>From the very first lesson to advanced performances, this compact and easy-to-use piano will support them for years to come.
</p>
</div>
<div class="right-column">
<div class="image-container">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/CDP-S105BK/image2.jpg" alt="CDP-S105">
<div class="caption">CDP-S105BK</div>
</div>
</div>
</div>
<!-- Promo Banner --> <picture>
<div class="promobanner">
<picture>
<!-- Image for desktop (min-width: 769px) -->
<source srcset="https://www.casio.co.uk/media/wysiwyg/emi/BANNERS/stand3.jpg" media="(min-width: 769px)">
<!-- Image for mobile (max-width: 768px) -->
<source srcset="https://www.casio.co.uk/media/wysiwyg/emi/BANNERS/standmobile.png" align="center" media="(max-width: 768px)">
<!-- Fallback image -->
<img src="https://www.casio.co.uk/media/wysiwyg/emi/BANNERS/stand3.jpg" alt="Responsive Image">
</picture>
</a>
</div>
<!-- Extra two-column section no fade-->
<div class="two-column-container">
<div class="left-column">
<h2>For Students of All Ages</h2>
<p>Sarah Loddington, the owner of The Bee's Keys piano teaching studio in Swindon, recommends Casio CDP-S digital pianos to her students.</p><p>Offering exceptional value for money and an excellent quality sound and touch, they are ideal for home study and for use in teaching studios and classrooms.</p></div>
<div class="right-column">
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/1028468839?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Why do teachers choose Casio CDP-S digital pianos?"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
</div>
</div>
<!--Second two-column fade in section -->
<div class="fade-in-section">
<div class="two-column-container">
<div class="left-column">
<h2>Expressive Sound</h2>
<p>The musical expression you can achieve from the CDP-S105 is so much bigger than its slimline dimensions, thanks to the Dynamic Stereo Sound Engine and <strong>built-in speakers.</strong><br><br>Casio’s acclaimed keyboard design ensures a realistic and authentic sound every time, encouraging expressive playing.<br><br>
The CDP-S105 also has a <strong>3.5mm connector for headphones</strong> (sold separately), for when you need to practise silently</p>
</div>
<div class="right-column">
<div class="image-container">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/CDP-S105BK/image2b.jpg" alt="Plug in headphones (sold separately)">
<div class="caption">Connect headphones for silent practice</div>
</div>
</div>
</div>
<!--Third two-column fade in section-->
<div class="fade-in-section">
<div class="two-column-container">
<div class="left-column">
<h2>Connect Your Devices</h2>
<p>The CDP-S105 is designed to help you learn and love music. With <strong>USB</strong> and a <strong>stereo audio input</strong>, you can listen, learn and play along to music and apps on your smartphone or tablet (cable required).
<h2>Learn to Play with Casio Music Space</h2>
<p>Available FREE for iOS and Android devices, Casio Music Space is an app that can show you how to play over 100 famous pieces of classical music, as well as work as a piano remote controller and PDF music viewer.</p>
</div>
<div class="right-column">
<div class="image-container">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/CDP-S105BK/image6.jpg" alt="Casio Music Space">
<div class="caption">Learn to play with Casio Music Space</div>
</div>
</div>
</div>
</div>
<!--Fourth two-column fade in section-->
<div class="fade-in-section">
<div class="two-column-container">
<div class="left-column">
<h2>Learn Online With Casio</h2>
<p>The CDP-S105 includes free access to online music lessons from the <a href="https://www.casiomusicacademy.co.uk">Casio Music Academy.</a><br><br>
Watch and participate in a series of online tutorials designed by a team of music educators to help you build secure musical skills.<br><Br>
These lessons are not time-limited or free trials, they're there for you for as long as you own your Casio piano.<br><br>
</div>
<div class="right-column">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/BANNERS/lessons.jpg" alt="Online Lessons">
<div class="caption">Start your musical journey with included online lessons.</div>
</div>
</div>
<!-- Second Container (Two-column layout on desktop, stacked on mobile) -->
<div class="two-column-container">
<div class="left-column">
<h2>Including An Exclusive E-Book From Rockschool</h2>
<p>Choosing an instrument is only the beginning of your musical journey. The next challenge is learning how to play. To give you and your family the best start, we’ve teamed up with Rockschool, a leading music examinations board for rock and pop music.<br><br>
Your CDP-S105 digital piano comes with exclusive access to a special E-book created by Rockschool. This E-book features a collection of iconic pop and rock songs, expertly arranged and recorded by top music educators to inspire progress and maintain motivation. Plus, the interactive E-book listens to your playing and provides feedback to help you improve. </p>
</div>
<div class="right-column">
<div class="video-container">
<iframe src="https://www.youtube.com/embed/z1c_oZL__jY?si=PF8IhQ90jER4LQIT&rel=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<!-- Accessories 2 column table-->
<h2>Optional Accessories</h2>
<div class="addonscontainer">
<div class="addonscolumn">
<a href="https://www.casio.co.uk/sp-20">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/Accessories/SP-20.jpg" alt="SP-20 Sustain Pedal">
<h3>SP-20 Sustain Pedal</h3>
</a>
</div>
<div class="addonscolumn">
<a href="https://www.casio.co.uk/sc-800p">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/Accessories/SC-800P.jpg" alt="SC-800P Case">
<h3>SC-800P Carry Case</h3>
</a>
</div>
</div>
<!-- Product info-->
<!-- Second Container (Two-column layout on desktop, stacked on mobile) -->
<div class="two-column-container">
<div class="left-column">
<img src="https://www.casio.co.uk/media/wysiwyg/emi/CDP-S105BK/CDP-S105BK_L.jpg">
</div>
<div class="right-column">
<h2>Product Information</h2>
<h3>CDP-S105BK</h3>
<ul>
<li>Ultra slim and portable</li>
<li>88 Weighted, touch-sensitive keys</li>
<li>Scaled Hammer Action key action with digital scaling</li>
<li>10 tones in total, including electric piano and strings</li>
<li>USB Connectivity</li>
<li>Battery Power option (6 AA batteries purchased separately)</li>
<li>Built-in 8w+8w speakers</li>
<li>3.5mm Stereo line in connector</li>
<li>3.5mm headphone connector</li>
<li>Sustain Pedal, power supply, stand and music rest included</li>
<li>2 Year return to base warranty</li>
<li><strong>FREE Rockschool Digital E-Book Download (UK & Ireland only)</strong></li></ul>
<ul>
<li>Dimensions: 1,322x232x99 mm</li>
<li>Weight: 10.5kg</li>
</ul>
</div>
</div></div>
https://www.casio.co.uk/media/catalog/product/c/d/cdp-s110bk_p_cs-46p_sp-3_aspect_2.jpg
CDP-S105BKC5
add-to-cart