/* Mobile-first industry landing: shoe stores, sizing, fit and exchange */
.page-shoe-store {
  --sh-navy: #101a35;
  --sh-navy-soft: #1b2b55;
  --sh-blue: #155eef;
  --sh-blue-bright: #367cff;
  --sh-lime: #a8e92f;
  --sh-coral: #ff6b4a;
  --sh-sky: #eaf3ff;
  --sh-ink: #17213d;
  --sh-muted: #64708a;
  --sh-line: rgba(38, 77, 146, .15);
  --sh-shadow: 0 22px 58px rgba(23, 52, 108, .11);
  --content-accent: var(--sh-blue);
  --content-accent-2: var(--sh-coral);
  --content-ink: var(--sh-ink);
  --content-muted: var(--sh-muted);
}

.page-shoe-store main {
  background: #fff;
}

.page-shoe-store .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-shoe-store .sh-hero {
  position: relative;
  padding: 34px 0 58px;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 26%, rgba(168, 233, 47, .18), transparent 25%),
    radial-gradient(circle at 94% 20%, rgba(21, 94, 239, .18), transparent 31%),
    linear-gradient(180deg, #f6f9ff 0%, #fff 92%);
}

.page-shoe-store .sh-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(28, 76, 164, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 76, 164, .045) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%);
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.page-shoe-store .sh-hero::after {
  content: '';
  position: absolute;
  width: 170px;
  height: 14px;
  left: 4%;
  top: 108px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sh-blue), var(--sh-lime));
  opacity: .13;
  transform: rotate(-12deg);
}

.page-shoe-store .sh-hero__grid {
  gap: 42px;
}

.page-shoe-store .content-breadcrumb {
  position: relative;
  z-index: 2;
}

.page-shoe-store .eyebrow {
  border-color: rgba(21, 94, 239, .16);
  background: rgba(255, 255, 255, .86);
  color: var(--sh-blue);
  box-shadow: 0 10px 28px rgba(24, 72, 153, .08);
}

.page-shoe-store .content-hero__copy h1 em {
  background: linear-gradient(90deg, var(--sh-blue), #4b6ded 45%, var(--sh-coral));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-shoe-store .content-hero__lead {
  color: #536078;
}

.page-shoe-store .content-hero__points span {
  align-items: flex-start;
}

.page-shoe-store .content-hero__points svg {
  flex: 0 0 auto;
  margin-top: 2px;
  background: #eef5ff;
  color: var(--sh-blue);
}

.page-shoe-store .content-hero__actions .btn-primary,
.page-shoe-store .sh-cost-box .btn-primary {
  border: 0;
  background: linear-gradient(135deg, var(--sh-blue), #5b5cf2 58%, var(--sh-coral));
  box-shadow: 0 16px 34px rgba(21, 94, 239, .24);
}

.page-shoe-store .content-hero__meta svg {
  color: var(--sh-blue);
}

.page-shoe-store .content-hero__meta,
.page-shoe-store .sh-hero-form .form-card__head p,
.page-shoe-store .sh-aside-cta p,
.page-shoe-store .sh-aside-cta .btn,
.page-shoe-store .content-author {
  font-size: 12px;
}

.page-shoe-store .sh-hero__panel {
  display: grid;
  gap: 0;
}

.page-shoe-store .sh-hero-art {
  position: relative;
  margin: 0 4px -24px;
  padding: 12px 10px 34px;
  overflow: hidden;
  border: 1px solid rgba(21, 94, 239, .17);
  border-radius: 28px;
  background:
    radial-gradient(circle at 72% 38%, rgba(168, 233, 47, .25), transparent 33%),
    linear-gradient(145deg, #0f1932, #17346c 56%, #155eef);
  box-shadow: 0 30px 72px rgba(19, 44, 94, .2);
}

.page-shoe-store .sh-hero-art::before,
.page-shoe-store .sh-hero-art::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.page-shoe-store .sh-hero-art::before {
  width: 190px;
  height: 190px;
  right: -80px;
  top: -85px;
  border: 26px solid rgba(168, 233, 47, .13);
}

.page-shoe-store .sh-hero-art::after {
  width: 130px;
  height: 8px;
  left: 28px;
  bottom: 54px;
  background: var(--sh-coral);
  opacity: .5;
  transform: rotate(-10deg);
}

.page-shoe-store .sh-hero-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(2, 10, 26, .28));
}

.page-shoe-store .sh-hero-art figcaption {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: -12px;
}

.page-shoe-store .sh-hero-art figcaption span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.page-shoe-store .sh-hero-art figcaption svg {
  width: 15px;
  height: 15px;
  color: var(--sh-lime);
}

.page-shoe-store .sh-hero-form {
  position: relative;
  z-index: 3;
  border: 1px solid rgba(21, 94, 239, .12);
  background: rgba(255, 255, 255, .98);
}

.page-shoe-store .sh-hero-form .form-card__icon {
  background: linear-gradient(135deg, var(--sh-blue), var(--sh-blue-bright));
  color: #fff;
}

.page-shoe-store .sh-trust {
  background: #fff;
}

.page-shoe-store .sh-trust span {
  color: #3f4b65;
}

.page-shoe-store .sh-trust svg {
  color: var(--sh-blue);
}

.page-shoe-store .sh-main {
  background:
    linear-gradient(180deg, #fff 0, #f8faff 13%, #fff 38%),
    #fff;
}

.page-shoe-store .sh-short-answer {
  position: relative;
  overflow: hidden;
  border-color: rgba(21, 94, 239, .16);
  background: linear-gradient(135deg, #f5f9ff, #fff 60%, #fbfff2);
}

.page-shoe-store .sh-short-answer::before {
  content: '';
  position: absolute;
  width: 7px;
  inset-block: 18px;
  right: 0;
  border-radius: 999px 0 0 999px;
  background: linear-gradient(var(--sh-blue), var(--sh-lime));
}

.page-shoe-store .sh-short-answer p {
  position: relative;
}

.page-shoe-store .content-heading__kicker {
  border-color: rgba(21, 94, 239, .14);
  background: #edf4ff;
  color: var(--sh-blue);
}

.page-shoe-store .sh-section {
  position: relative;
}

.page-shoe-store .sh-section + .sh-section::before {
  content: '';
  position: absolute;
  top: 28px;
  right: 0;
  width: min(100%, 680px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(21, 94, 239, .14), transparent);
}

.page-shoe-store .sh-fit-console {
  overflow: hidden;
  border: 1px solid rgba(21, 94, 239, .17);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--sh-shadow);
}

.page-shoe-store .sh-fit-console__top,
.page-shoe-store .sh-inventory-console__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  background: var(--sh-navy);
  color: #fff;
}

.page-shoe-store .sh-fit-console__top > div,
.page-shoe-store .sh-inventory-console__head > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-shoe-store .sh-fit-console__top > div > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  background: var(--sh-blue);
  color: #fff;
}

.page-shoe-store .sh-fit-console__top b,
.page-shoe-store .sh-inventory-console__head b {
  display: block;
  font-size: 14px;
}

.page-shoe-store .sh-fit-console__top small,
.page-shoe-store .sh-inventory-console__head small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, .65);
  font-size: 12px;
}

.page-shoe-store .sh-fit-console__top em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(168, 233, 47, .13);
  color: #d8ff8a;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.page-shoe-store .sh-fit-console__top em i,
.page-shoe-store .sh-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sh-lime);
  box-shadow: 0 0 0 5px rgba(168, 233, 47, .13);
}

.page-shoe-store .sh-fit-journey {
  display: grid;
  gap: 9px;
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(21, 94, 239, .04) 1px, transparent 1px),
    #f9fbff;
  background-size: 28px 28px;
}

.page-shoe-store .sh-fit-journey article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 66px;
  padding: 10px 12px;
  border: 1px solid #e4eaf5;
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
}

.page-shoe-store .sh-fit-journey article > b {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #edf1f8;
  color: #6b7891;
  font-size: 13px;
}

.page-shoe-store .sh-fit-journey article span small,
.page-shoe-store .sh-fit-journey article span strong {
  display: block;
}

.page-shoe-store .sh-fit-journey article span small {
  color: #8791a4;
  font-size: 12px;
}

.page-shoe-store .sh-fit-journey article span strong {
  margin-top: 2px;
  color: var(--sh-ink);
  font-size: 13px;
}

.page-shoe-store .sh-fit-journey article > svg {
  width: 22px;
  color: #13a476;
}

.page-shoe-store .sh-fit-journey article > i {
  padding: 5px 8px;
  border-radius: 999px;
  background: #eaf3ff;
  color: var(--sh-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.page-shoe-store .sh-fit-journey article.is-complete {
  border-color: rgba(19, 164, 118, .22);
}

.page-shoe-store .sh-fit-journey article.is-complete > b {
  background: #e6faf3;
  color: #0d8a63;
}

.page-shoe-store .sh-fit-journey article.is-active {
  border-color: rgba(21, 94, 239, .35);
  box-shadow: 0 11px 28px rgba(21, 94, 239, .09);
}

.page-shoe-store .sh-fit-journey article.is-active > b {
  background: var(--sh-blue);
  color: #fff;
}

.page-shoe-store .sh-fit-summary {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 17px 18px;
  border-top: 1px solid #e8edf7;
}

.page-shoe-store .sh-fit-summary > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 13px;
  background: #effbdc;
  color: #598a00;
}

.page-shoe-store .sh-fit-summary b,
.page-shoe-store .sh-fit-summary small {
  display: block;
}

.page-shoe-store .sh-fit-summary b {
  color: var(--sh-ink);
  font-size: 14px;
}

.page-shoe-store .sh-fit-summary small {
  margin-top: 4px;
  color: var(--sh-muted);
  font-size: 12px;
  line-height: 1.9;
}

.page-shoe-store .sh-decision-cards,
.page-shoe-store .sh-category-grid,
.page-shoe-store .sh-product-specs,
.page-shoe-store .sh-value-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.page-shoe-store .sh-decision-cards article {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 16px;
  border: 1px solid #e4eaf5;
  border-radius: 18px;
  background: #fff;
}

.page-shoe-store .sh-decision-cards article > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 13px;
  background: linear-gradient(135deg, #e9f2ff, #f5ffe1);
  color: var(--sh-blue);
}

.page-shoe-store .sh-decision-cards b {
  color: var(--sh-ink);
  font-size: 14px;
}

.page-shoe-store .sh-decision-cards p {
  margin: 3px 0 0;
  font-size: 12px;
  line-height: 1.9;
}

.page-shoe-store .sh-size-card {
  overflow: hidden;
  border: 1px solid rgba(21, 94, 239, .18);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--sh-shadow);
}

.page-shoe-store .sh-size-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  border-bottom: 1px solid #e9eef7;
  background: linear-gradient(135deg, #f0f6ff, #fbfff3);
}

.page-shoe-store .sh-size-card__head > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-shoe-store .sh-size-card__head > div > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  background: var(--sh-blue);
  color: #fff;
}

.page-shoe-store .sh-size-card__head b,
.page-shoe-store .sh-size-card__head small {
  display: block;
}

.page-shoe-store .sh-size-card__head b {
  color: var(--sh-ink);
  font-size: 14px;
}

.page-shoe-store .sh-size-card__head small {
  margin-top: 3px;
  color: var(--sh-muted);
  font-size: 12px;
  line-height: 1.8;
}

.page-shoe-store .sh-size-badge {
  flex: 0 0 auto;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--sh-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.page-shoe-store .sh-size-table-wrap {
  padding: 10px 18px 6px;
}

.page-shoe-store .sh-size-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}

.page-shoe-store .sh-size-table th,
.page-shoe-store .sh-size-table td {
  padding: 12px 10px;
  text-align: right;
  font-size: 12px;
}

.page-shoe-store .sh-size-table thead th {
  color: #78849a;
  font-weight: 700;
}

.page-shoe-store .sh-size-table tbody th,
.page-shoe-store .sh-size-table tbody td {
  border-block: 1px solid #e8edf6;
  background: #fbfcff;
  color: #46526a;
}

.page-shoe-store .sh-size-table tbody th {
  border-right: 1px solid #e8edf6;
  border-radius: 0 13px 13px 0;
  color: var(--sh-ink);
  font-size: 15px;
}

.page-shoe-store .sh-size-table tbody td:last-child {
  border-left: 1px solid #e8edf6;
  border-radius: 13px 0 0 13px;
}

.page-shoe-store .sh-size-table span {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  font-weight: 800;
}

.page-shoe-store .sh-size-table .is-ready {
  background: #e5faf2;
  color: #07805a;
}

.page-shoe-store .sh-size-table .is-low {
  background: #fff4dc;
  color: #b86800;
}

.page-shoe-store .sh-size-table .is-off {
  background: #fff0f1;
  color: #d44252;
}

.page-shoe-store .sh-sample-warning {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding: 14px 18px 17px;
  border-top: 1px solid #edf0f6;
  background: #fffdf7;
  color: #75694e;
  font-size: 12px;
  line-height: 1.9;
}

.page-shoe-store .sh-sample-warning svg {
  width: 19px;
  flex: 0 0 auto;
  margin-top: 3px;
  color: #cf8a18;
}

.page-shoe-store .sh-measure-board {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 16px;
  border-radius: 26px;
  background: var(--sh-navy);
  box-shadow: 0 22px 54px rgba(16, 26, 53, .17);
}

.page-shoe-store .sh-foot-sheet {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: 20px;
  background:
    linear-gradient(rgba(21, 94, 239, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 94, 239, .1) 1px, transparent 1px),
    #fff;
  background-size: 28px 28px;
}

.page-shoe-store .sh-foot-shape {
  position: absolute;
  width: 118px;
  height: 228px;
  right: 50%;
  top: 40px;
  border: 3px solid var(--sh-blue);
  border-radius: 52% 46% 42% 47% / 37% 40% 58% 61%;
  transform: translateX(50%) rotate(-4deg);
  background: linear-gradient(180deg, rgba(21, 94, 239, .05), rgba(168, 233, 47, .08));
}

.page-shoe-store .sh-foot-shape i {
  position: absolute;
  top: -22px;
  width: 22px;
  height: 28px;
  border: 3px solid var(--sh-blue);
  border-bottom-color: transparent;
  border-radius: 50%;
  background: #fff;
}

.page-shoe-store .sh-foot-shape i:nth-child(1) { right: 3px; height: 34px; }
.page-shoe-store .sh-foot-shape i:nth-child(2) { right: 24px; top: -29px; height: 38px; }
.page-shoe-store .sh-foot-shape i:nth-child(3) { right: 47px; top: -26px; }
.page-shoe-store .sh-foot-shape i:nth-child(4) { right: 69px; top: -19px; height: 24px; }
.page-shoe-store .sh-foot-shape i:nth-child(5) { right: 88px; top: -12px; width: 18px; height: 19px; }

.page-shoe-store .sh-measure-line {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sh-blue);
  font-size: 12px;
  font-weight: 800;
}

.page-shoe-store .sh-measure-line::before,
.page-shoe-store .sh-measure-line::after {
  content: '';
  position: absolute;
  background: var(--sh-coral);
}

.page-shoe-store .sh-measure-line--length {
  width: 2px;
  height: 246px;
  right: calc(50% + 82px);
  top: 34px;
  border-inline: 1px dashed var(--sh-coral);
}

.page-shoe-store .sh-measure-line--length b {
  padding: 5px 8px;
  border-radius: 999px;
  background: #fff1ed;
  transform: rotate(-90deg);
  white-space: nowrap;
}

.page-shoe-store .sh-measure-line--width {
  width: 154px;
  height: 2px;
  right: calc(50% - 76px);
  top: 118px;
  border-block: 1px dashed var(--sh-coral);
}

.page-shoe-store .sh-measure-line--width b {
  padding: 5px 8px;
  border-radius: 999px;
  background: #fff1ed;
  white-space: nowrap;
}

.page-shoe-store .sh-foot-sheet > small {
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: 14px;
  color: #66728a;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}

.page-shoe-store .sh-measure-steps {
  display: grid;
  gap: 8px;
}

.page-shoe-store .sh-measure-steps article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 16px;
  background: rgba(255, 255, 255, .065);
}

.page-shoe-store .sh-measure-steps article > b {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--sh-lime);
  color: var(--sh-navy);
  font-size: 13px;
}

.page-shoe-store .sh-measure-steps h3 {
  margin: 0 0 3px;
  color: #fff;
  font-size: 14px;
}

.page-shoe-store .sh-measure-steps p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  line-height: 1.9;
}

.page-shoe-store .sh-use-finder {
  overflow: hidden;
  border: 1px solid rgba(21, 94, 239, .16);
  border-radius: 25px;
  background: linear-gradient(145deg, #fff, #f5f9ff);
  box-shadow: var(--sh-shadow);
}

.page-shoe-store .sh-use-finder__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 17px;
  border-bottom: 1px solid #e9eef7;
}

.page-shoe-store .sh-use-finder__head > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-shoe-store .sh-use-finder__head > div > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 13px;
  background: #eaf2ff;
  color: var(--sh-blue);
}

.page-shoe-store .sh-use-finder__head b,
.page-shoe-store .sh-use-finder__head small {
  display: block;
}

.page-shoe-store .sh-use-finder__head b {
  color: var(--sh-ink);
  font-size: 14px;
}

.page-shoe-store .sh-use-finder__head small {
  color: var(--sh-muted);
  font-size: 12px;
}

.page-shoe-store .sh-use-finder__head em {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  background: #eefbdc;
  color: #557f07;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.page-shoe-store .sh-use-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 16px;
}

.page-shoe-store .sh-use-tabs span {
  padding: 7px 10px;
  border: 1px solid #e1e8f3;
  border-radius: 999px;
  background: #fff;
  color: #5f6b82;
  font-size: 12px;
  font-weight: 700;
}

.page-shoe-store .sh-use-tabs span.is-active {
  border-color: var(--sh-blue);
  background: var(--sh-blue);
  color: #fff;
  box-shadow: 0 9px 20px rgba(21, 94, 239, .2);
}

.page-shoe-store .sh-use-result {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin: 0 16px 16px;
  padding: 15px;
  border-radius: 18px;
  background: var(--sh-navy);
  color: #fff;
}

.page-shoe-store .sh-use-score {
  width: 64px;
  height: 64px;
  display: grid;
  place-content: center;
  border: 5px solid rgba(168, 233, 47, .28);
  border-top-color: var(--sh-lime);
  border-radius: 50%;
  text-align: center;
}

.page-shoe-store .sh-use-score strong,
.page-shoe-store .sh-use-score small {
  display: block;
}

.page-shoe-store .sh-use-score strong {
  color: #fff;
  font-size: 14px;
}

.page-shoe-store .sh-use-score small {
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
}

.page-shoe-store .sh-use-result > div > b {
  font-size: 14px;
}

.page-shoe-store .sh-use-result p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
  line-height: 1.9;
}

.page-shoe-store .sh-use-result > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--sh-lime);
  color: var(--sh-navy);
}

.page-shoe-store .sh-category-grid article,
.page-shoe-store .sh-value-grid article {
  position: relative;
  overflow: hidden;
  padding: 19px;
  border: 1px solid #e3e9f3;
  border-radius: 20px;
  background: #fff;
}

.page-shoe-store .sh-category-grid article::after,
.page-shoe-store .sh-value-grid article::after {
  content: '';
  position: absolute;
  width: 72px;
  height: 6px;
  left: -18px;
  top: 16px;
  border-radius: 999px;
  background: var(--sh-lime);
  transform: rotate(-13deg);
  opacity: .55;
}

.page-shoe-store .sh-category-grid article > span,
.page-shoe-store .sh-value-grid article > span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #eaf2ff, #f3ffdc);
  color: var(--sh-blue);
}

.page-shoe-store .sh-category-grid h3,
.page-shoe-store .sh-value-grid h3 {
  margin: 13px 0 5px;
  font-size: 15px;
}

.page-shoe-store .sh-category-grid p,
.page-shoe-store .sh-value-grid p {
  margin: 0;
  font-size: 12px;
  line-height: 1.95;
}

.page-shoe-store .sh-category-grid small {
  display: block;
  margin-top: 10px;
  color: var(--sh-blue);
  font-size: 12px;
  font-weight: 800;
}

.page-shoe-store .sh-details-figure {
  margin: 0;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(21, 94, 239, .17);
  border-radius: 25px;
  background: linear-gradient(145deg, #eaf2ff, #fff, #f5ffe6);
  box-shadow: var(--sh-shadow);
}

.page-shoe-store .sh-details-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 18px;
}

.page-shoe-store .sh-details-figure figcaption {
  padding: 11px 9px 5px;
  color: #65718a;
  font-size: 12px;
  line-height: 1.9;
  text-align: center;
}

.page-shoe-store .sh-product-specs article {
  position: relative;
  padding: 18px 18px 18px 56px;
  overflow: hidden;
  border: 1px solid #e4eaf4;
  border-radius: 19px;
  background: #fff;
}

.page-shoe-store .sh-product-specs article > span {
  position: absolute;
  left: 14px;
  top: 13px;
  color: #e2eafa;
  font-family: 'IRANSansBlack', 'IRANSans', Tahoma, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.page-shoe-store .sh-product-specs h3 {
  margin: 0 0 5px;
  font-size: 14px;
}

.page-shoe-store .sh-product-specs p {
  margin: 0;
  font-size: 12px;
  line-height: 1.9;
}

.page-shoe-store .sh-inventory-console {
  overflow: hidden;
  border: 1px solid rgba(21, 94, 239, .16);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--sh-shadow);
}

.page-shoe-store .sh-color-pick {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid #e7edf6;
  color: #59657b;
  font-size: 13px;
}

.page-shoe-store .sh-color-pick b {
  color: var(--sh-ink);
}

.page-shoe-store .sh-color-pick div {
  display: flex;
  gap: 7px;
}

.page-shoe-store .sh-color-pick i {
  width: 28px;
  height: 28px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #cfd7e5;
}

.page-shoe-store .sh-color-pick .is-navy { background: #17264b; box-shadow: 0 0 0 2px var(--sh-blue); }
.page-shoe-store .sh-color-pick .is-white { background: #f6f7f9; }
.page-shoe-store .sh-color-pick .is-coral { background: var(--sh-coral); }

.page-shoe-store .sh-size-stock {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  padding: 17px;
  background: #f8faff;
}

.page-shoe-store .sh-size-stock article {
  min-height: 72px;
  display: grid;
  place-content: center;
  border: 1px solid #dfe7f2;
  border-radius: 15px;
  background: #fff;
  text-align: center;
}

.page-shoe-store .sh-size-stock b,
.page-shoe-store .sh-size-stock span {
  display: block;
}

.page-shoe-store .sh-size-stock b {
  color: var(--sh-ink);
  font-size: 17px;
}

.page-shoe-store .sh-size-stock span {
  margin-top: 2px;
  color: #758097;
  font-size: 12px;
}

.page-shoe-store .sh-size-stock article.is-low {
  border-color: #f1c467;
  background: #fffaf0;
}

.page-shoe-store .sh-size-stock article.is-low span {
  color: #ae6708;
}

.page-shoe-store .sh-size-stock article.is-off {
  border-style: dashed;
  background: #f3f5f8;
  opacity: .62;
}

.page-shoe-store .sh-size-stock article.is-off b {
  text-decoration: line-through;
}

.page-shoe-store .sh-stock-rules {
  display: grid;
  gap: 9px;
  padding: 16px 18px 18px;
}

.page-shoe-store .sh-stock-rules span {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #59657b;
  font-size: 12px;
  line-height: 1.9;
}

.page-shoe-store .sh-stock-rules svg {
  width: 17px;
  flex: 0 0 auto;
  margin-top: 4px;
  color: var(--sh-blue);
}

.page-shoe-store .sh-stock-rules b {
  color: var(--sh-ink);
}

.page-shoe-store .sh-exchange-policy {
  display: grid;
  gap: 14px;
}

.page-shoe-store .sh-policy-card {
  overflow: hidden;
  border: 1px solid rgba(255, 107, 74, .2);
  border-radius: 25px;
  background: linear-gradient(145deg, #fff9f7, #fff);
  box-shadow: var(--sh-shadow);
}

.page-shoe-store .sh-policy-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 17px;
  border-bottom: 1px solid rgba(255, 107, 74, .14);
}

.page-shoe-store .sh-policy-card__head > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  background: var(--sh-coral);
  color: #fff;
}

.page-shoe-store .sh-policy-card__head b,
.page-shoe-store .sh-policy-card__head small {
  display: block;
}

.page-shoe-store .sh-policy-card__head b {
  color: var(--sh-ink);
  font-size: 14px;
}

.page-shoe-store .sh-policy-card__head small {
  color: var(--sh-muted);
  font-size: 12px;
}

.page-shoe-store .sh-policy-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 16px;
  list-style: none;
}

.page-shoe-store .sh-policy-card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px;
  border-radius: 13px;
  background: #fff;
  color: #5a6479;
  font-size: 12px;
  line-height: 1.9;
}

.page-shoe-store .sh-policy-card li svg {
  width: 18px;
  flex: 0 0 auto;
  margin-top: 4px;
  color: #0ca577;
}

.page-shoe-store .sh-policy-card li b {
  color: var(--sh-ink);
}

.page-shoe-store .sh-exchange-flow {
  display: grid;
  gap: 9px;
}

.page-shoe-store .sh-exchange-flow article {
  display: grid;
  grid-template-columns: 26px 40px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 12px;
  border: 1px solid #e2e9f3;
  border-radius: 17px;
  background: #fff;
}

.page-shoe-store .sh-exchange-flow article > b {
  color: #b8c2d5;
  font-size: 16px;
}

.page-shoe-store .sh-exchange-flow article > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #eaf2ff;
  color: var(--sh-blue);
}

.page-shoe-store .sh-exchange-flow h3 {
  margin: 0 0 2px;
  font-size: 14px;
}

.page-shoe-store .sh-exchange-flow p {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
}

.page-shoe-store .sh-return-note,
.page-shoe-store .sh-seo-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
  padding: 18px;
  border-radius: 20px;
  background: var(--sh-navy);
  color: #fff;
}

.page-shoe-store .sh-return-note > span,
.page-shoe-store .sh-seo-note > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  background: var(--sh-lime);
  color: var(--sh-navy);
}

.page-shoe-store .sh-return-note h3,
.page-shoe-store .sh-seo-note h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 15px;
}

.page-shoe-store .sh-return-note p,
.page-shoe-store .sh-seo-note p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  line-height: 1.95;
}

.page-shoe-store .sh-sales-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.page-shoe-store .sh-sales-steps article {
  position: relative;
  min-height: 148px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid #e2e9f3;
  border-radius: 19px;
  background: #fff;
}

.page-shoe-store .sh-sales-steps article > b {
  position: absolute;
  left: 10px;
  top: 7px;
  color: #edf1f7;
  font-family: 'IRANSansBlack', 'IRANSans', Tahoma, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.page-shoe-store .sh-sales-steps article > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--sh-blue), #477dff);
  color: #fff;
}

.page-shoe-store .sh-sales-steps h3 {
  margin: 10px 0 3px;
  font-size: 14px;
}

.page-shoe-store .sh-sales-steps p {
  margin: 0;
  font-size: 12px;
}

.page-shoe-store .sh-channel-grid {
  display: grid;
  gap: 11px;
  margin-top: 14px;
}

.page-shoe-store .sh-channel-grid article {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 17px;
  border: 1px solid #e2e9f3;
  border-radius: 19px;
  background: #f9fbff;
}

.page-shoe-store .sh-channel-grid article > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 13px;
  background: #fff;
  color: var(--sh-blue);
  box-shadow: 0 9px 22px rgba(21, 94, 239, .09);
}

.page-shoe-store .sh-channel-grid h3 {
  margin: 0 0 3px;
  font-size: 14px;
}

.page-shoe-store .sh-channel-grid p {
  margin: 0;
  font-size: 12px;
  line-height: 1.95;
}

.page-shoe-store .sh-seo-map {
  display: grid;
  gap: 11px;
}

.page-shoe-store .sh-seo-map article {
  padding: 18px;
  border: 1px solid #e1e8f3;
  border-radius: 20px;
  background: #fff;
}

.page-shoe-store .sh-seo-map article > span {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: #eaf2ff;
  color: var(--sh-blue);
  font-size: 12px;
  font-weight: 800;
}

.page-shoe-store .sh-seo-map h3 {
  margin: 10px 0 4px;
  font-size: 15px;
}

.page-shoe-store .sh-seo-map p {
  margin: 0;
  font-size: 12px;
  line-height: 1.95;
}

.page-shoe-store .sh-seo-map small {
  display: block;
  margin-top: 9px;
  color: #71809a;
  font-size: 12px;
  font-weight: 800;
}

.page-shoe-store .sh-cost-box {
  margin-top: 16px;
  padding: 20px;
  overflow: hidden;
  border-radius: 23px;
  background:
    radial-gradient(circle at 0 0, rgba(168, 233, 47, .22), transparent 33%),
    var(--sh-navy);
  color: #fff;
}

.page-shoe-store .sh-cost-box > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-shoe-store .sh-cost-box > div > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  background: var(--sh-lime);
  color: var(--sh-navy);
}

.page-shoe-store .sh-cost-box h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.page-shoe-store .sh-cost-box p {
  margin: 13px 0 16px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 2;
}

.page-shoe-store .sh-cost-box .btn {
  width: 100%;
}

.page-shoe-store .sh-faq-list {
  display: grid;
  gap: 10px;
}

.page-shoe-store .sh-faq-item {
  overflow: hidden;
  border: 1px solid #e1e8f3;
  border-radius: 18px;
  background: #fff;
}

.page-shoe-store .sh-faq-item[open] {
  border-color: rgba(21, 94, 239, .3);
  box-shadow: 0 12px 28px rgba(21, 94, 239, .07);
}

.page-shoe-store .sh-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
  color: var(--sh-ink);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.page-shoe-store .sh-faq-item summary::-webkit-details-marker {
  display: none;
}

.page-shoe-store .sh-faq-item summary svg {
  width: 19px;
  flex: 0 0 auto;
  color: var(--sh-blue);
  transition: transform .2s ease;
}

.page-shoe-store .sh-faq-item[open] summary svg {
  transform: rotate(180deg);
}

.page-shoe-store .sh-faq-item p {
  margin: 0;
  padding: 0 16px 16px;
  color: #5f6a80;
  font-size: 13px;
  line-height: 2.05;
}

.page-shoe-store .sh-related-links a {
  border-color: #dfe7f2;
  background: linear-gradient(145deg, #fff, #f8faff);
}

.page-shoe-store .sh-related-links a:hover {
  border-color: rgba(21, 94, 239, .35);
}

.page-shoe-store .sh-author .content-author__identity > span {
  background: #eaf2ff;
  color: var(--sh-blue);
}

.page-shoe-store .sh-aside {
  max-height: none;
  overflow: visible;
}

.page-shoe-store .sh-aside .toc-card {
  border-color: rgba(21, 94, 239, .14);
}

.page-shoe-store .sh-aside .toc-card strong svg {
  color: var(--sh-blue);
}

.page-shoe-store .sh-aside .toc-card a::before {
  background: #b7caf1;
}

.page-shoe-store .sh-aside .toc-card a:hover {
  background: #edf4ff;
  color: var(--sh-blue);
}

.page-shoe-store .sh-aside-fit {
  overflow: hidden;
  border: 1px solid rgba(21, 94, 239, .16);
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 15px 45px rgba(30, 62, 123, .08);
}

.page-shoe-store .sh-aside-fit__head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 16px;
  background: var(--sh-navy);
  color: #fff;
}

.page-shoe-store .sh-aside-fit__head > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 13px;
  background: var(--sh-blue);
}

.page-shoe-store .sh-aside-fit__head strong,
.page-shoe-store .sh-aside-fit__head small {
  display: block;
}

.page-shoe-store .sh-aside-fit__head strong {
  font-size: 13px;
}

.page-shoe-store .sh-aside-fit__head small {
  margin-top: 2px;
  color: rgba(255, 255, 255, .63);
  font-size: 12px;
}

.page-shoe-store .sh-mini-foot {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px;
  padding: 12px;
  border-radius: 15px;
  background: #f2f7ff;
}

.page-shoe-store .sh-mini-foot > span {
  position: relative;
  width: 36px;
  height: 54px;
  flex: 0 0 auto;
  border: 2px solid var(--sh-blue);
  border-radius: 48% 45% 41% 45% / 34% 38% 61% 64%;
  transform: rotate(-5deg);
}

.page-shoe-store .sh-mini-foot > span i {
  position: absolute;
  top: -7px;
  width: 7px;
  height: 9px;
  border: 1px solid var(--sh-blue);
  border-radius: 50%;
  background: #f2f7ff;
}

.page-shoe-store .sh-mini-foot > span i:nth-child(1) { right: 0; }
.page-shoe-store .sh-mini-foot > span i:nth-child(2) { right: 7px; top: -10px; }
.page-shoe-store .sh-mini-foot > span i:nth-child(3) { right: 14px; top: -9px; }
.page-shoe-store .sh-mini-foot > span i:nth-child(4) { right: 21px; top: -6px; }
.page-shoe-store .sh-mini-foot > span i:nth-child(5) { right: 27px; top: -3px; }

.page-shoe-store .sh-mini-foot b,
.page-shoe-store .sh-mini-foot small {
  display: block;
}

.page-shoe-store .sh-mini-foot b {
  color: var(--sh-ink);
  font-size: 12px;
}

.page-shoe-store .sh-mini-foot small {
  margin-top: 3px;
  color: #6b7890;
  font-size: 12px;
}

.page-shoe-store .sh-mini-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  padding: 0 14px 14px;
}

.page-shoe-store .sh-mini-specs span {
  padding: 9px;
  border: 1px solid #e4eaf4;
  border-radius: 12px;
  background: #fff;
}

.page-shoe-store .sh-mini-specs small,
.page-shoe-store .sh-mini-specs b {
  display: block;
  font-size: 12px;
}

.page-shoe-store .sh-mini-specs small {
  color: #8893a8;
}

.page-shoe-store .sh-mini-specs b {
  margin-top: 2px;
  color: var(--sh-ink);
}

.page-shoe-store .sh-mini-ready {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 13px 14px;
  background: #effbdc;
  color: #4d7405;
}

.page-shoe-store .sh-mini-ready > svg {
  width: 19px;
  flex: 0 0 auto;
  margin-top: 2px;
}

.page-shoe-store .sh-mini-ready b,
.page-shoe-store .sh-mini-ready small {
  display: block;
  font-size: 12px;
}

.page-shoe-store .sh-mini-ready small {
  margin-top: 2px;
  color: #708a3e;
}

.page-shoe-store .sh-aside-cta {
  background:
    radial-gradient(circle at 0 0, rgba(168, 233, 47, .24), transparent 35%),
    linear-gradient(145deg, var(--sh-navy), var(--sh-blue));
}

.page-shoe-store .sh-aside-cta > span {
  background: var(--sh-lime);
  color: var(--sh-navy);
}

.page-shoe-store .sh-conversion {
  background:
    radial-gradient(circle at 12% 25%, rgba(168, 233, 47, .16), transparent 28%),
    radial-gradient(circle at 90% 80%, rgba(255, 107, 74, .18), transparent 31%),
    linear-gradient(135deg, #0b132a, #163b83 60%, #155eef);
}

.page-shoe-store .sh-conversion .content-conversion {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .075);
}

.page-shoe-store .sh-conversion .content-conversion__benefits svg {
  color: var(--sh-lime);
}

@media (min-width: 540px) {
  .page-shoe-store .sh-fit-journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-shoe-store .sh-fit-journey article:last-child {
    grid-column: 1 / -1;
  }

  .page-shoe-store .sh-decision-cards,
  .page-shoe-store .sh-category-grid,
  .page-shoe-store .sh-product-specs,
  .page-shoe-store .sh-value-grid,
  .page-shoe-store .sh-seo-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-shoe-store .sh-size-stock {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 761px) {
  .page-shoe-store .sh-hero {
    padding: 46px 0 70px;
  }

  .page-shoe-store .sh-hero-art {
    margin-inline: 20px;
    padding: 18px 20px 38px;
  }

  .page-shoe-store .sh-hero-form {
    margin-top: -10px;
  }

  .page-shoe-store .sh-fit-journey {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .page-shoe-store .sh-fit-journey article,
  .page-shoe-store .sh-fit-journey article:last-child {
    grid-column: auto;
    grid-template-columns: 38px minmax(0, 1fr);
    align-content: start;
  }

  .page-shoe-store .sh-fit-journey article > svg,
  .page-shoe-store .sh-fit-journey article > i {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .page-shoe-store .sh-decision-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-shoe-store .sh-measure-board,
  .page-shoe-store .sh-exchange-policy {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: stretch;
  }

  .page-shoe-store .sh-foot-sheet {
    min-height: 100%;
  }

  .page-shoe-store .sh-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-shoe-store .sh-product-specs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-shoe-store .sh-sales-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-shoe-store .sh-channel-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-shoe-store .sh-channel-grid article {
    display: block;
  }

  .page-shoe-store .sh-channel-grid h3 {
    margin-top: 11px;
  }
}

@media (min-width: 1051px) {
  .page-shoe-store .sh-hero__grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
    gap: 50px;
  }

  .page-shoe-store .sh-hero__panel {
    transform: translateY(18px);
  }

  .page-shoe-store .sh-hero-art {
    margin-inline: 0;
  }

  .page-shoe-store .sh-aside {
    position: sticky;
  }
}

@media (max-width: 760px) {
  .page-shoe-store .content-hero__copy {
    text-align: right;
  }

  .page-shoe-store .content-breadcrumb,
  .page-shoe-store .content-hero__actions,
  .page-shoe-store .content-hero__meta {
    justify-content: flex-start;
  }

  .page-shoe-store .content-hero__copy h1 {
    font-size: 28px !important;
    line-height: 1.65;
  }

  .page-shoe-store .content-heading h2,
  .page-shoe-store .article-body h2 {
    font-size: 20px !important;
    line-height: 1.75;
  }

  .page-shoe-store .sh-hero-art {
    border-radius: 23px;
  }

  .page-shoe-store .sh-fit-console__top,
  .page-shoe-store .sh-size-card__head,
  .page-shoe-store .sh-use-finder__head,
  .page-shoe-store .sh-inventory-console__head {
    align-items: flex-start;
  }

  .page-shoe-store .sh-size-table-wrap {
    padding: 10px 12px 6px;
  }

  .page-shoe-store .sh-size-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .page-shoe-store .sh-size-table,
  .page-shoe-store .sh-size-table tbody,
  .page-shoe-store .sh-size-table tr,
  .page-shoe-store .sh-size-table th,
  .page-shoe-store .sh-size-table td {
    display: block;
    width: 100%;
  }

  .page-shoe-store .sh-size-table tr {
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #e1e8f3;
    border-radius: 15px;
    background: #fbfcff;
  }

  .page-shoe-store .sh-size-table tbody th,
  .page-shoe-store .sh-size-table tbody td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 43px;
    border: 0;
    border-bottom: 1px solid #e8edf6;
    border-radius: 0;
    background: transparent;
  }

  .page-shoe-store .sh-size-table tbody td:last-child {
    border: 0;
    border-radius: 0;
  }

  .page-shoe-store .sh-size-table tbody th::before,
  .page-shoe-store .sh-size-table tbody td::before {
    content: attr(data-label);
    color: #7a8599;
    font-size: 12px;
    font-weight: 700;
  }

  .page-shoe-store .sh-use-result {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .page-shoe-store .sh-use-result > span {
    display: none;
  }

  .page-shoe-store .sh-return-note,
  .page-shoe-store .sh-seo-note {
    padding: 16px;
  }
}

@media (max-width: 430px) {
  .page-shoe-store .sh-hero-art figcaption span {
    min-height: 31px;
    padding: 5px 8px;
  }

  .page-shoe-store .sh-fit-console__top,
  .page-shoe-store .sh-size-card__head,
  .page-shoe-store .sh-use-finder__head,
  .page-shoe-store .sh-color-pick {
    flex-direction: column;
  }

  .page-shoe-store .sh-fit-console__top em,
  .page-shoe-store .sh-size-badge,
  .page-shoe-store .sh-use-finder__head em {
    margin-right: 50px;
  }

  .page-shoe-store .sh-use-result {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-shoe-store .sh-use-score {
    width: 58px;
    height: 58px;
  }

  .page-shoe-store .sh-size-stock {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-shoe-store .sh-foot-sheet {
    min-height: 305px;
  }

  .page-shoe-store .sh-foot-shape {
    transform: translateX(50%) rotate(-4deg) scale(.86);
  }

  .page-shoe-store .sh-measure-line--length {
    right: calc(50% + 70px);
  }

  .page-shoe-store .sh-measure-line--width {
    width: 138px;
    right: calc(50% - 68px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-shoe-store *,
  .page-shoe-store *::before,
  .page-shoe-store *::after {
    animation: none !important;
    transition: none !important;
  }
}
