@charset "utf-8";
body {
    font-family: "Cormorant Garamond", serif, "Noto Serif TC", serif;
}


/*footer***********************************************************/

.footer:after {display: none;} 
.pageIndex.footer:after {display: block;}  
.footer .center{display: none;}
.copy{display: none;}


.footer {
    padding: 349px 0 0;
    background: transparent;
    background-image: url(https://pic03.eapple.com.tw/senhouse/footer.jpg);
    background-size: auto;
    background-repeat: no-repeat;
}

/* 捲軸寬度及高度 */

&::-webkit-scrollbar {
    background: #ffffff;
    width: 4px;
}

/* 捲軸兩側頂端的按鈕 */

&::-webkit-scrollbar-button {
    display: none;
}

/* 滑桿顏色 */

&::-webkit-scrollbar-thumb {
    background-color: #a1ca49;
    border-radius: 0px;
    transition: all 0.3s;
}

/* 軌道背景底色 */

&::-webkit-scrollbar-track {
    background-color: #ffffff;
}

/*隱藏*/

.swiper-pagination-bullets.swiper-pagination-horizontal{
    display: none;
}
.me_tp_features{
    display: none;
}

.stellarnav li.has-sub > a:after{
    display: none;
}

.stellarnav > ul > li.has-sub > a{
    padding: 0;
}

/*首頁header*/

.pageIndex .header_area {
    background: transparent;
    position: absolute;
}

.pageIndex .header_area.sticky{
     background: transparent;   
}

.pageIndex .stellarnav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: auto;
    width: 100px;
    align-items: center;
}

.pageIndex .navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 25px;
    margin-top: 50px;
    animation: blurFadeInDown 1.5s ease-out forwards;
    opacity: 0;
    animation-delay: 1s;
}

@keyframes blurFadeInDown {
    0% {
        opacity: 0;
        filter: blur(10px);          /* 初始狀態：模糊 */
        transform: translateY(-20px); /* 初始位置：向上偏移 20px */
    }
    100% {
        opacity: 1;
        filter: blur(0);             /* 結束狀態：清晰 */
        transform: translateY(0);     /* 結束位置：回到原位 */
    }
}

.pageIndex .main_header_area .container {
    max-width: 90%;
    margin: auto;
}
.pageIndex .nav-brand {
    margin: 0;
    margin-left: auto;
}
.pageIndex .nav-brand img {
    width: 100px;
}

.pageIndex .stellarnav > ul > li > a {
    text-align: center;
    font-size: 14px;
}

.pageIndex .stellarnav > ul > li > a:hover b{
        color: #bba16f;
}



/* 商品下拉超過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;}
}

.bannerindex .swiper-slide:before {
    content: "";
    position: absolute;
    z-index: 9;
    pointer-events: none;
    top: 0;
    right: 0;
    width: 16%;
    height: 100%;
    background: #fff;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: wave-reveal 3s both;
}

.bannerindex .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw//senhouse/trophy.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 1%;
    right: 2.2%;
    width: 10% !important;
    height: 14% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-bottom 1.5s cubic-bezier(.39, .575, .565, 1.000) both;
    animation-delay: 1s;
}

  @keyframes wave-reveal {
    0% {
      clip-path: inset(0 0 0 100%);
    }
    100% {
      clip-path: inset(0 0 0 0);
    }
  }

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}



/********分隔線**************************************************************/

/*內頁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) { 
}




