#hero .banner-clearance {
  background-image: url(../../images/clearance-corner/bg-hero.png);
  background-image: -webkit-image-set(url("../../images/clearance-corner/bg-hero.png") 1x, url("../../images/clearance-corner/bg-hero@2x.png") 2x);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}

#hero .banner-clearance .top {
  min-height: 378px;
}

#hero .banner-clearance .top>* {
  position: relative;
  z-index: 3;
}

#hero .banner-clearance .title {
  font-size: 63px;
  line-height: 1em;
  margin-bottom: 20px;
  text-shadow: 0px 6px 0px #00000036;
}

#hero .banner-clearance .title span {
  font-size: 84px;
  text-shadow: 0px 5px 0px #00000036;
  margin-top: -13px;
}

#hero .banner-clearance .desc {
  font-size: 22px;
  line-height: 26px;
  max-width: 385px;
}

#hero .banner-clearance .button {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  width: 160px;
  top: -24px;
}

#hero .banner-clearance .topleft {
  position: absolute;
  top: 9px;
  left: 13px;
  transform: rotate(-90deg);
}

#hero .banner-clearance .topright {
  position: absolute;
  top: 10px;
  right: 12px;
}

#hero .banner-clearance .bottomleft {
  position: absolute;
  bottom: 14px;
  left: 12px;
  transform: rotate(-180deg);
}

#hero .banner-clearance .bottomright {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

#hero select,
#specials-hero select {
  background-image: url(../../images/home/redesign/selectric.png);
  background-position: 97% 50%;
  font-size: 15px;
  padding: 12px 0px 12px 13px;
}

#hero .select,
#specials-hero .select {
  max-width: 325px;
  border-radius: 6px;
  border: 1px solid #CCC;
}

#hero .select::after,
#specials-hero .select::after {
  display: none;
}

main.clearance-corner-specials {
  background-image: url(../../images/clearance-corner/bg-specials.jpg);
  background-image: -webkit-image-set(url("../../images/clearance-corner/bg-specials.jpg") 1x, url("../../images/clearance-corner/bg-specials@2x.jpg") 2x);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

#specials-hero {
  padding: 107px 0 57px 0;
}

#specials-hero .title h1 {
  font-size: 54px;
}

#specials-hero .title p {
  font-size: 84px;
  margin-top: -23px;
}

#product-landing {
  border:none !important;
}

#no-store p {
  font-size:22px;
  line-height:27px;
}

#no-store a {
  width: 185px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
}

@media screen and (max-width: 567px) {
  main.clearance-corner-specials {
    background-image: url(../../images/clearance-corner/bg-specials-m.jpg);
    background-image: -webkit-image-set(url("../../images/clearance-corner/bg-specials-m.jpg") 1x, url("../../images/clearance-corner/bg-specials-m@2x.jpg") 2x);
  }

  #specials-hero .title h1 {
    font-size: 38px;
  }

  #specials-hero .title p {
    font-size: 63px;
    margin-top: -18px;
  }

  #specials-hero {
    padding: 40px 0;
  }

  #product-landing {
    margin-top: 40px;
  }

  #hero .banner-clearance {
    background-image: url(../../images/clearance-corner/bg-hero-m.png);
    background-image: -webkit-image-set(url("../../images/clearance-corner/bg-hero-m.png") 1x, url("../../images/clearance-corner/bg-hero-m@2x.png") 2x);
  }

  #hero .banner-clearance .bottomright {
    display: block;
    right: 12px;
    bottom: 14px;
    transform: rotate(90deg);
  }

  #hero .banner-clearance .title {
    font-size: 51px;
  }

  #hero .banner-clearance .title span {
    font-size: 69px;
    margin-top: -8px;
  }

  #hero .banner-clearance .desc {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .banner-clearance .button {
    height: 35px;
    line-height: 35px;
  }

  #hero .banner-preapproved .decor {
    margin: -17px auto 0 auto;
    font-size: 43px;
    padding-left: 0;
  }

  #no-store p {
    font-size: 18px;
    line-height: 24px;
}

}

@media screen and (max-width: 576px) {
  #hero .banner-clearance .top {
    min-height: 360px;
  }

  #hero .banner-inner {
    padding: 0 5px;
  }
}