* {
    box-sizing: border-box;
  }
/*   
  .pageWrapper {
    max-width: 1170px;
    padding: 20px;
    margin: 0 auto;
  } */
  
  .pageWrapper h1,
  .pageWrapper h2,
  .pageWrapper h3,
  .pageWrapper h4,
  .pageWrapper h5,
  .pageWrapper h6 {
    font-weight: bold;
    font-family: Helvetica, sans-serif;
  }
  
  .italText {
    font-style: italic;
  }
  
  .centerText {
    text-align: center;
  }
  
  .centerObj {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .colorWhite {
    color: white;
  }
  
  .pageButton {
    background-color: rgb(16, 16, 117);
    padding: 10px;
    display: grid;
    place-items: center;
    text-align: center;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
  }
  
  .pageButton:hover,
  .pageButton:focus {
    color: white;
    text-decoration:none;
  }
  
  .fullWidth{
    width: 99.08vw;
    margin-inline-start: 50%;
    transform: translateX(-50%);
    overflow-x: hidden;
  }
  
  .grid {
    display: grid;
    place-items: center;
  }
  
  .twoxtwoGrid{
    grid-template-columns: repeat(auto-fit, minmax(min(700px,100%), 1fr)); 
    justify-items: stretch;
    gap:1em;
  }
  
  .flexColumn {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  
  .Headers{
    margin-bottom:18px;
    margin-top:-15px;
  }

  .playlist__Container{
    margin-bottom:25px;
  }

  .playlist__Container h2{
    text-align:center;
    font-weight:bold;
    background-color:rgb(17, 17, 63);
    background-image: linear-gradient(rgb(63, 63, 135), rgb(19, 26, 52));
    color:white;
    padding:.75em;
  }
  
  
  /* TEMPLATE END */
  
  
  /* Media Queries */
  /* Desk Only */
  @media only screen and (min-width: 560px) {
    .HeaderMobile {
      display: none;
    }
  }
  
  /* Mobile Only */
  
  @media only screen and (max-width: 560px) {
    .HeaderDesk {
      display: none;
    }
  }
  

.product_thumbnail{
    min-height: 250px;
    max-width: 90%;
    width:auto;
    border: 1px solid #d8d8d8;
}

.view-details-button-title{
    font-weight:bold;
    line-height:1.2em;
}

.caption{
  display: grid;
  align-content: stretch;
}

.caption p{
    font-size:.75em;
}

.caption p:first-of-type{
   margin-top: 10px;
   margin-bottom:5px;
   line-height:1em !important;
   font-size:clamp(16px, 4vw, 18px) !important;
}

.view-details-button{
    margin-top:10px;
}

.product-vocalforces{
  font-style: italic;
  color: #9797b4;
  max-width: 22ch;
  margin-inline:auto;  
}

.product-artists{
  color: #53537d;
  font-size: .9em;
}