body.nike-mind-001-product-page {
  margin: 0;
  min-width: 320px;
  background: #fff;
}

body.nike-mind-001-product-page > header,
body.nike-mind-001-product-page > footer,
body.nike-mind-001-product-page .shopline-section-header,
body.nike-mind-001-product-page .shopline-section-footer,
body.nike-mind-001-product-page #shopline-section-announcement-bar,
body.nike-mind-001-product-page #shopline-section-header,
body.nike-mind-001-product-page #shopline-section-footer,
body.nike-mind-001-product-page #member-system-plugin,
body.nike-mind-001-product-page .line-float,
body.nike-mind-001-product-page .line-popup,
body.nike-mind-001-product-page [id^="sales-popup-plugin-"],
body.nike-mind-001-product-page [data-section-type="header"],
body.nike-mind-001-product-page [data-section-type="footer"],
body.nike-mind-001-product-page .announcement-bar,
body.nike-mind-001-product-page .recommed-section-page-width[data-ssr-product-recommend-bottom],
body.nike-mind-001-product-page .fixed-bottom {
  display: none !important;
}

body.nike-mind-001-product-page #MainContent,
body.nike-mind-001-product-page .main-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

:root {
  --page-max: 1050px;
  --mobile-max: 375px;
  --source-brown: #966d51;
  --selected-red: rgb(226, 39, 39);
  --selected-offer: rgb(254, 239, 240);
  --field-border: rgb(224, 224, 224);
  --muted: rgb(119, 119, 119);
  --review-card-height: 128.78px;
  --review-photo-card-height: 228.78px;
  color: #000;
  background: #fff;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

* {
  box-sizing: border-box;
}

html {
  background: #fff;
}

body {
  margin: 0;
  min-width: 0;
  background: #fff;
}

button,
input,
select,
textarea {
  font: inherit;
}

.view-home {
  width: 100%;
  max-width: var(--page-max);
  min-width: 0;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 70px;
  background: #fff;
}

.source-title {
  height: 62px;
  padding: 12px 0;
  background: var(--source-brown);
  color: #fff;
  text-align: center;
}

.source-title h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
}

.hero-media {
  width: 100%;
  height: auto;
  min-height: 0;
  line-height: 0;
}

.hero-media img,
.hero-image,
.story-image,
.story-video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: contain;
}

[data-section="media-stream"] {
  width: 100%;
  line-height: 0;
}

[data-section="trust"] {
  padding: 12px 16px 18px;
  text-align: center;
}

.trust-item {
  margin: 0 0 10px;
}

.trust-item h3 {
  margin: 0 0 2px;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
}

.trust-item p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 18px;
}

.trust-item .trust-warning {
  color: rgb(230, 0, 18);
  font-weight: 700;
}

[data-section="reviews"] > h2,
[data-section="quick-order"] > h2 {
  height: 54px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--source-brown);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 54px;
  text-align: center;
}

.review-scroll {
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable;
  overscroll-behavior: contain;
}

.review-card {
  height: var(--review-card-height);
  margin: 0 10px;
  padding: 10px 0 30px;
  border-bottom: 1px solid rgb(204, 204, 204);
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
}

.review-card--photo {
  height: var(--review-photo-card-height);
}

.review-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px 16px;
}

.review-meta strong {
  font-weight: 700;
}

.review-meta time {
  color: var(--muted);
}

.review-stars {
  margin: 4px 0;
  color: #f5a623;
  letter-spacing: 1px;
}

.review-body {
  margin: 0;
}

.review-gallery {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.review-photo {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
}

[data-package-options],
[data-selection-slots] {
  margin-right: 0;
  margin-left: 0;
}

[data-package-options] {
  padding-top: 16px;
}

.offer-option {
  display: flex;
  width: 98%;
  min-height: 37px;
  align-items: flex-start;
  gap: 8px;
  margin: 0 auto;
  padding: 10px 0 10px 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  cursor: pointer;
}

.offer-option.cur {
  background: var(--selected-offer);
}

.offer-option input,
.color-option input,
.size-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.radio-mark {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 1px solid rgb(190, 190, 190);
  border-radius: 50%;
  background: #fff;
}

.offer-option input:checked + .radio-mark,
.color-option input:checked + .radio-mark,
.size-option input:checked + .radio-mark {
  border: 5px solid var(--selected-red);
}

.offer-note {
  width: 98%;
  min-height: 37px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  line-height: 17px;
}

.selection-slot {
  margin-top: 6px;
}

.selection-slot > h3 {
  width: 98%;
  height: 44px;
  margin: 0 auto 6px;
  padding: 10px 12px;
  background: var(--source-brown);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.variant-fieldset,
[data-order-form] fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.variant-fieldset {
  width: 98%;
  margin: 0 auto;
}

.variant-fieldset legend {
  display: block;
  width: 100%;
  margin: 12px 0 10px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 160px);
  justify-content: space-between;
  gap: 10px 0;
}

.color-option {
  position: relative;
  display: grid;
  width: 160px;
  min-width: 0;
  height: 139px;
  grid-template-columns: 20px 1fr;
  grid-template-rows: 112px 27px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.color-option > .radio-mark {
  grid-row: 1;
  grid-column: 1;
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

.color-image-wrap {
  display: block;
  width: 110px;
  height: 110px;
  grid-row: 1;
  grid-column: 1 / 3;
  justify-self: center;
  overflow: hidden;
}

.color-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.color-label {
  grid-row: 2;
  grid-column: 1 / 3;
  overflow: hidden;
  color: rgb(50, 50, 51);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.color-option.is-selected,
.color-option.is-selected .color-label {
  color: var(--selected-red);
}

.size-grid {
  display: grid;
  grid-template-columns: repeat(7, 141px);
  justify-content: space-between;
  row-gap: 10px;
  column-gap: 0;
}

.size-option {
  display: flex;
  height: 30px;
  min-width: 0;
  align-items: center;
  gap: 5px;
  color: rgb(50, 50, 51);
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
}

.size-option .radio-mark {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

.size-option.is-selected {
  color: var(--selected-red);
}

[data-order-form] {
  margin-right: 0;
  margin-left: 0;
  margin-top: 42px;
}

[data-order-form] > label,
[data-order-form] > fieldset {
  display: block;
  margin-top: 0;
  margin-right: 16px;
  margin-bottom: 20px;
  margin-left: 16px;
}

[data-order-form] label,
[data-order-form] legend {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

[data-order-form] legend {
  width: 100%;
  margin-bottom: 4px;
}

[data-order-form] label > input,
[data-order-form] label > select,
[data-order-form] label > textarea,
[data-order-form] fieldset input,
[data-order-form] fieldset select {
  display: block;
  width: 100%;
  height: 45px;
  margin: 4px 0 0;
  padding: 0 12px;
  border: 1px solid var(--field-border);
  border-radius: 4px;
  background: #fff;
  color: rgb(85, 85, 85);
  font-size: 16.2px;
  font-weight: 400;
  line-height: 43.2px;
}

[data-order-form] textarea {
  min-height: 70px;
  padding-top: 8px;
  resize: vertical;
  line-height: 24px;
}

[data-order-form] fieldset:has(input[name="lastName"]),
[data-order-form] fieldset:has(input[name="postalA"]) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

[data-order-form] fieldset:has(input[name="lastName"]) legend,
[data-order-form] fieldset:has(input[name="postalA"]) legend {
  grid-column: 1 / -1;
}

[data-order-form] fieldset:has(input[name="postalA"]) {
  grid-template-columns: minmax(0, 1fr) 14px minmax(0, 1fr) 192px;
  align-items: end;
}

.postal-separator {
  align-self: center;
  margin-top: 26px;
  text-align: center;
}

[data-address-lookup] {
  height: 45px;
  border: 0;
  border-radius: 4px;
  background: var(--selected-red);
  color: #fff;
  cursor: pointer;
}

[data-order-form] [aria-invalid="true"] {
  border-color: var(--selected-red);
}

.field-error {
  display: block;
  margin-top: 4px;
  color: var(--selected-red);
  font-size: 12px;
  line-height: 18px;
}

[data-order-summary] {
  width: 75%;
  margin: 30px auto 12px;
  text-align: right;
}

[data-order-summary] p {
  margin: 3px 0;
}

[data-order-summary] strong {
  min-width: 94px;
  color: var(--selected-red);
}

[data-order-summary] .summary-total {
  font-size: 14px;
  font-weight: 700;
}

[data-action] {
  display: block;
  width: 75%;
  height: 35px;
  margin: 0 auto 45px;
  padding: 0 15px;
  border: 0;
  border-radius: 2px;
  background: var(--selected-red);
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  cursor: pointer;
}

[data-action]:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

[data-form-status] {
  width: 75%;
  min-height: 20px;
  margin: -30px auto 20px;
  color: var(--selected-red);
  text-align: center;
}

@media (max-width: 820px) {
  :root {
    --review-card-height: 147.78px;
    --review-photo-card-height: 247.78px;
  }
}

@media (min-width: 735px) and (max-width: 820px) {
  .size-grid {
    grid-template-columns: repeat(5, 141px);
  }
}

@media (min-width: 720px) and (max-width: 734px) {
  .size-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 0;
  }
}

@media (min-width: 481px) and (max-width: 719px) {
  .size-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 8px;
  }
}

@media (max-width: 480px) {
  :root {
    --review-card-height: 156.78px;
    --review-photo-card-height: 256.78px;
  }

  .view-home {
    max-width: var(--mobile-max);
    margin-right: auto;
    margin-left: 0;
  }

  [data-section="trust"] {
    padding-right: 12px;
    padding-left: 12px;
  }

  .offer-option {
    min-height: 54px;
  }

  .color-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 2px;
  }

  .color-option {
    width: 100%;
    min-width: 0;
  }

  .size-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 8px;
  }

  [data-order-form] {
    margin-top: 42px;
  }

  [data-order-form] > label,
  [data-order-form] > fieldset {
    margin-right: 12px;
    margin-left: 12px;
  }

  [data-order-form] label > input,
  [data-order-form] label > select,
  [data-order-form] label > textarea,
  [data-order-form] fieldset input,
  [data-order-form] fieldset select {
    height: 33px;
    padding: 0 8px;
    font-size: 11.7px;
    line-height: 31.2px;
  }

  [data-order-form] textarea {
    min-height: 66px;
    padding-top: 6px;
    line-height: 18px;
  }

  [data-order-form] fieldset:has(input[name="postalA"]) {
    grid-template-columns: minmax(0, 1fr) 8px minmax(0, 1fr);
    gap: 4px;
  }

  [data-order-form] fieldset:has(input[name="postalA"]) [data-address-lookup] {
    width: 100%;
    grid-column: 1 / -1;
  }

  [data-address-lookup] {
    height: 33px;
  }
}
