a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}

p {
  font-size: 16px;
}

.PConly {
  display: block;
}
.Mobonly {
  display: none !important;
}

.mark_btn {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: #7f0019;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.min-h-40 {
  min-height: 40px;
}
.min-h-65 {
  min-height: 65px;
}

.min-height-banner-p .home-content {
  padding: 46px 0px;
}

.prowidth {
  width: 80%;
  margin: 0 auto;
}

.activity-img {
  width: 100%;
}

.mt-act {
  margin-top: 65px;
}

#market {
  /* margin-bottom: 65px; */
}

.mb-20.mb-xs-2 {
  margin-bottom: 5px !important;
}

.bg-muji {
  background-color: #7f0019;
}
.muji_color {
  color: #7f0019;
}

#activity-3 h3 {
  font-size: 36px;
}

#activity-3 h3 span {
  font-size: 40px;
}

#services .section-title {
  font-size: 40px;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  font-weight: 900;
}

#services .services-title {
  font-weight: 900;
}

.sf-heading.-h3 {
  font-size: 24px;
  font-weight: 900;
}

#globalHeader .headerWrap {
  width: 90%;
  margin: 0 auto;
  position: relative;
  max-width: 1024px;
}

.muji-color {
  color: #7f0019 !important;
}

.couponBox h3.bouns-title {
  font-size: 20px;
  padding-top: 60px;
  margin-bottom: 5px !important;
}

.page-section .categoryBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0px;
  gap: 20px;
  flex-wrap: wrap;
}

.fare-padding {
  padding: 50px 70px;
}
.fare-box {
  background-color: #fff;
  padding: 24px;
  justify-content: space-between;
}

.fare-box .activity-item-content {
  width: 35%;
  padding: 0px 0px;
}

.fare-box .sf-button.-secondary.productsItemCta {
  background-color: #3c3c43;
  color: #fff;
  font-size: 16px;
  padding: 10px 6px;
  font-weight: 900;
  border: none;
  width: 80%;
}

.fare-box .sf-button.-secondary:hover {
  background-color: #5e5e66;
  border: none;
}

.coming-soon {
  /* background-color: #f7f7f7;
  text-align: center;
  padding: 60px 20px;
  font-family: 'Noto Sans TC', sans-serif; */
  margin-bottom: 40px;
}

.coming-soon .en {
  color: #9d9da0;
  font-size: 24px;
  margin-bottom: 6px;
  font-weight: 900;
}

.coming-soon .zh {
  color: #9d9da0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
}

.coming-soon span {
  font-weight: 900;
  font-size: 26px;
}

.coming-soon span b {
  font-size: 24px;
}

.coming-soon .hint {
  margin: 34px 0 12px;
  color: #9d9da0;
  font-size: 20px;
  font-weight: 900;
}

.bottle-wrap {
  display: flex;
  justify-content: center;
}

.bottle-img {
  width: 80%;
  max-width: 100%;
  height: auto;
  opacity: 0.95;
}

.shipping-info {
  padding: 0px 70px;
}

.shipping-change {
  padding: 20px 0px 60px 0px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.table-block {
  width: calc(50% - 20px);
}

.table-block h4 {
  font-size: 16px;
  color: #000;
  margin-bottom: 14px;
  font-weight: 900;
}

.shipping-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 16px;
}

.shipping-table th {
  background: #76767b;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #d8d8d9;
  border-right: 1px solid #d8d8d9;
  padding: 10px 0;
}

.shipping-table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #d8d8d9;
  padding: 10px 8px;
  color: #3c3c43;
  background: #fff;
  font-weight: 700;
  vertical-align: middle;
}

.shipping-table td:last-child {
  border-right: none;
}

.shipping-table tr:last-child td {
  border-bottom: none;
}

.delivery-scene {
  text-align: center;
}

.car-row {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  gap: 30px;
}

.carimg {
  width: auto;
  height: 60px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease forwards;
}

/* 一個接一個出現的延遲 */
.carimg-1 {
  width: 300px;
  animation-delay: 0.2s;
}
.carimg-2 {
  width: 75px;
  animation-delay: 0.8s;
}
.carimg-3 {
  width: 100px;
  animation-delay: 1.4s;
}
.carimg-4 {
  width: 50px;
  animation-delay: 2s;
}
.carimg-5 {
  width: 45px;
  animation-delay: 2.6s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ＝＝ */

.rank-section {
  position: relative;
}
.rank-section .rank-ellipse {
  position: relative;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  height: 50px;
  background: #fff;
  color: #3c3c43;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  z-index: 15;
  border: 3px solid #7f0019;
  border-radius: 50px;
  margin-bottom: 15px;
}

.rank-section .couponBox h3 {
  font-size: 24px;
}

.rank-crown {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.rank-crown img {
  width: 50px;
  height: auto;
  display: block;
}

#rank .productList {
  margin-top: 90px;
}

#rank .sf-simpleBff_productsItemHeading {
  min-height: 45px;
}

#rank .sf-simpleBff_productsItemPrice {
  margin-top: 20px;
  margin-bottom: 0px;
}

/* == */

img.arrow-white {
  width: 18px;
  vertical-align: sub;
}

.couponBox h3.do-title {
  font-size: 30px;
  margin-bottom: 70px !important;
}

.categoryList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background-color: #f9f9f9;
  padding-right: -calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: -calc(var(--bs-gutter-x) * 0.5) !important;
  width: 23%;

  position: relative;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
}

.activity-box {
  gap: 20px;
}

.activity-item-img {
  width: 60%;
}
.activity-item-content {
  width: 40%;
  padding: 0px 60px;
}

.categoryList a {
  display: contents;
  -webkit-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.categoryList .categoryL {
  display: flex;
  align-items: center;
  width: 30%;
}
.categoryList .categoryL img {
  width: 100%;
  transform: translateZ(0.1px);
  transition: all 0.5s var(--ease-out-short);
}

.categoryList a:hover .categoryL img {
  transform: scale(1.05) translateZ(0.1px);
}

.categoryList .categoryR {
  font-size: 1rem;
  font-weight: bold;
  width: 65%;
}
.categoryList .categoryR span {
  display: block;
}

@keyframes bounceDown {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40%,
  60% {
    transform: translateY(10px);
  }
}

/* .menu a:hover .mi-chevron-down */
.saleBox:hover .mi-chevron-down {
  animation: bounceDown 1s infinite;
}
.saleBox i {
  font-size: 25px;
}

.menu {
  position: relative;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 1000;
  transition: all 0.3s ease;
  display: none;
}

.menu a {
  padding-bottom: 0.5rem;
  line-height: 0.5;
  font-weight: 700;
  font-size: 16px;
}

.menu a i {
  font-size: 22px;
}

.menu li.active {
  border-bottom: 2px solid #3c3c43;
}

.menu.fixed {
  position: fixed;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: block;
}

.menu ul {
  display: flex;
  margin: 0px;
  padding: 0.5rem 0.5rem 0px 0.5rem;
  justify-content: space-around;
  align-items: center;
}

.menu ul li {
  text-align: center;
  position: relative;
  width: 25%;
}

.menu li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0px;
  height: 90%;
  width: 1px;
  background-color: #eee;
}

.oneBox {
  position: relative;
  display: inline-block;
}
.oneBox .candle {
  position: absolute;
  top: -35%;
  left: 25%;
  width: 40px;
}

.oneBox .oneIcon {
  width: 50px;
  display: inline-block;
  vertical-align: bottom;
  /* margin: 0px 14px 0px 10px; */
}

#about .section-title-small {
  font-weight: 900;
  color: #3c3c43;
  letter-spacing: 1px;
  font-size: 36px;
}

img.ribbons {
  position: absolute;
  top: 0;
  left: 0;
}

.activity-accordion .toggle {
  /* border-bottom: none; */
  border-top: 2px solid #e0ceaa;
  border-bottom: 2px solid #e0ceaa;
}
.activity-accordion .toggle > dt > a {
  display: inline-block !important;
  padding: 20px 20px 20px 20px;
  border-top: none;
}

.activity-accordion .toggle > dd {
  margin: 42px auto 100px auto;
  margin-bottom: 0px;
  width: 80%;
}

.toggle-close {
  margin-top: 20px;
  margin-bottom: 20px;
}

.toggle-close .close-btn {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
}

.markupBox {
  position: relative;
}

.markupBox .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  z-index: 999;
}

.markupBox .overlay span {
  font-size: 40px;
}

.activity-accordion {
  margin-top: 64px;
}

.activity-accordion .toggle h4 {
  font-size: 20px;
  font-weight: 900;
}

.activity-accordion .toggle > dd {
  font-size: 16px;
}

.activity-accordion .toggle > dd ol {
  list-style: auto;
  padding-left: 0;
  list-style-position: inside;
}

.couponBox .work-title {
  background: #f4eede;
  padding: 9px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  position: relative;
}

.couponBox .work-title::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: -12px;
  left: 45%;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 16px solid #f4eede;
}

.couponBox .work-title strong {
  font-weight: 900;
  font-size: 17px;
}

.couponBox .work-intro {
  padding: 25px 10px 0px 10px;
}

.couponBox .activity-title {
  width: 360px;
  margin: 0 auto 30px auto;
  position: relative;
}

.couponBox .activity-title .title-finger {
  position: absolute;
  bottom: -1px;
  right: 34px;
  width: 45px;
}

/* @keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.couponBox .activity-title .title-finger {
  position: absolute;
  top: 0px;
  right: 18px;
  width: 40px;
  animation: fadeInUpCustom 1.5s ease forwards;
  animation-delay: 1s;
} */

.couponBox .activity-title.pin-title {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  margin: 0px;
}

img.tape {
  width: 360px;
}

.activity-title p {
  position: absolute;
  top: 54%;
  left: 40px;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 900;
  color: white;
  margin-bottom: 0px;
}

.couponBox h3 {
  font-size: 26px;
  letter-spacing: 1px;
  position: relative;
  font-weight: 900;
  color: #1d1d1f;
}

p .label-s {
  color: #3c3c43;
  background: #e0ceaa;
  font-size: 18px;
  padding: 7px 10px;
  border-radius: 2px;
  margin-right: 10px;
}

.line {
  width: 4px;
  background-color: #3c3c43;
  position: absolute;
  transform-origin: bottom;
}

.line1 {
  height: 50px;
  left: 30%;
  top: 22px;
  transform: rotate(-28deg);
  animation: stretch1 1s infinite alternate;
}

.line2 {
  height: 100px;
  left: 28%;
  top: -16px;
  transform: rotate(-45deg);
  animation: stretch2 1s infinite alternate;
}

.line3 {
  height: 50px;
  right: 30%;
  top: 22px;
  transform: rotate(28deg);
  animation: stretch3 1s infinite alternate;
}

.line4 {
  height: 100px;
  right: 28%;
  top: -16px;
  transform: rotate(45deg);
  animation: stretch4 1s infinite alternate;
}

@keyframes stretch1 {
  0% {
    transform: rotate(-28deg) scaleY(1);
  }
  100% {
    transform: rotate(-28deg) scaleY(0.8);
  }
}

@keyframes stretch2 {
  0% {
    transform: rotate(-45deg) scaleY(1);
  }
  100% {
    transform: rotate(-45deg) scaleY(0.8);
  }
}

@keyframes stretch3 {
  0% {
    transform: rotate(28deg) scaleY(1);
  }
  100% {
    transform: rotate(28deg) scaleY(0.8);
  }
}

@keyframes stretch4 {
  0% {
    transform: rotate(45deg) scaleY(1);
  }
  100% {
    transform: rotate(45deg) scaleY(0.8);
  }
}

.lineLeftT {
  border-radius: 5px;
  height: 24px;
  left: 33%;
  top: -20px;
  transform: rotate(313deg);
  animation: lineLeftT1 1s infinite alternate;
}
.lineLeftC1 {
  border-radius: 5px;
  height: 24px;
  left: 32.5%;
  top: -8px;
  transform: rotate(285deg);
  animation: lineLeftC1 1s infinite alternate;
}
.lineLeftC2 {
  border-radius: 5px;
  height: 24px;
  left: 32.5%;
  bottom: 18px;
  transform: rotate(254deg);
  animation: lineLeftC2 1s infinite alternate;
}
.lineLeftB {
  border-radius: 5px;
  height: 24px;
  left: 33%;
  bottom: 3px;
  transform: rotate(228deg);
  animation: lineLeftB 1s infinite alternate;
}

.lineRightT {
  border-radius: 5px;
  height: 24px;
  right: 33%;
  top: -20px;
  transform: rotate(-313deg);
  animation: lineRightT1 1s infinite alternate;
}
.lineRightC1 {
  border-radius: 5px;
  height: 24px;
  right: 32.5%;
  top: -8px;
  transform: rotate(-285deg);
  animation: lineRightC1 1s infinite alternate;
}
.lineRightC2 {
  border-radius: 5px;
  height: 24px;
  right: 32.5%;
  bottom: 18px;
  transform: rotate(-254deg);
  animation: lineRightC2 1s infinite alternate;
}
.lineRightB {
  border-radius: 5px;
  height: 24px;
  right: 33%;
  bottom: 3px;
  transform: rotate(228deg);
  animation: lineRightB 1s infinite alternate;
}

@keyframes lineLeftT1 {
  0% {
    transform: rotate(313deg) scaleY(1);
  }
  100% {
    transform: rotate(313deg) scaleY(0.8);
  }
}
@keyframes lineLeftC1 {
  0% {
    transform: rotate(285deg) scaleY(1);
  }
  100% {
    transform: rotate(285deg) scaleY(0.8);
  }
}
@keyframes lineLeftC2 {
  0% {
    transform: rotate(254deg) scaleY(1);
  }
  100% {
    transform: rotate(254deg) scaleY(0.8);
  }
}
@keyframes lineLeftB {
  0% {
    transform: rotate(228deg) scaleY(1);
  }
  100% {
    transform: rotate(228deg) scaleY(0.8);
  }
}

@keyframes lineRightT1 {
  0% {
    transform: rotate(-313deg) scaleY(1);
  }
  100% {
    transform: rotate(-313deg) scaleY(0.8);
  }
}
@keyframes lineRightC1 {
  0% {
    transform: rotate(-285deg) scaleY(1);
  }
  100% {
    transform: rotate(-285deg) scaleY(0.8);
  }
}
@keyframes lineRightC2 {
  0% {
    transform: rotate(-254deg) scaleY(1);
  }
  100% {
    transform: rotate(-254deg) scaleY(0.8);
  }
}
@keyframes lineRightB {
  0% {
    transform: rotate(-228deg) scaleY(1);
  }
  100% {
    transform: rotate(-228deg) scaleY(0.8);
  }
}

.productList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0 0px;
  width: 100%;
}
.productList .productItem {
  width: calc(20% - 20px);
}

.productList .productItem.pitem-2 {
  width: calc(50% - 20px);
}

.productList .productItem.pitem-3 {
  width: calc(20% - 20px);
}

.productList .productItem.pitem-6 {
  width: calc(20% - 20px);
}

.productList.proCol-5 .productItem {
  width: calc(16.666% - 20px);
}

.call-action-4-image-2.clothesText {
  background: #fff;
  z-index: 990;
  width: 33%;
  height: auto;
  bottom: 10%;
  padding: 3rem 1.75rem;
}

.newText {
  font-size: 30px;
  font-weight: 700;
}

ul.tag-category {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  font-size: 13px;
  flex-wrap: wrap;
  width: 80%;
  margin: 1rem auto;
}

ul.tag-category li {
  padding: 2px 8px;
  font-weight: 600;
}

ul.tag-category li:nth-child(1) {
  background: #e3b34d;
}
ul.tag-category li:nth-child(2) {
  background: #d8b58b;
}
ul.tag-category li:nth-child(3) {
  background: #d9bcb7;
}
ul.tag-category li:nth-child(4) {
  background: #6c745d;
}
ul.tag-category li:nth-child(4) a {
  color: #fff;
}

.markupBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px auto;
  padding: 2rem 10rem;
  position: relative;
}

.recommend-icon {
  position: absolute;
  top: -20px;
  right: 100px;
  color: var(-color-dark-1);
  pointer-events: none;
}

.text-container {
  flex: 2;
  padding-right: 20px;
}

.img-container {
  flex: 1;
  text-align: center;
}

.img-container img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .markupBox {
    flex-direction: column;
  }
  .img-container {
    order: -1;
  }

  .text-container {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

img.vector {
  position: relative;
  top: 10px;
  left: 20px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

img.subtract {
  width: 38px;
  position: absolute;
  bottom: 2%;
  animation: blink 2s ease-in-out infinite;
}

img.subtract.subtract-l {
  left: 34%;
}
img.subtract.subtract-r {
  right: 33%;
}

.tabBox h4.post-prev-title {
  padding: 0;
}

.tabBox .post-prev-img {
  margin-bottom: 10px;
  border-radius: 0;
}

.tabBox .post-prev-container:before {
  display: none;
}
.tabBox h4.post-prev-title {
  font-size: 16px;
  position: relative;
  font-weight: 600;
}

#market .work-full-slider .owl-pagination,
.content-slider .owl-pagination {
  bottom: -35px;
}

#market .owl-page span {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  border: none;
  background: #c4c4c6;
  box-shadow: 0 0 0 2px #fff, 0 0 0 2px #fff;
}

#market .owl-page.active span {
  background: #3c3c43;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #000;
}

#market .owl-buttons {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15%;
  margin: 0px auto;
}

#market .owl-prev,
#market .owl-next {
  width: 12px;
  height: 12px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 0px;
}

#market .owl-prev svg,
#market .owl-next svg {
  display: none; /* 如果你用自己的箭頭圖 */
}

/* 分別換成左右箭頭圖 */
#market .owl-prev {
  background-image: url('../images/arrow-l.svg');
}
#market .owl-next {
  background-image: url('../images/arrow-r.svg');
}

/* pagination 點點 */
#market .owl-pagination {
  position: absolute;
  bottom: -45px; /* 跟箭頭同一行 */
  left: 50%;
  transform: translateX(-50%);
}

.couponBox h3.post-prev-2-title {
  font-size: 20px;
  position: relative;
  font-weight: 600;
}

.couponBox h3.post-prev-2-title span {
  font-size: 20px;
  background-color: #f4eede;
  color: var(--color-dark-1);
  padding: 4px 8px;
  margin-right: 10px;
  vertical-align: middle;
}

.couponBox h3.post-prev-2-title b span {
  font-size: 22px;
  background: none;
  color: #7f0019;
  padding: 0px 1px;
  margin-right: 0px;
  position: relative;
  bottom: 2px;
}

.couponBox h3.post-prev-2-title span.webCart {
  background-color: #7f0019;
  color: #fff;
}

.couponBox .post-prev-2-img {
  margin-bottom: 10px;
}

.tabBox .nav-tabs {
  display: flex;
  justify-content: space-between;
}

.tabBox .nav-item {
  flex: 1;
  text-align: center;
}

.tabBox .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.tabBox .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #ebebec;
  font-weight: 600;
  font-size: 16px;
}

.tabBox .tpl-tabs > li > .nav-link.active {
  border-top: 2px solid #e0ceaa;
  color: var(--color-dark-1) !important;
}

.tabBox .tab-content {
  border-top: 1px solid rgb(221, 221, 221);
  margin-top: -1px;
  padding-top: 3rem;
}

.tabBox .container {
  /* padding-left: 64px; */
  /* padding-right: 64px; */
}
.tabBox .tab-pane {
  /* margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  max-width: 1320px; */
}

#marquee-section h3,
.feedbackBox h3 {
  font-size: 24px;
  position: relative;
  font-weight: 900;
  line-height: 1.5;
}

.bubbleBox {
  display: flex;
  flex-wrap: wrap;
}

.bubbleBox .buCol {
  /* padding: 1.25rem 0; */
  margin: 2rem 0;
  display: flex;
  justify-content: flex-start;
}

.bubbleBox .buCol:nth-child(1) {
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 4rem;
  margin-bottom: 0px;
}

.bubbleBox .buCol:nth-child(2) {
  margin-top: 0px;
  padding-left: 1rem;
}

.bubbleBox .buCol:nth-child(3) {
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 1rem;
  margin-bottom: 0px;
}

.bubbleBox .buCol:nth-child(4) {
  padding-left: 4rem;
}

.bubbleBox .buCol:nth-child(5) {
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 8rem;
  margin-bottom: 0px;
}

.speech-bubble {
  padding: 15px 20px;
  background-color: #f3f3f3;
  position: relative;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
}

.speech-bubble.bor-l {
  border-radius: 10px 10px 0px 10px;
}
.speech-bubble.bor-r {
  border-radius: 10px 10px 10px 0px;
}

.bubble1 {
  background-color: #eac0ca;
  max-width: 390px;
}
.bubble2 {
  background-color: #d6e3a2;
  max-width: 280px;
}
.bubble3 {
  background-color: #ebd5ab;
  max-width: 390px;
}
.bubble4 {
  background-color: #c4dced;
  max-width: 330px;
  max-height: 75px;
}
.bubble5 {
  background-color: #f3bfb3;
  max-width: 390px;
}
.bubble6 {
  background-color: #d3c1cd;
  max-width: 390px;
}

.speech-bubble span {
  display: flex;
  vertical-align: middle;

  font-size: 16px;
}

.speech-bubble span:first-child {
  margin-right: 15px;
}

img.people-icon {
  max-width: 90px !important;
}

.call-action-4-image-1 img {
  width: 100%;
}

.sf-commonBanner_items {
  padding: 0px;
}

.sf-button.-secondary {
  background-color: #f4eede;
  border: 1px solid #f4eede;
  color: #666;
  font-weight: 600;
}

.sf-button.-secondary:hover {
  background-color: #e0ceaa;
  border: 1px solid #e0ceaa;
}

.commitem_text {
  font-size: 14px;
  color: #666;
}

.home-content h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 1.5;
}
.banner-container {
  position: relative;
  width: 600px;
  height: 200px;
}

.curve {
  position: absolute;
  width: 360px;
}

.curve.lag-line-l {
  top: -1%;
  left: -1%;
}
.curve.lag-line-r {
  top: -1%;
  right: -1%;
}

.year-images img {
  width: 470px;
  z-index: 9999;
  position: relative;
  margin: 0px auto;
}

.lottie-container {
  opacity: 0.8;
  position: absolute;
  top: -20%;
  left: 25%;
}

@keyframes fadeIn {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

.lottie-container #myPlayer {
  width: 800px;
  height: 800px;
}

.post-prev-2-title a {
  position: absolute;
}

img.bn-icon-1 {
  width: 390px;
  position: absolute;
  bottom: 12%;
  left: 3%;
}
img.bn-icon-2 {
  width: 390px;
  position: absolute;
  bottom: 12%;
  right: 1%;
}

#home .bnText p {
  font-size: 18px;
  font-weight: 900;
  color: #1d1d1f;
  background: #f4eede;
  margin: 0px;
  border-radius: 5px;
  padding: 10px;
}

#home .pb-sm-120 {
  padding-bottom: 60px !important;
}

.backToUp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
}

.link-to-top i {
  color: #7f0019;
  transform: rotate(0deg) translateZ(0);
  transition: transform 0.5s ease-in-out;
}

.link-to-top:before {
  background: none;
  border: 1px solid #7f0019;
}

.link-to-top:hover i {
  transform: rotate(360deg) translateZ(0);
}

.home-section {
  z-index: 9999;
}

.sf-u-contents_desktop {
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* max-width: calc(1072px + var(--space-h-s) + var(--space-h-s)); */
  /* padding-left: var(--space-h-s); */
  /* padding-right: var(--space-h-s); */
  max-width: var(--container-width);
  padding: 0 45px;
  margin: var(--space-v-xxxxl) auto;
}

/* alert */
.alert-overlay {
  display: none; /* 默認不顯示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 黑色透明 */
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* 彈出框 */
.alert-box {
  position: relative;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 300px;
}

/* 右上角的 X 按鈕 */
/* .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #555;
}

.close-btn:hover {
  color: #e74c3c;
} */

/* 彈出框內按鈕 */
.alert-box button {
  padding: 10px 20px;
  margin-top: 10px;
  background-color: #3498db;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.alert-box button:hover {
  background-color: #2980b9;
}

@media (min-width: 1061px) and (max-width: 1119px) {
  .PConly {
    display: none !important;
  }
  .Mobonly {
    display: block !important;
  }
  .curve {
    position: absolute;
    width: 160px;
  }

  .services-tabs > li {
    margin-bottom: 0.75rem !important;
  }
  .page-section,
  .split-column-left,
  .split-column-right {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  #about.page-section {
    padding-top: 70px !important;
  }

  .sf-u-contents_desktop {
    padding: 0 20px;
  }

  .bubbleBox .buCol:nth-child(5) {
    padding-right: 4rem;
  }

  #activity-1 .section-title-tiny {
    font-size: 20px;
  }
  #activity-1 .p-5 {
    padding: 1.2rem !important;
  }
  #activity-3 h3 {
    font-size: 30px;
  }
  #services .section-title {
    font-size: 30px;
  }

  .menu ul {
    display: flex;
    margin: 0;
    padding: 0.5rem;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    /* scroll-behavior: smooth; */
  }

  .menu ul li {
    flex: 0 0 auto;
    min-width: 160px;
    text-align: center;
    position: relative;
  }

  .menu ul::-webkit-scrollbar {
    display: none;
  }

  .menu a {
    font-size: 16px;
  }

  .feedbackBox h3 {
    font-size: 24px;
  }
  .couponBox h3.post-prev-2-title {
    font-size: 18px;
    margin-bottom: 2.5rem;
  }

  .year-images img {
    width: 260px;
  }

  .lottie-container {
    top: -5%;
    left: -15%;
  }

  .lottie-container #myPlayer {
    width: 500px;
    height: 500px;
  }
  .home-content h1 {
    font-size: 38px;
  }

  .saleCoupon .saleBox {
    display: flex;
    width: 50%;
  }
  img.ribbons {
    width: 60px;
  }
  .saleCoupon .alt-features-item.box-shadow {
    padding: 30px 10px;
    min-width: 160px;
    height: 160px;
  }
  .alt-features-title {
    font-size: 18px !important;
    line-height: 1.5;
  }

  .couponBox h3 {
    font-size: 26px;
  }
  .couponBox h3 span {
    font-size: 33px;
  }

  .line1 {
    left: -1%;
    top: 22px;
  }
  .line2 {
    left: -2%;
    top: -16px;
  }
  .line3 {
    right: -1%;
    top: 22px;
  }
  .line4 {
    right: -2%;
    top: -16px;
  }

  .call-action-4-image-2 {
    position: relative !important;
  }
  .couponBox .call-action-4-image-1 {
    width: 100%;
  }

  .call-action-4-image-2.clothesText {
    background: #fff;
    z-index: 990;
    width: 100%;
    height: auto;
    bottom: 10%;
    padding: 0rem;
    margin-top: 2rem;
  }

  .img-container img {
    width: 75% !important;
  }
  .productList .productItem {
    width: calc(50% - 20px);
  }

  .lineLeftT {
    left: 35%;
    top: -20px;
  }
  .lineLeftB {
    left: 35%;
    bottom: 12px;
  }

  .lineRightT {
    right: 35%;
    top: -20px;
  }
  .lineRightB {
    right: 35%;
    bottom: 12px;
  }

  .markupBox {
    padding: 2rem 5rem;
  }

  .productList {
    gap: 15px;
    padding: 0 0px;
  }

  .recommend-icon {
    top: -12px;
    right: -5px;
    width: 115px;
  }

  .recommend-icon img {
    width: 120px;
  }

  img.subtract {
    width: 20px;
    bottom: -5%;
  }
  img.subtract.subtract-l {
    left: 0%;
  }
  img.subtract.subtract-r {
    right: 0%;
  }

  .tabBox .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tabBox .nav-link {
    padding: 0.5rem 0.5rem;
  }

  .tpl-tabs li .nav-link.active {
    border-radius: 0px !important;
  }
  .tabBox .tab-pane {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabBox .post-prev {
    width: 20%;
  }

  .bubbleBox .buCol:nth-child(1) {
    padding-right: 1rem;
    margin-bottom: 2rem;
  }
  .bubbleBox .buCol:nth-child(3) {
    margin-top: 0rem;
    margin-bottom: 0px;
  }
  .bubbleBox .buCol:nth-child(4) {
    margin-bottom: 0px;
  }
  .services-tabs > li > a {
    font-weight: 700;
    font-size: 22px;
  }
  .categoryList {
    width: 23%;
  }

  .categoryList .categoryR {
    width: 65%;
  }
}

.otherItem {
  max-width: 93.98148%;
}
.otherItem__bff .sf-simpleBff_products:has(> div:first-child:nth-last-child(3)),
.otherItem__bff .sf-simpleBff_products:has(> div:first-child:nth-last-child(4)) {
  justify-content: center;
}
.otherItem__bff .sf-simpleBff_productsItem:first-child:nth-last-child(3),
.otherItem__bff .sf-simpleBff_productsItem:first-child:nth-last-child(3) ~ *,
.otherItem__bff .sf-simpleBff_productsItem:first-child:nth-last-child(4),
.otherItem__bff .sf-simpleBff_productsItem:first-child:nth-last-child(4) ~ * {
  /* flex-direction: column; */
  /* max-width: 184px; */
  width: calc(33.33333% - 16px) !important;
}
.otherItem__bff
  .sf-simpleBff_productsItem:first-child:nth-last-child(3)
  .sf-simpleBff_productsItemBody,
.otherItem__bff
  .sf-simpleBff_productsItem:first-child:nth-last-child(3)
  .sf-simpleBff_productsItemHead,
.otherItem__bff
  .sf-simpleBff_productsItem:first-child:nth-last-child(3)
  ~ *
  .sf-simpleBff_productsItemBody,
.otherItem__bff
  .sf-simpleBff_productsItem:first-child:nth-last-child(3)
  ~ *
  .sf-simpleBff_productsItemHead,
.otherItem__bff
  .sf-simpleBff_productsItem:first-child:nth-last-child(4)
  .sf-simpleBff_productsItemBody,
.otherItem__bff
  .sf-simpleBff_productsItem:first-child:nth-last-child(4)
  .sf-simpleBff_productsItemHead,
.otherItem__bff
  .sf-simpleBff_productsItem:first-child:nth-last-child(4)
  ~ *
  .sf-simpleBff_productsItemBody,
.otherItem__bff
  .sf-simpleBff_productsItem:first-child:nth-last-child(4)
  ~ *
  .sf-simpleBff_productsItemHead {
  max-width: 100%;
  width: 100% !important;
}
.otherItem__bff
  .sf-simpleBff_productsItem:first-child:nth-last-child(3)
  .sf-simpleBff_productsItemBody,
.otherItem__bff
  .sf-simpleBff_productsItem:first-child:nth-last-child(3)
  ~ *
  .sf-simpleBff_productsItemBody,
.otherItem__bff
  .sf-simpleBff_productsItem:first-child:nth-last-child(4)
  .sf-simpleBff_productsItemBody,
.otherItem__bff
  .sf-simpleBff_productsItem:first-child:nth-last-child(4)
  ~ *
  .sf-simpleBff_productsItemBody {
  padding: 15px !important;
}
.otherItem__bff
  .sf-simpleBff_productsItem:first-child:nth-last-child(3)
  .sf-simpleBff_productsItemFavoriteIcon,
.otherItem__bff
  .sf-simpleBff_productsItem:first-child:nth-last-child(3)
  ~ *
  .sf-simpleBff_productsItemFavoriteIcon,
.otherItem__bff
  .sf-simpleBff_productsItem:first-child:nth-last-child(4)
  .sf-simpleBff_productsItemFavoriteIcon,
.otherItem__bff
  .sf-simpleBff_productsItem:first-child:nth-last-child(4)
  ~ *
  .sf-simpleBff_productsItemFavoriteIcon {
  height: 32px !important;
  width: 32px !important;
}
.otherItem__bff .sf-simpleBff_productsItemHead {
  max-width: 184px;
  width: 46.93878%;
}
.otherItem__bff .sf-simpleBff_productsItemBody {
  padding: 0 15px !important;
  width: 53.06122%;
}

.sf-simpleBff[data-product-type='column'] .sf-simpleBff_productsItemBody {
  justify-content: center;
  margin-top: 0;
}

.sf-simpleBff[data-product-type='column'] .sf-simpleBff_productsItemColorChips {
  flex-grow: inherit;
}

.sf-simpleBff[data-product-type='column'] .sf-simpleBff_productsItem {
  justify-content: flex-start;
}

.sf-simpleBff[data-desktop-column='3'] .sf-simpleBff_productsItem {
  margin-right: 0px !important;
  width: calc((100% - var(--space-h-s)) / 3);
}

.highlight-underline {
  position: relative;
  display: inline-block;
}

.highlight-underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 6px;
  background-color: #f4eede;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.2s ease;
  z-index: 1;
}

.highlight-underline.is-revealed::after {
  transform: scaleX(1);
}

.sf-simpleBff_productsItemColorChips {
  gap: 7px 4px;
  padding: 0;
  margin-bottom: 8px;
}

.product-image {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  position: relative;
}
.product-image.fade-out {
  opacity: 0;
}

.sf-simpleBff_productsItemHeading {
  margin: 0px;
  line-height: 1.5;
}

#activity-2 .sf-button.-secondary.productsItemCta {
  padding: 6px 6px;
}

.sf-button.-secondary.productsItemCta {
  color: #1d1d1f;
  font-size: 14px;
  padding: 10px 6px;
  font-weight: 900;
}

.market-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 80px auto 36px auto;
}

.market-content h3 {
  font-size: 26px;
  letter-spacing: 1px;
}

.market-content .mc-l {
  width: 30%;
}

.market-content .mc-l .couponBox h3 {
  font-size: 24px;
}

.product-flex {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-card {
  flex: 1 1 45%;
  background: #fff;
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.product-card .desc {
  flex: 1;
  margin: 20px 0px 0px 0px;
}

.product-inner {
  display: flex;
  align-items: center;
  gap: 32px;
}

.product-image img {
  height: auto;
  display: block;
  width: 250px;
}

.product-info {
  flex: 1;
  text-align: left;
}

.product-info h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.product-info .price {
  margin: 5px 0 10px 0;
  font-size: 14px;
}

.product-info .price strong {
  font-size: 20px;
}

.product-info .btn {
  background: #f4f8f0;
  padding: 10px 45px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: 700;
}

.product-info .btn:hover {
  background: #e0e8d8;
}

.product-info .desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.product-card .product-tag {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #7f0019;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding: 3px 8px;
}

.store-list {
  background: #e8f0e2;
  padding: 12px 20px;
  margin: 20px -24px -24px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  height: 220px;
}

.store-list strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #2c4a2a;
}

/* 手機版：直式排列 */
@media (max-width: 768px) {
  .product-inner {
    /* flex-direction: column; */
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .product-info {
    text-align: left;
    gap: 8px;
  }

  .product-info .btn {
    padding: 12px 14px;
  }
}

/* ==== Base tokens ==== */
:root {
  --bg-kraft: #efe5d5;
  --ink: #222;
  --ink-2: #1d1d1f;
  --green: #a3bc8a;
  --card-bg: #fff;
  --card-border: #e5e1db;
  --ring: #c7c1b7;
}

/* ==== Section ==== */
.esg {
  /* background: var(--bg-kraft); */
  background: url('../images/esg-bg.jpg') center/cover no-repeat;
}
.esg__container {
  margin: 0 auto;
  padding: 36px 26px;
  text-align: center;
  color: var(--ink);
}
.esg__title {
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 8px;
  line-height: 1.5;
}
.esg__subtitle {
  font-size: 16px;
  color: var(--ink);
  margin: 0 0 20px;
}
.esg__label {
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 12px;
}

/* ==== Grid ==== */
.esg__grid {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 640px) {
  .esg__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .esg__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ==== Card ==== */
.esg-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--card-bg);
  border-radius: 5px;
  padding: 10px 14px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  animation-timing-function: linear !important;
}
.esg-card:nth-child(1) {
  animation-delay: 0s;
}
.esg-card:nth-child(2) {
  animation-delay: 1.5s;
}
.esg-card:nth-child(3) {
  animation-delay: 3s;
}
/* .esg-card:hover {
  transform: translateY(-1px);
  border-color: var(--ring);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
} */

.esg-card__icon {
  flex: 0 0 20px;
  width: 20px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--green);
}

.esg-card__text {
  margin: 0;
  text-align: left;
  line-height: 1.6;
  font-size: 15px;
  color: var(--ink-2);
}
.esg-card__tag {
  font-weight: 700;
  margin-right: 0.4em;
  color: var(--ink);
}
.esg-card__desc {
  opacity: 0.9;
}

/* 小尺寸微調行高 */
@media (max-width: 375px) {
  .esg-card__text {
    line-height: 1.5;
  }
}

.wow.clipRightIn {
  animation-timing-function: linear !important;
}

#marquee-section h3 {
  font-size: 24px;
  margin-bottom: 36px;
  line-height: 1.5;
}

.marquee-track img {
  width: 450px;
}

.exclusive-btn .toggle-icon {
  display: inline-block;
  width: 1em;
  text-align: center;
  transition: transform 0.3s ease;
}

.toggle-icon {
  display: inline-block;
  width: 1em;
  text-align: center;
  color: #1d1d1f; /* 改成你想要的顏色 */
  font-weight: 600;
  transition: color 0.3s ease;
  margin-bottom: 6px;
}

.toggle-icon.minus {
  transform: rotate(180deg);
  margin-bottom: 4px;
}

.toggle dt a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.exclusive-btn {
  padding: 20px 3rem;
}

.moremore {
  margin: 90px auto 0 auto;
  text-align: center;
  width: 345px;
  height: 44px;
}

.moremore a {
  padding: 10px !important;
}

/* 讓遮罩能定位在商品區塊底部 */
.sf-simpleBff_products.minibag-section {
  position: relative;
}

/* 未展開時，底部加一層由透明→白的漸層，營造「下方還有內容」 */
.readmore-mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px; /* 視覺需要可調 80~160 */
  pointer-events: none; /* 不擋到點擊 */
  background: linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.85),
    rgba(255, 255, 255, 1)
  );
}

/* 有遮罩時，略留一點下緣空間避免遮住按鈕（可依版面調整） */
.sf-simpleBff_products.-has-mask {
  padding-bottom: 16px;
}

img.min-img {
  width: 340px;
}

img.minibag-title.min-img {
  width: 260px;
}

img.fragrance-icon {
  width: 200px;
}
img.icon-taiwan {
  display: block;
  margin: 0px auto 10px auto;
  width: 70px;
}

.productList.proCol-5 .productItem {
  display: block;
}
.view-more-btn {
  display: none;
}

@media screen and (max-width: 750px) {
  .PConly {
    display: none !important;
  }
  .Mobonly {
    display: block !important;
  }
  .curve {
    position: absolute;
    width: 160px;
  }

  .toggle-close .close-btn {
    font-size: 16px;
  }

  .store-list {
    height: auto;
  }

  .couponBox h3.bouns-title {
    padding-top: 30px;
  }

  .fare-padding {
    padding: 30px 20px 48px 20px;
  }

  .fare-box {
    padding: 24px 15px;
  }

  .rank-crown img {
    width: 60px;
  }

  .fp-section .activity-item-content {
    width: 100%;
  }

  .shipping-change {
    display: block;
  }

  .shipping-info {
    padding: 0px 20px;
  }

  .table-block {
    margin-bottom: 36px;
    width: calc(100% - 0px);
  }

  .table-block h4 {
    margin-bottom: 10px;
  }

  .carimg-1 {
    width: 220px;
  }

  .carimg-2 {
    width: 60px;
  }

  #market {
    margin-bottom: 0px;
    margin-top: 65px;
  }

  #aluminum-section .otherItem__bff .sf-simpleBff_productsItem {
    width: 100% !important;
  }

  .rank-section .rank-ellipse {
    width: 115px;
    height: 40px;
    font-size: 20px;
  }

  .shipping-change {
    padding: 20px 0px 20px 0px;
  }

  /* .productList.proCol-5 {
    overflow: hidden;
    transition: max-height 0.6s ease, opacity 0.5s ease;
    max-height: 1000px;
    opacity: 1;
  }

  .productList.proCol-5 .productItem {
    display: none;
  }
  .productList.proCol-5 .productItem:nth-child(-n + 4) {
    display: block;
  }
  .productList.proCol-5 {
    max-height: 800px;
    opacity: 1;
  }

  .productList.proCol-5.collapsed {
    max-height: 500px;
    opacity: 1;
  }

  .productList.proCol-5.show-all {
    max-height: 3000px;
    opacity: 1;
  }

  .productList.proCol-5.show-all .productItem {
    display: block;
  } */

  .view-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 40px auto 0;
    cursor: pointer;
    transition: opacity 0.3s ease;
    font-weight: 900;
  }

  .view-more-btn img {
    width: 16px;
    height: 16px;
  }

  .view-more-btn img.minus {
    margin-bottom: 2px;
  }

  .productList .productItem.pitem-3:first-child {
    width: calc(100% - 0px);
    margin-bottom: 4rem;
  }

  .productList.proCol-5 .productItem {
    width: calc(50% - 20px);
  }

  .productList .productItem.pitem-3 {
    width: calc(50% - 20px);
  }

  .couponBox h3.do-title {
    font-size: 24px;
  }
  .time-title p {
    font-size: 20px;
    margin-bottom: 0px !important;
  }

  #activity-2 {
    padding: 96px 0px !important;
  }

  img.bn-icon-m-1 {
    width: 200px;
    position: absolute;
    bottom: 30%;
    left: -10%;
  }

  img.bn-icon-m-2 {
    width: 200px;
    position: absolute;
    bottom: 30%;
    right: -10%;
  }

  .coming-soon .en,
  .coming-soon .zh,
  .coming-soon .hint {
    font-size: 20px;
  }

  .coming-soon {
    padding: 60px 0px;
  }

  .coming-soon span {
    font-size: 22px;
  }

  .coming-soon span b {
    font-size: 20px;
  }

  /* .activity-accordion .toggle > dt > a.active:after,
  .toggle > dt > a.active:hover:after {
    content: '-';
    top: 52%;
    right: 23%;
    font-size: 40px !important;
  } */

  .couponBox .activity-title.pin-title {
    top: -24px;
    left: 50%;
    width: 315px;
  }

  .couponBox .activity-title {
    width: 315px;
    margin: 0 auto 30px auto;
    position: relative;
  }

  .activity-title p {
    top: 54%;
    left: 45px;
    font-size: 16px;
  }

  #activity-1 {
    padding: 64px 0px !important;
  }
  .couponBox .activity-title .title-finger {
    position: absolute;
    bottom: -1px;
    right: 44px;
    width: 38px;
  }

  img.tape {
    width: 315px;
  }

  .prowidth {
    width: 100%;
    margin: 0 auto;
  }

  .activity-accordion .toggle > dd {
    width: 100%;
    padding: 0px 20px;
  }

  .otherItem__bff .sf-simpleBff_productsItemHead {
    width: 40% !important;
  }

  .otherItem__bff .sf-simpleBff_productsItemBody {
    width: 60% !important;
  }

  .services-tabs > li {
    margin-bottom: 0.75rem !important;
  }
  .page-section,
  .split-column-left,
  .split-column-right {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  #about.page-section {
    padding-top: 48px !important;
  }

  #about .section-title-small {
    margin-bottom: 36px !important;
  }

  .sf-u-contents_desktop {
    padding: 0 20px;
  }

  .bubbleBox .buCol:nth-child(5) {
    padding-right: 4rem;
  }

  #activity-1 .section-title-tiny,
  #activity-3 .section-title-tiny {
    font-size: 20px;
    line-height: 40px;
  }
  #activity-3,
  #activity-8 {
    padding: 4rem 1.2rem 1.2rem 1.2rem !important;
  }

  #activity-1 .p-5 {
    padding: 4rem 0.9rem 4rem 0.9rem !important;
  }

  #activity-3 h3 {
    font-size: 30px;
  }

  #activity-3 .container {
    padding: 0px;
  }
  #services .section-title {
    font-size: 30px;
  }

  .menu ul {
    display: flex;
    margin: 0;
    padding: 0.5rem;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    /* scroll-behavior: smooth; */
  }

  .menu ul li {
    flex: 0 0 auto;
    min-width: 160px;
    text-align: center;
    position: relative;
  }

  .menu ul::-webkit-scrollbar {
    display: none;
  }

  .menu a {
    font-size: 16px;
  }

  .feedbackBox h3 {
    font-size: 24px;
  }
  .couponBox h3.post-prev-2-title {
    font-size: 18px;
    margin-bottom: 2.5rem;
  }

  .year-images img {
    width: 100%;
    margin: 0px auto;
  }

  .lottie-container {
    top: -5%;
    left: -15%;
  }

  .lottie-container #myPlayer {
    width: 500px;
    height: 500px;
  }
  .home-content h1 {
    font-size: 38px;
  }

  .saleCoupon .saleBox {
    display: flex;
    width: 50%;
  }
  img.ribbons {
    width: 60px;
  }
  .saleCoupon .alt-features-item.box-shadow {
    padding: 30px 10px;
    min-width: 160px;
    height: 160px;
  }
  .alt-features-title {
    font-size: 18px !important;
    line-height: 1.5;
  }

  .couponBox h3 {
    font-size: 24px;
    line-height: 1.5;
  }
  .couponBox h3 span {
    font-size: 24px;
    color: #7f0019;
  }

  .activity-box.d-flex {
    gap: 20px;
    display: block !important;
    margin-top: 32px;
  }

  .activity-item-img {
    width: 100%;
  }

  .line1 {
    left: -1%;
    top: 22px;
  }
  .line2 {
    left: -2%;
    top: -16px;
  }
  .line3 {
    right: -1%;
    top: 22px;
  }
  .line4 {
    right: -2%;
    top: -16px;
  }

  .call-action-4-image-2 {
    position: relative !important;
  }
  .couponBox .call-action-4-image-1 {
    width: 100%;
  }

  .call-action-4-image-2.clothesText {
    background: #fff;
    z-index: 990;
    width: 100%;
    height: auto;
    bottom: 10%;
    padding: 0rem;
  }

  .img-container img {
    width: 75% !important;
  }
  .productList .productItem {
    width: calc(50% - 8px);
  }

  .lineLeftT {
    left: 2%;
    top: -18px;
  }
  .lineLeftB {
    left: 2%;
    bottom: 6px;
  }

  .lineLeftC1 {
    left: 1%;
  }

  .lineLeftC2 {
    left: 1%;
    bottom: 13px;
  }

  .lineRightC1 {
    right: 1%;
  }

  .lineRightC2 {
    right: 1%;
    bottom: 13px;
  }

  .lineRightT {
    right: 2%;
    top: -18px;
  }
  .lineRightB {
    right: 2%;
    bottom: 6px;
  }

  .markupBox {
    padding: 1rem 1rem;
  }

  .productList {
    gap: 15px;
    padding: 0 0px;
  }

  .recommend-icon {
    top: -12px;
    right: -5px;
    width: 115px;
  }

  .recommend-icon img {
    width: 120px;
  }

  img.subtract {
    width: 20px;
    bottom: -5%;
  }
  img.subtract.subtract-l {
    left: 0%;
  }
  img.subtract.subtract-r {
    right: 0%;
  }

  .tabBox .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tabBox .nav-link {
    padding: 0.5rem 0.5rem;
  }

  .tpl-tabs li .nav-link.active {
    border-radius: 0px !important;
  }
  .tabBox .tab-pane {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabBox .post-prev {
    width: 50%;
  }

  .bubbleBox .buCol:nth-child(1) {
    padding-right: 1rem;
    margin-bottom: 2rem;
  }
  .bubbleBox .buCol:nth-child(3) {
    margin-top: 0rem;
    margin-bottom: 0px;
  }
  .bubbleBox .buCol:nth-child(4) {
    margin-bottom: 0px;
  }
  .services-tabs > li > a {
    font-weight: 700;
    font-size: 22px;
  }
  .categoryList {
    width: 100%;
  }

  .categoryList .categoryR {
    width: 65%;
  }

  .sf-simpleBff[data-desktop-column='3'] .sf-simpleBff_productsItem {
    width: 100%;
  }

  .market-content {
    display: block;
  }

  .market-content .mc-l {
    width: 100%;
  }

  .market-content .mc-l {
    text-align: center;
  }

  .p-5.exclusive {
    padding: 48px 15px !important;
  }
  .product-card {
    flex: 1 1 100%;
  }

  .product-image {
    width: 40%;
  }

  .esg__container {
    padding: 36px 15px;
  }

  .productList .productItem.pitem-2 {
    width: calc(50% - 8px);
  }

  .exclusive-btn {
    padding: 20px 1rem !important;
  }

  .oneBox .oneIcon {
    width: 45px;
  }

  #market .owl-buttons {
    bottom: -20px;
    left: 0;
    right: 0;

    width: 30%;
  }

  #market .work-full-slider .owl-pagination,
  .content-slider .owl-pagination {
    bottom: -35px !important;
  }

  /* ＝＝ */
  #about .section-title-small {
    font-size: 30px;
  }

  .works-grid.work-grid-hover-alt .work-item .work-img img {
    width: 93%;
    margin: 0px auto;
  }

  .activity-accordion .toggle {
    width: 93%;
    margin: 0px auto;
  }

  .activity-accordion .toggle > dt > a {
    padding: 12px;
  }

  #woven .sf-simpleBff_productsItem {
    width: 100% !important;
  }

  /* ＝＝ */
}
