.hero-wrapper {
  position: relative;
  width: 100%;
  height: 1080px;
}
.hero-wrapper .theme-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-wrapper .theme-wrapper .theme {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 268px 120px 208px 0;
  z-index: 1;
}
.hero-wrapper .theme-wrapper .theme .theme-img img {
  filter: drop-shadow(0px 0px 80px rgba(255, 255, 255, 0.2));
}
.hero-wrapper .theme-wrapper .theme.strawberry-grape-theme {
  background: #82c341;
  z-index: 3;
}
.hero-wrapper .theme-wrapper .theme.lemon-orange-theme {
  background: #ea7e2c;
}
.hero-wrapper .theme-wrapper .theme.grape-grape-theme {
  background: #742a7e;
}
.hero-wrapper .hero-heading {
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
  text-align: right;
  font-weight: 900;
  font-size: 207px;
  color: white;
  line-height: 149px;
  letter-spacing: -13px;
  z-index: 4;
  max-width: 730px;
}

html[lang="zh-CN"] .hero-wrapper .hero-heading {
  letter-spacing: unset;
  line-height: unset;
  white-space: nowrap;
  text-align: left;
  right:unset;
  left:50%;
}

.hidden {
  display: none;
}
.active {
  z-index: 3;
}
.bp-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  padding: 170px 120px 64px 120px;
  background: #f2f1f1;
  background-size: 100% 829px;
}
.bp-wrapper .bp-prod-pkg-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  width: 100%;
}
.bp-wrapper .bp-prod-pkg-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-pkg-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-pkg-wrapper
  .bp-prod-wrap
  .bp-prod-modal-wrapper
  .product-close-icon
  svg {
  transform: rotate(45deg);
  width: 100%;
  height: auto;
}
.bp-wrapper
  .bp-prod-pkg-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-pkg-wrapper
  .bp-prod-wrap
  .bp-prod-modal-wrapper
  .bp-prod-modal
  img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.bp-wrapper .bp-prod-pkg-wrapper .bp-prod-wrap .bp-prod-modal-wrapper.active {
  display: flex;
}
.bp-wrapper .bp-prod-pkg-wrapper .bp-prod-wrap .bp-prod-imgs {
  max-width: 100%;
  min-width: 200px;
  height: auto;
}
.bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 441px;
  text-align: right;
  align-items: flex-end;
}
html[lang="zh-CN"] .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper {
  max-width: 500px;
  align-items: flex-start;
  text-align: left;
}

.bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-heading {
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 55px;
  letter-spacing: -2px;
  color: #232323;
}

html[lang="zh-CN"] .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-heading {
  letter-spacing: unset;
  line-height: unset;
  word-break: keep-all;
  text-align: left;
}

.bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-text {
  font-size: 30px;
  color: #999898;
  line-height: 29px;
  letter-spacing: -1px;
  margin: 38px 0 0 0;
}

html[lang="zh-CN"] .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-text {
  letter-spacing: unset;
  line-height: unset;
  line-height: unset;
  word-break: keep-all;
  text-align: left;
}


.bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-text img {
  margin: -6px 0 0 0;
}
.bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper img {
  display: none;
}
.bp-wrapper .bp-prod-fine-print {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: flex-end;
  margin: 24px 0 0 0;
}
.bc-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1d3787;
  padding: 120px;
}
.bc-wrapper .bc-text-wrapper {
  display: flex;
  max-width: 464px;
  flex-direction: column;
}

html[lang="zh-CN"] .bc-wrapper .bc-text-wrapper {
  max-width: unset;
}

.bc-wrapper .bc-text-wrapper .bc-heading {
  font-size: 72px;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 55px;
  letter-spacing: -2px;
  max-width: 100%;
}

html[lang="zh-CN"] .bc-wrapper .bc-text-wrapper .bc-heading {
  letter-spacing: unset;
  line-height:unset;
  white-space: nowrap;
  text-align: left;
}

.bc-wrapper .bc-text-wrapper .bc-text {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 33px;
  color: white;
  margin: 24px 0 0 0;
  max-width: 370px;
}

html[lang="zh-CN"] .bc-wrapper .bc-text-wrapper .bc-text {
  letter-spacing: unset;
  line-height:unset;
  text-align: left;
  word-break: keep-all;
}


.bc-wrapper .bc-text-wrapper .bc-text img {
  display: inline-block;
  max-width: 24px;
  height: auto;
  position: relative;
  top: -4px;
  margin: 0 4px 0 0;
}
.bc-wrapper .bc-big-candy-wrapper {
  height: 530px;
  width: 530px;
  position: relative;
}
.bc-wrapper .bc-big-candy-wrapper .big-candy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 125ms ease-in-out;
}
.bc-wrapper .bc-big-candy-wrapper .big-candy.hide-candy {
  opacity: 0;
}
.bc-wrapper .bc-big-candy-wrapper .big-candy-hk {
  opacity: 1;
}
.bc-wrapper .bc-big-candy-wrapper .bc-big-candy-text {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -1px;
  color: white;
  text-transform: uppercase;
  margin: 56px 0 0 0;
}
.bc-wrapper .bc-assort-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.bc-wrapper .bc-assort-list li {
  margin: 20px 0 20px 0;
}
.bc-wrapper .bc-assort-list li .sm-candy {
  max-width: 112px;
  height: auto;
}
.bc-wrapper .bc-assort-list li:first-child {
  margin: 0 0 20px 0;
}
.bc-wrapper .bc-assort-list li:last-child {
  margin: 20px 0 0 0;
}
.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 screen and (max-width: 1790px) {
  .hero-wrapper {
    height: 940px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img {
    max-width: 900px;
    height: auto;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img img {
    width: 100%;
    height: auto;
  }
  .hero-wrapper .hero-heading {
    font-size: 132px;
    line-height: 96px;
    letter-spacing: -7px;
    max-width: 454px;
  }
  .bp-wrapper {
    padding: 120px 120px 64px 120px;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper {
    max-width: 360px;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-heading {
    font-size: 61px;
    line-height: 46px;
    letter-spacing: -3px;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-text {
    font-size: 30px;
    line-height: 29px;
    letter-spacing: -1px;
  }
  .bp-wrapper .bp-prod-fine-print p {
    font-size: 14px;
  }
  .bp-wrapper .bp-prod-fine-print img {
    max-width: 80px;
    height: auto;
  }
}
@media screen and (max-width: 1440px) {
  .hero-wrapper .theme-wrapper .theme {
    padding: 64px 64px 64px 0;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img {
    max-width: 680px;
  }
  .hero-wrapper .hero-heading {
    right: 64px;
  }
  .bc-wrapper .bc-big-candy-wrapper {
    height: 375px;
    width: 400px;
  }
  .bc-wrapper .bc-big-candy-wrapper .big-candy img {
    max-width: 400px;
    height: auto;
  }
}
@media screen and (max-width: 1350px) {
  .hero-wrapper {
    height: 681px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img {
    max-width: 540px;
  }
  .hero-wrapper .hero-heading {
    font-size: 122px;
    line-height: 88px;
    max-width: 418px;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper {
    max-width: 324px;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-heading {
    font-size: 51px;
    letter-spacing: -2px;
    max-width: 308px;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-text {
    margin: 17px 0 0 0;
    font-size: 24px;
    line-height: 25px;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-text img {
    max-width: 20px;
    height: auto;
  }
  .bp-wrapper .bp-prod-fine-print p {
    font-size: 12px;
  }
  .bp-wrapper .bp-prod-fine-print img {
    max-width: 64px;
    height: auto;
  }
  .bc-wrapper .bc-text-wrapper {
    max-width: 326px;
  }
  .bc-wrapper .bc-text-wrapper .bc-heading {
    font-size: 51px;
    line-height: 42px;
    letter-spacing: -2px;
  }
  .bc-wrapper .bc-text-wrapper .bc-text {
    font-size: 24px;
    line-height: 25px;
    margin: 17px 0 0 0;
  }
  .bc-wrapper .bc-big-candy-wrapper {
    height: 375px;
    width: 360px;
  }
  .bc-wrapper .bc-big-candy-wrapper .big-candy img {
    max-width: 360px;
    height: auto;
  }
  .bc-wrapper .bc-assortment .bc-assort-list-item .sm-candy {
    max-width: 70px;
  }
}
@media screen and (max-width: 1248px) {
  .bp-wrapper {
    padding: 64px;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper {
    max-width: 336px;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-heading {
    font-size: 42px;
    line-height: 33px;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-text {
    font-size: 23px;
  }
  html[lang="zh-CN"] .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-text {
    margin:0;

  }
  .bc-wrapper .bc-wrapper .bc-text-wrapper .bc-text img {
    max-width: 14px;
    top: -3px;
    margin: 0px 3px;
  }
  .bc-wrapper .bc-big-candy-wrapper .big-candy img {
    max-width: 260px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .hero-wrapper {
    height: 675px;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img {
    max-width: 440px;
  }
  .hero-wrapper .hero-heading {
    font-size: 82px;
    letter-spacing: -4px;
    line-height: 60px;
    max-width: 284px;
  }
  .bp-wrapper {
    padding: 32px;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-prod-wrap .bp-prod-imgs {
    min-width: 170px;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper {
    max-width: 336px;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-heading {
    font-size: 30px;
    line-height: 24px;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-text {
    font-size: 17px;
    line-height: 19px;
    margin: 13px 0 0 0;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-text img {
    max-width: 14px;
    height: auto;
  }
  .bp-wrapper .bp-prod-fine-print img {
    max-width: 48px;
  }
  .bc-wrapper {
    padding: 120px 80px;
  }
  .bc-wrapper .bc-text-wrapper {
    max-width: 200px;
  }
  .bc-wrapper .bc-text-wrapper .bc-heading {
    font-size: 38px;
    line-height: 38px;
  }
  .bc-wrapper .bc-text-wrapper .bc-text {
    font-size: 21px;
    line-height: 23px;
    margin: 10px 0 0 0;
  }
  .bc-wrapper .bc-big-candy-wrapper {
    width: 260px;
    height: 271px;
  }
  .bc-wrapper .bc-big-candy-wrapper .big-candy img {
    max-width: 260px;
    height: auto;
  }
  .bc-wrapper .bc-big-candy-wrapper .big-candy .bc-big-candy-text {
    font-size: 19px;
    margin: 28px 0 0 0;
  }
  .bc-wrapper .bc-assortment .bc-assort-list-item {
    margin: 15px 0;
  }
  .bc-wrapper .bc-assortment .bc-assort-list-item:first-child {
    margin: 0 0 15px;
  }
  .bc-wrapper .bc-assortment .bc-assort-list-item:last-child {
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 800px) {
  .hero-wrapper {
    height: 900px;
  }
  .hero-wrapper .theme-wrapper .theme {
    padding: 32px 32px 32px 0;
  }
  .hero-wrapper .theme-wrapper .theme .theme-img {
    max-width: 870px;
    margin: 0 0 216px 0;
  }
  .hero-wrapper .hero-heading {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 140px;
    text-align: center;
  }
  .bp-wrapper {
    flex-direction: column;
    padding: 64px 32px 32px 32px;
    background-color: white;
    background-image: none;
  }
  .bp-wrapper .bp-prod-pkg-wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper {
    max-width: 100%;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-heading {
    font-size: 56px;
    line-height: 44px;
    text-align: center;
    max-width: 640px;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-text {
    margin: 18px auto;
    font-size: 30px;
    text-align: center;
    line-height: 26px;
    max-width: 436px;
  }

  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-text img {
    max-width: 24px;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper img {
    display: flex;
    margin: 12px auto 0 auto;
    max-width: 48px;
    height: auto;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-prod-wrap {
    order: 1;
    margin: 32px 0 0 0;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-prod-wrap .bp-prod-imgs {
    max-width: 218px;
  }
  .bp-wrapper .bp-prod-fine-print img {
    display: none;
  }
  .bp-wrapper .bp-prod-fine-print p {
    font-size: 8px;
    line-height: 11px;
    text-align: center;
    margin: 40px auto 0;
    max-width: 260px;
  }
  .bc-wrapper {
    display: flex;
    flex-direction: column;
    padding: 32px;
  }
  .bc-wrapper .bc-text-wrapper {
    max-width: 100%;
  }
  .bc-wrapper .bc-text-wrapper .bc-heading {
    text-align: center;
    font-size: 56px;
    line-height: 44px;
    margin: 0 auto;
  }
  .bc-wrapper .bc-text-wrapper .bc-text {
    margin: 18px auto;
    font-size: 30px;
    text-align: center;
    line-height: 26px;
    max-width: 432px;
  }
  .bc-wrapper .bc-text-wrapper .bc-text img {
    max-width: 18px;
    top: -3px;
    margin: 0 2px;
  }
  .bc-wrapper .bc-big-candy-wrapper {
    width: 100%;
    height: 320px;
  }
  .bc-wrapper .bc-big-candy-wrapper .big-candy {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 0 24px 0;
  }
  .bc-wrapper .bc-big-candy-wrapper .big-candy img {
    max-width: 268px;
  }
  .bc-wrapper .bc-big-candy-wrapper .big-candy span {
    text-align: center;
    margin: 32px 0 0 0;
    font-size: 25px;
  }
  .bc-wrapper .bc-assortment .bc-assort-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bc-wrapper .bc-assortment .bc-assort-list-item {
    margin: 16px 8px 0 8px;
  }
  .bc-wrapper .bc-assortment .bc-assort-list-item .sm-candy {
    max-width: 48px;
  }
  .bc-wrapper .bc-assortment .bc-assort-list-item:first-child {
    margin: 16px 8px 0 16px;
  }
  .bc-wrapper .bc-assortment .bc-assort-list-item:last-child {
    margin: 16px 16px 0 8px;
  }
}
@media screen and (max-width: 500px) {
  .hero-wrapper {
    height: 760px;
  }
  .hero-wrapper .theme-wrapper .theme {
    padding: 24px 24px 24px 0;
  }
  .bp-wrapper {
    flex-direction: column;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper {
    max-width: 288px;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-heading {
    font-size: 44px;
    line-height: 33px;
  }
  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-text {
    font-size: 20px;
    line-height: 19px;
    margin: 18px 0;
  }
  html[lang="zh-CN"] .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-text {
    word-break: normal;
  }

  .bp-wrapper .bp-prod-pkg-wrapper .bp-text-wrapper .bp-text img {
    max-width: 14px;
  }
  .bc-wrapper .bc-text-wrapper .bc-heading {
    font-size: 44px;
    line-height: 33px;
  }
  .bc-wrapper .bc-text-wrapper .bc-text {
    font-size: 20px;
    line-height: 19px;
    margin: 18px auto;
  }
  .bc-wrapper .bc-text-wrapper .bc-text img {
    max-width: 13px;
    top: -2px;
    margin: 0 2px;
  }
  .bc-wrapper .bc-big-candy-wrapper {
    height: 190px;
    margin: 24px 0 32px 0;
  }
  .bc-wrapper .bc-big-candy-wrapper .big-candy img {
    max-width: 170px;
  }
  .bc-wrapper .bc-big-candy-wrapper .big-candy span {
    font-size: 20px;
    margin: 24px 0 0 0;
  }
  .bc-wrapper .bc-assortment .bc-assort-list {
    max-width: 250px;
  }
}
@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;
  }
}
