body#bosch-unboxx-luckydraw{
  margin: 0;
  padding: 0;
}

#bosch-unboxx-luckydraw img{
  width:100%;
  margin: 0;
  padding: 0;
  object-fit: contain;
  height: 100%;
  object-position: 50% bottom;
}


#bosch-unboxx-luckydraw img.p1headline {
  width: auto;
}

#bosch-unboxx-luckydraw div {
  position: relative;
  padding: 0;
  margin: 0;
}


#bosch-unboxx-luckydraw .bar {
  z-index: 5;
  max-height: 29px;
  height: 1.4vh;
}
#bosch-unboxx-luckydraw .logo {
  margin-top: 6%;
  margin-left: 6%;
  z-index: 5;
}
#bosch-unboxx-luckydraw .logo img{
  max-width: 284px;
  max-height: 64px;

}
#bosch-unboxx-luckydraw .demo_page_img {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0.2;
  pointer-events: none;
  width: 100%;
  display: none;
}

#bosch-unboxx-luckydraw #content-wrapper{
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background-image: url(../images/1/unboxx_game_1_0009_background.png);
  background-size: cover;
  min-height: max(100vh, 100vw * 9/16);
}

#bosch-unboxx-luckydraw .bar img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: unset;
}

#bosch-unboxx-luckydraw .giveawayL{
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: min(26vw,497px);
  max-height: 697px;
  /* transition: all 1s ease; */
  /* opacity: 1; */
}

#bosch-unboxx-luckydraw .giveawayR{
  display: block;
  position: absolute;
  right: -2px;
  top: 11px;
  max-width: min(36vw,659px);
  max-height: 721px;
}

#bosch-unboxx-luckydraw .form_container {
  max-width: 992px;
  margin: 0 auto;
  text-align: center;
  /*margin-top: min(21%, 20vh);*/
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#bosch-unboxx-luckydraw .form_container .code_block {
  width: 60%;
  height: 74px;
  margin: 8% auto 0;
  font-size: 3rem;
  height: 100%;
}
#bosch-unboxx-luckydraw .form_container .email_block {
  width: 60%;
  height: 74px;
  margin: 2% auto 0;
  height: 100%;
}
#bosch-unboxx-luckydraw .form_container .code,
#bosch-unboxx-luckydraw .form_container .email {
  display: block;
  width: 100%;
  height: 100%;
  /* background-color: transparent; */
  font-size: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
}
#bosch-unboxx-luckydraw .form_container .email {
  letter-spacing: 0px;
  text-transform: unset;
  font-size: 3rem;
}
#bosch-unboxx-luckydraw .form_container .enter_number,
#bosch-unboxx-luckydraw .form_container .enter_email {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  pointer-events: none;
  object-fit: cover;
  height: 100%;
  object-position: center;
}
#bosch-unboxx-luckydraw .form_container .button_container {
  display: block;
  width: 121px;
  height: 65px;
  margin: 6% auto 0;
}
#bosch-unboxx-luckydraw .form_container .button {
  display: block;
  width: auto;
  cursor: pointer;
}
#bosch-unboxx-luckydraw .form_container .button_icon {
  display: block;
  position: absolute;
  right: -42px;
  bottom: -55px;
  width: 56%;
}


#bosch-unboxx-luckydraw .lboxx_container {
  display: none;
  position: relative;
  width: 40%;
  transition: all 0.5s ease;
  margin: 0 auto;
}
#bosch-unboxx-luckydraw .lboxx {
  width: 100%;
  transition: all 0.5s ease;
}
#bosch-unboxx-luckydraw .lboxx.darken {
  filter: brightness(0.5);
}
#bosch-unboxx-luckydraw .lboxx_container.page3 {
  z-index: 0;
  transform: translateX(-25%);
}
#bosch-unboxx-luckydraw .bg_blocker {
  display: none;
  position: fixed;
  inset: 0;
  /* background-color: rgba(0,0,0,0.4); */
  /* filter: brightness(1); */
}
#bosch-unboxx-luckydraw .product_uri {
  display: none;
  position: absolute;
  bottom: 35%;
  left: 47%;
  width: 50%;
  transform: translateX(-50%);
  height: 50%;
}
#bosch-unboxx-luckydraw .product_title {

}
#bosch-unboxx-luckydraw .product_price {

}
#bosch-unboxx-luckydraw .product_container{
  width: 25%;
  position: absolute;
  top: 272px;
  right: 20%;
  display: none;
  transition: all 0.5s ease;
}
#bosch-unboxx-luckydraw .product_container .white_text{

}
#bosch-unboxx-luckydraw .product_container .gift_icon{
  position: absolute;right: -2%;top: -7%;width: 30%;
}
#bosch-unboxx-luckydraw .product_container .product_title{
  position: absolute;
  top: 17%;
  left: 8%;
  height: 20%;
  width: 73%;
}
#bosch-unboxx-luckydraw .product_container .product_title img{
  object-fit: contain;
  height: 100%;
  object-position: 50% 50%;
}
#bosch-unboxx-luckydraw .product_container .product_price{
  position: absolute;
  top: 42%;
  right: 7%;
  width: 31%;
}
#bosch-unboxx-luckydraw .product_container .product_price img{
  object-fit: contain;
  height: 100%;
}
#bosch-unboxx-luckydraw .product_container .grey_text{
  margin-bottom: 6%;
}
#bosch-unboxx-luckydraw .product_container .left_btn{
  position: absolute;bottom: 0%;left: 0;width: 50%;
}
#bosch-unboxx-luckydraw .product_container .right_btn{
  position: absolute;right: 0;bottom: 0;width: 50%;
}

#bosch-unboxx-luckydraw .popup_blocker{
  position: fixed;
  inset: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 100;
}
#bosch-unboxx-luckydraw .popup{
  background-color: #FFF;
  box-shadow: 0 0 20px 20px #00000033;
  z-index: 105;
  width: max(340px, 80vw);
  height: 340px;
  block-size: fit-content;
  position: fixed;
  inset: 0;
  margin: auto;
  padding: 30px;
  font-size: 3rem;
  line-height: 110%;
}
#bosch-unboxx-luckydraw .popup h3{
  font-size: 140%;
  color: red;
  text-align: center;
  margin-bottom: 20px;
  line-height: 120%;
}
#bosch-unboxx-luckydraw .popup >div {
  width: 75%;
  font-size: 80%;
  margin: 0 auto 20px;
  text-align: justify;
}
#bosch-unboxx-luckydraw .popup > .form_submit {
    padding: 10px 30px;
  color: #FFF;
  background-color: #1c75bc;
  border-radius: 40px;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  cursor: pointer;
  display: block;
  border: none;
  font-weight: bold;
  padding: 0.2rem 1rem;
  background-color: red;
  color: #FFF;
}