.xili-home-athleisure {
  padding: var(--length-120) 0 var(--length-120) 0;
}

.xili-home-athleisure-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.xili-home-athleisure-list {
  margin-top: 84px;
  width: 100%;
  overflow: hidden;
}

.xili-home-athleisure-list .swiper {
  width: 75%;
  overflow: visible;
}

.xili-home-athleisure-list .swiper .swiper-slide {
  position: relative;
  border-radius: 20px;
  background: #D9D9D9;
  overflow: hidden;
}

.xili-home-athleisure-list .swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.xili-home-athleisure-list .swiper .swiper-slide .xili-home-athleisure-item-link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  max-height: 240px;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.00) 0%, rgba(51, 51, 51, 0.90) 100%);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.xili-home-athleisure-list .swiper .swiper-slide .xili-home-athleisure-item-link a {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  max-width: 100%;
  position: relative;
}

.xili-home-athleisure-list .swiper .swiper-slide .xili-home-athleisure-item-link span {
  color: #FFF;
  font-size: var(--font-40);
  font-weight: 500;
  line-height: 1.2;
  display: block;
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xili-home-athleisure-list .swiper .swiper-slide .xili-home-athleisure-item-link a::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.xili-home-athleisure-list .swiper .swiper-slide .xili-home-athleisure-item-link a svg {
  transition: all 0.3s ease;
  width: var(--font-16);
  height: auto;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.xili-home-athleisure-list .swiper .swiper-slide .xili-home-athleisure-item-link a:hover::after {
  opacity: 1;
  visibility: visible;
}

.xili-home-athleisure-list .swiper .swiper-slide .xili-home-athleisure-item-link a:hover svg {
  transform: rotate(45deg);
}

@media screen and (max-width: 1660px) {
  .xili-home-athleisure-list .swiper .swiper-slide .xili-home-athleisure-item-link {
    padding: 30px;
  }
}

@media screen and (max-width: 1280px) {
  .xili-home-athleisure-list {
    margin-top: 60px;
  }

  .xili-home-athleisure-list .swiper .swiper-slide .xili-home-athleisure-item-link {
    padding: 20px;
  }

  .xili-home-athleisure-list .swiper .swiper-slide .xili-home-athleisure-item-link a::after {
    bottom: -8px;
  }
}

@media screen and (max-width: 992px) {
  .xili-home-athleisure-list .swiper {
    width: 66.6%;
  }

  .xili-home-athleisure-list {
    margin-top: 40px;
  }

}

@media screen and (max-width: 576px) {

  .xili-home-athleisure-list {
    margin-top: 20px;
  }

  .xili-home-athleisure-list .swiper {
    width: 50%;
  }
}