@charset "UTF-8";

@keyframes turn-on-visibility {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible;
  }

  99% {
    opacity: 0;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes lightbox-zoom-in {
  0% {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
  }

  to {
    transform: translate(-50%,-50%) scale(1);
  }
}

@keyframes lightbox-zoom-out {
  0% {
    transform: translate(-50%,-50%) scale(1);
    visibility: visible;
  }

  99% {
    visibility: visible;
  }

  to {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
    visibility: hidden;
  }
}

ol,ul {
  box-sizing: border-box;
}

@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(.5em);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wp-block-table {
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table thead {
  border-bottom: 3px solid;
}

.wp-block-table td,.wp-block-table th {
  border: 1px solid;
  padding: .5em;
}

.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th {
  border-top-color: inherit;
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: initial;
}

.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>* {
  border-style: inherit;
  border-width: inherit;
}

.entry-content {
  counter-reset: footnotes;
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}

html :where([style*=border-top-color]) {
  border-top-style: solid;
}

html :where([style*=border-width]) {
  border-style: solid;
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%;
}

:where(figure) {
  margin: 0 0 1em;
}

:root {
  --woocommerce: #7F54B3;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #7F54B3;
  --wc-primary-text: white;
  --wc-secondary: #e9e6ed;
  --wc-secondary-text: #515151;
  --wc-highlight: #b3af54;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}

@charset "UTF-8";

:root {
  --woocommerce: #7F54B3;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #7F54B3;
  --wc-primary-text: white;
  --wc-secondary: #e9e6ed;
  --wc-secondary-text: #515151;
  --wc-highlight: #b3af54;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: star;
  src: url(/web/20250313183309im_/https://repladiesbags.com/common/plugins/woocommerce/assets/fonts/WooCommerce.woff2)format("woff2"),url(https://web.archive.org/web/20250313183309im_/https://footairjordans.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff)format("woff"),url(https://web.archive.org/web/20250313183309im_/https://footairjordans.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf)format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: WooCommerce;
  src: url(https://web.archive.org/web/20250313183309im_/https://footairjordans.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2)format("woff2"),url(https://web.archive.org/web/20250313183309im_/https://footairjordans.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff)format("woff"),url(https://web.archive.org/web/20250313183309im_/https://footairjordans.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf)format("truetype");
  font-weight: 400;
  font-style: normal;
}

.btn,.button,button,input[type=button],input[type=reset],input[type=submit] {
  cursor: pointer;
  box-sizing: border-box;
  border-color: currentColor;
  text-align: center;
  font-family: var(--bodyfontfamily),var(--nv-fallback-ff);
}

.btn,button,input[type=button],input[type=reset],input[type=submit] {
  cursor: pointer;
  box-sizing: border-box;
  background: var(--primarybtnbg);
  color: var(--primarybtncolor);
  border-style: solid;
  border-color: currentColor;
  fill: currentColor;
  border-width: var(--primarybtnborderwidth,0);
  border-radius: var(--primarybtnborderradius,3px);
  padding: var(--primarybtnpadding,13px 15px);
  font-weight: var(--btnfontweight,700);
  font-size: var(--btnfs,var(--bodyfontsize));
  line-height: var(--btnlineheight,1.6);
  letter-spacing: var(--btnletterspacing,var(--bodyletterspacing));
  text-transform: var(--btntexttransform,none);
}

.btn:hover,button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
  background: var(--primarybtnhoverbg);
  color: var(--primarybtnhovercolor);
  border-color: var(--primarybtnhovercolor);
}

.button {
  cursor: pointer;
  box-sizing: border-box;
  background-color: var(--secondarybtnbg);
  color: var(--secondarybtncolor);
  border-style: solid;
  border-color: currentColor;
  fill: currentColor;
  border-width: var(--secondarybtnborderwidth,0);
  border-radius: var(--secondarybtnborderradius,3px);
  padding: var(--secondarybtnpadding,7px 12px);
  font-weight: var(--btnfontweight,700);
  font-size: var(--btnfs,var(--bodyfontsize));
  line-height: var(--btnlineheight,1.6);
  letter-spacing: var(--btnletterspacing);
  text-transform: var(--btntexttransform,none);
}

.button:hover {
  background-color: var(--secondarybtnhoverbg);
  color: var(--secondarybtnhovercolor);
  border-color: var(--secondarybtnhovercolor);
}

form input:read-write,form select,form select option,form textarea {
  border-style: solid;
  border-color: var(--formfieldbordercolor);
  border-width: var(--formfieldborderwidth);
  border-radius: var(--formfieldborderradius,3px);
  background: var(--formfieldbgcolor);
  color: var(--formfieldcolor);
  padding: var(--formfieldpadding);
  text-transform: var(--formfieldtexttransform);
  font-weight: var(--formfieldfontweight);
  font-family: var(--bodyfontfamily);
  font-size: var(--formfieldfontsize);
  letter-spacing: var(--formfieldletterspacing);
  line-height: var(--formfieldlineheight);
}

form label {
  font-weight: var(--formlabelfontweight,var(--bodyfontweight));
  text-transform: var(--formlabeltexttransform);
  letter-spacing: var(--formlabelletterspacing);
  line-height: var(--formlabellineheight);
  font-size: var(--formlabelfontsize,var(--bodyfontsize));
}

body,figure,h1,h2,h3,h4,h5,h6,hr,html,li,ol,p,textarea,ul {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: 400;
}

ul {
  list-style: none;
}

button,input,select,textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,::after,::before {
  box-sizing: border-box;
}

img {
  height: auto;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {
  padding: 0;
  text-align: left;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  max-width: var(--container);
}

.w-100 {
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col {
  padding: 0 15px;
  margin: 0 auto;
  flex-grow: 1;
  max-width: 100%;
}

html {
  font-size: 100%;
}

body {
  background-color: var(--nv-site-bg);
  color: var(--nv-text-color);
  font-size: var(--bodyfontsize);
  line-height: var(--bodylineheight);
  letter-spacing: var(--bodyletterspacing);
  font-family: var(--bodyfontfamily),var(--nv-fallback-ff);
  text-transform: var(--bodytexttransform);
  font-weight: var(--bodyfontweight);
  overflow-x: hidden;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 30px;
  font-family: var(--headingsfontfamily),var(--nv-fallback-ff);
}

p {
  margin-bottom: 30px;
}

a {
  --linkdeco: none;
  color: var(--nv-primary-accent);
  cursor: pointer;
  text-decoration: var(--linkdeco);
}

a:focus,a:hover {
  opacity: .9;
  color: var(--nv-secondary-accent);
}

.entry-content a:not([class]) {
  --linkdeco: underline;
}

h1 {
  font-size: var(--h1fontsize);
  font-weight: var(--h1fontweight);
  line-height: var(--h1lineheight);
  letter-spacing: var(--h1letterspacing);
  text-transform: var(--h1texttransform);
}

h2 {
  font-size: var(--h2fontsize);
  font-weight: var(--h2fontweight);
  line-height: var(--h2lineheight);
  letter-spacing: var(--h2letterspacing);
  text-transform: var(--h2texttransform);
}

h3 {
  font-size: var(--h3fontsize);
  font-weight: var(--h3fontweight);
  line-height: var(--h3lineheight);
  letter-spacing: var(--h3letterspacing);
  text-transform: var(--h3texttransform);
}

h4 {
  font-size: var(--h4fontsize);
  font-weight: var(--h4fontweight);
  line-height: var(--h4lineheight);
  letter-spacing: var(--h4letterspacing);
  text-transform: var(--h4texttransform);
}

h5 {
  font-size: var(--h5fontsize);
  font-weight: var(--h5fontweight);
  line-height: var(--h5lineheight);
  letter-spacing: var(--h5letterspacing);
  text-transform: var(--h5texttransform);
}

h6 {
  font-size: var(--h6fontsize);
  font-weight: var(--h6fontweight);
  line-height: var(--h6lineheight);
  letter-spacing: var(--h6letterspacing);
  text-transform: var(--h6texttransform);
}

ol,ul {
  padding-left: var(--listpad,0);
}

ul {
  list-style: var(--liststyle,none);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 20px;
  width: 100%;
  word-break: initial;
}

.wp-block-table {
  margin-top: 30px;
  margin-bottom: 30px;
}

td,th {
  padding: 20px;
}

th {
  padding-bottom: 10px;
}

td {
  font-size: .9em;
  border-bottom: 2px solid var(--nv-text-color);
}

.nav-ul li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.caret {
  transition: .3s ease;
}

.dd-title {
  flex-grow: var(--flexg);
  display: flex;
  align-items: center;
}

.nav-ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--spacing)/ 2 * -1);
  margin-left: calc(var(--spacing)/ 2 * -1);
}

.nav-ul>li {
  margin: 0 calc(var(--spacing)/ 2);
}

.nav-ul li a {
  min-height: var(--height);
  color: var(--color);
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.nav-ul .caret {
  line-height: 0;
  justify-content: center;
  display: flex;
}

.nav-ul .caret svg {
  width: .5em;
  height: .5em;
}

.nav-ul li {
  display: block;
  position: relative;
}

.nav-ul li>.wrap {
  display: flex;
  align-items: center;
}

.nav-ul li:hover>.wrap .caret,.nav-ul li:hover>.wrap>a {
  color: var(--hovercolor,var(--nv-primary-accent));
}

.nav-ul .sub-menu {
  background: var(--bgcolor,var(--overlaycolor));
  z-index: 100;
  position: absolute;
  top: 100%;
  box-shadow: rgba(149,157,165,.2) 0 8px 24px;
  visibility: hidden;
  opacity: 0;
  right: 0;
}

.nav-ul .sub-menu li {
  min-width: 150px;
  width: 100%;
}

.nav-ul .sub-menu li>.wrap {
  padding: 10px 20px;
  white-space: nowrap;
  display: flex;
}

.nav-ul .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  right: unset;
}

.nv-nav-wrap ul.primary-menu-ul>li i {
  margin-top: 0;
  font-size: inherit;
  width: auto;
  height: auto;
}

.style-border-bottom>ul>li>.wrap::after {
  bottom: 0;
}

.m-style>ul>li>.wrap:hover::after {
  width: 100%;
}

.m-style>ul>li>.wrap::after {
  position: absolute;
  content: "";
  margin: 0 auto;
  width: 0;
  height: 2px;
  transition: all .3s ease;
  right: 0;
  left: 0;
  pointer-events: none;
  background-color: var(--hovercolor,var(--nv-primary-accent,currentColor));
}

.wrapper {
  display: flex;
  min-height: 1;
  flex-direction: column;
  position: relative;
  transition: all .3s cubic-bezier(.79,.14,.15,.86);
}

.nv-page-title-wrap .nv-page-title {
  text-align: var(--textalign,left);
}

input[type=color],input[type=date],input[type=email],input[type=month],input[type=number],input[type=password],input[type=reset],input[type=search],input[type=submit],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  resize: vertical;
}

[tabindex="-1"]:focus,input:read-write:focus,select:focus,textarea:focus {
  outline: 0;
  box-shadow: 0 0 3px 0 var(--nv-secondary-accent);
  --formfieldbordercolor: var(--nv-secondary-accent);
}

button,input,select,textarea {
  line-height: inherit;
  box-sizing: border-box;
}

::placeholder {
  color: inherit;
  opacity: .5;
}

select {
  min-height: 35px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 18px;
  padding-right: 20px!important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZmlsbD0iIzYyNjI2MiIgZD0iTTE1IDhsLTQgNi00LTZoOHoiLz48L3N2Zz4=);
}

label {
  display: inline-block;
}

form select {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZmlsbD0iIzYyNjI2MiIgZD0iTTE1IDhsLTQgNi00LTZoOHoiLz48L3N2Zz4=) right center/18px no-repeat,var(--formfieldbgcolor);
}

article {
  word-break: break-word;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.nv-page-title-wrap {
  margin-top: 60px;
}

#comments li.comment {
  border-bottom: 2px solid;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

#comments article {
  display: flex;
  gap: 20px;
}

#comments input:not([type=submit]):not([type=checkbox]) {
  width: 100%;
}

#comments ol {
  list-style: none;
}

#comments textarea {
  max-width: 100%;
  width: 100%;
  display: block;
}

code {
  background: #d0effb;
  border-radius: 5px;
  border: 1px solid var(--nv-light-bg);
  padding: 0 3px;
  color: #333;
}

.nv-content-wrap {
  --listpad: 20px;
  --liststyle: disc;
  --img-m: 24px;
}

.nv-content-wrap ol,.nv-content-wrap ul {
  margin: 30px 0;
}

.nv-content-wrap li {
  margin-top: 10px;
}

hr {
  color: inherit;
  height: 0;
  border: 0;
  border-top: 2px solid;
  margin: 10px 0 20px;
  display: inline-block;
  width: 100%;
}

.item--inner,.nav-ul .wrap a .dd-title,.nav-ul a,footer .nav-ul {
  justify-content: var(--justify,flex-start);
  text-align: var(--textalign,left);
}

.site-header {
  position: relative;
}

.site-header .header--row-inner {
  align-items: center;
  display: flex;
}

.builder-item {
  margin: 4px 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width:960px) {
  .builder-item {
    margin: 8px 0;
  }
}

.hfg-slot {
  display: flex;
  align-items: center;
}

.hfg-slot.right {
  justify-content: flex-end;
}

.hfg-slot.center {
  justify-content: center;
}

[class*=row-inner] {
  position: relative;
  background: var(--bgimage,var(--bgcolor,#fff));
  background-position: var(--bgposition,center);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: var(--bgattachment);
}

[class*=row-inner]::before {
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  background-color: var(--overlaycolor);
  opacity: var(--bgoverlayopacity);
}

[class*=row-inner]:not(.footer--row-inner) {
  border-bottom: var(--rowbwidth,0) solid var(--rowbcolor);
}

[data-row-id] {
  color: var(--color);
  background: var(--bgcolor);
}

[data-row-id] a {
  color: var(--color);
}

[data-row-id] .row {
  display: grid;
  grid-template-columns: auto auto;
  min-height: var(--height,auto);
}

.has-center .row--wrapper {
  grid-template-columns: 1fr auto 1fr;
}

.hfg_header.site-header {
  box-shadow: 0 -1px 3px rgba(0,0,0,.1);
}

@media (max-width:959px) {
  .hide-on-tablet {
    display: none;
  }
}

@media (max-width:576px) {
  .hide-on-mobile {
    display: none;
  }
}

.builder-item .item--inner {
  color: var(--color);
  font-family: var(--fontfamily,var(--bodyfontfamily));
  font-size: var(--fontsize,var(--bodyfontsize));
  line-height: var(--lineheight,var(--bodylineheight));
  letter-spacing: var(--letterspacing,var(--bodyletterspacing));
  font-weight: var(--fontweight,var(--bodyfontweight));
  text-transform: var(--texttransform,var(--bodytexttransform));
  padding: var(--padding,0);
  margin: var(--margin,0);
  position: relative;
}

.builder-item .item--inner.has_menu {
  position: unset;
}

@keyframes spinner__animation {
  0% {
    animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes loading__animation {
  to {
    transform: translateX(100%);
  }
}

@keyframes spinner__animation {
  0% {
    animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes loading__animation {
  to {
    transform: translateX(100%);
  }
}
/*
     FILE ARCHIVED ON 18:33:09 Mar 13, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:15:09 Feb 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.565
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.01
  esindex: 0.012
  cdx.remote: 13.336
  LoadShardBlock: 291.555 (3)
  PetaboxLoader3.datanode: 248.012 (5)
  PetaboxLoader3.resolve: 74.67 (2)
  load_resource: 172.526
  loaddict: 112.054
*/