@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Arya:wght@400;700&family=Bebas+Neue&family=Dancing+Script:wght@400..700&family=Fjalla+One&family=Great+Vibes&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Orbitron:wght@400..900&family=Pinyon+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過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;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

body {
    color: #fff;
  }

.edit_part {
    padding: 0;
}


/*預設解除背景輪播*/
#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;}
}

.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: #37323d;
}

#content {
    margin: 0;
    background-image: url(https://pic03.eapple.com.tw/miayip/main_bg.jpg);
  }

.header_area {
    background: #37323d;
    box-shadow: 0 0 8px rgba(0 0 0 / 8%);
}
.pageIndex .header_area{    
    position: fixed;
    background:#37323d;}
.nav-brand img {
    max-width: 100%;
}
.main_header_area .container{    max-width: 80%;}
.stellarnav > ul > li > a {
    margin: 5px 15px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 50px;
}
.tp_links a{color: #ffffff;}
.me_tp_features {
    text-align: right;
    padding-right: 10px;
    display: none;
}
.stellarnav > ul > li:hover>a, .stellarnav > ul > li.active>a, .stellarnav > ul > li.focus>a {
    color: #ffffff;
    transition: all 0.5s;
}

/*第二層*/
.stellarnav > ul > li > ul li a{font-size:13px;    transition: all .5s;}
.stellarnav ul ul{  background:#37323d;}
.stellarnav li a{   color: #ffffff;}
.stellarnav li li{  border: 1px #37323d solid;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{
    color: #ffffff;
    background: #37323d;
    font-size: 13px; 
    letter-spacing:1px; 
    padding: 12px 12px 10px 12px; 
    transition: all 0.3s;}
.stellarnav > ul > li > ul li a:hover {
    background: #DE9F36;
    color:#fff;}


/*底線*/
.stellarnav > ul > li::after {
    content: "";
    display: block;
    height: 15.5px;
    width: 0%;
    background:#727073;
    position: absolute;
    bottom: 10px;
    transition: all 0.5s;
    left: 50%;
    z-index: 1;
}
.stellarnav li a {  z-index: 99999;}
.stellarnav > ul > li:hover::after { width: 100%; transition: all 0.3s;left: 0;}
.stellarnav li.has-sub > a:after {top: 54%;}


/*footer*/
.footer {
    background: #2e2b33;
}

.footer_logo {
    display: inline-block;
    vertical-align: top;
    max-width: 255px;
    margin: 0;
}
.box_link a{display:none;}
.copy{background: #2e2b33;}
.footer_info li p{    color: #ffffff;    font-weight: 600;}
.footer_info li p a{color: #ffffff;}
.footer_menu a {
    color: #ffffff;
    background: #e5dbd300;
    font-weight: 600;
    line-height: 50%;
    padding: 7px 0px;
    border: 0;
}
.footer_info ul {
    display: flex;
    vertical-align: top;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;}

.footer_info li:nth-child(2) {
    width: 30%;
}
.footer_info li:nth-child(1):before {
    content: "Contents";
    font-family: "Quicksand", serif;
    font-optical-sizing: auto;
    font-style: normal;
    left: 0;
    top: 0;
    display: block;
    font-size: 24px;
    color: #ffda82;
    padding-bottom: 10px;
}
.footer_info li:nth-child(2):before {
    content: "Menu";
    font-family: "Quicksand", serif;
    font-optical-sizing: auto;
    font-style: normal;
    left: 0;
    top: 0;
    display: block;
    font-size: 24px;
    color: #ffda82;
    padding-bottom: 10px;
}
.footer_menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(80px, 50%), 1fr));
    gap: 5px;
    position: relative;
    max-width: 255px;
}
.footer_menu a:hover {
    background: #1c1b1c;
    color: #fdd982;
}
.copy{    color: #ffffff;}
.copy a {    color: #ffffff;}

/*文章*/

h5.blog_le_t em {
    display: inline-block;
    font-style: normal;
    color: #eee;
    font-family: 'Noto Sans TC';
}

h5.blog_le_t {
    font-size: 24px;
    font-weight: 500;
    color: #666;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 7px;
    position: relative;
}

.blog_subbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.subbox_item a{    display: block;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
    background: #d9a53a;
}
h4.blog_category_title {
    color: #fff7ee;}
.blog_back a.article_btn_next {
    background: #6f685a;
}
.blog_back a.article_btn_prev {
    background: #6f685a;
}
.blog_back a.article_btn_back {
    background: #d9a53a;
}
.news_related {
    background: #ffffff00;
}
.lastPage{    background: #a49483;}
.blog_list_ri h5{    color: #907f6c;    font-weight: 600;}

.subbox_item a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgb(24 24 24 / 70%);
    opacity: 0;
    border: 1px #ddd solid;
    transition: all .5s;
}

.accordion li .link a {
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.news_related h6 span:before {
    content: '相關文章';
    font-size: 24px;
    color: #ffffff;
}



/*相簿*/
.album_fixed_title {
    background: #ffffff00;
}

.album_fixed_title {
    color: #ffffff;
}

/*首頁文章*/
.module_i_news .title_i_box h4 {
    font-size: 24px;
    color: #5b5149;
    font-weight: 600;
    letter-spacing: 1px;}
.module_i_news .title_i_box h4:before {
    content: 'Blog';
    display: block;
	font-family: "Quicksand", serif;
    font-size: 18px;
    margin-bottom: 5px;
    color: #A68566;
    font-weight: 500;
}
.module_i_news li{    border: 1px #dfdfdf solid;    padding: 5px;}
.module_i_news li a{    display: block;}
.module_i_news ul{grid-template-columns: 1fr 1fr 1fr 1fr;}

.i_blog_ri h5{    color: #5b5149;font-weight: 600;}

/*按鈕*/
.module_i_news li a:hover:before {
    bottom: 0;}
	
.module_i_news li a:hover:before, .module_i_news li a:hover:after {
    opacity: 1;
    transition: all .5s;
}
.module_i_news li a:before {
    transform: translate(-50%, 0%);
    left: 50%;
    right: 0;
    bottom: -5%;
    letter-spacing: 2px;
    height: 48px;
    line-height: 48px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #926941;
    width: 100%;
    text-align: center;
	position: absolute;
}
.module_i_news li a:after{    background: unset;}

.animated-arrow {
    background: #e5dbd4;
    border-radius: 3rem;
    color: #614d3d;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/

.banner {
	height: 500px;
	display: flex;
	justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding: 0px;
	background-size: cover;
	background: url(https://pic03.eapple.com.tw/miayip/bn01.jpg)no-repeat center center; }

.banner h5{
	font-size: 30px;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 8px;
    font-weight: 600;
    color: #fff;
    max-width: 1600px;
    width: 100%;
    padding: 120px 5vw 0px 52vw;
    text-align: right;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	line-height: 1.3;
}

.banner h5::after{
	content: "";
    max-width: 500px;
	width:100%;
    height: 1px;
    background: #FFFFFF;
    display: block;
    margin: 15px 0px;
}
.banner h5::before {
    font-family: "Quicksand", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    display: block;
    letter-spacing: 2px;
}
.banner.banA {}
.banner.banA h5::before{
	content:"NEWS";}
.banner.banblog h5::before{
	content:"ARTICLE";}
.banner.banE h5::before{
	content:"ALBUM";}
.banner.banF h5::before{
    content:"KITTEN";}
.banner.banB {display:none;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}



/*聯絡我們*/
.contact_le_map a {
    display: block;
    background: #37323d;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.contact_form li.last cite {
    background: #37323d;
    color: #fff;
}



/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--首頁、外層 共同設定---------------------------------------*/

.products-list { display: grid; gap: 10px; grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list::before { content:none;}
.products-list .item {
    width: 100%;
    margin: 10px;
    padding: 0 7px;
}

/*--首頁區塊---------------------------------------*/

.prod_part { width: 100%;}

/*英文標題*/
.prod_part .i_prod_tit h2 { display: none; color: #d9a53a;}

/*中文*/
.prod_part .i_prod_tit span { position: relative; color: #3F4049; font-weight: 600; text-shadow: 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF;}
.prod_part .i_prod_tit span::before {
    content: "PRODUCT";
    position: absolute;
    top: -45px;
    left: -60%;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #637780;
    letter-spacing: 3px;
    text-shadow: none;
    transform: translateX(-50%);
    z-index: -1;
}

/*--購物車/外層---------------------------------------*/

/*顏色*/
.products-list .more { border: 1px solid #ffe9bd; color: #ffe9bd;}
.products-list .item a:hover .more { background: #2e2b33;}

/*名稱*/
.products-list .name { color: #ffe9bd; font-weight: 600; font-size: 16px;}

/*價格*/
.products-list .price { display: flex; margin-bottom: 5px; align-items: center; justify-content: center; flex-wrap: wrap;}
.products-list .price b { margin: 0 5px; line-height: 180%; text-align: center;color: #ffe9bd;}
.products-list .price b.ori_price { font-size: 14px;}

/*外層版面*/
.product_page .main_part { width: 90%;	max-width: 1500px;}
.product_page .show_content { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}
.product_page .products-list { width: calc(100% - 280px);}
.product-layer-two { width: 250px; margin: 0;}
.product_info_page .product-layer-two { display: none;}
.product-layer-two li { margin: 0; width: 100%; padding: 0 10px; margin: 0; width: 100%; padding: 0 10px; border-bottom: 1px dotted #ccc; border-radius: 10px;}
.product-layer-two > li.active { background: #e7b358;}
.product-layer-two li.active a { border: unset;}
.product-layer-two li.active li a { color: #fff;}
.path p a:hover {
    color: #cda55d;
}

/**/
.product-layer-two li a { color: #fff; border: none; background: transparent; line-height: 200%; transition: all 0.3s;}
.product-layer-two > li > a { border-bottom: 1px dotted #ccc; padding-left: 25px;}
.product-layer-two li:hover > a { color: #e7b358;}
.product-layer-two li.active > a { color: #fff;}
.product-layer-two li:hover > a:before { background: #e7b358; color:#fff;}
.product-layer-two li.active > a:before { background: #fff; color:#e7b358;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #91867D;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}

/**/
.product-layer-two li ul { position: relative; padding-top: 1px;}
.product-layer-two li li { border: none; background: transparent;}
.product-layer-two li li a { background: transparent;}
.product-layer-two li li:hover a { color: #d9a53a;}
.product-layer-two li.active li:hover a { color: #fff; letter-spacing: 2px; transition: .3s ease-in-out;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li { display: block;}

/*--購物車/內層---------------------------------------*/

.product_info_page .main_part { width: 90%;}
.mobile_product_name { color: #ffa500; font-size: 24px; text-align: center;}

/*按鈕顏色*/
.inquiry_a1 { background: #E5B261;}
.inquiry_a2 { background: #ffa500; display: none;}
.inquiry_a3 { background: #ffa500;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #222;}
.lastaction { color: #fff; background-color: #E5B261;}
.lastaction:hover { color: #fff; background-color: #222;}
.nextaction { background-color: #E5B261;}
.nextaction:hover { color: #fff; background-color: #222;}
.lastPage { background: #6f685b;}
.lastPage:hover { color: #fff; background-color: #d7a447;}

/*商品照輪播*/
.product_pic h6 { color: #444;}
.product_pic #bx-pager .block { background: #444;}

/*商品側邊規格*/
.product_info li .txt_box { color: #ffffff; width: 100%;}
.sidebarBtn .sp_price { color: #E5B261;}
.pd_tabTitle li.activeTab a {
    color: #ffffff;
}

/*區塊*/
.prod li .prod-panel { margin: 20px 0 40px;}

/*內文*/
ul.prod li h3.prod-thumb { background: #d9a53a; color: #fff;}

/*Q&A*/
.qaform .breakF { background: transparent;}
.half_box ul li img { margin-left: 10px;}/*驗證碼*/

/*相關推薦*/
.prod_related { background: transparent;}
.prod_related h6 { background: #d9a53a; padding: 10px;}
.prod_related h6 span:before { font-size: 20px; color: #fff;}
.related_list { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;}
.related_list li { padding: 7px 7px 22px; overflow: hidden; width: auto;}
.related_list li a { max-height: 300px;}
.related_list li a img { max-height: 250px;}
.related_list li a p { margin-top: 10px;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1200px) { .products-list { grid-template-columns: 1fr 1fr 1fr;}}
@media screen and (max-width: 1024px) { .product_page .products-list { grid-template-columns: 1fr 1fr;}}
@media screen and (max-width: 768px) { 
    .products-list { grid-template-columns: 1fr 1fr;}
    .product_page .products-list, .product-layer-two { width:100%;}
    .prod_related h6 span:before { font-size: 24px;}
    /*順序*/
    .product_page .products-list { order: -1;}
}
@media screen and (max-width: 600px) { 
    .prod_related h6 span:before{font-size: 20px;}
    .related_list { grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 375px) { .products-list, .product_page .products-list  { grid-template-columns: 1fr;}}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/

/*相簿*/
.subalbum-menu h2 {
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.other_album_choice li {
    background: #DE9F36;
    font-size: 15px;
    display: inline-block;
    border-radius: 18px;
    padding: 7px 20px;
    margin: 0 7px 7px 0;
}

.show-list .item:hover .show_name {
    color: #e3b263;
    font-weight: bold;
}
.show-list .show_name {font-size: 16px; font-weight: bold; color: #ffffff;}
.other_album_choice li {background: #C09763;}
.other_album_choice li:hover {background: #ffffff;}
.other_subalbum li p {margin-top: 10px;}
.other_subalbum li {
    display: block;
    background: #ffffff00;
    width: 100%;
    margin: 0;
    border: none !important;
}
.other_subalbum li a p {
    line-height: 2;
    color: #fff;
}
.page strong, .page a:hover {background: #C09763;}
.album_fixed_title embed {display: none;}
.other_album_choice li .fa {display: none;}
.album_info_page .main_part {padding: 150px 20px;}




@media screen and (max-width: 1400px) {
.main_header_area .container {
    max-width: 100%;}
}
	
@media screen and (max-width: 1024px) {	

.me_tp_features{display:none;}
.footer_info ul {
    display: block;}
.footer_info li:nth-child(2) {
    width: 100%;
}
.footer_menu{display: block;  max-width: 100%;}
.module_i_news ul {
    grid-template-columns: 1fr 1fr 1fr;
}
}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
#bottom_menu {
        display: flex; }
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{ background: #37323d; color:#fff;}
.stellarnav .icon-close:after{border-bottom: solid 3px #fff;}
.stellarnav .icon-close:before{border-bottom: solid 3px #fff;}
.blog_subbox{    grid-template-columns: 1fr 1fr;}

.stellarnav.mobile li.open {
    background: #1c1b1c;
    padding: 3px;
}
.stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 0px;
    position: absolute;
    text-align: center;
    z-index: 999;
}
.pageIndex .header_area {
    position: relative;
    background: #37323d;
}
.stellarnav > ul > li::after {display: none;}

.stellarnav.mobile ul ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: auto;
    display: block;
}

.module_i_news ul {
    grid-template-columns: 1fr 1fr;}

    .footer_menu {
        display: flex;
        max-width: 100%;
        flex-direction: column;
    }

    .footer_info {
        padding: 0px 50px;
    }

    .stellarnav .menu-toggle span.bars span {
        display: block;
        width: 24px;
        height: 2px;
        border-radius: 6px;
        background: #ffffff;
        margin: 0 auto 4px;
    }

    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 14px;
        color: #ffffff;
        display: block;
        transform: scale(0.9);
    }

    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        background: #1c1b1c;
    }

    .stellarnav.mobile li a {
        border-bottom: none;
    }

    .stellarnav li a {  z-index: auto; }

    
}

@media screen and (max-width: 600px) { 
.nav-brand img {
    max-width: 70%;}
.blog_subbox{    grid-template-columns: 1fr;}
}




