





/********************
  HEADER
********************/

.desktop-header {
  padding-right: 1em;
}

header h1 {
  color: #E46669;
}

header h1:before {
  width: 60px;
  height: 30px;
  background: url(https://s9.limitedrun.com/images/1175226/im.png) no-repeat;
  background-size: 40px;
}

.content {
  padding-top: 0;
  overflow: hidden;
}

@media only screen and (min-width: 40.063em) {
  .content {
    padding-top: 2em;
  }
}

@media only screen and (min-width: 64.063em) {
  header, .content {
    margin-left: calc(2em - 0.9375em);
    margin-right: calc(2em - 0.9375em);
  }
}



/********************
  NAVIGATION
********************/

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  background-color: #3A3D46;
}

.menu-icons a,
.desktop-header .right a {
  font-weight: 600;
  color: #3A3D46;
}

.main-nav {
  font-size: 1.4em;
  margin-bottom: 2em;
  overflow: hidden;
}

.main-nav li, .secondary-nav li {
  display: inline-block;
  margin-right: 1em;
}

.main-nav a, .secondary-nav a {
  font-family: "TradeGothicLTPro-BdCn20";
  letter-spacing: 0.5px;
  color: #3A3D46;
}

.main-nav a:hover, .secondary-nav a:hover,
.main-nav a.current, .secondary-nav a.current {
  color: #E46669;
}

.secondary-nav {
  font-size: 1.75em;
  padding: 0.7em 0 0.75em;
}

.category-count {
  font-size: 0.8rem;
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetic Neue', Helvetica, sans-serif;
  color: #BFC3C6;
  vertical-align: super;
}

.divider {
  border-top: 3px solid white;
  margin: 1em auto;
  width: 40px;
}
  
  


/********************
  HERO SECTION
********************/

.hero-section {
  height: 90vh;
  background: #F1F0F0;
}

.hero-news p,
.hero-news iframe {
  display: none;
}

.hero-text {
  padding: 2em 0;
  text-align: center;
}

.hero-text,
.hero-text a {
  color: #3A3D46;
}

.hero-news .hero-text,
.hero-news .hero-text h2,
.hero-news .hero-text a {
  color: white;
}

.hero-text .label {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 5px;
  height: 25px;
  line-height: 25px;
  cursor: default;
  text-transform: uppercase;
  max-width: 320px;
  background: #E46669;
  color: #F1F0F0;
}

.hero-text h2 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

.hero-product .hero-image {
  position: relative;
  width: 68.35%;
  height: 100%;
}
  
.hero-product .hero-image img {
  position: absolute;
  top: 50%;
  transform: translate(-5.75%, -48.5%);
  -webkit-transform: translate(-5.75%, -48.5%);
  -moz-transform: translate(-5.75%, -48.5%);
  -ms-transform: translate(-5.75%, -48.5%);
  width: 100%;
}

.hero-text {
  position: absolute;
  top: 50%; left: 68.35%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: left;
}



/********************
  PRODUCT GRIDS
********************/

[class*="block-grid-"] {
  margin: 0 -1rem;
}

[class*="block-grid-"]>li {
  padding: 0 1rem 1.25rem;
}

li.product-item {
  padding-bottom: 4em;
  text-transform: uppercase;
}

li.product-item img,
.slider-thumbnails img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  background: #F1F0F0;
}

li.product-item img:hover,
.slider-thumbnails img:hover {
  transform: scale(1.05);
}

figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

figure figcaption.overlay {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  opacity: 0;
  pointer-events: none;
}

figure:hover figcaption.overlay {
  opacity: 1;
}

figure figcaption.overlay div {
  font-size: 3em;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  padding: 0 1em;
  width: 100%;
}

figure figcaption.banner {
  padding: 5px 10px;
  background: white;
  top: inherit;
  bottom: -5px;
}

.product-info {
  font-family: "TradeGothicLTPro-BdCn20";
  font-size: 1.75em;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  padding: 1em 0 0.5em;
}

.product-item a {
  color: #3A3D46;
}

.product-item a:hover {
  color: #E46669;
}


/********************
  PRODUCT PAGE
********************/

.product-images {
  margin-bottom: 2em;
}

.product-images img {
  width: 100%;
  background: #F1F0F0;
}

.slider-thumbnails li {
  margin: 2px 2px 0 0;
  cursor: pointer;
  overflow: hidden;
}

.play-button {
  opacity: 0;
  transition: opacity 0.2s;
}

.slider:hover ~ .play-button,
.play-button:hover {
  opacity: 1;
}

.product-images .slider [class*="arrow-"] {
  color: #3A3D46;
}

.product-images .arrow-left {
  left: -10px;
}

.product-images .arrow-right {
  right: -10px;
}

.video {
  position: relative;
  padding-bottom: 16.25%;
  height: 0;
  overflow: hidden;
  cursor: pointer;
}
 
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(https://s9.limitedrun.com/images/1130115/play.png);
  background-size: cover;
  width: 80px;
  height: 80px;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
}

.video.player img { display: none; }
.video.player:after { display: none; }

.variations {
  position: relative;
  font-size: 1.2em;
  height: 50px;
  line-height: 48px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 2.5em;
  text-transform: uppercase;
}

.variations i {
  position: absolute;
  right: 0;
  top: 20px;
  pointer-events: none;
}

.accordion h4 {
  margin: 0.25em 0 0;
}

.accordion dt:first-child {
  border-top: 0;
}

.product .accordion dt:after,
.event .accordion dt:after {
  content: '+';
  float: right;
  margin-top: -18px;
  font-size: 1.4em;
}

.product .accordion dt.active:after,
.event .accordion dt.active:after {
  content: '-';
}

.tracklist {
  margin-bottom: 2em;
}

.price {
  font-size: 1.2rem;
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetic Neue', Helvetica, sans-serif;
  color: #E46669;
}

.related-products .product-item {
  display: none;
}

.related-products .product-item:nth-child(-n+3) {
  display: block;
}

.add-to-cart {
  display: none;
}

.share.button {
  width: 48%;
  text-align: center;
  margin-top: 1em;
  color: #3A3D46;
}

.share.button:hover {
  color: white;
  background: #E46669;
  border-color: #E46669;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 64.063em) {
  .price {
    float: right;
  }
  
  .related-products .product-item:nth-child(-n+3) {
    display: block;
  }
}



/********************
  ORDER PAGE
********************/

#order h2 {
  margin: 1.5em 0 0.25em;
}

#order h2:first-child {
  margin-top: 0;
}

#order table {
  width: 100%;
}

#order table thead th, #order table tbody td {
  text-align: left;
  vertical-align: top;
}

#order table thead th {
  vertical-align: bottom;
}

#order table td {
  padding: 1em;
  background: #F1F0F0;
}

#order table tbody td + td {
  text-align: right;
  width: 15%;
}

#order table#metadata td {
  width: 50%;
}

#order table#metadata td + td {
  text-align: left;
}

#order .row:last-child {
  margin-bottom: 2em;
}

.table dt:hover,
.table dt.active {
  background: #E46669;
  color: white;
}