@charset "UTF-8";
/**
 * Sports theme — athletic retail look (inspired by common sportswear storefront patterns).
 * All theme-specific overrides live in this file per project rules.
 */

.theme-sports {
  --sport-ink: #141414;
  --sport-muted: #4a4a4a;
  --sport-line: #e6e6e6;
  --sport-bg-page: #fafafa;
  --sport-accent: #c8102e;
  --sport-accent-hover: #a30d25;
  --sport-header-bg: #ffffff;
  --sport-font-body: "Source Sans 3", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sport-font-display: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sport-nav-size: 15px;
}

.theme-sports,
.theme-sports button,
.theme-sports input,
.theme-sports select,
.theme-sports textarea {
  font-family: var(--sport-font-body);
}

.theme-sports h1,
.theme-sports h2,
.theme-sports h3,
.theme-sports .h1,
.theme-sports .h2,
.theme-sports .h3,
.theme-sports .page-heading {
  font-family: var(--sport-font-display);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--sport-ink);
}

.theme-sports body {
  background-color: var(--sport-bg-page);
  color: var(--sport-ink);
}

/* Layout: tighten space between page content and footer (global.css #columns has padding-bottom: 50px) */
.theme-sports #columns {
  padding-top: 12px !important;
  padding-bottom: 24px !important;
  margin-bottom: 0;
}

.theme-sports main#center_column {
  min-height: 0;
  height: auto;
}

/* category.tpl wraps listing in an inner <main> — keep normal block flow */
.theme-sports #center_column > main {
  display: block;
  min-height: 0;
}

/* Site-wide max content width (Bootstrap 3 .container caps at 1170px by default) */
.theme-sports .container {
  max-width: 1920px !important;
  width: 100%;
}

/* ----- Meta row: language / currency ----- */
.theme-sports .sports-header-meta {
  background: var(--sport-header-bg);
  border-bottom: 1px solid var(--sport-line);
}

.theme-sports .sports-meta-navbar {
  border: none;
  margin-bottom: 0;
  min-height: 0;
  background: transparent;
}

.theme-sports .sports-meta-navbar .navbar-toggle {
  border-color: #ccc;
  margin-top: 8px;
  margin-bottom: 8px;
}

.theme-sports .sports-meta-navbar .navbar-toggle .icon-bar {
  background-color: var(--sport-ink);
}

.theme-sports .sports-meta-nav-list > li > a {
  color: var(--sport-muted);
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.theme-sports .sports-meta-nav-list > li > a:hover,
.theme-sports .sports-meta-nav-list > li > a:focus {
  color: var(--sport-ink);
  background: transparent;
}

@media (min-width: 768px) {
  .theme-sports .sports-meta-nav-list {
    margin-right: -15px;
  }
}

/* ----- Main header: logo + primary nav + icons ----- */
.theme-sports #header {
  background: var(--sport-header-bg);
}

.theme-sports .sports-header-primary,
.theme-sports #header-blocks.sports-header-primary {
  background: var(--sport-header-bg);
  border-bottom: 1px solid var(--sport-line);
  padding-top: 16px;
  padding-bottom: 16px;
}

/* Allow cart dropdown to extend outside the Bootstrap .container */
.theme-sports #header-blocks .container,
.theme-sports #header-blocks {
  overflow: visible;
}

.theme-sports .sports-header-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 20px;
}

.theme-sports .sports-header-logo,
.theme-sports #shop-logo.sports-header-logo {
  flex: 0 0 auto;
  margin: 0;
  width: auto;
  max-width: 200px;
}

.theme-sports .sports-header-logo img,
.theme-sports #shop-logo.sports-header-logo img {
  max-height: 40px;
  width: auto;
  margin: 0;
}

.theme-sports .sports-header-row .fixpaddingsize2018 {
  flex: 1 1 auto;
  min-width: 0;
  order: 2;
  width: auto !important;
  padding: 0;
  margin: 0;
}

.theme-sports .sports-header-row #mega_menu_plus.mg-contener {
  width: auto !important;
  max-width: none;
  float: none;
  padding: 0;
}

.theme-sports .sports-header-logo {
  order: 1;
}

/* displayTop outputs default flex order 0; logo/menu use1–2, so icons would paint left of the logo.
   Pin search + account + cart to the right without JS reparenting (avoids flash). */
@media (min-width: 992px) {
  .theme-sports .sports-header-row > #search_block_top {
    order: 10;
    margin-left: auto;
  }

  .theme-sports .sports-header-row > .sports-header-account {
    order: 11;
  }

  .theme-sports .sports-header-row > .sports-header-cart {
    order: 12;
  }
}

@media (min-width: 992px) {
  /* Remove module top/bottom borders on desktop mega bar */
  .theme-sports #header #mega_menu_plus,
  .theme-sports #header #mega_menu_plus .mg-menu,
  .theme-sports #header #mega_menu_plus ul.mg-menu.menu-content {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }

  .theme-sports body #mega_menu_plus ul.mg-menu.menu-content {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0 22px;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
 }

  .theme-sports #mega_menu_plus ul.mg-menu.menu-content > li {
    width: auto !important;
    min-width: 0;
    max-width: none;
    height: auto !important;
    padding: 0 2px !important;
    margin: 0 !important;
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .theme-sports #mega_menu_plus ul.mg-menu.menu-content > li > a,
  .theme-sports #mega_menu_plus ul.mg-menu.menu-content > li > span,
  .theme-sports #mega_menu_plus ul.mg-menu.menu-content > li > .menu-item-link {
    font-family: var(--sport-font-body);
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01em;
    font-size: var(--sport-nav-size);
    color: var(--sport-ink) !important;
    padding: 6px 4px !important;
    line-height: 1.25;
    display: inline-block;
  }

  .theme-sports #mega_menu_plus ul.mg-menu.menu-content > li > a:hover,
  .theme-sports #mega_menu_plus ul.mg-menu.menu-content > li > .menu-item-link:hover {
    color: var(--sport-accent) !important;
    background: transparent !important;
  }

  .theme-sports #mega_menu_plus .mobi {
    display: none !important;
  }

  .theme-sports #mega_menu_plus ul.mg-menu.hidden-ul {
    display: flex !important;
  }

  /* Mega dropdown panels: white panel, NB-style columns (builder + category trees) */
  .theme-sports #mega_menu_plus ul li div.sub.hidesubmenu2018,
  .theme-sports #mega_menu_plus ul li div.sub {
    background: #fff !important;
    border: none !important;
    border-top: 2px solid var(--sport-ink) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12) !important;
    padding: 0 !important;
  }

  .theme-sports #mega_menu_plus .mg-menu > li.submenu:hover > a:before,
  .theme-sports #mega_menu_plus .mg-menu > li.submenu.baiframehover > a:before {
    border-bottom-color: var(--sport-ink) !important;
  }

  .theme-sports #mega_menu_plus .sub .submenu-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 32px 40px 40px;
    box-sizing: border-box;
  }

  /* Visual builder rows (make == 1): grid instead of floated cols */
  .theme-sports #mega_menu_plus .sub .rows {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 48px !important;
    row-gap: 32px !important;
    padding: 0 !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    height: auto !important;
  }

  .theme-sports #mega_menu_plus .sub .rows .cols {
    float: none !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .theme-sports #mega_menu_plus .cols .content_submenu {
    float: none !important;
    display: block !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .theme-sports #mega_menu_plus .content_submenu .titlesub {
    float: none !important;
    width: 100% !important;
    margin: 0 0 12px !important;
    padding: 0 0 10px !important;
    border-bottom: none !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: var(--sport-ink) !important;
  }

  .theme-sports #mega_menu_plus .content_submenu .titlesub a span,
  .theme-sports #mega_menu_plus .content_submenu .titlesub .menu-item-link-text {
    color: inherit !important;
  }

  .theme-sports #mega_menu_plus .content_submenu ul.menulink {
    float: none !important;
    display: block !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .theme-sports #mega_menu_plus .content_submenu ul.menulink li {
    border: none !important;
  }

  .theme-sports #mega_menu_plus .content_submenu ul.menulink li a {
    padding: 8px 0 !important;
    line-height: 1.35 !important;
    font-size: 14px !important;
    color: var(--sport-ink) !important;
    background: none !important;
    border-bottom: none !important;
  }

  .theme-sports #mega_menu_plus .content_submenu ul.menulink li a:hover {
    color: var(--sport-accent) !important;
    text-decoration: none !important;
  }

  /* Category / CMS tree: top-level li = column, direct child ul = link stack */
  .theme-sports #mega_menu_plus .sub .submenu-container > ul.treelinks {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 48px !important;
    row-gap: 28px !important;
    align-items: start;
  }

  .theme-sports #mega_menu_plus .sub .submenu-container > ul.treelinks > li {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    display: block !important;
  }

  /* Module hides these by default; show all top-level anchors */
  .theme-sports #mega_menu_plus .sub .submenu-container > ul.treelinks > li > a {
    display: block !important;
    padding: 8px 0 !important;
    line-height: 1.35 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
    margin: 0 !important;
    border-bottom: none !important;
    color: var(--sport-ink) !important;
    background: none !important;
  }

  /* Branches with a child list: first link is a column title (NB-style) */
  .theme-sports #mega_menu_plus .sub .submenu-container > ul.treelinks > li:has(> ul) > a {
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    margin: 0 0 12px !important;
    padding: 0 0 8px !important;
  }

  .theme-sports #mega_menu_plus .sub .submenu-container > ul.treelinks > li > a:hover {
    color: var(--sport-accent) !important;
  }

  .theme-sports #mega_menu_plus .sub .submenu-container > ul.treelinks > li > ul {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .theme-sports #mega_menu_plus .sub .submenu-container > ul.treelinks > li > ul > li > a {
    padding: 8px 0 !important;
    line-height: 1.35 !important;
    font-size: 14px !important;
    border-bottom: none !important;
    color: var(--sport-ink) !important;
  }

  .theme-sports #mega_menu_plus .sub .submenu-container > ul.treelinks > li > ul > li > a:hover {
    color: var(--sport-accent) !important;
  }

  /* Single-branch long lists (e.g. many sibling categories under one parent): split into 4 columns */
  .theme-sports #mega_menu_plus .sub .submenu-container > ul.treelinks > li:only-child > ul {
    column-count: 4;
    column-gap: 48px;
    column-fill: balance;
  }

  .theme-sports #mega_menu_plus .sub .submenu-container > ul.treelinks > li:only-child > ul > li {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  /* Flat “existlink” lists: multi-column without changing markup */
  .theme-sports #mega_menu_plus .sub .submenu-container > ul.existlink {
    display: block !important;
    column-count: 4;
    column-gap: 48px;
    column-fill: balance;
  }

  .theme-sports #mega_menu_plus .sub .submenu-container > ul.existlink > li {
    break-inside: avoid;
    page-break-inside: avoid;
    min-width: 0 !important;
  }

  .theme-sports #mega_menu_plus .sub .submenu-container > ul.existlink > li > a {
    padding: 8px 0 !important;
    line-height: 1.35 !important;
    font-size: 14px !important;
    border-bottom: none !important;
    color: var(--sport-ink) !important;
    background: none !important;
  }

  .theme-sports #mega_menu_plus .sub .submenu-container > ul.existlink > li > a:hover {
    color: var(--sport-accent) !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .theme-sports #mega_menu_plus .sub .rows {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .theme-sports #mega_menu_plus .sub .submenu-container > ul.treelinks {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .theme-sports #mega_menu_plus .sub .submenu-container > ul.treelinks > li:only-child > ul,
  .theme-sports #mega_menu_plus .sub .submenu-container > ul.existlink {
    column-count: 3;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .theme-sports #mega_menu_plus .sub .rows {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .theme-sports #mega_menu_plus .sub .submenu-container > ul.treelinks {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .theme-sports #mega_menu_plus .sub .submenu-container > ul.treelinks > li:only-child > ul,
  .theme-sports #mega_menu_plus .sub .submenu-container > ul.existlink {
    column-count: 2;
  }
}

@media (max-width: 991px) {
  /* Mega panels: undo desktop grid / columns for stacked mobile nav */
  .theme-sports #mega_menu_plus .sub .rows {
    display: block !important;
  }

  .theme-sports #mega_menu_plus .sub .submenu-container > ul.treelinks {
    display: block !important;
  }

  .theme-sports #mega_menu_plus .sub .submenu-container > ul.treelinks > li:only-child > ul,
  .theme-sports #mega_menu_plus .sub .submenu-container > ul.existlink {
    column-count: 1 !important;
  }

  /* Row1: hamburger | logo | search | account | cart; row 2: mega full width */
  .theme-sports .sports-header-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 8px;
    row-gap: 8px;
  }

  .theme-sports .sports-header-row > .mobi {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: center;
    width: auto !important;
    max-width: none !important;
    display: block !important;
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .theme-sports .sports-header-row > .mobi a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
    background: transparent !important;
    border: none !important;
    color: transparent !important;
    box-sizing: border-box !important;
    font-size: 0 !important;
  }

  .theme-sports .sports-header-row > .mobi a .fa {
    font-size: 22px !important;
    line-height: 1 !important;
    color: var(--sport-ink) !important;
  }

  .theme-sports .sports-header-row > .sports-header-logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: center;
    max-width: 100%;
    min-width: 0;
    width: auto;
  }

  .theme-sports .sports-header-row > #search_block_top {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    margin-left: 0;
    white-space: nowrap;
  }

  .theme-sports .sports-header-row > .sports-header-account {
    grid-column: 4;
    grid-row: 1;
    justify-self: center;
    align-self: center;
  }

  .theme-sports .sports-header-row > .sports-header-cart {
    grid-column: 5;
    grid-row: 1;
    justify-self: end;
    align-self: center;
  }

  .theme-sports .sports-header-row > .fixpaddingsize2018 {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100% !important;
    min-width: 0;
  }
}

.theme-sports .sports-header-action {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  align-self: center;
  width: auto !important;
  max-width: none;
  float: none;
  padding: 0;
}

.theme-sports .sports-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--sport-ink);
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 0;
  border: none;
  background: transparent;
  text-decoration: none !important;
  box-sizing: border-box;
}

.theme-sports button.sports-icon-link.sports-search-trigger {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  vertical-align: middle;
}

.theme-sports .sports-icon-link:hover,
.theme-sports .sports-icon-link:focus {
  color: var(--sport-accent);
}

.theme-sports .sports-icon-svg {
  display: block;
  vertical-align: middle;
}

.theme-sports .sports-account-notify-dot {
  position: absolute;
  top: 6px;
  right: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sport-accent);
  box-shadow: 0 0 0 1px #fff;
}

.theme-sports .sports-cart-link {
  position: relative;
}

.theme-sports .sports-cart-qty-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  background: var(--sport-ink);
  color: #fff !important;
}

/* Override niara blockcart.css: hide FA basket, fix header cart to SVG icon */
.theme-sports .sports-header-cart #blockcart {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: center;
}

.theme-sports .sports-header-cart #blockcart-header:before {
  display: none !important;
  content: none !important;
}

.theme-sports .sports-header-cart #blockcart-header {
  height: auto !important;
  min-height: 40px !important;
  line-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  color: var(--sport-ink) !important;
  font-weight: 400 !important;
  vertical-align: middle;
}

.theme-sports .sports-header-cart #blockcart-header .ajax_cart_quantity,
.theme-sports .sports-header-cart #blockcart-header .sports-cart-qty-badge {
  position: absolute !important;
  top: 2px !important;
  right: 2px !important;
  left: auto !important;
  min-width: 16px !important;
  min-height: 16px !important;
  line-height: 16px !important;
  background: var(--sport-ink) !important;
  color: #fff !important;
  border-radius: 50% !important;
  font-size: 10px !important;
  padding: 0 4px !important;
}

.theme-sports .sports-cart-fallback-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.theme-sports #blockcart .shopping_cart > a.sports-cart-link,
.theme-sports #blockcart .cart-preview {
  border-radius: 0;
}

/* Cart block in slim column: theme uses width:100% on dropdown — override width and align right */
.theme-sports .sports-header-cart #blockcart {
  position: relative !important;
  overflow: visible !important;
  text-align: right !important;
}

.theme-sports .sports-header-cart #blockcart-dropdown {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  width: 360px !important;
  min-width: 280px !important;
  max-width: min(360px, calc(100vw - 20px)) !important;
  margin-top: 6px !important;
  z-index: 100080 !important;
  box-sizing: border-box !important;
}

@media (max-width: 400px) {
  .theme-sports .sports-header-cart #blockcart-dropdown {
    width: min(360px, calc(100vw - 16px)) !important;
    min-width: 0 !important;
  }
}

.theme-sports .sports-search-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 100060;
  background: #fff;
  border-bottom: 1px solid var(--sport-line);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  padding: 12px 0;
}

.theme-sports .sports-header-search-wrap {
  position: static;
}

.theme-sports .sports-header-primary .container {
  position: relative;
}

.theme-sports .sports-search-panel-inner {
  display: flex;
  gap: 8px;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}

.theme-sports .sports-search-panel-inner .form-control {
  border-radius: 0;
  height: 40px;
  border-color: #ccc;
  box-shadow: none;
}

.theme-sports .sports-search-submit {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.theme-sports .sports-search-panel[hidden] {
  display: none !important;
}

.theme-sports .sports-search-trigger:focus {
  outline: 2px solid var(--sport-accent);
  outline-offset: 2px;
}

@media (max-width: 991px) {
  /* Full-bleed search bar under header (panel was narrow when positioned under the icon column) */
  .theme-sports .sports-search-panel {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .theme-sports .sports-search-panel-inner {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 12px !important;
  }

  .theme-sports .sports-search-panel-inner .form-control {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }
}

/* ----- Home hero / top column ----- */
.theme-sports .top_column_wrapper {
  background: #fff;
  margin-bottom: 0;
}

.theme-sports #top_column .homeslider-container,
.theme-sports #top_column .carousel {
  margin-bottom: 0;
}

.theme-sports #index #center_column .row {
  margin-top: 24px;
}

.theme-sports ul.product_list.grid .product-container,
.theme-sports ul.product_list.list .product-container {
  border: 1px solid var(--sport-line);
  background: #fff;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.theme-sports ul.product_list.grid .product-container:hover,
.theme-sports ul.product_list.list .product-container:hover {
  border-color: #ccc;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.theme-sports .product_list .product-name {
  font-family: var(--sport-font-display);
  font-weight: 600;
  font-size: 15px;
  min-height: 2.6em;
}

.theme-sports .content_price,
.theme-sports .price.product-price {
  color: var(--sport-ink);
  font-weight: 700;
}

.theme-sports .old-price {
  color: var(--sport-muted);
}

/* ----- Breadcrumb ----- */
.theme-sports .breadcrumb {
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  margin-bottom: 12px;
  font-size: 13px;
}

.theme-sports .breadcrumb > li + li:before {
  color: #999;
}

/* ----- Category listing (PLP) — retail grid + toolbar ----- */
.theme-sports#category {
  background-color: #fff !important;
}

.theme-sports#category #columns,
.theme-sports#category #left_column,
.theme-sports#category #center_column,
.theme-sports#category .breadcrumb {
  background-color: #fff !important;
}

.theme-sports#category #center_column {
  background: #fff;
  padding: 20px 12px 24px;
}

@media (min-width: 768px) {
  .theme-sports#category #center_column {
    padding: 28px 20px 28px;
  }
}

.theme-sports#category #category-banner {
  margin-bottom: 24px;
  overflow: hidden;
  background: #f5f5f5;
}

.theme-sports#category #category-banner img,
.theme-sports#category #category-banner picture {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}

.theme-sports#category #category-info .page-heading {
  font-family: var(--sport-font-display);
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--sport-line);
  display: block;
  width: 100%;
  line-height: 1.15;
}

@media (max-width: 767px) {
  .theme-sports#category #category-info .page-heading {
    text-align: center;
  }

  .theme-sports#category #category-info .page-heading .cat-name {
    display: inline-block;
    max-width: 100%;
  }
}

.theme-sports#category #category-description {
  color: var(--sport-muted);
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 1.55;
}

.theme-sports#category .category-description-after-products {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--sport-line);
}

.theme-sports#category .category-description-after-products #category-description {
  margin-bottom: 0;
}

.theme-sports#category #category-subcategories {
  margin-bottom: 36px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--sport-line);
}

.theme-sports#category #category-subcategories > .page-heading {
  font-family: var(--sport-font-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: var(--sport-ink);
}

.theme-sports#category #category-subcategories .thumbnail {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 20px;
  box-shadow: none;
  background: transparent;
  transition: opacity 0.2s ease;
}

.theme-sports#category #category-subcategories .thumbnail:hover {
  opacity: 0.88;
}

.theme-sports#category #category-subcategories .thumbnail > a {
  display: block;
  background: #fff;
}

.theme-sports#category #category-subcategories .thumbnail img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.theme-sports#category #category-subcategories .subcategory-title {
  margin-top: 12px;
  font-family: var(--sport-font-body);
  font-size: 14px;
  font-weight: 600;
}

.theme-sports#category #category-subcategories .subcategory-title a {
  color: var(--sport-ink);
}

.theme-sports#category #category-subcategories .subcategory-title a:hover {
  color: var(--sport-accent);
  text-decoration: none;
}

.theme-sports#category #category-products > .content_sortPagiBar:first-child {
  margin-top: 0;
}

.theme-sports#category .content_sortPagiBar {
  border: 1px solid var(--sport-line);
  background: #fff;
  padding: 14px 16px;
  margin-bottom: 16px;
  border-radius: 0;
}

/* Top bar: Sort by + compare + pagination on one row */
.theme-sports#category #category-products > .content_sortPagiBar:first-of-type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
}

.theme-sports#category #category-products > .content_sortPagiBar:first-of-type .sortPagiBar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  flex: 0 1 auto;
  margin: 0;
}

.theme-sports#category #category-products > .content_sortPagiBar:first-of-type .top-pagination-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px 16px;
  flex: 1 1 auto;
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.theme-sports#category .content_sortPagiBar .sortPagiBar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.theme-sports#category .content_sortPagiBar .bottom-pagination-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.theme-sports#category .content_sortPagiBar .sortPagiBar .productsSortForm {
  margin-bottom: 0;
}

.theme-sports#category .content_sortPagiBar .productsSortForm label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sport-muted);
  margin-right: 8px;
}

.theme-sports#category .content_sortPagiBar .selectProductSort,
.theme-sports#category .content_sortPagiBar select.form-control {
  border-radius: 0;
  border-color: #ccc;
  min-width: 200px;
  font-size: 14px;
}

.theme-sports#category .content_sortPagiBar .compare,
.theme-sports#category .content_sortPagiBar .pagination {
  margin: 0;
}

.theme-sports#category .content_sortPagiBar .pagination > li > a,
.theme-sports#category .content_sortPagiBar .pagination > li > span {
  border-radius: 0;
  color: var(--sport-ink);
}

/* Category toolbar: phone — compact height (row sort, compare + pagination inline) */
@media (max-width: 767px) {
  .theme-sports#category .content_sortPagiBar {
    padding: 8px 10px;
    margin-bottom: 12px;
  }

  .theme-sports#category #category-products > .content_sortPagiBar:first-of-type {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
  }

  .theme-sports#category #category-products > .content_sortPagiBar:first-of-type .sortPagiBar {
    flex: 1 1 100%;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
  }

  .theme-sports#category #category-products > .content_sortPagiBar:first-of-type .top-pagination-content {
    flex: 1 1 100%;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 10px;
    overflow: visible;
  }

  .theme-sports#category .content_sortPagiBar .productsSortForm {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .theme-sports#category .content_sortPagiBar .productsSortForm form {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .theme-sports#category .content_sortPagiBar .productsSortForm label {
    margin-right: 0;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .theme-sports#category .content_sortPagiBar .selectProductSort,
  .theme-sports#category .content_sortPagiBar select.form-control {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
    min-height: 38px;
    font-size: 16px;
    padding: 5px 10px;
  }

  .theme-sports#category .content_sortPagiBar .compare {
    width: auto;
    flex: 0 0 auto;
    text-align: left;
    font-size: 13px;
  }

  .theme-sports#category .content_sortPagiBar div[id^="pagination"] {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0;
  }

  .theme-sports#category .content_sortPagiBar .pagination {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    min-height: 36px;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
  }

  .theme-sports#category .content_sortPagiBar .pagination > li > a,
  .theme-sports#category .content_sortPagiBar .pagination > li > span {
    min-width: 36px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    box-sizing: border-box;
  }

  .theme-sports#category .content_sortPagiBar .bottom-pagination-content {
    justify-content: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
  }
}

/* Denser grid on category (4-up on large screens) without editing tpl */
/* Bootstrap .row ::before/::after clearfix becomes extra grid items — hide them */
.theme-sports#category .product_list.grid.row::before,
.theme-sports#category .product_list.grid.row::after {
  display: none !important;
  content: none !important;
}

.theme-sports#category .product_list.grid.row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 16px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  font-size: inherit;
}

.theme-sports#category .product_list.grid.row > li[class*="col-"] {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

@media (min-width: 768px) {
  .theme-sports#category .product_list.grid.row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 20px;
  }
}

@media (min-width: 1200px) {
  .theme-sports#category .product_list.grid.row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.theme-sports#category ul.product_list.grid .product-container {
  border: none;
  box-shadow: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0 8px;
  transition: box-shadow 0.2s ease;
}

.theme-sports#category ul.product_list.grid .product-container:hover {
  border: none;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
}

.theme-sports#category ul.product_list.grid .product-image-container {
  padding: 12px 12px 8px;
  background: #fff;
}

.theme-sports#category ul.product_list.grid .product-description-container,
.theme-sports#category ul.product_list.grid .product-actions-container {
  padding-left: 8px;
  padding-right: 8px;
}

.theme-sports#category ul.product_list.grid .product-name {
  font-size: 14px;
  font-weight: 600;
  min-height: 0;
  margin-top: 4px;
}

/* List view on category: keep readable rows */
.theme-sports#category ul.product_list.list .product-container {
  border: 1px solid var(--sport-line);
  margin-bottom: 16px;
  padding: 16px;
}

.theme-sports .content_sortPagiBar {
  border: 1px solid var(--sport-line);
  background: #fff;
  padding: 10px 12px;
  margin-bottom: 20px;
}

/* ----- Product detail (PDP) — retail layout ----- */
.theme-sports#product {
  background-color: #fff;
}

.theme-sports#product #columns,
.theme-sports#product #left_column,
.theme-sports#product #center_column {
  background-color: #fff;
}

.theme-sports#product #center_column {
  padding-top: 8px;
  padding-bottom: 24px;
}

.theme-sports#product .primary_block {
  background: #fff;
  padding: 20px 12px 32px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 0;
  box-shadow: none;
}

@media (min-width: 768px) {
  .theme-sports#product .primary_block {
    padding: 28px 8px 40px;
  }
}

.theme-sports#product .pb-left-column {
  margin-bottom: 28px;
}

.theme-sports#product #image-block.thumbnail {
  background: #fff;
  padding: 8px;
  margin-bottom: 16px;
}

/* Main product photo: fill column width, do not cap with theme thumb dimensions */
.theme-sports#product .pb-left-column #image-block a#view_full_size,
.theme-sports#product .pb-left-column #image-block > span#view_full_size {
  display: block;
  width: 100%;
}

.theme-sports#product .pb-left-column #image-block #bigpic,
.theme-sports#product .pb-left-column #image-block picture {
  display: block;
  width: 100%;
}

.theme-sports#product .pb-left-column #image-block #bigpic img,
.theme-sports#product .pb-left-column #image-block picture img,
.theme-sports#product .pb-left-column #image-block img.sports-pdp-main-img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain;
  background: #fff;
}

.theme-sports#product .pb-left-column #image-block .img-responsive {
  max-width: none;
}

/* Lightbox: main link opens real thickbox image (not product URL); zoom-in affordance */
.theme-sports#product .pb-left-column #image-block a#view_full_size.sports-pdp-lightbox {
  cursor: zoom-in;
  position: relative;
  text-decoration: none;
}

.theme-sports#product .pb-left-column #image-block a#view_full_size.sports-pdp-lightbox:focus-visible {
  outline: 2px solid var(--sport-accent);
  outline-offset: 3px;
}

.theme-sports#product #image-block .sports-pdp-zoom-hint {
  width: 56px;
  height: 56px;
  line-height: 56px;
  margin-top: -28px;
  margin-left: -28px;
  font-size: 22px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.42);
  transition: background 0.2s ease, transform 0.2s ease;
}

.theme-sports#product #image-block:hover .sports-pdp-zoom-hint {
  background: rgba(0, 0, 0, 0.55);
}

.theme-sports#product .goverlay {
  background: rgba(0, 0, 0, 0.88) !important;
}

.theme-sports#product .gslide-description {
  font-size: 14px;
  font-weight: 500;
  color: #e8e8e8;
}

.theme-sports#product #views_block {
  margin-top: 8px;
}

.theme-sports#product #thumbs_list_frame {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.theme-sports#product #thumbs_list_frame > li {
  display: block !important;
  margin: 0;
}

.theme-sports#product #thumbs_list_frame .thumbnail {
  border: 1px solid var(--sport-line);
  padding: 4px;
  margin: 0;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.theme-sports#product #thumbs_list_frame .thumbnail:hover,
.theme-sports#product #thumbs_list_frame .thumbnail.shown {
  border-color: var(--sport-ink);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.theme-sports#product .product-label-container .product-label {
  border-radius: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 8px;
}

.theme-sports#product .pb-center-column h1 {
  font-family: var(--sport-font-display);
  font-size: clamp(24px, 4.5vw, 34px);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.15;
  color: var(--sport-ink);
}

.theme-sports#product .pb-center-column > p,
.theme-sports#product .pb-center-column #product_reference,
.theme-sports#product .pb-center-column #product_condition,
.theme-sports#product .pb-center-column p[itemprop="brand"] {
  font-size: 14px;
  color: var(--sport-muted);
  margin-bottom: 10px;
}

.theme-sports#product .pb-center-column > p b,
.theme-sports#product .pb-center-column #product_reference b {
  font-weight: 600;
  color: var(--sport-ink);
}

.theme-sports#product .pb-center-column p[itemprop="brand"] a {
  color: var(--sport-ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.theme-sports#product .pb-center-column p[itemprop="brand"] a:hover {
  color: var(--sport-accent);
}

/* Product copy: right column (pb-right-column), stacked, collapsible toggles */
.theme-sports#product .product-description-combined {
  clear: none;
}

.theme-sports#product .pb-right-column #product-copy.sports-pdp-copy.page-product-box {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.theme-sports#product .sports-pdp-copy-block + .sports-pdp-copy-block {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.theme-sports#product .sports-pdp-copy-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 6px 0 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: var(--sport-font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sport-ink);
  text-align: left;
  line-height: 1.3;
}

.theme-sports#product .sports-pdp-copy-toggle:hover,
.theme-sports#product .sports-pdp-copy-toggle:focus {
  color: var(--sport-accent);
  outline: none;
}

.theme-sports#product .sports-pdp-copy-toggle:focus-visible {
  outline: 2px solid var(--sport-accent);
  outline-offset: 2px;
}

.theme-sports#product .sports-pdp-copy-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  position: relative;
  margin-left: 10px;
}

.theme-sports#product .sports-pdp-copy-icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -6px 0 0 -4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.theme-sports#product .sports-pdp-copy-toggle[aria-expanded="false"] .sports-pdp-copy-icon::before {
  transform: rotate(-45deg);
  margin-top: -2px;
}

.theme-sports#product .sports-pdp-copy-panel {
  padding-bottom: 4px;
}

.theme-sports#product .sports-pdp-copy-panel[hidden] {
  display: none !important;
}

.theme-sports#product .sports-pdp-copy .product-desc-short-wrap,
.theme-sports#product .sports-pdp-copy .product-desc-long-wrap {
  margin-bottom: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.theme-sports#product .sports-pdp-copy .product-desc-short-wrap #short_description_block {
  border: none;
  padding: 0;
  margin: 0;
}

.theme-sports#product #short_description_content.product-desc-short {
  font-size: 15px;
  line-height: 1.6;
  color: var(--sport-ink);
  font-weight: 500;
}

.theme-sports#product #product-description.product-desc-long {
  font-size: 14px;
  line-height: 1.65;
  color: var(--sport-muted);
}

.theme-sports#product #product-availability {
  margin-bottom: 12px;
}

.theme-sports#product #product-availability .label {
  border-radius: 0;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 10px;
}

.theme-sports#product .box-info-product {
  background: #fff;
  border: none;
  padding: 16px 0 0;
  margin-top: 4px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.theme-sports#product .box-cart-bottom {
  width: 100%;
  max-width: 100%;
}

/* Label + stepper on one row so Add to cart aligns with the control (desktop & mobile) */
.theme-sports#product .sports-pdp-qty-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px 12px;
  min-width: 0;
}

.theme-sports#product .sports-pdp-qty-label {
  margin-bottom: 0;
  flex-shrink: 0;
  white-space: nowrap;
}

.theme-sports#product .sports-pdp-qty-label label {
  margin: 0;
}

/* Quantity: compact · Add to cart: dominant width & height */
.theme-sports#product .sports-pdp-cart-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: 4px;
}

.theme-sports#product .sports-pdp-cart-row .sports-pdp-qty {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.theme-sports#product .sports-pdp-cart-row .sports-pdp-add-wrap {
  flex: 3 1 0;
  min-width: 0;
}

/* Quantity: compact dropdown (max 10 in TPL/JS) · CTA = wide black button */
.theme-sports#product #quantity_wanted_p {
  float: none !important;
}

.theme-sports#product #quantity_wanted_p .sports-pdp-qty-select,
.theme-sports#product select#quantity_wanted.sports-pdp-qty-select {
  float: none !important;
  display: block;
  width: auto !important;
  min-width: 56px;
  max-width: 88px;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0;
  padding: 6px 28px 6px 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--sport-ink);
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.theme-sports#product .sports-pdp-cart-row #add_to_cart {
  width: 100%;
  margin-bottom: 0;
}

.theme-sports#product .sports-pdp-cart-row #add_to_cart .btn-add-to-cart {
  width: 100%;
  margin-top: 0;
  flex: 1 1 auto;
  min-height: 48px;
  height: auto;
  max-height: none;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}

.theme-sports#product .sports-pdp-cart-row #add_to_cart .btn-add-to-cart:hover,
.theme-sports#product .sports-pdp-cart-row #add_to_cart .btn-add-to-cart:focus {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

@media (max-width: 479px) {
  .theme-sports#product .sports-pdp-cart-row {
    gap: 8px;
  }

  .theme-sports#product .sports-pdp-qty-inner {
    gap: 8px;
  }

  .theme-sports#product .sports-pdp-qty-label {
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  .theme-sports#product .sports-pdp-cart-row #add_to_cart .btn-add-to-cart {
    padding: 0 12px;
    font-size: 14px;
  }
}

.theme-sports#product .content_prices {
  margin-bottom: 8px;
}

.theme-sports#product .our_price_display {
  font-size: inherit;
}

.theme-sports#product .our_price_display .price,
.theme-sports#product #our_price_display {
  font-size: 28px;
  font-weight: 700;
  color: var(--sport-ink) !important;
  letter-spacing: -0.02em;
}

.theme-sports#product #old_price,
.theme-sports#product #old_price_display .price {
  color: var(--sport-muted) !important;
  font-size: 18px !important;
}

.theme-sports#product #reduction_percent,
.theme-sports#product #reduction_amount,
.theme-sports#product #reduction_percent_display,
.theme-sports#product #reduction_amount_display {
  color: var(--sport-accent) !important;
  font-weight: 700;
}

.theme-sports#product #buy_block p.price,
.theme-sports#product .content_prices .price {
  font-size: inherit;
  font-weight: inherit;
}

.theme-sports#product .product_attributes,
.theme-sports#product #buy_block {
  margin-top: 16px;
}

.theme-sports#product .attribute_fieldset {
  margin-bottom: 16px;
}

.theme-sports#product .attribute_label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sport-muted);
  display: block;
  margin-bottom: 8px;
}

.theme-sports#product .attribute_select {
  border-radius: 0;
  max-width: 100%;
}

.theme-sports#product #color_to_pick_list li {
  margin: 0 8px 8px 0;
}

.theme-sports#product #color_to_pick_list a.color_pick {
  border-radius: 0;
  border: 2px solid var(--sport-line);
}

.theme-sports#product #color_to_pick_list li.selected a.color_pick,
.theme-sports#product #color_to_pick_list a.color_pick.selected {
  border-color: var(--sport-ink);
  box-shadow: 0 0 0 1px var(--sport-ink);
}

.theme-sports#product .attribute_radio + .label-text {
  margin-left: 6px;
}

.theme-sports#product #quantity_wanted_p label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--sport-muted);
}

.theme-sports#product .btn.btn-default,
.theme-sports#product .btn.btn-primary,
.theme-sports .button.ajax_add_to_cart_button,
.theme-sports .button.button-small {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.theme-sports#product .btn.btn-primary,
.theme-sports#product .btn.btn-success,
.theme-sports#product .btn-add-to-cart,
.theme-sports .button.ajax_add_to_cart_button.btn-success,
.theme-sports .exclusive.button {
  background: var(--sport-accent);
  border-color: var(--sport-accent);
  color: #fff;
}

.theme-sports#product .btn.btn-primary:hover,
.theme-sports#product .btn.btn-success:hover,
.theme-sports#product .btn-add-to-cart:hover,
.theme-sports .button.ajax_add_to_cart_button.btn-success:hover {
  background: var(--sport-accent-hover);
  border-color: var(--sport-accent-hover);
  color: #fff;
}

.theme-sports#product .pb-left-column .thumbnail {
  border: none;
  box-shadow: none;
}

.theme-sports#product .page-product-box {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.theme-sports#product .page-product-heading {
  font-family: var(--sport-font-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--sport-ink);
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: none;
}

.theme-sports#product .table-data-sheet {
  border-color: rgba(0, 0, 0, 0.08);
  font-size: 14px;
}

.theme-sports#product .table-data-sheet > tbody > tr > td {
  padding: 12px 14px;
  vertical-align: top;
}

.theme-sports#product .table-data-sheet > tbody > tr:nth-child(even) > td {
  background: var(--sport-bg-page);
}

.theme-sports#product #product-volume-discounts .table {
  font-size: 15px;
  line-height: 1.6;
  color: var(--sport-muted);
}

.theme-sports#product .accessories-block .product_list.grid .product-container {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.theme-sports#product #usefull_link_block {
  margin-top: 20px;
  font-size: 14px;
}

.theme-sports#product #usefull_link_block a {
  color: var(--sport-muted);
}

.theme-sports#product #usefull_link_block a:hover {
  color: var(--sport-accent);
}

.theme-sports#product .tabs {
  margin-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 16px;
}

.theme-sports#product .nav-tabs > li > a {
  border-radius: 0;
  font-family: var(--sport-font-display);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.theme-sports#product .nav-tabs > li.active > a {
  border-bottom-color: transparent;
  color: var(--sport-accent);
}

@media (max-width: 767px) {
  .theme-sports#product .primary_block {
    padding: 16px 0 28px;
  }

  .theme-sports#product #image-block.thumbnail {
    padding: 12px;
  }

  .theme-sports#product .box-info-product {
    padding: 12px 0 0;
  }

  .theme-sports#product .our_price_display .price,
  .theme-sports#product #our_price_display {
    font-size: 24px;
  }
}

/* ----- Footer ----- */
.theme-sports #footer {
  background: var(--sport-ink);
  color: #d0d0d0;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.theme-sports #footer a {
  color: #e8e8e8;
}

.theme-sports #footer a:hover {
  color: #fff;
}

.theme-sports #footer .title_block,
.theme-sports #footer h4 {
  color: #fff;
  font-family: var(--sport-font-display);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 15px;
}

.theme-sports #copyright-footer {
  background: #0d0d0d;
  color: #9a9a9a;
  padding: 14px 0;
  text-align: center;
  font-size: 12px;
}

/* ----- Responsive: tighten header stack ----- */
@media (max-width: 767px) {
  .theme-sports #header-blocks .row > [class*="col-"] {
    width: 100%;
  }

  .theme-sports #shop-logo {
    text-align: center;
  }

  .theme-sports #shop-logo img {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Scroll hint: subtle separation when scrolling down (no content hidden). */
.theme-sports #header.sports-header-compact #header-blocks {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}

#search_block_top {
  margin-top: 0;
}