#banners .container {
  width: 1310px;
}

#banners .inner {
  gap: 43px;
}

#banners .banner-clearance {
  background-image: url('../../../images/home/redesign/banner-clearance-bg.jpg');
  background-image: image-set(url('../../../images/home/redesign/banner-clearance-bg.jpg') 1x,
      url('../../../images/home/redesign/banner-clearance-bg@2x.jpg') 2x);
  height: 476px;
}

#banners .banner-clearance .top {
  height: 242px;
  background-image: url('../../../images/home/redesign/clearance-corner.png');
  background-size: 168px;
  background-position: 103% 112%;
  background-repeat: no-repeat;
}

#banners .banner-clearance .top > * {
  position: relative;
  z-index: 3;
}

#banners .banner-clearance .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../../../images/home/redesign/clearance-pattern.png');
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: 1;
}

#banners .banner-clearance .title {
  font-size: 63px;
  line-height: 1em;
  margin: 26px 0 10px 0;
  text-shadow: 0px 6px 0px #00000036;
}

#banners .banner-clearance .title span {
  font-size: 84px;
  text-shadow: 0px 5px 0px #00000036;
  margin-top: -13px;
}

#banners .banner-clearance .desc {
  font-size: 22px;
  line-height: 26px;
  max-width: 352px;
}

#banners .banner-clearance .button {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  width: 160px;
  top: -24px;
}

#banners .banner-clearance .topleft {
  position: absolute;
  top: 9px;
  left: 13px;
  transform: rotate(-90deg);
}

#banners .banner-clearance .topright {
  position: absolute;
  top: 10px;
  right: 12px;
}

#banners .banner-clearance .bottomleft {
  position: absolute;
  bottom: 14px;
  left: 12px;
  transform: rotate(-180deg);
}

#banners .banner-clearance .bottomright {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

#banners .banner-preapproved {
  background-image: url('../../../images/home/redesign/banner-preapproved-bg.jpg');
  background-image: image-set(url('../../../images/home/redesign/banner-preapproved-bg.jpg') 1x,
      url('../../../images/home/redesign/banner-preapproved-bg@2x.jpg') 2x);
  height: 476px;
}

#banners .banner-preapproved .decor {
  font-size: 52px;
  line-height: 1em;
  transform: rotate(-6deg);
  margin: 32px auto 0 auto;
  padding-left: 33px;
}

#banners .banner-preapproved .decor::before {
  content: '';
  position: absolute;
  top: -74px;
  left: -72px;
  transform: rotate(6deg);
  background-image: url('../../../images/home/redesign/banner-preapproved-decor.png');
  background-image: image-set(url('../../../images/home/redesign/banner-preapproved-decor.png') 1x,
      url('../../../images/home/redesign/banner-preapproved-decor@2x.png') 2x);
  width: 500px;
  height: 207px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

#banners .banner-preapproved .decor span {
  font-size: 72px;
  margin: 0 -2px 0 -10px;
}

#banners .banner-preapproved .title {
  font-size: 52px;
  margin-top: 56px;
  margin-bottom: -3px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #banners .banner-preapproved .title {
    letter-spacing: -1px;
  }
}

#banners .banner-preapproved .desc {
  font-size: 22px;
  line-height: 24px;
}

#banners .banner-preapproved .button {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  width: 160px;
}

@media screen and (max-width: 992px) {
  #banners .inner {
    flex-wrap: wrap;
    gap: 109px;
  }

  #banners .banner-preapproved,
  #banners .banner-clearance {
    width: 100%;
    max-width: 617px;
    margin: 0 auto;
  }

  #banners .banner-clearance {
    background-size: 100%;
    background-position: bottom center;
  }

  #banners .banner-clearance .top {
    background-position: 106% 112%;
  }

  #banners .banner-clearance .title {
    margin: 26px 0 6px 0;
  }
}

@media screen and (max-width: 768px) {
  #banners {
    padding-top: 73px;
  }

  #banners .banner-clearance {
    height: auto;
    padding-bottom: 115px;
  }

  #banners .banner-clearance .button {
    top: -56px;
  }

  #banners .banner-clearance .bottomleft {
    bottom: 7px;
    left: 11px;
  }

  #banners .banner-clearance .bottomright {
    display: block;
    bottom: 7px;
    right: 11px;
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 567px) {
  #banners .banner-clearance .title {
    font-size: 51px;
  }

  #banners .banner-clearance .title span {
    font-size: 69px;
    margin-top: -8px;
  }

  #banners .banner-clearance .desc {
    font-size: 18px;
    line-height: 24px;
  }

  #banners .banner-clearance .button {
    height: 35px;
    line-height: 35px;
  }

  #banners .banner-preapproved .decor {
    margin: -17px auto 0 auto;
    font-size: 43px;
    padding-left: 0;
  }

  #banners .banner-preapproved .decor::before {
    background-image: url('../../../images/home/redesign/banner-preapproved-decor-m.png');
    background-image: image-set(url('../../../images/home/redesign/banner-preapproved-decor-m.png') 1x,
        url('../../../images/home/redesign/banner-preapproved-decor-m@2x.png') 2x);
    width: 410px;
    height: 176px;
    top: -65px;
    left: -78px;
  }

  #banners .banner-preapproved .decor span {
    font-size: 61px;
    margin: 0 -2px 0 -6px;
  }

  #banners .banner-preapproved .title {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 6px;
  }

  #banners .banner-preapproved .desc {
    font-size: 18px;
    margin: 0 auto;
  }

  #banners .banner-preapproved .button {
    margin-top: 17px;
  }

  #banners .banner-preapproved {
    height: auto;
    padding-bottom: 123px;
  }

  #banners .banner-preapproved {
    background-image: url('../../../images/home/redesign/banner-preapproved-bg-m.jpg');
    background-image: image-set(url('../../../images/home/redesign/banner-preapproved-bg-m.jpg') 1x,
        url('../../../images/home/redesign/banner-preapproved-bg-m@2x.jpg') 2x);
    background-position: bottom center;
  }
}

@media screen and (max-width: 550px ) {
  #banners .banner-clearance .bg {
    background-position: left center;
  }

  #banners .banner-clearance .top {
    background: transparent;
    height: auto;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 385px) {
  #banners .inner {
    gap: 99px;
  }

  #banners .banner-preapproved .decor {
    font-size: 37px;
  }

  #banners .banner-preapproved .decor::before {
    height: 127px;
    top: -40px;
    left: -92px;
  }

  #banners .banner-preapproved .title {
    font-size: 31px;
  }

  #banners .banner-preapproved .desc {
    font-size: 16px;
  }
}