.card-link .image-component {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.carousel-card-caption {
  position: absolute;
  width: 800px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .carousel-card-caption {
    width: 500px;
  }
}
@media only screen and (max-width: 640px) {
  .carousel-card-caption {
    width: 100%;
  }
}
.carousel-card-caption h1 {
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .carousel-card-caption p {
    margin-bottom: 14px;
  }
}
.carousel-card-caption a.cta-button {
  border: 1px solid;
  text-transform: uppercase;
  padding: 10px 26px;
  border-radius: 3px;
  color: #fff;
}
.carousel-card-caption a.cta-link {
  font-family: helvetica;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  color: #fff;
}
.carousel-card-caption.default {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 32px;
  text-align: center;
  font-family: helvetica;
}
.carousel-card-caption.default h1 {
  font-size: 88px;
  line-height: 80px;
  font-weight: bolder;
  letter-spacing: -3px;
  margin-bottom: 9px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .carousel-card-caption.default h1 {
    font-size: 56px;
    line-height: 52px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 640px) {
  .carousel-card-caption.default h1 {
    margin-bottom: 12px;
  }
}
.carousel-card-caption.default p {
  font-size: 18px;
  margin-bottom: 22px;
  line-height: 22px;
}
@media only screen and (max-width: 1024px) {
  .carousel-card-caption.default p {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 640px) {
  .carousel-card-caption.default p {
    padding: 0 14px;
  }
}
.carousel-card-caption.default a.cta-button {
  font-size: 16px;
}
.carousel-card-caption.default a.cta-link {
  font-size: 18px;
}
.carousel-card-caption.default.dark h1 {
  color: #111;
}
.carousel-card-caption.default.dark p,
.carousel-card-caption.default.dark a {
  color: #222;
}
.carousel-card-caption.poster {
  position: absolute;
  top: 48px;
  left: 48px;
  text-align: left;
  line-height: 26px;
  color: #fff;
  font-family: helvetica;
  font-size: 14px;
  width: calc(100% - 48px);
}
@media only screen and (max-width: 1024px) {
  .carousel-card-caption.poster {
    top: 24px;
    left: 24px;
    width: calc(100% - 24px);
  }
}
@media only screen and (max-width: 640px) {
  .carousel-card-caption.poster {
    top: 24px;
    left: 24px;
    width: calc(100% - 24px);
  }
}
.carousel-card-caption.poster h1 {
  font-weight: 600;
  font-family: helvetica;
  text-transform: capitalize;
}
.carousel-card-caption.poster p {
  margin-bottom: 13px;
}
.carousel-card-caption.poster a.cta-button {
  border: 1px solid;
  text-transform: uppercase;
  padding: 10px 26px;
  border-radius: 3px;
}
.carousel-card-caption.poster.dark h1 {
  color: #111;
}
.carousel-card-caption.poster.dark p,
.carousel-card-caption.poster.dark a {
  color: #222;
  padding-bottom: 0;
}

.carousel-card-wrapper.collapsed {
  height: 100px;
  overflow: hidden;
}
.carousel-card-wrapper.collapsed .carousel-card-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.carousel-card-wrapper.full-screen {
  height: 100vh;
}
.carousel-card-wrapper.full-screen .carousel-card-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.carousel {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  position: relative;
}
.carousel .carousel-btn.prev-btn.carousel-btn-floating-false,
.carousel .carousel-btn.next-btn.carousel-btn-floating-false {
  padding: 48px;
}
@media only screen and (max-width: 1024px) {
  .carousel .carousel-btn.prev-btn.carousel-btn-floating-false,
  .carousel .carousel-btn.next-btn.carousel-btn-floating-false {
    padding: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .carousel .carousel-btn.prev-btn.carousel-btn-floating-false,
  .carousel .carousel-btn.next-btn.carousel-btn-floating-false {
    padding: 24px;
  }
}
.carousel.full-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  overflow: hidden;
}
.carousel .carousel-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 32px;
  line-height: 1.5;
}
.carousel .carousel-close-cta {
  position: absolute;
  bottom: 30px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  display: inline-block;
  width: 90%;
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-weight: bold;
  background: rgba(255,255,255,0.2);
}
.carousel .carousel-expand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: none;
  color: #fff;
  line-height: 26px;
}
.carousel .carousel-expand i {
  font-size: 26px;
}
.carousel .carousel-slide-tracker {
  bottom: 32px;
}
@media (max-width: 640px) {
  .carousel .carousel-slide-tracker {
    bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }
}
.carousel.dark .carousel-slide-tracker {
  background-color: rgba(0,0,0,0.2);
}
.carousel.dark .carousel-slide-tracker span {
  background-color: #111;
}
.carousel.light .carousel-slide-tracker {
  background-color: rgba(255,255,255,0.2);
}
.carousel.light .carousel-slide-tracker span {
  background-color: #fff;
}
.carousel.ssr button {
  display: none;
}
.carousel.ssr li.slide {
  height: 0px;
  opacity: 0;
}
.carousel.ssr li.slide:first-child {
  height: auto;
  opacity: 1;
}

.cart-count-jewel {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
}

.countdown-clock {
  position: relative;
/*.is-hidden {
    opacity: 0;
    visibility: hidden;
  }*/
}
.countdown-clock .tens0 {
  top: 0px;
  transform: rotateX(0deg);
  color: #fff;
}
.countdown-clock .tens1 {
  top: 65px;
  transform: rotateX(60deg);
  color: rgba(255,255,255,0.2);
}
.countdown-clock .tens2,
.countdown-clock .tens3,
.countdown-clock .tens4 {
  top: 65px;
  transform: rotateX(180deg);
  color: rgba(255,255,255,0.2);
}
.countdown-clock .tens5 {
  top: -65px;
  transform: rotateX(60deg);
  color: rgba(255,255,255,0.2);
}
.countdown-clock .ones0 {
  top: 0px;
  transform: rotateX(0deg);
  color: #fff;
}
.countdown-clock .ones1 {
  top: 65px;
  transform: rotateX(60deg);
  color: rgba(255,255,255,0.2);
}
.countdown-clock .ones2,
.countdown-clock .ones3,
.countdown-clock .ones4,
.countdown-clock .ones5,
.countdown-clock .ones6,
.countdown-clock .ones7,
.countdown-clock .ones8 {
  top: 65px;
  transform: rotateX(180deg);
  color: rgba(255,255,255,0.2);
}
.countdown-clock .ones9 {
  top: -65px;
  transform: rotateX(60deg);
  color: rgba(255,255,255,0.2);
}
.countdown-clock .digits {
  overflow: hidden;
  position: relative;
  z-index: 10;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
}
.thread-clock.countdown-clock .digits {
  height: 54px;
  width: 26px;
  font-size: 54px;
  line-height: 1.333333333333333;
}
.modal-clock.countdown-clock .digits {
  width: 8px;
  height: 17px;
}
.countdown-clock .digits .digit {
  backface-visibility: hidden;
  position: absolute;
  line-height: 1;
  color: #fff;
  transition: all 600ms ease;
}
.countdown-clock .digits:nth-of-type(2),
.countdown-clock .digits:nth-of-type(4) {
  width: 47px;
}
.modal-clock.countdown-clock .digits:nth-of-type(2),
.modal-clock.countdown-clock .digits:nth-of-type(4) {
  width: 16px;
}
.countdown-clock .digits:nth-of-type(2):after,
.countdown-clock .digits:nth-of-type(4):after {
  content: ":";
  position: absolute;
  right: 0;
  color: #fff;
  line-height: 1;
  margin-left: 4px;
  margin-right: 6px;
  font-size: 40px;
}
.modal-clock.countdown-clock .digits:nth-of-type(2):after,
.modal-clock.countdown-clock .digits:nth-of-type(4):after {
  font-size: 14px;
  margin-left: 5px;
  margin-right: 3px;
}

.dropdown-list-container {
  list-style-type: none;
  z-index: 99;
  padding-left: 0;
  margin: 4px 0 0 0;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}
.dropdown-list-container .list-items {
  display: list-item;
  text-align: -webkit-match-parent;
  padding-left: 10px;
  padding-right: 10px;
}
.dropdown-list-container.bottom {
  top: 100%;
}
.dropdown-list-container.top {
  bottom: 100%;
}

.tracker-container {
  padding-top: 32px;
}
.tracker-container .track {
  text-align: initial;
  outline: none;
  margin: 0 auto;
  padding: 30px 0px;
  background-clip: content-box;
  background-color: #e5e5e5;
}
.tracker-container .thumb {
  display: block;
  outline: none;
  height: 4px;
  box-sizing: content-box;
  will-change: transform;
  transition: transform 600ms cubic-bezier(0, 0, 0, 1);
  background-color: #6d6d6d;
}
.tracker-container .thumb.active {
  background-color: #111;
}

.full-width-override {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw + 8px);
  margin-right: calc(-50vw + 8px);
}
.filmstrip-cust-margin {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media only screen and (min-width: 1025px) {
  .filmstrip-cust-margin {
    margin-top: 37px;
    margin-bottom: 50px;
  }
}
.filmstrip-header {
  max-width: 1808px;
  margin-left: 56px;
  margin-right: 56px;
}
.filmstrip-header .header-subtitle {
  line-height: 1.5;
}
.filmstrip-header .mediumLightGrey {
  color: #8d8d8d;
}
.filmstrip-header .black {
  color: #111;
}
.filmstrip-header .word-wrap {
  word-wrap: break-word;
}
.filmstrip-header .bottom-align {
  align-self: flex-end;
}
@media only screen and (max-width: 1024px) {
  .filmstrip-header {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .filmstrip-header {
    margin-left: auto;
    margin-right: auto;
  }
}
.filmstrip {
  position: relative;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1920px) {
  .filmstrip {
    margin-left: auto;
    margin-right: auto;
    width: 1808px;
  }
}
.filmstrip::-webkit-scrollbar-track {
  height: 4px;
  margin: 0 22.5%;
  border-radius: 1px;
  background-color: #f5f5f5;
}
.filmstrip::-webkit-scrollbar {
  height: 4px;
}
.filmstrip::-webkit-scrollbar-thumb {
  border-radius: 1px;
  height: 4px;
  background-color: #555;
}
.filmstrip.hide-scrollbar {
  padding-bottom: 0;
  overflow: hidden;
}
.filmstrip.hide-scrollbar::-webkit-scrollbar-track {
  display: none;
}
.filmstrip.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.filmstrip.hide-scrollbar::-webkit-scrollbar-thumb {
  display: none;
}
.filmstrip .filmstrip-btn {
  padding: 32px;
}
.filmstrip .filmstrip-btn i {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.filmstrip .filmstrip-btn:hover i {
  opacity: 1;
}
.filmstrip button {
  position: absolute;
  background-color: transparent;
  cursor: pointer;
}
.filmstrip button i {
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}
.filmstrip button i.g72-arrow-thin-left {
  padding-right: 3px;
}
.filmstrip button i.g72-arrow-thin-right {
  padding-left: 3px;
}
.filmstrip .filmstrip-btn.prev-btn {
  left: 0;
  z-index: 1;
  padding-right: 7vw;
  max-width: 1808px;
  margin-left: 56px;
  margin-right: 56px;
}
@media only screen and (max-width: 1024px) {
  .filmstrip .filmstrip-btn.prev-btn {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .filmstrip .filmstrip-btn.prev-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.filmstrip .filmstrip-btn.prev-btn i {
  padding-right: 3px;
}
.filmstrip .filmstrip-btn.next-btn {
  right: 0;
  z-index: 1;
  padding-left: 7vw;
  max-width: 1808px;
  margin-left: 56px;
  margin-right: 56px;
}
@media only screen and (max-width: 1024px) {
  .filmstrip .filmstrip-btn.next-btn {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .filmstrip .filmstrip-btn.next-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.filmstrip .filmstrip-btn.next-btn i {
  padding-left: 3px;
}
@media only screen and (max-width: 640px) {
  .filmstrip .button,
  .filmstrip .button i,
  .filmstrip .filmstrip-btn {
    display: none;
  }
}
.filmstrip .filmstrip-list {
  display: inline-block;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  transition: transform 600ms cubic-bezier(0, 0, 0, 1);
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  margin: 0 56px;
}
@media only screen and (max-width: 1024px) {
  .filmstrip .filmstrip-list {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .filmstrip .filmstrip-list {
    margin: 0;
  }
}
.filmstrip .filmstrip-list:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.filmstrip .filmstrip-list .filmstrip-slide-container {
  background-color: #f7f7f7;
  display: inline-block;
  position: relative;
  user-select: none;
  margin-left: 8px;
  margin-right: 8px;
  width: calc((100vw - 144px) / 3);
}
@media only screen and (max-width: 640px) {
  .filmstrip .filmstrip-list .filmstrip-slide-container {
    margin-left: 4px;
    margin-right: 4px;
    width: calc((1024px - 16px) / 3.4);
  }
}
@media only screen and (max-width: 1024px) {
  .filmstrip .filmstrip-list .filmstrip-slide-container {
    width: calc((1024px - 32px) / 3);
  }
}
@media only screen and (min-width: 1920px) {
  .filmstrip .filmstrip-list .filmstrip-slide-container {
    width: 591px;
  }
}
.filmstrip .filmstrip-list .filmstrip-slide-container:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .filmstrip .filmstrip-list .filmstrip-slide-container:first-child {
    margin-right: 4px;
  }
}
.filmstrip .filmstrip-list .filmstrip-slide-container:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .filmstrip .filmstrip-list .filmstrip-slide-container:last-child {
    margin-left: 4px;
  }
}
.filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  left: 0;
  right: 0;
  white-space: pre-line;
}
.filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-wrapper.light-theme {
  color: #fff;
}
.filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-wrapper.dark-theme {
  color: #111;
}
.filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-wrapper.feed_caption {
  position: absolute;
  top: 0;
  padding: 48px 48px 0 48px;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-wrapper.feed_caption {
    font-size: 16px;
    padding: 24px 24px 0 24px;
  }
}
.filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-wrapper.cms_collection-caption {
  background-color: #fff;
  color: #111;
  bottom: 0;
  padding: 16px 48px 0 0;
}
@media only screen and (max-width: 1024px) {
  .filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-wrapper.cms_collection-caption {
    padding: 14px 20px 0 0;
  }
}
.filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-wrapper.cms_collection-caption h4 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-wrapper.cms_collection-caption h4 {
    font-size: 22px;
  }
}
.filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-wrapper.cms_collection-caption h5 {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-wrapper.cms_collection-caption h5 {
    font-weight: 500;
  }
}
.filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-wrapper.external_collection-caption {
  background-color: #fff;
  color: #111;
  bottom: 0;
  padding: 16px 48px 0 0;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-wrapper.external_collection-caption {
    padding: 14px 20px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-wrapper.external_collection-caption {
    font-size: 16px;
  }
}
.filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-wrapper.external_collection-caption h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-wrapper.external_collection-caption h5 {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-wrapper.external_collection-caption h5 {
    font-weight: 400;
  }
}
.filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-link {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}
@media only screen and (min-width: 1025px) {
  .filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-link {
    cursor: pointer;
  }
  .filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-link:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
  }
}
.filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  opacity: 1;
  background-color: #fff;
}
.filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-title {
  order: 2;
}
.filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-subtitle {
  color: #8d8d8d;
  order: 1;
}
.filmstrip .filmstrip-list .filmstrip-slide-container .filmstrip-slide-price {
  color: #8d8d8d;
  line-height: 2;
  order: 3;
}

.small-text {
  font-size: 18px !important;
}
.bootroom-beta-logo {
  max-height: 56px;
  margin-left: -12px;
  padding-right: 12px;
}
@media (max-width: 1023px) {
  .bootroom-beta-logo {
    display: inline-block;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
}
.snkrs-logo {
  width: 50px;
}
.nikelab-logo {
  max-height: 56px;
}

.payment-icn .card-icn {
  background-size: 41px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: bottom;
  width: 41px;
  height: 24px;
  margin-right: 8px;
  background-size: 41px 24px;
}
.payment-icn .paypal-icn {
  background-size: 41px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 12px;
  margin-right: 8px;
  background-size: 41px 24px;
}
.payment-icn .applepay-icn {
  background-size: 41px 24px;
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: bottom;
  width: 41px;
  height: 17px;
  margin-right: 8px;
  background-size: 41px 24px;
}
.wide-icn {
  width: 71px;
  height: 19px;
  margin-left: auto;
  margin-right: auto;
}

.QRnoOverflow {
  overflow-x: hidden;
  overflow-y: hidden;
}
.QRIframeContainer {
  position: absolute;
  top: -90px;
  right: 122px;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
}
.QRIframeContents {
  position: relative;
  height: 375px;
  top: -20px;
  left: -25px;
}
.qr-loading-spinner {
  position: absolute;
  top: 47px;
  left: 47px;
}
.timeout-error-msg {
  position: absolute;
  top: 40px;
  color: #f00;
}
.QRCodeImgContainer {
  postion: relative;
  height: 100%;
  width: 100%;
  transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
}
.QRCodeImg {
  postion: relative;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.QRImgPlacementContainer {
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  padding: 3px;
}

.size-grid-button {
  background: transparent;
  width: 100%;
  height: 48px;
  line-height: 24px;
  color: inherit;
  font-family: inherit;
}
.size-grid-button:focus {
  background: #111;
  color: #fff;
  outline: none;
}
.size-layout {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.size-layout.error {
  border: 1px solid #fe0000;
}
.size-layout .size {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  transition: background 200ms ease, color 200ms ease;
  background: #fff;
}
.size-layout .size:not(.disabled) {
  cursor: pointer;
}
.size-layout .size:not(.disabled):hover,
.size-layout .size:not(.disabled):focus {
  background: #111;
  color: #fff;
  outline: none;
}
.size-layout .selected {
  color: #fff;
  background: #111;
}
.size-layout .disabled {
  color: #ddd;
  background: #f7f7f7;
}
.size-layout .disabled:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px #6d6d6d;
}

.timer-header {
  position: relative;
  top: auto;
  width: 100%;
  opacity: 1;
  transition: transform 600ms ease;
  transform: none;
  height: auto;
}
.timer-header.modal-clock .lottery-header:after {
  box-shadow: inset 0px 0px 2px 2px #111;
}
.timer-header .is-hidden {
  opacity: 0;
  visibility: hidden;
}
.timer-header.is-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.timer-header .drawing-timer {
  transition: height 400ms ease, padding-top 400ms ease, font-size 400ms ease;
  transform: translate3d(0, 0, 0);
  height: auto;
  width: 100%;
  position: relative;
  top: 100%;
  left: auto;
  right: auto;
}
.timer-header .lottery-header {
  position: relative;
}
.timer-header .lottery-header .is-hidden {
  opacity: 0;
  visibility: hidden;
}

.portrait-dropdown {
  vertical-align: middle;
  height: 100%;
  padding: 0 17px 0 25px;
}
.portrait-dropdown .link {
  padding: 0;
  background: transparent;
}
.portrait-dropdown .portrait-img {
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.portrait-dropdown .portrait-button-css {
  background: transparent;
  color: #6d6d6d;
  padding: 0 0 2px 0;
  font-size: 12px;
  line-height: 2;
  position: relative;
}
.portrait-dropdown .portrait-button-css.hover {
  color: #000;
}
.portrait-dropdown .portrait-button-with-focus-css span {
  color: #000;
}
.portrait-dropdown .portrait-list-css {
  margin-top: 0px;
  background: #fff;
  position: absolute;
}
.portrait-dropdown .portrait-list-item-css {
  font-size: 12px;
  white-space: nowrap;
  padding: 2px 25px;
}

.top-nav {
  display: flex;
  justify-content: space-between;
}
.top-nav .jewel-cart-container {
  position: relative;
  padding-top: 9px;
}
.top-nav .right-nav {
  padding-right: 28px;
}
.top-nav .member-nav-item {
  height: auto;
}
.top-nav .dropdown-button-css {
  background: transparent;
  color: #6d6d6d;
  font-size: 12px;
  line-height: 2;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  height: 100%;
  padding-top: 5px;
  margin-bottom: -5px;
}
.top-nav .dropdown-button-css:hover,
.top-nav .dropdown-button-css:focus {
  color: #000;
  border-bottom: 2px solid #000;
}
.top-nav .dropdown-container {
  line-height: 22px;
  height: 100%;
}
.top-nav .dropdown-button-with-focus-css {
  background: #fff;
  color: #6d6d6d;
}
.top-nav .dropdown-button-with-focus-css:hover {
  color: #000;
}
.top-nav .dropdown-list-css {
  right: 0;
  margin-bottom: 23px;
  background: #fff;
}
.top-nav .dropdown-list-item-css {
  font-size: 12px;
  white-space: nowrap;
  padding: 2px 25px;
}
.top-nav .help-list-container {
  height: 40px;
}
.top-nav .non-dropdown-help-link {
  line-height: 40px;
}
.top-nav .join-log-in {
  background: transparent;
}
.top-nav .join-log-in:hover,
.top-nav .join-log-in:focus {
  color: #000;
}
.top-nav .non-dropdown-help-link:focus,
.top-nav .non-dropdown-help-link:hover {
  color: #000;
}

.mobile-top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-top-nav .cart-button {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  background: transparent;
  padding: 16px 0px 16px 16px;
}
.mobile-top-nav .jewel-cart-container {
  position: relative;
  padding-top: 9px;
  margin-top: 7px;
}
.mobile-top-nav .shopping-cart {
  display: inline-block;
}
.mobile-top-nav .logo-container.slim {
  padding: 0;
}
.mobile-top-nav .logo-container span,
.mobile-top-nav .logo-container a {
  font-size: 18px;
}
.mobile-top-nav .logo-container span.converse-icn,
.mobile-top-nav .logo-container a.converse-icn {
  font-size: 0px;
  line-height: 0px;
  display: block;
}
.mobile-top-nav .logo-container span.snkrs-icn,
.mobile-top-nav .logo-container a.snkrs-icn {
  font-size: 0px;
  line-height: 0px;
  display: block;
}

@media only screen and (max-width: 1023px) {
  .slide-down-appear {
    transform: translateY(-40px);
  }
}
@media only screen and (max-width: 1023px) {
  .slide-down-appear.slide-down-appear-active {
    transform: translateY(0px);
    transition: transform 350ms ease-in-out;
  }
  .slide-down-appear.slide-down-appear-active:nth-child(2) {
    transition-delay: 0.05s;
  }
  .slide-down-appear.slide-down-appear-active:nth-child(3) {
    transition-delay: 0.1s;
  }
  .slide-down-appear.slide-down-appear-active:nth-child(4) {
    transition-delay: 0.15s;
  }
  .slide-down-appear.slide-down-appear-active:nth-child(5) {
    transition-delay: 0.2s;
  }
  .slide-down-appear.slide-down-appear-active:nth-child(6) {
    transition-delay: 0.25s;
  }
  .slide-down-appear.slide-down-appear-active:nth-child(7) {
    transition-delay: 0.3s;
  }
}
.segments {
  margin: 0px;
}
.hover-black:hover {
  color: #111;
}
.filters-container {
  background: transparent;
  position: static;
  padding: 0;
}
.filters-container .mod-nav-toggle .custom-link {
  padding: 0;
  display: inline-block;
  margin: 0 20px 0 20px;
  background: transparent !important;
  line-height: 53px;
}
.filters-container .mod-nav-toggle .custom-link.selected:hover:after {
  opacity: 1;
}
.filters-container .mod-nav-toggle .custom-link.selected:after {
  content: "";
  display: block;
  box-shadow: inset 0 -2px 0 0 #111;
  height: 4px;
  opacity: 0;
  margin-bottom: 0;
  transition: opacity 0.2s ease;
}
.filters-container .mod-nav-toggle .custom-link.selected.selected:after {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .filters-container .mod-nav-toggle .custom-link:hover:after {
    opacity: 1;
  }
  .filters-container .mod-nav-toggle .custom-link:after {
    content: "";
    display: block;
    box-shadow: inset 0 -2px 0 0 #111;
    height: 4px;
    opacity: 0;
    margin-bottom: 0;
    transition: opacity 0.2s ease;
  }
  .filters-container .mod-nav-toggle .custom-link.selected:after {
    opacity: 1;
  }
}
.filters-container .mod-nav-toggle .nav-items {
  display: inline-block;
}
.filters-container .mod-nav-toggle .nav-items .toggle-nav-menu {
  display: inline-block;
}
.filters-container .mod-nav-toggle .nav-items .image-wrapper {
  display: none;
}
.filters-container .mod-nav-toggle .shop-all-link {
  display: none;
}
.filters-container .mod-nav-toggle .shop-all-link .cust-underline {
  border-bottom: 1px solid #000;
  width: fit-content;
}
.filters-container .styles-picker {
  position: absolute;
  z-index: 10;
  line-height: 36px;
  box-shadow: inset 0 0 0 0 #e5e5e5, inset -1px 0 0 0 #e5e5e5, inset 0 -1px 0 0 #e5e5e5, inset 1px 0 0 0 #e5e5e5;
}
@media only screen and (max-width: 1023px) {
  .filters-container .styles-picker {
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
    box-shadow: inset 0 1px 0 0 #e5e5e5, inset 0 -1px 0 0 #e5e5e5;
  }
}
.filters-container .boot-style {
  color: #111;
  text-align: center;
  padding: 0 44px 0 44px;
}
.filters-container .boot-style:hover {
  color: #6d6d6d;
}
.filters-container .boot-style.active {
  color: #6d6d6d;
}
@media only screen and (max-width: 1023px) {
  .feed-header .mod-nav-toggle {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .feed-header .mod-nav-toggle .custom-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    width: 100%;
    margin: 0;
    padding: 0 0 0 32px;
  }
  .feed-header .mod-nav-toggle .custom-link:after {
    content: normal;
  }
  .feed-header .mod-nav-toggle .custom-link.selected:after {
    content: normal;
  }
}
@media only screen and (max-width: 1023px) {
  .feed-header .mod-nav-toggle .nav-items {
    display: block;
    background-color: #f7f7f7;
    margin: 0 24px 8px 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .feed-header .mod-nav-toggle .nav-items .image-wrapper {
    display: block;
  }
}
.feed-header .mod-nav-toggle .nav-items .image-wrapper .segment-image {
  height: auto;
  max-height: 160px;
}
@media only screen and (max-width: 1023px) {
  .feed-header .mod-nav-toggle .nav-items .toggle-nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.feed-header .mod-nav-toggle .nav-items.text-link {
  background-color: transparent;
}
.feed-header .mod-nav-toggle .nav-items.text-link a {
  padding: 0px 0px 10px 0px;
  font-size: 16px;
  line-height: 1.714285714285714;
}
.feed-header .mod-nav-toggle .nav-items.text-link a div {
  border-bottom: 1px solid #000;
  width: fit-content;
}
@media only screen and (max-width: 1023px) {
  .feed-header .mod-nav-toggle .shop-all-link {
    display: inline-block;
    font-size: 16px;
    padding: 36px 0 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .feed-header .expanded .styles-picker {
    max-height: 100vh;
    padding: 32px;
    opacity: 1;
  }
}
@media only screen and (max-width: 1023px) {
  .feed-header .styles-picker {
    position: static;
    transform: translateX(0%);
    max-height: 0;
    padding: 0 32px 0 32px;
    opacity: 0;
    overflow: hidden;
    font-size: 16px;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.05s ease-in-out;
  }
}
@media only screen and (max-width: 1023px) {
  .feed-header .boot-style {
    color: #111;
    text-align: left;
    padding: initial;
  }
}

.feed-header {
  max-width: 1808px;
  margin-left: 56px;
  margin-right: 56px;
}
@media only screen and (max-width: 1024px) {
  .feed-header {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .feed-header {
    margin-left: auto;
    margin-right: auto;
  }
}
.feed-header .mobile-feed-header {
  justify-content: space-between;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .feed-header .mobile-feed-header {
    display: flex;
  }
}
.feed-header .mobile-feed-header .mobile-logo-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 320px;
}
.feed-header .mobile-feed-header .arrow-wrapper {
  padding: 0 0 0 24px;
  margin-top: -10px;
}
.feed-header .mobile-feed-header .arrow-wrapper .arrow {
  display: inline;
  position: relative;
  margin-right: 8px;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.feed-header .mobile-feed-header .arrow-wrapper .arrow:before,
.feed-header .mobile-feed-header .arrow-wrapper .arrow:after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  top: 50%;
  width: 12px; /* height of arrows */
  height: 2px; /* width of arrows */
  z-index: 1;
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1); /* Transition from up to down */
}
.feed-header .mobile-feed-header .arrow-wrapper .arrow:before {
  right: 10%;
  transform-origin: 100% 0%;
  transform: rotate(-40deg) scaleY(1.5);
}
.feed-header .mobile-feed-header .arrow-wrapper .arrow:after {
  left: 90%;
  transform-origin: 0% 0%;
  transform: rotate(40deg) scaleY(1.5);
}
.feed-header .mobile-feed-header .arrow-wrapper.animate-arrow .arrow:before {
  transform-origin: 100% 100%;
  transform: translateY(10px) rotate(40deg) scaleY(1.5);
}
.feed-header .mobile-feed-header .arrow-wrapper.animate-arrow .arrow:after {
  transform-origin: 0% 100%;
  transform: translateY(10px) rotate(-40deg) scaleY(1.5);
}
.feed-header .mobile-tray-wrapper {
  position: relative;
}
.feed-header .mobile-tray-wrapper .mobile-tray {
  position: fixed;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch !important;
  font-size: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  transition: max-height 0.35s ease-in;
}
.feed-header .mobile-tray-wrapper .mobile-tray.collapsed {
  max-height: 0;
  transition: max-height 0.35s ease-in;
}
.feed-header .toggle-menu-style {
  transition: box-shadow 0.35s ease-in;
  outline: 0;
}

.feed-header-container.sticky {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0;
  z-index: 9;
}
@media only screen and (min-width: 1025px) {
  .feed-header-container .d-lg-b {
    display: table;
    width: 100%;
    min-height: 56px;
  }
}
@media only screen and (min-width: 1025px) {
  .feed-header-container .d-lg-b > .va-sm-m {
    display: table-cell;
    line-height: 0;
  }
}
.feed-menu .bootroom-text {
  vertical-align: top;
  padding-left: 5px;
}
.feed-menu .snkrs-icn.launch-logo {
  font-size: 32px;
  line-height: 1.48;
}
@media only screen and (min-width: 1441px) {
  .feed-menu .snkrs-icn.launch-logo {
    font-size: 36px;
    line-height: 1.98;
  }
}
.feed-menu .snkrs-icn.cn-logo {
  font-size: 24px;
  line-height: 1.7;
  border-right: 2px solid;
}
.feed-menu .snkrs-icn.jordan-icn {
  font-size: 37px;
}
.feed-menu .snkrs-icn.bootroom-logo {
  line-height: 2.56;
  font-size: 18px;
}
@media only screen and (min-width: 1025px) {
  .feed-menu .snkrs-icn.bootroom-logo {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1441px) {
  .feed-menu .snkrs-icn.bootroom-logo {
    line-height: 2.7;
  }
}
.feed-menu .snkrs-icn.bootroom-logo i {
  padding-right: 2px;
}
@media only screen and (min-width: 1025px) {
  .feed-menu .snkrs-icn.bootroom-logo i {
    padding-right: 4px;
  }
}
.feed-menu .snkrs-icon {
  transform: rotate(-90deg);
}
.feed-menu .view-toggle {
  font-size: 24px;
  line-height: 1;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.feed-menu .g72-arrow-thick-down {
  font-size: 11px;
  padding-top: 15px;
}
@media only screen and (min-width: 1025px) {
  .feed-menu .g72-arrow-thick-down {
    padding-top: 14px;
  }
}
@media only screen and (min-width: 1441px) {
  .feed-menu .g72-arrow-thick-down {
    padding-top: 16px;
  }
}
.feed-menu .g72-arrow-thick-up {
  font-size: 11px;
  padding-top: 14px;
}
@media only screen and (min-width: 1025px) {
  .feed-menu .g72-arrow-thick-up {
    padding-top: 13px;
  }
}
@media only screen and (min-width: 1441px) {
  .feed-menu .g72-arrow-thick-up {
    padding-top: 15px;
  }
}
/* Custom Toggle */
.mod-ncss-toggle-line {
  background: transparent;
  white-space: nowrap;
}
.custom-link,
.custom-label {
  line-height: 52px;
}
@media only screen and (min-width: 1025px) {
  .custom-link,
  .custom-label {
    line-height: 50px;
  }
}
@media only screen and (min-width: 1441px) {
  .custom-link,
  .custom-label {
    line-height: 54px;
  }
}
.mod-ncss-toggle-line-item .ncss-label:hover {
  background: rgba(17,17,17,0);
}
.mod-ncss-toggle-line-item .ncss-label:after {
  content: '';
  display: block;
  box-shadow: inset 0 -2px 0 0 #111;
  height: 4px;
  opacity: 0;
  transition: opacity 200ms ease;
}
.mod-ncss-toggle-line-item .ncss-radio {
  display: none;
}
.mod-ncss-toggle-line-item .ncss-radio:checked+.ncss-label {
  color: #111;
  background: transparent;
}
.mod-ncss-toggle-line-item .ncss-radio:checked+.ncss-label:after {
  opacity: 1;
}

.app-banner-component .line-height-one {
  line-height: 1;
}
.app-banner-component .app-icn {
  width: 32px;
  position: relative;
  top: 10px;
}
.app-banner-component .rounded-corners {
  border-radius: 8px;
}
.app-banner-component .banner-x {
  font-size: 30px;
  line-height: 1.2;
}

.cookie-banner-component .line-height-one {
  line-height: 1;
}

.vertical-menu {
  background: #111;
  height: 100%;
}
.vertical-menu .profile-picture {
  width: 32px;
  height: 32px;
  border-radius: 25px;
}
.vertical-menu .lang-tunnel-btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
.vertical-menu .lang-tunnel {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.footer.fallback {
  background: #f7f7f7;
}
.footer {
  background: #191919;
}
@media only screen and (min-width: 1025px) {
  .footer .left-links {
    text-align: left;
  }
}
.footer .right-links {
  hyphens: auto;
}
@media only screen and (min-width: 1025px) {
  .footer .right-links {
    text-align: right;
  }
}
.footer .bottom-footer-left-container {
  display: inline-block;
}
.footer .rights-reserved {
  padding-top: 10px;
}
.footer .bottom-footer-left-container.mobile {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  color: #999;
}
.footer .top-footer-links:first-child a {
  color: #fff;
  font-weight: 400;
}
.footer .top-footer-links.mobile {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 15px;
  padding: 25px 28px;
  width: 100%;
  margin-bottom: -42px;
}
.footer .top-footer-links:nth-child(4) {
  float: right;
  margin-right: 0px;
}
.footer .top-footer-links:nth-child(4) a:hover,
.footer .top-footer-links:nth-child(4) a:focus {
  color: #fff;
}
.footer .top-footer-links {
  min-width: 140px;
  margin-right: 20px;
  float: left;
}
.footer .top-footer-links li:first-child a {
  color: #fff;
  font-weight: 400;
}
.footer .top-footer-links .list-link-image {
  display: inline-block;
  font-size: 37px;
  padding-left: 15px;
  margin-top: -15px;
  color: #444;
}
.footer .main-footer {
  vertical-align: top;
}
.footer .main-footer ul:nth-child(4) a {
  color: #999;
}
.footer .main-footer.mobile {
  width: 100%;
  display: inline-block;
}
.footer .main-footer-links {
  height: 28px;
  padding-top: 3px;
  margin-bottom: -3px;
}
.footer .main-footer-links.mobile {
  display: list-item;
  padding-left: 15px;
  padding-right: 15px;
}
.footer .main-footer-link-anchors {
  color: #999;
  font-family: "Nike TG", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer .bottom-footer {
  border-top: 1px solid #444;
  font-size: 11px;
  margin-top: 42px;
}
.footer .bottom-footer-links {
  float: right;
}
.footer .bottom-footer-links.mobile {
  float: none;
  padding-bottom: 24px;
  display: block;
  text-align: center;
  color: #999;
}
.footer .bottom-footer-link {
  display: inline-block;
  padding-left: 15px;
  padding-top: 8px;
}
.footer .bottom-footer-link a {
  color: #999;
  cursor: pointer;
}
.footer .desktop-footer {
  padding: 42px 42px 0;
  min-width: 684px;
  max-width: 940px;
  margin: 0 auto;
  color: #999;
}
.footer .dropdown-button-css {
  background: transparent;
  color: #999;
}
.footer .dropdown-button-css:hover,
.footer .dropdown-button-css:focus {
  color: #fff;
}
.footer .dropdown-button-with-focus-css {
  background: #272727;
  color: #999;
}
.footer .dropdown-button-with-focus-css:hover {
  color: #fff;
}
.footer .dropdown-list-css {
  margin-bottom: 23px;
  background: #272727;
}

.main-layout .content-wrapper {
  transition: transform 400ms ease 80ms, opacity 400ms ease 100ms;
  min-height: 100%;
  padding-bottom: $footerMobileHeight;
  position: relative;
}
@media $smallMobile {
  .main-layout .content-wrapper {
    padding-bottom: $footerSmallMobileHeight;
  }
}
@media only screen and (min-width: 1025px) {
  .main-layout .content-wrapper {
    padding-bottom: $footerDesktopHeight;
  }
}
.main-layout .content-wrapper.hide {
  transform: translateX(-280px);
  opacity: 0.25;
}
@media only screen and (max-width: 1024px) {
  .main-layout .content-wrapper.hide {
    transform: translateX(-320px);
  }
}
.main-layout .content-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.main-layout .content-overlay.hide {
  visibility: hidden;
}
.main-layout .vertical-nav-container {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100%;
  width: 280px;
  transform: translateX(100%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: transform 400ms ease 100ms;
}
@media only screen and (max-width: 1024px) {
  .main-layout .vertical-nav-container {
    width: 320px;
  }
}
.main-layout .vertical-nav-container .show {
  transform: translateX(0%);
}
.main-layout .vertical-nav-container.show {
  transform: translateX(0%);
}
.main-layout .lang-tunnel-btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.image-tout {
  overflow: hidden;
/* utils */
}
.image-tout .medium-text {
  font-size: 40px;
}
@media only screen and (min-width: 375px) {
  .image-tout .medium-text {
    font-size: 60px;
  }
}
.image-tout .large-text {
  font-size: 60px;
}
@media only screen and (min-width: 375px) {
  .image-tout .large-text {
    font-size: 80px;
  }
}
.image-tout .x-large-text {
  font-size: 80px;
}
@media only screen and (min-width: 375px) {
  .image-tout .x-large-text {
    font-size: 120px;
  }
}
@media only screen and (min-width: 375px) {
  .image-tout .responsive-image {
    width: 100%;
    height: auto;
  }
}
.image-tout .tout-width {
  position: absolute;
  width: 100%;
  left: 50%;
  margin-left: -50%;
}
@media only screen and (max-width: 375px) {
  .image-tout .tout-width {
    width: 335px;
    margin-left: -167.5px;
  }
}
@media only screen and (min-width: 640px) {
  .image-tout .tout-width {
    width: 1808px;
    margin-left: -904px;
  }
}
.image-tout.tout-height {
  position: relative;
  height: 500px;
  overflow-y: hidden;
}
@media only screen and (min-width: 640px) {
  .image-tout.tout-height.small {
    height: 600px;
  }
}
@media only screen and (min-width: 640px) {
  .image-tout.tout-height.medium {
    height: 800px;
  }
}
@media only screen and (min-width: 640px) {
  .image-tout.tout-height.large {
    height: 1000px;
  }
}
.image-tout .headline-1 {
  font-size: 40px;
  line-height: 1;
}
@media only screen and (min-width: 640px) {
  .image-tout .headline-1 {
    font-size: 60px;
  }
}
.image-tout .tout-text {
  position: absolute;
  width: 100%;
  right: 0;
}
.image-tout .tout-text.end {
  bottom: 36px;
}
@media only screen and (min-width: 640px) {
  .image-tout .tout-text.end {
    bottom: 48px;
  }
}
.image-tout .tout-text.start {
  top: 36px;
}
@media only screen and (min-width: 640px) {
  .image-tout .tout-text.start {
    top: 48px;
  }
}
.image-tout .tout-text.center {
  top: 50%;
  transform: translateY(-50%);
}
.image-tout .mod-max-width-12 {
  max-width: 1808px;
}
.image-tout .mod-round-corners {
  border-radius: 20px;
}

@media (max-width: 640px) {
  .banner-carousel.collapsed {
    margin-bottom: 30px;
  }
}
.banner-carousel .react-carousel .carousel-btn {
  padding: 32px;
}
.banner-carousel .react-carousel button i {
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}
.banner-carousel .react-carousel button i.g72-arrow-thin-left {
  padding-right: 3px;
}
.banner-carousel .react-carousel button i.g72-arrow-thin-right {
  padding-left: 3px;
}
.banner-carousel .react-carousel .carousel-btn.prv-btn i {
  padding-right: 3px;
}
.banner-carousel .react-carousel .carousel-btn.next-btn i {
  padding-left: 3px;
}
.banner-carousel .react-carousel .carousel-slide-tracker {
  opacity: 1;
}
@media (min-width: 641px) {
  .banner-carousel .react-carousel .carousel-slide-tracker {
    margin-left: 15%;
    margin-right: 15%;
  }
}
.relative {
  position: relative;
}

/* BENEFITS SECTION */
/* We are breaking the rule of not targeting el's directly here,
since the markup is authored in CMS and therefore we have no control
over classes. */
.benefits h3 {
  font-family: "Nike TG", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .benefits h3 {
    font-size: 24px;
    line-height: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .benefits h3 {
    font-size: 28px;
    line-height: 1.714285714285714;
  }
}
.benefits ul {
  list-style-type: disc;
  margin: 0 28px;
  color: #8d8d8d;
}
.benefits li {
  padding-left: 8px;
  padding-bottom: 8px;
}

.modern.text-color-grey {
  color: #adadad;
}

@media (max-width: 1024px) {
  .buyable-full-width {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .buyable-feed {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .modern.buyable-full-width,
  .modern.buyable-feed {
    width: auto;
  }
}
@media (max-width: 639px) {
  .modern.buyable-feed,
  .modern.buyable-full-width {
    width: auto;
  }
  .modern.cta-container {
    text-align: left;
  }
}
.disabled {
  pointer-events: none;
}
.mod-round-corners {
  border-radius: 20px;
}

@media $mobileAndTablet {
  .size-selector {
    width: 100%;
  }
}
.success-message {
  font-size: 14px;
  animation: fadeIn 0.8s;
  line-height: 1.4em;
}
.success-message i {
  margin-right: 10px;
  color: #48bd1f;
  font-size: 2em;
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.customize-box {
  margin-top: 64px;
}

.buying-tools-container .cta-label {
  min-height: 24px;
}
.buying-tools-container .size-guide-link {
  background: transparent;
  float: right;
}
.buying-tools-container.error .label {
  box-shadow: inset 0 1px 0 0 #fe0000, inset -1px 0 0 0 #fe0000, inset 0 -1px 0 0 #fe0000, inset 1px 0 0 0 #fe0000;
}
.buying-tools-container .choose-size-text {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Nike TG", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
}
.buying-tools-container .choose-size-text.error {
  color: #fe0000;
}
.buying-tools-container .cart-error-message {
  background: #ffdccd;
}

.photo-component {
  position: relative;
}
.photo-component .js-photo .cta-btn {
  position: absolute;
  left: 24px;
  bottom: 24px;
  font-size: 14px;
}
@media only screen and (min-width: 1025px) {
  .photo-component .js-photo .cta-btn {
    left: 36px;
    bottom: 36px;
  }
}
.photo-component .disabled {
  pointer-events: none;
}
.photo-component .product-info {
  max-width: 480px;
  margin: 0 auto;
}
.photo-component .description-text {
  white-space: pre-wrap;
}
.photo-component .mod-ncss-col-sm-12 {
  max-width: 480px;
}
@media only screen and (min-width: 1025px) {
  .photo-component .mod-ncss-col-sm-12 {
    max-width: none;
  }
}

.text-block-component .product-info {
  max-width: 480px;
  margin: 0 auto;
}
.text-block-component .bootroom-text-card ul {
  text-align: left;
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}
.text-block-component .bootroom-text-card ul li {
  padding-top: 16px;
}
.text-block-component .bootroom-text-card p {
  text-align: center;
  padding-top: 16px;
}
.text-block-component .description-text {
  white-space: pre-wrap;
}

.video-component .is-landing-page {
  max-width: 1808px;
  width: 100%;
  margin: 0 auto;
}
.video-component .video-js {
  width: 100%;
}

@media $tablet {
  .related-products .custom-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.dropdown-select {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-appearance: none;
}
.dropdown-label {
  position: relative;
  width: 100%;
  height: 100%;
}
.select-dropdown-label {
  position: relative;
  display: block;
}

.size-dropdown-component .size-dropdown {
  opacity: 0;
  -webkit-appearance: none;
}
.size-dropdown-component .size-dropdown-button-css {
  width: 100%;
  background: transparent;
  padding: 0;
}
.size-dropdown-component .size-dropdown-button-css .label {
  min-height: 48px;
}
.size-dropdown-list-container {
  position: absolute;
  min-width: 240px;
}

.fixie.is-absolute-bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.fixie.is-absolute-top {
  position: absolute;
  top: 0px;
  right: 0px;
}
.fixie.is-fixed {
  position: fixed;
  right: 0px;
  top: 0px;
}
.product-info-container {
  max-width: 480px;
  margin: 0 auto;
}

.details-panel {
  max-width: 480px;
  margin: 0 auto;
}
.card-product-component .product-info-container {
  max-width: 480px;
  margin: 0 auto;
}

.card-product-component {
  position: relative;
  visibility: hidden;
  opacity: 0;
}
.card-product-component.show-product {
  visibility: visible;
  opacity: 1;
}
.card-product-component .fixie.is-absolute-bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.card-product-component .fixie.is-absolute-top {
  position: absolute;
  top: 0px;
  right: 0px;
}
.card-product-component .fixie.is-fixed {
  position: fixed;
  right: 0px;
  top: 0px;
}
.card-product-component .product-info-container {
  max-width: 480px;
  margin: 0 auto;
}
.card-product-component .description-text {
  white-space: pre-wrap;
}

.spinner {
  padding-bottom: 100%;
}

@media only screen and (max-width: 640px) {
  .mod-grid-gutter {
    padding: 0 4px;
  }
  .mod-grid-gutter:nth-child(odd) {
    padding: 0 4px 0 0;
  }
  .mod-grid-gutter:nth-child(even) {
    padding: 0 0 0 4px;
  }
}
@media only screen and (min-width: 1025px) {
  .mod-grid-gutter {
    padding: 0 8px;
  }
  .mod-grid-gutter:nth-child(4n+1) {
    padding: 0 8px 0 0;
  }
  .mod-grid-gutter:nth-child(4n+4) {
    padding: 0 0 0 8px;
  }
}

/* BENEFITS SECTION */
/* We are breaking the rule of not targeting el's directly here,
since the markup is authored in CMS and therefore we have no control
over classes. */
.pdp-container .responsive-text-align {
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .pdp-container .responsive-text-align {
    text-align: center;
  }
}

.section-layout .section-header .section-title:before,
.section-layout .section-header .open-close:before {
  font-family: nike-glyphs, sans-serif;
  position: absolute;
  top: 0;
  font-size: 24px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkout-layout .img-container {
  width: 180px;
  padding-top: 120px;
  overflow: hidden;
  position: relative;
}
.checkout-layout .img-container .img {
  position: absolute;
  top: 0;
  left: 0;
}
.checkout-layout .status {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.checkout-body {
  opacity: 1;
}
@media (min-width: 641px) {
  .checkout-body {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.section-layout .section-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.section-layout .section-header {
  cursor: pointer;
}
.section-layout .section-header .section-title {
  position: relative;
}
.section-layout .section-header .section-title:before {
  content: '\E610';
  color: #48bd1f;
  opacity: 0;
  left: auto;
  top: -1px;
}
.section-layout .section-header .section-title .title {
  color: #e5e5e5;
  transition: padding-left 200ms ease, color 200ms ease;
  padding-left: 0;
}
.completed.section-layout .section-header .section-title:before {
  opacity: 1;
}
.completed.section-layout .section-header .section-title .title {
  color: #111;
  padding-left: 32px;
}
.section-layout .section-header .selection {
  opacity: 1;
  transition: opacity 300ms ease;
}
.section-layout .section-header .selection .payment-label + .payment-label {
  margin-left: 12px;
}
.section-layout .section-header .locked {
  position: relative;
}
.section-layout .section-header .locked:after {
  width: 10px;
  height: 14px;
  background-image: url("/bootroom/img/lock-symbol.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
}
.completed.section-layout .section-header .locked:before {
  color: #111;
}
.section-layout .section-header .open-close {
  position: relative;
}
.section-layout .section-header .open-close.lock:before {
  content: '\E62B';
}
.section-layout .section-header .open-close:before {
  content: '\E637';
  color: #e5e5e5;
  right: 0;
  font-size: 16px;
  line-height: 1.5;
}
.completed.section-layout .section-header .open-close:before {
  color: #111;
}
.section-layout.active-section .section-content {
  height: auto;
  opacity: 1;
}
.section-layout.active-section .section-header .open-close:before {
  content: '\E62D';
}
.section-layout.active-section .section-header .section-title .title {
  color: #111;
}
.section-layout.active-section .section-header .selection {
  opacity: 0;
}
.checkout-section-expandable {
  opacity: 1;
  overflow: hidden;
  -webkit-transition: max-height 0.5s, opacity 0.5s ease-in-out;
  -moz-transition: max-height 0.5s, opacity 0.5s ease-in-out;
  transition: max-height 0.5s, opacity 0.5s ease-in-out;
}
.checkout-section-expandable.checkout-section-expandable-closed {
  max-height: 0px !important;
  opacity: 0.2;
}
.payment-label {
  opacity: 1;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  margin-bottom: -4px;
}
.payment-label#UnionPay {
  margin-right: -20px;
}
.payment-label#Alipay {
  margin-right: -4px;
}
.payment-label.payment-label-hide {
  opacity: 0;
}
.section-contents {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.section-contents.section-contents-hide {
  opacity: 0;
}
.checkout-modal {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 641px) {
  .mod-col-sm-12 {
    padding-left: 64px;
    padding-right: 64px;
  }
}

@media only screen and (min-width: 641px) {
  .payment-btns {
    padding-left: 0;
    padding-right: 0;
  }
}
.custom-responsive-button {
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .custom-responsive-button {
    width: auto;
  }
}
.paypal-btn,
.paypal_loading_btn {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 641px) {
  .paypal-btn,
  .paypal_loading_btn {
    width: 102px;
  }
}
.accessiblity-helper {
  position: absolute;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.payment-selector-form .payment-provider-btn {
  height: 40px;
}
.payment-selector-form .payment-not-selected {
  opacity: 0.5;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.payment-selector-form .apple-pay-mark {
  opacity: 0.5;
}
.payment-selector-form .ncss-radio:checked+.ncss-label .apple-pay-mark {
  opacity: 1;
}
.payment-selector-form .flyout {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.payment-selector-form .flyout:hover .flyout-options {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  text-overflow: ellipsis;
}
.payment-selector-form .payment-options-select {
  opacity: 0;
  appearance: none;
}
.payment-selector-form .flyout-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.714285714285714;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  z-index: 1;
  text-overflow: ellipsis;
}
.payment-selector-form .custom-flyout-container {
  overflow: visible;
}
.payment-selector-form .payment-select-container {
  position: absolute;
  top: 0;
  left: 0;
}

.fapiao-title-block {
  height: auto;
  max-height: 100px;
  overflow-y: hidden;
  transition: all 0.2s ease;
}
.fapiao-title-block.hide {
  max-height: 0;
}

.credit-card-iframe {
  height: 48px;
  width: 99.99%;
}

.address-form-component .placeholder {
  color: $mediumLightGrey;
}
.address-form-component .flyout {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.address-form-component .flyout:hover .flyout-options {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.address-form-component .flyout-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.714285714285714;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.address-form-component .custom-flyout-container {
  overflow: visible;
}
.address-form-component .state-select-container {
  position: absolute;
  top: 0;
  left: 0;
}
.address-form-component .state-options {
  opacity: 0;
  appearance: none;
}
.address-form-component .flyout-options {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  background: #f1f1f1;
  max-height: 272px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: inset -1px 0 0 0 #e9e9e9, inset 0 -1px 0 0 #e9e9e9, inset 1px 0 0 0 #e9e9e9;
  transform: translate(0, -20%);
  transition: all 0.15s ease;
}
.address-form-component .flyout-options.visible {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.address-form-component .flyout-options .option {
  width: 100%;
  color: #111;
  background: 0 0;
  -webkit-box-shadow: inset 0 1px 0 0 #e9e9e9;
  box-shadow: inset 0 1px 0 0 #e9e9e9;
  display: inline-block;
  font-size: 14px;
  line-height: 1.714285714285714;
  text-decoration: none;
  cursor: pointer;
}
.address-form-component .flyout-options .option.selected {
  background: #e3e3e3;
}
.address-form-component .flyout-options .option:hover {
  background: #e3e3e3;
}

.address-form-component .placeholder {
  color: $mediumLightGrey;
}
.address-form-component .flyout {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.address-form-component .flyout:hover .flyout-options {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  text-overflow: ellipsis;
}
.address-form-component .flyout-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.714285714285714;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  z-index: 1;
  text-overflow: ellipsis;
}
.address-form-component .custom-flyout-container {
  overflow: visible;
}
.address-form-component .state-select-container {
  position: absolute;
  top: 0;
  left: 0;
}
.address-form-component .state-options {
  opacity: 0;
  appearance: none;
}
.address-form-component .city-select-container {
  position: absolute;
  top: 0;
  left: 0;
}
.address-form-component .city-options {
  opacity: 0;
  appearance: none;
}
.address-form-component .zone-select-container {
  position: absolute;
  top: 0;
  left: 0;
}
.address-form-component .zone-options {
  opacity: 0;
  appearance: none;
}

.credit-card-iframe {
  height: 45px;
}

.verify-cvv-form {
  position: relative;
}
.verify-cvv-form .card-overlay {
  position: absolute;
  top: 8px;
  left: 8px;
}

.gift-card-container {
  white-space: nowrap;
}
.gift-card-container .number-input {
  width: 100%;
  transition: width 400ms ease;
}
.show-pin.gift-card-container .number-input {
  width: 66.66666666666666%;
}
.gift-card-container .pin-input {
  width: 0%;
  opacity: 0;
  visibility: hidden;
  transition: width 400ms ease, opacity 400ms ease;
}
.show-pin.gift-card-container .pin-input {
  width: 33.33333333333333%;
  opacity: 1;
  visibility: visible;
}
.applied-card + .applied-card {
  box-shadow: inset 0 1px 0 0 #ddd;
}

@media only screen and (max-width: 640px) {
  .save-button {
    width: 100%;
  }
}

@media (min-width: 641px) {
  .size-selector-body {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.size-selector-layout .error {
  color: #fe0000;
}
.size-selector-layout .size-selector-sections {
  text-align: left;
}
.size-selector-layout .choose-size-text {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Nike TG", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 5px;
}
.size-selector-layout .cart-error-message {
  background: #ffdccd;
}

.product-card .card-link {
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
  padding-top: 112.5%;
}
.product-card .cta-container {
  transition: opacity 0.3s ease;
}
@media (max-width: 640px) {
  .product-card .cta-container {
    padding-top: 0;
  }
}
@media (min-width: 640px) {
  .product-card .cta-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
  }
}
.product-card figcaption {
  margin-bottom: 26px;
}
.product-card .figcaption-content {
  width: 100%;
}
.product-card .launch-time {
  position: absolute;
  top: 0;
  bottom: 0;
}
.product-card .mod-h2 {
  font-size: 28px;
  line-height: 1;
}
.product-card .mod-h1 {
  font-size: 50px;
  line-height: 1;
}
.product-card.soldier-thread .card-link {
  padding-top: 100%;
}
.product-card:hover .image-component {
  opacity: 0.8 !important;
}
@media (min-width: 640px) {
  .product-card:hover .copy-container {
    opacity: 0;
  }
}
.copy-container {
  transition: opacity 0.3s ease 0.3s;
}
.product-card:hover .cta-container {
  opacity: 1;
  transition: opacity 0.3s ease 0.3s;
}
.position-card {
  position: absolute;
}
.bannerTop {
  margin-top: 70px;
}

.bg-lightestgrey {
  background-color: #fafafa;
}
.upcoming-section {
  display: block;
}
.upcoming-section .upcoming {
  border-bottom: 1px solid #e5e5e5;
}
.upcoming-section .upcoming-card {
  position: relative;
  overflow: hidden;
}
.upcoming-section .upcoming-card .card-link {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.upcoming-section .upcoming-card .launch-details {
  position: absolute;
}

.cust-grey-font {
  color: #8d8d8d;
  text-align: center;
}
.feedTitleText {
  line-height: 0.8;
}
.grid-margins {
  max-width: 1808px;
  margin-left: 56px;
  margin-right: 56px;
}
@media only screen and (max-width: 1024px) {
  .grid-margins {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .grid-margins {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 640px) {
  .cust-grey-font {
    line-height: 0.9;
    margin: 16px 0 0 0;
  }
  .feedLogo {
    margin: 0 auto;
    width: 150px;
  }
}
@media only screen and (min-width: 641px) {
  .feedLogo {
    margin: 0 auto 10px;
    width: 200px;
  }
  .feedTitleText {
    margin: 0 0 8px 0;
    line-height: 1;
  }
}

.settings-layout .snkrs-icn {
  font-size: 38px;
  line-height: 1.26315789;
}
@media only screen and (min-width: 1441px) {
  .settings-layout .snkrs-icn {
    font-size: 48px;
    line-height: 1;
  }
}
.settings-layout .settings-content {
  display: inherit;
}
@media (min-width: 641px) {
  .settings-layout .settings-content {
    width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}
.settings-layout .mod-link-style.disabled {
  text-decoration: underline;
  pointer-events: none;
}
.settings-layout .btn-paypal {
  background-size: 60px 16px;
  min-width: 102px;
}
.settings-layout .btn-paypal .hide {
  opacity: 0;
}
.settings-layout .picture-container {
  position: relative;
}
.settings-layout .picture-container .picture {
  border-radius: 50%;
  width: 92px;
  height: 92px;
  border: 1px solid #ddd;
}
.settings-layout .payments .credit-card-iframe {
  height: 42px;
  width: 100%;
}
.settings-layout .disabled {
  color: rgba(17,17,17,0.4);
  text-decoration: line-through;
  cursor: no-allow;
}
.settings-layout .cursor-pointer {
  cursor: pointer;
}

.add-payment-buttons-component .paypal-icn {
  background-size: 41px 24px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 16px;
  margin-right: 8px;
  background-size: 41px 24px;
}

.stored-payment-overview-component .card-icn {
  background-size: 41px 24px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 41px;
  height: 24px;
  margin-right: 8px;
  background-size: 41px 24px;
}
.stored-payment-overview-component .paypal-icn {
  background-size: 41px 24px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 12px;
  margin-right: 8px;
  background-size: 41px 24px;
}

.payment-section {
  transform: translate3d(0, 0, 0);
}
.payment-section .pointer:hover {
  cursor: pointer;
}
.payment-section .widthHeight {
  width: 16px;
  height: 16px;
}
.payment-section .badge {
  position: absolute;
  top: 5px;
  left: 75px;
  height: 12px;
  min-width: 12px;
  padding: 2px 3px;
  border-radius: 50px;
  font-size: 10px;
  line-height: 0.7;
}
@media only screen and (min-width: 1025px) {
  .payment-section .badge {
    top: 3px;
  }
}

.personal-info .size-grid-container {
  transition: opacity 400ms ease, visibility 400ms ease;
}
@media only screen and (max-width: 1024px) {
  .personal-info .size-grid-container {
    position: absolute;
    right: 0;
    top: 56px;
    width: 280px;
    opacity: 0;
    visibility: hidden;
  }
  .show-grid.personal-info .size-grid-container {
    opacity: 1;
    visibility: visible;
  }
}
.personal-info .size-dropdown-container,
.personal-info .gender-dropdown-container {
  position: absolute;
  left: 0;
  top: 0;
}
.personal-info .flyout {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.personal-info .flyout:hover .flyout-options {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.personal-info .flyout-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1.714285714285714;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.personal-info .flyout-options {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  background: #f1f1f1;
  max-height: 272px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: inset -1px 0 0 0 #e9e9e9, inset 0 -1px 0 0 #e9e9e9, inset 1px 0 0 0 #e9e9e9;
  transform: translate(0, -20%);
  transition: all 0.15s ease;
}
.personal-info .flyout-options .option {
  width: 100%;
  color: #111;
  background: 0 0;
  -webkit-box-shadow: inset 0 1px 0 0 #e9e9e9;
  box-shadow: inset 0 1px 0 0 #e9e9e9;
  display: inline-block;
  font-size: 14px;
  line-height: 1.714285714285714;
  text-decoration: none;
  cursor: pointer;
}
.personal-info .flyout-options .option:hover {
  background: #e3e3e3;
  color: #111;
}
.personal-info .mod-arrow {
  position: absolute;
  right: 20px;
}

.personal-info .size-grid-container {
  transition: opacity 400ms ease, visibility 400ms ease;
}
@media only screen and (max-width: 1024px) {
  .personal-info .size-grid-container {
    position: absolute;
    right: 0;
    top: 56px;
    width: 280px;
    opacity: 0;
    visibility: hidden;
  }
  .show-grid.personal-info .size-grid-container {
    opacity: 1;
    visibility: visible;
  }
}
.personal-info .size-dropdown-container,
.personal-info .gender-dropdown-container {
  position: absolute;
  left: 0;
  top: 0;
}
.personal-info .flyout {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.personal-info .flyout:hover .flyout-options {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.personal-info .flyout-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1.714285714285714;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.personal-info .flyout-options {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  background: #f1f1f1;
  max-height: 272px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: inset -1px 0 0 0 #e9e9e9, inset 0 -1px 0 0 #e9e9e9, inset 1px 0 0 0 #e9e9e9;
  transform: translate(0, -20%);
  transition: all 0.15s ease;
}
.personal-info .flyout-options .option {
  width: 100%;
  color: #111;
  background: 0 0;
  -webkit-box-shadow: inset 0 1px 0 0 #e9e9e9;
  box-shadow: inset 0 1px 0 0 #e9e9e9;
  display: inline-block;
  font-size: 14px;
  line-height: 1.714285714285714;
  text-decoration: none;
  cursor: pointer;
}
.personal-info .flyout-options .option:hover {
  background: #e3e3e3;
  color: #111;
}
.personal-info .mod-arrow {
  position: absolute;
  right: 20px;
}

.personal-info .size-grid-container {
  transition: opacity 400ms ease, visibility 400ms ease;
}
@media only screen and (max-width: 1024px) {
  .personal-info .size-grid-container {
    position: absolute;
    right: 0;
    top: 56px;
    width: 280px;
    opacity: 0;
    visibility: hidden;
  }
  .show-grid.personal-info .size-grid-container {
    opacity: 1;
    visibility: visible;
  }
}
.personal-info .size-dropdown-container,
.personal-info .gender-dropdown-container {
  position: absolute;
  left: 0;
  top: 0;
}
.personal-info .flyout {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.personal-info .flyout:hover .flyout-options {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.personal-info .flyout-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1.714285714285714;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.personal-info .flyout-options {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  background: #f1f1f1;
  max-height: 272px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: inset -1px 0 0 0 #e9e9e9, inset 0 -1px 0 0 #e9e9e9, inset 1px 0 0 0 #e9e9e9;
  transform: translate(0, -20%);
  transition: all 0.15s ease;
}
.personal-info .flyout-options .option {
  width: 100%;
  color: #111;
  background: 0 0;
  -webkit-box-shadow: inset 0 1px 0 0 #e9e9e9;
  box-shadow: inset 0 1px 0 0 #e9e9e9;
  display: inline-block;
  font-size: 14px;
  line-height: 1.714285714285714;
  text-decoration: none;
  cursor: pointer;
}
.personal-info .flyout-options .option:hover {
  background: #e3e3e3;
  color: #111;
}
.personal-info .mod-arrow {
  position: absolute;
  right: 20px;
}

.picture-container {
  position: relative;
}
.picture-container .picture {
  width: 92px;
  height: 92px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.gate-component .app-badge {
  max-width: 140px;
}
.gate-component .nike-logo {
  font-size: 100px;
  line-height: 1.2;
}
@media only screen and (min-width: 375px) {
  .gate-component .nike-logo {
    transform: translateZ(0);
  }
}

.snkrs-logo {
  font-size: 72px;
  line-height: 1;
}
.country-list-wrapper {
  background-color: #fff;
  height: 0;
  overflow-y: hidden;
  transition: height 300ms ease-out;
}
.country-list-wrapper.open {
  overflow-y: scroll;
  height: calc(100% - 204px);
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 640px) {
  .country-list-wrapper.open {
    height: 400px;
  }
}
@media only screen and (min-width: 320px) {
  .country-list-wrapper.open {
    height: 300px;
  }
}
.country-list-wrapper.open .country-list {
  opacity: 1;
}
.country-list-wrapper .country-list {
  opacity: 0;
  transition: opacity 300ms ease-out;
}
.country-list-wrapper .bg-transparent {
  background: transparent;
}
.lang-tunnel-btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.language-tunnel-route {
  background-color: rgba(0,0,0,0.75);
}
.language-tunnel-route .vertical-align: {
  vertical-align: middle;
}
.language-tunnel-route .language-tunnel-route-gap {
  height: 40px;
  background-color: #fff;
}
.language-tunnel-route .language-tunnel-route-container {
  width: 100%;
  max-width: 460px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .language-tunnel-route .language-tunnel-route-container {
    height: auto;
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1024px) {
  .language-tunnel-route {
    padding: 40px;
  }
}

.not-found-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
}
.not-found-header .snkrs-icn.bootroom-logo {
  line-height: 2.56;
  font-size: 18px;
}
@media only screen and (min-width: 1025px) {
  .not-found-header .snkrs-icn.bootroom-logo {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1441px) {
  .not-found-header .snkrs-icn.bootroom-logo {
    line-height: 2.7;
  }
}
.not-found-header .snkrs-icn.bootroom-logo i {
  padding-right: 2px;
}
@media only screen and (min-width: 1025px) {
  .not-found-header .snkrs-icn.bootroom-logo i {
    padding-right: 4px;
  }
}

.vertical-center {
  margin: 120px 0;
}
.access-denied-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
}
.access-denied-header .snkrs-icn.bootroom-logo {
  line-height: 2.56;
  font-size: 18px;
}
@media only screen and (min-width: 1025px) {
  .access-denied-header .snkrs-icn.bootroom-logo {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1441px) {
  .access-denied-header .snkrs-icn.bootroom-logo {
    line-height: 2.7;
  }
}
.access-denied-header .snkrs-icn.bootroom-logo i {
  padding-right: 2px;
}
@media only screen and (min-width: 1025px) {
  .access-denied-header .snkrs-icn.bootroom-logo i {
    padding-right: 4px;
  }
}
.phantom-cta-buttons [class*=ncss-btn] {
  font-size: 15px;
}

.cart-item-modal-content-container {
  min-width: 300px;
  position: absolute;
  top: 0;
  display: block;
  transform: translate3d(0, 0, 0);
  border-top: 1px solid #d3d3d3;
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 1025px) {
  .cart-item-modal-content-container {
    position: static;
    height: auto;
    float: right;
    margin-right: 26px;
    right: 0;
    margin-right: 26px;
    max-width: 428px;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.cart-item-modal-content-container .title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-item-modal-content-container .close-btn {
  padding: 0;
}
.cart-item-modal-content-container .cart-item-thumbnail {
  width: 100px;
  height: 100px;
}
.cart-item-modal-content-container .qty {
  padding-right: 20px;
}
.cart-item-modal-content-container .cart-item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-item-modal-content-container .cart-description {
  display: flex;
  flex-wrap: wrap;
}
.cart-item-modal-content-container .cart-button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -16px;
  margin-right: -16px;
  margin-left: 0;
}
.cart-item-modal-content-container .cart-link {
  flex: 1 1 calc(50% - 16px);
}

.completed-layout .check-mark {
  width: 46px;
  height: 46px;
}
.completed-layout .loading {
  display: inline-block;
}
.completed-layout .loading .dot {
  width: 6px;
  height: 6px;
  border-radius: 16px;
  animation: anim 1.5s infinite ease-in-out;
}
.completed-layout .loading .dot:nth-child(1) {
  animation-delay: -0.9s;
}
.completed-layout .loading .dot:nth-child(2) {
  animation-delay: -0.6s;
}
.completed-layout .loading .dot:nth-child(3) {
  animation-delay: -0.3s;
}
@-moz-keyframes anim {
  0%, 80%, 100% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.9;
  }
}
@-webkit-keyframes anim {
  0%, 80%, 100% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.9;
  }
}
@-o-keyframes anim {
  0%, 80%, 100% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.9;
  }
}
@keyframes anim {
  0%, 80%, 100% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.9;
  }
}


.download-buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.download-buttons .app-badge {
  height: 42px;
}
.download-buttons .app-badge.ios {
  margin-right: 8px;
}
.download-buttons .app-badge.gp {
  height: 62px;
  margin-top: -10px;
}
.download-buttons .app-badge.android {
  margin-left: 8px;
}

.cookie-settings.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0,0,0,0.75);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
  z-index: 1;
}
.cookie-settings.modal .close {
  font-size: 32px;
  line-height: 1.5;
}
.cookie-settings.modal .modal-scroll-container {
  overflow: hidden;
}
.show.cookie-settings.modal .modal-scroll-container {
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  margin-right: 0;
}
.touch .show.cookie-settings.modal .modal-scroll-container {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.touch .cookie-settings.modal .modal-scroll-container:before {
  content: '';
  width: 1px;
  float: left;
  display: block;
  height: calc(100% + 1px);
  margin-left: -1px;
}
.touch .cookie-settings.modal .modal-scroll-container::-webkit-scrollbar {
  width: 0 !important;
}
.cookie-settings.modal .modal-content-container {
  min-width: 300px;
}
.show.cookie-settings.modal .modal-content-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media $tablet {
  .cookie-settings.modal .modal-content-container {
    opacity: 0;
    height: auto;
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    transform: translateY(50px);
    transition: opacity 600ms ease 200ms, transform 400ms ease 200ms, height 400ms ease;
  }
}
.cookie-settings.modal.show {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.cookie-settings.modal .mod-circle-check {
  font-size: 20px;
  line-height: 1.2;
}

.language-tunnel-modal-content-container {
  min-width: 300px;
  position: relative;
}
.show.language-tunnel-modal-content-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media only screen and (min-width: 640px) {
  .language-tunnel-modal-content-container {
    height: auto;
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    transform: translateY(50px);
    transition: opacity 600ms ease 200ms, transform 400ms ease 200ms, height 400ms ease;
  }
}
.language-tunnel-modal-content-container .modal-close-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.js-modal {
  z-index: 13;
}

/*
iOS will zoom on inputs when the font-size is below 16px.
Setting the font-size to 16px on the input will prevent it from happening.
I didn't want to add `user-scalable=no` so we can keep our application zoomable by a user's pinch action, and AA accessible.
https://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-iphone
 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-size: 16px;
  }
}
.break-translation-lines {
  white-space: pre-line;
}
html,
body {
  min-height: 100%;
  width: 100%;
}
#root {
  min-height: calc(100% - 128px);
  position: relative;
}
.root-controller {
  height: 100%;
  position: relative;
}
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0,0,0,0.75);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
}
.modal .modal-container {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.modal .close {
  font-size: 32px;
  line-height: 1.5;
}
.modal .hidden {
  display: none;
}
.modal .modal-scroll-container {
  overflow: hidden;
}
.show.modal .modal-scroll-container {
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  margin-right: 0;
}
.modal .modal-content-container {
  min-width: 300px;
}
.show.modal .modal-content-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media only screen and (max-width: 1024px) {
  .modal .modal-content-container {
    opacity: 0;
    height: auto;
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    transform: translateY(50px);
    transition: opacity 600ms ease 200ms, transform 400ms ease 200ms, height 400ms ease;
  }
}
.modal.show {
  opacity: 1;
  visibility: visible;
}
.no-scroll {
  overflow: hidden;
}
.remove-outline a {
  outline: none;
}
.remove-outline button {
  outline: none;
}
.remove-outline section {
  outline: none;
}
.bg-transparent {
  background: transparent;
}
#nav-commerce-header-wrapper {
  z-index: 10;
  position: relative;
}
.l-header {
  position: static !important;
}


/*# sourceMappingURL=site.css.map*/