@font-face {
  font-family: 'Arial Rounded Bold';
  src: url('https://f9.limitedrun.com/fonts/1327/ArialRoundedMTBold.woff2') format('woff2'),
      url('https://f9.limitedrun.com/fonts/1326/ArialRoundedMTBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Authentic Sans';
  src: url('https://f9.limitedrun.com/fonts/1328/AUTHENTICSans-90.woff2') format('woff2'),
      url('https://f9.limitedrun.com/fonts/1329/AUTHENTICSans-90.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* SCP alterations */
input[type="radio"] {
  accent-color: black;
}

.pagination {
  display: block;
  text-align: center;
  padding: 0.5em;
}

nav.pagination a {
  padding-left: unset;
  margin-left: unset;
}

.pagination span {
  display: inline-block;
  padding: 0.25em 1em;
}

.pagination .current {
  text-decoration: underline;
  opacity: 0.75;
}

.pagination .inactive, .isloading {
  opacity: 0.25;
  pointer-events: none;
}

.topOpen #openButton.outer {
  z-index: 45;
  position: fixed;
}

.gettingPage main::after {
  content: "Getting more products...";
  font-size: 2em;
  font-family: ;
  text-align: center;
  padding: 1em;
  display: block;
  width: 100%;
  font-family: "Arial Rounded Bold";
}


/* OG theme */
* {
  box-sizing: border-box;
}

:root {;
  --bg: white;
  --color: rgb(28, 27, 27);
  --glass: rgba(255, 255, 255, 0.7);
  --accent: #ea3323;
}

body, html { 
  overflow-x: hidden;
  max-width: 100vw;
}

body {
	width: 100%;
}

html.mobileMenuOpen, html.mobileMenuOpen body {
  overflow-y: hidden;
}

body {
  font-family: neue-haas-unica, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: var(--bg);
  color: var(--color);
}

h1,
h2,
h3,
h4,
p,
li,
button, .button {
  color: var(--color);
}

button, .button {
  font-family: neue-haas-unica, sans-serif;
  font-size: 1rem;
  color: var(--color);
}

#shopContainer {
  width: 100vw;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  margin-top: 180px;
  row-gap: 6rem;
  padding: 2rem;
  padding-bottom: 5rem;
}

/* Input container*/
.range {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color);
  background: var(--bg);
  border-bottom: 0;
  z-index: 20;
}
.disabled {
  fill: rgba(0, 0, 0, 0.2);
}
.sliderBtn {
  cursor: pointer;
}

.range p {
  margin: 0 1rem;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 22px;
}

#labelsBtn {
  background: var(--bg);
  outline: 0;
  border: 1px solid var(--color);
  padding: 0 7px;
  height: 2.2em;
  font-size: 10px;
  text-transform: uppercase;
}
/*  







Lines








*/

/* Input */
input[type="range"] {
  margin: 5px 0;
  background-color: transparent;
  -webkit-appearance: none;
  direction: rtl;
  width: 250px;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  background: var(--bg);
  border: 1px solid var(--color);
  border-radius: 23px;
  width: 100%;
  height: 6px;
  cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  margin-top: -6px;
  width: 16px;
  height: 16px;
  background: var(--color);
  border: 1px solid var(--color);
  border-radius: 49px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
input[type="range"]::-moz-range-track {
  background: var(--bg);
  border: 1px solid var(--color);
  border-radius: 23px;
  width: 100%;
  height: 6px;
  cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: var(--color);
  border: 1px solid var(--color);
  border-radius: 49px;
  cursor: pointer;
}
input[type="range"]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
  width: 100%;
  height: 6px;
  cursor: pointer;
}
input[type="range"]::-ms-fill-lower {
  background: var(--bg);
  border: 1px solid var(--color);
  border-radius: 46px;
}
input[type="range"]::-ms-fill-upper {
  background: #ffffff;
  border: 1px solid var(--color);
  border-radius: 46px;
}
input[type="range"]::-ms-thumb {
  width: 16px;
  height: 16px;
  background: var(--color);
  border: 1px solid var(--color);
  border-radius: 49px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
input[type="range"]:focus::-ms-fill-lower {
  background: var(--bg);
}
input[type="range"]:focus::-ms-fill-upper {
  background: var(--bg);
}

@supports (-ms-ime-align: auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  input[type="range"] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}

.small {
  gap: 1rem !important;
  row-gap: 2rem !important;
}

h4 {
  font-family: "Arial Rounded Bold";
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 5rem;
}

.border {
  position: fixed;
  width: 5px;
  background: yellow;
  height: 100vh;
  top: 0;
  z-index: 2;

  background: repeating-linear-gradient(
    to bottom,
    rgb(230, 209, 157),
    rgb(230, 209, 157),
    #ff0000 70px,
    #ff0000 140px
  );
  background-size: 200% 200%;
  animation: slide 100s linear infinite;
}

.border-left {
  left: 0;
  border-right: 1px solid black;
}

.border-right {
  right: 0;
  border-left: 1px solid black;
}

@keyframes slide {
  0% {
    background-position: 0% -200%;
  }

  100% {
    background-position: 0% 0%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.theme {
  position: fixed;
  bottom: 0;
  left: 2rem;
  height: 39px;
  background: var(--bg);

  color: var(--color);
  border: 1px solid var(--color);
  border-bottom: 0;
  width: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.theme div {
  width: 1rem;
  height: 1rem;
  background: black;
  border-radius: 100px;
  cursor: pointer;
}

.theme-bright {
  background: white !important;
  border: 1px solid black;
}

.theme-dark {
  border: 1px solid white;
}

.theme-color {
  background: rgb(110, 187, 255) !important;
  border: 1px solid yellow;
}

.mobile {
  display: none;
}

.mobile-range {
  position: fixed;
  bottom: 0;
  display: none;
  background: var(--bg);
  border: 1px solid var(--color);
  border-bottom: 0;
  font-size: 2rem;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}

.mobile-range svg {
  height: 18px;
}
.mobile-range div:first-child {
  border-right: 1px solid black;
}

.mobile-range div {
  margin: 0;
  height: 100%;
  line-height: 0.6em;
  padding: 10px;
  width: 70px;
  text-align: center;
}

.icon-small,
.icon-medium,
.icon-large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 100%;
  width: 30px;
}

.icon-small,
.icon-large {
  display: none;
}

.icon-small div,
.icon-medium div,
.icon-large div {
  width: 8px;
  height: 8px;
  border: 1px solid black;
  display: flex;
}

.icon-medium div {
  width: 11px;
  height: 11px;
}
.icon-large div {
  width: 14px;
  height: 14px;
}

.staticFilters {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.staticFilter {
  padding: 5px;
  background: var(--bg);
  list-style-type: none;
  display: flex;
  gap: 10px;
  width: auto;
  border: 1px solid var(--color);
  padding-right: 18px;
  z-index: 0;
  margin-left: 2rem;
  margin-right: 2rem;
}

.staticFilter li {
  position: relative;
  padding: 4px 0;

  padding-left: 1.2rem;
  line-height: 1em;
  margin-left: 1rem;
  cursor: pointer;
}

.staticFilter li:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: var(--bg);
  border: 1px solid var(--color);
  border-radius: 10px;
  top: 0.4em;
  left: 0;
}

@media only screen and (max-width: 840px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }

  #shopContainer {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    row-gap: 3rem;
    padding: 1.5rem;
    margin-top: 9rem;
  }

  .range {
    display: none;
  }

  .mobile-title {
    font-family: "Arial Rounded Bold";
    font-weight: normal;
    font-size: 2rem;
    margin-top: 6rem;
    text-align: center;
    margin-bottom: 0;
  }

  .extra-margin {
    margin-top: 12rem;
  }

  .border {
    display: none;
  }

  .small {
    gap: 1rem !important;
    row-gap: 1rem !important;
  }
  .mobile-range {
    display: flex;
  }
}

/* HEADER */
header {
  position: sticky;
  top: 1rem;
  margin-top: -1px;
  margin-left: 0;
  left: 0;
  z-index: 30;
  display: flex;
  background: var(--bg);
  border-bottom: 1px solid var(--color);
  border-top: 1px solid var(--color);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}

.logo {
  height: 38px;
  background: var(--bg);
  padding: 7px;
  padding-top: 3px;
  border-right: 1px solid var(--color);
}

.logo img {
  height: 100%;
}

nav {
  display: flex;
  align-items: flex-start;
  padding: 6px;
  background: var(--bg);
  border-left: 0;
  border-right: 1px solid black;
  padding-left: 0;
  padding-right: 15px;
  height: auto;
  margin-bottom: 0;
}

nav ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
  display: flex;
}

nav a {
  text-decoration: none;
  color: var(--color);
  position: relative;
  padding-left: 1rem;
  line-height: 1em;
  margin-left: 1rem;
}

nav ul li a:before {
  content: " ";
  width: 7px;
  height: 7px;
  position: absolute;
  background-color: var(--bg);
  outline: 1px solid var(--color);
  border-radius: 10px;
  top: 0.58em;
  left: 0;
  outline-offset: 2px;
  box-sizing: border-box;
}

.menuSelected a:before {
  background-color: var(--color);
}
nav ul li a:hover::before {
  border: 1px solid black;
}

.headerEmbed {
  width: 284;
  height: 160px;
  border: 1px solid var(--color);
}

.filterContainer {
  z-index: 2;
  position: fixed;
  top: 93px;
  transition: top 0.3s;
  display: none;
}

#index .filterContainer, body[id^="category"] .filterContainer {
  display: flex;
}


.filter-semi-open {
  top: 108px !important;
}
.filter-open {
  top: 508px !important;
}

.filterBtn {
  padding: 6px;
  background: var(--bg);
  border: 1px solid var(--color);
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  padding: 5px;
  margin-bottom: auto;
  height: 100%;
  position: absolute;

  z-index: 5;

  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.filterBtn:hover {
  color: white;
  background: black;
  fill: white;
}

.filterBtn svg {
  height: 7px;
  margin-left: 0.5rem;
  transform: translateY(2px);
}

.filters {
  padding: 5px;
  background: var(--bg);
  list-style-type: none;
  display: flex;
  gap: 10px;
  width: auto;
  margin: 0;
  margin-right: auto;
  margin-left: -1px;
  top: 0;
  border: 1px solid var(--color);
  transition: margin-top 0.3s, opacity 0s;
  padding-right: 18px;
  z-index: 0;
}

.clear {
  top: 0;
  margin-top: 38px;
  background: black;
  color: white;
  margin: 0;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.filters li {
  position: relative;
  padding: 4px 0;
  line-height: 1em;
}

.filters li ~ li {
  margin-left: 0.25em;
}

.filters li > * {
  cursor: pointer;
}

.categoryfilters li a {
  text-decoration: unset;
  color: black;
  white-space: nowrap;
}
.categoryfilters li a::before {
  content: "◻ "; 
  transition: transform 200ms;
  display: inline-block;
  margin-right: 0.5em;
}
.categoryfilters li a:hover::before {transform: scale(1.1);}
.categoryfilters li a.active::before { content: "▣ ";}

.newsletter {
  background: var(--bg);
  display: block;
  border: 1px solid var(--color);
  border-bottom: 0;
  border-top: 0;
  height: 100%;
  outline: 0;
  padding: 0;
  margin-bottom: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
}

.newsletter .button {
  border: 0;
  outline: 0;
  font-size: 1rem;
  background: var(--color);
  color: var(--bg);
  height: 100%;
  padding: 5px 10px !important;
  cursor: pointer;
  margin-right: 0;
  border-radius: 0;
}

.newsletter input[type="email"] {
  border: 0;
  outline: 0;
  background: transparent;
  font-family: neue-haas-unica, sans-serif;
  font-size: 1rem;
  padding-left: 0.5rem;
  width: 174px;
}

marquee {
  width: auto;
  width: calc(100vw - 870.5px);
  background: var(--bg);
  margin-right: 0;
  padding-top: 6px;
}

marquee div {
  display: inline-block;
  margin-right: 4rem;
}

marquee div a {
  text-decoration: none;
  color: inherit;
}

.backBtn {
  background: var(--color);
  color: var(--bg);
  text-decoration: none;
  height: 38px;
  border: 1px solid var(--color);
  padding: 5px 20px;
  padding-left: 16px;
  position: absolute;
  left: 401px;
  z-index: 10;
  text-decoration: none;
}

.bandcampEmbed {
  height: 38px;
  overflow: hidden;
  box-sizing: border-box;
  border-left: transparent;
  width: 169px;
}

.bandcampEmbed iframe {
  border: 1px solid black;
  transform: translateY(-2px) translateX(-1px);
}

.bandcampEmbed iframe div {
  border: 0 !important;
}

.mobileMenu {
  display: none;
}

@media only screen and (max-width: 840px) {
  #openButton, #openText, #closeText {
    display: none;
  }
  
  header nav {
    display: none;
  }
  marquee {
    display: none;
  }
  .filterBtn {
    display: none;
  }

  .bandcampEmbed {
    display: none;
  }
  .newsletter {
    display: none;
  }
  .backBtn {
    display: none;
  }

  .filterContainer {
    position: absolute;
    flex-wrap: wrap;
    width: 100%;
    top: 46px;
    z-index: 1;
  }

  .filterContainer .filters {
    margin-top: 0;
    border-right: 0;
  }

  .filters:first-child {
    margin-top: 1px;
    border-right: 1px solid black;
  }

  header {
    width: 100vw;
    justify-content: space-between;
    height: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    top: 24px;
  }

  .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    border-top: 1px solid black;
  }

  .logo a img {
    height: 30px;
  }

  .mobileMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    border-top: 1px solid black;
  }

  /* Hamburger */
  .hamburgerDiv {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hamburgerDiv svg {
    height: 14px;
    margin-top: 2px;
  }

  .hamburgerClose {
    margin-top: 6px !important;
    height: 18px !important;
    display: none;
    margin-right: 11px;
  }

  .mobileMenu.mobileMenuOpen {
    background: var(--color);
    color: var(--bg);
    z-index: 1000;
  }
  .mobileMenu.mobileMenuOpen .hamburgerClose {
    display: block;
    fill: white;
  }
  .mobileMenu.mobileMenuOpen .hamburger {
    display: none;
  }

  /* Menu */
  .mobileMenuFixed {
    position: fixed;
    width: 100vw;
    z-index: 20;
    top: 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
    padding-top: 0;
    border-bottom: 1px solid black;
    display: flex;
    flex-direction: column;
  }

  .mobileMenuFixed.mobileMenuOpen {
    max-height: 100vh;
    height: 100vh;
    overflow-y: scroll;
  }

  /* Mobile Nav */
  .mobileMenuFixed nav {
    border-bottom: 1px solid black;
    padding-bottom: 1.5rem;
    padding-top: 4.5rem;
  }

  .mobileMenuFixed nav ul {
    flex-direction: column;
    padding-left: 1rem;
  }

  .mobileMenuFixed nav ul li {
    font-family: "Arial Rounded Bold";
    font-weight: normal;
    font-size: 2rem;
    margin-bottom: 0.25rem;
  }
  .mobileMenuFixed nav ul li a {
    padding-left: 1.5rem;
  }

  .mobileMenuFixed nav ul li a:before {
    content: " ";
    width: 14px;
    height: 14px;
    position: absolute;
    background-color: var(--bg);
    outline: 0;
    border: 3px solid white;
    border-radius: 10px;
    top: 0.4em;
    left: 0;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 1);
  }

  .mobileMenuFixed .menuSelected a:before {
    background-color: var(--color);
  }

  /* Mobile Links */

  .mobileMenuFixed .links {
    display: none;
  }

  .mobileMenuFixed .links ul {
    margin-top: 0;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .mobileMenuFixed .main {
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .videoContainer {
    width: 100%;
    height: auto !important;
  }

  .filterContainer {
    flex-direction: column-reverse;
    transition: top 0.5s;
  }

  .filter-open {
    top: 100vh !important;
  }

  .filters {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 0.25rem;
    width: 100vw;
  }

  .filters li {
    margin-left: 0.7rem;
  }
  
  .filters li ~ li {
    margin-left: 0.7rem;
  }

  .filters:first-child {
    border-top: 0;
    display: flex;
    width: 60vw;
  }
}

/* ARTICLE */
article > a {
  width: 100%;
  text-decoration: unset;
  text-align: center;
  --item_ratio: 100%;
  --item_fit_style: contain;
}

.image-wrapper {
  position: relative;
}

.item-image {
	position: relative;
	padding-top: var(--item_ratio);
	transition: all 400ms ease-out;		
}

.item-image.alt {
	margin-top: calc(-1 * var(--item_ratio));
	opacity: 0;
	z-index: 2;
	background: white;
}

.optionprod .item-image {
  opacity: 0;
}

.optionprod .item-image.active {
  opacity: 1;
}

.item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: var(--item_fit_style);
  object-position: center;
}

article:not(.optionprod):hover .item-image.alt {
	opacity: 1;
}

article:not(.optionprod).multimg:hover .item-image:first-of-type {
  opacity: 0;
}

.preview {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.preview-option {
  cursor: default;
  font-size: 0.00001px;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background: var(--img);
  background-size: 1500% 1500%;
  background-position: 60% 60%;
  border-radius: 100%;
  border: 2px solid transparent;
}

.preview-option.active {
  border-color: black;
}


.hideLabels h3,
.hideLabels .textContainer {
  opacity: 0;
  display: none;
}

.small h3,
.small .price,
.small .sale,
.small .hot,
.small .textContainer {
  opacity: 0;
}

.textContainer p {
  margin: 1em 0;
  text-align: center;
  line-height: 1.1em;
  color: grey;
  color: var(--color);
  opacity: 0.5;
  font-size: 0.8rem;
}

.textContainer p:first-child {
  color: var(--color);
  opacity: 1;
  text-transform: uppercase;
}
/* Grid element */

#shopContainer article{
  opacity: 0;
  perspective: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  animation: fadeIn 0s forwards;
}

[sort="filter-stock"] article.soldout {
  order: 10;
  display: none !important;
}

h3 {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  line-height: 1.1em;
  margin-top: 5px;
}

.price {
  font-weight: normal;
  font-size: 14px;
  font-size: 100%;
  text-align: center;
  line-height: 1.1em;
  margin: 0;
  position: absolute;
  background: #00b5f1;
  background: var(--bg);
  color: var(--bg);
  color: var(--color);
  padding: 5px 12px;
  border-radius: 40px;
  bottom: 0%;
  right: 10%;
  border: 1px solid var(--color);
  z-index: 10;
}

.hot {
  position: absolute;
  background: red;
  line-height: 1.1em;
  color: var(--bg);
  padding: 5px 12px;
  border-radius: 40px;
  bottom: 10%;
  right: 5%;
  z-index: 1;
  transform: rotate(10deg);
}

.price-sale {
  background: repeating-linear-gradient(
    -30deg,
    white,
    white 48%,
    black 48%,
    black 52%
  );
}

.sale {
  position: absolute;
  background: yellow;
  border: 1px solid var(--color);
  color: var(--color);
  line-height: 1.1em;
  padding: 5px 12px;
  border-radius: 40px;
  bottom: 15%;
  right: 5%;
  transform: rotate(10deg);
  z-index: 3;
}

.soldOut {
  color: red;
  border: 1px solid red;
}

#shopContainer img {
  width: 100%;
  transition: transform 0.3s;
  cursor: pointer;
}

#shopContainer article:hover img {
  transform: scale(1.05);
}

#shopContainer article:hover h3 {
  opacity: 1;
}

@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(359deg);
  }
}

@media only screen and (max-width: 840px) {
  #shopContainer article,
  .textContainer,
  .textContainer p {
    font-size: 0.75rem;
  }

  #shopContainer article img {
    margin-bottom: 0.5rem;
  }
  .textContainer {
    margin-top: 0.5rem;
  }

  .price {
    line-height: 1.1em;
    padding: 3px 8px;
    border-radius: 40px;
    bottom: unset;
    left: unset;
    right: unset;
    position: relative;
  }

  .sale {
    line-height: 1.1em;
    padding: 3px 8px;
    border-radius: 40px;
    bottom: 16%;
    right: 30%;
    z-index: 1;
    transform: rotate(10deg);
    z-index: 2;
  }

  .small h3,
  .small .price,
  .small .sale,
  .small .hot,
  .small .textContainer {
    display: none;
  }
}

/* TOPBAR AREA */
.fixedWrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
}

.top {
  background: var(--glass);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color);
  display: flex;
  padding: 1rem;
  padding-left: 1rem;
  align-items: flex-start;
  justify-content: start;
  overflow: scroll;
  max-height: 55px;
  transition: 0.3s max-height;
  margin: 0;
  margin-bottom: 0;
  width: calc(100vw);
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.top::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.semi-open {
  max-height: 70px;
}

#top.topOpen {
  max-height: 500px !important;
}

@keyframes shuffle {
  0% {
    transform: rotate(-3deg) translate(5px, 8px);
  }
  50% {
    transform: rotate(0deg) translate(5px, 8px);
  }
  100% {
    transform: rotate(-3deg) translate(5px, 8px);
  }
}

.top h1,
.top h3 {
  font-family: "Arial Rounded Bold";
  margin: 0;
  font-weight: normal;
  margin-bottom: 1rem;
  line-height: 0.7em;
  font-size: 2rem;
}

@keyframes reveal {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}

.main {
  width: 400px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.main h1 {
  margin-bottom: 1rem;
}
.main a {
  text-decoration: none;
  color: var(--color);
  font-family: "Arial Rounded Bold";
  font-size: 2rem;
}

.main svg {
  height: 0.55em;
}

.main img {
  width: 260px;
  transform: rotate(-3deg) translate(5px, 8px);
  margin-bottom: 2rem;
  filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.1));
}

.main a:hover {
  color: var(--color);
  -webkit-text-fill-color: var(
    --bg
  ); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color);
}

.main a:hover svg {
  fill: white;
  stroke: black;
  stroke-width: 3px;
}

.newMusic, .historylist {
  display: flex;
  gap: 1rem;
}

#newMusic {
  max-width: 900px;
  overflow: hidden;
}

.newMusic img {
  height: 300px;
  /* border-radius: 10px; */
  transition: 0.3s transform;
}

.videoContainer {
  height: 300px;
  width: 530px;
  aspect-ratio: 16 / 9;
  margin-top: 0.8rem;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border: 1px solid black;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newMusicArticle h3 span {
  color: var(--color);
  -webkit-text-fill-color: var(
    --bg
  ); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color);
}

.newMusicArticle p {
  margin: 0;
  margin-left: 1rem;
  line-height: 1.1em;
}

.newMusic .card {
  border: 1px solid black;
  padding-top: 1rem;
  margin-top: 1.5rem;
  height: 374px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card .grey {
  opacity: 0.5;
  font-weight: 400;
}

.imageContainer {
  position: relative;
  margin-top: 0.8rem;
  overflow: hidden;
  border-top: 1px solid var(--color);
  background: var(--bg);
  margin-bottom: 0;
}

.buttons {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.newMusicArticle:hover button, .newMusicArticle:hover .button {
  opacity: 1;
}
.newMusicArticle:hover img {
  transform: scale(1.05);
}

.buttons button, .buttons .button {
  padding: 4px;
  background: var(--bg);
  border: 0;
  outline: 0;
  height: 35px;

  z-index: 5;

  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  font-size: 1rem;
  border: 1px solid var(--color);
  text-decoration: none;
}

.buttons button:hover {
  color: var(--bg);
  background: var(--color);
}

.links {
  text-align: center;
  flex-shrink: 0;
  margin-right: 2rem;
}

.links a {
  text-decoration: none;
}

.links ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  justify-content: start;
  flex-direction: column;
  margin-top: 1.5rem;
  border-top: 1px solid black;
}

.links ul li {
  margin-bottom: -1px;
  border-bottom: 1px solid black;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  cursor: pointer;

  transition: 0.1s transform;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.links ul li span {
  padding: 5px 1rem;
  padding-left: 1rem;
}

.links ul li span:first-child {
  border-right: 1px solid black;
  font-family: "Arial Rounded Bold";
  display: inline-block;
  background: white;
  border: 1px solid black;
  border-radius: 20px;
  padding: 3px 10px;
}

.links ul li span:nth-child(2) {
  width: 100%;
  text-align: left;
}

.link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  margin-right: 0;
  padding-right: 0.8rem;
  display: none;
}

.link-icon svg {
  height: 20px;
  fill: var(--color);
  margin-top: 3px;
  margin-left: 5px;
}

.links ul li:hover {
  color: var(--bg);
  background: var(--color);
}

.links ul li:hover span:first-child {
  color: var(--color);
}

.links ul li:hover .link-icon {
  background: var(--color);
}

.links ul li:hover .link-icon svg {
  fill: var(--bg);
}

#openButton {
  position: absolute;
  width: 100vw;
  height: 55px;

  top: 0;
  left: 340px;
  cursor: pointer;
  cursor: none;
}

#closeButton {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 414px;
  border: 1px solid var(--color);
  background: var(--bg);
  padding: 5px 20px;
}

#openButton:hover ~ .textOverlay {
  opacity: 1;
}

.textOverlay {
  position: fixed;
  background: white;
  border: 1px solid black;
  display: flex;
  flex-direction: row;
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  border-radius: 25px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  z-index: 50;
}

.textOverlay img {
  height: 0.8em;
  margin-right: 5px;
}

.textOverlay div {
  line-height: 0.8em;
}

.topOpen #openText {
  display: none;
}

.topOpen #closeText {
  display: flex;
}

.visible {
  opacity: 1;
}

.loadMore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
}

.loadMore button {
  padding: 4px 12px;
  background: var(--bg);
  width: auto;
  border: 0;
  outline: 0;
  height: 35px;
  z-index: 5;
  cursor: pointer;
  font-size: 1rem;
  border: 1px solid var(--color);
}

.loadMore button:hover {
  background: black;
  color: white;
}
@media only screen and (max-width: 840px) {
  .top {
    display: none;
  }

  .main {
    padding: 1.5rem;
    background: var(--bg);
  }

  .main img {
    width: 200px;
  }
}

/* FOOTER */
footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 3rem 2rem;
  gap: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-top: 1px solid black;
}

footer h4 {
  padding-bottom: 0;
  text-align: left;
  margin: 0;
}

.socials {
  display: flex;

  flex-direction: column;
}

.socials img {
  width: 40px;
  cursor: pointer;
}

footer p {
  margin: 0;
}

.footer-newsletter .newsletter {
  border: 1px solid black;
  margin-top: 1.5rem;
  margin-right: auto;
  width: auto;
  justify-content: space-between;
  max-width: 350px;
}

footer a {
  color: black;
}

.footer-links {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.3em;
}

@media only screen and (max-width: 840px) {
  footer {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .footer-newsletter .newsletter {
    display: flex;
  }
}

/* PRODUCT */
#product .productContainer {
  opacity: 0;
  margin-top: 130px;
  padding: 2rem 4rem;
  padding-bottom: 5rem;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  border-bottom: 1px solid var(--color);
  animation: fadeIn 1s linear forwards;
  overflow: hidden;
}

.heading {
  grid-column: 1 / span 2;
}

.backBtn {
  position: static;
}

h1 {
  font-family: "Arial Rounded Bold";
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}

h2 {
  font-family: "Arial Rounded Bold";
  font-weight: normal;
  font-size: 2rem;
  margin-top: 0;
  color: var(--color);
}

.info-label {
  font-size: 0.7rem;
  margin-bottom: 0;
  text-decoration: underline;
  margin-top: 3rem;
}

.bullets {
  padding-left: 0;
  list-style-type: none;
}

.bullets li {
  position: relative;
  padding-left: 1.5rem;
}

.bullets li:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: var(--bg);
  border: 1px solid var(--color);
  border-radius: 10px;
  top: 0.4em;
  left: 0;
}

.size-label {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 0.7rem;
  text-decoration: underline;
}

.selection {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
  display: flex;
  margin-bottom: 1rem;
  padding-left: 0;
  border: 0;
}

.selection li {
  text-decoration: none;
  color: var(--color);
  position: relative;
  padding-right: 1.2rem;
  line-height: 1em;
  min-width: 60px;
}

.selection input, .selection label {
  cursor: pointer;
}

.selection .color {
  width: auto !important;
  margin-right: 1rem;
}

.selection .unavailable {
  pointer-events: none;
  opacity: 0.2;
}

.addform {
  margin-top: 1rem;
}

.addform.disabled .product-price {
  display: none;
}

.addform.disabled button {
  opacity: 0.3;
  pointer-events: none;
}

.product-price {
  background: var(--color);
  color: var(--bg);
  border: 1px solid var(--color);
  outline: 0;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 0;
  position: static;
}

.productInfo button, .productInfo .button {
  background: var(--bg);
  border: 1px solid var(--color);
  outline: 0;
  padding: 5px 20px;
  margin-top: 0rem;
  cursor: pointer;
  margin-left: 0;
  display: inline-block;
  position: relative;
}

.productInfo button:hover, .productInfo .button:hover {
  background: var(--color);
  color: var(--bg);
}

.productImages {
  overflow-x: visible;
}

.productImages img {
  width: 100%;
}

.productImages.solo img {
  max-width: 80vh;
  margin: auto;
  display: block;
}

.keen-slider:not([data-keen-slider-disabled]) {
 -webkit-touch-callout:none;
 -webkit-tap-highlight-color:transparent;
 align-content:flex-start;
 display:flex;
 overflow:hidden;
 position:relative;
 touch-action:pan-y;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 -khtml-user-select:none;
 width:100%
}

.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
 min-height:100%;
 overflow:hidden;
 position:relative;
 width:100%
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
 flex-direction:row-reverse
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
 flex-wrap:wrap
}


.keen-wrapper {
  width: 120%;
  position: relative;
}

.keen-slider__slide p {
  background: var(--bg);
  border: 1px solid var(--color);
  display: inline-block;
  font-size: 0.7rem;
  padding: 0px 7px;
}

.arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
  background: var(--bg);
  color: var(--color);
  border: 1px solid var(--color);
}

.arrow--left {
  left: 5px;
  fill: "#fff";
  background-image: url(https://f9.limitedrun.com/fonts/1335/left-arrow.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}

.arrow--right {
  left: auto;
  right: 20%;
  background-image: url("https://f9.limitedrun.com/fonts/1336/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}

.more-products {
  opacity: 0;
  padding: 4rem;
  animation: fadeIn 1s linear forwards;
}

.more-products-images {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  cursor: pointer;
}
.more-products-images img {
  width: 100%;
}

.dots {
  display: none;
}

.moreProductsContainer {
  padding: 4rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.moreProductsContainer article {
  opacity: 0;
  perspective: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  animation: fadeIn 1s forwards;
}

.moreProductsContainer article:hover img {
  transform: scale(1.05);
}

.moreProductsContainer h2,
.releaseContainer h2 {
  grid-column: span 4;
}

.moreProductsContainer img,
.releaseContainer img {
  width: 100%;
  transition: transform 0.3s;
  border-radius: 2px;
}

marquee {
  width: auto;
  width: calc(100vw - 870.5px - 250px);
}

.cart {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--accent);
  color: var(--bg);
  border-right: 1px solid black;
  padding: 0 1rem;
  white-space: nowrap;
}

.cart img {
  height: 1em;
  margin-right: 0.5em;
}

@media only screen and (max-width: 1200px) {
  .keen-wrapper {
    width: 180% !important;
  }

  .arrow--right {
    right: 42%;
  }
}

@media only screen and (max-width: 840px) {
  #product .productContainer, .productContainer {
    grid-template-columns: 1fr;
    padding: 0;
    margin-top: 50px;
    max-width: 100vw;
    grid-template-columns: 1fr;
    grid-template-areas:
      "Title"
      "Img"
      "Info";
  }
  .productImages {
    width: 100vw;
    grid-area: Img;
  }

  .productInfo {
    width: 100%;
    padding: 1.5rem;
    grid-area: Info;
  }

  .mobileProductTitle {
    padding: 1.5rem;
    padding-bottom: 0;
  }

  .keen-wrapper {
    max-width: 100%;
  }

  .arrow--left {
    left: 1.5rem;
  }
  .arrow--right {
    right: 1.5rem;
  }

  .info-label {
    margin-top: 0;
  }

  .size-label {
    margin-top: 2rem;
  }

  .moreProductsContainer {
    max-width: 100vw;
    padding: 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 0.75rem;
    row-gap: 2rem;
  }

  .moreProductsContainer h2,
  .releaseContainer h2 {
    grid-column: span 2;
  }

  header {
    grid-template-columns: 1fr 1fr;
    animation: animate-grid 1s linear forwards;
  }

  .cartBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2rem;
    background: var(--accent);
    color: var(--bg);
    border-left: 1px solid black;
    border-top: 1px solid black;
  }
  
  .cartBtn img {
    height: 1em;
    margin-right: 0.3em;
  }

  .desktop {
    display: none;
  }
  
  .carted header {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

body:not(.carted) .cartBtn, body:not(.carted) .cart {
  display: none;
}

/* MUSIC LIST PAGE */
main#events.loading > * {
  opacity: 0.1;
}

main#events.loading::after {
  content: "LOADING MUSIC";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#musicContainer {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-top: 110px;
  row-gap: 6rem;
  padding: 2rem;
}

#musicContainer article {
  opacity: 0;
  perspective: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  animation: fadeIn 0s forwards;
}

#musicContainer h3 {
  margin-bottom: 0;
  margin-top: 1rem;
}

#musicContainer img {
  width: 100%;
  transition: transform 0.3s;
  cursor: pointer;
  border-radius: 2px;
}

#musicContainer article:hover h3 {
  opacity: 1;
  text-align: left;
  width: 100%;
}

#musicContainer .textContainer {
  width: 100%;
  text-align: left;
}

#musicContainer .textContainer p {
  margin: 0;
  text-align: left !important;
  line-height: 1.1em;
  color: grey;
  font-size: 0.8rem;
}

#musicContainer .textContainer p:first-child {
  color: black;
  text-transform: uppercase;
}

#musicContainer .small {
  gap: 10px !important;
  row-gap: 10px !important;
}

#musicContainer .small .textContainer {
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 840px) {
  #musicContainer {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 4rem;
    row-gap: 2rem;
    padding: 1.5rem;
  }

  #musicContainer h3 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 0.75rem;
  }
}

/* INDIVIDIUAL MUSIC PAGE */
#event main .productContainer {
  margin-top: 130px;
  padding: 2rem 4rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  border-bottom: 1px solid var(--color);
}

#event main .releaseContainer {
  padding: 6rem 4rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  row-gap: 6rem;
}

#event main .releaseContainer article p {
  text-align: left;
  text-transform: none !important;
}

#event main .productContainer h2,
#event main .releaseContainer h2 {
  grid-column: span 4;
  margin-bottom: 0;
}

#event main .productContainer img,
#event main .releaseContainer img {
  width: 100%;
  transition: transform 0.3s;
  border-radius: 2px;
}

#event main .releaseContainer img {
  margin-bottom: 1rem;
}

#event main .heading {
  grid-column: 1 / span 2;
}

#event main h1 {
  font-family: "Arial Rounded Bold";
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}

#event main h2 {
  font-family: "Arial Rounded Bold";
  font-weight: normal;
  font-size: 2rem;
  margin-top: 0;
  color: var(--color);
}

.outlined {
  color: var(--color);
  -webkit-text-fill-color: var(
    --bg
  ); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color);
}

.outlined a {
  color: var(--color);
  -webkit-text-fill-color: var(
    --bg
  ); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color);
  text-decoration: none;
}

.outlined a:hover {
  -webkit-text-fill-color: var(--color);
  -webkit-text-stroke-width: 0px;
}

#event main .info-label {
  font-size: 0.7rem;
  margin-bottom: 0;
  text-decoration: underline;
  margin-top: 3rem;
}

#event main .catalogue-number {
  font-size: 0.7rem;
  margin-bottom: 0;
  text-decoration: underline;
}

#event main .size-label {
  margin-top: 2rem;

  font-size: 0.7rem;
  text-decoration: underline;
  margin-bottom: 1rem;
}

#event main .sizes {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
  display: flex;
  margin-bottom: 1rem;
}

#event main .sizes li {
  text-decoration: none;
  color: var(--color);
  position: relative;
  padding-left: 1.2rem;
  line-height: 1em;
  width: 60px;
}

#event main .sizes li:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: var(--bg);
  border: 1px solid var(--color);
  border-radius: 10px;
  top: 0.2em;
  left: 0;
}

#event main .sizeSelected:before {
  background-color: var(--color) !important;
  outline: 2px solid var(--bg);
  border-radius: 10px;
  outline-offset: -3px;
}

#event main ul {
  list-style: none;
  padding: 0;
}

#event main ul li span {
  width: 60px;
  margin-right: 0.7em;
}

#event main .product-price {
  background: var(--color);
  color: var(--bg);
  border: 1px solid var(--color);
  outline: 0;
  padding: 5px 10px;
  margin-top: 2rem;
  display: inline-block;
  margin-right: 0;
  position: static;
}

#event main .releaseImage img {
  width: 80%;
  max-width: 600px;
}

#event main .more-products {
  padding: 4rem;
  margin-top: 3rem;
  border-top: 1px solid var(--color);
}

#event main .video-container {
  padding: 4rem;
  border-bottom: 1px solid black;
}

#event main .more-products-images {
  margin-top: 3rem;
  gap: 1rem;
}

#event main .more-products-images article {
  display: flex;
}

#event main .more-products-images img {
  width: 200px;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

#event main .physicalContainer {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

#event main .physicalContainer img {
  width: 100px;
  margin-right: 1rem;
  cursor: pointer;
}

#event main .physicalContainer p {
  margin-top: 0;
}

.dsps {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1px;
  padding-left: 1px;
  width: 80%;
  max-width: 650px;
}

.dsps img,
.dsps svg {
  width: 25px;
  margin-right: 0.6rem;
  fill: none;
  stroke: black;
}

.dsps button, .dsps .button {
  padding: 4px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  margin-left: -1px;
  flex-grow: 1;
}

.dsps button:last-child, .dsps .button:last-child {
  border-right: 1px solid var(--color);
}

#event main .releaseEmbed {
  width: 80%;
  max-width: 650px;
}

#event main .seeAll {
  cursor: pointer;
}

#event main .seeAll span {
  text-decoration: underline;
}

@media only screen and (min-width: 2200px) {
  #event main .releaseImage img {
    width: 80%;
    max-width: 800px;
  }
}

@media only screen and (max-width: 840px) {
  #event main .productContainer {
    margin-top: 50px;

    padding: 1.5rem;
    grid-template-columns: 1fr;

    grid-template-areas:
      "Title"
      "Img"
      "Info";
    padding-bottom: 3rem;
  }

  #event main .releaseImage {
    grid-area: Img;
  }
  
  #event main .productInfo {
    grid-area: Info;
  }

  #event main .embed-container {
    padding: 0;
  }

  #event main .more-products {
    padding: 1.5rem;
  }

  #event main .releaseEmbed {
    width: 100%;
  }

  #event main .releaseImage img {
    width: 100%;
  }

  #event main .physicalContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
  }

  #event main .physicalContainer img {
    width: 100%;
    margin-right: 0;
    cursor: pointer;
  }

  #event main .productContainer h2,
  #event main .releaseContainer h2 {
    grid-column: span 2;
    margin-bottom: 0;
  }
  
  #event main .releaseContainer {
    padding: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 3rem;
    padding-top: 3rem;
  }

  #event main .video-container {
    padding: 0;
  }

  .dsps {
    width: 100%;
    margin-top: 1.5rem;
  }

  .dsps button, .dsps .button,
  .dsps button, .dsps .button{
    flex-grow: 0;
  }
}

/* ARTISTS PAGE */
#roster .artistContainer {
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  padding: 2rem;
  margin-bottom: 200px;
  width: 100%;
  display: grid;
  column-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 4rem;
}

#roster .artistContainer article {
  margin-bottom: -4rem;
  position: relative;
  transform-origin: 50% 50%;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  animation: fadeIn 0s forwards;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

#roster .artistContainer article a {
  display: flex;
  text-decoration-color: black;
  text-decoration: none;
  flex-direction: column;
}

#roster .artistContainer article:hover h2 {
  -webkit-text-fill-color: var(--bg) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color);
}

#roster .artistContainer article:hover img {
  opacity: 1;
}

#roster .artistImage {
  overflow: hidden;
  transition: 0.3s;
}

#roster .artistContainer img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-right: 1rem;
  margin: 0;
  transition: 0.2s;
  object-fit: cover;
  border-radius: 2px;
}

#roster .artistContainer article h2 {
  font-family: "Arial rounded bold";
  font-weight: normal;
  font-size: 2rem;
  margin: 0;
  margin-top: 5rem;
  margin-top: 1rem;
}

#roster .small {
  gap: 10px !important;
  row-gap: 10px !important;
}

#roster .small article h2 {
  display: none;
}

@media only screen and (max-width: 840px) {
  #roster .artistContainer {
    margin-top: 4rem;
    padding: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  #roster .artistContainer article {
    margin-bottom: -1rem;
  }

  #roster .artistContainer article h2 {
    font-size: 1.5rem;
    margin-top: 0.75rem;
  }

  #roster .artistContainer article {
    width: auto;
  }
}


/* ARTIST PAGE */
main#roster-item .artistContainer {
  margin-top: 0;
  padding: 93px 0 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  border-bottom: 1px solid var(--color);
  background-size: cover;
  background-position: center;
}

main#roster-item .artistContainer a {
  color: black;
  text-decoration: none;
}

main#roster-item .artistContainer a:hover {
  text-decoration: underline;
}

main#roster-item .artistInfo .button:hover {
  color: var(--bg);
}

main#roster-item .artistInfo .button:hover svg {
  stroke: var(--bg);
}


main#roster-item .artistContainer li {
  position: relative;
  padding-left: 1.5rem;
}

main#roster-item .artistContainer li:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: var(--bg);
  border: 1px solid var(--color);
  border-radius: 10px;
  top: 0.45em;
  left: 0;
}

main#roster-item .releaseContainer {
  padding: 6rem 4rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  row-gap: 6rem;
  border-bottom: 1px solid var(--color);
}

main#roster-item .releaseContainer article p {
  text-align: left;
  text-transform: none !important;
}

main#roster-item .productContainer {
  padding: 4rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  border-bottom: 1px solid var(--color);
  padding-bottom: 6rem;
}

main#roster-item .productContainer article {
  opacity: 0;
  perspective: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  animation: fadeIn 1s forwards;
}

main#roster-item .productContainer article:hover img {
  transform: scale(1.05);
}

main#roster-item .productContainer h2,
main#roster-item .releaseContainer h2 {
  grid-column: span 4;
  margin-bottom: 0;
}

main#roster-item .productContainer img,
main#roster-item .releaseContainer img {
  width: 100%;
  transition: transform 0.3s;
  border-radius: 2px;
}

main#roster-item .releaseContainer img {
  margin-bottom: 1rem;
}

main#roster-item .heading {
  grid-column: 1 / span 2;
}

main#roster-item .backBtn a {
  color: var(--bg);
  text-decoration: none;
}

main#roster-item h1 {
  font-family: "Arial Rounded Bold";
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
  margin-bottom: 2rem;
}

main#roster-item h2 {
  font-family: "Arial Rounded Bold";
  font-weight: normal;
  font-size: 2rem;
  margin-top: 0;
  color: var(--color);
}

main#roster-item .info-label {
  font-size: 0.7rem;
  font-family: "neue-haas-unica", sans-serif;
  margin-bottom: 0;
  text-decoration: underline;
  margin-top: 3rem;
  text-align: left;
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.artistInfo {
  background: var(--bg);
  padding: 4rem;

  max-width: 98vw;
  width: calc(4rem + 650px);
  margin: auto;
}

.artistInfo ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.artistInfo p {
  margin-bottom: 2rem;
}

.artistInfo ul li span {
  width: 60px;
  margin-right: 0.7em;
}

.artistInfo .button, .dsps .button {
  background: var(--bg);
  border: 1px solid var(--color);
  outline: 0;
  padding: 5px 20px;
  margin-top: 3rem;
  cursor: pointer;
  margin-left: 0;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

main#roster-item .bigImage {
  height: 90vh;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid black;
}

.artistInfo .button:hover {
  background: var(--color);
  color: var(--bg);
}

.dsps {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1px;
  padding-left: 1px;
  width: auto;
  max-width: 650px;
}

.dsps img,
.dsps svg {
  width: 25px;
  margin-right: 0.6rem;
  fill: none;
  stroke: black;
}

.dsps .button {
  padding: 4px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  margin-left: -1px;
  flex-grow: 1;
}

.dsps .button:last-child {
  border-right: 1px solid var(--color);
}

main#roster-item .artistImage {
  background-position: center;
  background-size: cover;
  border-left: 1px solid black;
}

main#roster-item .artistImage img {
  width: 100%;
  border: 1px solid black;
  margin: 0;
  display: none;
}

main#roster-item .more-products {
  padding: 4rem;
  margin-top: 3rem;
  border-top: 1px solid var(--color);
}

main#roster-item .embedContainer {
  padding: 4rem;
  background-size: cover;
}

main#roster-item .more-products-images {
  margin-top: 3rem;
  gap: 1rem;
}

main#roster-item .more-products-images article {
  display: flex;
}

main#roster-item .more-products-images img {
  width: 200px;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.physicalContainer {
  display: flex;
  margin-bottom: 1rem;
}

main#roster-item .imagesContainer {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

main#roster-item .imagesContainer img {
  width: 400px;
  border: 1px solid black;
  position: absolute;
  transition: transform 0.3s;
}

.physicalContainer img {
  width: 100px;
  margin-right: 1rem;
  cursor: pointer;
}

.physicalContainer p {
  margin-top: 0;
}

main#roster-item .imagesContainer img:hover {
  transform: scale(1.1);
}

main#roster-item .link-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
}

.artist-news {
  padding: 4rem;
  padding-right: 1rem;
  padding-bottom: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  border-bottom: 1px solid black;
  position: relative;
}

.artist-news h2 {
  grid-column: span 3;
  margin-bottom: 3rem;
}

.artist-news .card {
  border: 1px solid black;
  display: inline-block;
}

main#roster-item .card {
  width: 100%;
  margin-bottom: auto;
}

main#roster-item .card:hover {
  background: black;
}

main#roster-item .card:hover a p {
  color: white !important;
}

main#roster-item .text div:first-child p:first-child {
  font-weight: 600;
}

main#roster-item .card img {
  width: 100%;
}

main#roster-item .card .text {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

main#roster-item .card a {
  text-decoration: none;
}

main#roster-item .text .tag {
  opacity: 0.5;
}

main#roster-item .text p {
  margin: 0;
  text-decoration: none;
}

@media only screen and (max-width: 840px) {
  main#roster-item .artistContainer {
    padding: 0;
    margin-top: 38px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "Img"
      "Info";
    background-image: none;
    grid-gap: 0;
  }

  main#roster-item .artistContainer h1 {
    margin-bottom: 1rem;
  }

  main#roster-item .price {
    line-height: 1.1em;
    padding: 3px 8px;
    border-radius: 40px;
    bottom: 2rem;
    font-size: 0.75rem;
    position: static;
  }

  main#roster-item .artistInfo {
    grid-area: Info;
    padding: 1.5rem;
    border: 0;
    border-top: 1px solid black;
  }
  
  main#roster-item .artistImage {
    grid-area: Img;
    display: block;
    border: 0;
  }
  
  main#roster-item .artistImage img {
    display: block;
    border: 0;
  }

  main#roster-item .productContainer {
    padding: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 3rem;
    padding-top: 3rem;
    border-top: none;
    row-gap: 3rem;
  }
  
  main#roster-item .productContainer h2,
  main#roster-item .releaseContainer h2 {
    grid-column: span 2;
    margin-bottom: 0;
  }
  
  main#roster-item .releaseContainer {
    padding: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 3rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  main#roster-item .releaseContainer img {
    margin: 0;
  }

  main#roster-item .embedContainer {
    padding: 1.5rem;
  }

  main#roster-item .imagesContainer {
    height: 80vh;
  }

  main#roster-item .imagesContainer img {
    width: 200px;
  }

  .artist-news {
    grid-template-columns: 1fr;
    padding: 1.5rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .artist-news h2 {
    grid-column: auto;
    margin-bottom: 1rem;
  }

  .artist-news div:nth-child(3),
  .artist-news div:nth-child(4) {
    display: none;
  }

  main#roster-item .link-columns {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }
}



.contactContainer {
  display: flex;
  margin-top: 200px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid black;
  padding-bottom: 200px;
  min-height: 75vh;
}

.contactContainer svg {
  width: 70px;
  margin-bottom: 5rem;
}

.contactContainer h3 {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
}

.contactContainer .store {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
}

.contactContainer a {
  margin-bottom: 1em;
  color: black;
  margin-top: 0;
}

.contact-img {
  width: 150px;
  margin-bottom: 4rem;
}

.contactContainer h3 a:hover {
  -webkit-text-fill-color: var(--color);
  -webkit-text-stroke-width: 0;
}

@media only screen and (max-width: 840px) {
  .contactContainer {
    margin-top: 6rem;
    padding-bottom: 3rem;
  }

  .contact-img {
    width: 100px;
    margin-bottom: 4rem;
  }
}

/* ORDER PAGE */
.order {
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

.order h3 {
  flex-basis: 100%;
  text-align: center;
}

.order > div {
  align-items: flex-start;
  justify-content: inherit;
  padding: calc(1rem + 0.5vw);
  flex-grow: 1;
  flex-basis: 50%;
}

.order span, .order strong {
  display: inline-block;
  margin: 5px;
}

.order strong {
  text-decoration: underline;
}

.order .receipt {
  flex-basis: 100%;
}

.order .receipt-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.order .receipt-line span {
  margin: auto;
  padding: 5px;
}

.order .receipt-line span:first-child {
  margin-left: 0;
}

.order .receipt-line span:last-child {
  margin-right: 0;
}

.order .receipt-line.end span > span {
  padding-right: 0;
}