:root {
  --sport-bg: #f6f6f4;
  --sport-ink: #121212;
  --sport-muted: #66696c;
  --sport-line: #e0e1de;
  --sport-graphite: #1f2224;
  --sport-red: #e02424;
  --sport-red-dark: #bd1717;
  --sport-ash: #f1f2ef;
  --sport-radius: 24px;
  --sport-shadow: 0 18px 50px rgba(18,18,18,.07);
}

body.sport-theme {
  background: var(--sport-bg);
  color: var(--sport-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sport-theme .site-header,
.sport-theme .main-navigation,
.sport-theme .inside-header {
  background: rgba(246,246,244,.92);
}

.sport-theme .site-header {
  border-bottom: 1px solid var(--sport-line);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 50;
}

.sport-theme .site-logo img,
.sport-theme .site-branding img {
  max-height: 48px;
  width: auto;
}

.sport-theme .main-title a,
.sport-theme .site-branding .main-title a {
  color: var(--sport-ink);
  font-weight: 900;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.sport-theme .main-navigation .main-nav ul li a {
  color: var(--sport-muted);
  font-weight: 650;
}

.sport-theme .main-navigation .main-nav ul li:hover > a,
.sport-theme .main-navigation .main-nav ul li.current-menu-item > a {
  color: var(--sport-ink);
}

.sport-theme .site-content,
.sport-theme .inside-article,
.sport-theme .separate-containers .inside-article,
.sport-theme .woocommerce .inside-article {
  background: transparent;
}

.sport-theme .grid-container,
.sport-theme .site-content {
  max-width: 1280px;
}

.sport-theme .entry-title,
.sport-theme .woocommerce-products-header__title,
.sport-theme h1,
.sport-theme h2,
.sport-theme h3 {
  letter-spacing: -.045em;
}

.sport-catalog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 32px;
  margin: 28px 0 42px;
  padding: clamp(34px, 5vw, 72px) clamp(24px, 4vw, 56px);
  border-radius: 40px;
  background: var(--sport-graphite);
  color: #fff;
  overflow: hidden;
  box-shadow: var(--sport-shadow);
}

.sport-eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: #f0f0f0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sport-catalog-hero h1 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(42px, 6.2vw, 72px);
  line-height: .94;
  font-weight: 900;
  max-width: 850px;
}

.sport-catalog-hero p {
  max-width: 760px;
  margin: 0;
  color: #d2d5d5;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.sport-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sport-btn,
.sport-theme .button,
.sport-theme button,
.sport-theme input[type="submit"],
.sport-theme .woocommerce a.button,
.sport-theme .woocommerce button.button,
.sport-theme .woocommerce input.button {
  border-radius: 999px !important;
  font-weight: 800 !important;
  transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}

.sport-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  text-decoration: none;
}

.sport-btn--primary,
.sport-theme .woocommerce a.button,
.sport-theme .woocommerce button.button,
.sport-theme .woocommerce input.button,
.sport-theme .button.product_type_external,
.sport-theme .button.add_to_cart_button {
  background: var(--sport-red) !important;
  color: #fff !important;
  border: 1px solid var(--sport-red) !important;
}

.sport-btn--primary:hover,
.sport-theme .woocommerce a.button:hover,
.sport-theme .woocommerce button.button:hover,
.sport-theme .woocommerce input.button:hover,
.sport-theme .button.product_type_external:hover,
.sport-theme .button.add_to_cart_button:hover {
  background: var(--sport-red-dark) !important;
  border-color: var(--sport-red-dark) !important;
  transform: translateY(-1px);
}

.sport-btn--ghost {
  background: #fff;
  color: var(--sport-ink);
}

.sport-catalog-hero__stats {
  align-self: stretch;
  display: grid;
  gap: 14px;
}

.sport-catalog-hero__stats > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 94px;
  padding: 22px 24px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
}

.sport-catalog-hero__stats strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
}

.sport-catalog-hero__stats span {
  margin-top: 6px;
  color: #c7cccc;
}

.sport-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
  padding: 14px;
  background: var(--sport-ash);
  border-radius: 26px;
}

.sport-catalog-toolbar__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 16px;
  flex-wrap: wrap;
}

.sport-theme .woocommerce-result-count {
  margin: 0;
  color: var(--sport-muted);
  font-weight: 650;
}

.sport-theme .woocommerce-ordering {
  margin: 0;
}

.sport-theme .woocommerce-ordering select,
.sport-theme select,
.sport-theme input[type="search"],
.sport-theme input[type="text"],
.sport-theme input[type="number"] {
  min-height: 44px;
  border: 1px solid var(--sport-line);
  border-radius: 999px;
  background: #fff;
  color: var(--sport-ink);
  padding: 0 16px;
}

.sport-filter-toggle {
  display: none;
  background: #fff !important;
  color: var(--sport-ink) !important;
  border: 1px solid var(--sport-line) !important;
  padding: 10px 16px !important;
}

.sport-category-chips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 28px;
}

.sport-category-chips a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 76px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--sport-line);
  border-radius: 24px;
  color: var(--sport-ink);
  text-decoration: none;
}

.sport-category-chips a:hover {
  border-color: var(--sport-ink);
}

.sport-category-chips span {
  font-weight: 850;
  font-size: 18px;
}

.sport-category-chips small {
  color: var(--sport-muted);
  white-space: nowrap;
}

.sport-theme.woocommerce ul.products,
.sport-theme .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}

.sport-theme.woocommerce ul.products::before,
.sport-theme.woocommerce ul.products::after,
.sport-theme .woocommerce ul.products::before,
.sport-theme .woocommerce ul.products::after {
  display: none;
}

.sport-theme.woocommerce ul.products li.product,
.sport-theme .woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 14px !important;
  background: #fff;
  border: 1px solid var(--sport-line);
  border-radius: var(--sport-radius);
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.sport-theme.woocommerce ul.products li.product:hover,
.sport-theme .woocommerce ul.products li.product:hover {
  transform: translateY(-2px);
  border-color: #cfd1cd;
  box-shadow: 0 14px 34px rgba(18,18,18,.08);
}

.sport-theme.woocommerce ul.products li.product a img,
.sport-theme .woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: 0 0 14px !important;
  padding: 12px;
  background: var(--sport-ash);
  border-radius: 18px;
}

.sport-theme.woocommerce ul.products li.product .woocommerce-loop-product__title,
.sport-theme .woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 46px;
  padding: 0 !important;
  margin: 0 0 8px !important;
  color: var(--sport-ink);
  font-size: 17px !important;
  line-height: 1.28;
  font-weight: 850;
  letter-spacing: -.02em;
}

.sport-theme.woocommerce ul.products li.product .price,
.sport-theme .woocommerce ul.products li.product .price {
  margin-top: auto;
  margin-bottom: 12px;
  color: var(--sport-ink) !important;
  font-size: 20px !important;
  font-weight: 900;
}

.sport-theme.woocommerce ul.products li.product .button,
.sport-theme .woocommerce ul.products li.product .button {
  align-self: flex-start;
  margin-top: 0 !important;
  padding: 10px 15px !important;
  font-size: 14px !important;
}

.sport-theme .woocommerce span.onsale {
  min-height: auto;
  min-width: auto;
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--sport-red);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.sport-theme .woocommerce-pagination ul.page-numbers {
  border: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.sport-theme .woocommerce-pagination ul.page-numbers li {
  border: 0;
}

.sport-theme .woocommerce-pagination .page-numbers li a,
.sport-theme .woocommerce-pagination .page-numbers li span {
  min-width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--sport-line);
  color: var(--sport-ink);
}

.sport-theme .woocommerce-pagination .page-numbers li span.current {
  background: var(--sport-ink);
  color: #fff;
}

.sport-theme.single-product div.product {
  background: #fff;
  border: 1px solid var(--sport-line);
  border-radius: 34px;
  padding: clamp(18px, 3vw, 34px);
}

.sport-theme.single-product div.product .product_title {
  font-size: clamp(34px, 5vw, 58px);
  line-height: .98;
  font-weight: 900;
}

.sport-theme.single-product div.product p.price,
.sport-theme.single-product div.product span.price {
  color: var(--sport-ink);
  font-size: 30px;
  font-weight: 900;
}

.sport-footer-panel {
  max-width: 1280px;
  margin: 56px auto 0;
  padding: clamp(28px, 4vw, 48px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  border-radius: 34px;
  background: var(--sport-graphite);
  color: #fff;
}

.sport-footer-panel h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.sport-footer-panel p {
  max-width: 760px;
  margin: 0;
  color: #d2d5d5;
  font-size: 18px;
  line-height: 1.55;
}

.sport-footer-panel nav {
  display: grid;
  gap: 10px;
  align-content: center;
}

.sport-footer-panel a {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.sport-footer-panel a:hover {
  color: #fff;
  text-decoration: underline;
}

.sport-theme .site-footer,
.sport-theme .site-info {
  background: transparent;
  color: var(--sport-muted);
}

.sport-theme .site-info a {
  color: var(--sport-ink);
}

@media (max-width: 1024px) {
  .sport-catalog-hero,
  .sport-footer-panel {
    grid-template-columns: 1fr;
  }
  .sport-category-chips,
  .sport-theme.woocommerce ul.products,
  .sport-theme .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .sport-theme .site-header {
    position: sticky;
  }
  .sport-catalog-hero {
    margin-top: 18px;
    border-radius: 26px;
  }
  .sport-catalog-hero__stats {
    grid-template-columns: 1fr;
  }
  .sport-catalog-toolbar {
    position: sticky;
    top: 72px;
    z-index: 30;
    align-items: stretch;
  }
  .sport-filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .sport-catalog-toolbar__meta {
    justify-content: flex-end;
  }
  .sport-theme .woocommerce-result-count {
    display: none;
  }
  .sport-category-chips {
    display: flex;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
  }
  .sport-category-chips a {
    min-width: 210px;
    scroll-snap-align: start;
  }
  .sport-theme.woocommerce ul.products,
  .sport-theme .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .sport-theme.woocommerce ul.products li.product,
  .sport-theme .woocommerce ul.products li.product {
    padding: 10px !important;
    border-radius: 18px;
  }
  .sport-theme.woocommerce ul.products li.product .woocommerce-loop-product__title,
  .sport-theme .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px !important;
    min-height: 38px;
  }
  .sport-theme.woocommerce ul.products li.product .price,
  .sport-theme .woocommerce ul.products li.product .price {
    font-size: 17px !important;
  }
  .sport-theme.woocommerce ul.products li.product .button,
  .sport-theme .woocommerce ul.products li.product .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .sport-footer-panel {
    margin: 34px 14px 0;
    border-radius: 24px;
  }
}

@media (max-width: 420px) {
  .sport-theme.woocommerce ul.products,
  .sport-theme .woocommerce ul.products {
    gap: 10px;
  }
  .sport-theme.woocommerce ul.products li.product .button,
  .sport-theme .woocommerce ul.products li.product .button {
    font-size: 12px !important;
    padding: 9px 10px !important;
  }
}

/* Product page polish */
.sport-theme.single-product .summary .single_add_to_cart_button,
.sport-theme.single-product .summary button.single_add_to_cart_button,
.sport-theme.single-product .summary .cart .button,
.sport-theme.single-product .summary a.button,
.sport-theme.single-product .summary .button,
.sport-theme.single-product .product .single_add_to_cart_button,
.sport-theme.single-product .product .cart .button {
  background: var(--sport-red) !important;
  border-color: var(--sport-red) !important;
  color: #fff !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  padding: 13px 22px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.sport-theme.single-product .summary .single_add_to_cart_button:hover,
.sport-theme.single-product .summary .cart .button:hover,
.sport-theme.single-product .summary a.button:hover,
.sport-theme.single-product .product .single_add_to_cart_button:hover {
  background: var(--sport-red-dark) !important;
  border-color: var(--sport-red-dark) !important;
}

.sport-theme .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0 !important;
  margin: 34px 0 24px !important;
  border: 0 !important;
  overflow: visible !important;
}

.sport-theme .woocommerce div.product .woocommerce-tabs ul.tabs::before,
.sport-theme .woocommerce div.product .woocommerce-tabs ul.tabs::after,
.sport-theme .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.sport-theme .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.sport-theme .woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--sport-line) !important;
  border-radius: 999px !important;
  background: #fff !important;
  overflow: hidden;
}

.sport-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--sport-graphite) !important;
  border-color: var(--sport-graphite) !important;
}

.sport-theme .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 12px 18px !important;
  color: var(--sport-ink) !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

.sport-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff !important;
}

.sport-theme .woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 34px !important;
  padding: 0 !important;
}

.sport-theme .woocommerce div.product .woocommerce-tabs .panel > h2:first-child {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 900;
  letter-spacing: -.045em;
}

.sport-theme .woocommerce table.shop_attributes {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--sport-line) !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 24px;
  background: #fff;
}

.sport-theme .woocommerce table.shop_attributes tr,
.sport-theme .woocommerce table.shop_attributes tr:nth-child(even),
.sport-theme .woocommerce table.shop_attributes tr:nth-child(odd) {
  background: #fff !important;
}

.sport-theme .woocommerce table.shop_attributes th,
.sport-theme .woocommerce table.shop_attributes td {
  border: 0 !important;
  border-bottom: 1px solid var(--sport-line) !important;
  padding: 16px 18px !important;
  font-style: normal !important;
  line-height: 1.45;
}

.sport-theme .woocommerce table.shop_attributes tr:last-child th,
.sport-theme .woocommerce table.shop_attributes tr:last-child td {
  border-bottom: 0 !important;
}

.sport-theme .woocommerce table.shop_attributes th {
  width: 260px;
  background: var(--sport-ash) !important;
  color: var(--sport-ink);
  font-weight: 900 !important;
}

.sport-theme .woocommerce table.shop_attributes td,
.sport-theme .woocommerce table.shop_attributes td p,
.sport-theme .woocommerce table.shop_attributes td a {
  color: var(--sport-ink);
  font-weight: 650;
}

@media (max-width: 640px) {
  .sport-theme .woocommerce table.shop_attributes,
  .sport-theme .woocommerce table.shop_attributes tbody,
  .sport-theme .woocommerce table.shop_attributes tr,
  .sport-theme .woocommerce table.shop_attributes th,
  .sport-theme .woocommerce table.shop_attributes td {
    display: block;
    width: 100% !important;
  }
  .sport-theme .woocommerce table.shop_attributes th {
    border-bottom: 0 !important;
    padding-bottom: 6px !important;
  }
  .sport-theme .woocommerce table.shop_attributes td {
    padding-top: 6px !important;
  }
}

/* Strong WooCommerce single-product attributes overrides */
body.sport-theme.woocommerce div.product .woocommerce-tabs ul.tabs,
body.sport-theme.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0 !important;
  margin: 34px 0 24px !important;
  border: 0 !important;
}

body.sport-theme.woocommerce table.shop_attributes,
body.sport-theme.woocommerce-page table.shop_attributes,
body.sport-theme.single-product table.woocommerce-product-attributes {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--sport-line) !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 24px !important;
  background: #fff !important;
}

body.sport-theme.woocommerce table.shop_attributes th,
body.sport-theme.woocommerce table.shop_attributes td,
body.sport-theme.woocommerce-page table.shop_attributes th,
body.sport-theme.woocommerce-page table.shop_attributes td,
body.sport-theme.single-product table.woocommerce-product-attributes th,
body.sport-theme.single-product table.woocommerce-product-attributes td {
  border: 0 !important;
  border-bottom: 1px solid var(--sport-line) !important;
  padding: 16px 18px !important;
  font-style: normal !important;
  line-height: 1.45 !important;
}

body.sport-theme.woocommerce table.shop_attributes tr:last-child th,
body.sport-theme.woocommerce table.shop_attributes tr:last-child td,
body.sport-theme.woocommerce-page table.shop_attributes tr:last-child th,
body.sport-theme.woocommerce-page table.shop_attributes tr:last-child td,
body.sport-theme.single-product table.woocommerce-product-attributes tr:last-child th,
body.sport-theme.single-product table.woocommerce-product-attributes tr:last-child td {
  border-bottom: 0 !important;
}

body.sport-theme.woocommerce table.shop_attributes th,
body.sport-theme.woocommerce-page table.shop_attributes th,
body.sport-theme.single-product table.woocommerce-product-attributes th {
  width: 260px;
  background: var(--sport-ash) !important;
  color: var(--sport-ink) !important;
  font-weight: 900 !important;
}

body.sport-theme.woocommerce table.shop_attributes td,
body.sport-theme.woocommerce table.shop_attributes td p,
body.sport-theme.woocommerce-page table.shop_attributes td,
body.sport-theme.woocommerce-page table.shop_attributes td p,
body.sport-theme.single-product table.woocommerce-product-attributes td,
body.sport-theme.single-product table.woocommerce-product-attributes td p {
  color: var(--sport-ink) !important;
  font-weight: 650 !important;
}

/* Header nav/search + catalog filter drawer v1.0.7 */
.sport-theme .inside-header {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 88px;
}

.sport-theme .site-logo,
.sport-theme .site-branding {
  flex: 0 0 auto;
}

.sport-header-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: 8px;
}

.sport-header-nav a {
  color: var(--sport-muted);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.sport-header-nav a:hover {
  color: var(--sport-ink);
}

.sport-header-search {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: min(420px, 36vw);
  padding: 6px;
  background: var(--sport-ash);
  border: 1px solid var(--sport-line);
  border-radius: 999px;
}

.sport-header-search input[type="search"] {
  flex: 1;
  min-width: 120px;
  height: 42px;
  border: 0 !important;
  background: transparent !important;
  padding: 0 12px !important;
  outline: none;
}

.sport-header-search button {
  min-height: 42px;
  padding: 0 18px !important;
  background: var(--sport-red) !important;
  border-color: var(--sport-red) !important;
  color: #fff !important;
}

.sport-catalog-toolbar {
  border-radius: 999px;
  padding: 10px 12px;
  gap: 12px;
}

.sport-filter-toggle {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 18px !important;
  background: #fff !important;
  color: var(--sport-ink) !important;
  border: 1px solid var(--sport-line) !important;
  box-shadow: 0 8px 24px rgba(18,18,18,.05) !important;
}

.sport-filter-toggle span {
  font-size: 16px;
  line-height: 1;
}

.sport-theme .woocommerce-ordering select {
  max-width: 260px;
  border-radius: 999px !important;
}

.sport-filter-backdrop {
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(18,18,18,.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.sport-filter-panel {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: min(420px, calc(100vw - 28px));
  padding: 22px;
  background: #fff;
  box-shadow: 24px 0 70px rgba(18,18,18,.2);
  transform: translateX(-105%);
  transition: transform .24s ease;
  overflow-y: auto;
  border-radius: 0 28px 28px 0;
}

body.sport-filters-open {
  overflow: hidden;
}

body.sport-filters-open .sport-filter-backdrop {
  opacity: 1;
  pointer-events: auto;
}

body.sport-filters-open .sport-filter-panel {
  transform: translateX(0);
}

.sport-filter-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.sport-filter-panel__head strong {
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.05em;
}

.sport-filter-panel__head button {
  width: 44px;
  height: 44px;
  padding: 0 !important;
  display: grid;
  place-items: center;
  background: var(--sport-ash) !important;
  color: var(--sport-ink) !important;
  border: 1px solid var(--sport-line) !important;
  border-radius: 50% !important;
  font-size: 28px;
  line-height: 1;
}

.sport-filter-search,
.sport-filter-price {
  padding: 14px;
  margin-bottom: 16px;
  border: 1px solid var(--sport-line);
  border-radius: 24px;
  background: var(--sport-ash);
}

.sport-filter-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.sport-filter-search input,
.sport-filter-price input {
  width: 100%;
  background: #fff !important;
}

.sport-filter-search button,
.sport-filter-price button {
  background: var(--sport-red) !important;
  border-color: var(--sport-red) !important;
  color: #fff !important;
  padding-inline: 16px !important;
}

.sport-filter-price h3,
.sport-filter-section h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -.02em;
}

.sport-filter-price > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}

.sport-filter-section {
  margin-top: 18px;
}

.sport-filter-section a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 50px;
  padding: 12px 0;
  border-bottom: 1px solid var(--sport-line);
  color: var(--sport-ink);
  text-decoration: none;
}

.sport-filter-section a span {
  font-weight: 850;
}

.sport-filter-section a small,
.sport-category-chips small {
  color: var(--sport-muted);
  white-space: nowrap;
}

.sport-category-chips a {
  gap: 16px;
  border-radius: 22px;
}

.sport-category-chips span {
  min-width: 0;
}

.sport-theme .woocommerce-pagination .page-numbers li a,
.sport-theme .woocommerce-pagination .page-numbers li span {
  min-width: 44px;
  width: auto;
  padding: 0 14px;
  border-radius: 999px;
}

.sport-theme .woocommerce-pagination .page-numbers li span.current {
  border-radius: 999px;
}

@media (max-width: 1100px) {
  .sport-header-nav {
    gap: 14px;
  }
  .sport-header-search {
    min-width: 270px;
  }
}

@media (max-width: 860px) {
  .sport-theme .inside-header {
    gap: 14px;
    flex-wrap: wrap;
  }
  .sport-header-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding: 0 0 8px;
  }
  .sport-header-search {
    min-width: 0;
    flex: 1 1 260px;
  }
}

@media (max-width: 760px) {
  .sport-catalog-toolbar {
    top: 88px;
    border-radius: 24px;
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .sport-catalog-toolbar__meta {
    min-width: 0;
  }
  .sport-theme .woocommerce-ordering,
  .sport-theme .woocommerce-ordering select {
    width: 100%;
    max-width: none;
  }
  .sport-category-chips a {
    min-width: 220px;
    align-items: flex-start;
  }
  .sport-category-chips span {
    white-space: normal;
    line-height: 1.15;
  }
}

@media (max-width: 520px) {
  .sport-theme .inside-header {
    min-height: 112px;
  }
  .sport-header-search {
    order: 2;
    width: 100%;
    flex-basis: 100%;
  }
  .sport-header-search button {
    padding: 0 14px !important;
  }
  .sport-filter-panel {
    width: min(390px, calc(100vw - 16px));
    border-radius: 0 22px 22px 0;
    padding: 18px;
  }
}

.sport-header-fallback {
  background: rgba(246,246,244,.96);
  border-bottom: 1px solid var(--sport-line);
}
.sport-header-fallback .grid-container {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 72px;
}
@media (max-width: 860px) {
  .sport-header-fallback .grid-container {
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}


/* v1.0.8 numeric cleanup and drawer final state */
body.sport-filters-open .sport-filter-panel {
  transform: translateX(0) !important;
}
body.sport-filters-open .sport-filter-backdrop {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.sport-theme .woocommerce-pagination ul.page-numbers {
  align-items: center;
}
.sport-theme .woocommerce-pagination .page-numbers li a,
.sport-theme .woocommerce-pagination .page-numbers li span {
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 999px !important;
  padding: 0 13px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}
.sport-theme .woocommerce-pagination .page-numbers li .next,
.sport-theme .woocommerce-pagination .page-numbers li .prev {
  width: 44px !important;
  padding: 0 !important;
}

/* v1.0.9 final header/filter polish */
.sport-theme .site-header { display: none !important; }
.sport-header-fallback {
  position: sticky;
  top: 0;
  z-index: 70;
  background: rgba(246,246,244,.96);
  border-bottom: 1px solid var(--sport-line);
  backdrop-filter: blur(14px);
}
body.admin-bar .sport-header-fallback { top: 32px; }
.sport-header-fallback .grid-container {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(300px, 430px);
  align-items: center;
  gap: 28px;
}
.sport-custom-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--sport-ink);
  text-decoration: none;
  min-width: 0;
}
.sport-custom-brand__logo {
  width: auto;
  max-width: 54px;
  max-height: 42px;
  object-fit: contain;
}
.sport-custom-brand__title {
  font-size: 25px;
  font-weight: 950;
  letter-spacing: -.055em;
  white-space: nowrap;
}
.sport-header-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.sport-header-nav::-webkit-scrollbar { display: none; }
.sport-header-nav a {
  flex: 0 0 auto;
  color: var(--sport-muted);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}
.sport-header-nav a:hover { color: var(--sport-ink); }
.sport-header-search {
  width: 100%;
  min-width: 0;
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  background: var(--sport-ash);
  border: 1px solid var(--sport-line);
  border-radius: 999px;
}
.sport-header-search input[type="search"] {
  flex: 1;
  min-width: 90px;
  height: 42px;
  border: 0 !important;
  background: transparent !important;
  padding: 0 12px !important;
  outline: none;
  font-size: 15px;
}
.sport-header-search button {
  min-height: 42px;
  padding: 0 18px !important;
  background: var(--sport-red) !important;
  border-color: var(--sport-red) !important;
  color: #fff !important;
}
body.admin-bar .sport-filter-panel { top: 32px; height: calc(100vh - 32px); }
body.admin-bar .sport-filter-backdrop { top: 32px; }
.sport-filter-panel__head button {
  flex: 0 0 44px;
  font-family: Arial, sans-serif !important;
  font-weight: 400 !important;
  transform: none !important;
}
.sport-filter-section h4 {
  margin: 16px 0 6px;
  color: var(--sport-muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sport-filter-group {
  padding: 10px 0 4px;
  border-bottom: 1px solid var(--sport-line);
}
.sport-filter-group:last-child { border-bottom: 0; }
.sport-filter-panel .sport-filter-section a small,
.sport-category-chips small {
  margin-left: auto;
  text-align: right;
}
.sport-category-chips a { min-width: 0; }
.sport-category-chips a span { overflow-wrap: anywhere; }
@media (max-width: 980px) {
  .sport-header-fallback .grid-container {
    grid-template-columns: auto 1fr;
    gap: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .sport-header-nav { order: 3; grid-column: 1 / -1; width: 100%; }
  .sport-header-search { order: 2; }
}
@media (max-width: 560px) {
  .sport-header-fallback .grid-container { grid-template-columns: 1fr; }
  .sport-custom-brand { justify-content: center; }
  .sport-header-search { order: 2; }
  .sport-header-nav { order: 3; }
}
@media (max-width: 782px) {
  body.admin-bar .sport-header-fallback { top: 46px; }
  body.admin-bar .sport-filter-panel { top: 46px; height: calc(100vh - 46px); }
  body.admin-bar .sport-filter-backdrop { top: 46px; }
}


/* v1.0.11 bottom category SEO text */
.sport-category-bottom-description {
  margin: 44px 0 0;
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
  border: 1px solid var(--sport-line);
  border-radius: 30px;
  color: var(--sport-ink);
}
.sport-category-bottom-description h2 {
  margin: 0 0 16px;
  max-width: 900px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -.045em;
}
.sport-category-bottom-description p {
  max-width: 940px;
  margin: 0 0 14px;
  color: var(--sport-muted);
  font-size: 17px;
  line-height: 1.65;
}
.sport-category-bottom-description p:last-child { margin-bottom: 0; }
@media (max-width: 760px) {
  .sport-category-bottom-description {
    margin-top: 30px;
    border-radius: 24px;
  }
  .sport-category-bottom-description p {
    font-size: 16px;
  }
}

/* v1.0.15 WordPress primary menu in custom header */
.sport-header-nav .sport-header-nav__list,
.sport-header-nav ul {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.sport-header-nav .sport-header-nav__list::-webkit-scrollbar,
.sport-header-nav ul::-webkit-scrollbar { display: none; }
.sport-header-nav li { margin: 0; padding: 0; flex: 0 0 auto; }
@media (max-width: 980px) {
  .sport-header-nav .sport-header-nav__list,
  .sport-header-nav ul { gap: 14px; }
}

/* v1.0.16 header menu, typography and filter polish */
.sport-theme *:not(.sport-custom-brand__title) {
  letter-spacing: normal !important;
}
.sport-custom-brand__title {
  letter-spacing: -.055em !important;
}
.sport-header-nav {
  min-width: 0;
}
.sport-header-nav .sport-header-nav__list {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.sport-header-nav__item,
.sport-header-nav__more {
  flex: 0 0 auto;
  position: relative;
  margin: 0;
  padding: 0;
}
.sport-header-nav a,
.sport-header-nav__more-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000 !important;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500 !important;
  letter-spacing: normal !important;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
}
.sport-header-nav a:hover,
.sport-header-nav a:focus,
.sport-header-nav .current-menu-item > a,
.sport-header-nav .current-product_cat-ancestor > a,
.sport-header-nav__more:hover > .sport-header-nav__more-toggle,
.sport-header-nav__more.is-open > .sport-header-nav__more-toggle,
.sport-header-nav__more-toggle:hover,
.sport-header-nav__more-toggle:focus {
  color: var(--sport-red, #ed1c24) !important;
}
.sport-header-nav__more-toggle span {
  font-size: 16px;
  line-height: 1;
  transform: translateY(-1px);
}
.sport-header-nav__mega {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  z-index: 120;
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  gap: 4px;
  min-width: 390px;
  padding: 16px;
  border: 1px solid var(--sport-line);
  border-radius: 22px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 24px 70px rgba(0,0,0,.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
}
.sport-header-nav__more:hover .sport-header-nav__mega,
.sport-header-nav__more:focus-within .sport-header-nav__mega,
.sport-header-nav__more.is-open .sport-header-nav__mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.sport-header-nav__mega a {
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 12px;
}
.sport-header-nav__mega a:hover,
.sport-header-nav__mega a:focus {
  background: rgba(237,28,36,.08);
}
.sport-header-nav__more { display: none; }
.sport-header-nav .sport-nav-main-9,
.sport-header-nav .sport-nav-main-10,
.sport-header-nav .sport-nav-main-11,
.sport-header-nav .sport-nav-main-12 { display: none; }
.sport-header-nav__more { display: block; }
.sport-header-nav__mega .sport-more-item-3,
.sport-header-nav__mega .sport-more-item-4,
.sport-header-nav__mega .sport-more-item-5,
.sport-header-nav__mega .sport-more-item-6,
.sport-header-nav__mega .sport-more-item-7,
.sport-header-nav__mega .sport-more-item-8 { display: none; }
@media (min-width: 1540px) {
  .sport-header-nav .sport-nav-main-9,
  .sport-header-nav .sport-nav-main-10,
  .sport-header-nav .sport-nav-main-11,
  .sport-header-nav .sport-nav-main-12 { display: list-item; }
  .sport-header-nav__more { display: none; }
}
@media (max-width: 1320px) {
  .sport-header-nav .sport-nav-main-6,
  .sport-header-nav .sport-nav-main-7,
  .sport-header-nav .sport-nav-main-8,
  .sport-header-nav .sport-nav-main-9,
  .sport-header-nav .sport-nav-main-10,
  .sport-header-nav .sport-nav-main-11,
  .sport-header-nav .sport-nav-main-12 { display: none; }
  .sport-header-nav__mega .sport-more-item-3,
.sport-header-nav__mega .sport-more-item-4,
  .sport-header-nav__mega .sport-more-item-5 { display: none; }
  .sport-header-nav__mega .sport-more-item-6,
  .sport-header-nav__mega .sport-more-item-7,
  .sport-header-nav__mega .sport-more-item-8,
  .sport-header-nav__mega .sport-more-item-9,
  .sport-header-nav__mega .sport-more-item-10,
  .sport-header-nav__mega .sport-more-item-11,
  .sport-header-nav__mega .sport-more-item-12 { display: inline-flex; }
}
@media (max-width: 1140px) {
  .sport-header-nav .sport-nav-main-5 { display: none; }
  .sport-header-nav__mega .sport-more-item-5 { display: inline-flex; }
}
@media (max-width: 980px) {
  .sport-header-nav .sport-nav-main-4 { display: none; }
  .sport-header-nav__mega .sport-more-item-4 { display: inline-flex; }
  .sport-header-nav__mega { left: 0; transform: translate(0, 8px); min-width: min(440px, calc(100vw - 32px)); }
  .sport-header-nav__more:hover .sport-header-nav__mega,
  .sport-header-nav__more:focus-within .sport-header-nav__mega,
  .sport-header-nav__more.is-open .sport-header-nav__mega { transform: translate(0, 0); }
}
@media (max-width: 560px) {
  .sport-header-nav .sport-nav-main-3 { display: none; }
  .sport-header-nav__mega .sport-more-item-3 { display: inline-flex; }
  .sport-header-nav__mega { grid-template-columns: 1fr; }
}
.sport-filter-panel .sport-filter-section a span,
.sport-filter-panel .sport-filter-group a span {
  font-weight: 500 !important;
}
.sport-filter-panel .sport-filter-section h3,
.sport-filter-panel .sport-filter-section h4 {
  letter-spacing: normal !important;
}


/* v1.0.17 keep More visible before search on medium desktop */
@media (max-width: 1450px) {
  .sport-header-nav .sport-nav-main-6,
  .sport-header-nav .sport-nav-main-7,
  .sport-header-nav .sport-nav-main-8,
  .sport-header-nav .sport-nav-main-9,
  .sport-header-nav .sport-nav-main-10,
  .sport-header-nav .sport-nav-main-11,
  .sport-header-nav .sport-nav-main-12 { display: none; }
  .sport-header-nav__more { display: block; }
  .sport-header-nav__mega .sport-more-item-3,
  .sport-header-nav__mega .sport-more-item-4,
  .sport-header-nav__mega .sport-more-item-5 { display: none; }
  .sport-header-nav__mega .sport-more-item-6,
  .sport-header-nav__mega .sport-more-item-7,
  .sport-header-nav__mega .sport-more-item-8,
  .sport-header-nav__mega .sport-more-item-9,
  .sport-header-nav__mega .sport-more-item-10,
  .sport-header-nav__mega .sport-more-item-11,
  .sport-header-nav__mega .sport-more-item-12 { display: inline-flex; }
}

/* v1.0.18 mobile header restore, readable chips, unique hero polish */
.sport-header-panel {
  display: contents;
}
.sport-mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--sport-line) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #000 !important;
  padding: 0 !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.sport-mobile-menu-toggle span {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #000;
  transition: transform .16s ease, opacity .16s ease;
}
.sport-mobile-menu-toggle span:nth-child(1) { transform: translateY(-6px); }
.sport-mobile-menu-toggle span:nth-child(3) { transform: translateY(6px); }
.sport-mobile-menu-toggle em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
body.sport-mobile-menu-open .sport-mobile-menu-toggle span:nth-child(1) { transform: rotate(45deg); }
body.sport-mobile-menu-open .sport-mobile-menu-toggle span:nth-child(2) { opacity: 0; }
body.sport-mobile-menu-open .sport-mobile-menu-toggle span:nth-child(3) { transform: rotate(-45deg); }
.sport-catalog-hero .sport-eyebrow { letter-spacing: normal !important; }
@media (max-width: 760px) {
  .sport-header-fallback .grid-container {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 12px !important;
    align-items: center !important;
    min-height: 76px !important;
    padding: 12px 16px !important;
  }
  .sport-custom-brand { justify-content: flex-start !important; }
  .sport-mobile-menu-toggle { display: inline-flex; justify-self: end; }
  .sport-header-panel {
    display: none;
    grid-column: 1 / -1;
    padding: 12px;
    border: 1px solid var(--sport-line);
    border-radius: 22px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
  }
  body.sport-mobile-menu-open .sport-header-panel { display: grid; gap: 12px; }
  .sport-header-search {
    order: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  .sport-header-search input[type="search"] { min-width: 0 !important; }
  .sport-header-nav {
    order: 2 !important;
    width: 100% !important;
    grid-column: auto !important;
    margin: 0 !important;
  }
  .sport-header-nav .sport-header-nav__list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px !important;
    width: 100%;
  }
  .sport-header-nav__item,
  .sport-header-nav__more,
  .sport-header-nav .sport-nav-main-3,
  .sport-header-nav .sport-nav-main-4,
  .sport-header-nav .sport-nav-main-5,
  .sport-header-nav .sport-nav-main-6,
  .sport-header-nav .sport-nav-main-7,
  .sport-header-nav .sport-nav-main-8,
  .sport-header-nav .sport-nav-main-9,
  .sport-header-nav .sport-nav-main-10,
  .sport-header-nav .sport-nav-main-11,
  .sport-header-nav .sport-nav-main-12 {
    display: list-item !important;
  }
  .sport-header-nav__more { display: none !important; }
  .sport-header-nav a {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px !important;
    border-radius: 14px;
    background: #f6f6f4;
  }
  .sport-header-nav a:hover,
  .sport-header-nav a:focus { background: rgba(237,28,36,.08); }
  .sport-catalog-hero { margin-top: 18px; border-radius: 26px; }
  .sport-catalog-hero__content { padding-top: 26px; }
  .sport-category-chips {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
    scroll-snap-type: none !important;
  }
  .sport-category-chips a {
    min-width: 0 !important;
    min-height: 88px !important;
    padding: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 8px !important;
    scroll-snap-align: none !important;
  }
  .sport-category-chips span {
    font-size: 15px !important;
    line-height: 1.18 !important;
    font-weight: 700 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }
  .sport-category-chips small {
    margin-left: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    font-size: 12px !important;
  }
}
@media (max-width: 380px) {
  .sport-category-chips { grid-template-columns: 1fr !important; }
}
@media (max-width: 760px) {
  .sport-header-nav a {
    white-space: normal !important;
    overflow: hidden;
    text-overflow: clip;
    line-height: 1.18 !important;
    font-size: 15px !important;
    align-items: center !important;
  }
}
