#weekly-deals {
  padding-bottom: 66px;
  padding-top: 75px;
  --red: #ed1c24;
  --dark-blue: #253c6f;
  margin-top: 0;
}
#july-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../../images/25/july/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/july/hero/back.jpg") 1x,
    url("../../../images/25/july/hero/back@2x.jpg") 2x
  );
}
#july-hero .july-container {
  width: 100%;
}
#july-hero .button {
  font-size: 1.0625em;
  height: 34px;
  width: 164px;
  border-radius: 17px;
  margin-top: 23px;
  line-height: 1;
}
#july-hero .die {
  width: 100%;
  left: 0;
  top: 0;
}
#july-hero .die .hand-anim {
  width: 100%;
  height: auto;
  top: 0;
  left: 7%;
}
#july-hero .hand-anim.animation {
  width: 148%;
  height: auto;
  top: -15%;
  left: -27%;
}
#july-hero .products {
  left: -8em;
  width: 26em;
}
#july-hero .mar-main {
  padding-top: 5em;
  padding-bottom: 7em;
}
#july-hero .main {
  width: 40em;
}
#july-hero .mar-left {
  left: -453px;
}
#july-hero .mar-right {
  bottom: 0px;
  right: -477px;
}

@supports (background: -webkit-named-image(i)) {
  #july-hero .button {
    padding-top: 1px;
  }
}

#july-hero .button,
#july-hero .button:visited,
#july-hero .button:focus,
#july-hero .button:hover,
#july-hero .button:active {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 2000px) {
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 991px) {
  #july-hero .main {
    width: 95%;
  }
  #july-hero .mar-main {
    width: 100%;
  }
  #july-hero > div > div > div.relative.flex.justify-center.items-center {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #july-hero .button {
    margin-top: 25px;
  }
  #july-hero .text {
    margin-top: 24px;
  }
  #july-hero .mar-main {
    padding-top: 42px;
    padding-bottom: 3em;
  }
  #july-hero .mar-left {
    left: -120px;
    top: inherit;
    bottom: 0;
    z-index: 1;
  }
  #july-hero .mar-right {
    bottom: 0;
    right: -33px;
  }
}

@media screen and (max-width: 567px) {
  #july-hero {
    padding-bottom: 6%;
    background-image: url(../../../images/25/july/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/july/hero/back-m.jpg") 1x,
      url("../../../images/25/july/hero/back-m@2x.jpg") 2x
    );
  }
  #july-hero .mar-main {
    padding-top: 18%;
    padding-bottom: 70%;
  }
  #july-hero .container {
    padding: 0;
  }
  #july-hero .mar-left {
    left: 0;
    width: 100%;
  }
  #july-hero .mar-right {
    bottom: unset;
    right: 0;
    width: 100%;
  }
  #july-hero .image {
    width: 72%;
    bottom: unset;
    right: 0;
    margin-right: 0;
  }
  #july-hero .button {
    line-height: 0;
  }
  #july-hero .main {
    width: 90%;
  }
  #july-hero .die .hand-anim {
    width: 100%;
    height: auto;
    top: unset;
    left: 0;
    bottom: 1%;
  }
  @supports (background: -webkit-named-image(i)) {
    #july-hero .button {
      padding-top: 0;
    }
  }
}
