@font-face {
  font-family: 'Spectral';
  src: url('https://f9.limitedrun.com/fonts/242/Spectral-Regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Spectral';
  src: url('https://f9.limitedrun.com/fonts/411/Spectral-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'WorkSans';
  src: url('https://f9.limitedrun.com/fonts/244/WorkSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'WorkSans';
  src: url('https://f9.limitedrun.com/fonts/243/WorkSans-SemiBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

#home #main-nav > .trigger-container {
  display: none;
}

#home .width-wrapper:after {
  opacity: 0;
}

h1.logo {
  width: calc(9rem + 8vw);
  background: white;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#home .categories {
  padding-top: 0;
}

#poster-display {
  width: 100%;
  min-height: 60vh;
  overflow: hidden;
  display: flex;
  z-index: 2;
  margin: 5vh 0;
}

body:not(#index) main {
  margin-top: 10vh;
}

.loading #poster-display {
  opacity: 0;
}

.slick-next, .slick-prev {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 2vw;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

.slick-track {
  display: flex;
  align-items: center;
}

.poster-box {
  position: relative;
  cursor: pointer;
  border: 10px solid white;
  border-right-width: 5px;
  border-left-width: 5px;
  background: linear-gradient(180deg, rgba(254,218,200,1) 0%, rgba(236,178,119,1) 50%, rgba(191,121,100,1) 100%);
}

.poster-box.soon img {
  opacity: 0;
}

.poster-box img {
  width: auto;
  height: 60vh;
}

.comingsoon, .poster-name {
  color: white;
  padding: 5px;
}

.comingsoon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: calc(0.5rem + 1vw);
}

.poster-name {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: calc(0.5rem + 0.5vw);
  text-align: center;
  white-space: nowrap;
  background: white;
  color: black;
}

@media only screen and (max-width: 600px) {
  .comingsoon {
    font-size: calc(1rem + 1vw);
  }
  
  .poster-name {
    font-size: calc(0.8rem + 0.5vw);
  }
  
  #poster-display {
    align-items: center;
    justify-content: center;
    min-height: 85vh;
    max-height: 100vh;
  }
  
  .poster-box img {
    width: 95vw;
    height: auto;
  }
}

#cart-trigger {
  opacity: 0;
}

.socials li img {
  width: calc(40px + 1vw);
}

@media only screen and (max-width: 600px){
  
  #cart-trigger {
    right: 0;
  }
  
  svg:not(:root) {
    max-width: calc(1.5rem + 1vh);
  }
  
  #home-socials.socials li {
    max-height: 30px;
    font-size: calc(1rem + 2vh);
  }

  .socials li img {
    width: calc(40px + 1vw);
  }
}

.carousel-link {
  position: relative;
  margin: auto;
  display: block !important;
  max-width: 75vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
  -webkit-perspective: 2000px
}

.carousel-text {
  z-index: 9;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -90%);
}

.carousel-text h1 {
  padding: 20px;
  font-size: 2vw;
  margin: 0;
  color: white;
  background-color: black;
  text-align: right;
}

#home .width-wrapper, #index .width-wrapper, [id*=category] .width-wrapper {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* SLICKVID */
.videos {
  overflow: hidden;
  position:absolute;
  right:0;
  top:0;
  width:calc(-0.971429px + 48.5714vh);
  height:100vh;
  background-color:black;
}

.videos .slick-slide > div {
  width: calc(-0.971429px + 48.5714vh);
  height: 100vh;
}

.videos .slick-slide > div > div {
  position: absolute !IMPORTANT;
  top: 0;
  left: 0;
}

.videos iframe {
  width: 100%;
  height: 100%;
}

/* SLICK */
.slick-slider {
  transition: opacity 0.2s ease-in-out;
}

.slick-prev {
  left: 0;
  z-index: 1;
  width: 50px;
  height: 100%;
}

.slick-next {
  right: 0;
  width: 50px;
  height: 100%;
}

.loading .slick-slider {
  opacity: 0;
}

@media only screen and (max-width: 800px) {
  .carousel-text h1 {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 1024px) {
  #hero-images { 
    width: 75%;
    border-right: 0;
  }
  
  .carousel-link {
    max-width: 100vw;
    margin: 10vh 0;
    height: 80vh;
  }
  
  .videos { 
    display: none;
  }
}

main, footer, header, .width-wrapper {
  background-color: transparent;
}

header, nav#main-nav {
  max-width: 100vw;
}

header {
  height: 120px;
}

header h1 {
  font-size: 3vw;
}

@media only screen and (max-width: 700px) {
  header h1 {
    font-size: 6vw;
  }
}

@media only screen and (max-width: 500px) {
  header h1 {
    font-size: 8vw;
  }
}

.product-copy {
  text-align: left;
}

#product h5 {
  font-size: 1.5rem;
}

.aside-footer {
  top: auto;
  bottom: 50px;
}

.trigger-container:first-of-type {
  text-align: left;
}

.trigger-container:last-of-type {
  text-align: right;
}

#nav-closer {
  left: 20px;
  margin: 0;
}

.width-wrapper {
  position: relative;
}

.width-wrapper:after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffcf;
  border-radius: 25px;
  transition: opacity 1s ease-in-out;
  z-index: -9;
}

#index .width-wrapper:after, [id^=category] .width-wrapper:after {
  opacity: 0;
}

.socials {
  width: 300px;
}

.option-selector, .selector.full-width {
  width: 180px;
  font-size: 0.9rem;
}

.back-button {
  background: white;
  z-index: 101;
}

.enter {
  position: absolute;
  top: 0;
  left: 0; 
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.enter .btn {
  display: inline-flex;
  align-items: center;
  margin: 0;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 600px) {
  .enter .btn { 
    opacity: 1;
  }
}

/* store */

.categories {
  text-align: center;
}

.categories li {
  display: inline-block;
  margin: 0 5px;
  padding: 0.75em;
}

.categories a {
  color: black;
  font-size: 1.1em;
  padding: 0.75em;
}

a.active {
  text-decoration: underline;
}

/* OVERRIDES */

.gc-noscroll header {
  z-index: -100;
}

.gc-noscroll .back-button {
  z-index: -100;
}

.loading .glass-case {
  transform: translateX(500vw);
}

.glass-case {
  margin: auto;
  width: 100% !important;
}

.gc-display-area {
  background-color: transparent;
  width: 100% !important;
  border: 0;
}

.gc-icon {
  background: #ffffff;
  border: #000000c9;
  color: #000000c9;
  border-radius: 20px;
}

.gc-icon-next, .gc-icon-close::before, .gc-icon-next::before {
  right: 0;
}

.gc-icon-prev, .gc-icon-prev::before {
  left: 0;
}

.gc-icon-next::before, .gc-icon-prev::before .gc-icon-close::before {
  top: 0;
}

.gc-zoom-area {
  background-color: transparent;
  border-color: #000000c9;
}

.glass-case ul li {
  background-color: transparent;
  border: 0;
}

.glass-case ul li.gc-active {
  border: 2px solid #000000c9;
}

.glass-case ul li:hover, .glass-case ul li.gc-active:hover {
  border: 2px solid #000000c9;
}

.glass-case ul li .gc-display-container img {
  width: 100% !important;
  height: auto !important;
}

/* SLICK */
.slick-slider {
  transition: opacity 0.2s ease-in-out;
}

.slick-prev {
  left: 0;
  z-index: 1;
  width: 50px;
  height: 100%;
}

.slick-next {
  right: 0;
  width: 50px;
  height: 100%;
}

.loading .slick-slider {
  opacity: 0;
}