.hero {
  background: url("/assets/img/home/hero/1.jpg");
  background-size: cover;
  background-blend-mode: multiply;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
}

.hero__subtitle {
  font-family: NotoSansCJKtc;
  font-size: 18px;
  color: #fff;
}

.hero__title {
  font-family: NotoSansCJKtc;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  /* padding: 10px 0; */
  margin-bottom: 32px;
}

.hero__cta {
  display: block;
  width: 158px;
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  background-color: #ffad4f;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  color: #111;
}

@media (max-width: 1200px) {
  .hero {
    background: url("/assets/img/home/hero/1.jpg");
    background-size: cover;
    background-blend-mode: multiply;
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
  }

  .hero__subtitle {
    font-size: 16px;
  }

  .hero__title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .hero__cta {
    font-size: 14px;
    font-weight: 500;
  }
}

/*  ===公告=== */

.l-announcement {
  margin-top: 48px;
}

.announcement__row {
  height: 100%;
}
.announcement-card {
  display: flex;
  width: 100%;
  background: #ffad4f;
  padding: 28px 24px;
  margin-bottom: 30px;
  align-items: center;
  text-align: start;
}

.announcement-card:hover {
  background: #000;
  color: white;
}

.announcement-card:hover {
  background: #000;
  color: white;
}

.announcement-card:hover .announcement-icon path {
  fill: white !important;
}

.announcement-icon {
  margin-right: 16px;
  width: 48px;
  height: 48px;
}

.announcement-title {
  font-family: NotoSansCJKtc;
  font-size: 22px;
  font-weight: bold;
}

.announcement-text {
  padding: 6px 0;
}

@media (max-width: 1200px) {
  .l-announcement {
    margin-top: 40px;
  }

  .announcement-card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 6px;
  }

  .announcement-icon {
    margin-right: 0px;
  }
  .announcement-title {
    margin-top: 12px;
  }
}
/* === */

/* ===分類=== */
.l-category {
  margin-top: 104px;
}

.category-card {
  display: flex;
  align-items: center;
  border-radius: 2px;
  border: solid 1px #ddd;
  margin-bottom: 30px;
}

.category-card:hover {
  border: solid 1px #ffad4f;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15);
}

.category-card__img {
  height: 114px;
  width: 100px;
  object-fit: contain;
}

.category-card__title {
  font-size: 20px;
  font-weight: 500;
  margin-left: 8px;
}

@media (max-width: 1200px) {
  .l-category {
    margin-top: 80px;
  }

  .category-card {
    margin-bottom: 16px;
  }

  .category-card__img {
    height: 64px;
    width: 56px;
  }

  .category-card__title {
    font-size: 18px;
  }
}

/* ===特別優惠=== */
.l-special {
  margin-top: 104px;
  padding: 88px 0 104px 0;
  background: url("/assets/img/home/special/bg.png") right bottom no-repeat,
    radial-gradient(
      circle at 50% 50%,
      rgba(255, 255, 255, 0.5),
      rgba(0, 0, 0, 0.5) 56%
    ),
    linear-gradient(to bottom, #222, #222);
}

.special__title {
  font-size: 40px;
  color: #ffad4f;
  font-weight: bold;
  margin-bottom: 30px;
}

.special-card {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}

.special-card--horizontal {
  display: flex;
}

.special-card__img {
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  max-width: 100%;
}

.special-card__img--vertical {
  height: 212px;
  width: 100%;
}

.special-card__img--horizontal {
  height: 329px;
  width: 286px;
  border-right: solid 1px #ddd;
}

.special-card__lable {
  background-image: url("/assets/img/home/special/label.svg");
  position: absolute;
  top: 12px;
  left: -10px;
  color: white;
  object-fit: contain;
  font-size: 22px;
  padding: 4px 25px 12px 25px;
}

.special-card__countdown {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
  margin-top: 24px;
}

@media (max-width: 1200px) {
  .l-special {
    margin-top: 80px;
    padding: 80px 0 120px 0;
  }

  .special__title {
    font-size: 40px;
    color: #ffad4f;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .special-card {
    background: #fff;
    margin-bottom: 30px;
    position: relative;
  }

  .special-card__img--vertical {
    height: 184px;
    width: 100%;
  }

  .special-card__img--horizontal {
    height: 194px;
    width: 124px;
    border-right: none;
  }

  .special-card__lable {
    background-image: url("/assets/img/home/special/label.svg");
    position: absolute;
    top: 8px;
    left: -10px;
    color: white;
    object-fit: contain;
    font-size: 22px;
    padding: 4px 25px 12px 25px;
  }

  .special-card__countdown {
    margin-top: 16px;
    font-size: 12px;
  }
}

/* ===嚴選=== */
.select-cards {
  margin-top: 104px;
  margin-bottom: 104px;
}

@media (max-width: 1200px) {
  .select-cards {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

/*  ===品牌商品=== */
.l-brand {
  margin: 104px 0;
}

.brand__item {
  height: 66px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-bottom: 20px;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .l-brand {
    margin: 80px 0;
  }

  .brand__item {
    height: 59px;
    margin-bottom: 16px;
  }
}

/* ===加入我們=== */
.l-join {
  position: relative;
}

.join__content {
  display: flex;
  padding-bottom: 100px;
}

.join__bg {
  position: absolute;
  background: #ffad4f;
  height: 213px;
  width: 100%;
  bottom: 0;
  z-index: -1;
}

.join__member {
  background: url("/assets/img/home/join/member.png") #eee;
  background-position: right;
  background-repeat: no-repeat;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  color: #111;
  width: 50%;
}

.join__supply {
  background: url("/assets/img/home/join/supply.png") #111;
  background-position: right;
  background-repeat: no-repeat;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  color: white;
  width: 50%;
}

.join__text {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: bold;
}

.join__button {
  font-size: 18px;
  line-height: 56px;
  width: 160px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  color: #111;
  border-radius: 2px;
  background-color: #ffad4f;
}

@media (max-width: 1200px) {
  .join__content {
    flex-direction: column;
    padding-bottom: 80px;
  }

  .join__member {
    width: 100%;
  }

  .join__supply {
    width: 100%;
  }

  .join__text {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .join__button {
    line-height: 48px;
    width: 160px;
  }
}

/* 倒數優惠 */

.countdown__bg {
  display: inline-block;
  border-radius: 2px;
  background-image: linear-gradient(
    to top,
    #6d6d6d,
    #6d6d6d 50%,
    #343434 50%,
    #343434
  );
  font-size: 28px;
  padding: 6px;

  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  font-size: 28px;
  font-weight: bold;
  width: 28px;
  text-align: center;
  color: #ffad4f;
  margin-left: 6px;
}

.countdown__bg + .countdown__bg {
  margin-left: 2px;
}

.countdown__text {
  font-size: 18px;
  font-weight: 500;
  margin-left: 6px;
}

@media (max-width: 1200px) {
  .countdown__bg {
    font-size: 20px;
    padding: 5px 3px;
    font-size: 20px;
    text-align: center;
    margin-left: 4px;
  }

  .countdown__text {
    font-size: 12px;
    margin-left: 4px;
  }
}
/* 倒數優惠 ---end */
