/* DRWU輪播 */
.drwuSwiperA {
  width: 100%;
  position: relative;
}
.drwuSwiperA-slide {
  width: 33% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drwuSwiperA_img {
  width: 100%;
}

@media screen and (max-width: 959px) {
}

/*滿額鋪底*/
.drwuSwiperA_img {
  padding: 2%;
  width: 100%;
}

.drwuSwiperA_color {
  color: #fff;
  background: rgba(214, 6, 32, 0.8);
  width: 5%;
  height: 12%;
}

.drwuSwiperA_safe {
  margin: 2% 10%;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .drwuSwiperA-slide {
    width: 50% !important;
  }
  .drwuSwiperA_color {
    width: 10%;
    height: 30%;
    transform: translateY(-40%);
  }
}

/* 區塊2 / 主打產品區1行2組 */
.seeAll_button {
  width: 40%;
  margin-top: 5%;
  border: none;
  border-radius: 10em;
  padding: 2% 0%;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s; /* 添加平滑效果 */
}

.seeAll_button:hover {
  background-color: #d60620;
  font-weight: bolder;
}

.fa-chevron-right {
  font-size: 14px;
  line-height: 1.5 !important;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 1%;
}

@media screen and (max-width: 959px) {
  .seeAll_button {
    font-size: 4vw;
    width: 50%;
  }
  .fa-chevron-right {
    font-size: 3vw;
    line-height: 1.58 !important;
  }
}

/* 區塊3 / 影片 */
.drwu_videoRight {
  position: absolute;
  top: 2.5%;
  right: 1.875%;
  width: 49%;
  height: 95.2%;
}

/* 共用圖組-影片 */
.drwu_typeB {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.drwu_typeB:hover .typeB_slogan {
  background-color: #f1253e;
}

.drwu_typeB:hover .typeB_priceText1 {
  color: #f1253e;
}

.drwu_typeB:hover .typeB_priceBtn {
  background-color: #f1253e;
}

.typeB_img {
  width: 90%;
  height: auto;
}
.typeB_text {
  width: 100%;
  text-align: center;
  margin-top: 6%;
  font-size: 23px;
}
.typeB_slogan {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #d60620;
  width: 100%;
  margin-top: 3%;
  padding-bottom: 1%;
  transition: background-color 0.3s; /* 添加平滑过渡效果 */
}
.typeB_price {
  display: flex;
  margin-top: 5%;
  align-items: flex-end;
  justify-content: center;
}
.typeB_originalPriceText {
  font-size: 20px;
  padding-bottom: 3%;
  padding-right: 3%;
  text-decoration: line-through;
}
.typeB_priceText1 {
  font-size: 50px;
  font-weight: bold;
  color: #d60620;
  transition: background-color 0.3s; /* 添加平滑过渡效果 */
}
.typeB_priceText2 {
  font-size: 30px;
  font-weight: 500;
}
.typeB_priceBtn {
  font-size: 15px;
  background-color: #d60620;
  color: #fff;
  border: none;
  padding: 5% 10%; /* 按鈕內距 */
  cursor: pointer; /* 鼠标指针样式 */
  margin-left: 4%;
  margin-bottom: 5%;
  align-items: center;
  border-radius: 10em;
  transition: background-color 0.3s; /* 添加平滑效果 */
}

@media screen and (max-width: 959px) {
  .typeB_text {
    margin-top: 3%;
    font-size: 3vw;
  }
  .typeB_slogan {
    font-size: 4vw;
  }
  .typeB_originalPriceText {
    font-size: 3.5vw;
    padding-bottom: 2.5%;
  }
  .typeB_priceText1 {
    font-size: 7vw;
  }
  .typeB_priceText2 {
    font-size: 5vw;
  }
  .typeB_priceBtn {
    font-size: 2vw;
    padding: 3% 6%; /* 按钮內距 */
  }
}

/* 區塊4 / Banner帶品區 */

.drwuSwiperB {
  width: 100%;
  position: relative;
  padding: 2%;
  background-color: #f7f7f7;
}
.drwuSwiperB-slide {
  width: 28% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drwuSwiperB_img {
  width: 100%;
}
.newbom_link {
  display: block;
  width: 100%;
}
.drwuSwiperB-pagination .swiper-pagination-bullet {
  background-color: #d60620;
}
@media screen and (max-width: 959px) {
  .drwuSwiperB-slide {
    width: 40% !important;
  }
}

/* 共用圖組-獨家區 */
.drwu_typeC {
  width: 95%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.drwu_typeC:hover .typeC_slogan {
  background-color: #f1253e;
}

.drwu_typeC:hover .typeC_priceText1 {
  color: #f1253e;
}

.drwu_typeC:hover .typeC_priceBtn {
  background-color: #f1253e;
}

.typeC_img {
  width: 90%;
  height: auto;
  margin-top: 5%;
}
.typeC_text {
  width: 100%;
  text-align: center;
  margin-top: 3%;
  font-size: 16px;
}
.typeC_slogan {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #d60620;
  width: 100%;
  margin-top: 3%;
  padding-bottom: 1%;
  transition: background-color 0.3s; /* 添加平滑过渡效果 */
}
.typeC_price {
  width: 2vw;
  display: flex;
  margin-top: 5%;
  margin-bottom: 5%;
  align-items: flex-end;
  justify-content: center;
}
.typeC_originalPriceText {
  font-size: 16px;
  padding-bottom: 17.5%;
  padding-right: 15%;
  text-decoration: line-through;
}
.typeC_priceBox {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #d60620;
  transition: color 0.3s; /* 添加平滑过渡效果 */
}
.typeC_dollarSign {
  font-size: 25px;
  font-weight: 500;
  transform: translateY(17%);
}
.typeC_priceText {
  font-size: 36px;
}
.typeC_priceBtn {
  font-size: 12px;
  background-color: #d60620;
  color: #fff;
  border: none;
  padding: 20% 40%; /* 按鈕內距 */
  cursor: pointer; /* 鼠标指针样式 */
  margin-left: 30%;
  margin-bottom: 28%;
  display: flex;
  align-items: center;
  border-radius: 10em;
  transition: background-color 0.3s; /* 添加平滑效果 */
}

@media screen and (max-width: 959px) {
  .typeC_text {
    font-size: 2.3vw;
  }
  .typeC_slogan {
    font-size: 3vw;
    margin-top: 3%;
    padding-bottom: 1%;
  }
  .typeC_price {
    width: 2vw;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .typeC_originalPriceText {
    font-size: 2vw;
    padding-bottom: 0.5vw;
    padding-right: 1vw;
    text-decoration: line-through;
  }
  .typeC_dollarSign {
    font-size: 3vw;
    font-weight: 500;
    transform: translateY(17%);
  }
  .typeC_priceText {
    font-size: 5vw;
  }
  .typeC_priceBtn {
    font-size: 1.5vw;
    padding: 0.7vw 1.5vw; /* 按鈕內距 */
    margin-left: 1vw;
    margin-bottom: 1vw;
  }
}

/* 區塊5 / 主打產品區1行1組 */
.drwu_typeA {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 3%;
}
.typeA_left {
  width: 70%;
}
.left_img {
  width: 100%;
  padding: 5%;
}
.typeA_right {
  width: 50%;
  padding: 2%;
}
.typeA_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 3%;
  text-align: left;
  color: #d60620;
}
.typeA_desc {
  font-size: 22px;
  color: rgb(100, 100, 100);
  margin-bottom: 3%;
  text-align: left;
  width: 100%; /* 固定寬度 */
  word-break: break-word; /* 允許在必要時換行 */
  overflow-wrap: break-word; /* 在必要時換行但不分割單詞 */
  white-space: normal; /* 確保白空格處理為正常模式 */
}
.typeA_discount {
  display: flex;
  width: 25%;
  justify-content: center;
  background-color: #d60620;
  color: white;
  position: relative;
  margin-bottom: 3%;
  align-items: center;
}
.discount_arrow {
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 16px solid #d60620; /* 與背景顏色一致 */
}
.discount_origin {
  font-size: 12px;
}
.origin_price {
  font-size: 12px;
  text-decoration: line-through;
}
.origin_text {
  font-size: 12px;
}
.discount_number {
  font-size: 50px;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.discount_text {
  font-size: 26px;
  display: flex;
  align-items: center;
  transform: translateY(8%);
}

.typeA_lastPrice {
  display: flex;
  align-items: flex-end;
  justify-content: left;
  margin-bottom: 5%;
}
.lastPrice_title {
  font-size: 20px;
}
.lastPrice_number {
  font-size: 24px;
}
.lastPrice_set {
  font-size: 20px;
  margin-right: 7%;
}
.lastPrice_price {
  font-size: 60px;
  font-weight: 600;
  transform: translateY(15%);
  color: #d60620;
}
.lastPrice_price_sign {
  font-size: 30px;
  font-weight: 500;
}
.typeA_get {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  cursor: pointer;
}
.typeA_btn {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .typeA_left {
    width: 50%;
  }
  .left_img {
    padding: 1%;
  }
  .typeA_discount {
    width: 50%;
  }
  .typeA_title {
    font-size: 4vw;
  }
  .typeA_desc {
    font-size: 2.5vw;
  }
  .typeA_discount {
    width: 35%;
  }
  .origin_price {
    font-size: 1.6vw;
  }
  .origin_text {
    font-size: 2vw;
  }
  .typeA_lastPrice {
    transform: translateY(-30%);
    margin-bottom: 0%;
  }
  .discount_number {
    font-size: 6.5vw;
    transform: translateY(-1%);
    padding: 0% 1.5%;
  }
  .discount_text {
    font-size: 4vw;
    transform: translateY(4%);
  }
  .discount_arrow {
    border-top: 4.1vw solid transparent;
    border-bottom: 4.1vw solid transparent;
  }
  .lastPrice_title {
    font-size: 3vw;
  }
  .lastPrice_number {
    font-size: 4vw;
    transform: translateY(4%);
  }
  .lastPrice_set {
    font-size: 3vw;
    margin-right: 5%;
  }
  .lastPrice_price_sign {
    font-size: 4vw;
  }
  .lastPrice_price {
    font-size: 8vw;
    letter-spacing: -0.2vw;
  }
}

/* 區塊6 / 按鈕swiper */
.drwu_banner {
  width: 100%;
}
.drwuSwiperC {
  width: 100%;
  position: relative;
  padding: 2%;
  background-color: rgb(247, 247, 247);
}
.drwuSwiperC-slide {
  width: 28% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drwuSwiperC_img {
  width: 100%;
}
.drwuSwiperC-pagination .swiper-pagination-bullet {
  background-color: #d60620;
}
@media screen and (max-width: 959px) {
  .drwuSwiperC-slide {
    width: 40% !important;
  }
}

/* 區塊7 / 步驟區 */
.stepArea {
  display: flex;
  width: 100%;
  margin-top: 2%;
}
.stepArea_left {
  width: 40%;
}
.step_img {
  width: 100%;
}
.drwuSwiperD {
  width: 60%;
  position: relative;
  padding: 1.5%;
}
.drwuSwiperD-slide {
  width: 40% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drwuSwiperD-pagination .swiper-pagination-bullet {
  background-color: #d60620;
}
.stepArea_btn {
  margin-top: 5%;
  width: 30%;
  margin-bottom: 5%;
}

/* 區塊11 / 商品系列 */
.drwuSwiperE {
  width: 100%;
  position: relative;
  padding: 1.5%;
}
.drwuSwiperE-slide {
  width: 30% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiperE_link {
  display: block;
  width: 100%;
}
.drwuSwiperE-pagination .swiper-pagination-bullet {
  background-color: #d60620;
}

/* 介紹組圖 */
.intro_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.intro_img {
  width: 100%;
  margin: 3% 0%;
  padding: 0% 1.5%;
}
.intro_title {
  display: flex;
  justify-content: center;
  width: 20px;
  white-space: nowrap;
  font-size: 20px;
  margin: 3% 0%;
}
@media screen and (max-width: 959px) {
  .intro_title {
    font-size: 2vw;
  }
}

/* 區塊10 / 品牌故事區 */
.drwu_brand {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #d60620;
}
.brand_left {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.brand_img_pc {
  width: 50%;
  padding: 2%;
  display: block;
}
.brand_img_mo {
  display: none;
}
.brand_right {
  width: 50%;
  padding: 2%;
}
.brand-area {
  width: 50%;
}
.brand_tag {
  font-size: 15px;
  text-align: left;
  letter-spacing: 3px;
  color: #fff;
}
.brand_title {
  font-size: 42px;
  text-align: left;
  color: #fff;
}
.brand_text {
  margin-top: 3%;
  font-size: 16px;
  text-align: justify;
  color: #fff;
  letter-spacing: 2px;
}

@media screen and (max-width: 959px) {
  .brand_img_pc {
    display: none;
  }
  .brand_img_mo {
    display: block;
    width: 100%;
    padding: 2%;
  }

  .drwu_brand {
    flex-direction: column;
  }
  .brand_left {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .brand_right {
    display: flex;
    width: 100%;
    padding: 4%;
    margin-bottom: 3%;
  }
  .brand-area {
    width: 100%;
  }
  .brand_tag {
    font-size: 2vw;
  }
  .brand_title {
    font-size: 7vw;
  }
  .brand_text {
    font-size: 3.5vw;
  }
}
