#ad-container {
  width: 298px;
  height: 598px;
  border: 1px solid #000000;
  position: absolute;
  overflow: hidden;
  background-color:#fff;
  margin: 0;
  cursor: pointer;
}

#logo {
  position: absolute;
  top: 18px;
  left: 73px;
  width: 150px;
  height: 28px;
}

#header-container {
  position: absolute;
  display: table;
  box-sizing: border-box;
  top: 70px;
  height: 70px;
  width: 100%;
  padding: 0px 15px 0px 15px;
}

#header {
  text-align: center;
  display: table-cell;
  vertical-align: bottom;
  margin: 0;
  font-size: 24px;
  width: 100%;
  letter-spacing: 1.5px;
  line-height: 30px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

.arrows {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 357px;
  z-index: 1000;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.arrows:hover {
  transform: scale(1.3);
}

#left-arrow {
  left: 5px;
}

#right-arrow {
  right: 5px;
}

#slider {
  position: relative;
}

.product-container {
  position: absolute;
  width: 100%;
}

.product-image {
  position: absolute;
  object-fit: contain;
  top: 233px;
  height: 292px;
  width: 270px;
  margin: 0 14px;
}

.product-info-container {
  position: absolute;
  width: 100%;
  top: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-flow: column;
  height: 80px;
}

.product-name {
  position: relative;
  width: 300px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

.product-price {
  position: relative;
  text-align: center;
  font-size: 15px;
  padding: 6px 20px 0px 20px;
  box-sizing: border-box;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

.rateYo {
  position: relative;
  width: 150px;
  align-self: center;
  justify: center;
}

#button-container {
  position: absolute;
  display: flex;
  left: 11px;
  bottom: -7px;
  justify-content: center;
  width: 100%;
  align-items: top;
  text-align: center;
  white-space: nowrap;
  z-index: 1000;
}

#button {
  position: absolute;
  top: 540px;
  left: 68px;
  text-align: center;
  font-size: 16px;
  width: 140px;
  height: 35px;
  padding: 10px 10px;
  box-sizing: border-box;
  -webkit-transition: transform 200ms ease-out;
  -moz-transition: transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

#button:hover {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  transform: translateZ(0);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

#timer, .timerBG, .timerNum, #timerText {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#timer {
  opacity: 0;
}

.timerBG {
  left: 28px;
  top: 140px;
  width: 18%;
  height: 39px;
  background-color: #f8f8f8;
  overflow: hidden;
  border-radius: 2px;
  text-align: center;
}

#timerBGH {
  left: 88px
}

#timerBGM {
  left: 148px
}

#timerBGS {
  left: 209px
}

.timerNum {
  top: 7px;
  font-family: "p22-underground", "sans-serif";
  font-weight: 900;
  font-style: normal;
  color: #D4AB13;
  font-size: 26px
}

#timerNumS1, #timerNumM1, #timerNumH1, #timerNumD1 {
  left: -8px
}

#timerNumD2 {
  left: 8px;
}

#timerNumH2 {
  left: 9px;
}

#timerNumM2 {
  left: 10px;
}

#timerNumS2 {
  left: 9px;
}

#timerTextD {
  transform: translate(-11px, 0px);
}

#timerTextH {
  transform: translate(-5px, 0px);
}

#timerTextM {
  transform: translate(-2px, 0px);
}

#timerTextS {
  transform: translate(4px, 0px);
}
