html {
  font-size: 2vw;  
}
body {
  margin:0 auto;
  padding:0;
  border:0;
  background:#f6f6f6;
  font-size:20px;
  color: #222;
  font-family:  Helvetica,Arial,freesans,sans-serif;
  line-height:1.7;
  font-weight:300;
}
.topsec {
  position:relative;
  padding-top:12px;
  padding-bottom:0;

}

a,
.anchor {
  color:black;
  text-decoration:none;
  border-bottom: 1px solid #dcdcdc;
  font-weight:400;
}
.wrapiano[data-layout="grid"] a {
  border-bottom:none;
}
.admin-edit {
  position:absolute;
  left:10px;
}

.bbc-header{
  display:inline-block;
  width:auto;
  max-width:100%;
  margin:0 0 14px;
  padding:0 0 10px;
  font-size:56px;
  line-height:1.05;
  font-weight:400;
  letter-spacing:-0.03em;
  color:#000;
  border-bottom:4px solid #b4c7ff;
}

@media(max-width:700px){
  .bbc-header{
    font-size:34px;
    line-height:1.08;
    padding-bottom:8px;
    margin-bottom:16px;
  }
}

.breadcrumb {
  font-size:80%;
  text-align:center;
margin:0;
}

.breadcrumb a {
  color: #666;
}

.serial-grid {
  column-count: 4;
  column-gap: 20px;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .serial-grid {
    column-count: 3;
  }
}

.stocklist-subrow {
  color:#9ca3af;
  font-size:0.85em;
  line-height:1.4;
}
.wrapiano[data-layout="list"] .stocklist-finance {
  display:none;
}
.wrapiano[data-layout="grid"] .stocklist-finance {
  display:block;
  color:#9ca3af;
  font-size:0.8em;
}
.stocklist-extra {
  margin-top:0.1em;
  font-size:0.8em;
  line-height:1.2;
  color:#6b7280; /* slate/grey */
  width:100%;
}

.wrapiano[data-layout="grid"] .stocklist-extra {
  position:relative;
  margin-top:-1px;
  display:block;
}

.stocklist-media .media-link {
  color:#2563eb;          /* softer blue */
  border-bottom:none;
}

.stocklist-media .media-link:hover {
  color:#1e40af;
  border-bottom-color:#1e40af;
}

/* GPT: Separator */
.stocklist-media .media-sep{
  color:#9ca3af;
  margin:0 0.35em;
}

.stocklist-media a.media-link {
  font-size:0.95em;
  font-weight:400;
}


@media (max-width: 600px) {
  .serial-grid {
    column-count: 2;
  }
}

@media (max-width: 400px) {
  .serial-grid {
    column-count: 1;
  }
}

@media (max-width:600px){
  .stock-view-choice{
    margin-left:auto;
    margin-right:auto;
  }
}

/* layout choice at stocklist */
.stock-view-choice{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0.75rem;
  width:100%;
  margin:0.5rem auto;
}

@media (max-width:600px){
  p > .stock-view-choice{
    justify-content:center;
  }
}

.stock-view-choice a{
  float:none !important;
  position:static !important;
}

.stock-view-choice svg{
  width:36px;
  height:36px;
  stroke:#9ca3af;
  transition:stroke 0.15s ease;
  opacity:0.8;
}

.stock-view-choice a.active svg{
  stroke:#1f5fbf;
}

.stock-view-choice a:hover svg{
  stroke:#0f4bb5;
}








/* Additional styles for the reviews header with floating hearts */
.bbc-header-reviews {
    position: relative;
    overflow: visible;
}

/* Styles for the hearts */
.bbc-header-reviews .heart {
    position: absolute;
    color: #ff69b4; /* Pink color for the hearts */
    font-size: 1.5rem;
    animation: float 2s ease-in-out forwards;
    opacity: 0;
    top: -1px; /* large -number moves the balloons higher */
}

/* Adding the "string" effect below the heart */
.bbc-header-reviews .heart::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px; /* Position string below the heart */
    left: 50%;
    width: 2px;
    height: 20px;
    background-color: #ff69b4; /* Same color as the heart */
    transform: translateX(-50%);
    opacity: 0.5; /* Slightly faded string */
}

/* Animation for the hearts */
@keyframes float {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-50px);
        opacity: 0;
    }
}


/*START BBC HEADER POPULAR CODE*/


.bbc-header-popular {
    position: relative;
    overflow: hidden;
}

.thumb {
    position: absolute;
    bottom: 0;
    animation: rise 2s ease-out;
    opacity: 0;
}

@keyframes rise {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-100px);
        opacity: 0;
    }
}

/* END BBC POPULAR CODE*/


.yamaha-page{max-width:1180px;margin:0 auto;padding:0 22px;color:#222}
.yamaha-hero{text-align:center;padding:34px 0 28px}
.yamaha-hero h1{font-size:58px;line-height:1.02;font-weight:300;color:#003366;margin:0 0 14px}
.yamaha-hero p{max-width:820px;margin:0 auto 22px;font-size:22px;line-height:1.42}
.yamaha-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin:18px 0 0}
.yamaha-cta a{display:inline-block;padding:14px 24px;border-radius:6px;border:1px solid #243447;text-decoration:none;border-bottom:none;font-weight:500;color:#243447;background:#fff}
.yamaha-cta .primary{background:#243447;color:#fff}
.yamaha-cta .whatsapp{background:#1faa59;color:#fff;border-color:#1faa59}

.yamaha-hero-img{margin:18px auto 42px;overflow:hidden;border-radius:18px;box-shadow:0 8px 30px rgba(0,0,0,.08)}
.yamaha-hero-img img{display:block;width:100%;object-fit:cover;object-position:center}

.yamaha-jump{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:22px 0 48px}
.yamaha-jump a{text-align:center;padding:12px 10px;background:#fff;border:1px solid #ddd;border-radius:10px;border-bottom:none;font-size:16px;color:#222;text-decoration:none}

.yamaha-section{margin:56px 0}
.yamaha-section h2{display:inline-block;font-size:42px;line-height:1.08;font-weight:400;margin:0 0 18px;padding:0 0 10px;border-bottom:4px solid #b4c7ff;color:#000}
.yamaha-section>p{font-size:20px;line-height:1.5;margin:0 0 24px}

.feature-card{display:grid;grid-template-columns:360px 1fr;gap:28px;align-items:center;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.04)}
.feature-card img{width:100%;height:100%;min-height:320px;object-fit:cover;display:block}
.feature-card-content{padding:28px}
.feature-card h3{font-size:34px;line-height:1.1;margin:0 0 12px;color:#111}
.feature-card p{font-size:18px;line-height:1.48;margin:0 0 16px;padding:0}
.model-meta{font-size:15px;color:#666;margin:0 0 18px}
.model-links{display:flex;flex-wrap:wrap;gap:9px}
.model-links a{font-size:15px;border-bottom:none;background:#f3f3f3;border-radius:999px;padding:8px 12px;color:#222;text-decoration:none}

.model-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.model-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 3px 16px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.04)}
.model-card img{width:100%;height:210px;object-fit:cover;display:block}
.model-card div{padding:18px}
.model-card h3{font-size:24px;line-height:1.15;margin:0 0 8px;color:#111}
.model-card p{font-size:16px;line-height:1.45;margin:0 0 14px;padding:0}

.compare-table{background:#fff;border-radius:18px;padding:22px;box-shadow:0 3px 16px rgba(0,0,0,.05)}
.compare-row{display:grid;grid-template-columns:160px 1fr 180px;gap:18px;padding:14px 0;border-bottom:1px solid #e5e5e5}
.compare-row:last-child{border-bottom:0}
.compare-row strong{font-weight:700}

.proof-band{background:#243447;color:#fff;border-radius:18px;padding:34px;margin:54px 0;text-align:center}
.proof-band h2{display:inline-block;color:#fff;border-bottom:4px solid #b49a63;font-size:38px;line-height:1.1;font-weight:400;margin:0 0 18px;padding-bottom:10px}
.proof-band p{max-width:800px;margin:0 auto 20px;font-size:20px;line-height:1.45}
.proof-band a{display:inline-block;background:#fff;color:#243447;border-radius:6px;padding:13px 22px;border-bottom:none;text-decoration:none}

a.tile {
  border-bottom:none;
  font-weight:normal;
}
.section-blurb a {
  font-weight:normal;
}
.review-more {
  text-align:right;
  display:block;
  border-bottom:none;
}
.anchor-landing h3 {
  padding-top:1.5em;
}
.yamaha-section .popout {
  padding:1em;
  text-align:center;
  font-size:1.3em;
}
#header .phone {
  font-size:80%;
  color: white;
    font-weight:100;
  display:inline-block;
  text-shadow:2px 2px 2px #000;
    bottom:0;
    position:absolute;
    z-index:100;
}
.hero_inline {
  margin: 0.25em;
  border-radius: 10px;
  background:white;
}
.hero_inline img {
  padding-top: 1em;
  display:block;
  margin:0 auto;
}


/* Old Carousel
.carousel {
  display:grid;
  grid-auto-flow: column;
  grid-gap: 10px;
  overflow-x: auto;
  margin: 10px 20px 10px;
  scroll-snap-type: x mandatory;
  padding-bottom:20px;
}
*/

.fixed-height{
  vertical-align: top;
  height: 300px;
}
.tallbox {
  height: auto;
}
.item {
  background: white;
    display: inline-block;
    margin: 0;
    width:240px;
    background-size: cover;
    position:relative;
    scroll-snap-align: start;
    letter-spacing:-.022em;
    line-height:1.4705882353;
    transition:all .2s cubic-bezier(0,0,.5,1);
    border-radius:18px;
    box-shadow:2px 4px 12px #00000014;
    padding:0.5rem;
}
.card {
  padding:0;
  position:relative;
  margin:0 0.75em 0 0;
}
.stocklist .card a {
  display:inline-block;
}
.stocklist .piano_info {
  text-align: center;
}
.wrapiano[data-layout="grid"] .card-data {
  display:flex;
  flex-direction:column;
  gap:0;
}
.card-media {
  display:flex;
  flex-direction:row;
  margin-top:0.25em;
  gap:0.5em;
}
.wrapiano[data-layout="grid"] .card-model,
.item.cover .piano-meta-a {
  top:0;
  padding:0.7em 0 0 0;
}

.wrapiano[data-layout="grid"] .card-model,
.wrapiano[data-layout="grid"] .card-secondary,
.item.cover .piano-meta-a h3,
.item.cover .piano-meta-a p,
.stocklist .item.cover .piano-meta-a,
.stocklist .item.cover .piano-meta-b,
.item.cover .piano-meta-b h3,
.item.cover .piano-meta-b span,
.item.cover .piano-meta-b p {
  padding:0;
}
.item:hover {
  box-shadow:2px 4px 16px #00000029;
  transform:scale3d(1.01,1.01,1.01)
}
.item .articletext {
  padding-top:0;
}

/* Retired
.carousel.blog .item {
  background-color: #c7e0f6;
}
*/

.stocklist .item {
  width:150px;
}
.bloginfo {
  font-size:80%;
  color: darkgrey;
}
.tile {
    white-space: wrap;
}
.tile img {
  border-radius: 18px;
  margin-top:1rem;
}
.tile h3,
.tile p {
  margin:0;
  padding:0.6em 0 0 0.6rem;
}
.tile .benefit-icon img {
  padding:0 0 0 0.5rem;
}
.metadata {
   display:none;
}

#animation_container{
  margin:0 auto -150px !important;
  transform:scale(0.50);
  transform-origin:top center;
  padding-top:12px;
}

#canvas{
  display:block;
  width:100% !important;
  max-width:1150px;
  margin:0 auto !important;
}

#canvas img {
  max-width: 100%;
  height: auto;
}

@media(max-width:600px){
  #animation_container{
    transform:scale(0.50);
    margin:0 auto -100px !important;
  }
}



#header .tagline {
    margin:0px 0px 0px;
    font-weight:100;
font-size:100%;
    background-color: #fff; 
    padding:2px 10px;
color:blue; 
text-align: center;
  }

  .tagline a:link, .tagline a:visited  {
color: blue;
text-decoration: underline;
border-bottom:none;
font-weight:normal;
  }

 .tagline a:hover {
text-decoration: none;
color: blue;
}

#header .tagline2 {
    margin:60px 0px 0px;
    font-weight:100;
   background-color: #fff; 
    padding:2px 10px;
text-align: center;
color:green;
  }

  .tagline2 a:link, .tagline2 a:visited  {
color: blue;
font-weight:lighter;
border-bottom: 2px solid gray; text-decoration: none;
  }

 .tagline2 a:hover {
color: gray;
border-bottom: 2px solid blue; text-decoration: none;
}


.jump {
  font-size:80%;
  text-align: right;
}

  .clear-mobile{
    clear: both;
  }
  .clear-desktop{
    clear: none;
  }
.delivery {
    text-align:center;
  font-size:75%;
  color: #444;
  padding: 0 1rem;
  background-color:transparent;
  text-shadow:1px 1px 1px #333;
    background: #444;

}

.delivery a {
  text-decoration:none;
  color:#f4f4f4;
    font-size:80%;
}

.delivery a:hover {
  background:none;
  text-decoration:underline;
}

.navwrap {
  z-index:100;
  width:100%;
  max-width:1150px;
  display:block; /*was flex*/
  line-height:0;
}



.chooser {
  padding-top:2em;
}
.colormenu {
  top: 0;
  right: 0;
  font-size: 40px;
  font-family: 'Sentinel A', 'Sentinel B', arial;
  font-weight: 500;
  font-style: normal;
  color: #f7f7f7;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  overflow: visible;
  -webkit-transition-property: margin-top, background-color;
  -moz-transition-property: margin-top, background-color;
  -o-transition-property: margin-top, background-color;
  transition-property: margin-top, background-color;
  -webkit-transition-duration: 0.5s, 1s;
  -moz-transition-duration: 0.5s, 1s;
  -o-transition-duration: 0.5s, 1s;
  transition-duration: 0.5s, 1s;
}

.colormenu .burgermenu {
  top: 12px; /*was 0 */
  right: 0.3em;
  z-index: 2001;
  cursor: pointer;
}

.colormenu img:hover, #top .home .active {
  margin-top: -40px;
  -webkit-transition-property: margin-top, background-color;
  -moz-transition-property: margin-top, background-color;
  -o-transition-property: margin-top, background-color;
  transition-property: margin-top, background-color;
  -webkit-transition-duration: 0.5s, 1s;
  -moz-transition-duration: 0.5s, 1s;
  -o-transition-duration: 0.5s, 1s;
  transition-duration: 0.5s, 1s;
}
.navbar{
  list-style-type:none;
  width:100%;
  display:block;
  overflow-x:auto;
  overflow-y:hidden;
  font-size:70%;
  height:auto;
  min-height:0;
  margin:0;
  padding:0;
}

.navbar a {
  border-bottom: none;
}
.navbar li img {
  width:98px;
  height:64px;
}

.navscroll{
  display:grid;
  grid-auto-flow:column;
  grid-gap:1rem;
  overflow-x:auto;
  list-style:none;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  justify-content:center;
  margin:0;
  padding:4px 0 2px;
}

.navscroll::-webkit-scrollbar {
  display: none;
}
.navscroll li {
  scroll-snap-align: start;
  text-wrap: nowrap;
  width:96px;
  line-height:1.1;

}
.navicon, .navitem{
  display:block;
  text-align:center;
  text-wrap:wrap;
  line-height:1.3;
}

.navitem{
  margin-top:0;
}


.home {
  display: flex;
  padding-left:10px;
  font-size:75%;
  flex-direction:column;
  justify-content: space-between;
  align-items: center;
  padding-bottom:6px;
}
.home a {
  border-bottom:none;
}
.home img {
  padding: 0;
  margin: 15px 0 6px 12px;
  vertical-align: middle;
  width:inherit;
  max-width:inherit;
  height:inherit;
}
.home-icon {
  display:inline-block;
}
.home-pulltext {
  display:inline-block;
  padding-top:12px;
  vertical-align:middle;
  text-align:center;
  line-height: 1.3;
margin-bottom:0;
}


.navbar #submenu,
ol.morebar {
  display:none;


}
ol ul {
  right:0;
  top:32px;
}
ul.whats-included {
  list-style:none;
  margin:0;
  padding:0 1em 1em;
}
ul.whats-included li:before {
  content: '✓ ';
  color:green;
}
.barenav img,
.home img {
    padding: 0;
}
.navbar li.active {
  text-decoration:underline;
}

.burgermenu {
vertical-align: middle;
  width: 24px;
  position: relative;
  margin: 7px; /*was 3px 0*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.burgermenu span {
  display: block;
  width: 24px;
  height: 4px;
  margin-bottom: 4px;
  position: relative;
  background: #0088ff;
  border-radius: 3px;  
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
.burgermenu.closed {
  position:absolute;
}
.burgermenu.open {
  position:fixed;
  top:18px;
  right:30px;
  height: 8px;
}

.burgermenu.closed span:first-child
{
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
.burgermenu.closed span:nth-last-child(2)
{
  transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
}

.burgermenu.open span {
  transform: rotate(45deg) translate(-4px, -12px);
  -webkit-transform: rotate(45deg) translate(-4px, -12px);
  background: white;
  width:50px;
  height:8px;
  transform-origin: 19px 2px;
}
.burgermenu.open span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
}
.burgermenu.open span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-4px, 8px);
  -webkit-transform: rotate(-45deg) translate(-4px, 8px);
}
.morebar.collapsed #submenu {
   display:none;    
}
.colorbar {
  position: fixed;
  z-index: 2000;
  right: 10007px;
  height: 101%;
  width: 100%;
}

.colorbar table {
  height: 100%;
  width: 101%;
  margin:0;
  border:none;
}

.colorbar tr {
  padding-top: 10%;
  height: 10%;
}

.colorbar td {
  position: relative;
  border:none;
  right: 0;
  height: 10%;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 4em;
  -webkit-transition-property: right;
  -moz-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.colorbar td.active {
  right: -10006px;
}

.colorbar td.colormenu-1 {
  background: #8fa43d;
}

.colorbar td.colormenu-2 {
  background: #d56153;
}

.colorbar td.colormenu-3 {
  background: #4b83c1;
}

.colorbar td.colormenu-4 {
  background: #703b2e;
}

.colorbar td.colormenu-5 {
  background: #236b87;
}

.colorbar td.colormenu-6 {
  background: #c1aa78;
}

.colorbar td.colormenu-7 {
  background: #3e6155;
}

.colorbar td.colormenu-8 {
  background: #a2a4c2;
}

.colorbar td.colormenu-9 {
  background: #501a31;
}

.colorbar td.colormenu-10 {
  background: #a07700;
}

.colorbar td a {
  font-family: 'Sentinel A', 'Sentinel B', arial;
  font-weight: 500;
  font-style: normal;
  color: #f7f7f7;
  text-decoration: none;
  margin-left: 3%;
  display: block;
  border-bottom:none;
}

/* The overlay effect with black background */
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9); /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
  position: relative;
  top: 30%;
  text-align: center;
}
.overlay-content form {
  max-width:80%;
  width:80%;
}
.searchblock {
  display:flex;
  justify-content: center;
}
.topsearches div {
  display:inline-block;
}
/* Close button */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

/* Style the search field */
.overlay input[type=search] {
  padding: 10px;
  font-size: 17px;
  border: none;
  width: 80%;
  background: white;
}

.overlay input[type=search]:hover {
  background: #f1f1f1;
}

/* Style the submit button */
.overlay input[type=submit] {
  padding: 11px;
  background: #ddd;
  font-size: 17px;
  border: none;
  border-radius:0.2em;
  margin-left:2px;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gridhero,
.bigfoot,
.copyblock {
  display:grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
}
.bigfoot {
  grid-template-columns: repeat(2, 1fr);
}
.copyblock {
  grid-template-columns: repeat(1, 1fr);
}
.bigfoot {
  text-align:center;
  justify-items: center;
}
.frontpage section {
  padding-bottom:0em; /* was 1em*/
}
.gridhero div {
  padding-left:10px;
  padding-right:10px;
}
.wrapper {
  background:white;
  padding:0 0 1em 0;
  border-radius: 10px;
}
.primary-cta, .secondary-cta {
    display: flex;
    flex-direction: column;
}
.primary-cta div, .secondary-cta div {
    margin-top: auto;
}
.reason-list {
  list-style-type:none;
text-align:center;
}
.reason-list li {
  margin:1em 0;
font-size: 120%;
}
.reason-list li i {
  padding: .5em;
  background-color: #c7e0f6;
  font-style:normal;
}
.cta {
  padding-top:1em;
  margin:0;
}
.nescobar {
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  grid-gap: 8px;
}
.bigger {
  grid-column: span 12;
  grid-row: span 12;
}
.hero_mini {
  flex: 1 1 auto;
  width: 45%;
  margin-right:8px;
  position:relative;
}
.hero_mini:last-child {
    margin-right:0; 
}
.thumbgrid {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallerygrid {
    display: flex;
    flex-wrap: wrap;
    padding-left:5px;
    padding-right:5px;
    justify-content: space-between;
}
.gallerygrid figure {
  width:23%;
  margin:0 2px;
}
.gallerygrid img {
  border:1px solid #aaa;
}
.gallerygrid a {
  border-bottom:none;
}
.thumbgrid a {
    width:11.4%;
    margin:0 2px;
    border-bottom:none;
}
.thumbgrid img {
    max-width:100%;
    height:50px; 
}
.article-block {
    height:100%;
    background:white;
  border-radius:10px;
  white-space: wrap;
}
h1 {
    color:#003366;
    font-weight: 100;
    margin: 0;
    background:none;
    padding:0.1em 0.2em 0;
    font-size:180%;
    line-height:1.25;
    text-align: center;
  }
.frontpage h1 {
    font-size:7vw; 
}
.frontpage h2 {
  font-size:4.5vw;
  padding: 0 0.2em 0.2em;
}
.locations-list {
  font-size:75%;
}
.frontpage h1 a {
  text-decoration: none;
  border: none;
}
h2 {
  color:#404040;
  font-weight: 400;
  margin: 0.2em 0 0;
  background:none;
  padding:0.5em 0.2em 0.3em;
  font-size:160%;
  line-height:1.25;
}
h2 a {
    color:#404040;
    font-weight:400;
}
#s-trade .articletext h1,
.lupdate {
  text-align:center;
}
.articletext h2 {
  text-align:center;
}
h3 {
  font-size:120%;
  font-weight:700;
  color:#404040;
  padding: 0.6em 0.2em 0;
  margin:0.6em 0.5em 0.2em;
  letter-spacing:0.03em;
  line-height:1.25;
}
footer h3 {
  color:#eee;
  padding: 0.2em 0.2em 0.2em;
  margin:0.2em 0.5em 0.2em;
}

.frontpage h3 {
font-size:112%;
padding: 0 0.2em;
margin: 0 0.5em 0.75em;
}
.topsearchblock h3 {
  color:#ddd;
}
.topsearches {
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
}
.topsearches a {
  color:#444;
  text-decoration:none;
  background:#ccc;
  border-radius: 1em;
  padding:0.5em 0.8em;
  margin:0.4em;
}
.topsearches a:active,
.topsearches a:hover {
  color:black;
  background:white;
}
h4, .h4 {
  font-weight:bold;
  font-size:115%;
  padding: 1em 0 0 0;
  margin:0 0.5em 0;
}
.sectionhead {
  text-align:left;
  font-size:200%;
}
.sectionhead.single {
  text-align:center;
}
p {
    margin:0 0.8em .8em;
    padding: 10px 0;
    font-size: 100%;
}
.subheading {
  margin:0;
  padding:0;
  color:#555;
  font-size: 80%;
}

.continue-cta {
  margin:1em 1em 0;
  text-align:center;
}
.searchtool svg {
  background-color: #0088ff;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  fill: white;
  height: 30px;
  min-width: 24px;
  padding: 0 7px;
  width: 24px;
  position:absolute;
  left:0.3em;
  top:10px;
}
.modified {
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 90%;
  color: green;
text-align: left;
    padding: 0;
}
p.copy {
  margin: 0 1rem;
  font-size: 65%;
  color: #ccc;
}
.article {
  background: white;
  padding-bottom:1rem;
  margin-bottom:1rem;
  clear: both;
}
.highlight {
  text-align: center;
  margin-top: 2em;
}
.highlight a {
  color: green;
  font-size: 120%;
}
.highlight img {
  width:auto;
}
.stock-update {
  text-align: center;
  font-size:80%;
  padding:0;
}
.section-blurb{
  margin:5px var(--content-indent) 0;
  color:#222;
  font-size:20px;
  display:inline-block;
  width:100%;
}

.review-sliders {
  background:white;
}
#s-reviews .section-blurb {
  margin: 3px 0;
}
.articlethumb, .articlelistimg, .articlegrid {
    display:inline-block;
    width:100%;
    max-width: 100%;
}
.articlethumbfront {
  max-width:280px;
}
.articleimg {
    float:none;
    height: auto;
    width:100%;
}
#s-trade .articletext {
    padding:30px 0.5rem 0.5rem;
}
.articletext{
  padding:10px var(--content-indent) 0.5rem;
}

.big-price {
    color:#004225;
}
.big-notice {
    color:green;
    font-size:1.5em;
    text-align:center;
}
.rrp {
    text-decoration: line-through;
}
.readmore {
    float:right;
    font-size:80%;
    margin-top:-1em;
}
.readmore a {
    text-decoration:none;
}
.comThanks {
  padding:1.5em 0;
  margin:2.2em 0 0;
  font-size:140%;
  text-align:center;
  border: 1px solid #777;
  background-color: #98bfc1;
}

select.comSelect {
  padding:0.4rem;
  margin:0 0 1em;
  width: 100%;
}
input.comText,
input.comEmail {
  padding:0.4rem;
  margin:0 0 1em;
  width: 98%;
}
textarea.comTextarea {
  padding:0.4rem;
  margin:0 0 1em;
  width: 98%;
}
label.comSelect,
label.comText,
label.comTextarea,
label.comEmail {
  min-width:8em;
  display:inline-block;
  vertical-align: top;
  padding-top:0.5em;
}
.hero .articletext,
.herowide .articletext,
.hero_mini .articletext,
.hero_inline .teasertext {
    padding:0.5rem;
}
.selfies {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: baseline;
  gap: 0 0.5em;
  margin-left: 1em;
}
.selfies a {
  border:none;
}
.selfies img {
  width:100px;
  height:100px;
}
.testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.testimonials .article {
  flex: 1 1 auto;
  width: 100%;
    position:relative;
    padding-bottom:2rem;
}
.gallery {
  position:relative;
}
.divider {
  border:0;
  max-width:460px;
  height:2px;
  background-image: linear-gradient(to right, rgba(150, 150, 150, 0), rgba(150, 150, 150, 0.75), rgba(150, 150, 150, 0));
}
.preview-icon {
  position:absolute;
  top:18%;
  left:25%;
  margin:0 auto;
  width:50%;
  opacity:0.5;
}
.article_nav {
    padding:1em;
    background:white;
    clear:both;
    text-align:right;
}
.paginator {
  text-align:center;
  margin-bottom: 1em;
}
.paginator ul,
.paginator ul li {
    display: inline;
    padding:0.3em;
}
.paginator ul {
  list-style-type: none;
}
.articletext .location-heading {
  text-align:left;  
}
#s-pianos .accordion-header {
  cursor: pointer;
  color: #196dc0;
}
.wrapiano[data-layout="list"] .card-model,
.wrapiano[data-layout="list"] .card-details {
  display:inline-block;
}
.wrapiano[data-layout="list"] .card-model::after {
  content:"·";
}
.wrapiano[data-layout="list"] .date_preamble,
.wrapiano[data-layout="list"] .card-media .icon,
.wrapiano[data-layout="grid"] .card-media .text,
#s-faq .stocktable,
#s-trade .accordion-wrapper,
#s-trade .stocktable + p {
  display:none;
}
.wrapiano[data-layout="list"] .stocktable,
.wrapiano[data-layout="grid"] .card-media .icon,
.wrapiano[data-layout="list"] .card-media .text,
#s-faq .stocktable.accordion-open,
.wrapiano[data-layout="list"],
.wrapiano[data-layout="list"] .stocktable + p {
  display:block;
}
.wrapiano[data-layout="list"] .card-media .text {
  border-left:1px solid #ccc;
  padding-left:0.5em;
}
.wrapiano[data-layout="list"] .card-media a:first-of-type span {
  border-left:none;
}
.wrapiano[data-layout="grid"] .stocktable {
  display:grid;
  gap:.75rem;
  grid-template-columns: 1fr;
  align-items: stretch;
  position:relative;
}

.wrapiano[data-layout="grid"] .cardlayout {
  display:grid;
  gap:1em;
  grid-template-columns:minmax(min-content,195px) minmax(145px,1fr);
}
.wrapiano[data-layout="list"] .card-image {
  display:none;
}
.wrapiano[data-layout="grid"] .card-image {
  font-size:1.1em;
  display:flex;
  flex-direction:column;
  position:relative;
}
.wrapiano[data-layout="grid"] .card-data {
  line-height:1.3;
}
.wrapiano[data-layout="list"] .card-extra.location {
  display:none;
}
.wrapiano[data-layout="grid"] .card-extra.location {
  display:inline-block;
  width:auto;
  padding:0.3em 0.6em 0.1em;
  margin-top:0.4em;
  border-radius: 0.8em;
}
.wrapiano[data-layout="grid"] .card-extra.edition {
  position:absolute;
  display:inline-block;
  top:1px;
  padding:0.2em 0.3em 0.1em;
  width:auto;
  opacity:0.8;
  color:black;
  background:#f80;
}
.wrapiano[data-layout="grid"] .card-extra.edition a {
  color:black;
}
.wrapiano[data-layout="grid"] .card-extra.manchester {
  background:#ee3a3a;
}
.wrapiano[data-layout="grid"] .card-extra.london {
  background:#3a3aff;
}
.wrapiano[data-layout="grid"] .card-extra a {
  color:white;
}
.wrapiano[data-layout="list"] a .text.manchester {
  color:#ee3a3a;
/*  font-weight:bold;*/
}
.wrapiano[data-layout="list"] a .text.london {
  color:#3a3aff;
  font-weight:bold;
}
.arrow {
  border: solid green;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
  margin: 0.2em 0.5em 0.2em 0;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


/* new junk gpt */
.accordion-hblock h3,
.accordion-hblock h2{
margin:0 0 0.15em calc(var(--content-indent) - 0.25rem);
}


/* new from gpt*/
.accordion-hblock p{
  color:#555;
margin:0.1em 0 0 var(--content-indent);  /* was 0.2em */
  line-height:1.4;                         /* list blurb tighter */
}

.accordion-header {
  cursor:pointer;
}

.accordion-header svg {
  padding:0 0.5em;
  color: #22811c;
}
a.accordion-title {
  border:none;
}
.stocktable {
  list-style-type: none;
  margin:0 auto;
  padding:0;
  padding-left:1em;
  font-size:18px;
}

.stocktable li,
.stocktable > div {
  border-bottom:1px solid #ececec;
  padding:0.65em;
}
.wrapiano[data-layout="grid"] .card {
  padding:0.5em 0;
  border-bottom:1px solid #c9c9c9;
}

.stocktable li:not(:last-child),
.stocktable > div:not(:last-child){
  border-bottom:1px solid #e2e2e2;
}

.wrapiano[data-layout="grid"] li {
  border-bottom:none;
}

.stocktable li:last-child,
.stocktable > div:last-child{
  border-bottom:0;
}

/*#s-pianos .stocktable > li:nth-of-type(odd),
#s-pianos .stocktable > div:nth-of-type(odd),
#s-blog .stocktable > li:nth-of-type(odd),
#s-blog .stocktable > div:nth-of-type(odd),*/
#s-faq .stocktable > li:nth-of-type(odd),
#s-faq .stocktable > div:nth-of-type(odd) {
    background-color: #e9e9f9 ;
}

.stocktable a {
  font-size:1.08em;
  line-height:1.25;
  color:#1f5fbf;
}

.stocktable a:hover,
a:hover,
.anchor:hover {
  color:#0f4bb5;
}

.stocktable.sold a,
.stocktable.trade a {
  display:inline;
}
.stock-meta {
  margin: 0.5rem auto;
  width:auto;
  list-style-type: none;
  padding:0;
}
.stock-meta > li {
  padding: 0.5rem 1rem;
  border:1px solid #ccc;
  background:#eee;
}


.slick-dots {
  position: initial;
}

/* out with the old .accordion-body {
  display:none;
  padding-bottom:0.5rem;
}*/

/* in with the new */
.accordion-hblock{
  background:transparent;
  border-bottom:none;
  padding:1.2em 0 0.5em;
}

  .p_count {
    display:inline-block;
    float:right;
    margin-top:-2em;
    margin-right:0.5em;
  }

iframe {
    width:100%;
    height:100%;
} 
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 1em auto 3em;
}
td {
    text-align: left;
    padding: 4px 12px;
    border: 1px solid #ccc;
}
th {
    background-color: #C2DFFF;
    color: black;
    text-align: left;
    padding: 2px 12px;
    border-bottom: 2px solid #999;
}
.embed {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
    border:1px solid #aaa;
}
.embed-vertical {
    aspect-ratio:9 / 16 auto;
    width:90%;
    margin: 0 5%;
}
.embed.four-three {
    padding-bottom: 74%;
}
.embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed + .embed {
  margin-top:2em
}
img {
    margin:0;
    width: 100%;
    max-width: 100%;
    height:auto;
}
img.as-is {
  width:auto;  
}
img.aside {
  float:right;
}
#s-soon .barenav img,
#s-trade .barenav img {
  width:auto;
  display:block;
  margin:1em auto 0;
}
.benefit-icon img {
  width:64px;
  height:64px;
  display:block;
  margin:0;
}
#s-faq .benefit-icon {
  display:none;
}

/* hidden because it's interferring with layout icons? 
.icon {
  width:auto;
  float:right;
  margin-right:2px;
}
*/

.stocktable .icon {
  margin-right: 2px;
  width:24px;
}

.icon.mar,
.icon.imported,
.icon.commission {
  color:white;
  background:orange;
  padding:0.3em;
  border-radius:0.4em;
  vertical-align:middle;
  text-align:center;
  height:16px;
}
.undecorated {
  text-decoration: none;
  color:#303030;
  border-bottom:none;
  font-weight:normal;
  height: 0;
  padding-top: 18%;
}
/* Header styles */
#header {
  overflow:hidden;
  position:relative;

}
#header.top {
  padding-bottom:60px;
}

#header li {
text-align:center;
  list-style-type: none;
}

.frontpage #header {
  text-align:center;
}


.shop-banner p {
  background: white;
}
.pix {
  position:relative;
}


/* Footer styles */
footer {
    clear:both;
  margin:0 auto;
  background:#111;
  opacity:0.8;
    line-height:1.4;
    letter-spacing:0.08rem;
  width:100%;
  text-align:center; 
  font-size: 80%;
}
footer h4 {
  padding:0;
  margin:0 0.4em;
    color:#f9f9f9;
    font-weight:normal;
    font-size:100%;
}

footer a {
    color:#ccc;
  text-decoration:none;
  font-size:90%;
  border-bottom:none;
  font-weight:normal;
}
footer ul {
  margin-top:0.4em;
  list-style-type:none;
  padding:0 0.5em;
  margin:0;
}
footer li.active a {
  border-bottom:1px solid;
}
 footer a:hover {
  background:#818e74;
}
.footblock {
    padding:1rem 0;
}
.footblock img {
    width: 80px;
  margin: 0 0.5rem;
}
.social_icons {
  text-align:center;
}
.social_icons li {
  display:inline-block;
  margin: 0 0.4em;
}
.social_icons svg {
  width:32px;
}
.social_icons li a,
.social li a {
  text-decoration:none;
  border-bottom:none;
  display:inline-block;
}
p cite {
  font-size:85%
}
blockquote {
    font-size: 95%;
    font-style: italic;
    margin: 0.25em 0 0 20px;
    padding: 0.25em 20px 0.25em 20px;
    position: relative;
    color: #383838;
}
blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
blockquote cite:before {
    content: "\2014 \2009";
}
ul.products li {
    display: inline-block;
    font-size: 100%;
}
ul.pianogrid li {
    display: inline-block;
    padding:0px 20px;
    font-size: 80%;
}
ul.pianogrid {
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}
p.pianogrid {
    padding: 0px;
    text-align: center;
    margin:0px;
}
.list { 
    margin: 1rem;
    padding-bottom:1rem;
}
.list li { 
    padding-top: 2px;
}



a.button,
a.button:link,
a.button:visited {
display: block;
  width: fit-content;
  margin: 0 auto;
  display: inline-block;
  padding: 10px 18px;
  background: #e6eed2;
  color: #2f3a1f;
  border: 1px solid #cfd9b4;
  border-radius: 2px;
  border-bottom: none; /* kills your global a border-bottom */
  cursor: pointer;
line-height: 1.2;
display: inline-block;
  margin: 0;          /* container controls spacing */
  white-space: nowrap;
}

a.button:hover,
a.button:focus {
  background: #dbe6c0;
  color: #2f3a1f;
  border-bottom: none;
}

a.button:active {
  background: #d2ddb4;
  color: #2f3a1f;
}

/* Primary order button */
a.order-button,
a.order-button:link,
a.order-button:visited{
  padding: 14px 26px;              /* bigger hit area */
  font-size: 1.1em;                /* slightly larger text */
  font-weight: 600;                /* bolder than others */
  background: #166534;             /* deep confident green */
  color: #ffffff;
  border: 1px solid #14532d;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  letter-spacing: 0.02em;
 margin-top: 18px;
  margin-bottom: 12px;
}

a.order-button:hover,
a.order-button:focus{
  background: #15803d;
  color: #ffffff;
  border-color: #14532d;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

a.order-button:active{
  background: #14532d;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset;
}



.button-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 12px;   /* horizontal + vertical spacing */
  margin: 16px 0;
}

/* Premium CTA button layout */
.cta-buttons{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin:20px 0;
  padding:0 12px;
  box-sizing:border-box;
}

/* Base button style */
.cta-buttons a.button,
.cta-buttons a.order-button,
.cta-buttons a.whatsapp-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 22px;
  min-height:52px;
  border-radius:6px;
  text-decoration:none;
  font-size:20px;
  font-weight:500;
  line-height:1.2;
  white-space:nowrap;
  transition:all .18s ease;
  box-sizing:border-box;
  border:1px solid #243447;
}

/* Secondary buttons */
.cta-buttons a.button{
  background:#fff;
  color:#243447;
}

/* Main conversion button */
.cta-buttons a.order-button{
  background:#243447;
  color:#fff;
  border-color:#243447;
}

/* WhatsApp button */
.cta-buttons a.whatsapp-button{
  background:#1faa59;
  border-color:#1faa59;
  color:#fff;
}

/* Hover */
.cta-buttons a.button:hover{
  background:#243447;
  color:#fff;
}

.cta-buttons a.order-button:hover{
  background:#1a2633;
  border-color:#1a2633;
}

.cta-buttons a.whatsapp-button:hover,
.cta-buttons a.whatsapp-button:focus{
  background:#1ebe5b !important;
  border-color:#1ebe5b !important;
  color:#fff !important;
}

@media (max-width:900px){

  .cta-buttons{
    display:flex !important;
    flex-direction:column;
    align-items:center;
    gap:10px;
    margin:16px 0 18px;
    padding:0 20px;
  }

 .cta-buttons a.button,
.cta-buttons a.order-button,
.cta-buttons a.whatsapp-button{
    display:flex !important;
    width:70% !important;
    max-width:330px !important;
    min-width:260px;
    min-height:54px;
    margin:0 !important;
  }

}


[role=main] {
  position: relative;
}
.translation {
  position:absolute;
  right:10px;
  font-size:80%
}

.pricebeat {
      font-family: 'Georgia', serif;
      font-style: italic;
/*      font-size: 1.2rem;*/
      line-height: 1.6;
      color: #555;
      max-width: 600px;
      margin: 20px auto;
      padding: 15px;
      background: #f9f9f9;
      border-left: 1px solid #ccc;
      border-radius: 2px;
    }

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: transform 0.3s ease;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}
.whatsapp-float svg {
  width: 28px;
  height: 28px;
}

a.whatsapp-button:hover{
  background:#1ebe5b;
  border-color:#1ebe5b;
}

@keyframes throb {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.3); }
}

.whatsapp-float { /* THROB */
  animation: throb 1.5s ease-in-out infinite;
  animation-delay: 3s;
  animation-iteration-count: 3;
}

/* GOOGLE REVIEW BADGE START */




.google-review-badge {
  font-family: Arial, sans-serif;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 8px 12px;
margin-bottom:10px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.google-header {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  flex-wrap: nowrap;
}

.review-count {
  color: #1a73e8;
  font-weight: 600;
  font-size: 16px;
}

.google-logo-word {
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, sans-serif;
}

.g     { color: #4285F4; }  /* Blue */
.o1    { color: #EA4335; }  /* Red */
.o2    { color: #FBBC05; }  /* Yellow */
.g-l   { color: #34A853; }  /* Green */
.l     { color: #4285F4; }  /* Blue */
.e     { color: #EA4335; }  /* Red */

.reviews-word {
  color: #555;
  font-size: 16px;
}

.stars {
  color: #FABB05;
  font-size: 18px;
  letter-spacing: 2px;
}

.rating-score {
  font-size: 14px;
  color: #34A853;
  margin-top: 2px;
}


/* GOOGLE REVIEW BADGE END */


.category_blurb_stocklist{
  font-size:18px;
  line-height:1.2;
  margin-left: calc(var(--content-indent) + var(--arrow-offset));
padding-left:15px; /*it was glued to the side without this*/
padding-right: 2px; 
}

.card-price {
  line-height:2;
  margin-top:0.25em;
}

.price { white-space: nowrap; }
.price-sale{
  color:#166534;
  font-weight:700;
}

.price-old, .rrp{
  color:#9CA3AF;
  text-decoration:line-through;
  margin-left:.5em;
  font-weight:500;
}

.price-normal{
  color:#111827;
  font-weight:600;
}
  .ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px; 
    text-align: right;
  }
  .ribbon span {
    font-size: 10px;
    color: #fff; 
    text-transform: uppercase; 
    text-align: center;
    font-weight: bold; line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); /* Needed for Safari */
    width: 100px; display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
  }
  .ribbon span::before {
    content: '';
    position: absolute; 
    left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
  }
  .ribbon span::after {
    content: '';
    position: absolute; 
    right: 0%; top: 100%;
     z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
  }
.underlay {
  display:block;
  text-align:center;
}
.wrapiano[data-layout="grid"] .price-sale,
.wrapiano[data-layout="grid"] .price-normal {
  font-size:1.5em;
  line-height:1.3;
  display:inline-block;
}
.wrapiano[data-layout="grid"] .underlay .price-sale,
.wrapiano[data-layout="grid"] .underlay .price-normal {
  color:green;
}

/* Top of site banner */
.top-sale-banner{
  display:block;
  width:100%;
  box-sizing:border-box;
  padding:10px 14px;
  padding-right:72px;          /* burger-safe zone */
  text-align:center;
  background:#e6eed2;
  color:#2f3a1f;
  border-bottom:1px solid #cfd9b4;
  font-weight:500;
  line-height:1.3;
}

.top-sale-banner-text{
  display:inline-block;
  max-width: 900px;    /* stops ugly wide wrapping */
}

/* Keep it looking like a banner, not a link */
.top-sale-banner:hover,
.top-sale-banner:focus{
  background:#dbe6c0;
  color:#2f3a1f;
  text-decoration:none;
  border-bottom:1px solid #cfd9b4;
}

/* Optional: slightly tighter on small screens */
@media (max-width:600px){
  .top-sale-banner{ padding:12px 12px; }
}


.stocklist-location-chooser{
  position: relative;
 text-align: center;
  width: 100%;
font-size:80%;
margin: 0.2em 0 0 0;
    padding: 0.1em;
}



.stocklist-location-chooser a{
  color: #1f5fbf;
  text-decoration: none;
  padding: 0 0.3em;
}

.stocklist-location-chooser a:hover{
  text-decoration:none;
  border-bottom:1px solid currentColor;
}



.stock-tiles {
  display: flex;
  gap: 10px;
  margin: 20px 10px;
}

.stock-tiles .tile {
  width: 50%;
  height: 120px;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.stock-tiles .tile span {
  width: 100%;
  text-align: center;
  padding: 8px;
  background: rgba(0,0,0,0.5);
}

/* Background images */
.stock-tiles .manchester {
  background: url('/images/13025.jpg') center/cover no-repeat;
}

.stock-tiles .london {
  background: url('/images/13024.jpg') center/cover no-repeat;
}

/* Keep side-by-side on mobile */
@media (max-width: 600px) {
  .stock-tiles {
    flex-direction: row;
  }
}


/* LOGO */

.mgp-logo{
  display:block;
  width:100%;
  max-width:900px;
  margin:5px auto 0;
  padding:0 50px;
  box-sizing:border-box;
  text-decoration:none;
  text-align:center;
  color:#111;
  overflow:hidden;
}

.mgp-logo:hover{
  color:#111;
  text-decoration:none;
}

.mgp-logo-main{
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 52px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #222;
}

@media(max-width:700px){

  .mgp-logo-main{
    font-size: 30px;
    letter-spacing: 0.06em;
  }

}


.mgp-logo-bars{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin:20px 0 14px;
}

.mgp-logo-bars span{
  display:block;
  height:5px;
  border-radius:2px;
}

.mgp-logo-bars .black{
  display:none;
}

.mgp-logo-bars .red{
  width:90px;
  max-width:14vw;
  background:#e10600;
}

.mgp-logo-bars .blue{
  width:90px;
  max-width:14vw;
  background:#0047ab;
}

.mgp-logo-bars .yellow{
  width:90px;
  max-width:14vw;
  background:#f2c200;
}

.mgp-logo-tag{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(10px, 2.2vw, 28px);
  line-height:1.1;
  font-style:italic;
  font-weight:400;
  letter-spacing:1px;
  margin-bottom:18px;
}

@media(max-width:600px){
  .mgp-logo{
    padding:0 45px;
  }

  .mgp-logo-main{
    font-size:18px;
  }

  .mgp-logo-bars{
    gap:10px;
    margin:18px 0 14px;
  }

  .mgp-logo-tag{
    font-size:14px;
  }
}



.stock-meta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:5px 0 10px;
  font-size:15px;
  line-height:1;
}

.stock-live-inline{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#166534;
  font-weight:500;
}

.stock-live-inline img{
  width:18px;
  height:18px;
  object-fit:contain;
}

.stock-divider{
  color:#999;
  font-size:16px;
}

.stock-added{
  color:#222;
}

.product-confidence,
.product-confidence *{
  box-sizing:border-box;
}

.product-confidence{
  display:grid;
  grid-template-columns:1fr 1fr;
  margin:18px 10px 22px;
  background:#fcfcfc;
  border:1px solid #ececec;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 3px 14px rgba(0,0,0,.04);
}

.confidence-col{
  padding:22px 20px;
}

.confidence-col:first-child{
  border-right:1px solid #ececec;
  text-align:center;
}

.product-confidence h3{
  margin:0 0 16px;
  font-size:13px;
  line-height:1.2;
  font-weight:600;
  letter-spacing:.3px;
  text-transform:uppercase;
  color:#111;
}

.product-confidence ul{
  margin:0;
  padding:0;
  list-style:none;
}

.confidence-finance li{
  margin:0 0 8px;
  line-height:1.35;
}

.confidence-finance li:first-child{
  font-size:15px;
  color:#333;
}

.confidence-finance li:nth-child(2){
  font-size:24px;
  font-weight:700;
  color:#111;
  line-height:1.1;
}

.confidence-finance li:last-child{
  margin-bottom:0;
  font-size:14px;
  color:#666;
}

.confidence-list li{
  position:relative;
  margin:0 0 10px;
  padding-left:22px;
  font-size:15px;
  line-height:1.35;
  color:#222;
}

.confidence-list li:last-child{
  margin-bottom:0;
}

.confidence-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#0b63c9;
  font-weight:700;
}

@media(max-width:600px){
  .product-confidence{
    margin:14px 8px 18px;
  }

  .confidence-col{
    padding:17px 12px;
  }

  .product-confidence h3{
    font-size:11px;
    margin-bottom:12px;
  }

  .confidence-finance li:first-child{
    font-size:13px;
  }

  .confidence-finance li:nth-child(2){
    font-size:19px;
  }

  .confidence-finance li:last-child{
    font-size:12px;
  }

  .confidence-list li{
    font-size:13px;
    padding-left:18px;
  }
}
/* Selfie/review thumbnail carousel only */

.review-selfie-scroll{
  overflow-x:auto;
  overflow-y:hidden;
  width:100%;
  margin:25px 0;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}

.review-selfie-scroll::-webkit-scrollbar{
  display:none;
}

.review-selfie-scroll .review-selfie-carousel{
  display:flex !important;
  gap:6px !important;
  width:max-content;
}

.review-selfie-scroll .review-selfie-carousel .item{
  flex:0 0 auto !important;
  width:auto !important;
  min-width:0 !important;
  margin:0 !important;
  padding:5px !important;
  background:#fff;
  border-radius:10px;
  box-shadow:2px 4px 12px #0000000d;
}

.review-selfie-scroll .review-selfie-carousel .item img{
  width:130px !important;
  height:90px !important;
  object-fit:cover;
  display:block;
  border-radius:6px;
  transition:transform .2s ease;
}

.review-selfie-scroll .review-selfie-carousel .item img:hover{
  transform:scale(1.03);
}

.review-selfie-scroll .review-selfie-carousel .item p,
.review-selfie-scroll .review-selfie-carousel .item .excerpt{
  display:none;
}

@media(max-width:700px){

  .review-selfie-scroll .review-selfie-carousel{
    gap:6px;
  }

  .review-selfie-scroll .review-selfie-carousel .item img{
    width:110px !important;
    height:76px !important;
  }

}

.review-selfie-carousel{
  animation:selfieScroll 80s linear infinite;
}

.review-selfie-scroll:hover .review-selfie-carousel{
  animation-play-state:paused;
}

@keyframes selfieScroll{

  0%{
    transform:translateX(0);
  }

  100%{
    transform:translateX(-35%);
  }

}


.scrollcontainer{
  overflow-x:auto;
  overflow-y:hidden;
  width:100%;
  margin:25px 0;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}

.scrollcontainer::-webkit-scrollbar{
  display:none;
}

.scrollcontainer .carousel{
  display:flex;
  gap:12px;
  width:max-content;
}


.mgp-review-carousel{
  overflow:hidden;
  width:100%;
  margin:25px 0;
  position:relative;
}

.mgp-review-track{
  display:flex;
  gap:12px;
  width:max-content;
  animation:mgpScroll 55s linear infinite;
}

.mgp-review-carousel:hover .mgp-review-track{
  animation-play-state:paused;
}

.mgp-review-card{
  flex:0 0 320px;
  background:#fff;
  border:1px solid #ddd;
  border-radius:12px;
  padding:18px;
  box-shadow:0 1px 6px rgba(0,0,0,.05);
}

.mgp-review-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
}

.mgp-review-top img{
  width:50px !important;
  max-width:50px !important;
  height:auto !important;
  object-fit:contain;
  display:block;
}

.mgp-review-card .stars{
  font-size:20px;
  color:#f5a400;
  letter-spacing:1px;
  line-height:1;
}

.mgp-review-card p{
  font-size:15px;
  line-height:1.5;
  color:#222;
  margin:10px 0 14px;
}

.mgp-review-footer{
  margin-top:8px;
}

.mgp-review-footer strong{
  font-size:15px;
  line-height:1;
  display:block;
}

@keyframes mgpScroll{
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-50%); }
}

@media(max-width:700px){
  .mgp-review-card{
    flex:0 0 260px;
    padding:16px;
  }

  .mgp-review-top img{
    width:42px !important;
    max-width:42px !important;
  }
}

.latest-pianos-carousel{
  display:flex !important;
  gap:20px !important;
  width:max-content;
  align-items:stretch;
  padding-bottom:8px;
}

.latest-pianos-carousel .item.cover{
  flex:0 0 240px;
  padding:0 !important;
  overflow:hidden;
  border-radius:18px;
  background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
  border:1px solid rgba(0,0,0,.03);
}

.latest-pianos-carousel .tile{
  display:block;
  height:100%;
  text-align:center;
  color:#222;
}

.latest-pianos-carousel .item.cover .tile img{
  display:block;
  width:100% !important;
  max-width:none !important;
  height:270px !important;
  object-fit:cover;
  object-position:center top;
  margin:0 !important;
  border-radius:18px 18px 0 0;
}

.latest-pianos-carousel .piano-meta-a{
  padding:18px 18px 0 !important;
}

.latest-pianos-carousel .piano-meta-b{
  padding:0 18px 16px !important;

}

.latest-pianos-carousel .tile h3{
  margin:0 0 8px !important;
  padding:0 !important;
  font-size:18px !important;
  line-height:1.1 !important;
  font-weight:650 !important;
  color:#222 !important;
}

.latest-pianos-carousel .tile .subheading{
  margin:0 0 6px !important;
  padding:0 !important;
  font-size:14px !important;
  line-height:1.35 !important;
  color:#777 !important;
}

.latest-pianos-carousel .tile .big-price{
  margin:4px 0 8px !important;
  padding:0 !important;
  font-size:24px !important;
  line-height:1.05 !important;
  font-weight:700 !important;
  color:#064e3b !important;
}

.latest-pianos-carousel .tile .subheading:last-child{
  margin-bottom:0 !important;
}

@media(max-width:700px){

  .latest-pianos-carousel .item.cover{
    flex:0 0 220px;
  }

  .latest-pianos-carousel .item.cover .tile img{
    height:210px !important;
  }

  .latest-pianos-carousel .tile h3{
    font-size:20px !important;
  }

  .latest-pianos-carousel .tile .big-price{
    font-size:25px !important;
  }

  .latest-pianos-carousel .tile .subheading{
    font-size:18px !important;
  }

  .latest-pianos-carousel .piano-meta-a{
    padding:14px 14px 0 !important;
  }

  .latest-pianos-carousel .piano-meta-b{
    padding:0 14px 14px !important;
  }

}

.popular-models-scroll{
  padding-bottom:16px;
}

.popular-models-carousel{
  display:flex !important;
  gap:22px !important;
  width:max-content;
}

.popular-models-carousel .item.tallbox{
  flex:0 0 200px;
  background:#fff;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.03);
  box-shadow:0 2px 10px rgba(0,0,0,.06);
}
/* HERO TEXT */

.frontpage #header .hero-reassurance{
  margin:0 auto 18px;
  padding:0 10px;
  font-size:1.2em;
  line-height:1.3;
  white-space:nowrap;
  color:#555;
  text-align:center;
}

.frontpage #header .cta-buttons{
  margin:0 auto 24px;
  padding:0 12px;
  text-align:center;
}


.frontpage h1.homepage-hero-title{
  font-size:58px;
  line-height:.98;
  letter-spacing:-0.03em;
  font-weight:300;
  margin:0 0 12px;
  text-align:center;
  color:#003366;
}

@media(max-width:700px){

  .frontpage #header .hero-reassurance{
    font-size:0.82em;
    line-height:1.25;
  }


  .frontpage h1.homepage-hero-title{
    font-size:42px;
    line-height:1.08;
    margin-bottom:10px;
  }

}


/* HOMEPAGE SECTION SPACING */

@media(max-width:700px){

  .frontpage .bbc-header{
    font-size:35px !important;
    line-height:1.08 !important;
    margin-left:0 !important;
    margin-bottom:14px !important;
  }

}


/* WHY BUY SECTION */

.why-buy-section{
  margin:42px 0 38px;
}

.why-buy-section .bbc-header{
  margin-left:0;
}


.why-buy-section ul.benefits{
  display:grid !important;
  grid-template-columns:repeat(2,1fr) !important;
  gap:0 58px !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

.why-buy-section ul.benefits li{
  position:relative;
  margin:0 !important;
  padding:13px 0 13px 22px !important;
  list-style:none !important;
  border-bottom:1px solid rgba(0,0,0,.12) !important;
  font-size:18px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
  letter-spacing:.01em;
  color:#222 !important;
}

.why-buy-section ul.benefits li::before{
  content:"";
  position:absolute;
  left:0;
  top:22px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#b49a63;
}

.why-buy-section ul.benefits li a{
  display:block;
  color:#222 !important;
  text-decoration:none !important;
  border-bottom:none !important;
  font-weight:400 !important;
}

.why-buy-section ul.benefits li a:hover{
  color:#8a6f3d !important;
}

@media(max-width:700px){

  .why-buy-section{
    margin:34px 0;
  }


  .why-buy-section ul.benefits{
    grid-template-columns:1fr 1fr !important;
    gap:12px !important;
    margin:0 !important;
  }

  .why-buy-section ul.benefits li{
    padding:14px 12px !important;
    border:1px solid rgba(0,0,0,.08) !important;
    border-radius:12px;
    background:#fff;
    font-size:17px !important;
    line-height:1.3 !important;
  }

  .why-buy-section ul.benefits li::before{
    display:none;
  }

  .why-buy-section ul.benefits li a{
    text-align:center;
  }

}
.homepage-section{
  padding-left:16px !important;
  padding-right:16px !important;
  box-sizing:border-box;
}

.homepage-section:first-child{
  margin-top:0;
}

@media(max-width:700px){

  .homepage-section{
    margin-top:52px;
  }

}

.frontpage .homepage-section{
  position:relative;
}

.frontpage .homepage-section + .homepage-section{
  margin-top:72px !important;
}

@media(max-width:700px){

  .frontpage .homepage-section + .homepage-section{
    margin-top:56px !important;
  }

}