:root {
  --bg: #f6f7fb;
  --surface: #ffffff;
  --surface-soft: #f8f8fa;
  --line: #e5e7ef;
  --text: #10131a;
  --muted: #667085;
  --dark: #172026;
  --dark-soft: #1f2a31;
  --accent: #ea4335;
  --success: #1f9d68;
  --shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f6f8fb 0%, #fdfdfd 100%);
}

h1,
h2,
h3,
h4,
strong,
.btn,
.field-label {
  font-family: "Sora", "Trebuchet MS", sans-serif;
}

p,
span,
label,
small {
  color: var(--muted);
}

.topbar {
  background: var(--dark);
  padding: 0.7rem 0;
}

.topbar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  text-align: center;
}

.topbar-inner span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-banner {
  position: relative;
  width: 100%;
  min-height: 650px;
  padding: 4rem 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)),
    url("assets/hero-jersey-banner.jpg") center center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 34, 24, 0.62) 0%, rgba(20, 72, 44, 0.38) 40%, rgba(255, 255, 255, 0.08) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 220px;
}

.hero-copy {
  max-width: 620px;
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height: 1.5;
}

.hero-copy p {
  max-width: 540px;
  margin-bottom: 1.6rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.8;
}

.landing-shell {
  padding: 2rem 0 4rem;
}
.product-section .container {
  max-width: 1480px;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 2rem;
  align-items: start;
}

.product-gallery-card,
.product-details-card {
  background: #fff;
  border: 1px solid #e7ebf2;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.product-gallery-card {
  padding: 0.85rem;
}

.product-details-card {
  padding: 1.5rem;
}

.gallery-frame {
  position: relative;
  min-height: 720px;
  padding: 1rem;
  border-radius: 18px;
  background: #f3f4f6;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sale-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.45rem 1rem 0.45rem 0.9rem;
  background: #ef4444;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  clip-path: polygon(0 0, 100% 0, 82% 50%, 100% 100%, 0 100%);
}

.main-product-image {
  width: 100%;
  max-width: 620px;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
  align-items: center;
}

.thumb-btn {
  height: 92px;
  padding: 0.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.thumb-btn:hover {
  border-color: #94a3b8;
}

.thumb-btn.active {
  border: 2px solid #172026;
  box-shadow: none;
  transform: none;
}

.product-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #edf1f6;
  margin-bottom: 1rem;
}

.product-header h2 {
  margin: 0 0 0.6rem;
  color: #0f172a;
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  line-height: 1.15;
  font-weight: 800;
}

.rating-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.rating-stars {
  color: #f59e0b;
  letter-spacing: 0.08em;
}

.rating-row span:last-child {
  font-size: 0.9rem;
}

.wishlist-btn {
  width: 46px;
  height: 46px;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  background: #fff;
  color: #64748b;
  font-size: 1.25rem;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.current-price {
  color: #0f172a;
  font-size: 2rem;
  font-weight: 800;
}

.old-price {
  color: #94a3b8;
  text-decoration: line-through;
  font-size: 1rem;
}

.discount-chip {
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: #fee2e2;
  color: #dc2626;
  font-size: 0.78rem;
  font-weight: 800;
}

.specs-showcase {
  background: linear-gradient(180deg, #ffffff 0%, #fafbfe 100%);
  border: 1px solid #e8edf5;
  border-radius: 20px;
  padding: 1.25rem;
}

.option-card {
  padding: 1rem;
  border: 1px solid #edf1f6;
  border-radius: 18px;
  background: #f8fafc;
  transition: all 0.2s ease;
}

.option-card:hover {
  border-color: #d7dee8;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
}

.option-check {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.option-check .form-check-input {
  margin-top: 0.32rem;
}

.option-check label {
  width: 100%;
  color: #0f172a;
  font-weight: 700;
  line-height: 1.7;
}

.option-check label span {
  float: right;
  color: #ea4335;
  font-size: 0.84rem;
  font-weight: 800;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: #fff;
}

.fabric-reveal-card {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #e5e7ef;
  border-radius: 18px;
  background: #fff;
}

.fabric-reveal-card img {
  width: 118px;
  height: 118px;
  border-radius: 16px;
  object-fit: cover;
  background: #eef2f7;
}

.fabric-reveal-card h4 {
  margin: 0 0 0.45rem;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
}

.fabric-reveal-card p {
  margin: 0;
  line-height: 1.7;
}

.product-tabs-card {
  margin-top: 1.25rem;
  padding: 1.1rem;
  border: 1px solid #e8edf5;
  border-radius: 20px;
  background: #fff;
}

.product-tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.product-tab-btn {
  padding: 0.82rem 1.1rem;
  border: 1px solid #e5e7ef;
  border-radius: 14px;
  background: #fff;
  color: #172026;
  font-weight: 700;
}

.product-tab-btn.active {
  background: #172026;
  border-color: #172026;
  color: #fff;
}

.size-chart-card {
  padding: 1.1rem;
  border: 1px solid #e8edf5;
  border-radius: 18px;
  background: #f8fafc;
}

.split-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.mini-pill {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #eef2f7;
  color: #0f172a;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.size-table thead th {
  background: #172026;
  color: #fff;
  border: 0;
  font-size: 0.84rem;
  white-space: nowrap;
}

.size-table tbody td {
  font-size: 0.9rem;
  color: #172026;
  border-color: #edf1f6;
}

.product-description {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.8;
}

.form-control {
  border: 1px solid #d9deea;
  border-radius: 14px;
  padding: 0.9rem 1rem;
  color: #172026;
  background: #fff;
}

.form-control:focus {
  border-color: #b9c1d3;
  box-shadow: 0 0 0 0.2rem rgba(23, 32, 38, 0.08);
}

@media (max-width: 1199.98px) {
  .product-layout {
    grid-template-columns: 1fr;
  }

  .gallery-frame {
    min-height: 460px;
  }
}

@media (max-width: 767.98px) {
  .product-gallery-card,
  .product-details-card {
    padding: 1rem;
  }

  .gallery-frame {
    min-height: 360px;
    padding: 0.75rem;
  }

  .thumb-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-header {
    flex-direction: column;
  }

  .wishlist-btn {
    display: none;
  }

  .fabric-reveal-card {
    grid-template-columns: 1fr;
  }

  .option-check label span {
    float: none;
    display: inline-flex;
    margin-top: 0.35rem;
  }

  .product-tab-nav {
    flex-direction: column;
  }

  .product-tab-btn {
    width: 100%;
  }
}
.product-section,
.order-section {
  padding-top: 2rem;
}

.order-section .container {
  max-width: 1460px;
}

.refined-order-section {
  position: relative;
  padding: 3rem 0 4rem;
  background:
    radial-gradient(circle at top left, rgba(23, 32, 38, 0.05), transparent 24%),
    radial-gradient(circle at bottom right, rgba(234, 67, 53, 0.05), transparent 20%);
}

.refined-order-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(23, 32, 38, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(234, 67, 53, 0.08), transparent 22%);
  pointer-events: none;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 540px);
  gap: 1.75rem;
  align-items: start;
}

.order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 2rem;
  align-items: start;
  position: relative;
  z-index: 1;
}

.product-gallery-card,
.product-details-card,
.checkout-form-card,
.checkout-summary-card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.product-gallery-card,
.product-details-card {
  border-radius: 22px;
  padding: 1.4rem;
}

.checkout-form-card,
.checkout-summary-card {
  border-radius: 30px;
}

.checkout-form-card {
  display: grid;
  gap: 1.2rem;
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.98)),
    #ffffff;
}

.checkout-summary-card {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 253, 0.98)),
    #ffffff;
}

.gallery-frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 650px;
  padding: 2rem;
  border-radius: 18px;
  background: radial-gradient(circle at center, #f7f7f7 0%, #f0f1f4 45%, #eceef2 100%);
}

.sale-badge {
  position: absolute;
  top: 1.3rem;
  left: 1.3rem;
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.main-product-image {
  width: min(100%, 470px);
  max-height: 560px;
  object-fit: contain;
}

.thumb-row {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.thumb-btn {
  width: 88px;
  height: 88px;
  padding: 0.35rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.thumb-btn.active {
  border-color: var(--dark);
  box-shadow: 0 12px 24px rgba(16, 19, 26, 0.1);
  transform: translateY(-1px);
}

.product-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.product-header h2 {
  margin: 0 0 0.65rem;
  color: var(--text);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.2;
}

.wishlist-btn {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--muted);
  font-size: 1.3rem;
}

.rating-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
}

.rating-stars {
  color: #111827;
  letter-spacing: 0.08em;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.current-price {
  color: var(--text);
  font-size: 1.9rem;
  font-weight: 700;
}

.old-price {
  color: #9aa0ad;
  text-decoration: line-through;
  font-size: 0.95rem;
}

.discount-chip {
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: #ffe6e2;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
}

.product-description {
  margin-bottom: 1.5rem;
  font-size: 0.97rem;
  line-height: 1.85;
}

.specs-showcase {
  background: linear-gradient(180deg, #ffffff 0%, #fafbfe 100%);
}

.specs-highlight-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.spec-pill {
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface-soft);
}

.spec-pill strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--text);
  font-size: 0.9rem;
}

.spec-pill span {
  font-size: 0.82rem;
  line-height: 1.55;
}

.checkout-block {
  padding: 1.45rem;
  border: 1px solid #e8edf5;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
}

.block-heading {
  margin-bottom: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #edf1f6;
}

.block-heading h3,
.summary-top h3,
.size-chart-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 1.08rem;
  font-weight: 800;
}

.block-heading-split {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.block-kicker,
.section-kicker {
  display: inline-flex;
  margin-bottom: 0.5rem;
  color: #ea4335;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.option-card {
  padding: 1rem;
  border: 1px solid #edf1f6;
  border-radius: 18px;
  background: var(--surface-soft);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.option-card + .option-card,
.option-card + .notes-box {
  margin-top: 1rem;
}

.option-card:hover {
  border-color: #d5dcea;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
  transform: translateY(-1px);
}

.option-check {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.option-check .form-check-input {
  margin-top: 0.32rem;
}

.option-check label {
  width: 100%;
  color: var(--text);
  font-weight: 700;
  line-height: 1.7;
}

.option-check label span {
  float: right;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 800;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: #fff;
}

.fabric-reveal-card {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.fabric-reveal-card img {
  width: 118px;
  height: 118px;
  border-radius: 16px;
  object-fit: cover;
  background: #eef2f7;
}

.fabric-reveal-card h4 {
  margin-bottom: 0.45rem;
  color: var(--text);
  font-size: 1rem;
}

.fabric-reveal-card p {
  margin: 0;
  line-height: 1.75;
}

.product-tabs-card {
  margin-top: 1.5rem;
}

.product-tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.product-tab-btn {
  padding: 0.8rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--text);
  font-weight: 700;
}

.product-tab-btn.active {
  background: var(--dark);
  border-color: var(--dark);
  color: #fff;
}

.product-tab-panel {
  display: none;
}

.product-tab-panel.active {
  display: block;
}

.size-chart-card {
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface-soft);
}

.split-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.mini-pill {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #eef2f7;
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.size-table thead th {
  background: var(--dark);
  color: #fff;
  border: 0;
  font-size: 0.84rem;
  white-space: nowrap;
}

.size-table tbody td {
  font-size: 0.9rem;
  color: var(--text);
  border-color: #edf1f6;
}

.field-label,
.form-label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
}

.size-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.size-btn {
  min-width: 62px;
  padding: 0.9rem 1rem;
  border: 1px solid #d4dae4;
  border-radius: 18px;
  background: #fff;
  color: #0f172a;
  font-weight: 800;
  transition: all 0.2s ease;
}

.size-btn:hover,
.size-btn.active {
  border-color: var(--dark);
  background: var(--dark);
  color: #fff;
}

.cart-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 1.4rem;
}

.order-cart-row {
  margin-top: 1.15rem;
}

.qty-box {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dce3ee;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.qty-btn {
  width: 48px;
  height: 48px;
  border: 0;
  background: #fff;
  color: #172026;
  font-size: 1.25rem;
  font-weight: 800;
}

.qty-input {
  width: 68px;
  height: 48px;
  border: 0;
  text-align: center;
  color: #172026;
  font-weight: 800;
}

.add-cart-btn,
.btn-dark-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.35rem;
  border-radius: 16px;
  background: var(--dark);
  border: 1px solid var(--dark);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.btn-dark-solid:hover,
.btn-dark-solid:focus,
.add-cart-btn:hover,
.add-cart-btn:focus {
  background: var(--dark-soft);
  color: #fff;
}

.mixed-custom-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e4e9f2;
}

.contact-now-btn {
  min-width: 140px;
  border: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-now-btn:hover {
  background: var(--dark-soft);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(23, 32, 38, 0.15);
}

.bulk-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #172026;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
  border: 0;
}

.mixed-design-copy {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.75;
}

.mixed-design-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.design-card {
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.design-card:hover {
  transform: translateY(-2px);
  border-color: #c8cfda;
}

.design-card.active {
  border-color: var(--dark);
  box-shadow: 0 14px 32px rgba(16, 19, 26, 0.08);
}

.design-card img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  border-radius: 14px;
  background: var(--surface-soft);
}

.design-card span {
  display: block;
  margin-top: 0.65rem;
  color: var(--text);
  font-weight: 700;
}

.bulk-status {
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: #f4f7fb;
  color: var(--text);
  font-weight: 700;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bulk-status.is-ready {
  background: #edf8f2;
  border-color: rgba(31, 157, 104, 0.18);
  color: #166b49;
}

.bulk-status.is-warning {
  background: #fff4ef;
  border-color: rgba(234, 67, 53, 0.18);
  color: #b53a2e;
}

.contact-reveal-card,
.shipping-reveal-card {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.contact-reveal-card.revealed,
.shipping-reveal-card.revealed {
  opacity: 1;
  transform: translateY(0);
}

.contact-reveal-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.contact-reveal-head h3 {
  margin: 0 0 0.45rem;
  color: var(--text);
  font-size: 1.15rem;
}

.contact-copy {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
}

.contact-selected-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: #eef2f7;
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 800;
  white-space: nowrap;
}

.order-size-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.order-size-card.is-hidden {
  display: none !important;
}

.order-form-panel {
  margin-top: 1.35rem;
  padding: 1.25rem;
  border: 1px solid #edf1f6;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
}

.order-form-heading {
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.order-form-heading h4 {
  margin: 0 0 0.35rem;
  color: var(--text);
  font-size: 1rem;
}

.order-form-heading p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
}

.summary-card-inner {
  position: sticky;
  top: 1rem;
  padding: 1.45rem;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.98)),
    #ffffff;
}

.summary-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #edf1f6;
}

.summary-top span {
  font-size: 0.88rem;
}

.modify-link {
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.order-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.9rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.order-item img {
  width: 72px;
  height: 72px;
  padding: 0.35rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-soft);
  object-fit: contain;
}

.order-item-copy strong {
  display: block;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.45;
}

.order-item-copy span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.85rem;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
}

.summary-line strong {
  color: var(--text);
}

.total-line strong,
.payable-line strong {
  font-size: 1.18rem;
}

.summary-note {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 16px;
  background: #ebf8f1;
  color: #10724b;
  font-weight: 800;
}

.option-stack {
  margin-top: 1.2rem;
}

.option-stack h4 {
  margin-bottom: 0.85rem;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 800;
}

.payment-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.9rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid #e5eaf2;
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.payment-card + .payment-card {
  margin-top: 0.8rem;
}

.payment-card input {
  margin-top: 0.1rem;
}

.payment-card.active {
  border-color: var(--dark);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.payment-card strong {
  display: block;
  color: var(--text);
  font-size: 0.92rem;
}

.payment-card span {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.84rem;
  line-height: 1.5;
}

.payment-card em {
  color: var(--text);
  font-style: normal;
  font-size: 0.86rem;
  font-weight: 800;
}

.payment-note {
  margin: 0.95rem 0 0;
  font-size: 0.9rem;
  line-height: 1.7;
}

.terms-row {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 1.2rem 0 1rem;
}

.terms-row input {
  margin-top: 0.3rem;
}

.terms-row label {
  font-size: 0.86rem;
  line-height: 1.65;
}

.form-control,
.form-select {
  border: 1px solid #d9deea;
  border-radius: 16px;
  padding: 0.95rem 1rem;
  color: var(--text);
  background: #fff;
}

.form-control:focus,
.form-select:focus,
.qty-input:focus {
  border-color: #b9c1d3;
  box-shadow: 0 0 0 0.2rem rgba(23, 32, 38, 0.08);
}

.text-danger {
  color: var(--accent) !important;
}

@media (max-width: 1199.98px) {
  .product-layout,
  .order-layout {
    grid-template-columns: 1fr;
  }

  .summary-card-inner {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .hero-banner {
    min-height: 300px;
    padding: 3.2rem 0;
  }

  .hero-copy h1 {
    font-size: 1.85rem;
  }

  .topbar-inner {
    gap: 0.55rem 1rem;
  }

  .topbar-inner span {
    font-size: 0.8rem;
  }

  .product-gallery-card,
  .product-details-card,
  .checkout-form-card,
  .summary-card-inner {
    padding: 1rem;
  }

  .gallery-frame {
    min-height: 360px;
    padding: 1rem;
  }

  .product-header {
    flex-direction: column;
  }

  .fabric-reveal-card {
    grid-template-columns: 1fr;
  }

  .wishlist-btn {
    display: none;
  }

  .block-heading-split,
  .contact-reveal-head,
  .mixed-action-row {
    flex-direction: column;
    align-items: stretch;
  }

  .mixed-design-grid,
  .specs-highlight-row {
    grid-template-columns: 1fr;
  }

  .payment-card {
    grid-template-columns: auto 1fr;
  }

  .payment-card em {
    grid-column: 2;
  }

  .option-check label span {
    float: none;
    display: block;
    margin-top: 0.2rem;
  }
}

.contact-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(6px);
}

.contact-modal-dialog {
  width: 100%;
  max-width: 640px;
}

.contact-modal-card {
  padding: 1.4rem;
  border: 1px solid #e5eaf2;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.2);
  animation: modalPopIn 0.22s ease;
}

.contact-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #edf1f6;
}

.contact-modal-head h3 {
  margin: 0.25rem 0 0;
  color: #0f172a;
  font-size: 1.14rem;
  font-weight: 800;
}

.contact-modal-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.contact-modal-close {
  width: 42px;
  height: 42px;
  border: 1px solid #d9deea;
  border-radius: 50%;
  background: #fff;
  color: #172026;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.contact-modal-close:hover {
  background: #172026;
  border-color: #172026;
  color: #fff;
}

@keyframes modalPopIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .contact-modal-head,
  .contact-modal-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-modal-close {
    align-self: flex-end;
  }
}

@media (max-width: 767.98px) {
  .hero-banner {
    min-height: 420px;
    padding: 3rem 0;
    background:
      linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)),
      url("assets/hero-jersey-banner.jpg") center top / cover no-repeat;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(10, 28, 20, 0.55) 0%, rgba(10, 28, 20, 0.28) 45%, rgba(10, 28, 20, 0.5) 100%);
  }

  .hero-content {
    min-height: 360px;
    align-items: center;
  }

  .hero-copy {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .hero-copy h1 {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .hero-copy p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .hero-kicker {
    font-size: 0.76rem;
  }
}