:root {
  --ink: #0b0b0b;
  --paper: #f4f4f0;
  --white: #ffffff;
  --muted: #777873;
  --line: #dcded7;
  --volt: #dfff00;
  --volt-dark: #bdd900;
  --blue: #164bff;
  --red: #f13a2e;
  --radius: 24px;
  --shadow: 0 20px 50px rgba(11, 11, 11, 0.12);
}

html {
  scroll-behavior: smooth;
  background: #d9d9d5;
}

body {
  min-width: 280px;
  margin: 0;
  background: #d9d9d5;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  cursor: default;
  -webkit-font-smoothing: antialiased;
}

.main_wrapper {
  width: 100%;
  max-width: 480px;
  min-width: 280px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.16);
}

img {
  display: block;
  width: 100%;
  height: auto;
}

button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
}

.hero_section {
  padding: 0;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.top_promo_bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 8px 16px;
  background: var(--volt);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.promo_dot,
.stock_note span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f13a2e;
  box-shadow: 0 0 0 5px rgba(241, 58, 46, 0.13);
}

.hero_copy {
  position: relative;
  z-index: 2;
  padding: 33px 24px 25px;
}

.hero_copy::after {
  position: absolute;
  top: 18px;
  right: -22px;
  z-index: -1;
  content: "NIKE";
  color: rgba(255, 255, 255, 0.035);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 112px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.07em;
}

.hero_kicker,
.footer_kicker {
  margin-bottom: 10px;
  color: var(--volt);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero_title,
.footer_title,
.title {
  font-family: "Oswald", Impact, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.hero_title {
  margin: 0;
  font-size: clamp(44px, 11vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.brand_accent {
  color: var(--volt);
  font-style: italic;
}

.hero_subtitle {
  max-width: 370px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.5;
}

.hero_image_full {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #202020;
}

.hero_image_full::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25%;
  content: "";
  pointer-events: none;
  background: linear-gradient(0deg, rgba(11, 11, 11, 0.55), transparent);
}

.hero_image_full img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 44%;
}

.hero_image_label {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  background: rgba(11, 11, 11, 0.32);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  backdrop-filter: blur(8px);
}

.gift_badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 110px;
  height: 110px;
  padding: 14px;
  border-radius: 50%;
  background: var(--volt);
  color: var(--ink);
  transform: rotate(-7deg);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3);
}

.gift_badge b {
  font-family: "Oswald", Impact, sans-serif;
  font-size: 29px;
  line-height: 1;
}

.gift_badge span {
  font-size: 8px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero_bottom {
  padding: 24px 20px 30px;
}

.hero_price_box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10px;
  margin-bottom: 18px;
}

.price_tag {
  display: flex;
  min-width: 0;
  min-height: 76px;
  padding: 12px 9px;
  border: 1px solid #30302f;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.price_tag .label {
  display: block;
  margin-bottom: 3px;
  color: #91918d;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-transform: uppercase;
}

.price_tag .val {
  display: block;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(20px, 6.2vw, 28px);
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.old_price .val {
  color: #a4a49f;
  font-size: clamp(18px, 5vw, 23px);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.price_tag.new_price {
  border-color: var(--volt);
  background: var(--volt);
  color: var(--ink);
  box-shadow: 0 9px 25px rgba(223, 255, 0, 0.16);
}

.price_tag.new_price .label {
  color: rgba(11, 11, 11, 0.62);
}

.promo_date_banner {
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.promo_date_banner span {
  color: #fff;
}

.hero_btn,
.order_button {
  display: flex;
  width: 100%;
  min-height: 62px;
  border: 0;
  border-radius: 999px;
  background: var(--volt);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.025em;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(223, 255, 0, 0.16);
  transition: transform 0.18s ease, background 0.18s ease;
}

.hero_btn span,
.order_button span {
  font-size: 22px;
  line-height: 1;
}

.hero_btn:active,
.order_button:active {
  background: var(--volt-dark);
  transform: translateY(2px);
}

.stock_note {
  display: flex;
  margin: 17px 0 0;
  color: #8e8e89;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: uppercase;
}

.stock_note span {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
}

.promo_banner {
  overflow: hidden;
  background: #111;
}

.promo_banner img {
  display: block;
  width: 100%;
  height: auto;
}

.promo_banner_top {
  width: 100%;
}

.promo_banner_after_form {
  margin-top: 24px;
  border-radius: var(--radius);
}

.quick_benefits {
  display: grid;
  padding: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  grid-template-columns: repeat(3, 1fr);
}

.quick_benefits div {
  display: flex;
  min-height: 92px;
  border-right: 1px solid var(--line);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.quick_benefits div:last-child {
  border-right: 0;
}

.quick_benefits b {
  font-family: "Oswald", Impact, sans-serif;
  font-size: 27px;
  line-height: 1.1;
}

.quick_benefits span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.description_section,
.cat,
.order_process,
.size_section,
.service_section,
.footer_order_section {
  padding: 56px 20px;
}

.section_light {
  background: var(--paper);
}

.section_head {
  margin-bottom: 24px;
}

.eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #63645f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 9.6vw, 48px);
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.title em {
  color: var(--blue);
  font-style: normal;
}

.section_intro {
  margin: -10px 0 27px;
  color: #696a65;
  font-size: 13px;
  line-height: 1.65;
}

.feature_image {
  position: relative;
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature_image img {
  aspect-ratio: 1 / 1.13;
  object-fit: cover;
  object-position: center 36%;
}

.feature_image span {
  position: absolute;
  right: 13px;
  bottom: 8px;
  color: var(--volt);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 66px;
  font-style: italic;
  font-weight: 700;
  line-height: 0.72;
  letter-spacing: -0.09em;
  text-align: right;
  text-shadow: 0 5px 30px rgba(0, 0, 0, 0.25);
}

.features_container {
  border-top: 1px solid #cbcdc6;
}

.feature_card {
  display: grid;
  padding: 22px 0;
  border-bottom: 1px solid #cbcdc6;
  grid-template-columns: 42px 1fr;
  gap: 10px;
}

.feature_num {
  color: var(--blue);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.feature_card h3 {
  margin: 0 0 7px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.feature_card p {
  margin: 0;
  color: #666762;
  font-size: 12px;
  line-height: 1.6;
}

.season_line {
  display: flex;
  margin-top: 27px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.season_line span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.season_line i {
  height: 1px;
  background: #b8bab3;
  flex: 1;
}

.size_section {
  position: relative;
  background: var(--ink);
  color: #fff;
}

.size_section::before {
  position: absolute;
  top: 42px;
  right: -18px;
  content: "128";
  color: rgba(255, 255, 255, 0.035);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
}

.section_head_dark {
  position: relative;
}

.section_head_dark .eyebrow {
  color: #8c8d88;
}

.section_head_dark .title {
  color: #fff;
}

.section_head_dark .title em {
  color: var(--volt);
}

.size_card {
  position: relative;
  overflow: hidden;
  border: 1px solid #2b2b2b;
  border-radius: var(--radius);
  background: #151515;
}

.size_card_top {
  display: flex;
  padding: 15px 16px;
  border-bottom: 1px solid #303030;
  color: #8e8e89;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  justify-content: space-between;
}

.nike_table_wrap {
  width: 100%;
  overflow: hidden;
}

.nike_size_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.nike_size_table th,
.nike_size_table td {
  border-right: 1px solid #303030;
  border-bottom: 1px solid #303030;
  text-align: center;
  vertical-align: middle;
}

.nike_size_table th:last-child,
.nike_size_table td:last-child {
  border-right: 0;
}

.nike_size_table th {
  padding: 12px 5px;
  color: #8c8d88;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nike_size_table td {
  padding: 15px 4px;
  color: #e5e5df;
  font-size: clamp(11px, 3.2vw, 14px);
  font-weight: 700;
  line-height: 1.2;
}

.nike_size_table .size_name {
  background: var(--volt);
  color: var(--ink);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 21px;
}

.size_note_box {
  display: grid;
  padding: 17px;
  background: #202020;
  grid-template-columns: 34px 1fr;
  gap: 10px;
}

.size_note_box > span {
  display: flex;
  width: 30px;
  height: 30px;
  border: 1px solid #51514d;
  border-radius: 50%;
  color: var(--volt);
  font-weight: 800;
  align-items: center;
  justify-content: center;
}

.size_note_box p {
  margin: 0;
  color: #989994;
  font-size: 10px;
  line-height: 1.55;
}

.size_note_box b {
  color: #fff;
  font-size: 11px;
}

.cat {
  padding-right: 0;
  padding-left: 0;
  background: #e7e8e2;
}

.cat > .section_head {
  padding: 0 20px;
}

.product_list {
  display: flex;
  padding: 0 20px 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  gap: 14px;
}

.product_list::-webkit-scrollbar,
.swipe_gallery::-webkit-scrollbar {
  display: none;
}

.product_card {
  width: calc(100vw - 62px);
  max-width: 398px;
  min-width: 286px;
  overflow: hidden;
  border: 1px solid #d2d4cd;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 36px rgba(11, 11, 11, 0.08);
  flex: 0 0 calc(100% - 28px);
  scroll-snap-align: center;
}

.gallery_wrapper {
  position: relative;
  overflow: hidden;
  background: #d9d9d5;
}

.swipe_gallery {
  display: flex;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.swipe_gallery img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.slider_btn {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: flex;
  width: 38px;
  height: 38px;
  padding: 0 0 2px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: rgba(11, 11, 11, 0.52);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 27px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  backdrop-filter: blur(7px);
  cursor: pointer;
}

.slider_prev {
  left: 10px;
}

.slider_next {
  right: 10px;
}

.gallery_count {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(11, 11, 11, 0.65);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.product_card_info {
  display: flex;
  padding: 18px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.product_identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.color_swatch {
  width: 26px;
  height: 26px;
  border: 4px solid #fff;
  border-radius: 50%;
  flex: 0 0 26px;
  box-shadow: 0 0 0 1px #c5c7c0;
}

.swatch_white { background: #f3f3ed; }
.swatch_electric { background: #164bff; }
.swatch_black { background: #111; }
.swatch_green { background: #0a9e60; }
.swatch_red { background: #f13a2e; }

.product_identity small {
  display: block;
  color: #92938e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.product_identity h3 {
  margin: 1px 0 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.card_price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.card_price del {
  color: #989994;
  font-size: 9px;
}

.card_price b {
  font-family: "Oswald", Impact, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  white-space: nowrap;
}

.order_button {
  width: auto;
  min-height: 56px;
  margin: 0 12px 12px;
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  box-shadow: none;
}

.order_button:active {
  background: #292929;
}

.order_process {
  background: #fff;
}

.order_process .title em {
  color: var(--red);
}

.order_steps1 {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.order_steps1::before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 25px;
  width: 1px;
  content: "";
  background: #d9dbd4;
}

.order_steps1 li {
  position: relative;
  z-index: 1;
  display: grid;
  padding: 11px 0;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
}

.order_steps1 li > b {
  display: flex;
  width: 52px;
  height: 52px;
  border: 1px solid #d9dbd4;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.order_steps1 h3 {
  margin: 0 0 3px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.order_steps1 p {
  margin: 0;
  color: #747570;
  font-size: 11px;
}

.service_section {
  display: grid;
  padding-top: 14px;
  background: #fff;
  gap: 10px;
}

.service_card {
  display: grid;
  padding: 19px;
  border: 1px solid #dcddd7;
  border-radius: 17px;
  background: var(--paper);
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
}

.service_card > span {
  display: flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--volt);
  font-size: 18px;
  font-weight: 800;
  align-items: center;
  justify-content: center;
}

.service_card h3 {
  margin: 1px 0 4px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.service_card p {
  margin: 0;
  color: #71726d;
  font-size: 10px;
  line-height: 1.5;
}

.footer_order_section {
  position: relative;
  overflow: hidden;
  padding-bottom: 24px;
  background: var(--ink);
  color: #fff;
}

.footer_order_section::before {
  position: absolute;
  top: 20px;
  right: -38px;
  content: "JDI";
  color: rgba(255, 255, 255, 0.035);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 150px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.footer_content {
  position: relative;
}

.footer_title {
  margin: 0;
  font-size: clamp(46px, 12vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.footer_subtitle {
  max-width: 365px;
  margin: 17px 0 24px;
  color: #93938e;
  font-size: 12px;
  line-height: 1.65;
}

.footer_product_image {
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: var(--radius);
}

.footer_product_image img {
  aspect-ratio: 1 / 1.12;
  object-fit: cover;
  object-position: center 34%;
}

.footer_product_image span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: flex;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--volt);
  color: var(--ink);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 23px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  transform: rotate(-7deg);
}

.footer_price_box {
  margin-bottom: 12px;
}

.premium_form {
  margin-top: 29px;
  padding: 20px;
  border: 1px solid #30302f;
  border-radius: var(--radius);
  background: #151515;
}

.field_label {
  display: block;
  margin: 0 0 7px 3px;
  color: #b0b0aa;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.input_group,
.select_group {
  position: relative;
  margin-bottom: 14px;
}

.premium_input {
  display: block;
  width: 100%;
  height: 57px;
  padding: 0 17px;
  border: 1px solid #3a3a38;
  border-radius: 14px;
  outline: none;
  background: #222;
  color: #fff;
  font-size: 13px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.premium_input:focus {
  border-color: var(--volt);
  box-shadow: 0 0 0 3px rgba(223, 255, 0, 0.08);
}

.premium_input::placeholder {
  color: #797974;
}

select.premium_input {
  padding-right: 45px;
  background-image: linear-gradient(45deg, transparent 50%, #dfff00 50%), linear-gradient(135deg, #dfff00 50%, transparent 50%);
  background-repeat: no-repeat;
  background-position: calc(100% - 21px) 25px, calc(100% - 16px) 25px;
  background-size: 5px 5px, 5px 5px;
  cursor: pointer;
}

select.premium_input option {
  background: #222;
  color: #fff;
}

.form_button {
  margin-top: 8px;
  cursor: pointer;
}

.form_note {
  margin: 13px auto 0;
  color: #686864;
  font-size: 8px;
  line-height: 1.5;
  text-align: center;
}

.site_footer {
  position: relative;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid #2b2b2a;
  color: #696965;
  font-size: 9px;
  text-align: center;
}

.site_footer p {
  margin: 0 0 11px;
}

.site_footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 14px;
}

.site_footer a {
  color: #8d8d88;
  text-underline-offset: 3px;
}

@media (max-width: 359px) {
  .description_section,
  .cat > .section_head,
  .order_process,
  .size_section,
  .service_section,
  .footer_order_section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .product_list {
    padding-right: 15px;
    padding-left: 15px;
  }

  .product_card {
    min-width: 0;
    flex-basis: calc(100% - 14px);
  }

  .hero_copy {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero_bottom {
    padding-right: 15px;
    padding-left: 15px;
  }

  .gift_badge {
    width: 94px;
    height: 94px;
    padding: 11px;
  }

  .gift_badge b {
    font-size: 24px;
  }

  .price_tag .val {
    font-size: 19px;
  }

  .old_price .val {
    font-size: 17px;
  }

  .nike_size_table td {
    font-size: 10px;
  }

  .nike_size_table .size_name {
    font-size: 18px;
  }

  .premium_form {
    padding: 15px;
  }
}

@media (min-width: 481px) {
  .main_wrapper {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .swipe_gallery {
    scroll-behavior: auto;
  }
}
