.list-header {
  margin-bottom: 3em;
}
.pan {
  color: #D4CAB3;  
  text-align: center;
}
.pan a {
  color: #D4CAB3; 
}
.pan h2 {
  display: inline;
  font-size: 1em;
  font-weight: normal;
}
.pan a:last-of-type {
  font-size: 2em;
  color: #D0B46D;
}
.pan p {
  font-style: italic;
}
.productlist_noitem {
  color: #bbb;
  text-align: center;
  margin: 3em 0 5em 0;
}
@media(max-width: 599px) {
  .list-header {
    margin-bottom: 1.5em;
    position: relative;
    padding-bottom: 2.5em;
  }
  .pan {
    width: 60%;
    margin: 0 auto;
  }
  .pan p {
    margin-top: 0.5em;
    }
  .pan a:last-of-type {
    display: block;
  }
  .pan h2 {
    line-height: 1.2em;
    padding-top: 0.5em;
    display: inline-block;
    }
  .column {
    appearance: none;
    border: none;
    background: none;
    width: 3.5em;
  position: absolute;
  bottom: 0;
  right: 0;
  }
}