#home-trending-now {
  margin-top: 15px;
  text-align: center;
}
.pt_product-search-result .cat-landing #home-trending-now img {
  display: inline; /* overriding what is set in branding.min */
}
.isDesktopEnvironment #home-trending-now {
  margin-top: 50px;
}
/*trending now shoes*/
.trending-shoe-wrapper {
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 25px;
  flex-wrap: wrap;
  padding: 0 10px;
}
.isDesktopEnvironment .trending-shoe-wrapper {
  padding: 10px 0;
  margin: 0 auto 30px;
}
.trending-shoe {
  flex-basis: 50%;
  max-width: 50%;
  box-sizing: border-box;
}
.isDesktopEnvironment .trending-shoe {
  flex-basis: 25%;
  max-width: 25%;
}
.trending-shoe img {
  width: auto;
  max-width: 100%;
}
.trending-shoe span {
  display: block;
  line-height: 1.2;
  color: black;
  padding-bottom: 10px;
}
.isDesktopEnvironment .trending-shoe span {
  font-size: 16px;
}
.trending-shoe:hover span {
  text-decoration: underline;
  color: #7d7d7d;
}

/*trending now boxes*/
.trending-box-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
  flex-wrap: wrap;
  margin: 0 20px;
}
.isDesktopEnvironment .trending-box-wrapper {
  margin: 50px auto;
}
.trending-box {
  margin: 0 0 30px
}
.isDesktopEnvironment .trending-box {
  flex-basis: 33%;
  max-width: 33%;
  margin: 0;
}
.trending-box img {
  width: auto;
  max-width: 100%;
}
.trending-box .sau-copy-heading {
  margin: 5px auto;
}
.isDesktopEnvironment .trending-box .sau-copy-heading {
  margin: 15px auto;
}
.trending-box .sau-copy-body {
  margin: 0 auto 5px;
  line-height: 17px;
}
.isDesktopEnvironment .trending-box .sau-copy-body {
  margin: 5px auto 10px;
  line-height: 21px;
}

/*trending now banner*/
.trending-now-banner {
  position: relative;
}
.trending-now-banner .ag-align-center {
  color: white;
  width: 100%;
}
.trending-now-banner .sau-copy-heading {
  font-family: "Gotham Ultra";
  letter-spacing: 0;
}
.trending-now-banner .sau-copy-body {
  margin: 0;
}
.isDesktopEnvironment .trending-now-banner .sau-copy-body {
  margin: 1em 0;
}