@charset "utf-8";

body{ font-family: "PT Sans Narrow", sans-serif,"Zen Kaku Gothic Antique", sans-serif,"Noto Sans TC", sans-serif,"Jost", sans-serif}


/* 捲軸寬度及高度 */
&::-webkit-scrollbar {
background: #ffffff;
width: 6px;
}
/* 捲軸兩側頂端的按鈕 */
&::-webkit-scrollbar-button {
display: none;
}
/* 滑桿顏色 */
&::-webkit-scrollbar-thumb {
background-color: #c8bbcd;
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-active:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/jws/title1.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 3%;
    right: 0%;
    width: 100% !important;
    height: 100% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: cute-bounce 2s both;
}


/*第二張大圖*/


/*圖*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/jws/title2.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 3%;
    right: 0%;
    width: 100% !important;
    height: 100% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: cute-bounce 2s both;
}


@keyframes jump-in-right {
  0% {
    opacity: 0;
    transform: translateX(50px) translateY(10px) scale(0.8) rotate(5deg);
  }
  50% {
    opacity: 1;
    transform: translateX(-5px) translateY(-5px) scale(1.05) rotate(-3deg);
  }
  70% {
    transform: translateX(2px) translateY(2px) scale(0.95) rotate(2deg);
  }
  85% {
    transform: translateX(-1px) translateY(-1px) scale(1.02) rotate(-1deg);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1) rotate(0deg);
  }
}

@keyframes cute-bounce {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
  }
  60% {
    opacity: 1;
    transform: scale(1.05) translateY(-5px);
  }
  80% {
    transform: scale(0.98) translateY(3px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}

  @keyframes wave-reveal {
    0% {
      clip-path: inset(0 0 0 100%);
    }
    100% {
      clip-path: inset(0 0 0 0);
    }
  }

@keyframes bounce-top {
	0% {
		transform: translateY(-150px);
		animation-timing-function: ease-in;
		opacity: 1
	}
	24% {
		opacity: 1
	}
	40% {
		transform: translateY(-24px);
		animation-timing-function: ease-in
	}
	65% {
		transform: translateY(-12px);
		animation-timing-function: ease-in
	}
	82% {
		transform: translateY(-6px);
		animation-timing-function: ease-in
	}
	93% {
		transform: translateY(-4px);
		animation-timing-function: ease-in
	}
	25%, 55%, 75%, 87% {
		transform: translateY(0);
		animation-timing-function: ease-out
	}
	100% {
		transform: translateY(0);
		animation-timing-function: ease-out;
		opacity: 1
	}
}


/*header***********************************************************/


/*logo*/

.nav-header {
    width: 170px;
    transition: .4s ease-in-out;
}

.header_area.sticky .nav-header {    
    transition: .4s ease-in-out;
}

.pageIndex .header_area.sticky .nav-header {
    width: 204px;
    filter: none;
    margin-top: 0px;
    pointer-events: all;
    opacity: 1;
}

.pageIndex .nav-header {
    pointer-events: none;
    opacity: 0;

}

.pageIndex .navigation {
    padding-top: 14px;
    transform: scale(0.9);
    transition: .5s;
}

.pageIndex .header_area.sticky .navigation {
  transition: .5s;
  transition-delay: .5s;
  transform: scale(1)
}


/********/

.me_tp_features {
display: none;
}

.stellarnav ul {
    text-align: center;
    padding: 10px 0px 10px;
    transition: .5s ease-in-out;
}

.pageIndex .stellarnav ul {
    opacity: 0;
    pointer-events: none;
}


.pageIndex .header_area.sticky .stellarnav ul {
    opacity: 1;
    pointer-events: all;
}

.header_area {
    padding: 10px;
    position: sticky;
    background: #fff;
}
.pageIndex .header_area {
    padding: 25px 10px 15px;
    position: fixed;
    background: transparent;
    box-shadow: none;
}

.header_area.sticky {
    background: #ffffff;
}

.pageIndex .header_area.sticky {
    padding: 25px 0px;
    background: transparent;
}

.main_header_area {
    position: relative;
    z-index: 10;
}

.pageIndex .main_header_area::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    width: 95%;
    height: 130px;
    z-index: -1;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    background: #ffffff;
    border-radius: 100px;
    border: 6px solid #784981;
    opacity: 0;
    transition: transform 1s ease-in-out, opacity .5s ease-in-out;
}

.pageIndex .header_area.sticky .main_header_area::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
}

/*第一層*/

.stellarnav li.has-sub > a:after{
    display: none;
}

.stellarnav > ul > li.has-sub > a {
padding-right:0px
}

.stellarnav > ul > li > a {
    margin: 0 20px;
    letter-spacing: 2px;
    font-size: 20px;
    color: #6b2d83;
    padding: 24px 0px 30px;
}

.stellarnav > ul > li > a:hover {
    color: #a994b2;
}


.stellarnav > ul > li:after {
    content: '';
    position: absolute;
    right: -7px;
    bottom: 6px;
    width: 10px;
    height: 17px;
    background: radial-gradient(circle, #507744 38%, transparent 46%) repeat-y;
}

.stellarnav > ul > li:nth-last-child(1):after{
    display:none
}

.stellarnav > ul > li > a:hover:before {
  animation: sticker-bounce 0.8s ease-out;
}

@keyframes sticker-bounce {
  0%   { transform: translate(-50%, -50%) scale(1); }
  25%  { transform: translate(-50%, -65%) scale(1.1); }
  50%  { transform: translate(-50%, -48%) scale(0.97); }
  65%  { transform: translate(-50%, -54%) scale(1.03); }
  80%  { transform: translate(-50%, -49%) scale(0.99); }
  100% { transform: translate(-50%, -50%) scale(1); }
}



/*第二層*/

.stellarnav li li {    border: none;}
.pageIndex .header_area.sticky .stellarnav ul ul {padding: 0px;letter-spacing: 1px;}
.stellarnav ul ul {padding: 0px;letter-spacing: 1px;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 15px 10px;
    transition: all 0.3s;
    color: #444;
    font-size: 15px;
    background: #fff;
}

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    border: none;
    margin-left: 10px;
    color:#b8a162;
    font-weight: 500;
    }


/*footer*************************************************************/
.footer {  background: #9c77ab;
 padding: 30px 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;}
	
	.footer_menu a:hover {
    background: #764e7d;
    color: #fff;
}
.footer_menu a:nth-of-type(1) {
    display: none;
}

.footer_info li p {  color: #ffffff;letter-spacing: 3px;}
.footer_info li p a {  color: #ffffff;letter-spacing: 3px;}
.footer_menu a {
  position: relative;
  display: inline-block;
  margin: 0;
  text-align: center;
  padding: 10px 12px;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: transparent;
  border: none;
  transition: all 0.4s ease;
  z-index: 1;
  border-radius: 41px;
  width: 100px;
}

.footer_menu a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: -1;
  
}


.footer_logo img {
    max-width: 83%;
    filter: brightness(0) invert(1);
}
.footer_logo {  padding-left: 25px; padding-top: 2px; max-width: 298px;}


	/*--------*/
    
  
  .copy {
      background: transparent;
      color: #ffffff;
      border: none;
  }
  .copy a{    color: #ffffff;transition:all 0.3s;}
  .copy a:hover {color: #654e6b;}
  
  .box_link{display:none}
  
  @media screen and (max-width: 980px) {
  .footer_info {  padding: 0; }
  .footer_info ul { padding-left: 46px; }
  .footer_logo {  display: inline-block;  vertical-align: top; max-width: 239px; margin: 0; }
    }
  @media screen and (max-width: 900px) {
  
 
  .footer.with_shopping_mode { padding:30px 0 70px; }
  .footer_info {    justify-content: center;}
  .footer_logo {    text-align: center;}
  
    .footer_info ul {
        display: flex;
        vertical-align: top;
        width: 100%;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }
  
  }
  @media screen and (max-width: 768px) {
    .stellarnav.mobile {
        left: 21px;
        top: 26px;
    }
	.stellarnav .menu-toggle span.bars span {
    background: #9b77a9;
}
.stellarnav .menu-toggle:after {
    color: #9b77a9;
}

.pageIndex .header_area.sticky {
    padding: 0;
    background: #ffffff;
}
.pageIndex .header_area {
	padding: 0;
    background: #ffffff;
	position: sticky;
}
.pageIndex .main_header_area::after {display: none;}
.pageIndex .nav-header {
    opacity: 1;
}
.footer_info ul {
        padding-left: 0px;
		display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
	.footer_info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_logo {
    padding-left: 0px;
}


}




/* 商品下拉超過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) {
/* 開啟手機板下方按鈕所需設定 */

.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}



