@charset "utf-8";

body{ font-family: "Prompt", sans-serif,"Noto Sans TC", sans-serif;}


/* 捲軸寬度及高度 */
&::-webkit-scrollbar {
background: #ffffff;
width: 6px;
}
/* 捲軸兩側頂端的按鈕 */
&::-webkit-scrollbar-button {
display: none;
}
/* 滑桿顏色 */
&::-webkit-scrollbar-thumb {
background-color: #f3eade;
border-radius: 0px;
transition: all 0.3s;
}
/* 軌道背景底色 */
&::-webkit-scrollbar-track {  
background-color: #ffffff;
}

.path p, .path p a{
  display: none;
}

/*大圖特效**********************************************************/

/*大圖*/
#content_main {  margin: 0;}
.bannerindex { position: relative; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}
.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}
.bannerindex:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    }

/*陰影*/

.bannerindex .swiper-slide.swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgb(0 0 0), rgba(0, 0, 0, 0));
    transition: all 0.8s ease;
    z-index: 1;
}

/*圖1*/

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw//0903521006/title01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 6%;
    left: 60%;
    width: 33% !important;
    height: 0% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-top 3s cubic-bezier(.39, .575, .565, 1.000) both;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw//0903521006/title02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 6%;
    left: 53%;
    width: 23% !important;
    height: 0% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-right 3s cubic-bezier(.39, .575, .565, 1.000) both;
}


@keyframes fade-in-right {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

  

@keyframes fade-in-top {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}




/*header*************************************************/

.me_tp_features {
display: none;
}

.main_header_area .container {
  max-width: 90%;
}

.header_area {
	width: 100%;
	background: transparent;
	padding: 0px;
	position: fixed;
}
.header_area.sticky {
	background: transparent;
}


.main_header_area {
	position: relative;
}


.main_header_area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background: linear-gradient(to bottom, #000000b8, transparent);
    transition: all 1.3s ease-in-out;
    z-index: -1;
    opacity: 1;
}

.header_area.sticky .main_header_area:after {
    height: 100px;
    opacity: .2;
    transition: all 1.3s ease-in-out;
}

.nav-header {
    max-width: 150px;
    transition: all 1s;
    padding-top: 35px;
    filter: invert(1) brightness(2);
}

.nav-brand img {
    filter: drop-shadow(2px 4px 6px #FFF);
    transition: all .5s;
}

.header_area.sticky .nav-brand img {
    filter: drop-shadow(0px 0px 0px #ffffff00);
    transition: all .5s;
}

.header_area.sticky .nav-header {
    max-width: 100px;
    transition: all 1s;
}

.navigation {
    transition: all 1s;
}

.header_area.sticky .navigation {
    grid-template-columns: 150px 1fr;
    transition: all 1s;
}

.stellarnav ul {
    transition: all 1s;
    width: fit-content;
    margin-top: 50px;
    border-radius: 50px;
    background: transparent;
}

.header_area.sticky .stellarnav ul {
    transition: all 1s;
    background: #171717;
    padding: 10px 30px 0px 30px;
    border-radius: 50px;
    margin-top: 30px;
}

/*header文字**********************************************/

.stellarnav > ul > li > a {
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #f0f0f0;
    margin: 0 15px;
}

.stellarnav > ul > li > a b:nth-of-type(1) {
    font-weight: 300;
}

.stellarnav > ul > li > a b:nth-of-type(2) {
  font-size: 12px;
  background: linear-gradient(90deg, #bca96d 0%, #f0e1b0 40%, #b8a682 70%, #f6e8b1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 
    0 0 5px rgba(255, 230, 180, 0.5),
    0 0 10px rgba(184, 166, 130, 0.4);
  font-weight: 600;
}





/*footer***********************************************************/

.footer:after {display: none;} 
.pageIndex.footer:after {display: block;}  
.footer .center{display: none;}
.copy{display: none;}


.footer {
    padding: 400px 0 0;
    background: transparent;
    background-image: url(https://pic03.eapple.com.tw/0903521006/footer.jpg);
    background-size: auto;
    background-repeat: no-repeat;
}


/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}


/*分隔線*******************************************************/


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.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;}
@media screen and (max-width: 1200px) {
}
@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;}
}
@media screen and (max-width: 600px) {
}


/********分隔線**************************************************************/


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/********分隔線**************************************************************/

/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




