.colore-1 { background: url('https://bydvenda.com.br/song-plus/css/grey.webp'); background-position:center; background-repeat: no-repeat; background-size: 100%;}
.colore-2 { background: url('https://bydvenda.com.br/song-plus/css/red.webp'); background-position:center; background-repeat: no-repeat; background-size: 100%;}
.colore-3 { background: url('https://bydvenda.com.br/song-plus/css/black.webp'); background-position:center; background-repeat: no-repeat; background-size: 100%;}
.colore-4 { background: url('https://bydvenda.com.br/song-plus/css/blue.webp'); background-position:center; background-repeat: no-repeat; background-size: 100%;}
.colore-5 { background: url('https://bydvenda.com.br/song-plus/css/white.webp'); background-position:center; background-repeat: no-repeat; background-size: 100%;}
.colore-6 { background: url('https://bydvenda.com.br/song-plus/css/atlantis.png'); background-position:center;}

.showcase-target-images { position: relative; }
.borda-r {border-radius: 1.5em;}

.font-branco {color:#fff;}

.owl-dots {display: none !important;}

.showcase-target {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}

.showcase-target.showcase-target-active {
  position: relative;
  display: block;
}


.showcase-section ul li {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #000;
  cursor: pointer;
  border: 1px solid #EEE;
}

.showcase-section ul li.headphone-red { background-color: #af1e2b; }
.showcase-section ul li.headphone-black { background-color: #000; }
.showcase-section ul li.headphone-blue { background-color: darkblue; }
.showcase-section ul li.headphone-pink { background-color: pink; }
.showcase-section ul li.headphone-white { background-color: white; }
.showcase-section ul li.headphone-countr { background-color: white; }
.showcase-section ul li.headphone-atlant { background-color: white; }

.showcase-section .badge {
  position: absolute;
  top: 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 11px;
  text-shadow: none;
  background-color: #222 !important;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}