.hero-wrapper {
  position: relative;
  background: url("../../assets/dccomics/hero/nice_dc_hero_blue_bkgd_edit.png")
    no-repeat bottom center;
  background-size: cover;
  overflow: hidden;
  width: auto;
  height: 1080px;
}
.hero-wrapper:after {
  display: inline-block;
  content: url("../../assets/dccomics/hero/nice_dc_hero_cityscape_bkgd_edit.png");
  opacity: 1;
  padding-top: 13.65%;
  height: 100%;
  width: 200%;
  overflow: hidden;
  transform: translateX(0%);
  z-index: 1;
  animation: slideCityscape 45s infinite forwards ease-out;
}
.hero-wrapper .dc-hero-imgs {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  height: 100%;
  z-index: 2;
}
.hero-wrapper .dc-hero-imgs .dc-logo-wonder {
  position: absolute;
  left: 189px;
  top: 430px;
  transform: translateY(-50%);
  max-width: 489px;
  height: auto;
}
.hero-wrapper .dc-hero-imgs .wonder-char {
  position: absolute;
  top: 80px;
  left: 500px;
  height: auto;
}
.hero-wrapper .dc-hero-imgs .dc-logo-bat {
  position: absolute;
  left: 207px;
  top: 432px;
  transform: translateY(-50%);
  max-width: 489px;
  height: auto;
}
.hero-wrapper .dc-hero-imgs .bat-char {
  position: absolute;
  top: 14px;
  left: 244px;
  width: auto;
  height: 2360px;
}
.hero-wrapper .dc-hero-imgs .super-char {
  position: absolute;
  top: -29px;
  left: -276px;
  height: auto;
}
.hero-wrapper .dc-hero-imgs .dc-logo-super {
  position: absolute;
  left: 1461px;
  top: 704px;
  max-width: 324px;
  height: auto;
}
.hero-wrapper .dc-comics-copyright {
  position: absolute;
  bottom: 54px;
  right: 60px;
  max-width: 260px;
  height: auto;
  z-index: 2;
}
.hero-wonder {
  opacity: 0;
  animation: fadeInWonder 15s infinite forwards ease-out;
}
.hero-bat {
  opacity: 0;
  animation: fadeInBat 15s infinite forwards ease-out;
}
.hero-super {
  opacity: 0;
  animation: fadeInSuper 15s infinite forwards ease-out;
}
@keyframes slideCityscape {
  0% {
    opacity: 0;
    transform: translateX(0%);
  }
  3% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-15%);
  }
}
@keyframes fadeInWonder {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33%,
  100% {
    opacity: 0;
  }
}
@keyframes fadeInBat {
  0%,
  30% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  66%,
  100% {
    opacity: 0;
  }
}
@keyframes fadeInSuper {
  0%,
  63% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.bp-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 120px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #f2f1f1;
}
.bp-wrapper .bp-prod-wrap .bp-prod-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(35, 35, 35, 0.17);
  z-index: 999;
}
.bp-wrapper .bp-prod-wrap .bp-prod-modal-wrapper .product-close-icon {
  display: flex;
  width: 32px;
  height: 32px;
  align-self: flex-end;
  justify-content: flex-start;
  cursor: pointer;
}
.bp-wrapper .bp-prod-wrap .bp-prod-modal-wrapper .product-close-icon svg {
  transform: rotate(45deg);
  width: 100%;
  height: auto;
}
.bp-wrapper .bp-prod-wrap .bp-prod-modal-wrapper .bp-prod-modal {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 90%;
  max-width: 800px;
  max-height: 800px;
  padding: 32px;
  background-color: white;
}
.bp-wrapper .bp-prod-wrap .bp-prod-modal-wrapper .bp-prod-modal img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.bp-wrapper .bp-prod-wrap .bp-prod-modal-wrapper.active {
  display: flex;
}
.bp-wrapper .bp-prod-wrap .bp-prod-imgs {
  display: block;
  flex: 0 1 100px;
  height: auto;
  align-self: center;
}
.bp-wrapper .bp-text-wrapper {
  display: flex;
  flex: 0 0 200px;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

html[lang="zh-CN"] .bp-wrapper .bp-text-wrapper {
  flex: unset;
}


.bp-wrapper .bp-text-wrapper:first-child {
  margin: 0 0 0 60px;
}
.bp-wrapper .bp-text-wrapper .bp-heading {
  display: inline-block;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 60px;
  text-transform: uppercase;
  color: #232323;
}

html[lang="zh-CN"] .bp-wrapper .bp-text-wrapper .bp-heading {
  letter-spacing: unset !important;
  line-height: 1.1 !important;
  word-break: keep-all;
  text-align: left;
  width: 100%;
}

.bp-wrapper .bp-text-wrapper .bp-text {
  display: inline-block;
  width: auto;
  font-size: 29.5px;
  font-weight: 400;
  color: #999898;
  margin: 42px 0 0 0;
  letter-spacing: -1px;
  line-height: 28px;
  width: 64%;
}

html[lang="zh-CN"] .bp-wrapper .bp-text-wrapper .bp-text {
  letter-spacing: unset !important;
  line-height: unset !important;
  width: unset;
  text-align: left;
}

.bc-wrapper {
  position: relative;
  background-color: #282828;
  background: url("../../assets/dccomics/candy/nice_dc_cityscape_night_bkgd_edit.png")
    bottom center no-repeat;
  background-size: cover;
}
.bc-wrapper #shining-stars {
  position: absolute;
  top: 0;
  left: 0;
}
.bc-wrapper-bkgd {
  display: flex;
  position: relative;
  z-index: 1;
  color: white;
  padding: 100px 120px;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
}
.bc-wrapper-bkgd .bc-text-wrapper {
  display: flex;
  flex-direction: column;
  flex: 0;
  align-items: flex-start;
}
.bc-wrapper-bkgd .bc-text-wrapper .bc-heading {
  display: inline-block;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 60px;
  text-transform: uppercase;
  color: white;
  min-width: 422px;
}
html[lang="zh-CN"] .bc-wrapper .bc-text-wrapper .bc-heading {
  letter-spacing: unset;
  line-height: 1.1;
  word-break: keep-all;
  text-align: left;
  width: 100%;
}
.bc-wrapper-bkgd .bc-text-wrapper .bc-text {
  display: inline-block;
  font-size: 29.5px;
  font-weight: 400;
  color: white;
  margin: 28px 0 0 0;
  letter-spacing: -1px;
  line-height: 28px;
  max-width: 379px;
}
html[lang="zh-CN"] .bc-wrapper .bc-text-wrapper .bc-text {
  letter-spacing: unset !important;
  line-height: unset !important;
  width: unset;
  text-align: left;
}
.bc-wrapper-bkgd .bc-big-candy-wrapper .big-candy {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 150ms ease-in-out;
  max-width: 555px;
  height: auto;
}
.bc-wrapper-bkgd .bc-big-candy-wrapper .big-candy .hidden {
  display: none;
}
.bc-wrapper-bkgd .bc-big-candy-wrapper .bc-big-candy-text {
  margin: 100px 0 0 0;
  font-weight: 900;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}
.bc-wrapper-bkgd .bc-assortment .bc-assort-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bc-wrapper-bkgd .bc-assortment .bc-assort-list .bc-assort-list-item {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 20px 0;
}
.bc-wrapper-bkgd
  .bc-assortment
  .bc-assort-list
  .bc-assort-list-item:first-child {
  margin: 0 0 20px 0;
}
.bc-wrapper-bkgd
  .bc-assortment
  .bc-assort-list
  .bc-assort-list-item:last-child {
  margin: 20px 0 0 0;
}
.bc-wrapper-bkgd
  .bc-assortment
  .bc-assort-list
  .bc-assort-list-item
  img:first-child {
  margin: 0 21px 0 0;
}
.bc-wrapper-bkgd
  .bc-assortment
  .bc-assort-list
  .bc-assort-list-item
  img:last-child {
  margin: 0 0 0 21px;
}
.brand-footer-wrapper {
  margin: 23.5px 0;
  overflow: hidden;
}
.brand-footer-wrapper .bf-first-row,
.brand-footer-wrapper .bf-last-row {
  display: flex;
  margin: 0 -2.5px;
}
.bf-links-container {
  background-image: radial-gradient(
    ellipse at center,
    rgba(248, 80, 50, 0) 0%,
    rgba(0, 0, 0, 0.04) 60%,
    rgba(0, 0, 0, 0.08) 75%,
    rgba(0, 0, 0, 0.1) 100%
  );
  margin: 2.5px;
  height: 200px;
  width: 100%;
  transition: 125ms ease-in-out;
}
.bf-links-container-double {
  display: flex;
  width: 100%;
  transition: 125ms ease-in-out;
  margin-right: 2.5px;
}
.bf-links-container.ff {
  margin-right: 0px;
}
.bf-links-container.hp {
  position: relative;
}
.bf-links-container.hp .bf-link.lazy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      ellipse at center,
      rgba(248, 80, 50, 0) 0%,
      rgba(0, 0, 0, 0.04) 60%,
      rgba(0, 0, 0, 0.08) 75%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    url("../../assets/common/brand-footer/nice_bf_hp_bkgd.jpg");
  opacity: 0;
  transition: opacity 125ms ease-in-out;
}
.bf-links-container.hp .bf-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      ellipse at center,
      rgba(248, 80, 50, 0) 0%,
      rgba(0, 0, 0, 0.04) 60%,
      rgba(0, 0, 0, 0.08) 75%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    url("../../assets/common/brand-footer/nice_bf_hp_bkgd.jpg");
  opacity: 0;
  transition: opacity 125ms ease-in-out;
}
.bf-links-container.bb .bf-link img {
  box-sizing: border-box;
  display: block;
  max-height: calc(100% - 32px);
  max-width: calc(100% - 32px);
}
.bf-links-container.ff .bf-link img {
  box-sizing: border-box;
  display: block;
  max-height: calc(100% - 32px);
  max-width: calc(100% - 32px);
}
.bf-links-container.hp .bf-link img {
  max-width: 260px;
  height: auto;
}
.bf-links-container.hp .bf-link img.bf-active-link-img {
  max-width: 300px;
  height: auto;
}
.bf-links-container.dc .bf-link img {
  max-width: 96px;
  height: auto;
}
.bf-links-container.hk .bf-link img {
  max-width: 157px;
  height: auto;
}
.bf-links-container.sun .bf-link img {
  max-width: 120px;
  height: auto;
}
.bf-links-container.sun .bf-link img.bf-active-link-img {
  max-width: 126px;
  height: auto;
}
.bf-links-container .bf-link {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  position: relative;
  color: white;
  height: 100%;
  width: 100%;
  padding: 16px;
}
.bf-links-container .bf-active-link-img {
  opacity: 0;
}
.bf-links-container .bf-inactive-link-img {
  opacity: 1;
}
.bf-links-container .bf-active-link-img,
.bf-links-container .bf-inactive-link-img {
  position: absolute;
  transition: 125ms ease-in-out;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}
.bf-links-container:hover .bf-active-link-img {
  opacity: 1;
}
.bf-links-container:hover .bf-inactive-link-img {
  opacity: 0;
}
.bf-links-container.bb:hover {
  background-color: #6c408b;
}
.bf-links-container.ff:hover {
  background-color: #b9070a;
}
.bf-links-container.hp:hover {
  background-color: rgba(0, 118, 190, 0);
}
.bf-links-container.hp:hover .bf-link:before {
  opacity: 1;
}
.bf-links-container.dc:hover {
  background-color: #0076be;
}
.bf-links-container.hk:hover {
  background-color: #ed1c24;
}
.bf-links-container.sun:hover {
  background-color: #253c85;
}
.bf-links-container.bb.non-traditional:hover {
  background-color: #6c408b !important;
}
.bf-links-container.ff.non-traditional:hover {
  background-color: #b9070a !important;
}
.bf-links-container.dc.non-traditional:hover {
  background-color: #0076be !important;
}
.bf-links-container.hk.non-traditional:hover {
  background-color: #ed1c24 !important;
}
.bf-links-container.sun.non-traditional:hover {
  background-color: #253c85 !important;
}
@media only screen and (max-width: 1810px) {
  .hero-wrapper .dc-hero-imgs .dc-logo-super {
    max-width: 260px;
  }
}
@media only screen and (max-width: 1752px) {
  .hero-wrapper .dc-hero-imgs .dc-logo-wonder {
    left: 309px;
    max-width: 360px;
  }
  .hero-wrapper .dc-hero-imgs .wonder-char {
    max-width: 1024px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-bat {
    left: 277px;
    max-width: 360px;
  }
  .hero-wrapper .dc-hero-imgs .bat-char {
    max-width: 2000px;
    height: auto;
    left: 314px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-super {
    max-width: 240px;
    left: 1358px;
  }
  .hero-wrapper .dc-hero-imgs .super-char {
    left: -191px;
    max-width: 1595px;
    height: auto;
  }
}
@media only screen and (max-width: 1600px) {
  .hero-wrapper .dc-hero-imgs .dc-logo-wonder {
    left: 289px;
    max-width: 320px;
  }
  .hero-wrapper .dc-hero-imgs .wonder-char {
    max-width: 1000px;
    left: 400px;
  }
  .hero-wrapper .dc-hero-imgs .bat-char {
    left: 244px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-bat {
    max-width: 300px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-super {
    max-width: 200px;
    left: 1298px;
  }
  .hero-wrapper .dc-hero-imgs .super-char {
    top: 35px;
    max-width: 1515px;
  }
}
@media only screen and (max-width: 1500px) {
  .hero-wrapper .dc-hero-imgs .wonder-char {
    left: 340px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-wonder {
    left: 220px;
  }
  .hero-wrapper .dc-hero-imgs .super-char {
    left: -140px;
    max-width: 1345px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-super {
    max-width: 200px;
    top: 664px;
    left: 1178px;
  }
}
@media only screen and (max-width: 1400px) {
  .hero-wrapper {
    max-height: 700px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-wonder {
    left: 200px;
    max-width: 280px;
  }
  .hero-wrapper .dc-hero-imgs .wonder-char {
    left: 340px;
    max-width: 890px;
  }
  .hero-wrapper .dc-hero-imgs .bat-char {
    left: 184px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-bat {
    left: 240px;
  }
  .hero-wrapper .dc-hero-imgs .super-char {
    left: 10px;
    max-width: 990px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-super {
    left: 1020px;
    top: 284px;
    max-width: 230px;
  }
}
@media only screen and (max-width: 1280px) {
  .hero-wrapper .dc-hero-imgs .dc-logo-wonder {
    left: 150px;
  }
  .hero-wrapper .dc-hero-imgs .wonder-char {
    left: 300px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-bat {
    left: 170px;
    max-width: 270px;
  }
  .hero-wrapper .dc-hero-imgs .bat-char {
    left: 104px;
  }
  .hero-wrapper .dc-hero-imgs .super-char {
    left: -60px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-super {
    left: 950px;
    max-width: 180px;
  }
}
@media only screen and (max-width: 1190px) {
  .hero-wrapper .dc-hero-imgs .dc-logo-wonder {
    left: 130px;
    top: 340px;
  }
  .hero-wrapper .dc-hero-imgs .wonder-char {
    left: 220px;
    max-width: 800px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-bat {
    top: 340px;
  }
  .hero-wrapper .dc-hero-imgs .bat-char {
    left: 24px;
  }
  .hero-wrapper .dc-hero-imgs .super-char {
    left: -150px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-super {
    left: 870px;
  }
}
@media only screen and (max-width: 1050px) {
  .hero-wrapper .dc-hero-imgs .dc-logo-wonder {
    left: 100px;
    max-width: 240px;
  }
  .hero-wrapper .dc-hero-imgs .wonder-char {
    left: 220px;
    max-width: 700px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-bat {
    max-width: 210px;
    left: 140px;
  }
  .hero-wrapper .dc-hero-imgs .bat-char {
    max-width: 1700px;
  }
  .hero-wrapper .dc-hero-imgs .super-char {
    max-width: 910px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-super {
    left: 760px;
    max-width: 140px;
  }
}
@media only screen and (max-width: 900px) {
  .hero-wrapper .dc-hero-imgs .wonder-char {
    max-width: 570px;
    left: 180px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-wonder {
    left: 70px;
    max-width: 200px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-bat {
    max-width: 180px;
    left: 80px;
  }
  .hero-wrapper .dc-hero-imgs .bat-char {
    max-width: 1430px;
    top: 66px;
    left: 4px;
  }
  .hero-wrapper .dc-hero-imgs .super-char {
    max-width: 690px;
    top: 74px;
    left: -150px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-super {
    left: 580px;
  }
}
@media only screen and (max-width: 720px) {
  .hero-wrapper .dc-hero-imgs .wonder-char {
    max-width: 530px;
    left: 36px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-wonder {
    top: 440px;
    left: 490px;
    max-width: 150px;
  }
  .hero-wrapper .dc-hero-imgs .bat-char {
    left: -6px;
    max-width: 1200px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-bat {
    max-width: 150px;
    left: 60px;
  }
  .hero-wrapper .dc-hero-imgs .super-char {
    max-width: 690px;
    top: 102px;
    left: -170px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-super {
    left: 490px;
    top: 409px;
  }
}
@media only screen and (max-width: 640px) {
  .hero-wrapper .dc-hero-imgs .wonder-char {
    max-width: 460px;
    left: 16px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-wonder {
    top: 600px;
    left: 440px;
    max-width: 140px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-bat {
    max-width: 140px;
    top: 170px;
  }
  .hero-wrapper .dc-hero-imgs .bat-char {
    max-width: 920px;
    left: 4px;
  }
  .hero-wrapper .dc-hero-imgs .super-char {
    left: -90px;
    max-width: 630px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-super {
    left: 420px;
    top: 559px;
  }
  .hero-wrapper .dc-comics-copyright {
    bottom: 32px;
    max-width: 137px;
    height: auto;
    left: 32px;
  }
}
@media only screen and (max-width: 580px) {
  .hero-wrapper .dc-hero-imgs .wonder-char {
    max-width: 450px;
    left: 16px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-wonder {
    top: 410px;
    left: 340px;
    max-width: 120px;
  }
  .hero-wrapper .dc-hero-imgs .bat-char {
    max-width: 840px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-bat {
    max-width: 120px;
    top: 170px;
  }
  .hero-wrapper .dc-hero-imgs .super-char {
    max-width: 720px;
    left: -250px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-super {
    max-width: 100px;
    top: 439px;
    left: 340px;
  }
}
@media only screen and (max-width: 500px) {
  .hero-wrapper {
    max-height: 732px;
  }
  .hero-wrapper:after {
    padding-top: 1%;
    width: 2000%;
  }
  .hero-wrapper .dc-hero-imgs .bat-char {
    max-width: 750px;
    left: -10px;
    top: 100px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-bat {
    max-width: 110px;
    top: 200px;
    left: 30px;
  }
  .hero-wrapper .dc-hero-imgs .wonder-char {
    top: 100px;
  }
}
@media only screen and (max-width: 414px) {
  .hero-wrapper .dc-hero-imgs .dc-logo-wonder {
    top: 623px;
    left: 210px;
    max-width: 129px;
    height: auto;
  }
  .hero-wrapper .dc-hero-imgs .wonder-char {
    max-width: calc(100vw + 24px);
    top: 116px;
    left: -42px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-bat {
    left: 18px;
    top: 210px;
    transform: translateY(0%);
    max-width: 109px;
    height: auto;
  }
  .hero-wrapper .dc-hero-imgs .bat-char {
    max-width: 777px;
    top: 142px;
    left: -56px;
    height: auto;
  }
  .hero-wrapper .dc-hero-imgs .super-char {
    top: 124px;
    left: -246px;
    max-width: 612px;
    height: auto;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-super {
    left: 240px;
    top: 615px;
    max-width: 116px;
    height: auto;
  }
  .hero-wrapper .dc-comics-copyright {
    bottom: 32px;
    max-width: 137px;
    height: auto;
    left: 32px;
  }
}
@media only screen and (max-width: 400px) {
  .hero-wrapper {
    height: 680px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-wonder {
    top: 575px;
    left: 170px;
  }
  .hero-wrapper .dc-hero-imgs .wonder-char {
    max-width: calc(100vw + 24px);
    top: 116px;
    left: -42px;
  }
  .hero-wrapper .dc-hero-imgs .super-char {
    max-width: 562px;
  }
  .hero-wrapper .dc-hero-imgs .dc-logo-super {
    left: 190px;
    top: 572px;
  }
  .hero-wrapper .dc-comics-copyright {
    bottom: 32px;
    max-width: 137px;
    height: auto;
    left: 32px;
  }
}
@media screen and (max-width: 1640px) {
  .bp-prod-imgs {
    max-width: 80%;
  }
}
@media screen and (max-width: 1440px) {
  .bp-heading {
    font-size: 56px !important;
  }
  .bp-text {
    font-size: 22px !important;
    margin: 24px 0 0 0 !important;
  }
}
@media screen and (max-width: 1140px) {
  .bp-wrapper {
    padding: 64px 80px !important;
  }
  .bp-prod-imgs {
    max-width: 80% !important;
  }
  .bp-heading {
    font-size: 40px !important;
    line-height: 40px !important;
    letter-spacing: 0 !important;
  }
  .bp-text {
    font-size: 18px !important;
    margin: 24px 0 0 0 !important;
    line-height: 22px !important;
  }
}
@media screen and (max-width: 840px) {
  .bp-wrapper {
    padding: 64px 64px !important;
  }
  .bp-text-wrapper {
    flex: 0 0 160px !important;
  }
  .bp-heading {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .bp-text {
    font-size: 17px !important;
    margin: 18px 0 0 0 !important;
    line-height: 20px !important;
  }
  .bp-prod-wrap:last-child {
    margin: 0 !important;
  }
}
@media screen and (max-width: 780px) {
  .bp-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 32px !important;
    width: auto;
  }
  .bp-wrapper .bp-prod-wrap {
    width: 80%;
    margin: 24px 0;
  }
  .bp-wrapper .bp-prod-wrap:first-child {
    margin: 32px 0 24px 0;
  }
  .bp-wrapper .bp-prod-wrap .bp-prod-imgs {
    flex: 0;
    max-width: 80% !important;
    margin: 0 auto;
    height: auto;
  }
  .bp-wrapper .bp-text-wrapper {
    flex: 0 !important;
    align-items: center !important;
    text-align: center !important;
    order: -1;
    max-width: 100%;
  }
  .bp-wrapper .bp-text-wrapper:first-child {
    margin: 0;
  }
  .bp-wrapper .bp-text-wrapper .bp-heading {
    font-size: 42px !important;
    line-height: 40px !important;
  }
  .bp-wrapper .bp-text-wrapper .bp-text {
    font-size: 25px !important;
    margin: 18px 0 0 0 !important;
    line-height: 25px !important;
  }
}
@media screen and (max-width: 417px) {
  .bp-text {
    font-size: 25px !important;
    margin: 18px 0 0 0 !important;
    line-height: 25px !important;
  }
}
@media only screen and (max-width: 1580px) {
  .big-candy img {
    max-width: 450px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .bc-wrapper-bkgd .bc-text-wrapper {
    max-width: 330px !important;
  }
  .bc-wrapper-bkgd .bc-text-wrapper .bc-heading {
    font-size: 56px;
    min-width: 274px;
  }
  .bc-wrapper-bkgd .bc-text-wrapper .bc-text {
    font-size: 22px !important;
    margin: 24px 0 0 0 !important;
  }
  .big-candy {
    max-width: 300px !important;
  }
  .big-candy img {
    max-width: 300px !important;
  }
  .big-candy span {
    margin: 64px 0 0 0 !important;
    font-size: 24px !important;
    max-width: 250px !important;
  }
  .bc-assort-list-item {
    margin: 14px 0 14px 0 !important;
  }
  .bc-assort-list-item img {
    max-width: 80px !important;
    height: auto;
  }
  .bc-assort-list-item img:first-child {
    margin: 0 15px 0 0 !important;
  }
  .bc-assort-list-item img:last-child {
    margin: 0 0 0 15px !important;
  }
}
@media only screen and (max-width: 1140px) {
  .bc-wrapper-bkgd {
    padding: 64px 80px !important;
  }
  .bc-text-wrapper {
    max-width: 260px !important;
  }
  .bc-heading {
    font-size: 40px !important;
    min-width: 248px !important;
    line-height: 38px !important;
    letter-spacing: 0 !important;
  }
  .bc-text {
    font-size: 18px !important;
    margin: 24px 0 0 0 !important;
    line-height: 22px !important;
  }
  html[lang="zh-CN"] .bp-text {
    letter-spacing: unset !important;
    line-height: unset !important;
    text-align: left;
  }
  .big-candy {
    max-width: 210px !important;
  }
  .big-candy img {
    max-width: 270px !important;
  }
  .big-candy span {
    margin: 42px 0 0 0 !important;
    font-size: 22px !important;
    max-width: 100% !important;
  }
  .bc-assort-list-item {
    margin: 10px 0 10px 0 !important;
  }
  .bc-assort-list-item img {
    max-width: 64px !important;
    height: auto;
  }
  .bc-assort-list-item img:first-child {
    margin: 0 11px 0 0 !important;
  }
  .bc-assort-list-item img:last-child {
    margin: 0 0 0 11px !important;
  }
}
@media only screen and (max-width: 960px) {
  .big-candy img {
    max-width: 210px !important;
  }
}
@media only screen and (max-width: 840px) {
  .bc-wrapper-bkgd {
    padding: 64px 64px !important;
  }
  .bc-text-wrapper {
    max-width: 210px !important;
  }
  .bc-heading {
    max-width: 100% !important;
    font-size: 32px !important;
  }
  .bc-text {
    font-size: 17px !important;
    margin: 18px 0 0 0 !important;
    line-height: 20px !important;
    max-width: 100% !important;
  }
  .big-candy {
    max-width: 214px !important;
  }
  .big-candy img {
    max-width: 180px !important;
  }
  .big-candy span {
    margin: 24px 0 0 0 !important;
    font-size: 20px !important;
    max-width: 100% !important;
  }
  .bc-assort-list-item {
    margin: 10px 0 0 0 !important;
  }
  .bc-assort-list-item img {
    max-width: 56px !important;
    height: auto;
  }
  .bc-assort-list-item img:first-child {
    margin: 0 11px 0 0 !important;
  }
  .bc-assort-list-item img:last-child {
    margin: 0 0 0 11px !important;
  }
}
@media only screen and (max-width: 780px) {
  .bc-wrapper-bkgd {
    flex-direction: column;
    background-size: cover;
    width: auto !important;
    padding: 32px !important;
  }
  .bc-wrapper-bkgd .bc-text-wrapper {
    flex-direction: column;
    flex: 0;
    align-items: center;
    text-align: center;
    max-width: 100% !important;
  }
  .bc-wrapper-bkgd .bc-text-wrapper .bc-heading {
    font-size: 42px !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
  .bc-wrapper-bkgd .bc-text-wrapper .bc-text {
    font-size: 25px !important;
    margin: 18px 0 0 0;
    max-width: 430px !important;
  }
  .bc-wrapper-bkgd .bc-big-candy-wrapper {
    margin: 80px 0 0 0 !important;
    width: 100% !important;
  }
  .bc-wrapper-bkgd .bc-big-candy-wrapper .big-candy {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .bc-wrapper-bkgd .bc-big-candy-wrapper .big-candy img {
    max-width: 100% !important;
    height: auto !important;
  }
  .bc-wrapper-bkgd .bc-big-candy-wrapper .bc-big-candy-text {
    margin: 48px 0 0 0 !important;
    font-size: 20px !important;
  }
  .bc-wrapper-bkgd .bc-assortment .bc-assort-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px 0 0 0;
  }
  .bc-wrapper-bkgd .bc-assortment .bc-assort-list .bc-assort-list-item {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
  .bc-wrapper-bkgd .bc-assortment .bc-assort-list .bc-assort-list-item img {
    max-width: 64px !important;
  }
  .bc-wrapper-bkgd
    .bc-assortment
    .bc-assort-list
    .bc-assort-list-item
    img:first-child {
    margin: 0 0 24px 0 !important;
  }
  .bc-wrapper-bkgd
    .bc-assortment
    .bc-assort-list
    .bc-assort-list-item
    img:last-child {
    margin: 0 0 24px 0 !important;
  }
  .bc-wrapper-bkgd
    .bc-assortment
    .bc-assort-list
    .bc-assort-list-item:last-child {
    width: 44% !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    margin: 0 auto !important;
  }
  .bc-wrapper-bkgd
    .bc-assortment
    .bc-assort-list
    .bc-assort-list-item:last-child
    img {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .bc-wrapper-bkgd .bc-text-wrapper {
    max-width: 100% !important;
  }
  .bc-wrapper-bkgd .bc-text-wrapper .bc-heading {
    margin: 0 auto !important;
    font-size: 41px !important;
  }
  .bc-wrapper-bkgd .bc-big-candy-wrapper .big-candy img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .bc-wrapper-bkgd
    .bc-assortment
    .bc-assort-list
    .bc-assort-list-item:last-child {
    width: 46% !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    margin: 0 auto !important;
  }
  .bc-wrapper-bkgd
    .bc-assortment
    .bc-assort-list
    .bc-assort-list-item:last-child
    img {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  .bc-wrapper-bkgd .bc-text-wrapper .bc-heading {
    font-size: 32px !important;
  }
  .bc-wrapper-bkgd .bc-assortment .bc-assort-list .bc-assort-list-item img {
    max-width: 48px !important;
  }
  .bc-wrapper-bkgd
    .bc-assortment
    .bc-assort-list
    .bc-assort-list-item:last-child {
    width: auto !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    margin: 0 auto !important;
  }
  .bc-wrapper-bkgd
    .bc-assortment
    .bc-assort-list
    .bc-assort-list-item:last-child
    img:first-child {
    margin: 0 10px 0 0 !important;
  }
  .bc-wrapper-bkgd
    .bc-assortment
    .bc-assort-list
    .bc-assort-list-item:last-child
    img:last-child {
    margin: 0 0 0 10px !important;
  }
}
@media screen and (max-width: 600px) {
  .brand-footer-wrapper {
    margin: 12px 0;
  }
  .brand-footer-wrapper .bf-first-row {
    flex-wrap: wrap;
  }
  .brand-footer-wrapper .bf-first-row .bf-links-container {
    width: 100%;
  }
  .bf-links-container {
    height: 124px;
  }
  .bf-links-container.bb .bf-link img {
    max-width: 201px;
  }
  .bf-links-container.hp .bf-link img {
    max-width: 180px;
  }
  .bf-links-container.hp .bf-link img.bf-active-link-img {
    max-width: 220px;
  }
  .bf-links-container.dc .bf-link img {
    max-width: 76px;
    height: auto;
  }
  .bf-links-container.hk .bf-link img {
    max-width: 117px;
    height: auto;
  }
  .bf-links-container.sun .bf-link img {
    max-width: 80px;
    height: auto;
  }
  .bf-links-container.sun .bf-link img.bf-active-link-img {
    max-width: 86px;
    height: auto;
  }
}
