@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap);

#rpcard * {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  font-family: "Montserrat" !important;
  /* font-family: "Google Sans", sans-serif !important; */
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

#rahmen {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #29a507;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#mainPcard {
  position: absolute;
  overflow: hidden;
}

#startScreen {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #23b40c;
}

#main-headline {
  position: absolute;
}

#main-headline img {
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  text-decoration: none;
  border: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.main-headline_0 {
  position: relative;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.main-headline_1 {
  position: absolute;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.main-headline_2 {
  position: absolute;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.main-headline_3 {
  position: absolute;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#pcardScreen {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
}

#logo-container {
  position: relative;
  background: #23b40c;
}

#logo_ddPcard {
  position: relative;
  height: 75%;
}

#logo_brack {
  position: relative;
  height: 75%;
}

#copy-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#productName {
  font-size: 70%;
  font-weight: 700;
  line-height: 1.2;
  color: #18181b;
}

#productSubTitle {
  margin: 0 0 0.3em;
  font-size: 50%;
  font-weight: 700;
  color: #717179;
}

#productAttribute {
  height: auto;
  font-size: 40%;
  font-weight: 400;
  line-height: 1.4;
  color: #18181b;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#image-container {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

#buy-container {
  position: absolute;
  width: 100%;
  padding-top: 2%;
  font-size: 1rem;
  color: #fff;
}

#price-box {
  width: 100%;
  text-align: left;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

#ddPcardPrice {
  font-size: 100%;
  font-weight: 700;
  color: #343434;
}

#originalPrice {
  font-size: 45%;
  font-weight: 700;
  color: #a1a1a9;
  text-decoration: line-through;
}

#pricetag {
  font-size: 60%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-top: 0.1em;
}

#percentage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1em;
  margin: 0 0.25rem;
  padding: 0.25em 0.4em;
  background: #23b40c;
}

.percent {
  font-size: 80%;
}

#availability-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 0.6rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #343434;
  border-radius: 4px;
  overflow: hidden;
}

#availability-bar {
  height: 100%;
  background: #28ce0e;
  background-image: url(../images/ddimg1.svg);
  background-size: 6px 100%;
}

#availability-copy {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  padding: 0 0.5rem;
}

#availabilityPercent {
  font-size: 1.4em;
  vertical-align: -9%;
  line-height: 1;
}

#time-container {
  font-variant-numeric: tabular-nums;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#timer-icon {
  height: 1.5em;
  margin-right: 0.5em;
}

#cta-container {
  max-width: 55%;
  height: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pcardScreen-in {
  -webkit-transform-origin: 50% 80%;
  transform-origin: 50% 80%;
  -webkit-animation-name: pcardScreen-in;
  animation-name: pcardScreen-in;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes pcardScreen-in {
  0%,
  7% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  10%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pcardScreen-in {
  0%,
  7% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  10%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.scale-up {
  -webkit-transform-origin: 50% 70%;
  transform-origin: 50% 70%;
  -webkit-animation-name: scale-up;
  animation-name: scale-up;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  2.5% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }

  100%,
  4% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-up {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  2.5% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }

  100%,
  4% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

#cta {
  -webkit-animation-name: jump;
  animation-name: jump;
  -webkit-animation-duration: 7.5s;
  animation-duration: 7.5s;
  -webkit-animation-iteration-count: 4;
  animation-iteration-count: 4;
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

@-webkit-keyframes jump {
  0%,
  66% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  69% {
    -webkit-transform: translateY(20%) rotate(5deg);
    transform: translateY(20%) rotate(5deg);
  }

  73% {
    -webkit-transform: translateY(-150%) rotate(-5deg);
    transform: translateY(-150%) rotate(-5deg);
  }

  76% {
    -webkit-transform: translateY(0) rotate(3deg);
    transform: translateY(0) rotate(3deg);
  }

  79% {
    -webkit-transform: translateY(-20%) rotate(2deg);
    transform: translateY(-20%) rotate(2deg);
  }

  100%,
  82% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes jump {
  0%,
  66% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  69% {
    -webkit-transform: translateY(20%) rotate(5deg);
    transform: translateY(20%) rotate(5deg);
  }

  73% {
    -webkit-transform: translateY(-150%) rotate(-5deg);
    transform: translateY(-150%) rotate(-5deg);
  }

  76% {
    -webkit-transform: translateY(0) rotate(3deg);
    transform: translateY(0) rotate(3deg);
  }

  79% {
    -webkit-transform: translateY(-20%) rotate(2deg);
    transform: translateY(-20%) rotate(2deg);
  }

  100%,
  82% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

#rpcard {
  width: 820px;
  height: 306px;
  font-size: 32px;
  font-family: "Montserrat" !important;
}

#rpcard * {
  font-family: "Montserrat" !important;
}

#mainPcard {
  width: 100%;
  height: 100%;
  max-width: 820px;
  max-height: 306px;
}

#main-headline {
  width: 90%;
  /*            margin-top: -20%;*/
}

#logo-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 50px;
}

#logo_ddPcard {
  height: 70%;
  left: 4%;
}

#logo_brack {
  height: 70%;
  right: 2%;
}

#article-container {
  position: absolute;
  width: 100%;
  height: 258px;
  /*            border: 1px dashed red;*/
}

#copy-container {
  width: 458px;
  height: 119px;
  margin-right: 25px;
  margin-top: 20px;
  /*
    border: 1px dashed red;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
*/
}

#image-container {
  width: 64px;
  height: 100%;
}

#buy-container {
  width: 454px;
  right: 25px;
  bottom: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pricecopysize {
  font-size: 1rem;
}

#pricetag {
  font-size: 50%;
}

.sidebyside {
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px !important;
}

#cta {
  height: 37px;
}

#availability-container {
  width: 320px;
  height: 35px;
  font-size: 10px;
  border-radius: 5px;
  margin-top: 2px;
  position: relative;
  left: 5px;
}

#availability-copy {
  width: 188px;
}

#availability-bar {
  background-image: url(images/ddimg1.svg);
}

#productName,
#ddPcardPrice,
#originalPrice {
  margin-bottom: 0px !important;
}

#ddPcardPrice {
  font-size: 32px;
}

#originalPrice {
  font-size: 14.5px;
}

#pricetag {
  font-size: 16px;
}

#ddPcardPrice {
  font-size: 30px;
}

#originalPrice {
  font-size: 12.5px;
}

#pricetag {
  font-size: 14px;
}

#availability-copy {
  width: 100%;
}

@media (max-width: 768px) {
  #rpcard {
    width: 700px;
    height: 500px;
    font-size: 28px;
  }
  #mainPcard {
    max-width: 700px;
    max-height: 500px;
  }
  #main-headline {
    margin-top: -5%;
  }
  #logo-container {
    height: 70px;
  }
  #logo_ddPcard {
    height: 60%;
    left: 0.5rem;
  }
  #logo_brack {
    height: 60%;
    right: 0.5rem;
  }
  #article-container {
    flex-direction: column !important;
    height: 378px;
  }
  #copy-container {
    width: 96%;
    margin-left: 4%;
    margin-top: 0.3em;
    height: auto;
    order: 1;
  }
  #copy-container #productName {
    font-size: 100%;
  }
  #copy-container #productSubTitle {
    font-size: 80%;
  }
  #copy-container #productAttribute {
    display: none;
  }
  #image-container {
    order: 2;
    width: 100%;
  }
  #buy-container {
    width: 100%;
    padding: 16px;
    left: 0;
    right: 0;
    bottom: -52px;
    background: rgba(255, 255, 255, 0.8);
  }
  #buy-container .sidebyside .item.image-wrapper {
    position: absolute;
    top: 20%;
    right: 16px;
  }
  #price-box {
    width: 50%;
  }
  #price-box .flex {
    flex-grow: 1;
    justify-content: center;
  }
  .pricecopysize {
    font-size: 1.3rem;
  }
  #pricetag {
    font-size: 60%;
  }
  #cta-container {
    max-width: 35%;
  }
  #cta {
    height: 46px;
  }
  #availability-container {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    font-size: 20px;
    left: unset !important;
  }
  #availability-bar {
    background-image: url(images/ddimg1.svg);
  }
  #productName,
  #ddPcardPrice,
  #originalPrice {
    margin-bottom: 0 !important;
  }
  #ddPcardPrice {
    font-size: 200% !important;
  }
  #originalPrice {
    font-size: 90% !important;
  }
  #pricetag {
    font-size: 100% !important;
  }
  .flex.row.sidebyside {
    flex-direction: column;
  }
}
