ol.breadcrumb {
  margin-bottom: 0;
}

@media (max-width: 591px) {
  .nike-list-page {
    margin-left: 0;
    margin-right: 0;
  }
}

.nike-app {
  padding: 24px 30px;
}
@media (max-width: 591px) {
  .nike-app {
    padding: 16px;
  }
}
.nike-app {
  background-color: #fff;
  margin-bottom: 50px;
}
.nike-app .sidebar-col {
  max-width: 254px;
}
@media (max-width: 591px) {
  .nike-app .sidebar-col {
    z-index: 99999;
    position: fixed;
    right: 0;
    left: unset;
    overflow: hidden;
    height: 100vh;
  }
  .nike-app .sidebar-col::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
  }
  .nike-app .sidebar-col .close {
    margin-right: 5px;
  }
  .nike-app .sidebar-col .left-nav {
    overflow-y: auto;
    max-height: 90vh;
  }
}
.nike-app .sidebar-col ~ .col-md-9 {
  max-width: calc(100% - 254px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 254px);
          flex: 0 0 calc(100% - 254px);
}
@media (max-width: 591px) {
  .nike-app .sidebar-col ~ .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

#nike-sidebar {
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 16px;
  margin-right: 0;
  max-width: 254px;
}
#nike-sidebar .filter-group {
  border-bottom-color: #797979;
}
#nike-sidebar .filter-group:last-child {
  border-bottom: 0;
}
#nike-sidebar .categories h4 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px !important;
  margin-top: 10px;
}

#nike-sidebar h4 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px !important;
  margin-top: 10px;
}

.nike-card-grids {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 591px) {
  .nike-card-grids {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}
.nike-card-grids .product-colorways {
  margin-bottom: 5px;
}
@media (max-width: 591px) {
  .nike-card-grids .product-title {
    font-size: 18px !important;
  }
}
@media (max-width: 591px) {
  .nike-card-grids .product-subtitle {
    display: none !important;
  }
}
.nike-card-grids .grap-5 {
  gap: 5px;
}
.nike-card-grids .grap-10 {
  gap: 10px;
}
.nike-card-grids .prices {
  margin-bottom: 5px;
}
.nike-card-grids .product-colorways {
  margin-top: 10px;
}
.nike-card-grids .chip {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  margin-right: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

@media (max-width: 591px) {
  .nike-header__title {
    display: none !important;
  }
}

@media (max-width: 591px) {
  .nike-header__content {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .nike-header__content .sort {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .nike-header__content .nike-header__nav {
    gap: 16px;
  }
}

@media (max-width: 591px) {
  #nike-sidebar {
    display: block !important;
  }
}

.nike-header__filters-btn {
  border: 1px solid #191919 !important;
  border-radius: 15px;
  padding-left: 12px;
  padding-right: 12px;
}
.nike-header__filters-btn .icon-filters {
  width: 24px;
  height: 24px;
}
@media (max-width: 591px) {
  .nike-header__filters-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 24px;
    gap: 5px;
  }
}
/*# sourceMappingURL=nike-list-2026.css.map */