/** Shopify CDN: Minification failed

Line 242:20 Unexpected "{"
Line 242:29 Expected ":"

**/


/* CSS from section stylesheet tags */
.bg-img-width-text {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center center;
  }
  .bg-content-inner .bg-button {
    font-size: 18px !important;
    min-width: 350px !important;
    background-color: #fff !important;
    color: #2f484c;
    border: 1px solid white !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 10rem;
    min-height: 6rem;
    padding: 0.85rem 3rem;
    margin-top: 3rem;
  }
  .bg-content-inner .bg-button:hover {
    background-color: #28b473 !important;
    border: 1px solid #28b473 !important;
  }
  .bg-content-inner .bg-button:hover a {
    color: #fff !important;
  }
  .bg-content-inner .bg-button a {
    text-decoration: none;
  }
  .bg-content-inner .bg-title p,
  .bg-title h3 {
    color: white !important;
  }
  .bg-content-inner .sub-text {
    color: #28b473 !important;
  }
  .bg-content-inner .sub-text p {
    font-size: 36px;
    margin: 0;
    font-weight: 600;
  }
  .bg-content-inner .bg-title h3 {
    margin-top: 25px;
    font-size: 46px;
    margin-bottom: 0;
  }
  .bg-content-inner .bg-description p {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
  }
  .bg-content-inner .bg-description {
    padding-top: 10px;
  }
  .bg-main-content {
    display: flex;
    justify-content: end;
  }
  .bg-img-width-text img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
  }
  .bg-image {
    height: 100%;
  }

  .bg-main-img {
    height:auto;
    display: flex;
    width: 40%;
  }

  .bg-main-content-img {
    position: relative;
    width: 68%;
  }
  .bg-content-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
  }

  @media screen and (max-width: 1600px) {
    .bg-content-inner .bg-title h3 {
      font-size: 24px;
      margin-bottom: 0;
    }
    .bg-content-inner .sub-text p {
      font-size: 26px;
    }
    .bg-content-inner .bg-description p {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 0;
    }
    .bg-content-inner .bg-button {
      margin-top: 2rem;
    }
    .bg-content-inner .bg-description {
      padding-top: 0;
    }
  }
    @media screen and (max-width: 1440px) {
      .bg-image-with-text .bg-content-inner .ctm-btn-main .bg-button {
      min-width: 230px !important;
      min-height: 5rem;
    }

    }
  @media screen and (max-width: 1024px) {
    .bg-content-inner .bg-description p {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 0;
    }
    .bg-content-inner .bg-button {
      margin-top: 2rem;
    }
  }
  @media screen and (max-width: 990px) {
    .bg-main-content {
      flex-direction: column-reverse;
    }
    .bg-content-inner .bg-title h3 {
      font-size: 28px;
      margin-bottom: 0;
    }
    .bg-content-inner .sub-text p {
      font-size: 26px;
    }
    .bg-content-inner .bg-description p {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 0;
    }

    .bg-main-content-img {
      position: relative;
      height: 560px;
    }
    .bg-content-inner .ctm-btn-main {
      display: flex;
      justify-content: center;
      align-items: center;
    }
      .bg-main-img {
    width: 100%;
  }

  .bg-main-content-img {
    position: relative;
    width: 100%;
  }
  .bg-content-inner .bg-button {
      margin-top: 4rem;
    }
  }

  @media screen and (max-width: 575px) {
    .bg-content-inner .bg-title h3 {
      font-size: 24px;
      margin-bottom: 0;
      line-height: 30px;
    }

    .bg-img-width-text .bg-content-inner .bg-button {
      min-width: 320px !important;
    }

    .bg-content-inner .bg-description p {
      font-size: 18px;
      line-height: 24px;
    }
  }
  @media screen and (max-width: 390px) {
    .bg-main-content-img {
      height: 660px;
    }
  }
.ctm-browse-first-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .ctm-browse-first-main .product-parameters.no-js-hidden {
    display: none;
  }
  .ctm-browse-first-main .card-wrapper.js-color-swatches-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .ctm-browse-first-main .swiper-button-next.next-tabbing-btn {
    right: 2rem!important;
  }
  .ctm-browse-first-main .swiper-button-prev.peev-tabbing-btn {
    left: 2rem!important;
  }
  .ctm-browse-first-heading h3 {
    margin-top: 0 !important;
    font-size: 18px;
    color: #2f484c;
    opacity: 0.7;
    font-weight: 400;
  }
@media (max-width: 750px) {
  .slider-controls-box {
    display: none;
  }
  .ctm-browse-first-heading h3 {
    font-size: 16px;
  }
}
/* Existing hover effect */
.ctm-card-hover:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

/* Extra line for mobile (when JS adds .active) */
.ctm-card-hover.active .hover-content {
  opacity: 1;
  visibility: visible;
}


  /* Add these styles to your existing CSS */
  .athelics-slider-{{ section.id }} .swiper-slide {
    position: relative;
  }
  
  /* Blurred low-quality image placeholder */
  .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    transform: scale(1.05);
    transition: opacity 0.3s ease;
    opacity: 1;
  }
  
  .slide-image.loaded {
    filter: blur(0);
    transform: scale(1);
  }
  
  /* Fade in effect for images */
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  .slide-image.fade-in {
    animation: fadeIn 0.5s ease forwards;
  }
  
  /* Loading indicator */
  .slide-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #2f484c;
    animation: spin 1s ease-in-out infinite;
  }
  
  @keyframes spin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
  }


  /* Slides */
  .athelics-section-grid .swiper-slide {
    height: auto;
  }
  .ctm-card-hover {
    height: 100%;
    width: 100%;
  }

  /* Title alignment */
  .athletes-title .alignmnet-center {
    text-align: center;
  }
  .athletes-title .alignmnet-left {
    text-align: left;
  }
  .athletes-title .alignmnet-right {
    text-align: right;
  }

  .athelics-grid .swiper-pagination-bullet-active {
    background-color: #2f484c;
  }

  .athelics-grid span.swiper-pagination-bullet {
    height: 3px;
    width: 25px;
    border-radius: 0;
  }

  .athelics-grid .swiper-pagination {
    gap: 1.1rem;
  }

  .athelics-section-grid {
    margin-bottom: 25px;
  }

  /* Controls layout */
  .slider-controls-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
  }

  /* Arrow buttons */
  .swiper-button-prev,
  .swiper-button-next {
    position: static;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    color: #fff;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    display: none;
  }
  .swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
  }

  /* Pagination (dashed bullets style) */
  .swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .swiper-pagination-bullet {
    width: 24px;
    height: 3px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.35);
    opacity: 1;
    margin: 0 !important;
  }
  .swiper-pagination-bullet-active {
    background: #fff;
    width: 32px;
  }
  .athelics-grid {
    position: relative;
  }

  .athelics-section-grid.swiper {
    padding-left: 24px;
  }

  .athelics-grid .swiper-button-prev.peev-tabbing-btn,
  .athelics-grid .swiper-button-next.next-tabbing-btn {
    top: 55%;
  }

    .athelics-grid .swiper-slide img {
      width: 100%;
      height: 100%;
    }

  @media (min-width: 1800px) {
    .athelics-grid .swiper-slide img {
      width: 100%;
      height: 100%;
    }
    }

  @media (max-width: 1440px) {
    .athelics-grid .swiper-button-prev.peev-tabbing-btn,
    .athelics-grid .swiper-button-next.next-tabbing-btn {
      top: 60%;
    }
    .athletes-title.fullscreen-container h3 {
      margin: 0;
      padding-bottom: 15px;
    }
  }

  @media (max-width: 575px) {
    .athelics-section-grid.swiper {
      padding-left: 0px;
    }
  }

  @media (max-width: 749px) {
    .athelics-grid .swiper-button-prev.peev-tabbing-btn,
    .athelics-grid .swiper-button-next.next-tabbing-btn {
      top: 60%;
    }
  }
.ctm-image-above-title .collection-item {
  position: relative;
  overflow: hidden;
}

.ctm-image-above-title .collection-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(0 0 0 / 35%), transparent);
  z-index: 1;
  pointer-events: none;
}

  .ctm-fit-game {
    padding: 40px 0;
    margin-top: 50px;
  }
  .collection-grid-btn {
    font-size: 16px;
  }
  .collection-grid-section .text-btn-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .collection-grid-heading.alignmnet-center {
    text-align: center;
  }
  .collection-grid-heading.alignmnet-left {
    text-align: left;
  }
  .collection-grid-heading.alignmnet-right {
    text-align: right;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .collection-grid {
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
  }
  .collection-item {
    text-align: center;
  }
  .collection-image {
    width: 100%;
    aspect-ratio: 327.83/409.78;
    object-fit: cover;
    margin-bottom: 15px;
    display: block;
  }
  .collection-title {
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .collection-subtext {
    font-size: 18px;
    color: #2f484c;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .collection-subtext {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  .collection-subtext::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #2f484c;
    transition: width 0.3s ease;
  }
  .collection-button {
    font-size: 20px;
    text-decoration: underline;
    color: #000;
  }
.card-link .collection-content .button {
  transition: text-decoration-color 0.3s ease 0.2s; /* Smooth + delay */
  text-decoration: underline;
  text-decoration-color: transparent; /* Hide underline initially */
  line-height: 28px;
}

.card-link:hover .collection-content .button {
  text-decoration-color: currentColor; /* Show underline smoothly */
}

.ctm-collection-grid .ctm-image-above-title .card-link .collection-content .button {
  text-decoration: none;
}
  @media only screen and (max-width: 1200px) {
    .custom-button-outline .collection-grid,
    .ctm-by-color .collection-grid {
      padding: 0;
    }
    .ctm-fit-game {
      margin-top: 30px;
    }
    .custom-button-outline .collection-grid-heading , .ctm-how-it-fits .collection-grid-heading, .back-to-school-women-collection-grid .collection-grid-heading, .back-to-school-men-collection-grid .collection-grid-heading {
      font-size: 28px;
      line-height: 36px;
    }
    .collection-image {
      aspect-ratio: 100/125;
    }
  }