@font-face {
	font-family: 'SweiToothpasteCJKtc-Regular';
	src: url(https://cdn.jsdelivr.net/gh/max32002/swei-toothpaste@2.090/WebFont/CJK%20TC/SweiToothpasteCJKtc-Regular.woff2) format("woff2");
  }

img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body {
	font-family: Microsoft JhengHei;
	background-image: url(../images/bg.jpg);
	background-size: cover; /* 使背景圖片覆蓋整個容器 */
	box-sizing: content-box;
	background-attachment: fixed; /* 固定背景 */
}
.desktop{
	display: block;
}
.mobile{
	display: none;
}
.section_title {
	width: 80%;
	margin: 3rem auto;
	overflow: hidden;
}
.section_title h1{
	font-style: italic;
	font-family: 'SweiToothpasteCJKtc-Regular';
	font-weight: 600;
	letter-spacing: 0;
	font-size: 3.8rem;
	line-height: 1.15;
	letter-spacing: -0.1rem;
	text-align: center; 
	color: #FFF33B;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); /* 添加陰影效果 */
}
.section_title p{
    position: relative;
    letter-spacing: 1px;
    border-radius: 5rem;
    font-size: 1.5rem;
    display: inline-block;
    width: fit-content;
    padding: 10px 30px;
	margin-top: 1.5rem;
	border: #FFF33B 2px solid;
}
.section_title b {
	color: #fff;
	font-size: 5rem;
	letter-spacing: -0.3rem;
	margin: 0 0.3rem 0;
}
.section_title span {
	color: #fff;
	font-size: 2rem;
	margin: 0 0 0 0.5rem;
}
.section_title p::before {
	content: '';
	top: 20px;
	left: -101%;
	position: absolute;
	border: #FFF33B 1px solid;
	width: 100%;
}
.section_title p::after {
	content: '';
	top: 20px;
	right: -101%;
	position: absolute;
	border: #FFF33B 1px solid;
	width: 100%;
}

/* 商品卡定義 */
.price-container {
    display: flex; /* 使用 Flexbox 來排列子元素 */
    align-items: center; /* 垂直居中對齊 */
}

.productname-label {
	color: #000;
	font-weight: 600;
	font-size: 1.3rem;
	margin-bottom: 0.6rem;
}

.product-tag {
	font-size: 1.5rem;
	letter-spacing: -0.05rem;
	font-weight: 600;
    display: inline-block; /* 使元素能夠旋轉 */
	background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
    color: #fff; /* 文字顏色 */
    padding: 1rem 1.6rem; /* 內邊距 */
    border-radius: 0 0 2rem 2rem; /* 圓角 */
    position: absolute; 
    top: -6%; /* 調整位置 */
}

.brand-label {
	color: #fff;
	background-color: #000;
	font-size: 1rem;
	padding: 0.4rem 0.8rem;
	margin: 0.8rem;
	border-radius: 5rem;
}

.full-price-label {
    text-decoration: line-through;
    color: gray;
    font-size: 1rem; /* 設置原價的字體大小 */
    margin-right: 0.3rem; /* 添加右邊距以分開原價和特價 */
}

.sale-price-label {
    color: #F04848;
    font-weight: bold;
    font-size: 1.8rem; /* 設置特價的字體大小，為原價的兩倍 */
	letter-spacing: -0.1rem;
    font-style: italic;
}

.shadowFx{
	box-shadow: 0 30px 5px -15px rgb(2, 110, 174, 0.5);
}
.boxFx {
	filter: contrast(98%);
	transition: all 0.3s;
	background-color: #fff;
}
.boxFx:hover {
	filter: contrast(110%);
	transition: all 0.1s;
}
.Box_bg{
	background-size: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
}
.shop-more-wrapper {
	text-align: center;
	margin: 3rem 0 0;
}
.shop-more-btn {
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 1.6rem;
	padding: 1.3rem 2rem;
	border-radius: 5rem;
	text-decoration: none;
	letter-spacing: -0.03rem;
	font-weight: bold;
	transition: background 0.2s, transform 0.3s cubic-bezier(.34,1.56,.64,1), box-shadow 0.3s;
	box-shadow: 0 2px 8px rgba(246,112,171,0.15);
}
.shop-more-btn:hover {
	transform: translateY(-8px) scale(1.05);
	box-shadow: 0 8px 24px rgba(246,112,171,0.25);
}
.eventContainer{
	max-width: 1320px;
	margin: 0 auto;
	padding: 2rem 0 5rem;
	align-content: center;
}
.flex-container{
	display: flex;
	flex-wrap: wrap; /* 允許換行 */
	justify-content: center; 
}
.flexBox{
	width: 30%; 
	padding-bottom: 20px;
	margin: 0.75rem;
	box-sizing: border-box;
	border-radius: 3rem;
	overflow: hidden;
}
.section-subheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.section-title-image img {
    height: auto;
    width: fit-content;
}
.btn-shop-more {
	letter-spacing: -0.05rem;
    padding: 10px 25px 10px 15px; /* 調整左邊距以容納三角形icon */
    background-color: #000;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 0.6rem;
    white-space: nowrap;
    transition: background-color 0.3s;
    position: relative; /* 為了讓三角形icon能夠正確定位 */
}
.btn-shop-more::after {
    content: '';
    position: absolute;
    right: 8px; /* 調整三角形icon的位置 */
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid #fff; /* 三角形icon的樣式 */
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.btn-shop-more:hover {
    background-color: #333;
}
.discountBlock{
	margin-top: -20%;
}
.discountBlock .title{
	background-image: url(../images/discountBlock-title-bg01.jpg);
	background-size: cover;
	background-position: bottom;
	color: #000;
	font-weight: bolder;
	font-size: 1.5rem;
	letter-spacing: 0;
	width: 100%;
	padding: 1.5rem 0 2.5rem;
	text-align: center;
}

.discountBlock p{
	margin: 1rem 0;
	line-height: 2.2rem;
	text-align: center;
	font-weight: bolder;
	font-size: 1.6rem;
}
.discountBlock p span{
	font-size: 1rem;
	letter-spacing: -0.05rem;
	margin: 0 0.1rem;
}
.discountBlock p b {
	line-height: 1.3;
	font-family: 'SweiToothpasteCJKtc-Regular';
	color: #F04848;
	font-size: 2.6rem;
	letter-spacing: -0.05rem;
	margin: 1rem 0.3rem 0 0;
	font-style: italic;
}
.dutyfreeSkincareBlock .productImg{
	object-fit: contain;
	margin:  0 2%;
	box-sizing: border-box;
}
.grid-container{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 1.5rem; /* 設定格子之間的間距 */
	align-items: stretch; /* 讓列高度相等，並以最高者為基準 */
}
.grid-container img{
	object-fit: cover;
}
.dutyfreeSkincareBlock .gridBox{
	position: relative;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	text-align: center;
	padding-bottom: 5%;
}
.tab-container {
    display: flex; /* 使用 Flexbox */
    justify-content: center; /* 水平置中 */
    margin: 0 0 30px; /* 可選：添加上下邊距 */
}

.tab-button {
	color: #fff;
    font-size: 1.5rem;
    padding: 15px 25px; /* 按鈕內邊距 */
    cursor: pointer; /* 鼠標懸停時顯示手型 */
    border: none; /* 去掉邊框 */
    border-radius: 2rem;
    background-color: #0a97dc; /* 按鈕背景顏色 */
    margin: 0 5px; /* 按鈕之間的間距 */
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5); /* 內光暈效果 */
    transition: box-shadow 0.3s; /* 添加過渡效果 */
}

.tab-button:hover {
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 1); /* 懸停時增強內光暈效果 */
}

.tab-button.active {
	background-color: rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 0 10px rgba(255, 255, 255, 1); /* 內光暈效果 */
}
.powerbankAddonBlock {
	width: 100%;
}
.mitBodycareSaleBlock .productImg{
	object-fit: contain;
	margin:  0 0 8%;
	box-sizing: border-box;
}
.mitBodycareSaleBlock .gridBox{
	overflow: hidden;
	background-color: #fff;
	position: relative;
	text-align: center;
	padding-bottom: 8%;
}
.healthcareDealsBlock .productImg{
	object-fit: contain;
	margin:  0 0 8%;
	box-sizing: border-box;
}
.healthcareDealsBlock .gridBox{
	overflow: hidden;
	background-color: #fff;
	position: relative;
	text-align: center;
	padding-bottom: 8%;
}

.mensFragranceBlock .productImg{
	object-fit: contain;
	margin:  0 2%;
	box-sizing: border-box;
}
.mensFragranceBlock .gridBox{
	overflow: hidden;
	background-color: #fff;
	position: relative;
	text-align: center;
	padding-bottom: 8%;
}

.womensFragranceBlock .productImg{
	object-fit: contain;
	margin:  0 2%;
	box-sizing: border-box;
}
.womensFragranceBlock .gridBox{
	overflow: hidden;
	background-color: #fff;
	position: relative;
	text-align: center;
	padding-bottom: 8%;
}

.taiwaneseSelectOpeningBlock .productImg {
    object-fit: contain;
    margin: 0 0 8%;
    box-sizing: border-box;
}

.taiwaneseSelectOpeningBlock .gridBox{
	overflow: hidden;
	background-color: #fff;
	position: relative;
	text-align: center;
	padding-bottom: 8%;
}

.foodzoneGiftBlock .grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-template-areas:
	  "item01 item02 item04"
	  "item01 item03 item04";
	margin: 0 auto;
  }
  
.foodzoneGiftBlock .grid-container .item01 { grid-area: item01; }
.foodzoneGiftBlock .grid-container .item02   { grid-area: item02; }
.foodzoneGiftBlock .grid-container .item03    { grid-area: item03; }
.foodzoneGiftBlock .grid-container .item04   { grid-area: item04; }

.foodzoneGiftBlock .grid-container h2 {
	color: #000;
	position: absolute;
	width: 80%;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 2;
	margin: 2rem 0;
	font-size: 1.6rem;
}

.foodzoneGiftBlock .grid-container p {
	color: #000;
	width: 100%;
	padding: 1rem 2rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 2;
	margin: 3.5rem 0;
	font-size: 1rem;
}
  
.foodzoneGiftBlock .grid-container .gridBox {
	overflow: hidden;
	background-color: #fff;
	position: relative;
	text-align: center;
}

.foodzoneGiftBlock .grid-container .gridBox img:not(.shopNow img) {
	width: 100%;
	height: 100%;
	display: block;
}

.foodzoneGiftBlock .grid-container .gridBox .shopNow {
	position: absolute;
	bottom: 20px;  /* 距離底部的距離 */
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.foodzoneGiftBlock .grid-container .gridBox .shopNow img {
  width: 100%;
  height: auto;
}

.brandHighlight .content{
	align-items: normal;
	padding-top: 1.5rem;
	box-sizing: border-box;
}

.brandHighlight .grid-item{
	background-color: #fff;
}
.brandHighlight .brandTitleTag{
    color: #d54f62;
    display: inline-block;
    font-size: large;
    line-height: 1.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: #d54f62;
    border-image: initial;
    padding: 0.1vw 0.5vw;
	width: fit-content;
	margin: auto;
}
.brandHighlight .brandTitleTag.none{
	line-height: 1.5rem;
	visibility: hidden;
}
.brandHighlight .brandTitle{
	text-transform: uppercase;
    font-size: x-large;
    color: #333;
    margin: 0.75rem 0;
}
.brandHighlight .brandTitle02{
	color: #5d656c;
	letter-spacing: 0.05vw;
}
.brandHighlight .pic{
	border-top: 1px solid #9b9b9b;
	margin-top: 1vw;
}
.brandHighlight .actionBtn{
	text-decoration: none;
	filter: none;
}
.brandHighlight .actionBtn:hover{
    transform: scale(1);
}
.eventHighlight .grid-item{
	background-color: #f0f0f0;
	padding-bottom: 2rem;
}
.eventHighlight h2{
	padding: 1.5rem;
	font-size: 1.3rem;
	color: #d54f62;
}
.eventHighlight p{
	line-height: 1.5rem;
	margin: 0 auto 1rem auto;
	color: #666;
}

/*******************follow us*******************/
.fu_wrap {
	width:100%;
	height:auto;
	position:relative;
	padding: 0;
  }
  .fu {
	width:100%;
	margin: 0 auto;
	box-sizing: border-box;
  }
  .fu_title {
	width:88%;
	max-width:750px;
	height:auto;
	margin:0px auto 1.25vw auto;
  }
  .fu_flexG4_container {
	border-radius: 0;
	margin:2vw auto 0;
	display:flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	justify-content:space-around;
	transition:  0.2s;
	padding: 0 20%;
	box-sizing: border-box;
	background-color: #fff;
	position:relative;
  }
  .fu_flexG4_container::after {
	content: '';
	width: 18vw;
	height: 3vw;
	background-image: url(../images/social_title.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size:contain;
	position: absolute;
	top: -1.2vw;
	left: 50%;
	z-index: 1;
	margin-left: -9vw;
  }
  .fu_flexG4_container a, .fu_flexG4_container img {
	width:100%;
	height:auto;
	display:block;
  }
  a.fu_flexG4_item {
	border-radius: 2%;
	flex-basis:22%;
	text-align: center;
  }
  .fu_item_info {
	width:80%;
	margin:2vw auto;
	color:#5d656c;
  }
  .fu_item_icon img {
	width:32%;
	margin:0 auto;
  }
  .fu_item_name {
	font-size: 1.2vw;
	padding: 0.5% 1.5%;
	margin: 5% 0;
	font-weight: 600;
  }
  .fu_item_account {
	font-size: 0.8vw;
	line-height: 1.5em;
	margin-bottom: 10%;
  }
  .fu_item_cta {
	font-size: 1vw;
	line-height: 3vw;
	border-top:1px solid #ccc;
	transition: 0.2s;
  }
  .fu_item_cta:hover {
	color: #d64930;
  }


.grid-item {
	overflow: hidden;
	text-align: center;
}
.eventHighlight .grid-container{
	grid-template-columns: repeat(4, 1fr); /* 初始為四欄 */
}

.content{
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;	
	align-items: center;
}
.actionBtn{
	text-decoration: none;
	filter: none;
	transform: scale(1);
	transition: all 0.3s;
}
.actionBtn:hover{
	filter: contrast(120%);
    transform: scale(1.05);
	transition: all 0.1s;
}
.shopNow{
	font-size: large;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shopNow_b{
	width: 100%;
	font-size: large;
	padding: 1rem 0;
	color: #fff;
	background: #352D23;
	margin: auto auto 0;
}
.learnMore_b{
	width: fit-content;
	font-size: large;
	padding: 0.75rem 1rem;
	color: #fff;
	background: #352D23;
}
.learnMore_b::after{    
	margin-left: 0.75rem;
	display: inline-block;
    font: 15px FontAwesome;
	content: "\f0da";
}
.shopMore{
	display: block;
	width:fit-content;
	font-size: x-large;
	border-radius: 50px;
	border: #edd2ae solid 2px;
	padding: 0.75rem 1.5rem;
	color: #edd2ae;
	background: rgba(0, 0, 0, 0.8);
	margin: auto auto 0.5rem;
}
.event-info{
	color: #333;
	font-weight: bold;
	margin: 0.75rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.boxShadow{
	box-shadow:0.75rem 0.75rem 0px rgba(0, 0, 0, 0.1);	
}

/* response */

@media (max-width: 1440px) {
	.section_title{
		padding: 3% 0;
		box-sizing: border-box;
	}
	.section-subheader {
		width: 90%;
		margin: auto;
	}
	.eventContainer{
		margin: 0 2%;
	}
	.flex-container{
		flex-wrap: wrap;
	}
	.grid-container{
		width: 90%;
		margin: auto;
	}
	.productname-label {
		font-size: 1.3vw;
	}
	.imageBlock {
		width: 90%;
		margin: auto;
	}
	.foodzoneGiftBlock .grid-container h2 {
		font-size: 1.6rem;
		margin: 1.3rem 0;
	}
	.foodzoneGiftBlock .grid-container p {
		font-size: 1rem;
		margin: 2.5rem 0;
	}
	.eventHighlight .grid-container{
		grid-template-columns: repeat(2, 1fr); /* 螢幕小於max-width時，變為兩欄 */
	}
	.brandHighlight .grid-container {
		grid-template-columns: repeat(3, 1fr); /* 螢幕小於max-width時，變為三欄 */
	}
	a.fu_flexG4_item {
		flex-basis: 32%;
	}
	.fu_flexG4_container {
		padding: 0;
	  }
}

@media (max-width: 1024px) {
	.desktop{
		display: none;
	}
	.mobile{
		display: block;
	}
	.flexBox {
		min-width: 45%;
	}
	.section_title h1{
		letter-spacing: -0.15rem;
		font-size: 3rem;
		line-height: 1;
	}
	.discountBlock {
		margin-top: -15%;
	}
	.dutyfreeSkincareBlock .grid-container{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.productname-label {
		font-size: 3vw;
	}
	.grid-container{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.taiwaneseSelectOpeningBlock .grid-container{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.foodzoneGiftBlock .grid-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		grid-template-areas:
		"item01 item03"
		"item01 item04"
		"item02 item04";
		width: 90%; /* 可依需求調整 */
		margin: 0 auto;
	}

	.brandHighlight .grid-container{
		grid-template-columns: repeat(2, 1fr); /* 螢幕小於max-width時，變為兩欄 */
	}
}

@media(max-width: 768px){
	.section-subheader{
		width: 90%;
		margin: auto;
	}
	.section-title-image img{
		width: 100%;
	}
	.section_title {
		padding: 0;
		margin: 0 auto;
	}
	.section_title h1 {
		letter-spacing: -0.1vw;
		font-size: 6.8vw;
	}
	.section_title b {
		font-size: 9vw;
		letter-spacing: -0.2vw;
	}
	.section_title span {
		font-size: 3.6vw;
	}
	.section_title p {
		font-size: 3.6vw;
	}
	.btn-shop-more {
		font-size: 1rem;
	}
	.discountBlock .title {
		font-size: 4vw;
		padding: 6vw
	}
	.discountBlock p{
		font-size: 4vw;
		line-height: 1.5;
		margin: 3vw 0;
	}
	.discountBlock p span{
		font-size: 2vw;
		margin: 0 0.1rem;
	}
	.discountBlock p b {
		font-size: 5vw;
	}
	.imageBlock {
		margin: 0 auto 5vw;
	}
	.flexBox{
		padding-bottom: 1rem;
		margin: 1.75%;
		min-width: auto;
		width: 45%;
		border-radius: 8vw;
	}
	.shopNow {
		width: 65%;
	}
	.product-tag {
		font-size: 4vw;
		color: #fff; /* 文字顏色 */
		padding: 2vw 3vw; /* 內邊距 */
		border-radius: 0 0 4vw 4vw; /* 圓角 */
		position: absolute; 
	}
	.brand-label {
		font-size: 2.6vw;
		padding: 1vw 1.2vw;
		margin-bottom: 1vw;
	}
	.productname-label {
		font-size: 3vw;
		font-weight: bold;
	}
	.foodzoneGiftBlock .grid-container h2 {
		font-size: 3vw;
		margin: 2.4vw 0;
	}
	.foodzoneGiftBlock .grid-container p {
		font-size: 2vw;
		margin: 4vw 0;
	}
	.dutyfreeSkincareBlock .gridBox{
		padding-bottom: 2%;
	}
	.eventHighlight .grid-container{
		grid-template-columns: repeat(2, 1fr); 
	}
	.eventHighlight h2 {
		line-height: 1.2;
	}
	/*******************follow us*******************/
	.fu_title {
		width:96%;
		margin:3vw auto;
	}
	.fu_flexG4_container {
		flex-wrap:wrap;
		justify-content:space-around;
		margin:8vw auto 0;
		padding:2vw;
	}
	.fu_flexG4_container::after {
		width: 42vw;
		height: 7vw;
		top: -5vw;
		margin-left: -21vw;
	}
	a.fu_flexG4_item {
		margin:1vw 0; /*宮格與下方版位間距-可調整*/
		flex-basis: 32%;
	}
	.fu_item_name {
		font-size: 3vw;
		padding: 0.5% 1.5%;
		margin: 5% 0;
		font-weight: 600;
	}
	.fu_item_account {
		font-size: 2vw;
		line-height: 1.5em;
		margin-bottom: 10%;
	}
	.fu_item_cta {
		font-size: 2vw;
		line-height: 6vw;
		border-top:1px solid #ccc;
	}
}

@media(max-width: 500px){
	.full-price-label {
		font-size: 3vw;
	}
	.sale-price-label {
		font-size: 6vw;
	}
	.shop-more-wrapper {
		text-align: center;
		margin: 12vw 0;
	}
	.shop-more-btn {
		font-size: 5vw;
		padding: 4vw 6vw;
	}
	.eventContainer {
		padding: 5vw 0 10vw;
		margin: 0;
	}
	.event-info {
		font-size: 3vw;
	}
	.shopNow {
		width: 70%;
	}
	.tab-button {
		font-size: 4.2vw;
		white-space: nowrap;
		margin: 0 0.5vw;
		padding: 2vw 5vw;
	}
	.grid-container {
		gap: 3vw;
	}
	.foodzoneGiftBlock .grid-container .gridBox {
		border-radius: 8vw;
	}
	.foodzoneGiftBlock .grid-container h2 {
		font-size: 3vw;
	}
	.foodzoneGiftBlock .grid-container p {
		margin: 2vw 0;
	}
	.foodzoneGiftBlock .grid-container .gridBox .shopNow {
		width: 70%;
	}
	.brandHighlight .grid-container{
		gap: 3vw;
	}
	.brandHighlight .grid-container .gridBox {
		border-radius: 8vw;
	}
	.brandHighlight .brandTitle {
		font-size: 5vw;
	}
	.brandHighlight .brandTitle02 {
		padding: 0 3vw 3vw;
		line-height: 1.5;
	}
	.shopNow_b {
		font-size: 4vw;
	}
	.eventHighlight .grid-container{
		gap: 3vw;
	}
	.eventHighlight h2 {
		line-height: 1.2;
		padding: 5vw;
		font-size: 5vw;
	}
	.eventHighlight p {
		font-size: 3.2vw;
		line-height: 1.2;
	}
}