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;
}
a,
.anchor {
  color:black;
  text-decoration:none;
  border-bottom: 1px solid #dcdcdc;
  font-weight:400;
}
.wrapiano[data-layout="grid"] a,
.wrapiano[data-layout="carousel"] a {
  border-bottom:none;
}
.admin-edit {
  position:absolute;
  left:10px;
}
.bbc-header {
    font-size: 110%;
    color: #000000;
    font-weight: normal;
    font-family: Arial, sans-serif;
    text-align: left;
    padding: 5px 0px;
    display: inline-flex;
    margin: 20px auto 0px 15px;
    border-bottom: 3px solid #b4c7ff;
    line-height: 1.2;
    /* border-top-right-radius: 20px; */
}
.breadcrumb {
  font-size:80%;
  text-align:center;
}
.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;
}

.stocklist-finance {
  display:block;
  clear: both;   /* ← THIS is the missing piece */
  color:#9ca3af;
  font-size:0.95em;
  line-height:1.3;
  margin-top:0.25em;
}

/* GPT Media links – lighter + smaller */
.stocklist-media {
  display:block;
  margin-top:0.1em;
  font-size:0.8em;
  line-height:1.2;
  color:#6b7280; /* slate/grey */
  width:100%;
}
.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-media,
.wrapiano[data-layout="carousel"] .stocklist-media {
  position:absolute;
  bottom:-1em;
}
.wrapiano[data-layout="grid"] .stocklist-extra,
.wrapiano[data-layout="carousel"] .stocklist-extra {
  position:relative;
  margin-top:-1px;
  display:block;
}

.stocklist-media .media-link {
  color:#2563eb;          /* softer blue */
  border-bottom:1px dotted #c7d2fe;
}

.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;
}



/* THIS is what actually moves it */
p > .stock-view-choice{
  justify-content:flex-end;
}

@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*/





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;
}
#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;
}
.scrollcontainer {
  width: 100%;
  display:block;
  overflow:hidden;
}
.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;
}
.wrapiano[data-layout="grid"] .card {
   width:188px;
}
.wrapiano[data-layout="carousel"] .card {
   width:150px;
}
.card {
  padding:0;
  position:relative;
}
.wrapiano[data-layout="grid"] .card .card-model,
.wrapiano[data-layout="grid"] .card .card-secondary,
.wrapiano[data-layout="carousel"] .card .card-model,
.wrapiano[data-layout="carousel"] .card .card-secondary {
  position:absolute;
  bottom:2em;
  width:100%;  
  margin:0;
}
.stocklist .card a {
  display:inline-block;
}
.stocklist .piano_info {
  text-align: center;
}
.wrapiano[data-layout="grid"] .card-model,
.wrapiano[data-layout="carousel"] .card-model,
.item.cover .piano-meta-a {
  top:0;
  padding:0.7em 0 0 0;
}
.wrapiano[data-layout="grid"] .card-secondary,
.wrapiano[data-layout="carousel"] .card-secondary,
.item.cover .piano-meta-b {
  bottom:10px;
}
.wrapiano[data-layout="grid"] .card-model,
.wrapiano[data-layout="grid"] .card-secondary,
.wrapiano[data-layout="carousel"] .card-model,
.wrapiano[data-layout="carousel"] .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 {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 3px black;
  padding:0;
}
.item:hover {
  box-shadow:2px 4px 16px #00000029;
  transform:scale3d(1.01,1.01,1.01)
}
.item .articletext {
  padding-top:0;
}
.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;
}
.benefits {
  list-style-type:none;
  padding:0;
}
#animation_container {
    margin: 0.5em auto 0;
}
#canvas {
  display: block;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
#canvas img {
  max-width: 100%;
  height: auto;
}

#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:flex;
}



/* Animate MGP logo */
@keyframes pulseRed {
  0% { border-bottom-color: red; }
  50% { border-bottom-color: rgba(255, 0, 0, 0.5); } /* Half-opacity red */
  100% { border-bottom-color: red; }
}

@keyframes pulseBlue {
  0% { border-bottom-color: blue; }
  50% { border-bottom-color: rgba(0, 0, 255, 0.5); } /* Half-opacity blue */
  100% { border-bottom-color: blue; }
}

@keyframes pulseYellow {
  0% { border-bottom-color: yellow; }
  50% { border-bottom-color: rgba(255, 255, 0, 0.5); } /* Half-opacity yellow */
  100% { border-bottom-color: yellow; }
}
.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: 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 {
    height: 125px; /*was 120px*/
    margin: 15px 5px 0 15px;
    padding: 0 0 1em;
    list-style-type: none;
    width:100%;
    display:block;
    overflow-x:auto;
    overflow-y:hidden;
    font-size:70%;
}
.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;
  padding:0;
  list-style-type: none;
  scroll-snap-type: x mandatory;
  padding-bottom:16px;  
  scrollbar-width: none;
  justify-content: center;
}
.navscroll::-webkit-scrollbar {
  display: none;
}
.navscroll li {
  scroll-snap-align: start;
  text-wrap: nowrap;
  width:96px;
}
.navicon, .navitem  {
  display:block;
  text-align:center;
  text-wrap: wrap;
  line-height:1.3;
}
.navitem {
  margin-top:5px;
}
.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;
}


.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: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.2em;
  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:normal;
  font-size:100%;
  padding: 0 0.2em 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%;
}
#header p {
  padding: 0;
}
.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;
    font-size:75%;
}
.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;
}
#canvas {
  display: block;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
#canvas img {
  max-width: 100%;
  height: auto;
}
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;
}
#s-pianos .stocktable,
#s-trade .stocktable,
#s-faq .stocktable,
#s-pianos .accordion-wrapper,
#s-trade .accordion-wrapper,
#s-trade .stocktable + p,
#s-pianos .stocktable + p {
  display:none;
}
#s-pianos .wrapiano[data-layout="list"] .stocktable.accordion-open,
#s-trade .stocktable.accordion-open,
#s-faq .stocktable.accordion-open,
#s-pianos .wrapiano[data-layout="list"] .accordion-wrapper.accordion-open,
#s-trade .accordion-wrapper.accordion-open,
#s-trade .stocktable + p.accordion-open,
#s-pianos .wrapiano[data-layout="list"] .stocktable + p.accordion-open {
  display:block;
}
#s-pianos .wrapiano[data-layout="grid"] .stocktable.accordion-open,
#s-pianos .wrapiano[data-layout="grid"] .accordion-wrapper.accordion-open,
#s-pianos .wrapiano[data-layout="grid"] .stocktable + p.accordion-open {
  display:flex;
  gap: 2.5em 1rem;
  flex-wrap:wrap;
}

#s-pianos .wrapiano[data-layout="carousel"] .stocktable.accordion-open,
#s-pianos .wrapiano[data-layout="carousel"] .accordion-wrapper.accordion-open,
#s-pianos .wrapiano[data-layout="carousel"] .stocktable + p.accordion-open {
  display:grid;
  grid-auto-flow: column;
  grid-gap: 16px;
  overflow-x: auto;
  margin: 10px 20px 10px;
  scroll-snap-type: x mandatory;
  padding-bottom:20px;
}
.wrapiano ul {
}
.wrapiano[data-layout="list"] .card-image {
  display:none;
}
.wrapiano[data-layout="grid"] .card-image {
  display:block;
position:relative; 

}
.wrapiano[data-layout="grid"] .card-supplemental,
.wrapiano[data-layout="grid"] .card-finance,
.wrapiano[data-layout="grid"] .card-commission,
.wrapiano[data-layout="grid"] .card-sale,
.wrapiano[data-layout="carousel"] .card-supplemental,
.wrapiano[data-layout="carousel"] .card-finance,
.wrapiano[data-layout="carousel"] .card-commission,
.wrapiano[data-layout="carousel"] .card-sale {
  display:none;
}
.wrapiano[data-layout="grid"] .card-media,
.wrapiano[data-layout="carousel"] .card-media {
  text-align:center;
}
.wrapiano[data-layout="grid"] .card-extra,
.wrapiano[data-layout="carousel"] .card-extra {
  bottom:0.5em;
  width:100%;
  padding:00.2em 0 0;
  opacity:0.8;
  text-align:center;
}
.wrapiano[data-layout="grid"] .card-extra.manchester,
.wrapiano[data-layout="carousel"] .card-extra.manchester {
  background:#8b3a3a;
}
.wrapiano[data-layout="grid"] .card-extra.london,
.wrapiano[data-layout="carousel"] .card-extra.london {
  background:#3a3a8b;
}

.wrapiano[data-layout="grid"] .card-extra a,
.wrapiano[data-layout="carousel"] .card-extra a {
  color:white;
}
.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:0.75rem;
  max-width:100%;
}

/* out with the old 
.stocktable li,
.stocktable > div {
  border:1px solid #ccc;
  padding:.5em;*/

/* in with the new*/
.stocktable li,
.stocktable > div {
  border-bottom:1px solid #ececec;
  padding:0.65em;
}
.wrapiano[data-layout="grid"] .card,
.wrapiano[data-layout="carousel"] .card {
  padding:0;
}

/* more new*/
.stocktable li:not(:last-child),
.stocktable > div:not(:last-child){
  border-bottom:1px solid #e2e2e2;
}

.wrapiano[data-layout="grid"] li,
.wrapiano[data-layout="carousel"] 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 ;
}

/* out with the old
.stocktable a {
  text-decoration: none;
  display:block;
  width:100%;
  border-bottom:none;
  color: #3366dd;
} */

/* in with the new gpt*/
.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;
}
.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;
}
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 {
  float: right;
  margin-right: 2px;
}




.icon.commission {
  color:white;
  background:orange;
  padding:0 0.4em;
  margin:0 0.1em;
  border-radius:0.5em;
}
.undecorated {
  text-decoration: none;
  color:#303030;
  border-bottom:none;
  font-weight:normal;
  height: 0;
  padding-top: 18%;
}
/* Header styles */
#header {
  overflow:hidden;
  position:relative;
  margin-top: 48px; /* this line is just for the january sale banner */

}
#header.top {
  padding-bottom:60px;
}

#header li {
text-align:center;
  list-style-type: none;
}

.frontpage #header {
  text-align:center;
}
.frontpage #header p {
  line-height: 1.3;
  margin: 0.2em 0;
padding:10px; /* was no entry */ 
}
.shop-banner p {
  background: white;
}
.pix {
  position:relative;
}
.mgp-logo {
    position:absolute;
    right:0;
    top:0;
}
.mgp-logo img {
    width:2.5rem;
    height:2.5rem;
}

/* 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;
}


/* Wrap + spacing for the 3 hero buttons (fixes “crash”) */
.cta-buttons{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin:16px 0;
  padding:0 12px;          /* stops edge clipping on mobile */
  box-sizing:border-box;
}

/* Button: use inline-flex to stop text being cropped */
.cta-buttons a.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  line-height:1.25;        /* prevents bottom crop */
  height:auto;
  white-space:nowrap;
  margin:0;                /* gap handles spacing */
  box-sizing:border-box;
  flex:1 1 160px;          /* wraps nicely instead of colliding */
  max-width:260px;         /* keeps them tidy on wider phones */
}

/* On narrow screens: stack full-width */
@media (max-width:420px){
  .cta-buttons a.button{
    flex:1 1 100%;
    max-width:100%;
  }
}


[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;
}

@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; 
}



.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;
}

.underlay {
  display:block;
  text-align:center;
}
.wrapiano[data-layout="grid"] .price-sale,
.wrapiano[data-layout="grid"] .price-normal,
.wrapiano[data-layout="carousel"] .price-sale,
.wrapiano[data-layout="carousel"] .price-normal {
  color:white;
}
.wrapiano[data-layout="grid"] .underlay .price-sale,
.wrapiano[data-layout="grid"] .underlay .price-normal,
.wrapiano[data-layout="carousel"] .underlay .price-sale,
.wrapiano[data-layout="carousel"] .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;
}


