/* YEAR0001 */
@font-face {
    font-family: 'Akkurat-Mono';
    src: url('https://f9.limitedrun.com/fonts/351/Akkurat-Mono.woff2') format('woff2'),
        url('https://f9.limitedrun.com/fonts/352/Akkurat-Mono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@keyframes COG {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}

body {
  font-size: 11px;
  overflow-x: hidden;
}

main {
  min-height: 85vh;
}

header {
  height: 110px;
  padding: 20px 0 0;
}

footer {
  padding: 20px;
  min-height: 13vh;
}

strong {
  font-weight: 400;
}

.aside-footer {
  color: black;
}

#loadscreen .center-content img {
  animation: COG 6s linear infinite;
}

.product-wrapper {
  padding: 0;
}

.grid-item {
  text-align: center;
}

.item-name {
  height: auto;
  margin-bottom: 20px;
}

.item-name {
  z-index: 2;
  display: inline-block;
  position: relative;
  font-size: 10px;
  font-weight: 400;
  color: #232222;
}

@media only screen and (max-width:600px) {
  .item-name, body {
    font-size: 13px;
  }
  footer {
    font-size: 11px;
  }
}

.item-name:after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: -2px;
  background-color: #232222;
  width: 0;
  height: calc(100% + 2px);
  padding: 0;
  z-index: -1;
  -moz-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.name-wrapper {
  transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.grid-item:hover .name-wrapper {
  color: white;
}

.grid-item:hover .item-name:after {
  width: calc(100% + 4px);
}

#product h5 {
  font-size: inherit;
  margin: 0;
  text-align: left;
}

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

.product-description {
  margin-bottom: 20px;
}

.btn {
  margin: 15px 0 0;
  font-size: inherit;
  font-weight: 400;
}

.btn-container {
  text-align: left;
}

/* 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: #b6b6b6;
  color: #232222;
  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: #b6b6b6;
}

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

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

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

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