.pro-linear-box {
  position: relative;
  min-width: 45vw;
  width: 45vw;
  margin: 1.5vw 1vw;
  border: solid 1px #dee2e6;
  border-radius: 2vw 2vw 2.5vw 2.5vw;
  max-width: 100%;
  display: block;
  background-color: #ffffff;
}

.pro-linear-box > .pro-img {
  width: 100%;
  height: 46vw;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  text-align: center;
  border-radius: 2vw 2vw 0 0;
  background-color: white;
  position: relative;
}

.pro-linear-box > .pro-img > img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
}

.pro-linear-box > .icon-like {
  width: 2.1em;
  height: 2.1em;
  position: absolute;
  left: 0.4em;
  bottom: 0;
  z-index: 1;
}

.pro-linear-box > .exclusive {
  display: block;
  width: 19vw;
  height: 8.75vw;
  position: absolute;
  left: 0;
  top: 37vw;
  background-color: black;
  color: white;
  text-align: center;
  line-height: 8vw;
  font-size: 3vw;
}

.pro-linear-box > .unavailable {
  height: 6vw;
  position: absolute;
  right: 0;
  top: 39.8vw;
  background-color: black;
  color: #c3c3c3;
  text-align: center;
  line-height: 5.4vw;
  font-size: 3vw;
  border-radius: 2vw 0 0 2vw;
  display: inline;
  padding: 0 2vw;
}

.pro-linear-box > .is-ar {
  position: absolute;
  right: 1.5vw;
  top: -2vw;
  font-size: 3vw;
  background-color: white;
  -moz-box-shadow: 0 0 2vw #FFFFFF;
  -webkit-box-shadow: 0 0 2vw #FFFFFF;
  box-shadow: 0 0 2vw #FFFFFF;
  border-radius: 3vw;
  text-align: center;
  padding: 0 0.5vw;
  display: inline;
}

.pro-linear-box > .is-marketplace {
  display: block;
  width: 10vw;
  height: 8.75vw;
  position: absolute;
  left: 0;
  top: 3vw;
  line-height: 4vw;
}

.pro-linear-box > .brand-name {
  max-width: 90%;
  height: 2em;
  line-height: 2em;
  font-size: 1em;
  font-weight: bold;
  margin: 0.3em 0.6em 0 0.3em;
  overflow: hidden;
}

.pro-linear-box > .description {
  width: auto;
  display: block;
  height: 3em;
  line-height: 1.5em;
  max-height: 3em;
  font-size: 1em;
  margin: 0 0.6em;
  overflow: hidden;
}

.pro-linear-box > .price-box {
  margin-top: 0.75em;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  padding: 0 0.6em;
}

.pro-linear-box > .price-box > .left {
  flex: 1;
  display: block;
  height: 3em;
}

.pro-linear-box > .price-box > .right {
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-linear-box > .price-box > .left > .final-price {
  text-align: left;
  font-size: 95%;
  line-height: 1.6em;
  font-weight: bold;
}

.pro-linear-box > .price-box > .left > .before-price {
  color: gray;
  text-decoration: line-through;
  text-align: left;
  font-size: 90%;
  line-height: 1.5em;
  font-weight: bold;
}

.pro-linear-box > .price-box > .right > .discount-value {
  display: inline-block;
  width: 100%;
  height: 1.6em;
  text-align: center;
  line-height: 1.6em;
  font-size: 0.9em;
  font-weight: bold;
  color: white;
  background-image: url("/images/flaticon/icon-left-red-arrow.svg");
  background-size: auto;
  background-repeat: no-repeat;
}

.pro-linear-box > .bottom-frame {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2em;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
}

.pro-linear-box > .bottom-frame > .left {
  width: 3em;
  background-color: #c2c2c2;
  border-radius: 0 0 0 2vw;
}

.pro-linear-box > .bottom-frame > .right {
  flex: 1;
  background-color: #0c0a0d;
  color: white;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  border-radius: 0 0 2vw 0;
}

.pro-reward-box {
  position: relative;
  min-width: 48vw;
  width: 48vw;
  margin: 0.7vw auto;
  border: solid 1px #dee2e6;
  border-radius: 2vw;
  background-color: #ffffff;
  max-width: 100%;
  display: block;
  padding-bottom: 2.75em;
  overflow: hidden;
}

.pro-reward-box > .pro-img {
  width: 100%;
  height: 46vw;
  display: flex;
  justify-content: space-around;
  overflow-x: hidden;
  text-align: center;
  border-radius: 2vw 2vw 0 0;
  background-color: white;
}

.pro-reward-box > .pro-img > img {
  width: auto;
  height: 100%;
}

.pro-reward-box > .brand-name {
  max-width: 90%;
  height: 2em;
  line-height: 2em;
  font-size: 1em;
  font-weight: bold;
  margin: 0.3em 0.6em 0 0.3em;
  overflow: hidden;
}

.pro-reward-box > .description {
  width: auto;
  display: block;
  height: 3em;
  line-height: 1.5em;
  max-height: 3em;
  font-size: 1em;
  margin: 0 0.6em;
  overflow: hidden;
}

.pro-reward-box > .reward {
  width: 100%;
  margin-top: 0.5em;
  text-align: center;
  font-size: 3vw;
  font-weight: bold;
}

.pro-reward-box > .bottom-frame-full > * {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 9vw;
  display: block;
  background-color: #0c0a0d;
  color: white;
  font-size: 3vw;
  font-weight: bold;
  text-align: center;
  line-height: 8vw;
  border: none;
  outline: none;
}

.pro-grid-box {
  position: relative;
  min-width: 48vw;
  width: 48vw;
  margin: 0.7vw auto;
  border: solid 1px #dee2e6;
  border-radius: 2vw;
  background-color: white;
  max-width: 100%;
  display: block;
}

.pro-grid-box > .pro-img {
  width: 100%;
  height: 46vw;
  display: flex;
  justify-content: space-around;
  overflow-x: hidden;
  text-align: center;
  border-radius: 2vw 2vw 0 0;
  position: relative;
}

.pro-grid-box > .pro-img > img {
  height: 100%;
  position: absolute;
  top: 0;
}

.pro-grid-box > .icon-like {
  width: 2.1em;
  height: 2.1em;
  position: absolute;
  left: 0.4em;
  bottom: 0;
  z-index: 1;
}

.pro-grid-box > .exclusive {
  display: block;
  width: 19vw;
  height: 8.75vw;
  position: absolute;
  left: 0;
  top: 37vw;
  background-color: black;
  color: white;
  text-align: center;
  line-height: 8vw;
  font-size: 3vw;
}

.pro-grid-box > .is-ar {
  position: absolute;
  right: 1.5vw;
  top: -2vw;
  font-size: 3vw;
  background-color: white;
  -moz-box-shadow: 0 0 2vw #FFFFFF;
  -webkit-box-shadow: 0 0 2vw #FFFFFF;
  box-shadow: 0 0 2vw #FFFFFF;
  border-radius: 3vw;
  text-align: center;
  padding: 0 0.5vw;
  display: inline;
}

.pro-grid-box > .is-marketplace {
  display: block;
  width: 8.75vw;
  height: 8.75vw;
  position: absolute;
  left: 0;
  top: 2vw;
}

.pro-grid-box > .unavailable {
  height: 6vw;
  position: absolute;
  right: 0;
  top: 39.8vw;
  background-color: black;
  color: #c3c3c3;
  text-align: center;
  line-height: 5.4vw;
  font-size: 3vw;
  border-radius: 2vw 0 0 2vw;
  display: inline;
  padding: 0 2vw;
}

.pro-grid-box > .brand-name {
  max-width: 90%;
  height: 2em;
  line-height: 2em;
  font-size: 1em;
  font-weight: bold;
  margin: 0.3em 0.6em 0 0.3em;
  overflow: hidden;
}

.pro-grid-box > .description {
  width: auto;
  display: block;
  height: 3em;
  line-height: 1.5em;
  max-height: 3em;
  font-size: 1em;
  margin: 0 0.6em;
  overflow: hidden;
}

.pro-grid-box > .price-box {
  margin-top: 0.75em;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  padding: 0 0.6em;
}

.pro-grid-box > .price-box > .left {
  flex: 1;
  display: block;
  height: 3em;
}

.pro-grid-box > .price-box > .right {
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-grid-box > .price-box > .left > .final-price {
  text-align: left;
  font-size: 95%;
  line-height: 1.6em;
  font-weight: bold;
}

.pro-grid-box > .price-box > .left > .before-price {
  color: gray;
  text-decoration: line-through;
  text-align: left;
  font-size: 90%;
  line-height: 1.5em;
  font-weight: bold;
}

.pro-grid-box > .price-box > .right > .discount-value {
  display: inline-block;
  width: 100%;
  height: 1.6em;
  text-align: center;
  line-height: 1.6em;
  font-size: 0.9em;
  font-weight: bold;
  color: white;
  background-image: url("/images/flaticon/icon-left-red-arrow.svg");
  background-size: auto;
  background-repeat: no-repeat;
}

.pro-grid-box > .bottom-frame {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2em;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
}

.pro-grid-box > .bottom-frame > .left {
  width: 3em;
  background-color: #c2c2c2;
  border-radius: 0 0 0 2vw;
}

.pro-grid-box > .bottom-frame > .right {
  flex: 1;
  background-color: #0c0a0d;
  color: white;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  border-radius: 0 0 2vw 0;
}