.components-markdown-gopro {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  z-index: 99;

  &.components-markdown-gopro-hidden {
    display: none;
  }
}

.markdown-gopro-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #212c36;
  text-align: center;
  color: white;
  padding: 0 30px 40px;
  margin-top: 32px;
  border-radius: 15px;
}

.promo-img {
  margin-top: -80px;
  width: 150px;
  padding-top: 20px;
}

.markdown-gopro-inner h3 {
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 1em auto;
  font-size: 16px;
}

.markdown-gopro-inner .discount {
  font-size: 26px;
  margin: 0;
}

.markdown-gopro-inner .percentage {
  color: #6FBB01;
  font-size: 40px;
  font-weight: bold;
}

.markdown-gopro-inner .limited-title {
  font-size: 16px;
}

.syotimer {
  text-align: center;

  margin: 15px auto 0;
  padding: 0;
}

.syotimer-cell {
  display: inline-block;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  background: url('../../assets/images/timer.png') no-repeat;
  background-size: cover;
}

.syotimer-cell__value {
  font-size: 24px;
  color: #ff1493;
  height: 50px;
  line-height: 2;
  margin: 0 0 5px;
}

.syotimer-cell__unit {
  font-family: Arial, serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.wpmd-pro-btn,
.is-markdown a.wpmd-pro-btn {
  background-color: #ff1493;
  color: white !important;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 35px !important;
  height: auto;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;

  &:hover {
    background-color: darken(#ff1493, 10%) !important;
  }
}

.markdown-close-promo {
  position: absolute;
  top: -8px;
  right: -8px;
  border: 2px solid white;
  display: block;
  line-height: 24px;
  min-width: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  padding-bottom: 2px;
  background-color: white;
  color: #ff1493;
  cursor: pointer;
}

.black-friday-wrap {
  margin-bottom: 115px;
}

.ribbon {
  margin-left: -54px;
  width: 400px;
  position: absolute;
  text-align: center;
  font-size: 23px !important;
  background: #6FBB01;
  box-shadow: rgba(000, 000, 000, 0.3) 0 1px 1px;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

.ribbon h1 {
  font-size: 38px !important;
  font-weight: bold;
  color: #000;
  text-shadow: #240c0c 0 1px 0;
  margin: 0;
  padding: 10px;
}

.ribbon img {
  width: 180px;
  padding: 5px 0;
}

.ribbon:before, .ribbon:after {
  content: '';
  position: absolute;
  display: block;
  bottom: -1em;
  border: 1.5em solid #72C100;
  z-index: -1;
}

.ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
  box-shadow: rgba(000, 000, 000, 0.4) 1px 1px 1px;
}

.ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
  box-shadow: rgba(000, 000, 000, 0.4) -1px 1px 1px;
}

.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
  border-color: #7D7D7D transparent transparent transparent;
  position: absolute;
  display: block;
  border-style: solid;
  bottom: -1em;
  content: '';
}

.ribbon .ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}

.ribbon .ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}

.ribbon-stitches-top {
  margin-top: 2px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}

.ribbon-stitches-bottom {
  margin-bottom: 2px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}