
h3.promo {
  font-family: 'Poppins', 'Noto Sans TC', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: absolute;
  color: black;
  writing-mode: vertical-lr;
  top: 243px;
  right: -50px;
  height: 1500px;
}

h3.promo span {
  writing-mode: horizontal-tb;
  letter-spacing: -1px;
  transform: rotate(68deg);
  padding: 5px 0;
}

@media screen and (max-width: 1289px) {
  h3.promo {
    display: inline-block;
    float: right;
    font-family: 'Poppins', 'Noto Sans TC', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 10px 30px 0;
    padding: 0 6px;
    color: white;
    position: static;
    text-align: right;
    writing-mode: horizontal-tb;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
    width: auto;
    background-color: rgb(51,51,51);
  }
}


div#quickview-container .added {
  display: none;
  color: green;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  line-height: 17px;
}

div#quickview-container .added .material-icons {
  font-size: 17px !important;
  padding-right: 3px;
}

div#quickview-container .add-to-cart {
  text-align: right;
  color: rgba(250,100,0, 0.7);
  cursor: pointer;
  font-size: 16px !important;
  line-height: 17px;
  padding: 0;
  display: flex;
    align-items: center;
    justify-content: flex-end;
}

div#quickview-container .add-to-cart .material-icons {
  font-size: 17px !important;
  padding-right: 3px;
}

div#quickview-container .add-to-cart:hover {
  color:rgb(250,100,0);
}



div#quickview-background {
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

div#quickview-container {
  width: 600px;
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  font-family: 'Poppins', 'Noto Sans TC', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgb(51,51,51);
  position: relative;
  max-width: 95vw;
  box-sizing: border-box;
}

div#quickview-container span#close-btn {
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 30px !important;
}

div#quickview-container h1 {
  font-size: 18px;
  font-weight: 600;
  color: rgb(51,51,51);
  border-bottom: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

div#quickview-container h1 .material-icons {
  font-size: 18px !important;
  color: rgb(250, 100,0);
  margin-left: 5px;
  cursor:pointer;
}

div#quickview-container p.author {
  font-size: 15px;
  margin-bottom: 5px;
}

div#quickview-container p.specs {
  font-size: 13px;
  color: rgb(160,160,160);
  margin-top: 0;
}


img#cover {
  width: 1290px;
  height: 726px;
  object-fit: cover;
  filter: brightness(100%);
}

div#op-header {
  position: relative;
  width: 1290px;
  height: 726px;
  margin: 40px auto 20px auto;
}

div#op-header p#timer {
  position: absolute;
  top: 320px;
  right: 270px;
  font-family: 'Poppins', 'Noto Sans TC', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: white;
  transform: rotate(-1deg);
}

div#op-header h1 {
  font-family: 'Poppins', 'Noto Sans TC', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: absolute;
  color: black;
  top: 20px;
  left: 20px;
}

div#op-header h2 {
  font-family: 'Poppins', 'Noto Sans TC', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: absolute;
  color: black;
  text-align: left;
  top: 60px;
  left: 20px;
}

div#op-header h3 {
  font-family: 'Poppins', 'Noto Sans TC', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: absolute;
  color: black;
  text-align: right;
  writing-mode: vertical-lr;
  top: 120px;
  right: 100px;
  height: 430px;
}

div#op-header h3 span {
  writing-mode: horizontal-tb;
  letter-spacing: -1px;
  transform: rotate(68deg);
  padding: 5px 0;
}

@media screen and (max-width: 1289px) {
  img#cover {
  width: 100vw;
  height: 400px;
  object-fit: cover;
  filter: brightness(100%);
  }
  div#op-header {
    width: 100%;
    margin: 0 0 40px 0;
    height: 400px;
  }
  div#op-header h1, div#op-header h2 {
    font-size: 15px;
  }

  div#op-header h1 {
    top: 15px;
  }

  div#op-header h2 {
    top: 50px;
  }

  div#op-header p#timer {
    top: 85px;
    left: 60px;
    right: auto;
    color: black;
    transform: rotate(-0.8deg);
  }

  div#op-header h3 {
    font-family: 'Poppins', 'Noto Sans TC', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0 6px;
    color: black;
    position: absolute;
    text-align: center;
    writing-mode: horizontal-tb;
    top: auto;
    bottom: 10px;
    left: auto;
    right: 10px;
    height: auto;
    background-color: white;
  }
}

.listing-wrap .listing-text h1 span.price {
  text-decoration-thickness: 2px;
  margin-left: 5px;
}

.listing-wrap .listing-text h1 span.price.orange {
  font-weight: 600;
  color: rgb(250,100,0);
  margin-left: 5px;
}

.listing-wrap .listing-text h1 span.line-through {
  color:rgb(250,100,0);
  text-decoration:line-through;
  text-decoration-thickness: 2px;
  display: inline-block;
}

span.loupe {
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: rgba(0,0,0,0.5) !important;
}
