@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
@charset "utf-8";

@charset "utf-8";
:root {
  --WebColor01: #EAE4D8;
  --WebColor02: #113239;
  --WebColor03: #172631;
  --WebColor04: #D6BE8A;
  --WebColor05: ;
  --SFont:;/
  --SFontE:"Playfair Display", serif;/*特殊字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f48:48px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
}
@media (max-width:1024px) {
:root{
  --m50:40px;
  --m30:25px;
  --f48:40px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --m50:30px;
  --m30:20px;
  --f48:32px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:20px;
  --f24:20px;
  --f20:18px;
  --f18:17px;
  --f17:16px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f48:28px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:18px;
  --f24:18px;
  --f22:18px;
  --f20:17px;
  --f18:16px;
  --f17:15px;
  --f16:15px;
}
}
@media (max-width:375px) {
:root{
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
}
}

body{font-family: var(--SFont); letter-spacing: 1px;}

/* ====== 開場 LOGO ====== */
/* ====== 開場整片背景 + Logo ====== */
.pageIndex #page::before { 
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #FAF7F3 url(https://pic03.eapple.com.tw/yusiang/logo.png) center center no-repeat;
    background-size: 250px auto;   /* 原 500 → 縮小一半 */
    opacity: 0;
    animation: pageLogo 2s ease forwards; /* 縮短為 2 秒 */
    pointer-events: none;
}

/* Logo 開場動畫：快速淡入 → 短暫停留 → 淡出 */
@keyframes pageLogo {
  0%   { opacity: 1; }
  60%  { opacity: 0.9; }
  80%  { opacity: 0.8; }
  100% { opacity: 0; }
}

/* ====== 大圖閃光 ====== */
.pageIndex .swiper-banner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    transparent 0%,
    transparent 10%,
    rgba(17, 17, 17, 0.025) 60%,
    #bfbfbf0e 55%,
    transparent 40%,
    transparent 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1000000;
  animation: bglight 3s infinite cubic-bezier(0.18, 0.45, 0.24, 0.91);
  animation-delay: 3.0s;
}

@keyframes bglight {
  0%   { transform: translate(-100%, 0%); }
  100% { transform: translate(100%, 0%); }
}

/* ====== 背景模糊進場 ====== */
.pageIndex .swiper-banner .bgblur {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 999999;
  animation: bgblur 0.8s linear forwards;
  pointer-events: none;
}

@keyframes bgblur {
  0% {
    backdrop-filter: blur(7px);
    background: #000000;
  }
  100% {
    backdrop-filter: blur(0px);
    background: none;
  }
}


/* ====== 輪播圖片進場效果 ====== */
.pageIndex .swiper-banner .swiper-slide img {
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.05);
  transition: opacity 1.5s ease, filter 1.5s ease, transform 1.5s ease;
}

.swiper-banner .swiper-slide.swiper-slide-active img {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}


/*大圖特效*/

#content_main {
	margin: 0;
	
}
#content {background-size: contain;padding-top: 100px;
	background-repeat: repeat;
	background-image: url(https://pic03.eapple.com.tw/yusiang/bg.jpg);}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}
.swiper-slide img { height: auto;}
.swiper-slide { position: relative;}
.pageIndex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {
    .pageIndex { padding:0; margin:0;}
    }


.pageIndex .swiper-slide:nth-child(1):before{
    background: url(https://pic03.eapple.com.tw/yusiang/text1.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 25%;
    left: 35%;
    width: 30% !important;
    height: 35% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
}

.pageIndex .swiper-slide:nth-child(1):before {
    animation: slide-in-blurred-left 1.2s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

.pageIndex .swiper-slide:nth-child(2):before {
	 background: url(https://pic03.eapple.com.tw/yusiang/text2.png);
    background-size: contain;
    background-repeat: no-repeat;
    top:24%;
    left: 6.2%;
    width: 25% !important;
    height: 50% !important;
    background-position: center;
    padding-bottom: calc(100% / 1* 0.12);
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.pageIndex .swiper-slide:nth-child(2):before{
    animation: slide-in-blurred-bottom 1.2s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

@keyframes slide-in-blurred-left {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
/* 只有當前顯示的 slide 才觸發動畫（每次切換都會重播） */
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1).swiper-slide-active::after {
  animation: sloganFadeUp 900ms ease-out forwards;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(2).swiper-slide-active::after {
  animation:
    sloganSlideIn 900ms ease-out forwards,
    sloganBreath 6s ease-in-out 1.2s infinite;
}


/* RWD：小螢幕下縮小並靠邊距離調整 */
@media (max-width: 768px) {
  .pageIndex.swiper-wrapper .swiper-slide:nth-child(1)::after {
    left: 20px; bottom: 50px; width: 230px; height: 68px;
  }
  .pageIndex .swiper-slide:nth-child(1):before{
    top: 30%;
    left: 33%;
    width: 35% !important;}
 .pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::after {
    right: 20px; bottom: 50px; width: 280px; height: 63px;
  }
   .pageIndex .swiper-slide:nth-child(2):before{
    top: 36%;
   }
}
@media (max-width: 600px) {
 .pageIndex .swiper-slide:nth-child(1):before{
    left: 18%;
    width: 70% !important;}
}

.pageIndex .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.pageIndex .swiper-slide img {
    height: auto;
    /* 保持原有色彩增强 */
    filter: saturate(1.05) contrast(1.08); 
    
    /* === 应用动画 === */
    animation: fadeInBlur 1.5s ease-out forwards;
    /* 动画名称为 fadeInBlur，持续 1.5 秒，使用 ease-out 速度曲线，
       forwards 确保动画结束后停留在最终状态 (清晰，不模糊) */
}

/* === 定义动画关键帧 === */
@keyframes fadeInBlur {
    /* 0% 时：最模糊、完全透明 */
    0% {
        filter: saturate(1.05) contrast(1.08) blur(10px); /* 高度模糊 */
        opacity: 0; /* 完全透明 */
    }
    /* 100% 时：最清晰、完全不透明 */
    100% {
        filter: saturate(1.05) contrast(1.08) blur(0); /* 消除模糊 */
        opacity: 1; /* 完全不透明 */
    }
}

@media screen and (max-width: 700px) {
    .pageIndex .swiper-slide img {
        /* position: relative; */
        height: 500px!important;
        width: auto!important;
        object-fit: cover!important;
        /* left: -40%; */
    }
   
}
@media screen and (max-width:600px) {
    .pageIndex .swiper-slide img {
        /* position: relative; */
        height: 400px!important;
        width: auto!important;
        object-fit: cover!important;
        /* left: -40%; */
    }
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主選單*/

.header_area { position: fixed;
        padding: 0px;
		background: #faf7f3;  
    }
.nav-header {
    max-width: 190px;}
.header_area.sticky .main_header_area {
  background: rgb(255 255 255 / 100%);
  height: 80px;
  opacity: 1;
  border-bottom: 0px solid #ececec;
  transition: 0.6s ease;
  border-bottom: 0px solid #ececec; transition: 0.6s ease; border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;}
.pageIndex .main_header_area {
    background: #FAF7F3;
    border-bottom: 0px solid #ececec;
    transition: 0.6s ease;
   
}
.main_header_area{position: relative;background: #fff; height: 80px; border-bottom: 1px solid #ececec; transition: 0.6s ease;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}
.navigation {padding: 5px 0 0px 0px; grid-template-columns: 280px 1fr;}
.pageIndex .header_area.sticky .navigation {padding: 5px 0 0px 0px; transition: 0.6s ease;}

/*選單最大寬度設定*/
.main_header_area .container {max-width:90%;}

/*第一層*/
.pageIndex .stellarnav {width: 100%; transition: 0.3s ease;}
.stellarnav {animation: headerslowly 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;}
.pageIndex .stellarnav > ul > li > a > b {color: #fff; transition:all 0.3s; text-shadow: 1px 1px 10px #4d4d4d;animation-delay:unset; }
.pageIndex .stellarnav > ul > li > a > b {font-weight:400;font-size: 13px; color: #ffffff; transition:all 0.3s; padding: 0px 0px 0px 0px; text-shadow: none; letter-spacing: 0px; animation-delay:unset;}
.stellarnav > ul > li > a > b {font-weight:400;font-size: 13px; color: #212529; transition:all 0.3s; padding: 0px 0px 0px 0px; text-shadow: none; letter-spacing: 0px; animation-delay:unset;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b {color: #212529; text-shadow: none; transition:all 0.3s;}

.pageIndex .header_area.sticky .stellarnav > ul > li > a > b:hover {color: #A9D0F5; text-shadow: none; transition:all 0.3s;}
.stellarnav > ul > li > a b:hover {color: #D9A299; transition:all 0.3s;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a b{padding: 0px 0px 0 0px;}
.stellarnav > ul > li.has-sub > a {padding-right: 0px; padding-left: 0px;}
/*.pageIndex .header_area .stellarnav > ul > li > a{color: #fff;   text-shadow:
    0 0 3px black,
    0 0 6px black,
    0 0 10px black;}*/
.pageIndex .header_area.sticky .stellarnav > ul > li > a{color: #212529;text-shadow: none;}
.stellarnav > ul > li > a {width: 140px; }
.stellarnav > ul > li > a:hover {
	color:#fdc64b !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fdc64b; 
}
/*第二層*/
.stellarnav > li {text-align: center;}
.stellarnav li a {color: #444444;}
.stellarnav li li > a , .stellarnav li li.has-sub > a {padding: 12px 10px; letter-spacing:1px; transition: all 0.3s; border-left:1px solid transparent; font-size: 13px; font-weight: 400; letter-spacing: 0px; animation-delay:unset;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
	color: #ffffff;
	padding-left: 12px;
	background: #fac35b;
	border-top-color: #C8992D;
	border-right-color: #C8992D;
	border-bottom-color: #C8992D;
	border-left-color: #C8992D;
}
.stellarnav>ul {padding-top: 0px; transition: 0.3s ease;padding-top: 12px;}
.pageIndex .header_area.sticky .stellarnav>ul { transition: 0.3s ease;}
.stellarnav ul ul {margin-top: 0px; width: 150px; background: none;}
.stellarnav li li {width: 100%; border: 0px; border-bottom: 1px solid #FAF7F3;background: #fff;}
.stellarnav ul ul ul {right: 100%; left: unset; top: -1px;}
.stellarnav > ul > li.drop-left > ul {right: unset;}
.stellarnav li.drop-left ul ul {top: 0px; right: 150px;}

/*SubMenu*/
.shop_search_btn {background: #A9D0F5; border-radius: 0;}
.tp_links {display: none;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #A9D0F5;}
.me_tp_features {display: block; margin: 25px 0 0 0; height: 30px; text-shadow: 1px 1px 10px #444000; padding-right: 12px; display: none;}
.me_tp_features a {font-size: 15px;}
.pageIndex .me_tp_features a.tp_btn_cart , .pageIndex .me_tp_features a.tp_btn_notice {color: #fff; text-shadow: 1px 1px 10px #444000;}
.pageIndex .header_area.sticky .me_tp_features a.tp_btn_cart , .pageIndex .header_area.sticky .me_tp_features a.tp_btn_notice {color: #A9D0F5;  text-shadow: none; }
.me_tp_features a.tp_btn_cart , .me_tp_features a.tp_btn_notice {color: #A9D0F5;  text-shadow: none; }
.box_search input[type=text] {border-radius: 0; border: solid 0px #ccc;}
.box_search {margin-right: 5px;}
.me_tp_features a.tp_btn_cart b {background: #A9D0F5; color: #fff; padding: 0px 4px; margin-left: 2px; border-radius: 100px; font-size: 14px;}
.me_tp_features a.tp_btn_cart b::before , .me_tp_features a.tp_btn_cart b::after {display: none;}

/*隱藏文章下拉選單*/
@media screen and (min-width: 768px) {

}



@media screen and (max-width: 1700px) {
  .stellarnav>ul {padding-left: 0px;}
  .stellarnav > ul > li > a {padding: 0px 0px 0px 0px;}
  /*.stellarnav > ul > li > a b {font-size: 15px;}*/
}

@media screen and (max-width: 1440px) {
.pageIndex .header_area.sticky .main_header_area {height: 114px;}
.header_area.sticky .main_header_area {height: 114px;}
.stellarnav > ul > li > a {width: 120px;}
}

@media screen and (max-width: 1350px) {
  /*.main_header_area .container {max-width: 100%;}
  .stellarnav li {width: 110px;}*/
}
@media screen and (max-width: 1180px) {
  .stellarnav {width: 100%;}
  .stellarnav li.has-sub > a {padding: 0px 0px 0px 0px;}
  .stellarnav > ul > li > a {width: 100px;}
  .stellarnav > ul > li > a {margin: 0 0px;}
}
@media screen and (max-width: 1024px) {
  .pageIndex .stellarnav {width: 100%;}
  .stellarnav {margin-top: 0px;}
  .stellarnav>ul {text-align: center; margin-top: 0px; margin-top: 0px; padding-top: 0px;}
  .main_header_area {height: 110px;}
  .header_area.sticky .stellarnav>ul {padding-top: 0px;}
  .header_area.sticky .main_header_area {height: 110px;}
  .nav-header {text-align: center;}
  .me_tp_features {margin: 0px 0 0 0; margin-top: 57px;}
  .stellarnav li {text-align: center;}
  .nav-brand {margin-top: 0px;}
  .nav-brand:after {transform: translateX(-100px);}
  .pageIndex .nav-brand:after {transform: translate(-100px, -20px) !important;}
  .pageIndex .me_tp_features a.tp_btn_cart, .pageIndex .me_tp_features a.tp_btn_notice {text-shadow:none;}
  .pageIndex .stellarnav > ul > li > a > b {text-shadow: none;}
  .main_header_area .container {padding-left: 0px;}
  .pageIndex .nav-brand:after {height: 100%; max-width: 200px; transform: translate(-100px, -20px);} 
}
@media screen and (max-width: 768px) {
.pageIndex .stellarnav { margin-top: 0px;}
.stellarnav {margin-top: 0px;}
.stellarnav > ul > li > a{text-shadow:none;}
.header_area.sticky .main_header_area {height: 70px;}
.main_header_area {height:70px;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {display: inline-block;}
.pageIndex .header_area.sticky .main_header_area {height: 74px;}
.navigation {padding: 10px 0 0px 0px;}
.pageIndex .nav-brand:after {transform: translate(-70px, -20px) !important;}
.pageIndex .stellarnav > ul > li > a > b {color: #212529;}

/*漢堡選單展開*/
.stellarnav.mobile > ul > li > a {padding: 14px 43px 10px 15px; width: 100%;}
.stellarnav.mobile > ul > li.has-sub > a {padding: 14px 43px 10px 15px;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 9px 16px !important; text-align: right;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {background: #ffffffe0; border-right: 1px #fff solid; box-shadow: 1px 1px 10px #fff;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #fff;}
.stellarnav.mobile > ul > li {border-bottom: 1px #D9A299 solid;}
.stellarnav li {width: 100%; text-align: left;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px; padding-left: 10px;}
.stellarnav > ul > li > a:hover {color: #CFAF83;}
.stellarnav.mobile li.open li.open {background: #000;}
.stellarnav ul ul ul {right: unset; left: 100%; top: 0px;}
.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #CFAF83;}
.stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #CFAF83;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {color: #ffffff; border-color: #000; background: #000;}
.stellarnav .icon-close:after {border-bottom: solid 2px #CFAF83;}
.stellarnav .icon-close:before {border-bottom: solid 2px #CFAF83;}
.stellarnav a {color:#CFAF83;}
.stellarnav.mobile ul {background: #CFAF83;}
.stellarnav.mobile li.open {background: #fff;}
.stellarnav li li {border: 1px #ffffff solid;background: #f8c266;}
.stellarnav li a {color: #ffffff;}
.stellarnav > ul > li > a > b {color: #ffffff;}
.stellarnav.mobile > ul > li > a b {font-size: 14px; padding: 2px;  color:#2d2d2d;}
.stellarnav.mobile > ul {border-top: 0px;}
.pageIndex .stellarnav .menu-toggle span.bars span{background: #CFAF83;}
.pageIndex .stellarnav .menu-toggle:after { color: #CFAF83;}
.header_area.sticky  .stellarnav .menu-toggle span.bars span {background: #2d2d2d;}
.header_area.sticky .stellarnav .menu-toggle:after { color:#2d2d2d;}

.pageIndex .header_area.sticky .stellarnav > ul > li > a > b {color: #865735;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b:hover {color: #a9d0f5;}

.main_header_area .container {max-width: 100%;}

/*主選單按鈕下底線*/
.stellarnav > ul > li:not(.tp_links) > a:after ,
.stellarnav > ul > li > a:after {display: none;}
.stellarnav .menu-toggle { padding-top: 20px;}
}

@media screen and (max-width: 570px) {
.stellarnav .menu-toggle {
    padding: 15px 10px;
    }
}

@media screen and (max-width: 375px) {
.box_search {margin-right: 0px; display: block; max-width: 160px; width: 100%; margin: 0 auto; margin-bottom: 5px;}
/*.pageIndex .main_header_area {height: 90px;}
.pageIndex .header_area.sticky .main_header_area {height: 90px;}
.header_area.sticky .main_header_area {height:90px;}
.main_header_area {height:90px;}*/
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */ 
/* 預設解除背景輪播 */
#content_main { margin: 0; }
.bannerindex { position: relative; height: auto; }
.swiper-banner { position: static; margin: 0; height: auto; }

@media screen and (max-width: 768px) {
  .bannerindex { padding: 0; margin: 0; }
}

/* 通用設定：遮罩圖層 */
.pageIndex .bannerindex .swiper-slide:before {
  content: "";
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
 
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  transform: none;
  transition: none;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2));
}

/*footer/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.footer_logo {
    background-image: url(https://pic03.eapple.com.tw/yusiang/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 70px;
    width: 176px !important;
}
.footer_logo img { width: 100%;     display: none;}
.footer {
	border-top: 0px;
	font-size: 14px;
	background: #fff;
	padding-top: 100px;
	padding-right: 0;
		padding-left: 0;box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
}
.footer_menu { width: 100%;  display: grid; grid-template-columns: repeat(3, 1fr);}
.footer_menu a {
	border: none;
	text-align: left;
	color: #85776c;
	font-weight: 500;
	padding: 10px 10px;
	transition: all .3s;
	background: NONE;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:#e7dfd6;
}
.footer_menu a:hover { background: transparent;  color: #fdc64b; font-weight: bold;}
.footer_menu a:nth-child(1) { display: none;}
.list_before.info li.info_ADD,.contact_le_map{display: none;}
.footer_info ul { display: flex; justify-content: flex-end;    border-left: 1px solid #dbbdbd;}
.footer_info {  padding: 0;  display: grid;    grid-template-columns: 360px 1fr;    grid-gap: 20px;}
.footer_info li { padding: 0px;}
.footer_info li:before { font-size: 18px;  text-transform: uppercase; display: block;  color:#fac35b;    font-weight:bold;    margin-bottom: 18px;}
.footer_info li:nth-child(1):before { content: "Contact Info"; }
.footer_info li:nth-child(1) { width: 50%;  display: flex;  flex-flow: column;  margin-left: 70px;  padding: 0 17px;  flex-wrap: wrap;  flex-direction: row;}
.footer_info li p {  color:#85776c; line-height: 160%;  display: inline-block;  width: 100%;  font-size: 14px;}
.footer_info li p a { color: #85776c;}
.footer_info li:nth-child(2):before { content: "Sitemap"; }
.footer_info li:nth-child(2) { width:50%;  margin: 0;  border-top: 0px solid #ffffff;  padding-top: 0;}




/*順序*/
.footer_info li p.tel  {order:1 ;}
.footer_info li p.line {order:2;}
.footer_info li p.mail { order: 3;}
.footer_info li p.add  {display: none;}


/*footer_logo*/
.footer_logo {
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s ease-in-out;
    background-position: center;
    margin-right: 0;
    width: auto;
	margin-left: 5px;
}
.footer_logo img {  width: 80%; }
.copy { text-align: center;  padding: 20px 0;  font-size: 13px;  border-top: 0px;  margin-top: 50px;  background:#FAF7F3;}
.copy a,.copy p,.total_view{ color: #85776c; transition: all 0.5s ease-in-out;}
.copy a:hover { color: #eee3d0;}
#to_top { bottom: 30px; color:#ffffff;  background:#91806c;; box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.1);  border-radius: 50px;}
#to_top i:before, #to_top i:after { background: #ffffff;}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.box_link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 280px;
    width: 100%;
    left: 0;
    top: 67%;
    flex-direction: row;
}
.box_link a {
    transition: all 0.3s;
    background: #fcc44d;
    width: 15%;
    height: 40px;
    border-radius: 100px;
    font-size: 18px;
    color: #ffffff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_link a:hover { background:#000;}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width: 1350px) {
.footer .center { max-width: 90%;}
}
@media screen and (max-width: 1200px) {
.footer_info {  grid-template-columns: 200px 1fr;}
.box_link { max-width: 280px;}
.footer_info li:nth-child(1) { margin-left: 15px;}
}
@media screen and (max-width: 1024px) {
.footer { padding: 32px 0 0;}
.footer .center { max-width: 100%;}
.footer_info { display: flex; flex-direction: column;}
.footer_logo { width: 100%; margin: 0 auto; text-align: center;}
.box_link { left: 41%; top: 42%; }

/*手機板footer*/
.footer_menu a { width: auto; text-align: center;}
.footer_info { padding: 25px 70px 0;}
.footer_info li p { width: calc(100% / 1);}
.footer_info li:nth-child(1) { width: 100%; text-align: justify; padding: 0;}
.footer_info li:nth-child(2) { width: 100%; text-align: left;}
.footer_info ul { width: calc(100% - 0px); margin: 10% 0 0;  border-left: 0px;}
#bottom_menu li:nth-child(1) { border-right: 1px solid #ddd;}
#bottom_menu li:nth-child(2) { border-right: 1px solid #ddd;}
#bottom_menu li:nth-child(1) {width: 100%!important; border-right: 1px solid #ddd; }



}
@media screen and (max-width:768px) {
    .box_link{ display:none;}
}
@media screen and (max-width:766px) {
.footer_info ul { width: calc(100% - 0px);  margin: 0 0; display: flex; flex-direction: column; }
.footer_info li:nth-child(1) { width: 100%;  text-align: justify;  padding:0px 0px 25px;}
.footer_info li:nth-child(2) { margin-left: 15px; }

/*Footer/＝＝＝＝＝*/
#to_top { bottom:120px;}
.footer_info { justify-content: center;}
.footer_logo { height: 80px; margin: 0 0; background-position: left;}

}
@media screen and (max-width: 600px) {
.copy{ margin-top: 0px;}
.footer_info { padding: 20px 25px 16px;}
.footer_info li:nth-child(2) { padding: 20px 0;}
}
@media screen and (max-width: 480px) {
.copy { margin-top: 0;}
.footer_info li:nth-child(2){ margin-left: 5px;}
.footer_info li:nth-child(1){ margin-left: 5px;}

}


/* = = = = = = = banner = = = = = = = =*/
.path {display: none;}
/* ========== Multi-layer Animated Banner (強化版 / Hover不中斷) ========== */

.banner.banB,
.banner.banC,
.banner.banF,
.banner.banblog  {
    display:none;
  
}

.other_page .banner, .services_page .banner {display: none;}


/* = = = = = = = 文管 = = = = = = = =*/
/*外層*/

.blog_page .main_part {
    max-width: 1500px;
    margin-left: auto;  /* 讓區塊在畫面置中 */
    margin-right: auto; /* 讓區塊在畫面置中 */
    width: 100%;        /* 確保在小螢幕時能自適應 */
}
.blog_le {
    width: 260px;
}
.blog_ri {
    width: calc(100% - 266px);}
.i_blog_ri p {
    -webkit-line-clamp: 2;}
h5.blog_le_t {
    font-size: 23px;
    font-family: 'Noto Serif TC', sans-serif;
    font-weight: 600;
}
h5.blog_le_t span {
    font-size: 15px;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #fac35b !important;
}
.subbox_item a:after {
    background: none;
    opacity: 1;
    border: none;
    border-bottom: 1px #CFAF83 solid;
}
.subbox_item a:before {
    opacity: 1;
    font-size: 13px;
    color: #CFAF83;
}
.subbox_item a:hover:before {
    color:#fac35b;
}
.subbox_item a:hover:after {
    border-bottom: 1px #fac35b solid;
}
.subbox_item a {padding-bottom: 45px;}
.subbox_item a {
    transition: all 0.3s ease;
}

.subbox_item a:hover {
    transform: translateY(-8px); /* 向上移動 5px */
    color: #fac35b;
}

.subbox_item a:hover:after {
    border-bottom: 2px #fac35b solid; /* 底線加粗 */
    filter: drop-shadow(0 2px 4px rgba(250, 195, 91, 0.5)); /* 加上發光感陰影 */
}

/*改排版-直式*/
.blog_list_ri p {
    -webkit-line-clamp: 2;}
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
}
.subbox_item a {grid-template-columns: 1fr;}
/*改排版-直式結束*/


/*內層*/
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: #f9d8a5;
}
.blog_back a.article_btn_back {
    background:#f8c266;
}

/*相關文章*/
.news_related {
    background: #fbfbfb;}
.news_related h6 span:before {
	content: '相關產品';
	color: #32302f;
	font-weight: 400;
} 


/* = = = = = = = 表單 = = = = = = = =*/   
.list_before.info li {
    padding-left: 50px;
}
.blank_letter {
    color: #35312f;
   
}
.contact_content .information_right {
    width: calc(100% - 305px);
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(200px, 1fr));
}
.contact_form li.last cite {
    background: #CFAF83;
    color: #fff;
}

/* = = = = = = = 相簿 = = = = = = = =*/   
.overlay {background:#f5e7cd5c;}
.other_album_choice li {
    background: #8f6344;}
.show-list .show_name:hover {
    color: #AE7A4F!important;
}
.show-list .item:hover .show_name {
    color: #AE7A4F!important;
}
/*瀑布流*/
.pic-list .show_pic {
    height: auto;
    aspect-ratio: auto;
}
.pic-list .item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}
.pic-list {
    display: inline-block;
    grid-template-columns: none;
    grid-gap: 0;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
}


/* = = = = = = = page = = = = = = = =*/
.page, .page li a {color: #555;}
.page strong, .page a:hover {
    color: #fff;
    border: 1px solid #538266;
    background: #538266;
}

/* = = = = = = = 首頁文管 = = = = = = = =*/
.module_i_news{
	background-image: url(https://pic03.eapple.com.tw/yusiang/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding-top: 100px;
	padding-bottom: 50px;   
}
.prod_part  {
	background-image: url(https://pic03.eapple.com.tw/yusiang/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding-top: 100px;
	padding-bottom: 150px;   
}
.i_blog_ri h5 {color: #555;}
.module_i_news li a {grid-template-columns: 1fr;}
.module_i_news ul {grid-template-columns: 1fr 1fr 1fr 1fr;}
.module_i_news li {position: relative;}
.module_i_news section {
    max-width: 1500px;}

.module_i_news li a:after {border: 0px #ddd solid;}




/* = = = = = = = 暫時 = = = = = = = =*/



@media screen and (max-width: 1200px) {
/*    首文管*/
.module_i_news ul {
    grid-template-columns: 1fr 1fr;
}
.module_i_news li::before {left: -2%;}
.module_i_news li:after {right: -2%;}

}

@media screen and (max-width: 1100px) { 
/*HEADER按鈕文字*/
    .stellarnav > ul > li > a {
    font-size: 14px;}
/*文管-外層*/
.blog_subbox {
    grid-template-columns: 1fr 1fr;
}

}
@media screen and (max-width: 1024px) {
/*header*/
.nav-header, .header_area.sticky .nav-header {
    max-width: 160px;}
.footer_logo {
    max-width: 200px;}

}
@media screen and (max-width: 768px) { 
/*banner*/

/*表單*/
.contact_content .information_right {
    width: 100%;
}
.footer_logo {
    max-width: 180px;}
.blog_ri,.blog_le {
    width: 100%;}
.news_related_list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))}	
}
@media screen and (max-width: 600px) { 
.news_related_list {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr))}	
}/*瀑布流*/
.pic-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

/*header*/
.me_tp_features {display: none;}
    

/*手機底部*/
#bottom_menu {background: #f4f1ea;}
#bottom_menu li a {color: #865735;}

/*首頁文館*/
.module_i_news li {border-bottom: 0px #eee solid;}

}

@media screen and (max-width: 600px) {
/*    表單*/
.contact_form li .form__label {background: rgb(84 121 111 / 7%);}

}

@media screen and (max-width: 500px) {
/*文管-外層*/
.blog_subbox {
    grid-template-columns: 1fr;
}
.module_i_news li:before, .subbox_item:before {display: none;}
.module_i_news li:after, .subbox_item:after {display: none;}

/*    首文管*/
.module_i_news ul {
    grid-template-columns: 1fr;
}
.module_i_news {
    padding: 35px 20px;
}
.module_i_news .title_i_box {
    margin-bottom: 10px;}

/*瀑布流*/
.pic-list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}    

 }



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
/*#bottom_menu {display: block; }*/
.footer.with_shopping_mode { padding:30px 0 54px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
    body {font-weight: 600;}
    .module_i_news .title_i_box h4, .i_blog_ri h5,  {font-weight: 600;}
    .total_amount li b {font-weight: 600;}
.info_fix {right: 0px;}
}


.info_fix_links {display: flex !important;}
.info_fix>span {display:none;}
.info_fix_links a {
  background-color:#fac35b ;
  color: #fff; /* 假設文字是白色 */
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease; /* 讓變色過程有緩衝 */
    /* 加入呼吸動畫 */
  animation: breathe 3s infinite ease-in-out;
}
.info_fix_tel{
  display: none !important;
}
.info_fix_links a:hover {
  background-color: #e5bb82;
  transform: scale(1.3); /* 滑過時放大一點點 */
  animation-play-state: paused; /* 滑過時停止呼吸動畫，讓點擊更穩定 */
}

@keyframes breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}
.animated-arrow {  background: #f8c266;border-radius: 100px;border: 0px;}
.footer .center {
    max-width: 1500px;
}
.contact_editbox {   
    padding:0px; 
}
.contact_content {
	margin: auto;
	background-image: url(https://pic03.eapple.com.tw/yusiang/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 100px;
	max-width: 1400px;
}

.blank_letter {
    font-size: 22px;}
	/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*聯絡*/
.contact_page .banner {
    display: none;
}

.contact_form li.last input,
.contact_form {
    font-size: 14px;
    letter-spacing: 1px;
}



.blank_letter {
    padding-top: 0;
    font-size: 18px;
    color: #595757;
    font-weight: 500;
    letter-spacing: 4px;
    position: relative;
}

.note {
    font-size: 12px;
    text-align: right;
    letter-spacing: .5px;
    font-weight: 400;
    order: 1;
}

.information_right .blank_letter {
    display: flex;
    justify-content: space-between;
    align-items: end;
    font-size: 18px;
}



.contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

.contact_form li:nth-last-of-type(-n+2) {
    width: calc(50% - 10px);
    border: none;
}

.form select {
    width: 100%;
    margin-bottom: 0;
    padding: 6px 26px 6px 3px;
}

.contact_form li.last {
    margin-top: auto;
    margin-bottom: 0;
}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
    background: #fff;
    padding: 10px;
    border: none;
    color: #555;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 400;
}

.contact_form li {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    color: #444;
    grid-gap: 8px;
}

.contact_form li .form__label {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    text-align: left;
    max-width: 100%;
    font-weight: normal;
    padding: 0;
    background: none;
    font-weight: 500;
    letter-spacing: 2px;
}

.star {
    order: 1;
    height: 18px;
}

.contact_content>form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.contact_content .information_right {
    padding: 66px 60px;
    border-radius: 40px;
    box-shadow: 0 0 20px rgba(0 0 0 / 5%);
    width: calc(70% - 50px);
}

.contact_content .information_left {
    width: calc(20% - 5px);
    padding: 65px 0 0;
    position: sticky;
    top: calc(4vh + 83px);
    height: max-content;
}

.contact_form li .form__insert {
    line-height: 165%;
}

.contact_form li.last cite {
    background: #333;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
    border-color: #333;
    border-radius: 30px;
}

.contact_form li.last blockquote {
    color: #555;
    font-weight: 400;
}

.list_before {
    margin: 40px 0;
}

.list_before.info li {
    padding-left: 58px;
    font-size: 14px;
    color: #595757;
    letter-spacing: 2px;
    line-height: 170%;
}

.list_before li:before {
    font-weight: 500 !important;
    width: 40px !important;
    letter-spacing: 2px !important;
}

.list_before.info li {
    padding-left: 52px;
}

.contact_le_nomap {
    height: 37vh;
}
@media screen and (max-width:1024px) {

.contact_content .information_left {
    width: calc(28% - 5px);}
.contact_content {
    max-width: 900px;
}
}
@media screen and (max-width:768px) {

.contact_content .information_left {
    width: 100%;position: static;  padding: 20px 0 0;}
.contact_content {
	max-width: 80%;
	margin: 0 auto;
}
.contact_content .information_right {
    width: 100%; 
}
}
@media screen and (max-width:600px) {
.contact_content {
	max-width: 90%;
}
.contact_content .information_right {
    padding: 66px 45px;}
.contact_form li:nth-last-of-type(-n+2) {
    width: calc(100% - 10px);}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part { max-width:1500px;}

.product_page .show_content,
.product_info_page .show_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%;}
ul.page { width: 100%;}

.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap { width: calc(100% - 270px);}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ { order: 1; margin-bottom: 25px;}
.Prods_Menulists { order: 2;}
.Prods_Wrap { order: 3;}
.Prods_Menulists { width: 250px; letter-spacing: 1px;}
.Prods_Menulists ul {}
.Prods_Menulists > ul > li { width: 100%; flex-wrap: wrap;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a { background: #f0f0f0;}
.Prods_Wrap .Prods_lists dl.State { height: auto;}
.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
.Prods_Menulists > ul > li.active > a { background: #f8c266;}
dl.State .MoreDets a {background: #f8c266;}
.proImgSwiper li { align-items: flex-start;}
.product_info_page .main_part {max-width: 1500px;}
.pd_tabTitle li.activeTab::after {
    height: 1px!important;
    background: #999999;
}
.prod_tabs { margin-top: 0px;}
.sidebarBtn {border: 2px #ddd solid;}
dl.State .price {
       display: none;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
/* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}

}
@media screen and (max-width: 600px) {
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/*內頁*/
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover, .inquiry_a4:hover {
    letter-spacing: 2px;
    background: #f8c266;
}
.product_menu_list > h5 {
    font-size: 1.5em;
    font-weight: 500;
      color: #35312F;}
.sidebarBtn .Pd_Line_Boxed:hover {
    background: #53af57;
}	  
@media screen and (max-width: 1200px) {
.main_part {
    width: 88%;
    padding-bottom: 80px;
}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
.products-list .item a {     padding-bottom: 0px;}

}
.products-list {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 20px;
}
.lastPage {
     background: #f8c266;border-radius: 100px;font-size:16px;}
 .prod_part section {
    max-width: 1500px;}
	.shopping-cart .cart_head {
    background: #f5b63b;}
.car_page #content {
    height: 55vh;
}
.products-list .more {font-weight: 400;
    border: 1px solid #d9d4c5;}
.i_prod_b {
    padding-top: 50px;}
.red_free{display:none}	
.edit {
   min-height:auto;
}
@media screen and (max-width: 768px) {
.product_page .main_part,.product_info_page .main_part,.blog_page .main_part  {
    padding: 50px 20px; 
}
.products-list .name {
   height: 4em;
}
}


