html,
body {
  margin: 0;
  padding: 0;
}
.module {
  padding: 3rem 0;
}
.grid__container {
  max-width: 58.75rem;
  margin: 0 auto;
}
.content-block {
  margin-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .module--image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.module--shop {
  padding: 0;
}
.content-block--fcbshop {
  position: relative;
  background-color: #ddd;
  padding-bottom: 2rem;
  overflow: hidden;
}
.js-enabled .content-block--fcbshop {
  height: calc(98vh - 114px);
  padding-bottom: 0;
  overflow: hidden;
}
.module--shop-nike-title {
  box-sizing: border-box;
  float: left;
  position: relative;
  width: 50%;
  padding: 1.5rem 0 0 1.5rem;
  font-family: 'Oswald', Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  text-align: left;
  color: #c12a47;
  z-index: 100;
}
.module--shop-nike-title:before {
  content: '';
  position: absolute;
  top: 1.25rem;
  width: 2.5rem;
  height: 2px;
  background-color: #c12a47;
}
.module--shop-nike-logos {
  position: relative;
  float: right;
  width: 50%;
  z-index: 100;
}
.module--shop-nike-logos ul {
  float: right;
  display: table;
  width: 115px;
  height: 43px;
  margin: 1rem;
  padding: 0;
  list-style: none;
}
.module--shop-nike-logos li {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.module--shop-nike-logos li:first-child {
  width: 55px;
  border-right: 2px solid rgba(193,42,71,0.5);
}
.module--shop-nike-logos li:last-child {
  width: 60px;
}
.module--shop-nike-link {
  margin-top: 2rem;
}
.js-enabled .module--shop-nike-link {
  position: absolute;
  bottom: 2vh;
  margin-top: 0;
  width: 100%;
  z-index: 100;
}
.module--shop-nike-link a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding: 10px 10px;
  font-family: 'Oswald', Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  text-align: left;
  color: #fff;
  text-decoration: none;
  border: 1px solid #c12a47;
  background-color: rgba(193,42,71,0.6);
  transition: all 0.15s ease-out;
}
.module--shop-nike-link a:after {
  content: '>';
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 0;
  right: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  font-size: 12px;
  transition: all 0.15s ease-out;
}
.no-touch-enabled .module--shop-nike-link a:hover {
  background-color: rgba(255,255,255,0.6);
  color: #c12a47;
}
.no-touch-enabled .module--shop-nike-link a:hover:after {
  border-color: #c12a47;
}
.js-enabled .module--shop-nike-slider {
  height: calc(90vh - 114px);
  transition: transform 0.25s ease-out;
}
.module--shop-nike-slide {
  width: 100%;
}
.js-enabled .module--shop-nike-slide {
  position: absolute;
  top: 0;
}
.module--shop-nike-slide:after {
  content: '';
  display: table;
  clear: both;
}
.module--shop-nike-slide-img {
  display: none;
}
.module--shop-slide-product-wrapper {
  padding-top: 12vh;
}
.module--shop-nike-slide figure {
  margin: 0 auto;
  text-align: center;
}
.module--shop-nike-slide figure img {
  max-height: 38vh;
}
.module--shop-nike-slide figcaption {
  margin-top: 1rem;
  font-family: 'Oswald', Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #313131;
}
.js-enabled .module--shop-nike-slide figcaption {
  min-height: 3.5rem;
}
.module--shop-nike-buy-button {
  box-sizing: border-box;
  display: block;
  width: 10rem;
  padding: 1rem 1.5rem;
  margin: 1rem auto 0;
  font-family: 'Oswald', Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #c12a47;
  border: 1px solid #c12a47;
  border-radius: 0.5rem;
}
.js-enabled .module--shop-nike-buy-button {
  margin-top: 0;
}
.no-touch-enabled .module--shop-nike-buy-button:hover {
  background-color: #fff;
  color: #c12a47;
}
.module--shop-slide-product-wrapper,
.module--shop-nike-slide figure,
.module--shop-nike-buy-button {
  transition: all 0.25s ease-out;
}
.module--shop-nike-navigation {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  transform: translateY(-50%);
  z-index: 100;
}
.module--shop-nike-navigation.navigation-enabled {
  display: block;
}
.module--shop-nike-navigation button {
  position: relative;
  width: 50px;
  height: 40px;
  appearance: none;
  border: 1px solid transparent;
  background: #c12a47;
  transform: skewX(-10deg);
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
.module--shop-nike-navigation button[disabled] {
  opacity: 0;
}
.module--shop-nike-navigation button:last-child {
  float: right;
}
.module--shop-nike-navigation button:before {
  position: absolute;
  top: -2px;
  left: 20px;
  color: #fff;
  text-indent: 0;
  font-size: 30px;
  transform: skewX(10deg);
}
.module--shop-nike-navigation button:first-child:before {
  content: '<';
}
.module--shop-nike-navigation button:last-child:before {
  content: '>';
}
.no-touch-enabled .module--shop-nike-navigation button:hover {
  border: 1px solid #c12a47;
  background: #fff;
}
.no-touch-enabled .module--shop-nike-navigation button:hover:before {
  color: #c12a47;
}
@media screen and (min-width: 525px) {
  .module--shop-nike-title {
    color: #fff;
  }
  .js-enabled .content-block--fcbshop {
    height: auto;
    padding-bottom: 1rem;
  }
  .js-enabled .module--shop-nike-link {
    position: relative;
    margin-top: 2rem;
  }
  .js-enabled .module--shop-nike-slider {
    height: 0;
    padding-bottom: 75%;
  }
  .module--shop-nike-slide {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
  }
  .module--shop-nike-slide-img {
    display: block;
    position: absolute;
    width: 60%;
    height: 100%;
    background-position: center;
    background-size: cover;
  }
  .module--shop-slide-product-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-top: 12.5%;
    z-index: 10;
    background-color: #ddd;
    width: 50%;
    transform: skewX(-5deg);
  }
  .module--shop-nike-slide figure img {
    max-width: 48%;
  }
  .module--shop-slide-product-wrapper:after {
    content: '';
    position: absolute;
    right: -10%;
    top: 0;
    width: 20%;
    height: 100%;
    background-color: #ddd;
  }
  .module--shop-slide-product-wrapper:after,
  .module--shop-nike-slide figure {
    transform: skewX(5deg);
  }
  .module--shop-nike-buy-button {
    transform: skewX(5deg) translateX(10%);
  }
  .module--shop-nike-navigation {
    left: 1%;
    width: 98%;
  }
}
@media screen and (min-width: 768px) {
  .js-enabled .content-block--fcbshop {
    padding-bottom: 0;
  }
  .module--shop-nike-logos {
    width: 40%;
  }
  .module--shop-nike-logos ul {
    float: none;
    margin-left: auto;
    margin-right: auto;
    transform: translate(10%);
  }
  .js-enabled .module--shop-nike-link {
    position: absolute;
    bottom: 2%;
  }
  .module--shop-nike-slide {
    padding-bottom: 60%;
  }
  .js-enabled .module--shop-nike-slider,
  .js-enabled .module--shop-nike-slide {
    padding-bottom: 65%;
  }
  .module--shop-nike-slide-img {
    width: 70%;
  }
  .module--shop-slide-product-wrapper {
    width: 40%;
  }
  .module--shop-nike-slide figure img {
    max-width: 45%;
  }
}
@media screen and (min-width: 940px) {
  .module--shop {
    padding: 3rem 0;
  }
  .module--shop-nike-slide {
    padding-bottom: 50%;
  }
  .js-enabled .module--shop-nike-slider,
  .js-enabled .module--shop-nike-slide {
    padding-bottom: 55%;
  }
  .module--shop-slide-product-wrapper {
    padding-top: 8.5%;
  }
  .module--shop-nike-slide figure img {
    max-width: 43%;
  }
  .module--shop-nike-navigation {
    left: 1%;
    width: 98%;
  }
  .module--shop-nike-navigation button {
    width: 60px;
  }
}
