@charset "utf-8";
/*女巫夢娜貝爾的魔法小館*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+HK:wght@200..900&display=swap');



/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto; background-color: #040200;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;} 
.me_tp_features{display: none;}
.swiper-pagination-clickable .swiper-pagination-bullet{display: none;}

.pageIndex .header_area{
    width: 100%;
    position: fixed;
    background: transparent;
    background-image: url(https://pic03.eapple.com.tw/witchmonabelle/totem_bk.jpg);
    background-repeat: repeat-y;
    width: 100%;
    opacity: 1;
}
.header_area{
    width: 100%;
    position: relative;
    background: transparent;
    background-image: url(https://pic03.eapple.com.tw/witchmonabelle/totem_bk.jpg);
    background-repeat: repeat-y;
    width: 100%;
    opacity: 1;
}
.pageIndex .header_area.sticky{
    position: fixed;
    background: transparent;
    background-image: url(https://pic03.eapple.com.tw/witchmonabelle/totem_bk.jpg);
    background-repeat: repeat-y;
    width: 100%;
    opacity: 0.9;
}
.header_area.sticky{
    width: 100%;
    position: relative;
    background: transparent;
    background-image: url(https://pic03.eapple.com.tw/witchmonabelle/totem_bk.jpg);
    background-repeat: repeat-y;
    width: 100%;
    opacity: 0.8;
}
.stellarnav li.has-sub > a:after{
    display: none;
}
.stellarnav > ul > li.has-sub > a{
    padding-right: 0;
}
.header_area{
    padding: 0;
}
.stellarnav ul{
    padding: 2.6% 0;
}
.nav-header{
    max-width: 100%;
    width: 100%;
}
.main_header_area .container{
    max-width: 86%;
    width: 100%;
}
.navigation{
    grid-template-columns: 25% 1fr;
}
.stellarnav > ul > li > a{
    color: #E9A01B;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    margin: 0 0 0 50px;
    letter-spacing: 2px;
    font-size: 16px;
}
.stellarnav ul ul{
    background: #060606;
}

/*圖片移動特效_不要有
.swiper-banner .swiper-slide img{
        -webkit-animation-duration: unset;
        animation-duration:unset;
}
*/


.bannerindex::before {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/witchmonabelle/in_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center  top;
    width: 100%;
    height: 100%;
    max-width: 2000px;
    max-height: 1000px;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1000000000;
    animation: banner-bg 4s forwards;
  }
 @keyframes banner-bg {
    0% {
      filter: blur(25px);
      opacity: 0;
      transform: translateX(0);
    }
    30% {
      filter: blur(0px);
      opacity: 0.8;
    }
    100% {
      filter: blur(100px);
      opacity: 0;
      transform: translateX(100px);
    }
  } 

.swiper-banner .swiper-slide:nth-child(1)::after {
    content: '探索靈魂的地圖，讓未知不再迷惘 \A 結合神秘學、心理學與古老魔法，為你點亮前行的方向';
    color: #ffa706;
    white-space: pre;
    font-family: "Noto Serif HK", serif;
    text-align: center;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 4px;
    line-height: 180%;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    bottom: 20%;
    right: 0;
    z-index: 1;
    animation: slide-in-bottom 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    text-shadow: 3px 2px 6px #000000;
    filter: drop-shadow(2px 6px 20px #000000);
}
.swiper-banner .swiper-slide:nth-child(1)::before {
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/witchmonabelle/title1.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    max-width: 2000px;
    max-height: 1000px;
    z-index: 1;
    background-position: left center;
    animation: random-flicker 3s infinite steps(5);
}


.swiper-banner .swiper-slide:nth-child(2)::after {
    content: '命運不是偶然，而是等待你解讀的訊息 \A 從塔羅、通靈到能量儀式，陪你一起聆聽靈魂的聲音';
    color: #ffa706;
    white-space: pre;
    font-family: "Noto Serif HK", serif;
    text-align: center;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 4px;
    line-height: 180%;
    width: 100%;
    bottom: 16%;
    right: 0;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    z-index: 1;
    position: absolute;
    animation: slide-in-top 6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    text-shadow:  3px 2px 6px #000000;
    filter: drop-shadow(2px 6px 20px #000000);
}


.swiper-banner .swiper-slide:nth-child(2)::before {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/witchmonabelle/smoke_glimmer2.png);
    height: 100%;
    width: 100%;   
    max-width: 100%;
    max-height: 832px;
    left: 0;
    bottom: -6%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom  center;
    z-index: 1;
    position: absolute;
    animation: slide-left 8s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
}
@-webkit-keyframes slide-left{
   0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
     opacity: 0;
  }
  
 25%{
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    opacity: 1;
  }
 50%{
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 1;
  }
  
 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
     opacity: 1;
  }
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
    
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes random-flicker {
  0% { opacity: 0.5; filter: blur(6px); }
  20% { opacity: 0.8; filter: blur(3px); }
  40% { opacity: 0.6; filter: blur(5px); }
  60% { opacity: 0.9; filter: blur(2px); }
  80% { opacity: 0.7; filter: blur(4px); }
  100% { opacity: 0.6; filter: blur(6px); }
}


/*版面*/
#content_main,#content{
    background: url(https://pic03.eapple.com.tw/witchmonabelle/demoB_img07.jpg) center;
    background-repeat: repeat-y;
}
.contact_page .main_part{
    width: 100%;
    max-width: 72%;
}
.product_page   .main_part{
    width: 100%;
    max-width: 100%;
    padding: 4%  4%;
}
.product_info_page  .main_part{
    width: 100%;
    max-width: 78%;
    padding: 4% 4%;
}
.blog_page .main_part{
    width: 100%;
    max-width: 80%;
}
.blog_in_page  .main_part{
    width: 100%;
    max-width: 80%;
}

/*內頁BANNER 設定*/
.banner {
    padding: 0;
    text-align: center;
    background: repeat center center #0e0604;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.banner h5 {
    padding: 4%;
    color: #e4992b;
    font-family: "Noto Serif HK", serif;
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 28px;
    text-shadow: 3px 2px 6px #000000;
    filter: drop-shadow(2px 6px 20px #000000);
    right: 8%;
    bottom: 0;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.other_page  .banner h5 {display: none;}
.banner.banB {display: none;}
.banner.banA {}
.banner.banC {
    height: 480px;
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/witchmonabelle/contact_banner.jpg);
    background-repeat: no-repeat;
    animation: bg-pan-right 8s both;
}
.banner.banD {}
.banner.banE {}
.product_page .banner.banF,.product_info_page  .banner.banF{
    height: 480px;
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/witchmonabelle/product_banner.jpg);
    background-repeat: no-repeat;
    animation: bg-pan-right 8s both;
}
.blog_page .banner.banblog,.blog_in_page .banner.banblog{
    height: 480px;
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/witchmonabelle/blog_banner.jpg);
    background-repeat: no-repeat;
    animation: bg-pan-right 8s both;
}
@keyframes bg-pan-right{
0% {
    background-position: 0% 50%;
}
100% {
    background-position: 100% 50%;
}
}

/*文章*/
h5.blog_le_t{
    color: #E99F1A;
    text-align: center;
}
.blog_search input[type=search]{
    border: none;
    background-color: #141016;
    color: #ffffff;
}
.blog_le .accordion{
    border: none;
}
.blog_le{
    width: 21%;
}
.blog_ri{
    width: calc(100% - 22%); 
    padding: 0 0 0 4%;
}
.accordion li .link{
    text-align: center;
    border-bottom: 1px dotted #e9a01b8c;
}
.accordion li .link a{
    color: #e9a01b ;
    font-size: 18px;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{
    background: #160905 !important;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{
    color: #e9a01b !important;
}
.blog_le .accordion{
    border-radius: 4px;
}
.subbox_item{
    padding-bottom: 4%;
    border-bottom: 2px solid #e9a01b4a;
}
.subbox_item a{
    grid-template-columns: 1fr; 
}
.subbox_item a:after{
    border: none;
    background: transparent;
}
.blog_list_ri h5 {
    font-weight: 500;
    font-size: 22px;
    color: #e9a01b;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
}
.blog_subbox{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
}
.blog_list_ri p{
    font-size: 15px;
    color: #d6cebf;
    -webkit-line-clamp: 2;
    font-family: 'Noto Sans TC';
    line-height: 180%;
}
.blog_list_ri em{
    color: #f3d6a3;
    order: 1;
}
.blog_list_ri{
    display: flex;
    padding: 5px;
    flex-direction: column;
}
.news_related{
    background: transparent;
}
.subbox_item a:before{
    display: none;
}
h4.blog_category_title {
    font-family: 'Noto Sans TC';
    font-weight: 500;
    font-size: 25px;
    color: #e9a01b;
    letter-spacing: 1px;
}
.articel_mainPic img{
    display: none;
}
.blog_box_edit *{
    color: #ffffff;
    font-family: 'Noto Sans TC';
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 1px;
}
.news_related_list li a{
    background: #060302;
    color: #dbdbdb;
    font-family: 'Noto Sans TC';
}
.news_related_list li a p {
    color: #e9a01b;
    padding: 4% 2%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 150%;
    text-align: left;
}
.news_related_list{
    max-width: 80%;
    width: 100%;
   grid-template-columns: repeat(4, 1fr);
}
.news_related h6 span:before{
    color: #e9a01b;
}
.blog_back a.article_btn_back{
    background: #492d2d;
}
.blog_back a.article_btn_prev{
    background: #281212;
}
.blog_back a.article_btn_next{
    background: #281212;
}
.blog_back a{
   color: #e9a01b;
}
.news_related_b_box{
    margin-top: 4%;
}
.news_related h6{
    margin: 2% auto 6% auto; 
}





/* 商品下拉超過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;}
.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);}
.products-list{grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));}
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 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;}
.product-layer-two li a {
    border: none;
    background: #0f0607;
    color: #e4992b;
    font-size: 18px;
    font-family: 'Noto Sans TC';
    text-align: center;
}
.product-layer-two > li {
    border-bottom: 1px dotted #e9a01b40;
    padding-bottom: 5px;
}
.products-list .name{
    font-size: 18px;
    color: #efdbb8;
    text-align: center;
}
.products-list .more{
    border: 1px solid #822f07;
    color: #822f07;
}
.products-list .item a:hover .more{
    background: #822f07;
    color: #a07b7b;
}
.proImgSwiper li{
    align-items: flex-start;
}
.sidebarBtn{
    border: none;
    background: #0c0606;
}
.sidebarBtn h2{
    color: #e9a01b;
}
.prod_related{
    background: #060301a8;
    padding: 4% 0 0 0;
}
.prod_related h6 span:before{
    color: #e9a01b;
    font-size: 28px;
}
.lastPage{
    color: #e9a01b;
    background: #000000; 
    margin: 0 auto;
}
.toShare{
    border: none;
}
.stellarnav li li{
    border: none;
}
.stellarnav li a{
    color: #e9a01b;
}
.product-layer-two li.active a{
    border: 1px #553c0f solid;
}
.pd_tabTitle li.activeTab a{
    color: #e9a01b;
    font-family: 'Noto Sans TC';
    font-size: 24px;
    text-align: left;
}
.pd_tabTitle li.activeTab::after{
    background: #1d0e07;
}
.pd_tabTitle li{
    border-bottom: 1px solid #e9a01b;
}
.product_info_page .edit{
    color: #ffffff;
    line-height: 180%;
    letter-spacing: 1px;
}
.related_list li a{
    background: #050202;
    color: #f7daaf;
    font-family: "Noto Serif HK", serif;
    font-weight: 600;
}
.related_list li a p {
    color: #e9a01b;
    letter-spacing: 1px;
    font-size: 18px;
}
.related_list{
    grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
    max-width: 74%;
    width: 100%;
}
.pd_tabTitle li a{
    padding: 10px 0 6px 0;
}
.prod_related_b_box{
    padding: 58px 0;
}
.product_info li .txt_box{
    color: #8057a7;
}
.product_info li span,.toShare b{
    color: #c59b4f;
}
.inquiry_a3{
    background: #b82622; 
}
.inquiry_a1{
    background: #804e3d;
}
.inquiry_a2 {
    background: #443053;
}
.sidebarBtn .price span{
    display: block;
    font-size: 24px;
    letter-spacing: 0;
    color: #f81f1f;
}
.sidebarBtn .price{
    border-bottom: 3px solid #512e1b;
}
.products-list .price b{
    color: #f81f1f;
    font-size: 20px;
}



/*聯絡我們*/
.contact_form li input.noborder{
    border: 1px #685f5a solid;
    background: #050202;
}
button, input, optgroup, select, textarea{
    color: #ffffff;
}
.contact_form li textarea.noborder{
    border: 1px #685f5a solid;
   background: #050202;
}
.blank_letter{
    color: #e4992b;
    font-family: "Noto Serif HK", serif;
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 28px;
    width:32%;
}
.contact_le_nomap {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 4%;
}
.contact_form li{
    grid-template-columns: 1fr;
    margin-bottom: 2%;
}


.red{
    order: 2;
}
.contact_form li.last cite {
    background: #3f3051;
    color: #fff;
    border: none;
}
.contact_content .information_left {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact_content .information_right {
    width: 100%;
    padding-left:0;
}
.contact_form li.last blockquote{
    border: 1px #3f3051 solid;
}
.list_before.info li{
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
}
.contact_form li .form__insert{
    color: #ffffff;
    font-size: 18px;
    font-family: 'Noto Sans TC';
    letter-spacing: 1px;
}
.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(46%, 1fr));
}
.contact_form li .form__label {
    color: #f3ce8a;
    font-size: 18px;
    font-family: 'Noto Sans TC';
    letter-spacing: 1px;
    display: flex;
    background-color: transparent;
    max-width: 100%;
}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before{
    color: #ffffff;
    font-size: 16px;
    font-family: 'Noto Sans TC';
    letter-spacing: 1px;
}
.list_before.info li{
    padding-left: 15%;
}
.list_before{
   display: none;
}
.list_before.info li {
    padding-left: 0;
    display: flex;
    flex-direction: column;
}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before{
    position: relative;    
}




/*麵包屑*/
.path{
    display: none;
}

/*頁腳*/
.footer{
    background-color: transparent;
    background-image: url(https://pic03.eapple.com.tw/witchmonabelle/totem_bk.jpg);
    background-repeat: repeat-y;
    width: 100%;
    padding: 4% 0 0 0;
}
.footer_info ul{
    padding-bottom: 4%;
}
.footer_info{
    grid-template-columns: 34% 1fr;
}
.footer .center{
    width: 100%;
    max-width: 84%; 
}
.footer_info li p{
    color: #E9A01B;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 600;
}
.footer_info li p  a{
    color: #E9A01B;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
}
.footer_menu a {
    color: #E9A01B;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    border: none;
    background: #36233b78;
    width: 150px;
    padding: 1%;
    text-align: center;
}
.footer_logo{
    max-width: 100%;
}
.footer_menu a:hover{
    background: #36233e;
    color: #E9A01B;
}
.copy{
    border-top: none;
    color: #e9a01b;
}
.copy a{
    color: #e9a01b;
}
.privacyLinks a+a{
    border-left: 1px solid #e9a01b;
}
.box_link{
    display: none;
}
#to_top {
    background: #e9a01b;
    color: #040200;
    left: unset;
    right: 1%;
    bottom: 4%;
}
#to_top i:before, #to_top i:after{
    background: #040200;
}

@media screen and (max-width: 1280px) {
.swiper-banner .swiper-slide:nth-child(1)::after {
    background-size: 50%;
    filter: drop-shadow(2px 4px 6px black);
}
.swiper-banner .swiper-slide:nth-child(2)::after {
    background-size: 50%;
    filter: drop-shadow(2px 4px 6px black);
}
.navigation{
    grid-template-columns: 30% 1fr;
}
.stellarnav > ul > li > a{
    font-size: 15px;
}

/*大圖*/
.swiper-banner .swiper-slide:nth-child(1)::after{
    font-size: 24px
}
.swiper-banner .swiper-slide:nth-child(2)::after{
    font-size: 24px
}

/*聯絡我們*/
.contact_page .main_part{
     max-width: 84%;
}


/*頁腳*/
.footer_info {
    grid-template-columns: 1fr;
}
.footer_logo {
    max-width: 40%;
}
#to_top{
    right: 1.6%; 
}

}
@media screen and (max-width: 1024px) {
.nav-brand{
    max-width: 36%;  
}
.stellarnav ul {
    padding: 0;
}
.pageIndex .header_area,.pageIndex .header_area.sticky{
    position: relative;
}

/*大圖*/
.swiper-banner .swiper-slide:nth-child(1)::after{
    font-size: 20px;
}
.swiper-banner .swiper-slide:nth-child(2)::after{
    font-size: 20px;
}


}
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {  background-color: #3c2643;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.bannerindex { padding:0; margin:0;}
#bottom_menu li a i{
    color: #e9a01b;
}
#bottom_menu li a em{display: none;}
#bottom_menu li a{
    padding: 10px 6px 10px 6px;
}
.main_header_area .container{
    max-width: 100%;
    width: 100%;
}
.nav-brand{
    max-width: 72%;
}
.stellarnav .menu-toggle:after{
    color: #e9a01b;
}
.stellarnav .menu-toggle span.bars span{
    background: #e9a01b;
}
.stellarnav.mobile{
    top: 26%;
}
.stellarnav.mobile.left > ul {
    background-color: transparent;
    background-image: url(https://pic03.eapple.com.tw/witchmonabelle/totem_bk.jpg);
    background-repeat: repeat-y;
    background-position: center;
    border: none;
}
.stellarnav.mobile.left .close-menu{
    background: #0202025e;
}
.stellarnav .icon-close:before{
    border-bottom: solid 3px #e9a01b;
}
.stellarnav .icon-close:after{
    border-bottom: solid 3px #e9a01b;
}
.stellarnav a{
    color: #e9a01b;
}
.stellarnav.mobile > ul > li{
    border-bottom: 1px #1e1526 solid;
}
.stellarnav.mobile li a{
   border-bottom: none; 
   text-align: center;
    padding: 4% 0;
}
.stellarnav.mobile li.open{
    background: #42304b;
}
/*大圖*/    
.swiper-banner .swiper-slide img{
     height:80vh;
     padding: 0;
     object-position: center;
     object-fit: cover;
}

.swiper-banner .swiper-slide:nth-child(2)::before {
    background-size: contain;
}
.swiper-banner .swiper-slide:nth-child(2)::after{
    font-size: 30px;
     content: '命運不是偶然， \A 而是等待你解讀的訊息從塔羅、 \A 通靈到能量儀式， \A 陪你一起聆聽靈魂的聲音。';
}
.swiper-banner .swiper-slide:nth-child(1)::after{
    font-size: 30px;
    content: '探索靈魂的地圖，\A讓未知不再迷惘 \A 結合神秘學、\A心理學與古老魔法，\A為你點亮前行的方向。';
}

.contact_page .main_part{
    max-width: 90%;
}
.stellarnav.mobile ul{
    background: #1c1c1c;
}
.stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #e9a01b;
}
.stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #e9a01b;
}

/*產品*/
.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;}

/*頁腳*/
.footer_info{
    grid-template-columns: 1fr;
}
.footer_menu a{
    width: 47%;
}

/*聯絡我們*/
.contact_form li.last blockquote, .contact_form li.last cite{
    width: 50%;
}


}
@media screen and (max-width: 600px) {


/*頁腳*/
.footer_logo {
    max-width: 100%;
}


}
@media screen and (max-width: 480px){
/*大圖*/ 
.swiper-banner .swiper-slide img{
     height:60vh;
    filter: brightness(0.5);
}
.swiper-banner .swiper-slide:nth-child(2)::after {
    font-size: 20px;
    background-position: center;
    bottom: 30%;
}
.swiper-banner .swiper-slide:nth-child(1)::after{
   font-size: 20px;
    background-position: center;
    bottom: 30%;
}

/*banner*/
.blog_page .banner.banblog, .blog_in_page .banner.banblog,.product_page .banner.banF, .product_info_page .banner.banF,.contact_page .banner.banC{
    height:350px;
}
.banner h5{
    height: auto;
}

/*版面*/
.product_page .main_part{
    width: 100%;
    max-width: 90%;
}

/*產品*/
.product_menu_list>h5{
    color: #e9a01b;
}
.fa-caret-down::before{
     color: #e9a01b;
}
.product_page .product_menu_list>h5{
    text-align: center;
}


/*文章*/

.blog_le{width: 100%;}
.blog_subbox{
    width: 100%;
}
.blog_ri {
    width: 100%;
}
.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
.products-list {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
.blog_page .main_part,.blog_in_page .main_part{
    width: 100%;
    max-width: 88%;
}
.news_related_list {
    max-width: 80%;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}


/*聯絡我們*/
.contact_content .information_left{
    width: 100%;
}
.text p{
    padding-left: 0; 
}





}
