#remainderModal {
  --btn-color: var(--color-orange-nike);
  --btn-bg-color: var(--color-white);
  --btn-brd-color: var(--color-white);
  font-size: 0.875rem;
  line-height: 1.125rem;
}
#remainderModal .btn-outline {
  --btn-color: var(--color-white);
  --btn-bg-color: transparent;
  --btn-brd-color: var(--color-white);
}
#remainderModal .modal-body {
  padding: 2.375rem 0 1rem;
}
#remainderModal .modal-dialog {
  width: 100%;
  max-width: var(--modal-w, 500px);
}
#remainderModal .modal-content {
  background: var(--color-orange-nike);
  color: var(--color-white);
}
#remainderModal h2,
#remainderModal h3,
#remainderModal h4 {
  font-family: var(--header-bold-font-family);
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: inherit;
  text-transform: uppercase;
}
#remainderModal p, #remainderModal span {
  font-size: inherit;
  line-height: inherit;
}
#remainderModal p {
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
#remainderModal img {
  max-width: 100%;
}
#remainderModal .tile-image {
  width: 11.25rem;
}
#remainderModal .modal-inner-content {
  padding: 0.625rem;
}
#remainderModal .close {
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
  opacity: 1;
  z-index: 1;
}
#remainderModal .price {
  font-weight: 500;
}
#remainderModal .price .range,
#remainderModal .price .sales,
#remainderModal .price .starting {
  font-weight: inherit;
}
#remainderModal .price .strike-through {
  color: inherit;
  margin: 0 0 0 0.625rem;
}
#remainderModal .product-block {
  max-width: 11.25rem;
}
@media (min-width: 768px) {
  #remainderModal {
    --modal-w: 34.875rem;
  }
  #remainderModal.with-product {
    --modal-w: 42.6875rem;
  }
  #remainderModal.with-product .modal-body {
    padding: 3rem 1.625rem 0rem;
  }
  #remainderModal .modal-body {
    padding: 3rem 2.5rem 2.875rem;
  }
}

#remainderModal .btn {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body strong,
body span,
body p {
  font-size: inherit;
  line-height: inherit;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.4s ease 80ms;
  transition: -webkit-transform 0.4s ease 80ms;
  transition: transform 0.4s ease 80ms;
  transition: transform 0.4s ease 80ms, -webkit-transform 0.4s ease 80ms;
}
.page > {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

#footercontent {
  margin-top: auto;
}

.box-b {
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 var(--color-grey2);
          box-shadow: inset 0 -0.0625rem 0 0 var(--color-grey2);
}

.brand-logo-wrap {
  height: 3.5625rem;
}
@media (min-width: 992px) {
  .brand-logo-wrap {
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
  }
}

.header p {
  margin: 0;
}
.header .home-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .home-link a::before {
  content: "";
  display: block;
  height: 0.625rem;
  margin: -0.25rem 0.3125rem 0 0;
  width: 0.75rem;
  background: url("data:image/svg+xml,%3csvg height='10px' width='12px' fill='%23757575' viewBox='0 0 185.4 300' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M160.4 300c-6.4 0-12.7-2.5-17.7-7.3L0 150 142.7 7.3c9.8-9.8 25.6-9.8 35.4 0 9.8 9.8 9.8 25.6 0 35.4L70.7 150 178 257.3c9.8 9.8 9.8 25.6 0 35.4-4.9 4.8-11.3 7.3-17.6 7.3z'%3e%3c/path%3e%3c/svg%3e");
}
.header .header-line {
  min-height: 2.5rem;
}
.header a {
  font-size: 0.75rem;
  line-height: 1.3125rem;
  color: var(--color-grey4);
}
.header a:active, .header a:focus, .header a:hover {
  color: var(--color-primary);
}
.header .grid-btn-container.grid-btn-desktop {
  z-index: 1;
  position: absolute;
  top: 150%;
  right: 0;
}
.header .grid-btn-container.grid-btn-desktop .btn-snkrs-grid {
  border: none;
}
@media (max-width: 991.98px) {
  .header {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navigation-wrapper {
  height: 3.5625rem;
}

#snkrs-nav .nav-link {
  margin: 0 1.25rem;
  line-height: 3.3125rem;
  border-bottom: 0.125rem solid transparent;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  font-weight: 500;
}
#snkrs-nav .nav-link.active, #snkrs-nav .nav-link:hover {
  border-color: var(--color-primary);
}

#mobileNavMenu {
  right: 0;
  width: 20rem;
  background: var(--color-primary);
  color: var(--color-grey4);
  top: 0;
  bottom: 0;
  height: auto !important;
  -webkit-transform: translateX(20rem);
          transform: translateX(20rem);
  z-index: 3;
  -webkit-transition: all 0.4s ease 80ms;
  transition: all 0.4s ease 80ms;
  visibility: hidden;
  pointer-events: none;
  padding: 1rem 2.5rem;
  font-weight: 500;
  line-height: 1.75rem;
}
#mobileNavMenu a {
  padding: 1.5rem 0.375rem;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: inherit;
}
#mobileNavMenu a:focus, #mobileNavMenu a:active, #mobileNavMenu a:hover {
  color: var(--color-white);
}
#mobileNavMenu .user-name {
  padding: 1.5rem 0;
  color: var(--color-white);
}
#mobileNavMenu .mobile-nav-footer a {
  padding: 1.5rem 0;
}
#mobileNavMenu svg {
  fill: var(--color-grey4);
}

#account-collapse {
  background-color: var(--color-white);
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0px 4px 8px var(--color-grey2);
          box-shadow: 0px 4px 8px var(--color-grey2);
  min-width: 8.125rem;
  -webkit-transform: translateX(-1.25rem);
          transform: translateX(-1.25rem);
}
#account-collapse ul {
  margin: 0.625rem 1.25rem;
}

#hide-navigation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-white);
  opacity: 0;
  z-index: 3;
  border: 0;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease 0.1s;
  transition: opacity 0.4s ease 0.1s;
}

html.menu-shown #hide-navigation-overlay {
  pointer-events: all;
  opacity: 0.75;
  visibility: visible;
}
html.menu-shown .page {
  -webkit-transform: translateX(-20rem);
          transform: translateX(-20rem);
}
html.menu-shown #mobileNavMenu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  pointer-events: all;
}

.minicart .svg-icon.bag-small {
  background-image: url("data:image/svg+xml,%3csvg width='18px' height='18px' fill='%23757575' viewBox='0 0 25 32' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M23.92 8.64L3.84 5.76 1.2 4.08Q.88 3.92.6 4t-.48.36-.12.6.4.48l2.56 1.6 4.48 11.2-1.6 4q-.16.4.08.76t.64.36h16.48q.32 0 .56-.24t.24-.56-.24-.56-.56-.24H7.68l1.12-2.72h14.32q.32 0 .56-.2t.24-.52l.64-8.8q.08-.32-.12-.56t-.52-.32zM22 23.6q-.88 0-1.56.64t-.68 1.56.68 1.56T22 28t1.56-.64.68-1.56-.68-1.56T22 23.6zm-12.32 0q-.96 0-1.6.64t-.64 1.56.64 1.56 1.56.64 1.56-.64.64-1.56-.64-1.56-1.52-.64z'%3e%3c/path%3e%3c/svg%3e");
}
.minicart .minicart-quantity {
  position: absolute;
  top: 20%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  border-radius: 0;
  color: var(--color-white);
  font-size: 0.625rem;
  line-height: 0.875rem;
}
.minicart .minicart-quantity:not([data-val="0"])::before {
  content: "";
  background: #FA5400;
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  width: 0.875rem;
  height: 0.875rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.snkrs-locales-modal-cta svg {
  fill: var(--color-grey4);
}

#snkrs-locales-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 1.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2.5rem;
  line-height: 1.25rem;
}
#snkrs-locales-modal .close span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767.98px) {
  #snkrs-locales-modal {
    padding: 0 !important;
  }
}
#snkrs-locales-modal .modal-content {
  border-radius: 0;
}
#snkrs-locales-modal .modal-title {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 500;
}
#snkrs-locales-modal .modal-body-content {
  overflow-y: scroll;
}
#snkrs-locales-modal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#snkrs-locales-modal ul li {
  padding: 0.5rem 0;
}
#snkrs-locales-modal ul a {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 2.25rem;
}
#snkrs-locales-modal ul a span {
  color: var(--color-grey6);
  padding-left: 0.625rem;
}