.USPListElement{
  background-color: #d99a83;
  width: 100%;
  justify-content: center;
  padding: 25px;
  border-radius: 5px;
  position: relative;
}

.USPListElement.BlackFriday{
  background-color: #2d3831;
  border: 2px solid #f3a71a;
}

.USPListElement .USPLink{
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  align-items: stretch;
  text-align: center;
  z-index: 3;
}

.USPListElement.Campaign .USPLink{
  justify-content: unset;
}

.USPListElement .Heading{
  font-size: 26px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #fff;

}

.USPListElement .Text{
  font-size: 18px;
  margin: 0 auto;
  color: #fff;
}

.USPListElement.Campaign .Heading{
  order: 2;
  text-align: left;
  margin: 0px;
  font-size: 3vw;
  line-height: 3.2vw;
}

.USPListElement.Campaign .Text{
  order: 1;
  font-size: 1.6vw;
  text-align: left;
  font-weight: bold;
  color: #9cd2aa;
  margin: 20px 0;
}

.USPListElement.Campaign{
  background-image: url("/images/justwood/justwood_tilbudsbanner_USP_03_2025.webp");
  color: #2e2e2e;
  background-repeat: no-repeat;
  background-color: unset;
}

.USPListElement .USPType{
  position:relative;
  top:0px;
  left:0px;

  background: #f3a71a;
  font-size: 1vw;
  width: fit-content;
  padding: 5px 8px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
}

.USPListElement > img{

  order: 1;
}

.USPListElement .SaveUpToContainer{
  position: absolute;
  bottom: 5%;
  left: 5%;
  width:8vw;
  height:8vw;
  background: #f3a71a;
  border-radius: 50%;
  z-index: 2;
  padding: 14px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.USPListElement .SaveUpToContainer span{
  font-size:2.5vw;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.USPListElement .SaveUpToContainer p{
  font-size: 0.8vw;
  line-height: 1vw;
  margin: 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.SpecialPromotion a{
  display: flex;
  background-color: #d99a83;
  align-items: center;
  width: 100%;
  padding: 25px;
  height: auto;
  max-height: 200px;
  justify-content: space-between;
  gap: 1%;
  text-decoration: none;
  border-radius: 5px;
}

.SpecialPromotion span{
  font-size: 44px;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
  flex: 0 0 29%;
  display: flex;
  align-items: center;
}

.SpecialPromotionButton{
  font-size: 13px;
  flex: 0 0 14%;
  background-color: rgb(115, 223, 136);
  padding: 14px 30px !important;
  color: rgb(46, 46, 46);
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: rgba(46, 46, 46, 0.16) -2px 4px 10px;
  appearance: none;
  text-decoration: none;
  text-align: center;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  border-radius: 24px;
}

.SpecialPromotion:hover{
  cursor: pointer;
}

.SpecialPromotion:hover input[type="submit"], .SpecialPromotion:hover .SpecialPromotionButton{
  color: #fff;
  background-color: #00b26b;
  text-decoration: none;
  cursor: pointer;
}

.ImageWrapper{
  display: flex;
  flex: 0 0 54%;
  justify-content: flex-end;
}

.SpecialPromotion .ImageWrapper img{
  width: auto;
  max-height: 160px;
  display: flex;
  justify-content: flex-end;
}




@media (max-width: 1300px) and (min-width: 940px){
  .SpecialPromotion span{
    font-size: 30px;
    line-height: 34px;
    flex: 0 0 28%;
  }

  .ImageWrapper{
    display: flex;
    flex: 0 0 45%;
    justify-content: flex-end;
  }

  .SpecialPromotion{
    gap: 3%;
  }

  .SpecialPromotionButton{
    flex: 0 0 18%;
  }
}

@media (max-width: 1162px){
  .USPListElement .SaveUpToContainer{
    width:10vw;
    height:10vw;
  }

  .USPListElement .SaveUpToContainer span{
    font-size:3vw;
  }

  .USPListElement .SaveUpToContainer p{
    font-size: 1vw;
    line-height: 1.2vw;
  }

  .USPListElement .USPType{
    font-size: 2.2vw;
  }

  .USPListElement.Campaign .Heading{
    font-size: 4vw;
    line-height: 4.2vw;
  }

  .USPListElement.Campaign .Text{
    font-size: 2.2vw;
  }
}


@media (max-width: 880px){
  .USPListElement .SaveUpToContainer{
    width:14vw;
    height:14vw;
  }

  .USPListElement .SaveUpToContainer span{
    font-size:4.5vw;
  }

  .USPListElement .SaveUpToContainer p{
    font-size: 1.5vw;
    line-height: 1.7vw;
  }

  .USPListElement .USPType{
    font-size: 3vw;
  }

  .USPListElement.Campaign .Heading{
    font-size: 6vw;
    line-height: 6.2vw;
  }

  .USPListElement.Campaign .Text{
    font-size: 3.2vw;
  }
}

@media (max-width: 939px) and (min-width: 601px){
  .ImageWrapper{
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 25px;
  }

  .SpecialPromotion a{
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 100%;
  }

  .SpecialPromotion span{
    font-size: 26px;
    line-height: 30px;
    flex: 0 0 60%;
  }

  .SpecialPromotionButton{
    flex: 0 0 35%;
  }
}

@media (max-width: 600px){
  .USPListElement{
    padding: 7px;
  }

  .USPListElement .Heading{
    font-size: 22px;
  }

  .USPListElement .Text{
    font-size: 14px;
  }

  .USPListElement .SaveUpToContainer{
    width: 35vw;
    height: 35vw;
  }

  .USPListElement .SaveUpToContainer p{
    font-size: 3vw;
  }

  .USPListElement .SaveUpToContainer span{
    font-size: 11vw;
  }

  .ImageWrapper{
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
  }

  .SpecialPromotion a{
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 100%;
  }

  .SpecialPromotion span{
    font-size: 26px;
    line-height: 30px;
    flex: 0 0 100%;
    text-align: center;
  }

  .SpecialPromotionButton{
    flex: 0 0 50%;
    margin: 30px auto;
  }

  .USPListElement.Campaign{
    padding:12px;
  }

  .USPListElement .USPType{
    font-size: 3vw;
  }

  .USPListElement.Campaign .Heading{
    font-size: 7vw;
    line-height: 7.2vw;
  }

  .USPListElement.Campaign .Text{
    font-size: 4vw;
    margin: 10px 0;
  }

  .USPListElement > img{
    display: none;
  }

  .USPListElement .SaveUpToContainer{
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
}