@import url("https://use.typekit.net/tds2mxt.css");
.page-cmsitem-00293000 .dataHtmlBlock1 {
  width: 100%;
}
.page-cmsitem-00293000 .main__inner-wrapper {
  padding: 0;
}
.page-cmsitem-00293000 .sherriffFooter {
  margin-top: 0 !important;
}
.page-cmsitem-00293000 .sherriffFooter::before {
  display: none !important;
}

.haneco50-content {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  background-position: top center;
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
  background: url("https://cms.bgwgroup.com.au/components/promotions/landing-pages/she-haneco-promo-win-ultimate-man-cave-upgrade/images/she-haneco-promo-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  opacity: 0;
  animation: general-fade 1s 250ms forwards;
  text-align: center;
  min-height: 1700px;
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.haneco50-content-block {
  max-width: 1600px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.haneco50-content-block-full-width {
  width: 100%;
}

.haneco50-title {
  width: 80%;
  margin-top: 5%;
  margin-bottom: 20px;
  max-width: 1300px;
  animation: HaierTitle 3s ease 2s 1 normal none;
}

.haneco50-column {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  max-width: 1100px;
  width: 100%;
}

.haneco50-content-column {
  display: flex;
  flex-direction: row;
  gap: 5%;
}

.haneco50-logo {
  max-width: 400px;
}

.haneco50-she50logo {
  max-width: 200px;
}

.haneco50-shelogo {
  max-width: 300px;
}

.haneco50-win {
  max-width: 500px;
}

.haneco50-info {
  margin-top: 5%;
  z-index: 5;
}

.haneco50-earning-table {
  width: 100%;
  box-shadow: 0px 0px 50px rgb(255, 255, 255);
  border-radius: 15px;
}

.haneco50-content-earning {
  text-align: left;
}

.haneco50-h1 {
  text-align: left;
  font-weight: 900;
  width: 100%;
  max-width: 500px;
  font-size: 4rem;
  line-height: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  margin-left: -10%;
}

.haneco50-h2 {
  text-align: left;
  font-weight: 900;
  width: 100%;
  max-width: 500px;
  font-size: 3rem;
  line-height: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
}

.haneco50-h3 {
  text-align: left;
  font-weight: 400;
  width: 100%;
  max-width: 400px;
  font-size: 2rem;
  line-height: 110%;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
}

.haneco50-h4 {
  text-align: left;
  font-weight: 800;
  width: 100%;
  max-width: 350px;
  font-size: 1.8rem;
  line-height: 110%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
}

.haneco50-yellow-tag {
  max-width: 500px;
  background-color: #F8D030;
  border-top-right-radius: 250px;
  border-bottom-right-radius: 250px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 5%;
  justify-content: right;
  display: flex;
  margin-top: 25%;
}

.haneco50-column-no-margin-top30 {
  margin-top: 30px;
}

.haneco50-yellow {
  font-weight: 800;
  color: #F8D030;
}

.haneco50-brand {
  width: 100%;
  max-width: 400px;
}

.haneco50-terms {
  font-size: 14px;
  max-width: 950px;
  color: #F8D030;
}

.haneco50-terms a::after {
  display: none !important;
}

.haneco50-terms-block {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
}

.haneco50-products {
  width: 100%;
  padding: 10px;
  text-align: center;
  max-width: 2048px;
}

.haneco50-product-container .swiper-slide {
  border-radius: 15px;
  outline: solid 2px #636363;
  box-shadow: 0px 0px 10px rgb(255, 255, 255);
}

.haneco50-product-container .swiper-slide a::after {
  display: none;
}

.haneco50-shop-link {
  margin-top: 30px;
  margin-bottom: 40px;
}

.haneco50-product-container .product-code {
  color: #000;
}

.haneco50-product-container h3 {
  color: #000 !important;
  margin-top: 10px !important;
}

.haneco50-product-container a {
  text-decoration: none;
}

.haneco50-buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.haneco50-btn {
  text-decoration: none;
  border-radius: 5px !important;
  padding: 15px 20px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.haneco50-btn:hover {
  color: #fff;
  background-color: #636363;
}

.haneco50-btn::after {
  display: none !important;
}

@media screen and (max-width: 850px) {
  .haneco50-column {
    flex-direction: column;
    gap: 30px;
  }
  .haneco50-content-column {
    justify-content: center;
  }
  .haneco50-content-earning {
    text-align: center;
  }
  .haneco50-h1 {
    text-align: center;
    font-size: 3rem;
  }
  .haneco50-h2 {
    text-shadow: #000 1px 0 10px;
  }
  .haneco50-h3 {
    max-width: 500px;
    text-shadow: #000 1px 0 10px;
  }
  .haneco50-info {
    padding: 15px;
  }
  .haneco50-brand {
    width: 80%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .haneco50-column {
    padding-left: 5%;
    padding-right: 5%;
  }
  .haneco50-column .haneco50-she50logo, .haneco50-column .haneco50-logo, .haneco50-column .haneco50-shelogo {
    width: 70%;
  }
}
@media screen and (max-width: 450px) {
  .haneco50-content {
    min-height: 1350px;
    background-position: center center;
  }
  .haneco50-column {
    padding-left: 5%;
    padding-right: 5%;
  }
  .haneco50-column .haneco50-she50logo {
    width: 100%;
    max-width: 100px;
  }
  .haneco50-column .haneco50-logo {
    width: 100%;
    max-width: 300px;
  }
  .haneco50-column .haneco50-shelogo {
    width: 100%;
    max-width: 200px;
  }
  .haneco50-column .haneco50-win {
    width: 100%;
    max-width: 300px;
  }
  .haneco50-h1 {
    margin-left: 0px;
  }
  .haneco50-yellow-tag {
    margin-top: 5%;
  }
}
@media screen and (min-width: 451px) and (max-width: 900px) {
  .haneco50-column {
    padding-left: 5%;
    padding-right: 5%;
  }
  .haneco50-column .haneco50-she50logo {
    width: 100%;
    max-width: 150px;
  }
  .haneco50-column .haneco50-logo {
    width: 100%;
    max-width: 250px;
  }
  .haneco50-column .haneco50-shelogo {
    width: 100%;
    max-width: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .haneco50-content {
    min-height: 1700px;
    background-position: center center;
  }
  .haneco50-yellow-tag {
    margin-top: 10%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .haneco50-content {
    min-height: 1600px;
    background-position: center center;
  }
  .haneco50-yellow-tag {
    margin-top: 15%;
  }
}