.cat-link-banner {
  text-align: center;
  margin: 0;
  padding: 0;
  background: #d0d0d0;
}
.cat-link-banner .linkBanner_inner {
  margin: auto;
  padding: 17px 15px 13px;
}
.cat-link-banner .category-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cat-link-banner .category-list a {
  display: flex;
  flex: 0 0 calc(50% - 4px);
  margin: 0 2px 4px;
  height: 40px;
  position: relative;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cat-link-banner .category-list a span {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 12px;
  font-family: "Gotham A","Gotham B","Interstate Light",Arial,sans-serif;
  font-weight: 500;
  text-shadow: 0 0 1px #000;
}
.cat-link-banner .category-list a:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #7d7d7d;
  opacity: 0;
  transition: all 0.2s;
}
.cat-link-banner .category-list a:hover:before, .cat-link-banner .category-list a:active:before {
  opacity: 1;
}
.cat-link-banner .category-list.category-products a {
  height: 64px;
}
.cat-link-banner .category-list.category-products a:before {
  background: rgba(0, 0, 0, 0.6);
}
.cat-link-banner.no-products .category-list a {
  flex: 0 0 100%;
}
.isDesktopEnvironment .cat-link-banner {
  width: 300%;
  margin-left: -100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.isDesktopEnvironment .cat-link-banner .linkBanner_inner {
  display: flex;
  justify-content: center;
  max-width: 886px;
  padding: 17px 13px 9px;
}
.isDesktopEnvironment .cat-link-banner .heading {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-self: center;
  margin-right: 12px;
  font-family: "Gotham A","Gotham B","Interstate Light",Arial,sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.isDesktopEnvironment .cat-link-banner .category-list {
  flex: 0 0 356px;
}
.isDesktopEnvironment .cat-link-banner .category-list a {
  flex: 0 0 170px;
  margin: 0 4px 8px;
  height: 64px;
}
.isDesktopEnvironment .cat-link-banner .category-list a span {
  font-size: 16px;
}
.isDesktopEnvironment .cat-link-banner .category-list.category-products a {
  height: calc(100% - 8px);
}
.isDesktopEnvironment .cat-link-banner.no-products .heading {
  flex: 0 0 auto;
}
.isDesktopEnvironment .cat-link-banner.no-products .category-list {
  flex-wrap: nowrap;
  flex: auto;
}

/*# sourceMappingURL=cat-banner-category-links.css.map */
