/* IMPORTANT: Do not modify this generated css file*/
/* common value, do not edit unless you have global search and confirm it is safe */
/* Color Theme */
/* Color theme for landing */
/* header scss variable */
/* line 4, ../../../../resource/compass/_ui/desktop/common/css/salesPage.scss */
#promotion-header {
  margin: 20px 0 30px 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 25px;
  color: #e4483f;
}
/* line 11, ../../../../resource/compass/_ui/desktop/common/css/salesPage.scss */
#promotion-header .promotion-title-name {
  padding: 10px 0;
  position: relative;
}
/* line 15, ../../../../resource/compass/_ui/desktop/common/css/salesPage.scss */
#promotion-header .promotion-title-name:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}

/* line 30, ../../../../resource/compass/_ui/desktop/common/css/salesPage.scss */
.sales-box-wrapper .sales-box {
  display: block;
  float: left;
  width: 282px;
  height: 276px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 2px solid #e4c910;
  border-radius: 2px;
  background: white;
}
/* line 41, ../../../../resource/compass/_ui/desktop/common/css/salesPage.scss */
.sales-box-wrapper .sales-box:nth-child(4n) {
  margin-right: 0;
}
/* line 45, ../../../../resource/compass/_ui/desktop/common/css/salesPage.scss */
.sales-box-wrapper .sales-box .sales-box-body {
  position: relative;
  padding: 15px 9px;
  height: 272px;
}
/* line 50, ../../../../resource/compass/_ui/desktop/common/css/salesPage.scss */
.sales-box-wrapper .sales-box .sales-box-body .sales-box-header {
  margin: 15px 0 10px 0;
  font-size: 18px;
  font-weight: 800;
  color: #e4483f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/* line 64, ../../../../resource/compass/_ui/desktop/common/css/salesPage.scss */
.sales-box-wrapper .sales-box .sales-box-body .sales-box-description {
  font-size: 15px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 18px;
  max-height: 54px;
}
/* line 80, ../../../../resource/compass/_ui/desktop/common/css/salesPage.scss */
.sales-box-wrapper .sales-box .sales-box-body .img-container {
  display: block;
  float: left;
  width: 65px;
  height: 65px;
  text-align: center;
  font: 0/0 a;
}
/* line 88, ../../../../resource/compass/_ui/desktop/common/css/salesPage.scss */
.sales-box-wrapper .sales-box .sales-box-body .img-container > img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
/* line 95, ../../../../resource/compass/_ui/desktop/common/css/salesPage.scss */
.sales-box-wrapper .sales-box .sales-box-body .img-container:after {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/* line 103, ../../../../resource/compass/_ui/desktop/common/css/salesPage.scss */
.sales-box-wrapper .sales-box .sales-box-body .sales-box-clickthrough {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 10px;
  right: 10px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  background-color: #ffee08;
  color: #8a3f22;
  border: 1px solid #e4c910;
  border-radius: 2px;
}
/* line 116, ../../../../resource/compass/_ui/desktop/common/css/salesPage.scss */
.sales-box-wrapper .sales-box .sales-box-body .sales-box-clickthrough:hover {
  background-color: #e5d614;
}

/* line 126, ../../../../resource/compass/_ui/desktop/common/css/salesPage.scss */
.sales-box .sales-box-freegift .img-container {
  position: relative;
  border: 1px solid #cccccc;
  margin-right: 8px;
}

/* line 132, ../../../../resource/compass/_ui/desktop/common/css/salesPage.scss */
.sales-box .sales-box-freegift .img-container span {
  display: inline-block;
  position: absolute;
  left: 2px;
  bottom: 0;
  padding: 0 2px;
  background: #e4483f;
  color: white;
  font: initial;
  font-size: 13px;
  line-height: 20px;
  height: 20px;
  border-radius: 2px 2px 0 0;
}
