section h3:not(.product-name) {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 591px) {
  section h3:not(.product-name) {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.popular-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 591px) {
  .popular-categories {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.best-sales {
  text-align: center;
}
@media (max-width: 591px) {
  .best-sales .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.best-sales .inner {
  position: relative;
  min-height: 736px;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 591px) {
  .best-sales .inner {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 382px;
  }
}
.best-sales .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 736px;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 591px) {
  .best-sales .bg-image {
    min-height: 382px;
  }
}
.best-sales h3 {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 591px) {
  .best-sales h3 {
    text-align: left !important;
    padding-left: 20px;
  }
}
.best-sales .best-sales-slides {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  --swiper-navigation-sides-offset: -20px;
}
@media (max-width: 591px) {
  .best-sales .best-sales-slides {
    padding-left: 20px;
  }
}
.best-sales .best-sales-slides .swiper {
  overflow: visible;
}
.best-sales .best-sales-slides .swiper-button-prev,
.best-sales .best-sales-slides .swiper-button-next {
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #BF1E2E;
  color: #BF1E2E;
}
.best-sales .best-sales-slides .swiper-button-prev:hover,
.best-sales .best-sales-slides .swiper-button-next:hover {
  background-color: #BF1E2E;
  color: #fff;
}
.best-sales .best-sales-slides .swiper-slide {
  background-color: #fff;
}
@media (max-width: 591px) {
  .best-sales .best-sales-slides .swiper-slide {
    width: 160px !important;
  }
}
.best-sales a {
  color: #000;
  text-align: left;
  text-decoration: none;
}
.best-sales a .title {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 20px 5px;
  margin-bottom: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 591px) {
  .best-sales a .title {
    overflow: initial;
    white-space: normal;
    padding: 12px 10px 5px;
  }
}
.best-sales a:hover .title {
  color: #BF1E2E;
}
.best-sales .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 16px;
  line-height: 1.1;
  grid-gap: 5px;
}
@media (max-width: 591px) {
  .best-sales .prices {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.best-sales .prices .listPrice {
  text-decoration: line-through;
  font-size: 10px;
  color: #999;
}
.best-sales .prices .salePrice {
  font-size: 16px;
  font-weight: bold;
  color: #BF1E2E;
}
@media (max-width: 591px) {
  .best-sales .swiper-pagination {
    display: none !important;
  }
}
.best-sales .btn-more {
  background-color: #fff;
  color: #BF1E2E;
  border-radius: 5px;
  margin-top: 30px;
}
.best-sales .btn-more:hover {
  background-color: #BF1E2E;
  color: #fff;
}
.best-sales .btn-more:hover svg {
  fill: #fff;
}
@media (max-width: 591px) {
  .best-sales .btn-more {
    display: none;
  }
}
@media (max-width: 591px) {
  .best-sales .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.best-sales .section-header .swiper-nav {
  --swiper-navigation-sides-offset: 10px;
}
.best-sales .section-header .swiper-nav .swiper-button-prev, .best-sales .section-header .swiper-nav .swiper-button-next {
  zoom: 1 !important;
}
.best-sales .section-header .swiper-nav .swiper-button-prev:after, .best-sales .section-header .swiper-nav .swiper-button-next:after {
  content: none;
}
.best-sales .section-header .swiper-nav .swiper-button-prev, .best-sales .section-header .swiper-nav .swiper-button-next {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #BF1E2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.best-sales .section-header .swiper-nav .swiper-button-prev svg, .best-sales .section-header .swiper-nav .swiper-button-next svg {
  color: #BF1E2E;
}
.best-sales .section-header .swiper-nav .swiper-button-prev:hover, .best-sales .section-header .swiper-nav .swiper-button-next:hover {
  background-color: #BF1E2E;
  color: #fff;
}
.best-sales .section-header .swiper-nav .swiper-button-prev:hover svg, .best-sales .section-header .swiper-nav .swiper-button-next:hover svg {
  color: #fff;
}
@media (max-width: 591px) {
  .best-sales .section-header .swiper-nav .swiper-button-prev {
    left: 0 !important;
  }
}
@media (max-width: 591px) {
  .best-sales .section-header .swiper-nav .swiper-button-next {
    right: 0 !important;
  }
}
@media (max-width: 591px) {
  .best-sales .section-header .swiper-nav {
    position: relative;
    width: 90px;
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
    margin-right: 16px;
  }
}

.vouchers {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 591px) {
  .vouchers {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.vouchers .voucher-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 591px) {
  .vouchers .voucher-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}

@media (max-width: 591px) {
  .new-arrivals h3 {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 591px) {
  .new-arrivals .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 591px) {
  .new-arrivals .nike-products-grid .container {
    margin-top: 0 !important;
  }
}
@media (max-width: 591px) {
  .new-arrivals .nike-products-grid .product-card {
    display: none;
  }
  .new-arrivals .nike-products-grid .product-card:nth-child(1) {
    display: block;
  }
  .new-arrivals .nike-products-grid .product-card:nth-child(2) {
    display: block;
  }
  .new-arrivals .nike-products-grid .product-card:nth-child(3) {
    display: block;
  }
  .new-arrivals .nike-products-grid .product-card:nth-child(4) {
    display: block;
  }
}
@media (max-width: 591px) {
  .new-arrivals .product-grid-4 + div.my-5.d-flex {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

.banners {
  position: relative;
  min-height: 500px;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 591px) {
  .banners {
    min-height: 294px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.banners::before {
  content: "";
  top: 0;
  position: absolute;
  inset: 0;
  background: #fff url("../../images/2026/bg-shop-by-sports.webp") top center/contain no-repeat;
  z-index: -1;
}
@media (max-width: 591px) {
  .banners::before {
    background-size: cover;
  }
}
.banners .container {
  z-index: 1;
}
@media (max-width: 591px) {
  .banners .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 591px) {
  .banners .banner-list {
    overflow-x: auto;
  }
}
.banners .BannerGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 591px) {
  .banners .BannerGrid {
    overflow-x: auto !important;
    width: auto !important;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 591px) {
  .banners .BannerGrid > div {
    width: 160px !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 160px !important;
            flex: 0 0 160px !important;
    background-color: #fff;
  }
  .banners .BannerGrid > div:first-child {
    margin-left: 20px;
  }
  .banners .BannerGrid > div:last-child {
    margin-right: 20px;
  }
}
.banners .BannerGrid img {
  padding: 20px;
  background: #f5f5f5;
}
@media (max-width: 591px) {
  .banners .BannerGrid img {
    padding: 10px;
    background: #fff;
  }
}
.banners .BannerGrid a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-decoration: none;
  text-align: center;
  font-size: 26px;
  color: #000;
  font-weight: bold;
  line-height: 1.1;
}
.banners .BannerGrid a:hover {
  color: #da2543;
}
@media (max-width: 591px) {
  .banners .BannerGrid a {
    font-size: 16px;
    gap: 6px;
  }
}

@media (max-width: 591px) {
  .news-section {
    padding-top: 30px !important;
  }
  .news-section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .news-section .news-grid {
    overflow-x: auto;
    gap: 10px !important;
    width: auto !important;
  }
  .news-section .news-grid > a {
    width: 160px !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 160px !important;
            flex: 0 0 160px !important;
    gap: 6px !important;
  }
  .news-section .news-grid > a:first-child {
    margin-left: 20px !important;
  }
  .news-section .news-grid > a:last-child {
    margin-right: 20px !important;
  }
  .news-section .news-grid > a img {
    height: 120px;
  }
  .news-section .news-grid > a h4 {
    -webkit-line-clamp: 3;
    font-size: 12px;
  }
  .news-section .news-grid > a .news-date {
    font-size: 12px;
  }
}

.news-grid {
  gap: 30px !important;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.news-grid img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
.news-grid .news-item {
  grid-gap: 12px !important;
}
.news-grid .news-item h4 {
  margin-top: 8px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3 !important;
}
.news-grid .news-date {
  line-height: 20px;
  font-weight: normal;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.nike_index__popular_categories h3 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
}
.nike_index__popular_categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 591px) {
  .nike_index__popular_categories__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
    gap: 10px;
  }
}
.nike_index__popular_categories .category-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 16px;
  font-weight: bold;
  color: black;
}
.nike_index__popular_categories .category-card a:hover {
  text-decoration: none;
  color: #da2543;
}
@media (max-width: 591px) {
  .nike_index__popular_categories .category-card a {
    gap: 8px;
    font-size: 14px;
  }
}
@media (max-width: 591px) {
  .nike_index__popular_categories .category-card {
    width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  .nike_index__popular_categories .category-card span {
    margin-top: 0 !important;
    line-height: 1.1;
  }
}

.nike-index-cats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.nike-index-cats a {
  text-decoration: none;
}
.nike-index-cats a p {
  text-transform: capitalize;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
  color: #000;
  font-weight: bold;
  font-size: 22px;
}
/*# sourceMappingURL=nike-index-2026.css.map */