/** Shopify CDN: Minification failed

Line 160:22 Expected identifier but found "!"
Line 192:0 Unexpected "}"

**/
.discography-detail {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 560px) {
  .discography-detail {
    flex-direction: row;
  }
}

.discography-detail--left {

}

.discography-detail__figure {
  margin: 0 0 1.5rem;
}

@media screen and (min-width: 560px) {

  .discography-detail__figure {
    width: 50%;  
    margin: 2rem;
  }
  
  .discography-detail--right .discography-detail__figure {
    order: 1;
  }
}

@media screen and (min-width: 750px) {

  .discography-detail__figure {
    width: 65%;  
  }
  
  .discography-detail--right .discography-detail__figure {
    order: 1;
  }
}

.discography-detail__image {
  width: 100%;
  height: auto;
  display: block;
}

.discography-detail__caption {
  
}

@media screen and (min-width: 560px) {
  .discography-detail__caption {
    flex-shrink: 0;
    width: 50%;
    max-width: 50rem;
    align-self: center;
  }
}

.discography-detail__title {
  text-transform: uppercase;
  font-size: calc(2rem + 2vw);
  margin: 0 0 .25em;
  line-height: 1;
}

.discography-detail__title span {
  display: block;
}

.discography-detail__track-listing {
  font-size:2rem!important;
}

.discography-detail__title span:nth-child(2) {
  margin-left: .5em;
}


.discography-detail__lead {
  font-size: 1.5em;
  color: var(--gradient-base-accent-1);
  line-height: 1.4em;
  margin: 1.5rem 0;
}

.discography-detail__text {
  margin: 1.5rem 0;
}

.discography-detail__buttons {
  justify-content: flex-end;
  margin: 1rem 0 1rem;
}

@media screen and (min-width: 560px) {
  .discography-detail__buttons {
    justify-content: flex-start;
    display:flex;
  }
}

.discography-detail__button {
  display: inline-flex;
  flex-direction: column;
  color: inherit;
  font-weight: bold;
  text-transform: uppercase;
  margin: .5em;
  text-decoration: none;
}

.discography-detail__button:after {
  content:"";
  display: block;
  border-bottom: 2px solid currentcolor;
  opacity: .25;
}

.discography-detail__button:hover:after,
.discography-detail__button:focus:after {
  opacity: .75;
}

.discography-detail-btn {
  width:100%;
  margin:.2rem;
 }

@media screen and (min-width: 749px) {
.discography-detail-btn {
  width:100%;
  margin:.2rem;
 }
}

@media screen and (min-width: 949px) {
.discography-detail-btn {
  width:100%;
  max-width:20rem;
  margin:.2rem;
 }
}

.discography-breadcrumb {
  margin-left:1rem;
}

.discography-breadcrumb a {
  color:#fff;
  text-decoration:none;
  padding-bottom:2rem;!important;
  text-transform:uppercase;
}

.breadcrumb a:hover {
  text-decoration:underline;
}

.breadcrumb .discography-detail__title {
  font-size:1.9rem!important;
  color:#000;
}

@media screen and (max-width: 440px) {
.discography-detail__description p {
  margin:2rem;
 }
}

@media screen and (min-width: 949px) {
.discography-detail__description p {
  margin-top:2rem;
}
}

.encore-dark-theme, .encore-dark-theme .encore-base-set {
  --background-base:#292419!important;
}

.discography-detail__lead, .discography-detail__title, .discography-detail__caption h3, .discography-detail__text, .discography-detail__description {
  color: #fff !important;
}
}