.page.limitededitions ul[role="navigation"] {
  z-index: 2;
  bottom: auto;
  right: 50px;
  left: auto;
  top: 50%;
  position: fixed;
}
.page.limitededitions ul[role="navigation"] li {
  float: none;
  margin-bottom: 5px;
}
.page.limitededitions ul[role="navigation"] li:last-child {
  margin-bottom: 0px;
}
.page.limitededitions .content-pushdown {
  height: 80vh;
}
@media only screen and (max-width: 620px) {
  .page.limitededitions .content-pushdown {
    max-height: 350px;
  }
}
.page.limitededitions.on-animated-in div[product] header {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  will-change: no;
}
.page.limitededitions div[product] {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page.limitededitions div[product]:last-child {
    margin-bottom: 100px;
  }
}
.page.limitededitions div[product] header {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 80vh;
  overflow: hidden;
  max-height: 350px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  will-change: transform;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  will-change: transform, opacity;
  -webkit-transform: translate3d(0px, 50px, 0px);
  -moz-transform: translate3d(0px, 50px, 0px);
  -o-transform: translate3d(0px, 50px, 0px);
  -ms-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
}
@media only screen and (min-width: 620px) {
  .page.limitededitions div[product] header {
    max-height: 900px;
  }
}
.page.limitededitions div[product] header > div {
  max-width: 850px;
  margin: auto;
}
.page.limitededitions div[product] header > div h2 {
  margin-top: 20px;
}
@media only screen and (min-width: 620px) {
  .page.limitededitions div[product] header > div h2 {
    margin-top: 40px;
  }
}
.page.limitededitions.animate-in div[product] header {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 1px, 0px);
  -moz-transform: translate3d(0px, 1px, 0px);
  -o-transform: translate3d(0px, 1px, 0px);
  -ms-transform: translate3d(0px, 1px, 0px);
  transform: translate3d(0px, 1px, 0px);
}
@media only screen and (min-width: 620px) {
  .page.limitededitions.animate-in div[product] header > div {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  .page.limitededitions.animate-in div[product] article[content-outer] {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 620px) {
  .page.limitededitions article[content-outer] aside[right] {
    margin-top: 40px;
  }
}
.page.limitededitions article[content-outer] aside[right] div[role="purchase"] {
  margin-bottom: 40px;
}
.page.limitededitions article[content-outer] aside[right] div[role="purchase"] h4 {
  margin-bottom: 20px;
}
.page.limitededitions article[content-outer] aside[right] a {
  margin: auto;
  width: 200px;
}
