.audio-category-header .page-title{
  padding-bottom:0;
}
.audio-category-description {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Staatliches", sans-serif;
  font-size: 35px;
  line-height:1.1;
}
/**/
.audio-products-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin:0 auto 60px;
}

.audio-product-card {
    display: flex;
    flex-direction:row;
    gap: 20px;
    align-items: stretch;
    padding: 10px;
    background: #ffffff;
}
.audio-product-thumb img {
    display: block;
    width: 100px;
    min-height:100px;
    object-fit: cover;
    height:100%;
}

.audio-product-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.audio-product-title {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 1.2;
}

.audio-product-title a {
    text-decoration: none;
    color: #242222;
    font-weight:600;
}

.audio-product-title a:hover{
  color:#FFA800;
}

.audio-product-artist {
    font-size: 14px;
    margin-bottom: 8px;
}

.audio-product-main .inner{
  display: flex;
  gap:5px;
  align-items: center;
}

.audio-product-meta,
.audio-product-info {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.audio-product-meta span {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    border-radius: 20668800px;
    background: #F3F4F6;
    font-size: 12px;
    padding:4px 8px;
    font-weight:600;
}

.audio-product-info span{
  display:inline-block;
  font-size:14px;
  line-height:1;
  font-weight:400;
  position:relative;
}
.audio-product-info span:after{
  display:inline-block;
  content:'';
  width:4px;
  height:4px;
  border-radius:50%;
  vertical-align:middle;
  background-color:#FFA800;
  margin-left:5px;
}
.audio-product-info span:last-of-type:after{
  display:none;
}

.audio--player {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  margin:0;
  flex:1;
}

.audio-product-main .inner .audio--player{
  margin-left:10px;
}

.audio-player-toggle {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding:0;
}

/* icon setup */
.audio-player-toggle .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.audio-player-toggle .icon svg{
  --currentColor:#000;
  width: 24px;
}
.audio-player-toggle .icon:hover svg{
  --currentColor:#FFA800;
}
.audio-player-toggle .icon-stop svg{
  width: 20px;
}

.audio-player-toggle .icon-stop {
    display: none;
}

.audio--player.is-playing .icon-play {
    display: none;
}

.audio--player.is-playing .icon-stop {
    display: inline-flex;
}

.audio--player.is-loading .icon-play {
    display: none;
}

.audio--player.is-loading .icon-stop {
    display: inline-flex;
}

.audio-player-visual {
    position: relative;
    flex: 1;
    min-width: 140px;
    height: 31px;
    display: flex;
    align-items: center;
}

.audio-player-progress {
    position: absolute;
    inset: 50% 0 auto 0;
    transform: translateY(-50%);
    height: 6px;
    border-radius: 999px;
    background: #dddddd;
    overflow: hidden;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.audio-player-progress-bar {
    width: 0;
    height: 100%;
    background: #f0b341;
    transition: width 0.08s linear;
}

.audio-player-waveform {
    position: relative;
    width: 100%;
    height: 31px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.audio-player-waveform-base,
.audio-player-waveform-fill {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(180, 3px);
    column-gap: 3px;
    align-items: end;
    overflow: hidden;
}

.audio-player-waveform-fill {
    width: 0;
    transition: width 0.08s linear;
    pointer-events: none;
}

.audio-wave-bar {
    display: block;
    width: 3px;
    border-radius: 999px;
    align-self: end;
    background: #d9d9d9;
}

.audio-player-waveform-fill .audio-wave-bar {
    background: #f0a21a;
}

.audio--player.is-playing .audio-player-progress,
.audio--player.is-loading .audio-player-progress {
    opacity: 0;
    visibility: hidden;
}

.audio--player.is-playing .audio-player-waveform,
.audio--player.is-loading .audio-player-waveform {
    opacity: 1;
    visibility: visible;
}

.audio-player-time {
    text-align: left;
    font-size: 14px;
    line-height: 1;
}

/* Pattern waveform static */
.audio-player-waveform-base .audio-wave-bar:nth-child(12n + 1),
.audio-player-waveform-fill .audio-wave-bar:nth-child(12n + 1) {
    height: 15px;
}

.audio-player-waveform-base .audio-wave-bar:nth-child(12n + 2),
.audio-player-waveform-fill .audio-wave-bar:nth-child(12n + 2) {
    height: 25px;
}

.audio-player-waveform-base .audio-wave-bar:nth-child(12n + 3),
.audio-player-waveform-fill .audio-wave-bar:nth-child(12n + 3) {
    height: 19px;
}

.audio-player-waveform-base .audio-wave-bar:nth-child(12n + 4),
.audio-player-waveform-fill .audio-wave-bar:nth-child(12n + 4) {
    height: 11px;
}

.audio-player-waveform-base .audio-wave-bar:nth-child(12n + 5),
.audio-player-waveform-fill .audio-wave-bar:nth-child(12n + 5) {
    height: 15px;
}

.audio-player-waveform-base .audio-wave-bar:nth-child(12n + 6),
.audio-player-waveform-fill .audio-wave-bar:nth-child(12n + 6) {
    height: 11px;
}

.audio-player-waveform-base .audio-wave-bar:nth-child(12n + 7),
.audio-player-waveform-fill .audio-wave-bar:nth-child(12n + 7) {
    height: 31px;
}

.audio-player-waveform-base .audio-wave-bar:nth-child(12n + 8),
.audio-player-waveform-fill .audio-wave-bar:nth-child(12n + 8) {
    height: 21px;
}

.audio-player-waveform-base .audio-wave-bar:nth-child(12n + 9),
.audio-player-waveform-fill .audio-wave-bar:nth-child(12n + 9) {
    height: 15px;
}

.audio-player-waveform-base .audio-wave-bar:nth-child(12n + 10),
.audio-player-waveform-fill .audio-wave-bar:nth-child(12n + 10) {
    height: 19px;
}

.audio-player-waveform-base .audio-wave-bar:nth-child(12n + 11),
.audio-player-waveform-fill .audio-wave-bar:nth-child(12n + 11) {
    height: 11px;
}

.audio-player-waveform-base .audio-wave-bar:nth-child(12n + 12),
.audio-player-waveform-fill .audio-wave-bar:nth-child(12n + 12) {
    height: 15px;
}

.audio-product-price-action{
  display: flex;
  align-items: center;
  gap:10px;
  flex-wrap: wrap;
  justify-content: center;
}

.audio-product-price-action span{
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

.audio-product-price-action ins span{
  color:#ffaa00;
}

.audio-product-action .button,
.audio-product-action .added_to_cart {
    width: 100%;
    text-align: center;
}

.audio-category-page .storefront-sorting,
.audio-category-page .woocommerce-pagination{
  display: block;
}
.audio-category-page .woocommerce-pagination{
  float: unset;
}

@media(max-width:1100px){
  .audio-category-description{
    font-size: 28px;
  }
  .audio-product-main .inner{
    flex-wrap: wrap;
  }
  .audio-product-main .inner .audio--player{
    margin-left: 0;
    flex:1 1 100%;
    margin-top:5px;
  }
}
@media(max-width:900px){
  .audio-category-description{
    font-size: 20px;
  }
}
@media(max-width:767px){
  .audio-product-card{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .audio-product-main .inner{
    justify-content: center;
  }
}

/* Top Tracks Category */
.audio-category-top-tracks .audio-product-card{
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.audio-category-top-tracks .audio-product-meta span{
  background: #ffaa00;
  color:#fff;
}

/* Single audio product */
.single-product-audio-preview {
    margin: 20px 0;
    padding: 10px;
    border-radius: 12px;
    background: #fafafa;
}
