.text-decoration-none {
  text-decoration: none !important;
}
#deals-12 {
  --red: #ed2024;
  --orange: #fc691b;
  --blue: #1d3460;
  font-size: 16px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../images/12-deals/lp-back.jpg);
  background-image: -webkit-image-set(
    url("../../images/12-deals/lp-back.jpg") 1x,
    url("../../images/12-deals/lp-back@2x.jpg") 2x
  );
  padding-top: 0;
}
#deals-12 .container {
  width: 1204px;
}
#deals-12 .deals-top {
  padding-bottom: 70px;
}
#deals-12 .deals-top img {
  transform: translateX(3%);
}
#deals-12 .deals-top .button {
  width: 293px;
  height: 60px;
  font-size: 24px;
  margin-top: 25px;
  padding-top: 3px;
}
#deals-12 .product-name {
  font-size: 19px;
  line-height: 1;
  margin-bottom: 1em;
}
#deals-12 .product-name span {
  font-size: 16px;
}
#deals-12 .deals .deals-inner {
  width: calc(100% + 18px);
  margin-left: -9px;
}
#deals-12 .deals .button {
  width: 185px;
  height: 40px;
  font-size: 19px;
  padding-top: 3px;
  margin-top: auto;
  margin-bottom: 0;
  border-radius: 20px;
  background-color: #ec182a;
}
/* #deals-12 .deals .button-see {
  width: 206px;
  height: 200px;
  margin-top: 26px;
} */
#deals-12 .deals .deal {
  width: calc(25% - 18px);
  margin: 0px 9px 60px 9px;
}
#deals-12 .button-see {
  cursor: pointer;
  border: none;
}
#deals-12 .animation {
  width: 140px;
  height: auto;
  rotate: -5deg;
  margin-bottom: 22px;
  margin-left: -35px;
}
#deals-12 .title {
  margin-bottom: 1.5em;
  margin-top: 5em;
}
#deals-12 .sub-title {
  margin-bottom: 3em;
}
@media screen and (min-width: 1200px) {
  #nov-promo {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  #deals-12 .deals .deal {
    width: 100%;
  }
  #deals-12 .container {
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  #deals-12 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/12-deals/lp-back-m.jpg);
    background-image: -webkit-image-set(
      url("../../images/12-deals/lp-back-m.jpg") 1x,
      url("../../images/12-deals/lp-back-m@2x.jpg") 2x
    );
  }
  #deals-12 .deals-top {
    padding-bottom: 35px;
  }
  #deals-12 .deals-top .button {
    width: 210px;
    height: 45px;
    font-size: 17px;
    margin-top: 20px;
  }
  #deals-12 .deals .button {
    width: 126px !important;
    height: 28px;
    font-size: 13px;
    margin-left: auto;
    padding-top: 0;
    padding: 0;
    align-items: center !important;
    margin-top: 8px;
  }
  #deals-12 .product-name {
    font-size: 11.5px;
    padding-top: 12px;
    margin: 0 auto;
  }
  #deals-12 .deals .flex {
    text-align: left;
    width: auto;
    justify-content: center;
    align-items: flex-start;
  }
  #deals-12 .deals-top img {
    transform: unset;
    left: 0.5%;
    position: relative;
  }
  #deals-12 .deal-image img {
    max-width: 172px;
    width: 100%;
    height: auto;
  }
  #deals-12 .animation {
    width: 96px;
    height: auto;
    rotate: unset;
    margin-bottom: 0;
    margin-left: -18px;
    padding-top: 19px;
  }
  #deals-12 .title {
    margin-bottom: 1em;
}
}
