body {
  background-image: url(https://s9.limitedrun.com/images/1368024/pinkfelt.jpg);
}

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

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

header {
  height: 120px;
}

h1, h2, h3, h4, h5, h6, .pname {
  color: #c3a343;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(transparent, transparent),
              url(https://s9.limitedrun.com/images/1368021/foil.jpg) repeat;
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  background-position: center;
  filter: brightness(1.3) saturate(0.8);
}

.pname {
  font-size: 1.25rem;
}

header h1 {
  font-size: 3vw;
  filter: brightness(1);
}

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

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

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

#product h5#picksize {
  margin-bottom: 0.75rem;
}

.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;
  z-index: 1;
}

.socials {
  width: 250px;
}

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

.back-button {
  background-color: transparent;
}

/* 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: #ef456b;
  border: #ede2ae;
  color: #ffffff;
  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: #ede2ae;
}

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

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

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

.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;
}

/* BIT */
.bit-offers-text {
  color: #ef456b !important;
}