html {
  font-size: 62.5%; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit; }

a {
  text-decoration: none;
  font-weight: inherit;
  color: inherit; }
  a img {
    border: 0; }

li {
  list-style: none; }

fieldset {
  border: 0; }

button {
  border: 0;
  border-radius: 0;
  text-align: left;
  background: transparent; }

*:focus {
  outline: none; }

button, input, textarea, select {
  border-radius: 0;
  font: inherit;
  appearance: none; }

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes popin {
  from {
    opacity: 0;
    transform: scale(0.75); }
  50% {
    opacity: 1; } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.styleguide-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  margin: 25px;
  color: #000; }
  .styleguide-index__item {
    padding: 25px;
    background-color: #f9f9f9; }
    .styleguide-index__item a {
      border-bottom: 1px dotted #000; }
      .styleguide-index__item a:hover {
        color: #d8232a;
        border-color: #d8232a; }
  .styleguide-index__title {
    font-size: 20px;
    text-transform: lowercase;
    margin-bottom: 25px; }

.styleguide-component {
  margin: 25px; }
  .styleguide-component__title {
    font-size: 20px;
    color: #000;
    margin-bottom: 25px; }
  .styleguide-component__grid {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px; }
  .styleguide-component__modifier {
    font-size: 15px;
    color: #000;
    margin-bottom: 0.66667rem; }
  .styleguide-component__render {
    position: relative;
    display: flex;
    padding: 25px;
    border: 2px dashed #eee;
    margin-bottom: 25px; }

.styleguide-nav {
  background-color: #eee;
  padding: 12.5px 25px;
  color: #000; }
  .styleguide-nav a {
    border-bottom: 1px dotted #000;
    margin: 0 0.5rem; }
    .styleguide-nav a:hover {
      color: #d8232a;
      border-color: #d8232a; }

.styleguide-breadcrumbs {
  display: flex;
  justify-content: flex-start;
  font-size: 18px;
  background-color: #f9f9f9;
  padding: 12.5px;
  color: #000; }
  .styleguide-breadcrumbs a,
  .styleguide-breadcrumbs span {
    margin: 0 12.5px; }
  .styleguide-breadcrumbs a {
    border-bottom: 1px dotted #000; }
    .styleguide-breadcrumbs a:hover {
      color: #d8232a;
      border-color: #d8232a; }

html {
  overflow-y: scroll;
  font-size: 100%; }
  @media screen and (min-width: 750px) {
    html {
      font-size: 95%; } }
  @media screen and (min-width: 1024px) {
    html {
      font-size: 100%; } }
  @media screen and (min-width: 1150px) {
    html {
      font-size: 110%; } }
  @media screen and (min-width: 1280px) {
    html {
      font-size: 115%; } }
  @media screen and (min-width: 1500px) {
    html {
      font-size: 125%; } }

::-webkit-scrollbar {
  width: 8px;
  background-color: white;
  border-left: 1px solid #d8232a; }

::-webkit-scrollbar-thumb {
  background-color: #d8232a; }

::selection {
  background-color: #d8232a;
  color: white; }

body {
  font-family: Barlow, sans-serif;
  line-height: 1.35;
  font-weight: 400;
  color: #d8232a;
  background-color: white;
  scroll-behavior: smooth; }

.wrap {
  width: 95%;
  position: relative;
  margin: 0 auto; }

body .slideout-panel-left {
  padding-left: 2.5%; }

body .slideout-panel-right {
  padding-right: 2.5%; }

@media screen and (min-width: 450px) {
  body .wrap {
    width: 95%; }
  body .slideout-panel-left {
    padding-left: 2.5%; }
  body .slideout-panel-right {
    padding-right: 2.5%; } }

@media screen and (min-width: 750px) {
  body .wrap {
    width: 90%; }
  body .slideout-panel-left {
    padding-left: 5%; }
  body .slideout-panel-right {
    padding-right: 5%; } }

@media screen and (min-width: 1024px) {
  body .wrap {
    width: 87%; }
  body .slideout-panel-left {
    padding-left: 6.5%; }
  body .slideout-panel-right {
    padding-right: 6.5%; } }

@media screen and (min-width: 1150px) {
  body .wrap {
    width: 90%; }
  body .slideout-panel-left {
    padding-left: 5%; }
  body .slideout-panel-right {
    padding-right: 5%; } }

@media screen and (min-width: 1280px) {
  body .wrap {
    width: 88%; }
  body .slideout-panel-left {
    padding-left: 6%; }
  body .slideout-panel-right {
    padding-right: 6%; } }

@media screen and (min-width: 1375px) {
  body .wrap {
    width: 85%; }
  body .slideout-panel-left {
    padding-left: 7.5%; }
  body .slideout-panel-right {
    padding-right: 7.5%; } }

@page {
  size: auto;
  margin: 10mm 15mm 10mm 15mm; }

.invoice {
  -webkit-print-color-adjust: exact;
  width: 100%;
  color: black;
  background-color: #fff;
  font-size: 14px; }
  .invoice__title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px; }
  .invoice__small-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; }
  .invoice__row {
    padding: 25px 0;
    border-bottom: 5px solid black; }
    .invoice__row--compact {
      padding: 0;
      border-bottom-width: 3px; }
    .invoice__row--borderless {
      border: 0; }
  .invoice__header {
    font-weight: bold;
    background-color: #eee;
    text-align: left;
    padding: 10px; }
    .invoice__header--default {
      font-weight: normal; }
    .invoice__header--border {
      border-top: 2px dotted black; }
    .invoice__header--emphasis {
      font-size: 18px; }
  .invoice__data {
    padding: 5px 10px; }
    .invoice__data--note {
      font-style: italic;
      color: #444;
      padding: 0 25px; }
    .invoice__data--border {
      border-top: 2px dotted black; }
    .invoice__data--emphasis {
      font-size: 18px; }
  .invoice__key {
    font-weight: bold; }
  .invoice__value {
    text-align: left;
    width: 65%; }
    .invoice__value--emphasis {
      font-size: 15px; }
  .invoice__divider {
    color: #666;
    margin: 0 0.5rem; }
  .invoice__bottom {
    font-size: 12px; }

.logo {
  width: 4.4rem;
  height: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .logo svg {
    width: 100%;
    height: auto;
    transform-origin: center; }
    .logo svg path.accent,
    .logo svg polygon.accent {
      fill: #d8232a; }
    .logo svg path.white,
    .logo svg polygon.white {
      fill: white; }

.photo {
  width: 100%; }
  .photo img {
    display: block;
    width: 100%;
    height: auto; }

.wysiwyg {
  letter-spacing: .07em;
  line-height: 1.6em; }
  .wysiwyg--large {
    font-size: 1.25rem; }
  .wysiwyg strong {
    font-weight: bold; }
  .wysiwyg em {
    font-style: italic; }
  .wysiwyg p, .wysiwyg ul, .wysiwyg ol {
    margin-bottom: 2rem; }
    .wysiwyg p:last-child, .wysiwyg ul:last-child, .wysiwyg ol:last-child {
      margin-bottom: 0; }
  .wysiwyg a {
    position: relative; }
    .wysiwyg a:after {
      content: '';
      height: 1px;
      width: 100%;
      position: absolute;
      bottom: 1px;
      left: 0;
      right: 0;
      background-color: #d8232a; }
  .wysiwyg ul li {
    margin-left: 2rem;
    list-style: square; }

.title {
  position: relative;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d8232a;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1;
  color: #d8232a; }
  .title--reverse {
    color: white;
    border-bottom-color: white; }
  .title--small {
    font-family: Barlow Semi Condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-weight: 500;
    font-size: .85rem;
    line-height: 1.2;
    border-bottom: 0;
    padding-bottom: 0; }
    @media screen and (min-width: 1280px) {
      .title--small {
        font-size: 1.1rem; } }
  .title--extra-small {
    font-family: Barlow Semi Condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-weight: 500;
    font-size: .85rem;
    line-height: 1.2;
    border-bottom: 0;
    padding-bottom: 0; }
  .title--no-border {
    border: unset; }

.custom-select__container {
  position: relative;
  display: inline-block;
  min-width: 12rem; }
  .custom-select__container select {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }

.custom-select__opener {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0.5rem 0.66667rem 0.5rem 1rem;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1;
  color: #d8232a;
  background-color: white;
  cursor: pointer; }
  .custom-select__opener:after {
    position: relative;
    right: 0;
    width: 20px;
    height: 20px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d8232a' viewBox='0 0 24 24' width='20' height='20' stroke='%23d8232a'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 4h13M3 8h9m-9 4h9m5-4v12m0 0l-4-4m4 4l4-4' /%3E%3C/svg%3E"); }
    .custom-select__opener:after svg {
      fill: #d8232a; }
  .custom-select__opener:focus {
    outline: none; }
  .custom-select__opener span {
    display: none;
    overflow: hidden;
    text-overflow: ellipsis; }
  .custom-select--is-open .custom-select__opener {
    z-index: 103; }

.custom-select__panel {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  max-height: 0;
  background-color: white;
  transition: max-height .5s ease-out, overflow-y 0.1s 0.5s; }
  .custom-select--is-open .custom-select__panel {
    z-index: 102;
    overflow-y: auto;
    max-height: 15rem; }

.custom-select__option {
  cursor: pointer;
  color: #d8232a;
  padding: 0.33333rem 1rem;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1;
  opacity: .5; }
  .custom-select__option:hover {
    opacity: 1; }
  .custom-select__option:first-child {
    padding-top: 1.6rem; }
  .custom-select__option:last-child {
    padding-bottom: 0.8rem; }
  .custom-select__option--has-focus {
    color: #d8232a; }
  .custom-select__option--is-selected {
    color: #d8232a;
    opacity: 1; }
    .custom-select__option--is-selected:before {
      margin-left: 20px; }

.custom-select--is-disabled {
  opacity: .333; }

.button {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0.5rem 2rem;
  padding-bottom: 0.66667rem;
  border: 1px solid #d8232a;
  text-transform: lowercase;
  font-size: .75rem;
  letter-spacing: .25em;
  line-height: 1;
  background-color: #d8232a;
  color: white;
  cursor: pointer; }
  .button__icon {
    margin-right: 1rem; }
  .button--secondary {
    padding: 0.5rem 2rem;
    padding-bottom: 0.66667rem;
    border: 1px solid #d8232a;
    text-transform: lowercase;
    font-size: .75rem;
    letter-spacing: .25em;
    line-height: 1;
    background-color: transparent;
    color: #d8232a;
    cursor: pointer; }
  .button--reverse {
    padding: 0.5rem 2rem;
    padding-bottom: 0.66667rem;
    border: 1px solid white;
    text-transform: lowercase;
    font-size: .75rem;
    letter-spacing: .25em;
    line-height: 1;
    background-color: transparent;
    color: white;
    cursor: pointer; }
  .button--large {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.8rem 2rem; }
  .button--small {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.4rem 1rem;
    font-family: Barlow, sans-serif;
    line-height: 1.35;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .05em; }

.hero {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1;
  line-height: 1.2;
  font-size: 2rem; }
  @media screen and (min-width: 1024px) {
    .hero {
      font-size: 2.25rem; } }
  @media screen and (min-width: 1280px) {
    .hero {
      font-size: 2.5rem; } }

.highlight {
  padding: 1rem 2rem;
  color: white;
  background-color: #d8232a; }

.tag {
  font-size: .75rem;
  letter-spacing: .1em;
  line-height: 1;
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #d8232a;
  border: 1px solid #d8232a;
  cursor: pointer; }
  @media screen and (min-width: 750px) {
    .tag {
      font-size: .9rem; } }
  @media screen and (min-width: 1150px) {
    .tag {
      font-size: 1.1rem; } }
  .tag:hover {
    background-color: #d8232a;
    color: white; }
  .tag--highlight {
    background-color: #d8232a;
    color: white; }
  .tag--compact {
    font-size: .75rem;
    letter-spacing: .1em;
    line-height: 1; }
  .tag--simple {
    padding: 0;
    border: none;
    border-bottom: 1px solid #d8232a; }
    .tag--simple:hover {
      background-color: transparent;
      color: #d8232a; }

.textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  padding-bottom: 0.66667rem;
  border: 1px solid #d8232a;
  font-size: .75rem;
  letter-spacing: .1em;
  line-height: 1;
  background-color: transparent;
  color: #d8232a;
  resize: none;
  min-height: 6rem; }
  .textarea--borderless {
    border: none;
    padding: 0; }
  .textarea--large {
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .35em;
    line-height: 1.25;
    font-weight: 300;
    min-height: auto; }
  .textarea::placeholder {
    color: #c0c0c0; }

.radio__field {
  display: none; }
  .radio__field:checked + .radio__label {
    background-color: #d8232a;
    color: white; }
  .radio__field:disabled + .radio__label {
    opacity: .5; }

.radio__label {
  font-size: .75rem;
  letter-spacing: .1em;
  line-height: 1;
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #d8232a;
  border: 1px solid #d8232a;
  cursor: pointer; }

.note {
  padding: 0.5rem 1rem;
  border: 1px solid #d8232a;
  font-size: .75rem;
  color: #d8232a; }

.field {
  padding: 0.5rem 1rem;
  padding-bottom: 0.66667rem;
  border: 1px solid #d8232a;
  font-size: .75rem;
  letter-spacing: .1em;
  line-height: 1;
  background-color: transparent;
  color: #d8232a;
  display: block;
  width: 100%; }
  .field--alternate {
    padding: 0.5rem 1rem;
    padding-bottom: 0.66667rem;
    border: 1px solid white;
    font-size: .75rem;
    letter-spacing: .1em;
    line-height: 1;
    background-color: transparent;
    color: white; }
  .field--borderless {
    border: none;
    padding: 0; }
  .field--large {
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .35em;
    line-height: 1.25;
    font-weight: 300; }
  .field[type=number] {
    -moz-appearance: textfield; }
  .field::-webkit-outer-spin-button, .field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .field::placeholder {
    color: #c0c0c0; }

.label {
  display: inline-block;
  border: 1px solid #d8232a;
  font-family: Barlow, sans-serif;
  line-height: 1.35;
  font-size: .5rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  white-space: nowrap; }

.icon {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer; }
  .icon svg {
    display: block;
    width: 100%;
    height: 100%; }
    .icon svg * {
      fill: #d8232a; }
  .icon--alternate svg * {
    fill: white; }

.giftcard {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0 0.66667rem 1.33333rem #c0c0c0; }

.link-button {
  color: #d8232a;
  border-bottom: 1px solid #d8232a; }
  .link-button--negative {
    color: white;
    border-color: white; }

.sticky {
  width: 100%;
  height: 100%; }
  .sticky__top {
    position: sticky; }
  .sticky__bottom {
    position: sticky;
    bottom: 0; }

.toggle {
  display: flex;
  justify-content: center;
  align-items: center; }
  .toggle span {
    margin-right: 1rem;
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: .15em;
    line-height: 1;
    font-weight: 400; }
  .toggle input[type=checkbox] {
    height: 0;
    width: 0;
    display: none; }
  .toggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 2.25rem;
    height: 1.25rem;
    background: #666;
    display: block;
    border-radius: 100px;
    position: relative; }
  .toggle label:after {
    content: '';
    position: absolute;
    top: 3.5px;
    left: 5px;
    width: 0.9rem;
    height: 0.9rem;
    background: #fff;
    border-radius: 90px;
    transition: 0.2s; }
  .toggle input:checked + label {
    background: #d8232a; }
  .toggle input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%); }
  .toggle label:active:after {
    width: 0.926rem; }

.cta {
  display: block;
  border: 1px solid #d8232a;
  padding: 0.66667rem; }
  .cta__content {
    font-family: Barlow, sans-serif;
    line-height: 1.35;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .05em; }

.button-group {
  display: flex;
  align-items: center; }
  .button-group__btn {
    margin: 0 0.33333rem; }
    .button-group--alternate-direction .button-group__btn {
      margin: 0.25rem 0; }
    .button-group__btn:first-child {
      margin-left: 0;
      margin-top: 0; }
    .button-group__btn:last-child {
      margin-right: 0;
      margin-bottom: 0; }
    .button-group__btn--hidden {
      visibility: hidden; }
  .button-group--alternate-direction {
    flex-direction: column;
    align-items: flex-end; }

.content-block {
  width: 100%; }
  .content-block__row {
    display: flex;
    flex-wrap: wrap; }
  .content-block__col {
    width: 100%;
    margin-bottom: 2rem; }
    @media screen and (min-width: 750px) {
      .content-block__col:first-child {
        width: 40%;
        margin-bottom: 0;
        padding-right: 2rem; }
        .content-block--alt .content-block__col:first-child {
          width: 30%; } }
    @media screen and (min-width: 1150px) {
      .content-block__col:first-child {
        padding-right: 3rem; } }
    @media screen and (min-width: 750px) {
      .content-block__col:last-child {
        width: 60%; }
        .content-block--alt .content-block__col:last-child {
          width: 70%; } }
    .content-block__col:only-child {
      width: 100%;
      padding-right: 0;
      margin-bottom: 0; }

.data-list {
  width: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
  text-transform: lowercase; }
  .data-list__key {
    float: left;
    width: 50%;
    clear: both;
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .25em;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 750px) {
      .data-list__key {
        width: 25%; } }
  .data-list__value {
    float: left;
    width: 50%;
    font-size: .75rem;
    line-height: 1;
    text-align: right;
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 750px) {
      .data-list__value {
        width: 45%;
        text-align: left; } }

.table {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden; }
  .table__table {
    position: relative;
    width: 100%; }
  .table__header {
    background-color: #d8232a;
    color: white;
    text-align: left;
    padding: 0.4rem 0.66667rem; }
  .table__data {
    padding: 0.4rem 0.66667rem;
    vertical-align: top;
    white-space: nowrap; }
    .table__data a {
      border-bottom: 1px solid #d8232a; }
  .table__data-row:nth-child(odd) {
    background-color: #f0f0f0; }
  .table__data-row:hover {
    background-color: #d7d7d7; }

.coverart {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 1rem 2rem #c0c0c0;
  border-radius: 3px;
  border-top: 1px solid white;
  border-left: 1px solid white; }
  .coverart__img {
    display: block;
    width: 100%; }
  .coverart__price {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    padding: 0.5rem 0.5625em;
    font-size: .65rem;
    color: black;
    font-family: monospace, serif;
    background-color: #fd5f00;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
    .coverart--variation-0 .coverart__price {
      right: 2rem;
      bottom: 2rem;
      transform: rotate(-10deg); }
    .coverart--variation-1 .coverart__price {
      bottom: initial;
      top: 2rem;
      right: 2rem;
      padding: 0.5rem 0.75em;
      background-color: #c4da5f;
      transform: rotate(8deg); }
      .coverart--variation-1 .coverart__price:after, .coverart--variation-1 .coverart__price:before {
        display: none; }
    .coverart--variation-2 .coverart__price {
      right: initial;
      bottom: 2rem;
      left: 2rem;
      transform: rotate(-5deg); }
    .coverart--variation-3 .coverart__price {
      right: initial;
      bottom: initial;
      top: 2rem;
      left: 2rem;
      transform: rotate(3deg); }
    .coverart__price:after, .coverart__price:before {
      content: '';
      position: absolute;
      top: 50%;
      display: block;
      width: 1.5em;
      height: 1.5em;
      border-radius: 50%;
      border-top-left-radius: 0;
      border-bottom-right-radius: 0;
      background-color: #fd5f00;
      transform: translateY(-50%) scaleX(0.75) rotate(45deg); }
    .coverart__price:before {
      left: -0.75em; }
    .coverart__price:after {
      right: -0.75em; }
  .coverart__sticker {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 45%;
    padding: 0.66667rem;
    border-radius: 0.44444rem 0.44944rem 0.45455rem 0.45977rem;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
    font-family: Gloria Hallelujah, serif;
    font-size: .75rem;
    line-height: 1.5;
    text-align: center;
    color: black;
    background-color: white;
    background-image: url("img/note-sticker-bg.png"); }
    .coverart--variation-0 .coverart__sticker {
      color: #2f6fc3;
      transform: rotate(7deg); }
    .coverart--variation-1 .coverart__sticker {
      top: 35%;
      left: initial;
      right: 1rem;
      transform: rotate(-4deg); }
    .coverart--variation-2 .coverart__sticker {
      top: 25%;
      color: #2f6fc3;
      transform: rotate(3deg); }
    .coverart--variation-3 .coverart__sticker {
      top: initial;
      left: initial;
      right: 1rem;
      bottom: 1rem;
      transform: rotate(-6deg); }
    .coverart__sticker:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      background-image: url("img/note-sticker-writing-grunge.png"); }
  .coverart:before, .coverart:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block; }
  .coverart:after {
    box-shadow: inset -1px -1px 2px rgba(0, 0, 0, 0.3); }
  .coverart:before {
    mix-blend-mode: lighten; }

.article-item {
  width: 100%; }
  .article-item__img {
    margin-bottom: 2rem; }
    .article-item__img img {
      display: block;
      width: 100%; }
    .article-item--highlight .article-item__img {
      margin-bottom: 0; }
  .article-item__content {
    padding-bottom: 2rem; }
    .article-item--highlight .article-item__content {
      padding: 1.6rem 2rem; }
  .article-item__date {
    display: block;
    margin-bottom: 0.5rem;
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .25em; }
    .article-item--highlight .article-item__date {
      color: white; }
  .article-item__title {
    margin-bottom: 1.33333rem; }
  .article-item--highlight .article-item__description {
    color: white; }
  .article-item--highlight {
    background-color: #d8232a; }

.article-list {
  padding-top: 3rem;
  display: grid;
  grid-gap: 1rem; }
  @media screen and (min-width: 750px) {
    .article-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 1150px) {
    .article-list {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (min-width: 1280px) {
    .article-list {
      grid-gap: 2rem; } }
  @media screen and (min-width: 1750px) {
    .article-list {
      grid-template-columns: repeat(4, 1fr); } }
  .article-list__item {
    display: flex;
    border-bottom: 1px solid #d8232a; }

.tabular-nav {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid #d8232a;
  padding: 0 1rem; }
  .tabular-nav__item {
    border: 1px solid #d8232a;
    border-bottom: 1px solid white;
    margin-bottom: -1px;
    margin-right: 0.5rem;
    background-color: #d8232a;
    border-bottom-color: #d8232a;
    color: white; }
    .tabular-nav__item--active {
      background-color: white;
      border-bottom-color: white;
      color: #d8232a; }
  .tabular-nav__link {
    display: block;
    padding: 0.2rem 1rem; }

.widget {
  width: 100%;
  padding: 1rem;
  border: 1px solid #d8232a; }
  .widget__header {
    margin-bottom: 1rem; }
  .widget__content {
    padding: 1rem;
    padding-bottom: 2rem; }

.barchart {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 14rem;
  padding-bottom: 2rem; }
  .barchart__bar {
    position: relative;
    width: 0.5rem;
    height: 12rem;
    background-color: #c0c0c0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column; }
  .barchart__value {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #d8232a; }
  .barchart__projection {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(216, 35, 42, 0.25); }
  .barchart__legend {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: .6rem;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }

.filter-nav {
  width: 100%;
  display: flex;
  justify-content: flex-start; }
  .filter-nav__item {
    display: block;
    margin-right: 1rem; }
    .filter-nav__item:before {
      content: '';
      display: inline-block;
      box-sizing: border-box;
      margin-right: 0.5rem;
      width: 0.66667rem;
      height: 0.66667rem;
      border: 1px solid #d8232a;
      background-color: white; }
    .filter-nav__item--active:before {
      background-color: #d8232a; }

.text-block {
  width: 100%; }
  .text-block__header {
    display: flex;
    margin-bottom: 2rem;
    border-bottom: 1px solid #d8232a; }
  .text-block__footer {
    display: flex;
    margin-top: 2rem; }

.giftcard-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 4px solid #d8232a; }
  .giftcard-item__content {
    padding: 1.6rem 2rem; }
  .giftcard-item__title {
    margin-bottom: 1rem; }
  .giftcard-item__introduction {
    margin-bottom: 2rem;
    text-transform: lowercase;
    font-size: .8rem;
    letter-spacing: .1em; }
  .giftcard-item__list {
    font-size: .9rem; }
  .giftcard-item__list-item {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.5rem; }
    .giftcard-item__list-item:before {
      content: '';
      position: absolute;
      left: 0;
      width: 1rem;
      height: 1rem;
      background-image: url("img/icons/check.svg");
      background-size: contain;
      background-position: left center;
      background-repeat: no-repeat; }
  .giftcard-item__footer {
    display: flex;
    margin-top: auto; }
    .giftcard-item__footer > * {
      flex-grow: 1; }
  .giftcard-item:hover, .giftcard-item:active {
    color: white;
    background-color: #d8232a; }
    .giftcard-item:hover .giftcard-item__title > *, .giftcard-item:active .giftcard-item__title > * {
      color: white; }
    .giftcard-item:hover .giftcard-item__list-item:before, .giftcard-item:active .giftcard-item__list-item:before {
      background-image: url("img/icons/check-alternate.svg"); }

.giftcard-list {
  width: 100%;
  display: flex; }
  .giftcard-list__item {
    display: flex;
    width: 50%;
    margin: 0 1rem; }
    .giftcard-list__item:first-child {
      margin-left: 0; }
    .giftcard-list__item:last-child {
      margin-right: 0; }

.giftcard-view {
  width: 100%; }
  .giftcard-view__header {
    margin-bottom: 2rem; }
  .giftcard-view__content {
    margin-bottom: 2rem; }
  .giftcard-view__amount-selector {
    margin-bottom: 0.88889rem; }
  .giftcard-view__order {
    padding: 2rem;
    background-color: #d8232a;
    color: white; }

.giftcard-order {
  width: 100%; }
  .giftcard-order__header {
    margin-bottom: 2rem; }
  .giftcard-order__errors {
    margin-bottom: 2rem; }
  .giftcard-order__footer {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-end; }
  .giftcard-order__amount-selector {
    margin-bottom: 0.66667rem; }
  .giftcard-order__message {
    margin-top: 1rem; }

.radio-list {
  display: flex;
  flex-wrap: wrap; }
  .radio-list__item {
    margin-right: 0.2rem;
    margin-bottom: 0.2rem; }

.barcode {
  display: block;
  padding: 0.66667rem;
  color: black;
  border: 4px solid #d8232a; }
  .barcode--borderless {
    border: 0;
    padding: 0.33333rem 0.66667rem; }
  .barcode--paddingless {
    border: 0;
    padding: 0; }
  .barcode__coupon {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 0.33333rem;
    letter-spacing: 0.33333rem;
    text-transform: uppercase;
    font-family: monospace, serif;
    font-size: .85rem; }
  .barcode__top-info {
    margin-bottom: 0.25rem; }
  .barcode__additional-info {
    font-size: .75rem;
    font-family: monospace, serif; }
    .barcode__additional-info--small {
      font-size: .5rem; }
  .barcode__date {
    display: block;
    width: 40%;
    float: left; }
  .barcode__value {
    display: block;
    width: 55%;
    float: right;
    text-align: right;
    font-size: 40px;
    line-height: 1; }

.fieldset {
  width: 100%;
  margin-bottom: 0.4rem; }
  .fieldset__label {
    display: block;
    margin-bottom: 0.66667rem; }
    .fieldset--large .fieldset__label {
      font-family: Barlow Semi Condensed, sans-serif;
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: .35em;
      text-transform: uppercase;
      line-height: 1.25; }
    .fieldset--inline .fieldset__label {
      width: 25%;
      margin-bottom: 0; }
  .fieldset__input {
    display: flex;
    align-items: center;
    width: 100%; }
    .fieldset--inline .fieldset__input {
      width: auto;
      flex-grow: 1;
      margin-left: 1rem; }
  .fieldset__addon {
    display: block; }
    .fieldset--large .fieldset__addon {
      font-family: Barlow Semi Condensed, sans-serif;
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: .35em;
      text-transform: uppercase;
      line-height: 1.25;
      font-weight: 300; }
  .fieldset--alternate {
    color: white; }
  .fieldset--inline {
    display: flex;
    padding: 0.72727rem 0;
    border-bottom: 1px solid #d8232a; }

.announcement {
  display: block;
  position: relative;
  width: 100%;
  padding: 2rem;
  padding-bottom: 1.33333rem;
  background-color: black;
  background-position: center center;
  background-size: cover;
  animation: fadein .75s; }
  .announcement:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85); }
  .announcement__main {
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 450px) {
      .announcement__main {
        display: flex; } }
  .announcement__photo {
    width: 100%;
    margin-bottom: 1rem; }
    @media screen and (min-width: 450px) {
      .announcement__photo {
        width: 35%;
        margin-bottom: 0; } }
    @media screen and (min-width: 750px) {
      .announcement__photo {
        width: 20%; } }
  .announcement__content {
    width: 100%; }
    @media screen and (min-width: 450px) {
      .announcement__content {
        width: 65%;
        padding-left: 2rem; } }
    @media screen and (min-width: 750px) {
      .announcement__content {
        width: 80%; } }
  .announcement__header {
    position: relative;
    margin-bottom: 0.5rem;
    padding-right: 2rem; }
  .announcement__cta {
    position: absolute;
    top: 0;
    right: 0; }
  .announcement__text {
    color: #888; }

.cta-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
  width: 100%;
  padding-bottom: 2rem; }
  @media screen and (min-width: 450px) {
    .cta-row {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (min-width: 1024px) {
    .cta-row {
      grid-template-columns: repeat(6, 1fr); } }
  .cta-row__item {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.33333rem;
    text-transform: lowercase;
    font-size: .7rem;
    line-height: 1.25;
    letter-spacing: .15em;
    color: white;
    background-color: #d8232a; }
    .cta-row__item:hover button {
      color: #d8232a;
      border: 1px #d8232a solid;
      background-color: white; }
    .cta-row__item--content {
      display: flex;
      flex-direction: column;
      width: 80%; }
      .cta-row__item--content > *:not(:first-child) {
        padding-top: 0.5rem; }
    .cta-row__item--button {
      margin-top: 2rem; }
      .cta-row__item--button > button {
        display: inline-block;
        width: auto; }
    .cta-row__item--inverse {
      color: #d8232a;
      border: 1px #d8232a solid;
      background-color: white; }
      .cta-row__item--inverse .title {
        color: #d8232a; }
      .cta-row__item--inverse .button {
        color: #d8232a;
        border: 1px #d8232a solid;
        background-color: transparent; }
      .cta-row__item--inverse:hover button {
        color: white;
        border: 1px white solid;
        background-color: #d8232a; }
    .cta-row__item--newsletter {
      cursor: pointer; }
    .cta-row__item--half {
      grid-column: span 1; }

.content-section {
  width: 100%;
  margin-bottom: 4rem; }
  .content-section:last-child, .content-section:only-child {
    margin-bottom: 0; }
  .content-section--compact {
    margin-bottom: 2rem; }

.giftcard {
  width: 100%; }
  .giftcard__banner {
    height: 250px;
    padding: 2rem;
    background-position: center center;
    background-size: cover; }
  .giftcard__logo {
    display: block;
    width: 20%; }
    .giftcard__logo img {
      display: block;
      width: 100%; }
  .giftcard__header {
    padding-top: 2rem;
    padding-bottom: 1rem;
    border-bottom: 4px solid #d8232a; }
  .giftcard__title {
    display: inline-block;
    font-size: 50px;
    font-weight: 900;
    line-height: 75px; }
  .giftcard__value {
    display: inline-block;
    float: right;
    font-size: 75px;
    font-weight: 900;
    line-height: 1; }
  .giftcard__main {
    padding: 0 2rem; }
  .giftcard__content {
    width: 65%;
    float: left; }
  .giftcard__side {
    width: 30%;
    float: right; }
  .giftcard__footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 80px;
    z-index: 999;
    padding: 2rem;
    clear: both;
    width: 100%;
    color: white;
    background-color: #d8232a; }
    .giftcard__footer strong {
      font-weight: bold; }
    .giftcard__footer em {
      text-decoration: underline; }
  .giftcard__custom-message {
    font-size: 18px;
    font-weight: 900;
    padding: 2rem 0;
    border-bottom: 4px solid #d8232a; }
  .giftcard__code {
    font-size: 18px;
    font-weight: 900;
    margin-top: 2rem; }
  .giftcard__valid {
    margin-bottom: 2rem; }
  .giftcard__code-title {
    font-weight: normal; }
  .giftcard__opening-times {
    font-weight: 900;
    font-size: 16px;
    padding: 2rem 0;
    border-bottom: 4px solid #d8232a; }
  .giftcard__address {
    padding: 2rem 0;
    line-height: 1; }
  .giftcard__barcode {
    display: block;
    border-top: 4px solid #d8232a;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
    padding-top: 2rem; }

.intro {
  width: 100%;
  position: relative;
  height: 100vh;
  background-color: black; }
  .intro__photo {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: fadein 1s; }
    .intro__photo img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: .25; }
  .intro__content {
    position: relative;
    z-index: 1;
    height: 100vh;
    width: 50%;
    margin: 0 auto;
    padding: 2rem;
    padding-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .intro__pretitle {
    color: #666;
    text-transform: uppercase;
    font-size: .85rem;
    margin-bottom: 1rem; }
    .intro__pretitle strong {
      color: #bfbfbf; }
  .intro__hero {
    text-align: center;
    margin-bottom: 1rem; }
  .intro__title {
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    line-height: 1;
    color: white;
    margin-bottom: 1rem; }
  .intro__subtitle {
    color: white; }
  .intro__footer {
    margin-top: 2rem;
    display: flex;
    justify-content: center; }

.shop-page {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4rem; }
  .shop-page__nav {
    display: none; }
    @media screen and (min-width: 1150px) {
      .shop-page__nav {
        display: block;
        width: 19%;
        padding-right: 4rem; } }
  @media screen and (min-width: 1150px) {
    .shop-page__content {
      padding-left: 2rem;
      width: 81%; } }
  .shop-page__content-header {
    margin-bottom: 2rem; }
    .shop-page__content-header--compact {
      margin-bottom: 0; }

.shop-nav {
  margin-bottom: 1rem; }
  .shop-nav:last-child {
    margin-bottom: 0; }
  .shop-nav ul {
    padding-bottom: 1rem; }
    .shop-nav ul li {
      font-family: Barlow, sans-serif;
      line-height: 1.35;
      font-size: .75rem;
      font-weight: 300;
      letter-spacing: .05em;
      margin-bottom: 0.25rem; }
      .shop-nav ul li.active a,
      .shop-nav ul li a:hover {
        text-decoration: underline; }
      .shop-nav ul li a {
        display: block; }
  .shop-nav__title {
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .35em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d8232a; }

.account {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4rem; }
  @media screen and (min-width: 1024px) {
    .account {
      flex-direction: row; } }
  .account__navigation {
    display: block;
    width: 100%;
    margin-bottom: 1rem; }
    @media screen and (min-width: 1024px) {
      .account__navigation {
        width: 25%;
        padding-right: 4rem; } }
    @media screen and (min-width: 1150px) {
      .account__navigation {
        width: 19%; } }
    .account__navigation:last-child {
      margin-bottom: 0; }
    .account__navigation ul {
      display: flex;
      padding-bottom: 1rem; }
      @media screen and (min-width: 1024px) {
        .account__navigation ul {
          display: unset; } }
      .account__navigation ul li {
        font-family: Barlow, sans-serif;
        line-height: 1.35;
        font-size: .75rem;
        font-weight: 300;
        letter-spacing: .05em;
        margin-right: 1rem;
        margin-bottom: 0.25rem; }
        @media screen and (min-width: 1024px) {
          .account__navigation ul li {
            margin-right: unset; } }
        .account__navigation ul li.active a, .account__navigation ul li a:hover {
          text-decoration: underline; }
        .account__navigation ul li a {
          display: block; }
    .account__navigation--title {
      font-family: Barlow Semi Condensed, sans-serif;
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: .35em;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid #d8232a; }
  .account__content {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .account__content {
        width: 75%; } }
    @media screen and (min-width: 1150px) {
      .account__content {
        width: 81%; } }
  .account__section {
    margin-bottom: 4rem; }
    .account__section:last-child {
      margin-bottom: 0; }
    .account__section--header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid #d8232a; }
    .account__section--title {
      font-family: Barlow Semi Condensed, sans-serif;
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: .35em;
      text-transform: uppercase;
      line-height: 1; }
    .account__section--content {
      display: block; }
      .account__section--content > * {
        margin-bottom: 1rem; }
    .account__section--row {
      display: block; }
      @media screen and (min-width: 750px) {
        .account__section--row > * {
          margin-right: 2rem; } }
      .account__section--row:last-child {
        margin-right: 0; }
      @media screen and (min-width: 750px) {
        .account__section--row {
          display: flex; } }

fieldset {
  width: 100%; }

input {
  padding: 0.5rem 1rem;
  padding-bottom: 0.66667rem;
  border: 1px solid #d8232a;
  font-size: .75rem;
  letter-spacing: .1em;
  line-height: 1;
  background-color: transparent;
  color: #d8232a;
  width: 100%; }

select {
  padding: 0.5rem 1rem;
  padding-bottom: 0.66667rem;
  border: 1px solid #d8232a;
  font-size: .75rem;
  letter-spacing: .1em;
  line-height: 1;
  background-color: transparent;
  color: #d8232a;
  width: 100%;
  position: relative;
  text-transform: initial;
  border: 1px solid #d8232a; }
  select:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.825rem;
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.175rem;
    border-left: 0.35rem solid transparent;
    border-right: 0.35rem solid transparent;
    border-top: 0.35rem solid #d8232a; }

.orders {
  width: 100%; }
  .orders__release {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .orders__release--info {
      display: flex;
      align-items: center; }
      .orders__release--info .release-formats li {
        margin-bottom: -1rem; }
    .orders__release--image {
      padding-right: 2rem; }
    .orders__release--price {
      float: right; }
  .orders__totals--row {
    margin: 1rem 0;
    padding: 1rem 0;
    border-top: 1px solid #d8232a; }
  .orders__totals--content {
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .35em;
    text-transform: uppercase;
    line-height: 1;
    width: 35%;
    float: right;
    display: flex;
    justify-content: space-between; }

#header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white; }
  body.search-bar-focus #header {
    position: absolute; }
  body.full-page #header {
    background-color: transparent; }
  #header > div:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    display: block;
    height: 4px;
    background-color: #d8232a; }

.header-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 1.66667rem 0;
  transition: padding 0.35s cubic-bezier(0.72, 0.16, 0.34, 0.82); }

#logo {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 50%;
  width: 4.4rem;
  height: 2.7rem;
  margin-left: -2.2rem;
  margin-top: -1.35rem; }
  #logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
  #logo span {
    display: none; }
  #logo svg {
    width: 100%;
    height: auto;
    transform-origin: center; }
    #logo svg path.accent,
    #logo svg polygon.accent {
      fill: #d8232a; }
    #logo svg path.white,
    #logo svg polygon.white {
      fill: white; }

#hamburger {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 2rem;
  height: 1.33333rem;
  cursor: pointer; }
  #hamburger:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border-top: 3px solid #d8232a;
    border-bottom: 3px solid #d8232a; }
  #hamburger:before {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background-color: #d8232a; }

#main-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  body.show-nav #main-nav {
    transform: translateX(0%); }

#main-nav .main li {
  position: relative; }

#main-nav .main li.active:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 3px;
  width: 4rem;
  background-color: #d8232a;
  transform: translateY(-50%); }

#main-nav .main li.active a {
  padding-left: 5rem; }

#main-nav .main li a {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .35em;
  text-transform: uppercase;
  line-height: 1.75; }

#main-nav .footer li a {
  position: relative;
  text-transform: lowercase;
  font-size: .8rem;
  letter-spacing: .1em;
  text-decoration: none; }
  #main-nav .footer li a:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d8232a; }

.sub-nav {
  display: none; }
  @media screen and (min-width: 1024px) {
    .sub-nav {
      display: flex;
      margin: 2rem 0 0 0; } }
  .sub-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .sub-nav li:last-child a {
    border-right: 0; }
  .sub-nav li:first-child a {
    padding-left: 0; }
  .sub-nav a {
    display: block;
    margin-bottom: 0.5rem;
    padding: 0 2rem;
    border-right: 1px solid #d8232a;
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .35em;
    text-transform: uppercase;
    line-height: 1.75;
    line-height: 1; }
  .sub-nav.centered {
    justify-content: center; }
    .sub-nav.centered li a {
      padding: 0 2rem; }

#side-nav {
  display: flex; }
  #side-nav button {
    display: flex;
    width: 1.66667rem;
    height: 1.66667rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 1rem; }
  #side-nav svg {
    display: block;
    width: 1.66667rem;
    height: 1.66667rem; }
  #side-nav path.accent {
    fill: #d8232a; }
  #side-nav path.filled {
    fill: none; }
    body.cart-has-items #side-nav path.filled {
      fill: #d8232a; }

.user-panel {
  position: absolute;
  z-index: 6;
  top: 0.5rem;
  right: 0;
  font-size: .6rem;
  text-transform: uppercase; }
  .user-panel .link {
    font-size: .6rem;
    text-transform: lowercase;
    margin-left: 0.5rem;
    color: #c0c0c0; }

.user-panel-greeting-long {
  display: none; }
  @media screen and (min-width: 750px) {
    .user-panel-greeting-long {
      display: inline; } }

.user-panel-greeting-short {
  display: inline; }
  @media screen and (min-width: 750px) {
    .user-panel-greeting-short {
      display: none; } }

#search-bar {
  display: none;
  border-bottom: 4px solid #d8232a;
  background-color: white;
  margin-bottom: 3rem; }
  body.visible-search-bar #search-bar {
    display: block; }
  body.search-bar-focus #search-bar {
    position: relative;
    z-index: 9999;
    display: block; }
    body.search-bar-focus #search-bar:after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      right: -1rem;
      bottom: -4px;
      left: -1rem;
      display: block;
      background-color: white; }
  #search-bar .search-bar-wrap {
    padding: 0.66667rem 0 0.5rem 0; }
  #search-bar #search-form input {
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.15rem;
    letter-spacing: .1em;
    font-weight: 500;
    padding: 0.5rem 0;
    letter-spacing: initial;
    background-color: white; }
    @media screen and (min-width: 750px) {
      #search-bar #search-form input {
        font-size: 2rem; } }
    @media screen and (min-width: 1150px) {
      #search-bar #search-form input {
        font-size: 2.5rem; } }
  #search-bar #search-form input::placeholder {
    color: #c0c0c0;
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.15rem;
    letter-spacing: .1em;
    font-weight: 500; }
    @media screen and (min-width: 750px) {
      #search-bar #search-form input::placeholder {
        font-size: 2rem; } }
    @media screen and (min-width: 1150px) {
      #search-bar #search-form input::placeholder {
        font-size: 2.5rem; } }
  #search-bar #search-form fieldset {
    flex-grow: 1; }

#search-form {
  display: flex; }
  #search-form label {
    display: none; }
  #search-form input {
    width: 100%;
    padding: 0;
    border: none;
    box-shadow: none; }
  #search-form input::placeholder {
    color: #c0c0c0; }
  #search-form button {
    padding: 0.5rem 0;
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 500;
    cursor: pointer;
    color: #d8232a; }
    @media screen and (min-width: 750px) {
      #search-form button {
        font-size: 2rem; } }
    @media screen and (min-width: 1150px) {
      #search-form button {
        font-size: 2.5rem; } }

.popular-searches {
  margin-top: 0.66667rem; }
  @media screen and (min-width: 1150px) {
    .popular-searches {
      font-size: .75rem; } }
  .popular-searches a {
    display: inline-block;
    margin-right: 0.5rem;
    border-bottom: 1px solid #d8232a; }

.popular-searches-title {
  margin-right: 0.5rem;
  font-weight: bold; }
  @media screen and (min-width: 1150px) {
    .popular-searches-title {
      font-size: .85rem; } }

.mobile-hide {
  display: none; }
  @media screen and (min-width: 750px) {
    .mobile-hide {
      display: block; } }

#main {
  padding: 5rem 0 4rem 0; }

#footer {
  padding: 2rem 0;
  padding-bottom: 1rem;
  background-color: #d8232a;
  color: white; }
  @media screen and (min-width: 750px) {
    #footer {
      padding-top: 4rem;
      padding-bottom: 2rem; } }

@media screen and (min-width: 450px) {
  .footer-cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

.footer-col-1 {
  width: 100%;
  margin-bottom: 2rem; }
  @media screen and (min-width: 450px) {
    .footer-col-1 {
      width: 50%; } }
  @media screen and (min-width: 750px) {
    .footer-col-1 {
      width: 45%;
      margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .footer-col-1 {
      width: 40%; } }

.footer-col-2 {
  width: 100%;
  margin-bottom: 2rem; }
  @media screen and (min-width: 450px) {
    .footer-col-2 {
      width: 50%; } }
  @media screen and (min-width: 750px) {
    .footer-col-2 {
      width: 35%;
      margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .footer-col-2 {
      width: 30%; } }

.footer-col-3 {
  width: 100%;
  margin-bottom: 2rem; }
  @media screen and (min-width: 750px) {
    .footer-col-3 {
      width: 20%;
      margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .footer-col-3 {
      width: 30%; } }

.footer-nav li {
  position: relative; }

.footer-nav li.active:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 3px;
  width: 4rem;
  background-color: white;
  transform: translateY(-50%); }

.footer-nav li.active a {
  padding-left: 5rem; }

.footer-nav li a {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .35em;
  text-transform: uppercase;
  line-height: 1.75;
  font-weight: 400; }

.footer-social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  @media screen and (min-width: 750px) {
    .footer-social {
      flex-direction: column;
      align-items: flex-end; } }
  .footer-social .social-item {
    width: 1.42857rem;
    height: 1.42857rem;
    margin-right: 2rem; }
    .footer-social .social-item:last-child {
      margin-right: 0; }
    @media screen and (min-width: 750px) {
      .footer-social .social-item {
        margin-right: 0;
        margin-bottom: 2rem; }
        .footer-social .social-item:last-child {
          margin-bottom: 0; } }
    .footer-social .social-item svg {
      width: 1.42857rem;
      height: 1.42857rem; }

.footer-contact {
  text-transform: lowercase;
  font-size: .7rem;
  line-height: 1.25;
  letter-spacing: .15em; }
  .footer-contact button {
    cursor: pointer;
    text-transform: lowercase;
    font-size: .7rem;
    line-height: 1.25;
    letter-spacing: .15em; }
  .footer-contact div,
  .footer-contact address {
    margin-bottom: 1rem; }
    .footer-contact div:last-child,
    .footer-contact address:last-child {
      margin-bottom: 0; }

.footer-bottom {
  margin-top: 2rem;
  text-transform: lowercase;
  font-size: .7rem;
  line-height: 1.25;
  letter-spacing: .15em; }
  @media screen and (min-width: 1150px) {
    .footer-bottom {
      margin-top: 4rem; } }

.footer-copyright {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media screen and (min-width: 750px) {
    .footer-copyright {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }

.footer-discaimer-links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0.66667rem; }
  @media screen and (min-width: 750px) {
    .footer-discaimer-links {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      margin-top: 0;
      margin-left: 1rem;
      margin-bottom: 0; } }
  .footer-discaimer-links a {
    border-bottom: 1px solid white;
    margin-right: 0.66667rem;
    margin-bottom: 0.66667rem; }
    @media screen and (min-width: 750px) {
      .footer-discaimer-links a {
        margin-bottom: 0; } }
    .footer-discaimer-links a:last-child {
      margin-right: 0; }

.footer-credit {
  display: flex;
  margin-top: 2rem;
  align-self: flex-end; }
  @media screen and (min-width: 450px) {
    .footer-credit {
      justify-content: flex-end;
      margin-top: 0; } }
  .footer-credit a {
    display: block;
    width: 3.4rem;
    height: 1.7rem; }
    .footer-credit a svg {
      display: block;
      height: 100%;
      width: 100%; }
    .footer-credit a svg * {
      fill: white; }

.footer-contact #subscribe-form {
  display: flex;
  margin-top: 1rem; }
  .footer-contact #subscribe-form label {
    display: none; }
  @media screen and (min-width: 450px) {
    .footer-contact #subscribe-form fieldset {
      width: 50%; } }
  @media screen and (min-width: 1280px) {
    .footer-contact #subscribe-form fieldset {
      width: 65%; } }
  .footer-contact #subscribe-form input {
    display: block;
    width: 100%;
    padding: 0.5rem 0.66667rem;
    padding-bottom: 0.66667rem;
    border: 1px solid white;
    text-transform: lowercase;
    font-size: .7rem;
    letter-spacing: .15em;
    line-height: 1;
    background-color: white; }
  .footer-contact #subscribe-form input::placeholder {
    color: black; }
  .footer-contact #subscribe-form .submit {
    padding: 0.5rem 2rem;
    padding-bottom: 0.66667rem;
    border: 1px solid white;
    text-transform: lowercase;
    font-size: .75rem;
    letter-spacing: .25em;
    line-height: 1;
    background-color: #d8232a;
    color: white;
    cursor: pointer;
    padding-left: 1rem;
    padding-right: 1rem; }

.checkout-form label {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  line-height: 1;
  display: block;
  font-size: .75rem; }

.checkout-form input,
.checkout-form select,
.checkout-form textarea {
  height: 1.33333rem;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #d8232a;
  font-size: .75rem;
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 1.5;
  background-color: transparent;
  color: #d8232a;
  width: 100%; }
  .checkout-form input:disabled,
  .checkout-form select:disabled,
  .checkout-form textarea:disabled {
    color: #5a5a5a;
    border-color: #c0c0c0; }

.checkout-form textarea {
  height: 3rem;
  resize: none; }

.checkout-form fieldset {
  margin-bottom: 1rem; }
  .checkout-form fieldset.required label:after {
    content: '*';
    margin-left: 0.33333rem; }

.checkout-form button {
  padding: 0.5rem 2rem;
  padding-bottom: 0.66667rem;
  border: 1px solid #d8232a;
  text-transform: lowercase;
  font-size: .75rem;
  letter-spacing: .25em;
  line-height: 1;
  background-color: #d8232a;
  color: white;
  cursor: pointer; }

.checkout-form .styled-checkbox {
  margin: 1rem 0; }
  .checkout-form .styled-checkbox:first-child {
    margin-top: 0; }
  .checkout-form .styled-checkbox:last-child {
    margin-bottom: 0; }

.checkout-form .checkbox-group {
  margin-top: 2rem;
  margin-bottom: 4rem; }

.checkout-form-pair {
  display: flex; }
  .checkout-form-pair fieldset {
    width: 50%; }
    .checkout-form-pair fieldset:first-child {
      padding-right: 0.5rem; }
    .checkout-form-pair fieldset:last-child {
      padding-left: 0.5rem; }

.checkout {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem; }

.checkout-form {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .checkout-form {
      width: 50%;
      padding-right: 4rem;
      border-right: 4px solid #d8232a; } }

.checkout-cart {
  display: none; }
  @media screen and (min-width: 1024px) {
    .checkout-cart {
      display: block;
      width: 50%;
      padding-left: 4rem; }
      .checkout-cart p {
        margin-bottom: 2rem; } }

#checkout-cart-socket {
  display: none; }
  @media screen and (min-width: 1024px) {
    #checkout-cart-socket {
      display: block; } }

.release-view {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem; }

.release-info {
  width: 100%; }
  @media screen and (min-width: 450px) {
    .release-info {
      width: 65%; } }
  @media screen and (min-width: 1280px) {
    .release-info {
      width: 55%; } }
  .release-info header {
    padding-bottom: 1rem;
    border-bottom: 1px solid #d8232a;
    margin-bottom: 2rem; }
  .release-info h1 {
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0.5rem; }
  .release-info h2 {
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: .35em;
    text-transform: uppercase;
    line-height: 1; }
    .release-info h2 a {
      display: flex; }
      .release-info h2 a:hover .arrow {
        opacity: 1; }
      .release-info h2 a .arrow {
        display: block;
        margin-left: 1.6rem;
        position: relative;
        cursor: pointer;
        opacity: 0; }
        .release-info h2 a .arrow:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0.1em;
          margin-top: .1em;
          width: 1rem;
          height: 2px;
          background-color: #d8232a;
          transform: translateY(-50%); }
        .release-info h2 a .arrow:before {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: .1em;
          width: 0.5rem;
          height: 0.5rem;
          border: 0 solid #d8232a;
          border-width: 2px 2px 0 0;
          transform: rotate(45deg);
          transform-origin: top right; }
  .release-info .release-price-format-wrap {
    display: flex;
    justify-content: space-between; }
  .release-info .release-variations {
    margin-bottom: 2rem; }
  .release-info .release-price {
    display: flex;
    flex-basis: 35%;
    margin-bottom: 2rem; }
    .release-info .release-price .price {
      margin-right: 0.5rem;
      font-family: Barlow Semi Condensed, sans-serif;
      font-size: 1.35rem;
      font-weight: 400;
      letter-spacing: .1em;
      text-transform: uppercase;
      line-height: 1; }
    .release-info .release-price .original-price {
      font-family: Barlow Semi Condensed, sans-serif;
      font-size: 1.35rem;
      font-weight: 400;
      letter-spacing: .1em;
      text-transform: uppercase;
      line-height: 1;
      font-size: 1.2rem;
      text-decoration: line-through;
      margin-left: 0.33333rem; }
  .release-info .release-annotation {
    cursor: default; }

.release-tag-cloud {
  margin-bottom: 2rem; }
  @media screen and (min-width: 750px) {
    .release-tag-cloud {
      width: 85%; } }
  .release-tag-cloud .tag-cloud__item {
    margin-bottom: 0; }

.release-formats {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-basis: 65%; }
  .release-formats li {
    flex-grow: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
    padding: 0.25rem 0.5rem;
    color: white;
    background-color: #d8232a; }
    .release-formats li:last-child {
      margin-right: 0; }

.release-add-to-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.release-add-to-cart-btn {
  padding: 0.5rem 2rem;
  padding-bottom: 0.66667rem;
  border: 1px solid #d8232a;
  text-transform: lowercase;
  font-size: .75rem;
  letter-spacing: .25em;
  line-height: 1;
  background-color: #d8232a;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.57143rem 2rem;
  margin-bottom: 1rem; }
  .release-add-to-cart-btn.disabled {
    padding: 0.5rem 2rem;
    padding-bottom: 0.66667rem;
    border: 1px solid #c0c0c0;
    text-transform: lowercase;
    font-size: .75rem;
    letter-spacing: .25em;
    line-height: 1;
    background-color: #c0c0c0;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.33333rem 1rem;
    cursor: not-allowed; }

.release-add-to-cart-btn-icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem; }
  .release-add-to-cart-btn-icon svg {
    display: block;
    width: 100%;
    height: 100%; }
    .release-add-to-cart-btn-icon svg * {
      fill: white; }

.release-add-to-wishlist-btn-icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem; }
  .release-add-to-wishlist-btn-icon svg {
    display: block;
    width: 100%;
    height: 100%; }
    .release-add-to-wishlist-btn-icon svg * {
      fill: white; }

.release-add-to-wishlist-btn-text {
  margin-left: 1rem; }

.release-coverart {
  width: 100%;
  margin-bottom: 2rem; }
  @media screen and (min-width: 450px) {
    .release-coverart {
      width: 35%;
      margin-bottom: 0;
      padding-right: 1rem; } }
  @media screen and (min-width: 1024px) {
    .release-coverart {
      padding-right: 2rem; } }
  @media screen and (min-width: 1280px) {
    .release-coverart {
      width: 45%; } }
  .release-coverart img {
    display: block;
    width: 100%; }

.release-videos {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  @supports (display: grid) {
    .release-videos {
      display: grid;
      grid-gap: 1rem;
      grid-template-columns: repeat(2, 1fr); }
      @media screen and (min-width: 450px) {
        .release-videos {
          grid-template-columns: repeat(3, 1fr); } }
      @media screen and (min-width: 1280px) {
        .release-videos {
          grid-template-columns: repeat(4, 1fr); } } }
  .release-videos li {
    display: flex;
    width: 25%;
    padding: 0.33333rem;
    border-bottom: 1px solid #d8232a; }
    @supports (display: grid) {
      .release-videos li {
        width: initial;
        padding: 0; } }
    .release-videos li a {
      display: block;
      flex-grow: 1; }
      .release-videos li a:hover {
        color: white;
        background-color: #d8232a; }
        .release-videos li a:hover .video-thumbnail:after {
          border-color: transparent transparent transparent white; }
        .release-videos li a:hover .video-thumbnail img {
          opacity: 1; }
    .release-videos li img {
      display: block;
      width: 100%;
      height: auto;
      opacity: .45; }

.video-title {
  padding: 0.66667rem;
  font-family: Barlow, sans-serif;
  line-height: 1.35;
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .05em; }

.video-thumbnail {
  position: relative;
  display: block; }
  .video-thumbnail:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0 1rem 2rem;
    border-color: transparent transparent transparent #d8232a;
    transform: translateX(-0.74074rem) translateY(-1rem); }

.release-tracklist {
  width: 100%; }
  @media screen and (min-width: 750px) {
    .release-tracklist {
      display: flex;
      flex-wrap: wrap; } }
  .release-tracklist .tracklist-group {
    font-family: Barlow, sans-serif;
    line-height: 1.35;
    font-size: .85rem;
    font-weight: 300;
    letter-spacing: .1em;
    margin-bottom: 2rem; }
    @media screen and (min-width: 750px) {
      .release-tracklist .tracklist-group {
        width: 50%;
        margin-bottom: 2rem; } }
    @media screen and (min-width: 750px) {
      .release-tracklist .tracklist-group:nth-child(odd) {
        padding-right: 2rem;
        border-right: 1px solid #d8232a; } }
    @media screen and (min-width: 1024px) {
      .release-tracklist .tracklist-group:nth-child(odd) {
        padding-right: 3rem; } }
    @media screen and (min-width: 750px) {
      .release-tracklist .tracklist-group:nth-child(even) {
        padding-left: 2rem; } }
    @media screen and (min-width: 1024px) {
      .release-tracklist .tracklist-group:nth-child(even) {
        padding-left: 3rem; } }
    .release-tracklist .tracklist-group .group-title {
      margin-bottom: 1rem;
      font-family: Barlow Semi Condensed, sans-serif;
      font-size: 1.6rem;
      font-weight: 500;
      letter-spacing: .25em;
      text-transform: uppercase;
      line-height: 1;
      font-size: 1rem;
      line-height: 1; }
    .release-tracklist .tracklist-group li {
      display: flex;
      justify-content: space-between; }
    .release-tracklist .tracklist-group .track-position {
      flex-basis: 10%; }
    .release-tracklist .tracklist-group .track-title {
      flex-basis: 75%; }
    .release-tracklist .tracklist-group .track-duration {
      flex-basis: 15%;
      text-align: right; }

.release-wall {
  margin-top: 2rem;
  margin-bottom: 4rem; }

.page-blocks {
  margin-top: 2rem; }

.page-block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3rem;
  margin-bottom: 4rem;
  border-top: 1px solid #d8232a; }
  .page-block:first-child {
    margin-top: 3rem;
    padding-top: 0;
    border-top: 0; }
    @media screen and (min-width: 750px) {
      .page-block:first-child {
        margin-top: 4rem; } }
  .page-block:last-child {
    margin-bottom: 0; }

.page-block-title {
  width: 100%;
  margin-bottom: 1rem;
  padding-right: 3rem; }
  @media screen and (min-width: 750px) {
    .page-block-title {
      width: 40%;
      margin-bottom: 0; } }
  .page-block-title .title {
    padding-bottom: 0;
    margin-bottom: 1rem;
    border: 0;
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    line-height: 1;
    line-height: 1.15; }
  .page-block-title .subtitle {
    font-family: Barlow Semi Condensed, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .25em;
    margin-bottom: 1rem; }

.page-block-content {
  width: 100%; }
  @media screen and (min-width: 750px) {
    .page-block-content {
      width: 60%; } }

.page-block-title-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem; }
  .page-block-title-img img {
    display: block;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .page-block-title-img img {
        width: 90%; } }
  @media screen and (min-width: 1024px) {
    .page-block-title-img {
      margin-top: 2rem;
      margin-bottom: 0; } }

.partners.page-block .wysiwyg + .partners {
  margin-top: 4rem; }

.partners.page-block ul.partners {
  display: flex;
  flex-wrap: wrap; }
  .partners.page-block ul.partners li {
    flex-basis: 25%;
    margin-bottom: 1rem; }
  .partners.page-block ul.partners a {
    display: block; }
  .partners.page-block ul.partners img {
    display: block;
    width: 100%; }

.tags.page-block .wysiwyg + .tag-cloud {
  margin-top: 4rem; }

.product-index {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem; }
  .product-index li {
    display: flex;
    border: 2px solid #d8232a; }
    .product-index li a {
      display: block;
      flex-grow: 1;
      padding: 1rem; }
    .product-index li img {
      display: block;
      width: 100%; }

.user-login-choice {
  margin-top: 2rem; }
  @media screen and (min-width: 750px) {
    .user-login-choice {
      display: flex;
      justify-content: space-between;
      margin-top: 4rem; } }

.user-login {
  padding-bottom: 2rem;
  border-bottom: 4px solid #d8232a; }
  @media screen and (min-width: 750px) {
    .user-login {
      width: 50%;
      padding-right: 4rem;
      padding-bottom: 0;
      border-right: 4px solid #d8232a;
      border-bottom: 0; } }

.user-register {
  margin-top: 2rem; }
  @media screen and (min-width: 750px) {
    .user-register {
      width: 50%;
      margin-top: 0;
      padding-left: 4rem; } }
  .user-register p {
    margin-bottom: 2rem; }

.user-login h5,
.user-register h5 {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 3rem; }

.user-activate {
  margin-top: 4rem; }
  @media screen and (min-width: 1024px) {
    .user-activate {
      width: 50%; } }
  .user-activate h5 {
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 3rem; }

.user-forgot-password {
  margin-top: 4rem; }
  @media screen and (min-width: 1024px) {
    .user-forgot-password {
      width: 50%; } }
  .user-forgot-password h5 {
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 3rem; }

.tag-detail h1.title {
  margin-bottom: 4rem; }

.genre-detail h1.title {
  margin-bottom: 2rem; }

.artist-detail {
  margin-top: 2rem; }

.artist-detail-content {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media screen and (min-width: 450px) {
    .artist-detail-content {
      display: flex; } }

.artist-detail-photo {
  margin-bottom: 2rem; }
  @media screen and (min-width: 450px) {
    .artist-detail-photo {
      width: 40%;
      padding-right: 2rem;
      margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .artist-detail-photo {
      padding-right: 3rem; } }
  .artist-detail-photo img {
    display: block;
    width: 100%; }

.artist-detail-title {
  margin-bottom: 2rem;
  text-align: center;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1;
  line-height: 1.2;
  font-size: 2rem; }
  @media screen and (min-width: 1024px) {
    .artist-detail-title {
      font-size: 2.25rem; } }
  @media screen and (min-width: 1280px) {
    .artist-detail-title {
      font-size: 2.5rem; } }
  @media screen and (min-width: 1280px) {
    .artist-detail-title {
      padding: 0 10rem; } }

@media screen and (min-width: 450px) {
  .artist-detail-text {
    width: 60%; } }

.artist-detail-text h1 {
  position: relative;
  margin-bottom: 2rem;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1; }

.map-block {
  position: relative;
  margin: 2rem 0 6rem 0; }

#map {
  overflow: hidden;
  width: 100%;
  height: 30rem; }
  @media screen and (min-width: 750px) {
    #map {
      height: 60vh;
      min-height: 15rem; } }

.contact-social {
  position: absolute;
  bottom: -1.33333rem;
  left: 50%;
  display: flex;
  padding: 0.66667rem 1.33333rem;
  background-color: #d8232a;
  transform: translateX(-50%); }
  .contact-social .social-item {
    margin-right: 2rem; }
    .contact-social .social-item:last-child {
      margin-right: 0; }

.contact-content a {
  display: inline-block; }
  .contact-content a.telephone {
    border-bottom: none; }

.contact-content span {
  display: block; }

#subscribe #subscribe-form {
  width: 100%; }
  @media screen and (min-width: 750px) {
    #subscribe #subscribe-form {
      width: 75%; } }
  @media screen and (min-width: 1280px) {
    #subscribe #subscribe-form {
      width: 50%; } }

.newsletter-subscribe {
  margin-top: 2rem;
  margin-bottom: 4rem; }

.newsletter-subscribe-text {
  margin-bottom: 2rem; }

.newsletter-subscribe-form {
  position: relative; }
  .newsletter-subscribe-form label {
    display: none; }
  .newsletter-subscribe-form input {
    width: 100%;
    padding: 1rem 0;
    border: 0;
    border-bottom: 4px solid #d8232a;
    font-size: 1.25rem;
    letter-spacing: .1em;
    line-height: 1;
    background-color: transparent;
    color: #d8232a; }
    @media screen and (min-width: 750px) {
      .newsletter-subscribe-form input {
        font-size: 1.5rem; } }
  .newsletter-subscribe-form button {
    position: absolute;
    top: 50%;
    right: 0;
    height: 2rem;
    margin-top: -1rem;
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 500;
    cursor: pointer;
    color: #d8232a;
    font-size: 1.25em; }
    @media screen and (min-width: 750px) {
      .newsletter-subscribe-form button {
        font-size: 2rem; } }
    @media screen and (min-width: 1150px) {
      .newsletter-subscribe-form button {
        font-size: 2.5rem; } }
    @media screen and (min-width: 750px) {
      .newsletter-subscribe-form button {
        font-size: 1.5em; } }

.release-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .release-list li:nth-child(odd) a:hover .release {
    transform: rotateY(-180deg) scale(1); }
  @supports (display: grid) {
    .release-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 0.5rem; }
      @media screen and (min-width: 450px) {
        .release-list {
          grid-template-columns: repeat(3, 1fr); } }
      @media screen and (min-width: 1024px) {
        .release-list {
          grid-template-columns: repeat(6, 1fr); } } }
  .release-list li {
    width: 16.66%;
    padding: 0.33333rem; }
    @supports (display: grid) {
      .release-list li {
        width: initial;
        padding: initial; } }
  .release-list .release-list-link {
    position: relative;
    z-index: 1;
    display: block;
    height: 0;
    padding-top: 100%;
    perspective: 1000px; }
    .release-list .release-list-link .release {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform-style: preserve-3d;
      transition: transform 0.5s cubic-bezier(0.47, 0, 0.75, 0.72); }
    .release-list .release-list-link:hover {
      z-index: 2; }
      .release-list .release-list-link:hover .release {
        transform: rotateY(180deg) scale(1);
        transition: transform 0.4s cubic-bezier(0.39, 0.58, 0.57, 1); }
      .release-list .release-list-link:hover .release-front img {
        opacity: .2;
        transition: opacity 0.1s cubic-bezier(0.39, 0.58, 0.57, 1); }
      .release-list .release-list-link:hover .release-back {
        backface-visibility: visible;
        z-index: 2; }
    .release-list .release-list-link .release-front,
    .release-list .release-list-link .release-back {
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .release-list .release-list-link .release-front {
      z-index: 2;
      background-color: black;
      transform: rotateY(0); }
    .release-list .release-list-link .release-back {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 1.33333rem;
      color: white;
      background-color: #d8232a;
      transform: rotateY(180deg); }
  .release-list img {
    position: absolute;
    display: block;
    width: 100%;
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.39, 0.58, 0.57, 1); }
    .release-list img:nth-child(2) {
      animation: fadein .35s; }
    .release-list img.preloaded {
      height: auto; }
  .release-list .release-price-format-wrap {
    display: flex;
    justify-content: space-between; }
  .release-list .release-list-formats {
    display: flex;
    font-size: .75rem; }
    .release-list .release-list-formats li {
      margin-right: 0.33333rem; }
      .release-list .release-list-formats li:last-child {
        margin-right: 0; }
  .release-list .release-variations {
    margin-bottom: 1rem; }
  .release-list .release-price {
    text-transform: uppercase;
    font-size: .75rem; }
  .release-list .release-original-price {
    font-family: Barlow, sans-serif;
    line-height: 1.35;
    font-size: .85rem;
    white-space: nowrap;
    text-decoration: line-through;
    margin-left: 0.33333rem; }
    @media screen and (min-width: 1150px) {
      .release-list .release-original-price {
        font-size: .75rem; } }
    @media screen and (min-width: 1150px) {
      .release-list .release-original-price {
        font-size: .7rem; } }
  .release-list .release-title {
    display: block;
    text-transform: uppercase;
    font-size: .75rem;
    padding: 0.5rem 0; }
  .release-list .release-artist-name {
    font-size: .75rem;
    padding: 0.5rem 0; }
  .release-list .release-title {
    border-bottom: 1px solid white; }
  .release-list .release-artist-name {
    padding-bottom: 0; }

.release-list li.release-wall-giftcard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  background-color: #d8232a;
  grid-row-start: 5;
  grid-row-end: 5;
  grid-column-start: 2;
  grid-column-end: 2; }
  .release-list li.release-wall-giftcard .release-wall-giftcard-header {
    margin-bottom: 0.5rem;
    font-size: .7rem; }
  @media screen and (min-width: 1024px) {
    .release-list li.release-wall-giftcard {
      justify-content: space-between;
      grid-row-start: 3;
      grid-row-end: 3;
      grid-column-start: 2;
      grid-column-end: 2;
      padding: 1rem; } }
  @media screen and (min-width: 1150px) {
    .release-list li.release-wall-giftcard {
      padding: 1rem; } }

.release-list li.release-wall-rsd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  background-color: #d8232a;
  grid-row-start: 3;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 1; }
  .release-list li.release-wall-rsd .release-wall-rsd-header {
    margin-bottom: 1rem; }
  @media screen and (min-width: 1024px) {
    .release-list li.release-wall-rsd {
      justify-content: space-between;
      grid-row-start: 1;
      grid-row-end: 1;
      grid-column-start: 1;
      grid-column-end: 1;
      padding: 1rem; } }
  @media screen and (min-width: 1150px) {
    .release-list li.release-wall-rsd {
      padding: 1rem; } }

.release-list li.release-wall-newsletter {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 33.33%;
  text-transform: lowercase;
  font-size: .7rem;
  line-height: 1.25;
  letter-spacing: .15em;
  padding: 2rem;
  color: white;
  background-color: #d8232a;
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 1;
  grid-column-end: 3;
  /*
	@include breakpoint( 1 )
	{
		grid-column-end: 3;
	}
	*/ }
  @supports (display: grid) {
    .release-list li.release-wall-newsletter {
      width: initial; } }
  @media screen and (min-width: 1024px) {
    .release-list li.release-wall-newsletter {
      justify-content: space-between;
      grid-row-start: 1;
      grid-row-end: 1;
      grid-column-start: 5;
      grid-column-end: 7;
      padding: 1rem; } }
  @media screen and (min-width: 1150px) {
    .release-list li.release-wall-newsletter {
      padding: 2rem; } }
  .release-list li.release-wall-newsletter .release-wall-newsletter-title {
    display: block; }
  .release-list li.release-wall-newsletter .release-wall-newsletter-subtitle {
    display: block;
    margin-top: 0.5rem;
    letter-spacing: inherit; }
  .release-list li.release-wall-newsletter .release-wall-newsletter-cta {
    margin-top: 1.33333rem; }
    @media screen and (min-width: 1024px) {
      .release-list li.release-wall-newsletter .release-wall-newsletter-cta {
        margin-top: 0.66667rem; } }
    @media screen and (min-width: 1600px) {
      .release-list li.release-wall-newsletter .release-wall-newsletter-cta {
        margin-top: 1.33333rem; } }
  .release-list li.release-wall-newsletter form {
    display: flex;
    margin-top: 1rem; }
    .release-list li.release-wall-newsletter form label {
      display: none; }
    .release-list li.release-wall-newsletter form fieldset {
      width: 65%; }
      @media screen and (min-width: 750px) {
        .release-list li.release-wall-newsletter form fieldset {
          width: 50%; } }
      @media screen and (min-width: 1280px) {
        .release-list li.release-wall-newsletter form fieldset {
          width: 65%; } }
    .release-list li.release-wall-newsletter form input {
      display: block;
      width: 100%;
      padding: 0.5rem 0.66667rem;
      padding-bottom: 0.66667rem;
      border: 1px solid white;
      text-transform: lowercase;
      font-size: .7rem;
      letter-spacing: .15em;
      line-height: 1;
      background-color: white; }
    .release-list li.release-wall-newsletter form input::placeholder {
      color: black; }
    .release-list li.release-wall-newsletter form .submit {
      padding: 0.5rem 2rem;
      padding-bottom: 0.66667rem;
      border: 1px solid white;
      text-transform: lowercase;
      font-size: .75rem;
      letter-spacing: .25em;
      line-height: 1;
      background-color: #d8232a;
      color: white;
      cursor: pointer;
      padding-left: 1rem;
      padding-right: 1rem; }

.release-detail-list-formats {
  display: flex;
  margin-top: auto;
  margin-bottom: 0.5rem;
  font-size: .75rem;
  flex-wrap: wrap; }
  .release-detail-list-formats li {
    padding: 0.13333rem 0.33333rem;
    margin-right: 0.33333rem;
    margin-bottom: 0.33333rem;
    border: 1px solid #d8232a;
    color: white;
    background-color: #d8232a; }
    .release-detail-list-formats li:last-child {
      margin-right: 0; }

a:hover .release-detail-list-formats li {
  border-color: white; }

.release-detail-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  @supports (display: grid) {
    .release-detail-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 2rem 0.5rem; }
      @media screen and (min-width: 450px) {
        .release-detail-list {
          grid-template-columns: repeat(3, 1fr); } }
      @media screen and (min-width: 750px) {
        .release-detail-list {
          grid-template-columns: repeat(4, 1fr); } }
      @media screen and (min-width: 1024px) {
        .release-detail-list {
          grid-template-columns: repeat(5, 1fr); } }
      @media screen and (min-width: 1150px) {
        .release-detail-list {
          grid-template-columns: repeat(6, 1fr); }
          div.shop-page .release-detail-list {
            grid-template-columns: repeat(5, 1fr); }
          div.col-4 .release-detail-list {
            grid-template-columns: repeat(4, 1fr); } }
      @media screen and (min-width: 1150px) {
        .release-detail-list {
          grid-gap: 4rem 0.5rem; } } }
  .release-detail-list .release {
    width: 16.666%;
    padding: 0 0.33333rem;
    margin-bottom: 2rem; }
    @supports (display: grid) {
      .release-detail-list .release {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        width: initial;
        padding: initial;
        margin-bottom: 0; } }
    .release-detail-list .release:hover .release-content, .release-detail-list .release:focus .release-content, .release-detail-list .release:active .release-content {
      background-color: #d8232a;
      color: white; }
    .release-detail-list .release:hover .release-cart svg, .release-detail-list .release:focus .release-cart svg, .release-detail-list .release:active .release-cart svg {
      fill: white; }
    .release-detail-list .release:hover .release-wishlist svg, .release-detail-list .release:focus .release-wishlist svg, .release-detail-list .release:active .release-wishlist svg {
      fill: white; }
      .release-detail-list .release:hover .release-wishlist svg:hover, .release-detail-list .release:focus .release-wishlist svg:hover, .release-detail-list .release:active .release-wishlist svg:hover {
        fill: white; }
    .release-detail-list .release:hover .release-wishlist--active svg, .release-detail-list .release:focus .release-wishlist--active svg, .release-detail-list .release:active .release-wishlist--active svg {
      fill: white; }
    @supports (display: grid) {
      .release-detail-list .release > a {
        display: flex;
        flex-direction: column;
        flex-grow: 1; } }
  .release-detail-list .release-cover {
    position: relative;
    display: block;
    width: 100%;
    flex-grow: 0; }
    .release-detail-list .release-cover img {
      display: block;
      width: 100%; }
      .release-detail-list .release-cover img.preloaded {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        animation: fadein .35s; }
  .release-detail-list .release-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    height: 100%;
    padding: 0.66667rem;
    padding-top: 1rem;
    border-bottom: 1px solid #d8232a; }
    .release-detail-list .release-content > *:first-child {
      margin-bottom: 0.33333rem; }
  .release-detail-list .release-title,
  .release-detail-list .release-artist-name {
    display: block; }
  .release-detail-list .release-title {
    font-family: Barlow, sans-serif;
    line-height: 1.35;
    font-size: .85rem;
    font-weight: 500;
    letter-spacing: .05em;
    margin-bottom: 0.16667rem; }
  .release-detail-list .release-artist-name {
    font-family: Barlow, sans-serif;
    line-height: 1.35;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .05em;
    margin-bottom: 0.66667rem; }
  .release-detail-list .release-labels {
    margin-bottom: 0.25rem; }
    .release-detail-list .release-labels > * {
      margin-right: 1rem; }
      .release-detail-list .release-labels > *:last-child {
        margin-right: 0; }
  .release-detail-list .release-price-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap; }
    .release-detail-list .release-price-wrap .release-price {
      font-family: Barlow, sans-serif;
      line-height: 1.35;
      font-size: .85rem;
      white-space: nowrap; }
      @media screen and (min-width: 1150px) {
        .release-detail-list .release-price-wrap .release-price {
          font-size: .75rem; } }
    .release-detail-list .release-price-wrap .release-original-price {
      font-family: Barlow, sans-serif;
      line-height: 1.35;
      font-size: .85rem;
      white-space: nowrap;
      text-decoration: line-through;
      margin-left: 0.33333rem; }
      @media screen and (min-width: 1150px) {
        .release-detail-list .release-price-wrap .release-original-price {
          font-size: .75rem; } }
      @media screen and (min-width: 1150px) {
        .release-detail-list .release-price-wrap .release-original-price {
          font-size: .7rem; } }
    .release-detail-list .release-price-wrap .release-price-extra {
      display: flex;
      margin-left: 1rem; }
      .release-detail-list .release-price-wrap .release-price-extra > *:not(:last-child) {
        margin-right: 1rem; }
    .release-detail-list .release-price-wrap .release-cart {
      display: block;
      width: 1.33333rem;
      height: 1.33333rem;
      cursor: pointer; }
      @media screen and (min-width: 1024px) {
        .release-detail-list .release-price-wrap .release-cart {
          width: 1rem;
          height: 1rem; } }
      .release-detail-list .release-price-wrap .release-cart svg {
        display: block;
        width: 1.33333rem;
        height: auto;
        fill: #d8232a; }
        @media screen and (min-width: 1024px) {
          .release-detail-list .release-price-wrap .release-cart svg {
            width: 1rem; } }
        .release-detail-list .release-price-wrap .release-cart svg .filled {
          fill-opacity: 0; }
    .release-detail-list .release-price-wrap .release-wishlist {
      display: block;
      width: 1.33333rem;
      height: 1.33333rem;
      cursor: pointer; }
      @media screen and (min-width: 1024px) {
        .release-detail-list .release-price-wrap .release-wishlist {
          width: 1rem;
          height: 1rem; } }
      .release-detail-list .release-price-wrap .release-wishlist svg {
        display: block;
        width: 1.33333rem;
        height: auto;
        fill: #d8232a; }
        @media screen and (min-width: 1024px) {
          .release-detail-list .release-price-wrap .release-wishlist svg {
            width: 1rem; } }
        .release-detail-list .release-price-wrap .release-wishlist svg .filled {
          fill-opacity: 0; }

.release-overview {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.release-overview nav {
  display: none; }
  @media screen and (min-width: 1150px) {
    .release-overview nav {
      display: block;
      width: 17%;
      padding-right: 4rem; } }

@media screen and (min-width: 1150px) {
  .release-overview-content {
    width: 83%; } }

.release-overview-nav:last-child {
  border-bottom: 1px solid #d8232a; }

.release-overview-nav ul {
  padding-bottom: 1rem; }
  .release-overview-nav ul li {
    font-family: Barlow, sans-serif;
    line-height: 1.35;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .05em;
    margin-bottom: 0.5rem; }
    .release-overview-nav ul li.active a,
    .release-overview-nav ul li a:hover {
      font-weight: bold; }
    .release-overview-nav ul li a {
      display: block; }

.release-overview-nav-title {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d8232a;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: .35em;
  text-transform: uppercase;
  line-height: 1; }

@supports (display: grid) {
  .artist-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem 0.5rem; }
    @media screen and (min-width: 750px) {
      .artist-list {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 1150px) {
      .artist-list {
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (min-width: 1150px) {
      .artist-list {
        grid-gap: 0.5rem; } } }

.artist-list .artist-name {
  font-family: Barlow, sans-serif;
  line-height: 1.35;
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .05em;
  margin-bottom: 0.16667rem; }

.artist-list li,
.artist-list li a {
  display: flex; }

.artist-list li:nth-child(even) {
  background-color: #d8232a;
  color: white; }
  .artist-list li:nth-child(even) .artist-list-content h5 {
    border-bottom: 1px solid white; }

.artist-list a {
  flex-grow: 1; }

.artist-list-photo {
  width: 50%; }
  .artist-list-photo img {
    display: block;
    width: 100%; }

.artist-list-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.33333rem; }
  .artist-list-content h5 {
    font-family: Barlow, sans-serif;
    line-height: 1.35;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .05em;
    padding-bottom: 0.66667rem;
    border-bottom: 1px solid #d8232a; }
  .artist-list-content p {
    margin-top: 1rem;
    font-family: Barlow, sans-serif;
    line-height: 1.35;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .05em; }

.error-404-title {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1;
  line-height: 1.2;
  font-size: 4rem;
  margin-bottom: 1rem; }
  .error-404-title.small {
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    line-height: 1;
    line-height: 1.2;
    font-size: 2rem; }
    @media screen and (min-width: 1024px) {
      .error-404-title.small {
        font-size: 2.25rem; } }
    @media screen and (min-width: 1280px) {
      .error-404-title.small {
        font-size: 2.5rem; } }

.error-404-body {
  margin-bottom: 1rem;
  font-size: 2rem; }
  .error-404-body a {
    border-bottom: 4px solid #d8232a; }

.error-404-sitemap a {
  border-bottom: 1px solid #d8232a; }

.cart-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-top: 1rem;
  border-bottom: 1px solid #d8232a; }

.cart-item-thumb {
  display: block;
  width: 5rem;
  height: 5rem;
  flex-shrink: 0; }
  @media screen and (min-width: 750px) {
    .cart-item-thumb {
      width: 7rem;
      height: 7rem; } }
  .cart-item-thumb img {
    display: block;
    width: 100%;
    height: auto; }

.cart-item-details {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 1rem; }
  @media screen and (min-width: 750px) {
    .cart-item-details {
      padding-left: 2rem; } }
  @media screen and (min-width: 1150px) {
    .cart-item-details {
      padding-left: 3rem; } }

.cart-item-title {
  font-family: Barlow, sans-serif;
  line-height: 1.35;
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .05em;
  padding-right: 2rem; }

.cart-item-subtitle {
  font-family: Barlow, sans-serif;
  line-height: 1.35;
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .05em; }

.cart-remove-item-btn {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  text-indent: -9999px;
  cursor: pointer;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0; }
  .cart-remove-item-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 2px;
    margin-top: -1px;
    background-color: #d8232a; }
  .cart-remove-item-btn:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    background-color: #d8232a; }

.cart-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.cart-item-price {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  line-height: 1;
  font-size: .75rem; }

.cart-item-preorder-notice {
  padding: 0.33333rem 0.5rem;
  margin: 0.66667rem 0;
  font-size: .75rem;
  background-color: #d8232a;
  color: white; }

.cart-checkout-value {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.66667rem 0;
  font-size: .75rem; }
  .cart-checkout-value.total {
    padding: 1rem 0;
    font-size: 1rem; }
  .cart-checkout-value.subtotal {
    padding: 1rem 0;
    font-size: .9rem; }

.gift-code-remove-btn {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  text-indent: -9999px;
  cursor: pointer;
  transform: rotate(45deg);
  margin-right: 0.66667rem; }
  .gift-code-remove-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 2px;
    margin-top: -1px;
    background-color: #d8232a; }
  .gift-code-remove-btn:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    background-color: #d8232a; }

.gift-code-active {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.gift-code-input {
  width: 65%; }
  @media screen and (min-width: 1024px) {
    .gift-code-input {
      width: 50%; } }
  .gift-code-input input {
    height: 1.33333rem;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #d8232a;
    font-size: .75rem;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1.5;
    background-color: transparent;
    color: #d8232a;
    width: 100%;
    padding: 0 0.5rem;
    border: 1px solid #d8232a; }

.gift-code-form {
  display: flex; }

.gift-code-submit {
  margin-left: 0.66667rem;
  cursor: pointer;
  font-size: .6rem;
  text-transform: lowercase;
  color: #d8232a; }

.shipping-country-input {
  width: 65%; }
  @media screen and (min-width: 1024px) {
    .shipping-country-input {
      width: 50%; } }

.shipping-country-select {
  position: relative; }
  .shipping-country-select select {
    height: 1.33333rem;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #d8232a;
    font-size: .75rem;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1.5;
    background-color: transparent;
    color: #d8232a;
    text-transform: initial;
    position: relative;
    width: 100%;
    padding: 0 0.5rem;
    border: 1px solid #d8232a; }
  .shipping-country-select.is-disabled select {
    border-color: #c0c0c0;
    color: #c0c0c0; }
  .shipping-country-select.is-disabled:after {
    border-top-color: #c0c0c0; }
  .shipping-country-select:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.825rem;
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.175rem;
    border-left: 0.35rem solid transparent;
    border-right: 0.35rem solid transparent;
    border-top: 0.35rem solid #d8232a; }

.shipping-cost {
  margin-top: 0.66667rem;
  text-align: right; }

.shipping-type-selector {
  margin-bottom: 0.66667rem; }

.shipping-type-selector span {
  font-size: .75rem;
  letter-spacing: 0;
  margin: 0 0.5rem; }

.shipping-cost-pickup-btn {
  padding: 0.33333rem 0.5rem;
  border: 1px solid #d8232a;
  color: #d8232a;
  text-transform: lowercase;
  letter-spacing: 0;
  cursor: pointer;
  background-color: white; }
  .shipping-cost-pickup-btn.is-selected {
    background-color: #d8232a;
    color: white; }
  .shipping-cost-pickup-btn.is-disabled {
    background-color: #c0c0c0;
    border-color: #c0c0c0;
    color: white; }

.shipping-tracking-btn {
  text-transform: lowercase;
  letter-spacing: 0;
  cursor: pointer;
  color: #d8232a;
  border-bottom: 1px solid #d8232a; }
  .shipping-tracking-btn.is-disabled {
    color: #c0c0c0;
    border-color: #c0c0c0;
    cursor: not-allowed; }

.shipping-options {
  margin-top: 0.4rem;
  display: flex;
  justify-content: flex-end; }

.shipping-track-price {
  display: flex;
  justify-content: space-between; }

.cart-panel {
  overflow-y: scroll; }
  body.open-cart .cart-panel {
    transform: translateX(0); }

.cart-content-placeholder {
  padding: 6rem 0;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  line-height: 1; }

.cart-content-placeholder-text {
  margin-bottom: 2rem;
  line-height: 1.5; }

.cart-title {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1; }

.cart-content-items {
  margin-top: 2rem; }

.cart-checkout {
  margin-bottom: 2rem;
  border-bottom: 1px solid #d8232a; }

.cart-continue-btn {
  padding: 0.5rem 2rem;
  padding-bottom: 0.66667rem;
  border: 1px solid #d8232a;
  text-transform: lowercase;
  font-size: .75rem;
  letter-spacing: .25em;
  line-height: 1;
  background-color: white;
  color: #d8232a;
  cursor: pointer;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  text-align: center; }
  @media screen and (min-width: 750px) {
    .cart-continue-btn {
      display: inline-block;
      width: initial;
      margin-right: 0.5rem; } }

.cart-checkout-btn {
  padding: 0.5rem 2rem;
  padding-bottom: 0.66667rem;
  border: 1px solid #d8232a;
  text-transform: lowercase;
  font-size: .75rem;
  letter-spacing: .25em;
  line-height: 1;
  background-color: #d8232a;
  color: white;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 750px) {
    .cart-checkout-btn {
      display: inline-block;
      width: initial; } }

.cart-close-btn {
  position: relative;
  display: block;
  width: 1.66667rem;
  height: 1.66667rem;
  text-indent: -9999px;
  cursor: pointer;
  transform: rotate(45deg);
  float: right; }
  .cart-close-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 3px;
    margin-top: -1.5px;
    background-color: #d8232a; }
  .cart-close-btn:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #d8232a; }

.content-block-deprecated {
  width: 100%;
  margin-bottom: 4rem; }
  .content-block-deprecated:last-child {
    margin-bottom: 0; }
  .content-block-deprecated:first-child {
    padding-top: 2rem; }
  .content-block-deprecated h1 {
    margin-bottom: 2rem;
    text-align: center;
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    line-height: 1;
    line-height: 1.2;
    font-size: 2rem; }
    @media screen and (min-width: 1024px) {
      .content-block-deprecated h1 {
        font-size: 2.25rem; } }
    @media screen and (min-width: 1280px) {
      .content-block-deprecated h1 {
        font-size: 2.5rem; } }
    @media screen and (min-width: 1280px) {
      .content-block-deprecated h1 {
        padding: 0 10rem; } }
  .content-block-deprecated h2 {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d8232a;
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    line-height: 1; }
    .content-block-deprecated h2.compact {
      float: right;
      padding-right: 4rem; }
    .content-block-deprecated h2 a {
      display: block;
      padding-right: 1rem;
      position: relative;
      cursor: pointer; }
      .content-block-deprecated h2 a:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0.1em;
        margin-top: .1em;
        width: 1rem;
        height: 2px;
        background-color: #d8232a;
        transform: translateY(-50%); }
      .content-block-deprecated h2 a:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: .1em;
        width: 0.5rem;
        height: 0.5rem;
        border: 0 solid #d8232a;
        border-width: 2px 2px 0 0;
        transform: rotate(45deg);
        transform-origin: top right; }
  .content-block-deprecated h3 {
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 1rem; }

.content-block-nav {
  position: relative;
  display: block;
  text-align: center; }
  .content-block-nav .overview {
    position: relative;
    padding-bottom: 0.5rem;
    font-family: Barlow Semi Condensed, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .25em; }
    .content-block-nav .overview:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #d8232a; }
  .content-block-nav .previous-button-wrap,
  .content-block-nav .next-button-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .content-block-nav .previous-button-wrap {
    left: 0; }
  .content-block-nav .previous {
    display: block;
    width: 1rem;
    height: 1rem;
    text-indent: -9999px;
    position: relative;
    cursor: pointer;
    transform: rotate(180deg);
    transform-origin: center; }
    .content-block-nav .previous:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0.1em;
      margin-top: .1em;
      width: 1rem;
      height: 2px;
      background-color: #d8232a;
      transform: translateY(-50%); }
    .content-block-nav .previous:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: .1em;
      width: 0.5rem;
      height: 0.5rem;
      border: 0 solid #d8232a;
      border-width: 2px 2px 0 0;
      transform: rotate(45deg);
      transform-origin: top right; }
  .content-block-nav .next-button-wrap {
    right: 0; }
  .content-block-nav .next {
    display: block;
    width: 1rem;
    height: 1rem;
    text-indent: -9999px;
    position: relative;
    cursor: pointer; }
    .content-block-nav .next:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0.1em;
      margin-top: .1em;
      width: 1rem;
      height: 2px;
      background-color: #d8232a;
      transform: translateY(-50%); }
    .content-block-nav .next:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: .1em;
      width: 0.5rem;
      height: 0.5rem;
      border: 0 solid #d8232a;
      border-width: 2px 2px 0 0;
      transform: rotate(45deg);
      transform-origin: top right; }

.tag-cloud {
  display: flex;
  flex-wrap: wrap; }
  .tag-cloud__item {
    margin-right: 0.5rem;
    margin-bottom: 0.4rem; }
    .tag-cloud--compact .tag-cloud__item {
      margin-right: 0.2rem;
      margin-bottom: 0.2rem; }

.recent-orders {
  margin: 4rem 0; }
  .recent-orders .title {
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .35em;
    text-transform: uppercase;
    line-height: 1.75;
    margin-bottom: 2rem; }

.order-header,
.order {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 10% 7.5% 1fr repeat(3, 10%);
  padding: 1.33333rem 1rem; }

.order-header {
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: white;
  background-color: #d8232a; }

.order {
  border-bottom: 2px solid #d8232a; }

.stock-navigation {
  margin: 2rem 0; }
  .stock-navigation ul {
    display: flex; }
  .stock-navigation li {
    font-size: .75rem;
    letter-spacing: .1em;
    line-height: 1;
    margin-right: 0.5rem;
    border: 1px solid #d8232a;
    text-align: center; }
    @media screen and (min-width: 750px) {
      .stock-navigation li {
        font-size: .9rem; } }
    @media screen and (min-width: 1150px) {
      .stock-navigation li {
        font-size: 1.1rem; } }
    .stock-navigation li:hover, .stock-navigation li:focus, .stock-navigation li:active, .stock-navigation li.active {
      color: white;
      background-color: #d8232a; }
  .stock-navigation a {
    display: block;
    padding: 0.66667rem 1rem; }

.dashboard .dashboard-title {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2rem; }

.dashboard-row {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 1rem; }
  .dashboard-row.medium {
    grid-template-columns: repeat(2, 1fr); }
  .dashboard-row.big {
    grid-template-columns: 1fr; }
  .dashboard-row .tile-title {
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.75rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1; }
  .dashboard-row .tile-subtitle {
    text-transform: lowercase;
    letter-spacing: .1em; }

.dashboard-tile {
  padding: 1rem;
  text-align: center;
  color: white;
  background-color: #d8232a; }
  .dashboard-tile .total {
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    margin-bottom: 0.5rem; }

.dashboard-table {
  padding: 1rem 1.33333rem;
  border: 1px solid #d8232a; }
  .dashboard-table .tile-subtitle {
    margin-bottom: 1.33333rem; }
  .dashboard-table .dashboard-table-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem; }
  .dashboard-table .dashboard-table-column {
    display: flex;
    flex-direction: column; }
    .dashboard-table .dashboard-table-column.index {
      display: flex;
      flex: 1;
      justify-content: center; }
    .dashboard-table .dashboard-table-column.content {
      display: flex;
      flex: 8;
      justify-content: center; }
      .dashboard-table .dashboard-table-column.content .title {
        font-family: Barlow Semi Condensed, sans-serif;
        font-size: 1.25rem; }
      .dashboard-table .dashboard-table-column.content .description {
        font-size: .85rem; }
    .dashboard-table .dashboard-table-column.count {
      display: flex;
      flex: 1;
      justify-content: center;
      align-items: center;
      margin-left: 2rem;
      font-size: 1.25rem;
      color: white;
      font-family: Barlow Semi Condensed, sans-serif;
      background-color: #d8232a; }
      .dashboard-table .dashboard-table-column.count span {
        padding: 0.66667rem 0; }

.media-player-box {
  position: fixed;
  z-index: 9999;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18rem;
  height: 14rem;
  padding: 0.66667rem;
  padding-bottom: 2.5rem;
  border: 4px solid #d8232a;
  background-color: white;
  animation: popin .5s; }
  .media-player-box iframe {
    display: block;
    width: 100%;
    height: 100%; }

.media-player-next-wrap,
.media-player-prev-wrap,
.media-player-close-wrap {
  position: absolute;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center; }

.media-player-close-wrap {
  left: 1rem; }

.media-player-close-btn {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  text-indent: -9999px;
  cursor: pointer;
  transform: rotate(45deg); }
  .media-player-close-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 2px;
    margin-top: -1px;
    background-color: #d8232a; }
  .media-player-close-btn:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    background-color: #d8232a; }

.media-player-prev-wrap {
  right: 3rem; }

.media-player-prev-btn {
  display: block;
  width: 1rem;
  height: 1rem;
  text-indent: -9999px;
  position: relative;
  cursor: pointer;
  transform: rotate(180deg);
  transform-origin: center; }
  .media-player-prev-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.1em;
    margin-top: .1em;
    width: 1rem;
    height: 2px;
    background-color: #d8232a;
    transform: translateY(-50%); }
  .media-player-prev-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: .1em;
    width: 0.5rem;
    height: 0.5rem;
    border: 0 solid #d8232a;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    transform-origin: top right; }

.media-player-next-wrap {
  right: 1rem; }

.media-player-next-btn {
  display: block;
  width: 1rem;
  height: 1rem;
  text-indent: -9999px;
  position: relative;
  cursor: pointer; }
  .media-player-next-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.1em;
    margin-top: .1em;
    width: 1rem;
    height: 2px;
    background-color: #d8232a;
    transform: translateY(-50%); }
  .media-player-next-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: .1em;
    width: 0.5rem;
    height: 0.5rem;
    border: 0 solid #d8232a;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    transform-origin: top right; }

.autosuggest {
  padding-top: 2rem;
  margin-top: 0.5rem;
  border-top: 4px solid #d8232a;
  font-size: 1rem; }
  @media screen and (min-width: 750px) {
    .autosuggest {
      font-size: 1.5rem; } }
  @media screen and (min-width: 1150px) {
    .autosuggest {
      font-size: 2rem; } }

.autosuggest-section {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c0c0c0; }
  .autosuggest-section.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  @media screen and (min-width: 750px) {
    .autosuggest-section {
      display: flex;
      padding-bottom: 2rem;
      margin-bottom: 2rem; } }

.autosuggest-title {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 1rem; }
  @media screen and (min-width: 750px) {
    .autosuggest-title {
      width: 25%;
      flex-shrink: 0;
      margin-bottom: 0; } }

@media screen and (min-width: 750px) {
  .autosuggest-content {
    width: 75%; } }

.autosuggest-item {
  cursor: pointer;
  /*
	&:hover
	{
		// @TODO
	}

	&.is-focus,
	&:active,
	&:focus
	{
		padding-left: $rule / 3;
		padding-right: $rule / 3;
		color: $color02;
		background-color: $color01;
	}
	*/ }

.autosuggest-release {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px; }
  .autosuggest-release.is-focus, .autosuggest-release:active, .autosuggest-release:focus {
    padding: 0; }

.autosuggest-release-coverart {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 1rem; }
  .autosuggest-release-coverart > img {
    display: block;
    width: 4.5rem;
    height: 4.5rem; }

.autosuggest-release-title {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  line-height: 1; }

.autosuggest-release-artist {
  font-size: .85rem;
  font-weight: 300; }
  @media screen and (min-width: 750px) {
    .autosuggest-release-artist {
      font-size: .9rem; } }
  @media screen and (min-width: 1150px) {
    .autosuggest-release-artist {
      font-size: 1rem; } }

.autosuggest-artist {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.66667rem; }
  .autosuggest-artist:last-child {
    margin-bottom: 0; }

.styled-select {
  position: relative; }
  .styled-select select {
    height: 1.33333rem;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #d8232a;
    font-size: .75rem;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1.5;
    background-color: transparent;
    color: #d8232a;
    position: relative;
    padding: 0 0.5rem;
    border: 1px solid #d8232a;
    width: 100%; }
  .styled-select.is-disabled select {
    color: #c0c0c0;
    border-color: #c0c0c0; }
  .styled-select.is-disabled:after {
    border-top-color: #c0c0c0; }
  .styled-select:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.825rem;
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.175rem;
    border-left: 0.35rem solid transparent;
    border-right: 0.35rem solid transparent;
    border-top: 0.35rem solid #d8232a; }

.styled-checkbox {
  position: relative;
  padding-left: 2.75rem;
  touch-callout: none;
  user-select: none; }
  .styled-checkbox label {
    display: block;
    cursor: pointer;
    text-transform: initial;
    letter-spacing: .1em; }
  .styled-checkbox label:before,
  .styled-checkbox label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 1rem;
    height: 1rem; }
  .styled-checkbox label:before {
    border: 1px solid #d8232a;
    vertical-align: middle; }
  .styled-checkbox label:after {
    transform: scale(0.2);
    transition: background-color .1s, transform .15s; }
  .styled-checkbox input:checked + label:after {
    background-color: #d8232a;
    transform: scale(1); }
  .styled-checkbox input {
    display: none;
    opacity: 0; }
  .styled-checkbox label span {
    margin-left: 0.33333rem;
    color: #d8232a; }

.barcode-scanner-placeholder {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .35em;
  text-transform: uppercase;
  line-height: 1.75;
  font-size: 3rem;
  text-align: center;
  color: #c0c0c0; }

.barcode-lookup-header,
.barcode-lookup-release {
  display: grid;
  grid-template-columns: 8% 30% 8% 8% 8% 1fr 1fr 1fr;
  grid-column-gap: 1rem;
  align-items: center;
  padding: 0.66667rem 1rem;
  border-bottom: 4px solid #d8232a; }

.barcode-lookup-release {
  border-color: #c0c0c0; }

.barcode-lookup-header {
  padding-bottom: 1rem;
  font-family: Barlow Semi Condensed, sans-serif;
  text-transform: uppercase;
  font-size: .75rem; }

.barcode-lookup-header-release-stock {
  text-align: center; }

.barcode-lookup-container-release-list {
  margin-bottom: 10rem; }

.barcode-lookup-release-cover img {
  display: block;
  width: 100%;
  border: 4px solid #d8232a; }

.barcode-lookup-release-title {
  font-size: 1.15rem; }

.barcode-lookup-release-current-stock {
  font-size: 1.25rem;
  text-align: center; }

.barcode-lookup-container-total-price {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 0.5rem 0;
  background-color: #d8232a; }
  .barcode-lookup-container-total-price .barcode-lookup-total-price {
    padding-left: 3rem;
    font-size: 2rem;
    color: white;
    font-family: Barlow Semi Condensed, sans-serif; }
    .barcode-lookup-container-total-price .barcode-lookup-total-price:before {
      content: '';
      height: 2rem;
      width: 2rem;
      background-image: url("img/icons/receive-money.svg");
      background-size: contain; }

.price-label {
  padding: 0.25rem 0.5rem;
  color: white;
  white-space: nowrap;
  background-color: #d8232a; }
  .price-label.clickable {
    cursor: pointer; }
    .price-label.clickable:hover {
      background-color: #c0c0c0; }

.delete-btn {
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: #d8232a; }

.barcode-scanner-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-gap: 1rem;
  width: 100%;
  padding: 1rem;
  background-color: #d8232a; }

.disabled .barcode-scanner-footer {
  background-color: #c0c0c0; }

.barcode-lookup-input {
  display: block;
  flex-grow: 1;
  width: 100%;
  border: 4px solid white;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .35em;
  text-transform: uppercase;
  line-height: 1.75;
  text-align: center;
  color: #d8232a; }
  .barcode-lookup-input:disabled, .barcode-lookup-input[disabled] {
    color: #c0c0c0; }

.barcode-scanner-scan {
  display: grid; }
  .barcode-scanner-scan > div {
    margin-bottom: 0.66667rem; }
    .barcode-scanner-scan > div:last-child {
      margin-bottom: 0; }
  .barcode-scanner-scan label {
    color: white; }

.barcode-scanner-checkout {
  display: grid;
  grid-template-columns: 50% 1fr;
  padding: 1rem;
  color: #d8232a;
  background-color: white; }

.barcode-scanner-checkout-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 2rem; }

.barcode-scanner-total {
  font-size: 1.5rem; }

.barcode-scanner-checkout-btn {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: #d8232a; }
  .barcode-scanner-checkout-btn:disabled, .barcode-scanner-checkout-btn[disabled] {
    cursor: progress;
    background-color: #c0c0c0; }

.overlay {
  position: fixed;
  z-index: 6;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #8d8d8d;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.72, 0.16, 0.34, 0.82); }
  @media screen and (min-width: 1150px) {
    .overlay {
      background-color: #a7a7a7; } }
  body.overlayed .overlay {
    opacity: .7;
    pointer-events: all; }
  body.show-nav .overlay {
    opacity: .7;
    pointer-events: all; }

.amount-input {
  display: flex; }
  .amount-input input {
    width: 3rem;
    border: 1px solid #d8232a;
    text-align: center;
    color: #d8232a; }
  .amount-input button {
    width: 2rem;
    text-align: center;
    font-size: 1.5rem;
    color: #d8232a;
    cursor: pointer;
    background-color: transparent; }

.notification-wrap {
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.notification {
  pointer-events: initial;
  padding: 1rem 2rem;
  margin: 0 2rem;
  background-color: #d8232a;
  color: white;
  animation: popin .25s;
  animation-delay: .35s;
  animation-fill-mode: both;
  cursor: pointer; }
  @media screen and (min-width: 1024px) {
    .notification {
      max-width: 25%; } }

.notification-text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .15em; }

.confirm-wrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.confirm {
  margin: 0 2rem;
  padding: 2rem;
  background-color: #d8232a;
  animation: popin .25s;
  animation-delay: .35s;
  animation-fill-mode: both; }
  @media screen and (min-width: 750px) {
    .confirm {
      max-width: 35vw;
      margin: 0; } }

.confirm-text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  line-height: 1;
  line-height: 1.5;
  text-align: center;
  color: white; }

.confirm-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem; }

.btn-confirm-confirm {
  padding: 0.5rem 2rem;
  padding-bottom: 0.66667rem;
  border: 1px solid #d8232a;
  text-transform: lowercase;
  font-size: .75rem;
  letter-spacing: .25em;
  line-height: 1;
  background-color: white;
  color: #d8232a;
  cursor: pointer;
  margin-right: 0.5rem; }

.btn-confirm-cancel {
  padding: 0.5rem 2rem;
  padding-bottom: 0.66667rem;
  border: 1px solid #d8232a;
  text-transform: lowercase;
  font-size: .75rem;
  letter-spacing: .25em;
  line-height: 1;
  background-color: #d8232a;
  color: white;
  cursor: pointer; }

.prompt-wrap {
  position: fixed;
  z-index: 7;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.prompt {
  margin: 0 2rem;
  padding: 2rem;
  background-color: #d8232a;
  animation: popin .25s;
  animation-delay: .35s;
  animation-fill-mode: both; }
  @media screen and (min-width: 750px) {
    .prompt {
      max-width: 35vw;
      margin: 0; } }

.prompt-text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  line-height: 1;
  line-height: 1.5;
  text-align: center;
  color: white; }

.prompt-input {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  padding-bottom: 0.66667rem;
  border: 1px solid white;
  font-size: .75rem;
  letter-spacing: .1em;
  line-height: 1;
  background-color: transparent;
  color: white;
  margin-top: 1rem; }

.prompt-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem; }

.btn-prompt-confirm {
  padding: 0.5rem 2rem;
  padding-bottom: 0.66667rem;
  border: 1px solid #d8232a;
  text-transform: lowercase;
  font-size: .75rem;
  letter-spacing: .25em;
  line-height: 1;
  background-color: white;
  color: #d8232a;
  cursor: pointer;
  margin-right: 0.5rem; }

.btn-prompt-cancel {
  padding: 0.5rem 2rem;
  padding-bottom: 0.66667rem;
  border: 1px solid #d8232a;
  text-transform: lowercase;
  font-size: .75rem;
  letter-spacing: .25em;
  line-height: 1;
  background-color: #d8232a;
  color: white;
  cursor: pointer; }

.user-form {
  width: 100%; }
  .user-form label {
    float: left;
    width: 35%;
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .25em;
    line-height: 1.1; }
  .user-form input {
    padding: 0.5rem 1rem;
    padding-bottom: 0.66667rem;
    border: 1px solid #d8232a;
    font-size: .75rem;
    letter-spacing: .1em;
    line-height: 1;
    background-color: transparent;
    color: #d8232a;
    width: 65%; }
  .user-form fieldset {
    margin-bottom: 1rem; }
    .user-form fieldset.required label:after {
      content: '*'; }
    .user-form fieldset .error {
      margin-top: 0.5rem; }
  .user-form button {
    margin-top: 1rem;
    padding: 0.5rem 2rem;
    padding-bottom: 0.66667rem;
    border: 1px solid #d8232a;
    text-transform: lowercase;
    font-size: .75rem;
    letter-spacing: .25em;
    line-height: 1;
    background-color: #d8232a;
    color: white;
    cursor: pointer; }

.user-login-input-note {
  text-transform: lowercase;
  font-size: .8rem;
  letter-spacing: .1em;
  padding-left: 35%;
  margin-bottom: 1rem;
  color: #c0c0c0; }
  .user-login-input-note a {
    border-bottom: 1px solid #c0c0c0; }

.user-register fieldset p.error {
  display: none; }

.user-form-error,
.user-form fieldset .error {
  text-transform: lowercase;
  font-size: .8rem;
  letter-spacing: .1em;
  margin-left: 35%;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  color: white;
  background-color: #d8232a; }
  .user-form-error p,
  .user-form fieldset .error p {
    margin: 0; }

.header-image {
  width: 100%;
  margin: 2rem 0;
  background-size: cover;
  background-position: center; }
  @media screen and (min-width: 750px) {
    .header-image {
      height: 55vh;
      min-height: 15rem;
      margin-bottom: 4rem; } }
  .header-image img {
    display: block;
    width: 100%; }
    @media screen and (min-width: 750px) {
      .header-image img {
        display: none; } }

.social-item {
  display: block;
  width: 2rem;
  height: 2rem; }
  .social-item svg {
    display: block;
    width: 2rem;
    height: 2rem; }
  .social-item svg * {
    fill: white; }

.pagination {
  display: flex;
  justify-content: flex-end;
  margin: 3rem 0 2rem 0; }
  .pagination ul {
    display: flex; }
  .pagination li {
    margin-right: 0.66667rem; }
    .pagination li.pagination-dots a {
      border-color: transparent; }
    .pagination li a {
      display: inline-block;
      padding: 0.25rem 0.66667rem;
      border: 1px solid #d8232a;
      text-transform: uppercase;
      font-size: .75rem; }
    .pagination li:last-child {
      margin-right: 0; }
    .pagination li.active,
    .pagination li a:hover {
      background-color: #d8232a;
      color: white; }

.slideout-panel-left,
.slideout-panel-right {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  width: 90%;
  height: 100%;
  padding: 2rem;
  padding-top: 0;
  padding-bottom: 4rem;
  background-color: rgba(255, 255, 255, 0.95);
  transition: transform 0.35s cubic-bezier(0.72, 0.16, 0.34, 0.82); }
  @media screen and (min-width: 450px) {
    .slideout-panel-left,
    .slideout-panel-right {
      width: 75%; } }
  @media screen and (min-width: 750px) {
    .slideout-panel-left,
    .slideout-panel-right {
      width: 65%; } }
  @media screen and (min-width: 1024px) {
    .slideout-panel-left,
    .slideout-panel-right {
      width: 55%; } }
  @media screen and (min-width: 1150px) {
    .slideout-panel-left,
    .slideout-panel-right {
      width: 50%; } }

.slideout-panel-left {
  left: 0;
  transform: translateX(-100%); }

.slideout-panel-right {
  right: 0;
  transform: translateX(100%); }

.slideout-panel-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  border-bottom: 1px solid #d8232a; }

.slideout-panel-left .slideout-panel-header {
  border-bottom: 1px solid transparent; }

.slideout-panel-header-title {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  line-height: 1; }

.slideout-panel-header-close-btn {
  position: relative;
  display: block;
  width: 1.66667rem;
  height: 1.66667rem;
  text-indent: -9999px;
  cursor: pointer;
  transform: rotate(45deg); }
  .slideout-panel-header-close-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 3px;
    margin-top: -1.5px;
    background-color: #d8232a; }
  .slideout-panel-header-close-btn:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #d8232a; }

.cookie-notice {
  position: fixed;
  z-index: 10000;
  top: "intitial";
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.66667rem 0;
  font-size: 0.85rem;
  background-color: #d8232a;
  color: white; }
  .cookie-notice .cookie-notice-content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .cookie-notice .cookie-notice-text {
    padding-right: 2rem; }
    .cookie-notice .cookie-notice-text a {
      border-bottom: 1px solid white;
      color: white; }
  .cookie-notice #cookie-notice-agree-btn {
    padding: 0.5rem 2rem;
    padding-bottom: 0.66667rem;
    border: 1px solid white;
    text-transform: lowercase;
    font-size: .75rem;
    letter-spacing: .25em;
    line-height: 1;
    background-color: transparent;
    color: white;
    cursor: pointer; }

/*# sourceMappingURL=style.css.map */
