.pro-simple-box {
  position: relative;
  width: 14.3vw;
  height: 23vw;
  margin: 0.3vw auto;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
  border-radius: 0.5vw;
  background-color: #ffffff;
}

.pro-simple-box > .pro-img {
  width: 14.3vw;
  height: 14.3vw;
  display: flex;
  justify-content: space-around;
  overflow-x: hidden;
  position: relative;
  background-color: white;
}

.pro-simple-box > .is-marketplace {
  width: 3vw;
  height: 2.5vw;
  position: absolute;
  left: 0;
  top: 1vw;
  text-align: center;
}

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

.pro-simple-box > .exclusive {
  width: 5vw;
  height: 2.5vw;
  position: absolute;
  left: 0;
  top: 11.8vw;
  background-color: black;
  color: white;
  text-align: center;
  line-height: 2vw;
  font-size: 1vw;
}

.pro-simple-box > .unavailable {
  height: 1.5vw;
  position: absolute;
  right: 0;
  top: 11.8vw;
  background-color: black;
  color: #c3c3c3;
  text-align: center;
  line-height: 1.4vw;
  font-size: 0.85vw;
  border-radius: 0.5vw 0 0 0.5vw;
  display: inline;
  padding: 0 0.5vw;
}

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

.pro-simple-box > .brand-name {
  width: 100%;
  height: 2vw;
  line-height: 2vw;
  font-size: 1vw;
  font-weight: bold;
  margin: 0.3vw 0.6vw 0 0.3vw;
  overflow: hidden;
}

.pro-simple-box > .description {
  width: auto;
  display: block;
  height: 3vw;
  line-height: 1.2vw;
  max-height: 2.4vw;
  font-size: 0.9vw;
  margin: 0 0.6vw;
  overflow: hidden;
}

.pro-simple-box > .reward {
  width: 100%;
  position: absolute;
  left: 0;
  top: 19.5vw;
  text-align: center;
  font-size: 0.9vw;
  font-weight: bold;
}

.pro-simple-box > .final-price {
  width: 8vw;
  position: absolute;
  left: 0.6vw;
  top: 19.5vw;
  text-align: left;
  font-size: 0.9vw;
  font-weight: bold;
}

.pro-simple-box > .before-price {
  width: 8vw;
  position: absolute;
  left: 0.6vw;
  top: 21.3vw;
  color: gray;
  text-decoration: line-through;
  text-align: left;
  font-size: 1vw;
  font-weight: bold;
}

.pro-simple-box > .discount-value {
  display: block;
  width: 3.5vw;
  height: 2.1vw;
  position: absolute;
  text-align: center;
  line-height: 1.8vw;
  right: 0;
  top: 19.9vw;
  font-size: 0.9vw;
  font-weight: bold;
  color: white;
  background-image: url("/images/flaticon/icon-left-red-arrow.svg");
  background-size: auto;
  background-repeat: no-repeat;
}

.pro-simple-box > .bottom-frame {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3vw;
  display: flex;
  justify-content: space-between;
}

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

.pro-simple-box > .bottom-frame > .like-frame {
  width: 15%;
  text-align: right;
  line-height: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro-simple-box > .bottom-frame > .left > .icon-like {
  width: 50%;
  height: 2vw;
  display: block;
  padding-bottom: 0.5vw;
}

.pro-simple-box > .bottom-frame > .left-v-mirror {
  width: 50%;
  height: 2vw;
  display: block;
  margin: 0.2vw;
  border-width: 0.2vw;
  border-style: solid;
  color: white;
  background-color: black;
  border-color: black;
  transition: color 0.2s ease 0s, border-color 0.2s ease 0s;
  padding: 0 0.5vw;
  align-items: center;
  border-radius: 99999px;
  font-size: 0.9vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.8vw;
}

.pro-simple-box > .bottom-frame > .right {
  width: 50%;
  height: 2vw;
  display: block;
  margin: 0.2vw;
  border-width: 0.2vw;
  border-style: solid;
  color: black;
  border-color: currentcolor;
  transition: color 0.2s ease 0s, border-color 0.2s ease 0s;
  padding: 0 0.5vw;
  align-items: center;
  border-radius: 99999px;
  font-size: 0.9vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.8vw;
}

.pro-linear-box {
  margin: 0.2vw;
  position: relative;
  min-width: 15.4vw;
  height: 24vw;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
  background-color: #ffffff;
  max-width: 100%;
  display: block;
}

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

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

.pro-linear-box > .icon-like {
  width: 2vw;
  height: 2vw;
  position: absolute;
  left: 0.5vw;
  bottom: 0.2vw;
  z-index: 1;
}

.pro-linear-box > .exclusive {
  width: 5vw;
  height: 2.5vw;
  position: absolute;
  left: 0;
  top: 12.8vw;
  background-color: black;
  color: white;
  text-align: center;
  line-height: 2vw;
  font-size: 1vw;
}

.pro-linear-box > .unavailable {
  height: 1.5vw;
  position: absolute;
  right: 0;
  top: 12.8vw;
  background-color: black;
  color: #c3c3c3;
  text-align: center;
  line-height: 1.4vw;
  font-size: 0.85vw;
  border-radius: 0.5vw 0 0 0.5vw;
  display: inline;
  padding: 0 0.5vw;
}

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

.pro-linear-box > .is-marketplace {
  width: 3vw;
  height: 2.5vw;
  position: absolute;
  left: 0;
  top: 0.5vw;
  text-align: center;
  line-height: 1.5vw;
}

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

.pro-linear-box > .description {
  width: auto;
  display: block;
  height: 2.4vw;
  line-height: 1.2vw;
  max-height: 3vw;
  font-size: 0.9vw;
  font-weight: 700;
  margin: 0 0.6vw;
  overflow: hidden;
}

.pro-linear-box > .final-price {
  width: 8vw;
  position: absolute;
  left: 0.6vw;
  top: 20.5vw;
  text-align: left;
  font-size: 0.9vw;
  font-weight: bold;
}

.pro-linear-box > .before-price {
  width: 8vw;
  position: absolute;
  left: 0.6vw;
  top: 22.3vw;
  color: gray;
  text-decoration: line-through;
  text-align: left;
  font-size: 1vw;
  font-weight: bold;
}

.pro-linear-box > .discount-value {
  display: block;
  width: 3.5vw;
  height: 2.1vw;
  position: absolute;
  text-align: center;
  line-height: 1.8vw;
  right: 0;
  top: 20.9vw;
  font-size: 0.9vw;
  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: 2.7vw;
  display: flex;
}

.pro-linear-box > .bottom-frame > .left {
  width: 50%;
  height: 2vw;
  display: block;
}

.pro-linear-box > .bottom-frame > .left-v-mirror {
  width: 50%;
  height: 2vw;
  display: block;
  margin: 0.2vw;
  border-width: 0.2vw;
  border-style: solid;
  color: white;
  background-color: black;
  border-color: black;
  transition: color 0.2s ease 0s, border-color 0.2s ease 0s;
  padding: 0 0.5vw;
  align-items: center;
  border-radius: 99999px;
  font-size: 0.9vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.8vw;
}

.pro-linear-box > .bottom-frame > .right {
  width: 50%;
  height: 2vw;
  display: block;
  margin: 0.2vw;
  border-width: 0.2vw;
  border-style: solid;
  color: black;
  border-color: currentcolor;
  transition: color 0.2s ease 0s, border-color 0.2s ease 0s;
  padding: 0 0.5vw;
  align-items: center;
  border-radius: 99999px;
  font-size: 0.9vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.8vw;
}