.deal-container .banner-subtitle {
  color: #666;
  margin-bottom: .9rem;
  font-weight: 400; }
.deal-container .banner-content.banner-content-top {
  top: 4rem; }
.deal-container .banner-text {
  font-weight: 600; }

.deal {
  display: flex;
  flex-direction: column-reverse;
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 2rem; }

.deal-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 3.5rem 0 2rem; }
  .deal-content .btn {
    padding-top: .85rem;
    padding-bottom: .85rem;
    font-weight: 500;
    color: #333;
    background-color: transparent;
    border: .1rem solid #ebebeb; }
    .deal-content .btn:hover, .deal-content .btn:focus {
      color: #fff;
      border-color: #c96;
      background-color: #c96; }
  .deal-content h4 {
    color: #c96;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.01em;
    margin-bottom: .5rem; }
  .deal-content h2 {
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.1;
    letter-spacing: -.05em;
    margin-bottom: 3.6rem; }
  .deal-content .product-title {
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: -.01em;
    margin-bottom: .7rem; }
  .deal-content .product-price {
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 2.4rem; }
  .deal-content .new-price {
    font-weight: 600; }

.deal-image {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  .deal-image > a {
    display: block; }

.deal-countdown {
  margin-bottom: 4rem;
  margin-left: -1rem;
  max-width: 270px; }
  .deal-countdown .countdown-show3 .countdown-section {
    width: calc(33.33% - 20px); }
  .deal-countdown .countdown-section {
    font-size: 1.2rem;
    line-height: 1;
    padding: 1.6rem 0;
    margin-left: 1rem;
    margin-right: 1rem;
    background-color: #c96;
    border-radius: .3rem;
    border: .1rem solid #e1e1e1; }
    .deal-countdown .countdown-section:not(:last-child):after {
      color: #333333;
      content: ':';
      display: inline-block;
      font-weight: 400;
      font-size: 20px;
      line-height: 1;
      position: absolute;
      left: 100%;
      margin-left: 9px;
      margin-top: -1px;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
  .deal-countdown .countdown-period {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    text-transform: lowercase;
    width: 100%;
    padding-left: .2rem;
    padding-right: .2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .deal-countdown .countdown-amount {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 3rem;
    letter-spacing: -.05em;
    margin-bottom: .4rem; }
@media screen and (min-width: 768px) {
  .deal {
    flex-direction: row; }

  .deal-content {
    -ms-flex: 0 0 47.8%;
    flex: 0 0 47.8%;
    max-width: 47.8%;
    padding-top: 1rem;
    padding-bottom: 1rem; }

  .deal-image {
    -ms-flex: 0 0 52.2%;
    flex: 0 0 52.2%;
    max-width: 52.2%; } }
@media screen and (min-width: 1200px) {
  .deal-content {
    padding: 3.5rem 3rem 2rem; }
    .deal-content .btn {
      padding-top: 1.15rem;
      padding-bottom: 1.15rem; }
    .deal-content h4 {
      font-size: 2rem; }
    .deal-content h2 {
      font-size: 4rem; }
    .deal-content .product-title {
      font-size: 2.4rem; }
    .deal-content .product-price {
      font-size: 2.4rem; }

  .deal-countdown .countdown-section {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem; }
  .deal-countdown .countdown-amount {
    font-size: 3rem; } }
