/** Shopify CDN: Minification failed

Line 184:3 Expected "}" to go with "{"

**/
.sounds-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ss-mb-tp,
.ss-mb-btm,
.ss-mb-wrapper {
  display: none;
}
.ss-dt-wrapper {
  display: block;
}
.sounds-header p {
  width: auto;
  margin: 10px 20px;
  font-family: 'Helvetica', sans-serif;
  font-weight: 500;
  font-size: 15px;
}
.ss-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ss-body > *:nth-child(even){
	border-left: 1px solid black;
}
.ss-dj-about {
  width: 70%;
  margin: 0 20px;
}
.ss-dj-about p {
  width: auto;
  position: sticky;
  top: 1px;
  height: fit-content;
  font-family: 'Helvetica', sans-serif;
  font-weight: 100;
  font-size: 15px;
  line-height: 26px;
}
.ss-dj-qa {
  width: 90%;
  padding: 0 20px 0 90px;
}
.q-a {
  margin-bottom: 10rem;
  padding-bottom: 5rem;
}
#qa-header-desktop {
  display: block;
}
#qa-header-mobile {
  display: none;
}
#ss-hr-mobile {
  display: none;
}
.ss-dj-qa p {
  width: auto;
  margin: 0 0 10px;
}
.question {
  text-transform: uppercase;
  font-family: 'Helvetica', sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
}

.answer {
  font-family: 'Helvetica', sans-serif;
  font-weight: 100;
      font-size: 15px;
    line-height: 26px;
}

.question-numeral {
  font-family: 'Helvetica', sans-serif;
  font-weight: 100;
  font-size: 17px;
  line-height: 26px;  
}

@media screen and (max-width: 1027px) {
  .ss-body {
    display: block;
  }
  .ss-body p:first-child {
    padding: 10px 0;
  }
  .ss-body > *:nth-child(even){
	border-left: none;
}
  .ss-dj-qa,
  .ss-dj-about {
    width: 100%;
    padding: 20px;
    margin: 0;
    border: none;
  }
  #qa-header-desktop {
    display: none;
}
  #ss-artist-title{
    padding: 10px !important;
  }
  #qa-header-mobile {
    display: block;
    width: 100%; 
    padding: 0 0 50px 20px; 
    font-family:'Helvetica', sans-serif; 
    font-weight: 500; 
    font-size: 17px; 
    margin: 0;
}
  #ss-hr-mobile {
    display: block;
    margin: 10px 0 30px 20px; 
    width: 30px;
  }
}

@media screen and (max-width: 825px) {
  .sounds-header p{
    font-size: 12px;
    margin: 10px;
    padding: 0 !important;
  }
  .sounds-header {
    padding-bottom: 5px;
  }
  .ss-mb-tp,
  .ss-mb-btm,
  .ss-mb-wrapper {
    display: block;
}
  .ss-dt-wrapper {
    display: none;
}
  .ss-body p:first-child {
    padding: 0;
  }
  #qa-header-mobile {
    padding: 0 0 10px 10px;
  }
  #ss-hr-mobile {
    margin: 10px 0 30px 10px;
  }
  .ss-dj-qa,
  .ss-dj-about {
    padding: 10px;
  }
  .ss-mb-wrapper {
 /*   display: inline-block;
    overflow-y: auto;
    width: 100%;
    height: 1000px;
    scroll-snap-type: y mandatory; */
  }
  .ss-mb-tp,
  .ss-mb-btm {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .ss-dj-qa {
    display: inline-block;
    overflow-y: auto;
    width: 100%;
    height: 300px;
    scroll-snap-type: y mandatory;
    border-top: 1px solid black;
  }

  .q-a {
    scroll-snap-align: start;
    margin-bottom: 0;
    padding-bottom: 2.5rem;
  }