/** Shopify CDN: Minification failed

Line 144:11 Unexpected "{"
Line 144:20 Expected ":"
Line 150:13 Unexpected "{"
Line 150:22 Expected ":"
Line 157:13 Unexpected "{"
Line 157:22 Expected ":"
Line 164:13 Unexpected "{"
Line 164:22 Expected ":"
Line 171:13 Unexpected "{"
Line 171:22 Expected ":"
... and 42 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:collaboration-custom (INDEX:3) */
/* Root section */
  .wx-gyms-section {
    width: 100%;
  }

  /* List layout */
  .wx-gyms__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }

  @media screen and (min-width: 750px) {
    .wx-gyms__list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media screen and (min-width: 990px) {
    .wx-gyms__list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media screen and (min-width: 1200px) {
    .wx-gyms__list {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  .wx-gyms__item {
    height: 100%;
  }

  /* Card */
  .wx-gyms__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 0;    /* no rounded corners */
    overflow: hidden;
    background: #ffffff;
    /* No shadow */
  }

  /* Image */
  .wx-gyms__image-wrapper {
    width: 100%;
    background: #ffffff;
  }

  .wx-gyms__image-media {
    position: relative;
    padding-top: 100%; /* square */
    background: #ffffff;
  }

  .wx-gyms__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .collaboration__image {
    object-fit: contain !important;
    padding: 1.5rem;
    transform: scale(0.9);
  }

  /* Info */
  .wx-gyms__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 1rem;
    background: rgba(225, 225, 225, 1); /* darker, like your inline example */
  }

  .wx-gyms__title {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    line-height: 1.3;
  }

  .wx-gyms__excerpt {
    margin: 0.5rem 0 0;
    font-size: 0.8rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* max 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .wx-gyms__link {
    margin-top: 1rem;
    font-size: 0.85rem;
    text-decoration: none;
    font-weight: 500;
    align-self: flex-start;
  }

  /* Slider wrapper */
  .wx-gyms-slider {
    display: block;
    overflow: visible;
  }

  @media screen and (max-width: 749px) {
    .wx-gyms-slider .wx-gyms__list {
      padding: 0 0.75rem;
    }
  }
/* END_SECTION:collaboration-custom */

/* START_SECTION:product-drop-section-custom (INDEX:28) */
.section--{{ section.id }} .image-banner__content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .section--{{ section.id }} .image-banner__content--left {
    align-items: flex-start;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }

  .section--{{ section.id }} .image-banner__content--center {
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section--{{ section.id }} .image-banner__content--right {
    align-items: flex-end;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
  }

  .section--{{ section.id }} .product-drop-heading h2 {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
  }

  .section--{{ section.id }} .product-drop-block {
    max-width: 520px;
  }

  .section--{{ section.id }} .product-drop-label {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
  }

  .section--{{ section.id }} .product-drop-title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.15;
    margin-bottom: 0.75rem;
  }

  .section--{{ section.id }} .product-drop-subtitle {
    font-size: 0.95rem;
    opacity: 0.9;
    margin-bottom: 1.25rem;
  }

  .section--{{ section.id }} .product-drop-countdown {
    margin-bottom: 1.5rem;
  }

  .section--{{ section.id }} .product-drop-cta,
  .section--{{ section.id }} .product-drop-form {
    margin-top: 0.75rem;
  }

  .section--{{ section.id }} .product-drop-btn {
    text-transform: none;
    letter-spacing: 0.12em;
    padding-inline: 1.75rem;
  }

  .section--{{ section.id }} .product-drop-form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .section--{{ section.id }} .image-banner__content--left .product-drop-form {
    align-items: flex-start;
  }

  .section--{{ section.id }} .image-banner__content--center .product-drop-form {
    align-items: center;
  }

  .section--{{ section.id }} .image-banner__content--right .product-drop-form {
    align-items: flex-end;
  }

  .section--{{ section.id }} .product-drop-input {
    display: block;
    width: 100%;
    flex: 1;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    padding: 0.7rem 0.9rem;
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
    font-size: 0.9rem;
    text-align: left;
  }

  .section--{{ section.id }} .image-banner__content--center .product-drop-input {
    text-align: center;
  }

  .section--{{ section.id }} .product-drop-input::placeholder {
    color: rgba(255, 255, 255, 0.9) !important;
  }

  .section--{{ section.id }} .product-drop-input:focus {
    outline: 2px solid #ffffff;
    outline-offset: 1px;
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
  }

  .section--{{ section.id }} .product-drop-form__success {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.35);
  }

  @media (max-width: 767px) {
    .section--{{ section.id }} .product-drop-title {
      font-size: 1.5rem;
    }

    .section--{{ section.id }} .product-drop-block {
      max-width: 100%;
    }

    .section--{{ section.id }} .product-drop-btn {
      width: 100%;
      text-align: center;
    }

    .section--{{ section.id }} .product-drop-input {
      width: 100%;
      max-width: 100%;
    }
  }
/* END_SECTION:product-drop-section-custom */

/* START_SECTION:sponsored-athletes-custom (INDEX:66) */
/* Same excerpt style as wx-events */
  .multicolumn-card__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* max 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.5rem;
    font-size: 12px;
    line-height: 1.4;
  }

  /* Root section */
  .wx-athletes-section {
    width: 100%;
    margin-top: 1.5rem;
  }

  /* List layout */
  .wx-athletes__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr; /* mobile: 1 column */
    gap: 1.5rem;
  }

  @media screen and (min-width: 990px) {
    .wx-athletes__list {
      grid-template-columns: repeat(3, minmax(0, 1fr)); /* desktop: 3 columns */
    }
  }

  @media screen and (min-width: 1200px) {
    .wx-athletes__list {
      grid-template-columns: repeat(4, minmax(0, 1fr)); /* large screens: 4 columns */
    }
  }

  .wx-athletes__item {
    height: 100%;
  }

  /* Card */
  .wx-athletes__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 0;     /* no rounded corners */
    overflow: hidden;
    background: #ffffff;
  }

  /* Image (portrait like events) */
  .wx-athletes__image-wrapper {
    width: 100%;
    background: #ffffff;
  }

  .wx-athletes__image-media {
    position: relative;
    padding-top: 133%; /* portrait ratio ~3:4 */
    background: #ffffff;
  }

  .wx-athletes__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Info */
  .wx-athletes__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 1rem 1.25rem;
    background: rgba(225, 225, 225, 1); /* same grey as wx-events */
  }

  .wx-athletes__title {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    line-height: 1.3;
  }

  .wx-athletes__link {
    margin-top: 1rem;
    font-size: 0.85rem;
    text-decoration: none;
    font-weight: 500;
    align-self: flex-start;
  }

  /* Slider wrapper – simple container */
  .wx-athletes-slider {
    display: block;
    overflow: visible;
  }

  @media screen and (max-width: 749px) {
    .wx-athletes-slider .wx-athletes__list {
      padding: 0 0.75rem;
    }
  }
/* END_SECTION:sponsored-athletes-custom */

/* START_SECTION:sponsored-events-custom (INDEX:67) */
/* Text clamp for description (kept from your original styles) */
  .multicolumn-card__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* max 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.5rem;
    font-size: 12px;
    line-height: 1.4;
  }

  /* Root section */
  .wx-events-section {
    width: 100%;
    margin-top: 1.5rem;
  }

  /* List layout (replaces Dawn grid classes) */
  .wx-events__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr; /* mobile: 1 column */
    gap: 1.5rem;
  }

  @media screen and (min-width: 990px) {
    .wx-events__list {
      grid-template-columns: repeat(3, minmax(0, 1fr)); /* desktop: 3 columns */
    }
  }

  @media screen and (min-width: 1200px) {
    .wx-events__list {
      grid-template-columns: repeat(4, minmax(0, 1fr)); /* large screens: 4 columns */
    }
  }

  .wx-events__item {
    height: 100%;
  }

  /* Card */
  .wx-events__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 0;        /* no rounded corners */
    overflow: hidden;
    background: #ffffff;
  }

  /* Image (portrait) */
  .wx-events__image-wrapper {
    width: 100%;
    background: #ffffff;
  }

  .wx-events__image-media {
    position: relative;
    padding-top: 133%; /* portrait ratio ~3:4 */
    background: #ffffff;
  }

  .wx-events__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* fill portrait card nicely */
  }

  /* Info area */
  .wx-events__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 1rem 1.25rem;
    background: rgba(225, 225, 225, 1); /* your preferred grey background */
  }

  .wx-events__title {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    line-height: 1.3;
  }

  .wx-events__link {
    margin-top: 1rem;
    font-size: 0.85rem;
    text-decoration: none;
    font-weight: 500;
    align-self: flex-start;
  }

  /* Slider wrapper – no Dawn slider dependency, just a simple container */
  .wx-events-slider {
    display: block;
    overflow: visible;
  }

  @media screen and (max-width: 749px) {
    .wx-events-slider .wx-events__list {
      padding: 0 0.75rem;
    }
  }
/* END_SECTION:sponsored-events-custom */