html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #f7f7f5;
  color: #202124;
  font-family: "Arial", sans-serif;
}

.site-shell {
  display: flex;
  flex-direction: column;
}

.admin-login-page {
  min-height: 100vh;
  background: linear-gradient(115deg, #0b0c0e 0%, #282a2e 48%, #f1f1ef 100%);
}

.admin-login-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: clamp(2rem, 8vw, 9rem);
  align-items: center;
  max-width: 1250px;
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(2rem, 7vw, 6rem) clamp(1.25rem, 5vw, 5rem);
}

.admin-login-intro {
  max-width: 640px;
  color: #fff;
}

.admin-login-eyebrow {
  margin-bottom: 1.25rem;
  color: #c9c9c5;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .15em;
}

.admin-login-intro h1 {
  margin-bottom: 1.25rem;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: .92;
  font-weight: 900;
}

.admin-login-intro p:last-child {
  max-width: 480px;
  color: #d9d9d6;
  font-size: 1.1rem;
  line-height: 1.6;
}

.admin-login-card {
  padding: clamp(1.5rem, 4vw, 2.75rem);
  background: #fff;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, .2);
}

.admin-login-brand,
.admin-login-back {
  color: #151619;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-decoration: none;
}

.admin-login-card h2 {
  margin: 2.5rem 0 .5rem;
  font-size: 1.7rem;
}

.admin-login-back {
  display: block;
  margin-top: 1.5rem;
  color: #65676b;
  text-align: center;
}

.admin-login-back:hover {
  color: #151619;
}

header {
  position: relative;
  z-index: 10;
}

header .navbar {
  min-height: 74px;
  margin-bottom: 0 !important;
  padding: .8rem clamp(1rem, 4vw, 4rem);
  background: #fff !important;
}

.navbar-brand {
  color: #17181a !important;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.navbar .nav-link {
  color: #53555a !important;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #111 !important;
}

.cart-nav-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.cart-nav-icon {
  width: 1.7rem;
  height: 1.35rem;
  object-fit: contain;
}

.cart-count {
  display: inline-grid;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 .25rem;
  place-items: center;
  border-radius: 999px;
  background: #151619;
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  line-height: 1;
}

main[role="main"] {
  padding-bottom: 0 !important;
}

.order-lookup-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: center;
  max-width: 1180px;
  min-height: min(680px, calc(100vh - 74px));
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 7rem) clamp(1.25rem, 5vw, 4rem);
}

.order-lookup-intro {
  max-width: 650px;
}

.order-lookup-intro h1 {
  max-width: 600px;
  margin: 0 0 1.5rem;
  color: #151619;
  font-size: clamp(2.8rem, 6vw, 6rem);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: .94;
}

.order-lookup-intro > p:last-child {
  max-width: 430px;
  color: #686a6e;
  font-size: 1.05rem;
  line-height: 1.65;
}

.order-lookup-panel {
  padding: 1px;
  background: linear-gradient(145deg, #151619, #c9c9c5);
}

.order-lookup-card {
  padding: clamp(1.5rem, 4vw, 2.75rem);
  background: #fff;
}

.order-lookup-card-heading {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.order-lookup-card-heading > span {
  color: #8b8d91;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.order-lookup-card h2 {
  margin: 0 0 .4rem;
  font-size: 1.35rem;
}

.order-lookup-card-heading p,
.order-lookup-note {
  margin: 0;
  color: #686a6e;
  font-size: .9rem;
  line-height: 1.5;
}

.order-lookup-note {
  margin-top: 1.25rem;
  text-align: center;
}

@media (max-width: 767px) {
  .order-lookup-page {
    display: block;
    min-height: auto;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }

  .order-lookup-intro {
    margin-bottom: 2.5rem;
  }

  .order-lookup-intro h1 {
    font-size: clamp(2.8rem, 14vw, 4.5rem);
  }
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.product-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .product-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .fitzone-hero {
      min-height: min(680px, 78vh);
      display: flex;
      align-items: center;
      padding: clamp(3rem, 8vw, 7rem) clamp(1.5rem, 7vw, 7rem);
      color: #f7f7f7;
      background-image: linear-gradient(90deg, rgba(9, 10, 12, .98) 0%, rgba(35, 37, 41, .88) 42%, rgba(244, 244, 242, .58) 100%), url('/images/products/treadmill.jpeg') !important;
      background-position: center;
      background-size: cover;
      background-blend-mode: multiply;
      overflow: hidden;
    }

    .hero-content {
      max-width: 720px;
    }

    .hero-label,
    .section-heading p {
      margin-bottom: 1rem;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
    }

    .hero-content h1 {
      margin: 0;
      font-size: clamp(3.25rem, 8vw, 7.5rem);
      line-height: .92;
      letter-spacing: 0;
      font-weight: 900;
    }

    .hero-description {
      max-width: 600px;
      margin: 1.75rem 0 0;
      font-size: clamp(1rem, 1.8vw, 1.3rem);
      line-height: 1.5;
    }

    .hero-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: .75rem;
      margin-top: 2rem;
    }

    .btn-primary,
    .btn-secondary {
      display: inline-block;
      padding: .9rem 1.25rem;
      border: 1px solid #fff;
      color: #fff;
      text-decoration: none;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      transition: background-color .2s ease, color .2s ease;
    }

    .btn-primary {
      background: #fff;
      color: #111;
    }

    .btn-primary:hover,
    .btn-secondary:hover {
      background: #111;
      color: #fff;
    }

    .categories-section {
      padding: clamp(3.5rem, 8vw, 7rem) clamp(1.25rem, 5vw, 5rem);
      background: #f3f3f1;
    }

    .section-heading {
      max-width: 1200px;
      margin: 0 auto 2rem;
    }

    .section-heading h2 {
      margin: 0;
      font-size: clamp(2rem, 4vw, 4rem);
      line-height: 1;
      letter-spacing: 0;
    }

    .category-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
      max-width: 1200px;
      margin: 0 auto;
    }

    .category-card {
      position: relative;
      min-height: 390px;
      display: flex;
      align-items: flex-end;
      padding: 1.75rem;
      color: #fff;
      background-position: center;
      background-size: cover;
      isolation: isolate;
      overflow: hidden;
    }

    .category-card::before {
      display: none;
    }

    .category-card::after {
      display: none;
    }

    .category-card.equipment {
      background-image: linear-gradient(90deg, rgba(9, 10, 12, .96) 0%, rgba(35, 37, 41, .82) 42%, rgba(244, 244, 242, .5) 100%), url('/images/products/dumbbell.jpeg');
    }

    .category-card.attire {
      background-image: linear-gradient(90deg, rgba(9, 10, 12, .96) 0%, rgba(35, 37, 41, .82) 42%, rgba(244, 244, 242, .5) 100%), url('/images/products/gymshorts.jpeg');
    }

    .category-card.accessories {
      background-image: linear-gradient(90deg, rgba(9, 10, 12, .96) 0%, rgba(35, 37, 41, .82) 42%, rgba(244, 244, 242, .5) 100%), url('/images/products/gloves.jpeg');
    }

    .category-card > div {
      max-width: 90%;
    }

    .category-card p {
      margin-bottom: .5rem;
      font-size: .8rem;
      font-weight: 700;
      letter-spacing: .12em;
    }

    .category-card h3 {
      margin-bottom: 1.25rem;
      font-size: clamp(1.25rem, 2vw, 1.75rem);
      letter-spacing: 0;
    }

    .category-card a {
      color: #fff;
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-decoration: none;
    }

    .category-card a:hover {
      text-decoration: underline;
      text-underline-offset: .3rem;
    }

    .shop-page {
      min-height: 100vh;
      background: #f7f7f5;
    }

    .shop-header {
      padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 6vw, 6rem);
      color: #fff;
      background: linear-gradient(90deg, #0a0b0d 0%, #34363a 47%, #f1f1ef 100%);
    }

    .shop-label {
      margin-bottom: .9rem;
      color: #d7d7d4;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
    }

    .shop-header h1 {
      margin: 0;
      color: #fff;
      font-size: clamp(3rem, 8vw, 7rem);
      line-height: .9;
      font-weight: 900;
    }

    .shop-header > p:last-child {
      max-width: 560px;
      margin: 1.5rem 0 0;
      color: #ececea;
      font-size: 1.1rem;
      line-height: 1.5;
    }

    .shop-products {
      max-width: 1400px;
      margin: 0 auto;
      padding: clamp(2.5rem, 6vw, 5.5rem) clamp(1.25rem, 4vw, 4rem);
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
    }

    .product-card {
      display: flex;
      flex-direction: column;
      min-width: 0;
      background: #fff;
      border: 1px solid #dededb;
      transition: transform .2s ease, box-shadow .2s ease;
    }

    .product-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 1rem 2.5rem rgba(12, 13, 15, .1);
    }

    .product-card .product-image {
      height: 290px;
      background: #efefed;
    }

    .product-card .product-image img {
      transition: transform .3s ease;
    }

    .product-card:hover .product-image img {
      transform: scale(1.04);
    }

    .product-info {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 1.4rem;
    }

    .product-category,
    .product-details-category {
      margin-bottom: .55rem;
      color: #74767a;
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
    }

    .product-info h2 {
      margin-bottom: .7rem;
      font-size: 1.35rem;
      letter-spacing: 0;
    }

    .product-description {
      margin-bottom: 1.25rem;
      color: #686a6e;
      font-size: .92rem;
      line-height: 1.55;
    }

    .product-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .75rem;
      margin-top: auto;
      padding-top: .75rem;
      border-top: 1px solid #ececea;
    }

    .product-price,
    .product-details-price {
      color: #111;
      font-weight: 800;
    }

    .stock {
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .05em;
      text-transform: uppercase;
    }

    .stock.available {
      color: #3b5b43;
    }

    .stock.sold-out {
      color: #9b3333;
    }

    .product-button,
    .add-to-cart-button {
      display: inline-block;
      margin-top: 1.25rem;
      padding: .85rem 1rem;
      border: 1px solid #151619;
      background: #151619;
      color: #fff;
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: background-color .2s ease, color .2s ease;
    }

    .product-actions {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: .6rem;
      margin-top: 1.25rem;
    }

    .product-actions form {
      display: contents;
    }

    .product-actions .product-button {
      width: 100%;
      margin-top: 0;
    }

    .product-button-light {
      background: #fff;
      color: #151619;
    }

    .product-button-light:hover {
      background: #151619;
      color: #fff;
    }

    .product-button-disabled {
      cursor: not-allowed;
      opacity: .5;
    }

    .product-button:hover,
    .add-to-cart-button:hover:not(:disabled) {
      background: #fff;
      color: #151619;
    }

    .empty-products {
      padding: 4rem 1rem;
      text-align: center;
      background: #fff;
      border: 1px solid #dededb;
    }

    .product-details-page {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
      gap: clamp(2rem, 6vw, 6rem);
      max-width: 1200px;
      margin: 0 auto;
      padding: clamp(3rem, 7vw, 7rem) clamp(1.25rem, 4vw, 4rem);
    }

    .product-details-image {
      min-height: 520px;
      background: #efefed;
    }

    .product-details-image img {
      width: 100%;
      height: 100%;
      min-height: 520px;
      object-fit: contain;
    }

    .product-details-info {
      align-self: center;
    }

    .product-details-info h1 {
      margin-bottom: 1.25rem;
      font-size: clamp(2.25rem, 5vw, 4.5rem);
      line-height: .95;
    }

    .product-details-description {
      color: #686a6e;
      line-height: 1.7;
    }

    .product-details-price {
      margin: 1.75rem 0;
      font-size: 1.5rem;
    }

    .product-quantity {
      display: flex;
      flex-direction: column;
      gap: .45rem;
      max-width: 140px;
      margin-bottom: .75rem;
    }

    .product-quantity label {
      color: #686a6e;
      font-size: .76rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .product-quantity input {
      padding: .7rem;
      border: 1px solid #c9c9c5;
      background: #fff;
    }

    .add-to-cart-button:disabled {
      cursor: not-allowed;
      opacity: .55;
    }

    .footer {
      position: static;
      width: 100%;
      padding: 1.5rem 1rem;
      background: #151619;
      color: #c9c9c5 !important;
      line-height: 1.5;
      white-space: normal;
    }

    .footer a {
      color: #fff;
      text-decoration: none;
    }

    .footer a:hover,
    .footer a:focus {
      text-decoration: underline;
    }

    .footer-content {
      display: grid;
      grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(140px, 1fr));
      gap: 2.5rem;
      padding: 2.5rem 0 3rem;
    }

    .footer-logo {
      display: inline-block;
      margin-bottom: .75rem;
      font-size: 1.4rem;
      font-weight: 800;
      letter-spacing: .12em;
    }

    .footer-brand p {
      max-width: 240px;
      color: #a9aaad;
    }

    .footer-column {
      display: flex;
      flex-direction: column;
      gap: .65rem;
    }

    .footer-column h2 {
      margin: 0 0 .55rem;
      color: #fff;
      font-size: .78rem;
      letter-spacing: .1em;
      text-transform: uppercase;
    }

    .footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      padding: 1rem 0;
      border-top: 1px solid #44464a;
      color: #a9aaad;
      font-size: .85rem;
    }

    @media (max-width: 700px) {
      .footer-content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem 1.25rem;
      }

      .footer-brand {
        grid-column: 1 / -1;
      }

      .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
      }
    }

    .cart-page {
      min-height: 100vh;
      background: #f7f7f5;
    }

    .cart-header {
      padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 6vw, 6rem);
      color: #fff;
      background: linear-gradient(90deg, #0a0b0d 0%, #34363a 47%, #f1f1ef 100%);
    }

    .cart-label,
    .content-eyebrow {
      margin-bottom: .75rem;
      color: #c9c9c5;
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
    }

    .cart-header h1 {
      margin: 0;
      font-size: clamp(2.8rem, 7vw, 6rem);
      line-height: .92;
      font-weight: 900;
    }

    .cart-header > p:last-child {
      margin: 1rem 0 0;
      color: #e1e1de;
    }

    .cart-content {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 340px;
      gap: 1.25rem;
      max-width: 1300px;
      margin: 0 auto;
      padding: clamp(2rem, 5vw, 5rem) clamp(1.25rem, 4vw, 4rem);
    }

    .cart-items,
    .cart-summary,
    .empty-cart {
      background: #fff;
      border: 1px solid #dededb;
    }

    .cart-item {
      display: grid;
      grid-template-columns: 110px minmax(0, 1fr) auto;
      gap: 1.25rem;
      align-items: start;
      padding: 1.25rem;
      border-bottom: 1px solid #ececea;
    }

    .cart-item:last-child {
      border-bottom: 0;
    }

    .cart-item-image {
      width: 110px;
      height: 110px;
      background: #efefed;
    }

    .cart-item-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .cart-item-category {
      margin: 0 0 .35rem;
      color: #77797c;
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
    }

    .cart-item-info h2 {
      margin-bottom: .35rem;
      font-size: 1.15rem;
    }

    .cart-item-price {
      margin-bottom: .8rem;
      font-weight: 700;
    }

    .cart-quantity form {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: .5rem;
    }

    .cart-quantity label {
      color: #77797c;
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .cart-quantity input {
      width: 70px;
      padding: .45rem;
      border: 1px solid #c9c9c5;
    }

    .cart-quantity button,
    .remove-cart-button {
      padding: .5rem .7rem;
      border: 1px solid #151619;
      background: #151619;
      color: #fff;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .06em;
    }

    .remove-cart-button {
      margin-top: .65rem;
      background: transparent;
      color: #55575b;
    }

    .cart-item-subtotal {
      display: flex;
      flex-direction: column;
      gap: .35rem;
      min-width: 105px;
      text-align: right;
    }

    .cart-item-subtotal span,
    .cart-total span {
      color: #77797c;
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: .1em;
    }

    .cart-summary {
      align-self: start;
      padding: 1.5rem;
      position: sticky;
      top: 1rem;
    }

    .cart-summary h2 {
      margin-bottom: 1.5rem;
      font-size: 1rem;
      letter-spacing: .08em;
    }

    .cart-total {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      padding: 1rem 0;
      border-top: 1px solid #ececea;
      border-bottom: 1px solid #ececea;
    }

    .checkout-button,
    .cart-shop-button {
      display: block;
      margin-top: 1rem;
      padding: .9rem 1rem;
      background: #151619;
      color: #fff;
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-align: center;
      text-decoration: none;
    }

    .empty-cart {
      max-width: 700px;
      margin: clamp(2rem, 6vw, 5rem) auto;
      padding: 4rem 1.5rem;
      text-align: center;
    }

    .empty-cart h2 {
      margin-bottom: .75rem;
    }

    .checkout-page {
      background: #f7f7f5;
    }

    .checkout-intro {
      padding: clamp(2.5rem, 6vw, 5rem) 0 1rem;
    }

    .checkout-section {
      border: 1px solid #dededb;
      background: #fff;
    }

    .checkout-step {
      display: flex;
      align-items: center;
      gap: .75rem;
      margin-bottom: 1.5rem;
      font-size: 1.1rem;
    }

    .checkout-step-number {
      display: inline-grid;
      width: 30px;
      height: 30px;
      place-items: center;
      border-radius: 50%;
      background: #151619;
      color: #fff;
      font-size: .8rem;
      font-weight: 800;
    }

    .form-control,
    .form-select {
      border-color: #c9c9c5;
      border-radius: 0;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: #151619;
      box-shadow: 0 0 0 .15rem rgba(21, 22, 25, .12);
    }

    .content-page {
      max-width: 760px;
      margin: 0 auto;
      padding: clamp(4rem, 10vw, 9rem) 1.25rem;
    }

    .content-page h1 {
      margin-bottom: 1.5rem;
      font-size: clamp(2.5rem, 6vw, 5rem);
      line-height: .95;
    }

    .content-page p:not(.content-eyebrow) {
      color: #65676b;
      line-height: 1.75;
    }

    .content-button {
      width: fit-content;
      margin-top: 2rem;
    }

        .account-page {
          display: grid;
          grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
          min-height: calc(100vh - 74px);
          background: linear-gradient(115deg, #0b0c0e 0%, #282a2e 45%, #f1f1ef 100%);
        }

        .account-panel {
          display: flex;
          flex-direction: column;
          justify-content: center;
          padding: clamp(2rem, 7vw, 7rem);
        }

        .account-panel-copy {
          color: #fff;
        }

        .account-panel-copy h1 {
          max-width: 600px;
          margin-bottom: 1.25rem;
          font-size: clamp(3rem, 7vw, 6.5rem);
          line-height: .92;
          font-weight: 900;
        }

        .account-panel-copy p:last-child {
          max-width: 480px;
          color: #d9d9d6;
          line-height: 1.65;
        }

        .account-form-panel {
          margin: clamp(1.25rem, 5vw, 5rem);
          padding: clamp(1.5rem, 4vw, 3rem);
          background: #fff;
          box-shadow: 0 2rem 5rem rgba(0, 0, 0, .18);
        }

        .account-form-panel h2 {
          margin-bottom: .5rem;
          font-size: 2rem;
        }

        .account-back-link {
          margin-top: 1.5rem;
          color: #65676b;
          font-size: .8rem;
          text-align: center;
          text-decoration: none;
        }

        .account-back-link:hover {
          color: #151619;
        }

    @media (max-width: 800px) {
      .admin-login-shell {
        grid-template-columns: 1fr;
        align-content: center;
      }

      .account-page {
        grid-template-columns: 1fr;
      }

      .account-panel-copy {
        min-height: 360px;
        padding-bottom: 2rem;
      }

      .account-form-panel {
        margin: 0 1.25rem 1.25rem;
      }

      .admin-login-intro h1 {
        font-size: clamp(3rem, 15vw, 5rem);
      }

      .fitzone-hero {
        min-height: 620px;
        align-items: flex-end;
      }

      .category-grid {
        grid-template-columns: 1fr;
      }

      .category-card {
        min-height: 300px;
      }

      .product-grid,
      .product-details-page {
        grid-template-columns: 1fr;
      }

      .product-details-image,
      .product-details-image img {
        min-height: 360px;
      }

      .cart-content {
        grid-template-columns: 1fr;
      }

      .cart-summary {
        position: static;
      }

      .cart-item {
        grid-template-columns: 80px minmax(0, 1fr);
      }

      .cart-item-image {
        width: 80px;
        height: 80px;
      }

      .cart-item-subtotal {
        grid-column: 2;
        flex-direction: row;
        justify-content: space-between;
        min-width: 0;
        text-align: left;
      }

      .product-actions {
        grid-template-columns: 1fr;
      }
    }

/* Shared visual system */
:root {
  --fz-ink: #151619;
  --fz-muted: #6d7075;
  --fz-line: #dedfdd;
  --fz-paper: #f5f5f2;
  --fz-accent: #d8ff3e;
  --fz-radius: 14px;
  --fz-shadow: 0 18px 50px rgba(21, 22, 25, .08);
}

body {
  background: var(--fz-paper);
  color: var(--fz-ink);
  font-family: "DM Sans", "Segoe UI", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand,
.footer-logo,
.hero-content h1,
.shop-header h1 {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

header .navbar {
  border-bottom: 1px solid var(--fz-line) !important;
  box-shadow: 0 6px 22px rgba(21, 22, 25, .05);
}

.navbar-brand {
  font-size: 1.15rem;
  letter-spacing: .12em;
}

.navbar .nav-link {
  padding: .7rem .75rem;
  border-radius: 999px;
  transition: background-color .2s ease, color .2s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  background: #f0f1ed;
}

.account-menu .dropdown-menu {
  min-width: 210px;
  margin-top: .65rem;
  padding: .5rem;
  border: 1px solid var(--fz-line);
  border-radius: var(--fz-radius);
  box-shadow: var(--fz-shadow);
}

.account-menu .dropdown-item {
  padding: .65rem .75rem;
  border-radius: 9px;
}

.account-menu .dropdown-item:hover,
.account-menu .dropdown-item:focus {
  background: #f0f1ed;
}

.btn,
.product-button,
.checkout-button,
.cart-shop-button,
.add-to-cart-button {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.btn:hover,
.product-button:hover,
.checkout-button:hover,
.cart-shop-button:hover,
.add-to-cart-button:hover {
  transform: translateY(-2px);
}

.form-control,
.form-select {
  min-height: 48px;
  border: 1px solid #cfd1cd;
  border-radius: 10px;
  background: #fff;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--fz-ink);
  box-shadow: 0 0 0 3px rgba(216, 255, 62, .55);
}

.card {
  border-radius: var(--fz-radius) !important;
  box-shadow: var(--fz-shadow) !important;
}

.product-card,
.category-card,
.order-lookup-panel {
  border-radius: var(--fz-radius);
}

.product-card {
  overflow: hidden;
  border-color: var(--fz-line);
}

.product-card .product-image {
  background: #eceee9;
}

.shop-header,
.cart-header {
  position: relative;
  overflow: hidden;
}

.shop-header::after,
.cart-header::after {
  position: absolute;
  right: 8%;
  bottom: -4rem;
  width: 14rem;
  height: 14rem;
  border: 1px solid rgba(216, 255, 62, .35);
  border-radius: 50%;
  content: "";
}

.product-details-page,
.cart-content,
.checkout-page > .container,
.content-page,
.account-page {
  max-width: 1280px;
  margin-inline: auto;
}

.footer {
  border-top: 1px solid #2f3034;
}

@media (max-width: 767px) {
  header .navbar {
    padding-inline: 1rem;
  }

  .navbar-collapse {
    padding: .75rem 0;
  }

  .navbar-nav {
    gap: .15rem;
  }

  .cart-nav-link,
  .account-menu .nav-link {
    justify-content: flex-start;
  }

  .footer-content {
    padding-top: 2rem;
  }
}