#listedProducts > .lead {
  max-width: 60rem;
  width: auto;
  margin: auto;
  padding: 0.625rem 1.875rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: single;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1em;
  color: #ffffff;
}
#listedProducts > .lead > .body {
  margin: 0rem 1.25rem;
}
#listedProducts > .lead::before, #listedProducts > .lead::after {
  content: "";
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 1.25rem;
  height: 0.125rem;
  background-color: #ffffff;
}
#listedProducts > .nav {
  max-width: 60rem;
  width: auto;
  margin: 0.625rem auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
#listedProducts > .nav > .item {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 18.75rem;
  padding: 0.3125rem;
  padding-right: 1.25rem;
  margin: 0.3125rem;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0.125rem 0.25rem 0.25rem 0.125rem;
  border-color: #000000;
  background-color: #ffffff;
  text-align: center;
  font-size: 1.125rem;
  color: #000000;
  font-weight: 700;
  font-feature-settings: "palt";
}
#listedProducts > .nav > .item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  margin: auto;
  margin-right: 0.9375rem;
  width: 0.75rem;
  height: 0.75rem;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-width: 0.1875rem;
  border-bottom-width: 0.1875rem;
  transform: -webkit- translateY(-0.25rem) rotateZ(45deg);
  transform: translateY(-0.25rem) rotateZ(45deg);
}
#listedProducts > .sections {
  display: block;
  max-width: 60rem;
  width: 95%;
  margin: 0rem auto;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0.1875rem;
  border-color: #000000;
}
#listedProducts > .sections > .section > .title {
  position: relative;
  overflow: hidden;
  margin: 1.25rem -1.875rem 0rem;
  padding: 1.25rem;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1em;
  color: #ffffff;
  font-feature-settings: "palt";
}
#listedProducts > .sections > .section > .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  margin: 0rem 3.125rem;
  border-left-style: solid;
  border-right-style: solid;
  border-left-width: 0.25rem;
  border-right-width: 0.25rem;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  transform: -webkit- skewX(-20deg);
  transform: skewX(-20deg);
}
#listedProducts > .sections > .section > .image img {
  display: block;
  width: 100%;
  height: auto;
}
#listedProducts > .sections > .section > .hashtag > .title {
  width: 35rem;
  height: 4rem;
  margin: 1.25rem auto;
  padding: 1.25rem;
  box-sizing: border-box;
  background-image: url("../img/bg_title_hash.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 700;
}
#listedProducts > .sections > .section > .hashtag > .products {
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  grid-auto-flow: dense;
}
#listedProducts > .sections > .section > .hashtag > .products > .item, #listedProducts > .sections > .section > .hashtag > .products > .spacer {
  display: block;
}
#listedProducts > .sections > .section > .hashtag > .products > .item.pickup, #listedProducts > .sections > .section > .hashtag > .products > .spacer.pickup {
  grid-area: span 2 / span 2;
}
#listedProducts > .sections > .section > .hashtag > .products > .item img, #listedProducts > .sections > .section > .hashtag > .products > .spacer img {
  display: block;
  width: 100%;
  height: auto;
}
@media (-ms-high-contrast: none) {
  #listedProducts > .sections > .section > .hashtag > .products {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #listedProducts > .sections > .section > .hashtag > .products > .item, #listedProducts > .sections > .section > .hashtag > .products > .spacer {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 15rem;
  }
  #listedProducts > .sections > .section > .hashtag > .products > .item.pickup, #listedProducts > .sections > .section > .hashtag > .products > .spacer.pickup {
    -webkit-box-flex: 2;
    flex-grow: 2;
    flex-shrink: 2;
    flex-basis: 30rem;
  }
}
/*# sourceMappingURL=./style.css.map */