/* Simulator chrome only. Page design comes from archived application.css. */
.yzy-sim {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: #141414;
  color: #eceee3;
  font-family: YeezyzTStar, adihausbold, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  box-sizing: border-box;
  transform: translateY(100%);
  visibility: hidden;
  pointer-events: none;
}
.yzy-sim.is-open {
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}
@media (prefers-reduced-motion: no-preference) {
  .yzy-sim {
    transition: transform 0.2s ease, visibility 0.2s;
  }
}
.yzy-sim-row {
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}
.yzy-sim button {
  background: #eceee3;
  color: #141414;
  border: 0;
  font: inherit;
  text-transform: inherit;
  padding: 6px 8px;
  cursor: pointer;
}
.yzy-sim button.is-on {
  background: #464646;
  color: #eceee3;
}
.yzy-sim label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
.adi-yeezy-site.sim-open {
  padding-bottom: 52px;
}

/* SIM sits in the always-visible ecom row so the 48px header can't clip it. */
.custom-c .top .ecom .sim a {
  background: none;
  width: auto;
  height: 48px;
  line-height: 48px;
  padding: 0 12px 0 4px;
  font-family: "adineuePROBlack", "adineueBold", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

/* Queue spinner gif was never archived. Size/placement stay on application.css. */
.kw.in-line #logo .spinner {
  height: 40px;
  border: 3px solid #141414;
  border-right-color: transparent;
  border-radius: 50%;
  animation: yzy-spin 0.75s linear infinite;
  box-sizing: border-box;
}
@keyframes yzy-spin {
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .kw.in-line #logo .spinner {
    animation: none;
    border-right-color: #141414;
  }
}

/* Queue keeps #shoe/#description hidden; keep the floated intro + gallery row. */
.kw.in-line .gallery-cart-wrapper > .inner::after {
  content: "";
  display: table;
  clear: both;
}

/* Size dropdown: original overflow:auto clips the absolute panel. */
.kw #shoe .cart .size-select-wrapper {
  overflow: visible;
}
.kw #shoe .cart .size-select .opener {
  display: block;
  padding: 0;
  text-align: left;
  font: inherit;
  text-transform: inherit;
  appearance: none;
  box-sizing: border-box;
}
.kw #shoe .cart .size-select .opener .size {
  padding-right: 36px;
}
.kw #shoe .cart .size-select .opener::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #141414;
}
.kw #shoe .cart .size-select.over .opener::after {
  margin-top: -4px;
  border-top: 0;
  border-bottom: 6px solid #141414;
}

/* Fake reCAPTCHA v2 checkbox widget */
.kw #shoe .cart #captcha.rc2 {
  height: 78px;
  min-height: 78px;
  margin: 20px 0 8px;
  padding: 0;
  display: flex;
  align-items: stretch;
  width: 304px;
  max-width: 100%;
  box-sizing: border-box;
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
}
.rc2-anchor {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  background: transparent;
  font: 14px/1.2 Roboto, Arial, sans-serif;
  color: #000;
  text-transform: none;
  text-align: left;
  cursor: default;
}
.rc2-anchor:focus-visible {
  outline: 2px solid #1a73e8;
  outline-offset: 2px;
}
.rc2-box {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 2px solid #c1c1c1;
  border-radius: 2px;
  background: #fff;
  box-sizing: border-box;
}
.rc2-spin,
.rc2-check {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.rc2.verifying .rc2-box {
  border-color: transparent;
  background: transparent;
}
.rc2.verifying .rc2-spin {
  opacity: 1;
  border: 3px solid #4285f4;
  border-right-color: transparent;
  border-radius: 50%;
  animation: rc2-spin 0.55s linear infinite;
}
.rc2.checked .rc2-box {
  border-color: transparent;
  background: transparent;
}
.rc2.checked .rc2-check {
  opacity: 1;
  color: #009e45;
  width: 28px;
  height: 28px;
}
.rc2.checked .rc2-check path {
  stroke-dasharray: 36;
  stroke-dashoffset: 36;
  animation: rc2-draw 0.35s ease-out forwards;
}
.rc2-copy {
  font-weight: 400;
}
.rc2-brand {
  width: 70px;
  flex: 0 0 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px 6px 6px 0;
  color: #555;
  font: 10px/1.15 Roboto, Arial, sans-serif;
  text-transform: none;
}
.rc2-mark {
  width: 32px;
  height: 32px;
  display: block;
}
.kw #shoe .cart #captcha.rc2 .rc2-name,
.kw #shoe .cart #captcha.rc2 .rc2-legal,
.kw #shoe .cart #captcha.rc2 p {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  color: #555;
}
.kw #shoe .cart #captcha.rc2 .rc2-name {
  margin-top: 2px;
  font-size: 10px;
  font-weight: 500;
}
.kw #shoe .cart #captcha.rc2 .rc2-legal {
  margin-top: 1px;
  font-size: 8px;
}
@keyframes rc2-spin {
  to { transform: rotate(360deg); }
}
@keyframes rc2-draw {
  to { stroke-dashoffset: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .rc2.verifying .rc2-spin,
  .rc2.checked .rc2-check path {
    animation: none;
  }
  .rc2.checked .rc2-check path {
    stroke-dashoffset: 0;
  }
}
