/** Shopify CDN: Minification failed

Line 651:0 Unexpected "}"
Line 690:0 Unexpected "}"
Line 734:0 Unexpected "}"

**/
/* ═══════════════════════════════════════════════════════════════════════════
   DEFY SPORTS 2026 — Club Search Results Page
   Template: page.find-your-club-shop
   Font: Bebas Neue (headings), system sans (body)
   Colors: #0a0a0a bg, #2da137 green, #fff text
═══════════════════════════════════════════════════════════════════════════ */

/* ── Page wrapper ─────────────────────────────────────────────────────────── */
.dcsr-page {
  background: #0a0a0a;
  color: #fff;
  min-height: 70vh;
}

/* ── Hero search bar ──────────────────────────────────────────────────────── */
.dcsr-hero {
  background: #111;
  padding: 48px 0 56px;
  text-align: center;
}

.dcsr-hero__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}

.dcsr-breadcrumb {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #888;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.dcsr-breadcrumb a {
  color: #888;
  text-decoration: none;
}

.dcsr-breadcrumb a:hover {
  color: #2da137;
}

.dcsr-hero__heading {
  font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 12px;
}

.dcsr-hero__sub {
  font-size: 16px;
  color: #aaa;
  margin-bottom: 32px;
}

.dcsr-search-bar {
  display: flex;
  max-width: 640px;
  margin: 0 auto 16px;
  border: 1px solid #333;
  border-radius: 2px;
  overflow: visible;
  position: relative;
}
/* Clip only the input and button to maintain rounded corners */
.dcsr-search-bar__input {
  border-radius: 2px 0 0 2px;
}
.dcsr-search-bar__btn {
  border-radius: 0 2px 2px 0;
}

.dcsr-search-bar__input {
  flex: 1;
  background: #1a1a1a;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 16px 20px;
  outline: none;
  font-family: inherit;
}

.dcsr-search-bar__input::placeholder {
  color: #666;
}

.dcsr-search-bar__input:focus {
  background: #222;
}

.dcsr-search-bar__btn {
  background: #2da137;
  color: #fff;
  border: none;
  font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  padding: 16px 28px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 160ms ease-out;
}

.dcsr-search-bar__btn:hover {
  background: #249030;
}

.dcsr-search-bar__btn:active {
  transform: scale(0.97);
}

.dcsr-hero__browse {
  font-size: 13px;
  color: #666;
}

.dcsr-hero__browse a {
  color: #2da137;
  text-decoration: none;
}

.dcsr-hero__browse a:hover {
  text-decoration: underline;
}

/* ── Results section ──────────────────────────────────────────────────────── */
.dcsr-results-section {
  padding: 48px 0 80px;
  background: #fff;
}

.dcsr-results-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ── Filters ──────────────────────────────────────────────────────────────── */
.dcsr-filters {
  margin-bottom: 32px;
}

.dcsr-filters__meta {
  font-size: 13px;
  color: #555;
  margin-bottom: 16px;
  letter-spacing: 0.03em;
}

.dcsr-filters__tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.dcsr-tab {
  background: #f0f0f0;
  border: 1px solid #ddd;
  color: #555;
  font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  padding: 8px 18px;
  cursor: pointer;
  border-radius: 2px;
  transition: all 160ms ease-out;
}

.dcsr-tab:hover {
  border-color: #999;
  color: #111;
  background: #e0e0e0;
}

.dcsr-tab--active {
  background: #2da137;
  border-color: #2da137;
  color: #fff;
}

/* ── Club result cards ────────────────────────────────────────────────────── */
.dcsr-results {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  overflow: hidden;
}

.dcsr-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding: 20px 24px;
  transition: background 160ms ease-out;
}

.dcsr-card:hover {
  background: #f7f7f7;
}

.dcsr-card__crest {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 2px;
  overflow: hidden;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dcsr-card__crest img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.dcsr-card__initials {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 22px;
  color: #999;
  letter-spacing: 0.05em;
}

.dcsr-card__body {
  flex: 1;
  min-width: 0;
}

.dcsr-card__name {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 22px;
  letter-spacing: 0.03em;
  color: #111;
  margin-bottom: 4px;
  line-height: 1;
}

.dcsr-card__meta {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.dcsr-card__status {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 2px 8px;
  border-radius: 2px;
}

.dcsr-card__status--active {
  background: rgba(45, 161, 55, 0.15);
  color: #2da137;
}

.dcsr-card__status--soon {
  background: rgba(200, 130, 20, 0.15);
  color: #c88214;
}

.dcsr-card__desc {
  font-size: 13px;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dcsr-card__action {
  flex-shrink: 0;
}

.dcsr-card__visit,
.dcsr-card__notify {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding: 10px 20px;
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: all 160ms ease-out;
}

.dcsr-card__visit {
  background: #2da137;
  color: #fff;
  border: 1px solid #2da137;
  display: inline-block;
}

.dcsr-card__visit:hover {
  background: #249030;
  border-color: #249030;
}

.dcsr-card__notify {
  background: transparent;
  color: #666;
  border: 1px solid #ccc;
}

.dcsr-card__notify:hover {
  border-color: #999;
  color: #111;
}

/* ── Empty / loading states ───────────────────────────────────────────────── */
.dcsr-empty-state {
  text-align: center;
  padding: 64px 24px;
  color: #888;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: #fff;
}

.dcsr-empty-state p {
  font-size: 15px;
}

.dcsr-no-results {
  text-align: center;
  padding: 48px 24px;
  background: #fff;
  color: #888;
}

.dcsr-no-results p {
  margin-bottom: 8px;
}

.dcsr-no-results a {
  color: #2da137;
  text-decoration: none;
}

.dcsr-no-results a:hover {
  text-decoration: underline;
}

.dcsr-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 64px 24px;
  background: #fff;
}

.dcsr-loading span {
  width: 8px;
  height: 8px;
  background: #2da137;
  border-radius: 50%;
  animation: dcsr-pulse 1.2s ease-in-out infinite;
}

.dcsr-loading span:nth-child(2) { animation-delay: 0.2s; }
.dcsr-loading span:nth-child(3) { animation-delay: 0.4s; }

@keyframes dcsr-pulse {
  0%, 80%, 100% { opacity: 0.2; transform: scale(0.8); }
  40% { opacity: 1; transform: scale(1); }
}

/* ── Register prompt ──────────────────────────────────────────────────────── */
.dcsr-register-prompt {
  text-align: center;
  margin-top: 32px;
  font-size: 14px;
  color: #666;
  padding: 20px;
  border: 1px dashed #ccc;
  border-radius: 2px;
}

.dcsr-register-prompt a {
  color: #2da137;
  text-decoration: none;
  font-weight: 600;
}

.dcsr-register-prompt a:hover {
  text-decoration: underline;
}

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .dcsr-card {
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px;
  }

  .dcsr-card__action {
    width: 100%;
  }

  .dcsr-card__visit,
  .dcsr-card__notify {
    width: 100%;
    text-align: center;
    display: block;
  }

  .dcsr-search-bar {
    flex-direction: column;
  }

  .dcsr-search-bar__btn {
    padding: 14px;
  }
}

/* ── Browse by Sport blocks ──────────────────────────────────────────────── */
.dcsr-browse-sport {
  background: #fff;
  padding: 64px 0 80px;
  border-top: 1px solid #e8e8e8;
}
.dcsr-browse-sport__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
.dcsr-browse__eyebrow {
  font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: #3a9e3a;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.dcsr-browse__heading {
  font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #111;
  margin: 0 0 40px;
  letter-spacing: 0.02em;
}
.dcsr-sport-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 900px) {
  .dcsr-sport-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .dcsr-sport-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
.dcsr-sport-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 4px;
  padding: 24px 20px;
  min-height: 160px;
  background-color: #222;
  background-size: cover;
  background-position: center;
  border: none;
  text-decoration: none;
  overflow: hidden;
  transition: transform 200ms ease-out;
}
.dcsr-sport-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.15) 100%);
  transition: background 200ms ease-out;
}
.dcsr-sport-card:hover {
  transform: translateY(-3px);
}
.dcsr-sport-card:hover::before {
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 100%);
}
.dcsr-sport-card__label {
  position: relative;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 26px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.dcsr-sport-card__sub {
  position: relative;
  font-size: 12px;
  color: rgba(255,255,255,0.75);
  text-align: left;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* ── Autocomplete dropdown ──────────────────────────────────────────────── */
.dcsr-autocomplete {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #111;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  list-style: none;
  margin: 0;
  padding: 4px 0;
  z-index: 500;
  box-shadow: 0 16px 40px rgba(0,0,0,0.6);
  max-height: 360px;
  overflow-y: auto;
}

.dcsr-ac__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  cursor: pointer;
  transition: background 0.12s;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.dcsr-ac__item:last-child { border-bottom: none; }

.dcsr-ac__item:hover,
.dcsr-ac__item--focused {
  background: rgba(45,161,55,0.12);
}

.dcsr-ac__crest {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dcsr-ac__img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 2px;
}

.dcsr-ac__initials {
  width: 36px;
  height: 36px;
  background: rgba(45,161,55,0.15);
  color: #2da137;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-family: 'Bebas Neue', sans-serif;
}

.dcsr-ac__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.dcsr-ac__name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dcsr-ac__meta {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}



  /* Prevent iOS zoom on input focus */
  .dcsr-search-bar__input {
    font-size: 16px !important;
  }

  /* Make autocomplete items larger for touch */
  .dcsr-ac__item {
    padding: 14px 16px !important;
    min-height: 52px !important;
  }

  .dcsr-ac__name {
    font-size: 15px !important;
  }

  /* Search bar container needs enough room for dropdown above */
  .dcsr-search-bar {
    /* margin-bottom removed — was causing huge gap */
  }

  /* When autocomplete is hidden, remove the bottom margin */
  .dcsr-search-bar:has(#dcsr-autocomplete[style*="display: none"]),
  .dcsr-search-bar:has(#dcsr-autocomplete[style*="display:none"]) {
    margin-bottom: 0 !important;
  }
}



  /* Prevent iOS zoom on input focus */
  .dcsr-search-bar__input {
    font-size: 16px !important;
  }

  /* Make autocomplete items larger for touch */
  .dcsr-ac__item {
    padding: 14px 16px !important;
    min-height: 52px !important;
  }

  .dcsr-ac__name {
    font-size: 15px !important;
  }

  /* No gap below search bar (the JS will handle positioning) */
  .dcsr-search-bar {
    margin-bottom: 0 !important;
  }

  /* Fixed-position autocomplete on mobile — positioned by JS */
  .dcsr-autocomplete--mobile-fixed {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    top: auto !important;
    bottom: auto !important;
    z-index: 9999 !important;
    max-height: 240px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    border-radius: 8px !important;
    box-shadow: 0 -4px 24px rgba(0,0,0,0.6) !important;
  }

}



  /* Prevent iOS zoom on input focus */
  .dcsr-search-bar__input {
    font-size: 16px !important;
  }

  /* Dropdown appears below input on mobile too (normal flow) */
  .dcsr-autocomplete {
    top: calc(100% + 4px) !important;
    bottom: auto !important;
    max-height: 200px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    z-index: 9999 !important;
    border-radius: 0 0 8px 8px !important;
  }

  /* Remove the mobile-fixed class styling */
  .dcsr-autocomplete--mobile-fixed {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: calc(100% + 4px) !important;
    bottom: auto !important;
  }

  /* Make autocomplete items larger for touch */
  .dcsr-ac__item {
    padding: 14px 16px !important;
    min-height: 52px !important;
  }

  .dcsr-ac__name {
    font-size: 15px !important;
  }

  /* No gap below search bar */
  .dcsr-search-bar {
    margin-bottom: 0 !important;
  }

}

/* ── Club search autocomplete — mobile fix v5 (overflow fix) — July 2026 ── */
@media (max-width: 767px) {

  /* Prevent iOS zoom on input focus */
  .dcsr-search-bar__input {
    font-size: 16px !important;
  }

  /* Dropdown below input, z-index above everything */
  .dcsr-autocomplete {
    top: calc(100% + 4px) !important;
    bottom: auto !important;
    max-height: 220px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    z-index: 9999 !important;
  }

  /* Make autocomplete items larger for touch */
  .dcsr-ac__item {
    padding: 14px 16px !important;
    min-height: 52px !important;
  }

  .dcsr-ac__name {
    font-size: 15px !important;
  }

}
