@charset "utf-8";
/*喵皇世家*/

:root{
    --MainColor:#E73A19;
    --SubColor:#FFD7A5;
    --SubColor2:#002A2F;
}
body {font-family: 'Noto Sans TC', sans-serif;letter-spacing: 1px;}

/*錨點滾動*/
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(214, 214, 214, 0.6); }
::-webkit-scrollbar-thumb {background-color: var(--MainColor);}
html { scroll-behavior: smooth; }

/*大圖================================*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50% , 0);
}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*header----------------*/
.me_tp_features{display: none;}
.header_area{background: #ffffff;box-shadow: 0 0 6px rgb(0 0 0 / 60%);padding: 5px;}
.header_area.sticky{ background: rgb(255 255 255 / 91%);backdrop-filter: blur(5px);box-shadow: 0 0 6px rgb(0 0 0 / 60%);}

/*選單*/
.navigation{display: flex;align-items: center;}
.tp_links{display: none;}
.stellarnav li.has-sub > a:after{content:none;}
.stellarnav > ul > li:before , .stellarnav > ul > li:after {content: "";position: absolute; width: 7px;height: 7px; background: var(--SubColor);top: 0;border-radius: 100%;transform: translateX(-50%);opacity:0;transition:all 0.3s ease-in-out;}
.stellarnav > ul > li:before{background: var(--MainColor);left: calc(50% - 15px);}
.stellarnav > ul > li:after{background: var(--SubColor2);left: calc(50% + 15px);}
.stellarnav > ul > li:hover:before{left: calc(50% + 6px);opacity:1;}
.stellarnav > ul > li:hover:after{left: calc(50% - 6px);opacity:1;}
.stellarnav li.has-sub > a:after{content: '+';border-left: 0px;border-right:0px;border-top:0px;display: inline-block;position: absolute;top: 50%;right: 0;transform: translateY(-50%);}
.stellarnav > ul > li:hover > a{ color:var(--MainColor);transition: all 0.3s;}

@media screen and (max-width: 768px) {
    .stellarnav > ul > li:before , .stellarnav > ul > li:after{display: none;}
}

/*第二層*/
.stellarnav li li.has-sub > a:after{border-bottom:none;border-left:none;border-top:none;right: 10px;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff; padding-left:14px;background-color: var(--SubColor2);transition: 0.3s;font-weight: bold;}
.stellarnav li li.has-sub > a{padding: 10px;font-size: 15px;}
.stellarnav li li a{font-size: 15px;}

/*LOGO-----------------*/
.nav-header{max-width: 100px;}

/*浮動按鈕-------------*/
.info_fix{z-index: 99999;}
.linksBtn{background-color: var(--MainColor);}
.info_fix:hover>.linksBtn{background: var(--SubColor2);}

/*第二層*/
.info_fix_links a{background: var(--SubColor2);}
.info_fix_links a:hover{background: var(--MainColor);}
a.info_fix_default.info_fix_mail , a.info_fix_default.info_fix_tel{display: none;}

/*banner---------------*/
.banner{min-height: 350px;background-position: center;background-size: cover;}
.banner h5{color: var(--SubColor2);letter-spacing: 0.3vw;}
.banner.banB{display: none;}
.banner.banA{background-image: url(https://pic03.eapple.com.tw/meow888/banner.png);}
.banner.banF{background-image: url(https://pic03.eapple.com.tw/meow888/banner.png);}
.banner.banblog{background-image: url(https://pic03.eapple.com.tw/meow888/banner.png);}

/*首頁文章-------------*/
.module_i_news {
    max-width: 100%;
    background-color: #FEF7F1;
    padding: 50px 5% 100px;
    margin: auto;
    position: relative;
}
.module_i_news .title_i_box h4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 2px;
    color: #535353;
    margin-bottom: 30px;
}
.module_i_news .title_i_box h4:before {
    content: 'BLOG';
    display: block;
    font-size: 60px;
    color: var(--MainColor);
    font-weight: 500;
    font-family: 'Gaegu', sans-serif;
    font-weight: bolder;
}
.module_i_news ul{grid-template-columns: repeat(4,1fr);
    max-width: 1500px;
    margin: 30px auto;
    grid-gap: 10px;
}
.module_i_news li{
    padding: 5px;
    margin: 0 0 20px 0;
    border: 1px solid var(--MainColor);
    border-radius: 10px;
}
.module_i_news li:nth-child(n+5){display: none;}
.module_i_news li a {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.module_i_news li a:before {
    transform: translate(-50%, 0%);
    left: 50%;
    right: 0;
    bottom: -15%;
    letter-spacing: 2px;
    height: 35px;
    line-height: 35px;
    opacity: 0;
    display: block;
    color: #fff;
    background: var(--MainColor);
    width: 100%;
    text-align: center;
    border-radius: 10px;
}
.module_i_news li a:hover:before{bottom: 0;}
.module_i_news li a:after {display: none;}
.i_blog_le{
    width: 100%; 
    padding: 0;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.i_blog_le img {
    position: absolute;
    transform: translate(-50% , -50%);
    min-height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    border-radius: 10px;
}
.i_blog_ri {
    width: 100%;
    background: unset;
    min-height: 130px;
    padding: 10px 10px;
}
.i_blog_ri h5{
    font-size: 18px;
    font-weight: 500 !important;
    color: var(--MainColor) !important;
}
.i_blog_ri em {
    color: #535353 !important;
    font-family: 'noto sans TC', sans-serif;
}
.i_blog_ri p{
    line-height: 160%;
    font-size: 14px;
    -webkit-line-clamp: 2;
    font-family: 'noto sans TC', sans-serif;
}
.i_blog_b {max-width: 300px;}
.i_blog_b a {
    justify-content: center;
    transition: .3s ease-out;
    margin-top: 0;
}
.i_blog_b a b {font-weight: normal;}
.animated-arrow{background: var(--MainColor);}

@media screen and (max-width: 768px){
.module_i_news {padding: 50px 5%;}
.module_i_news li {width: 50%;margin:0;}
}
@media screen and (max-width: 500px){
.module_i_news .title_i_box h4, .module_i_news .title_i_box h4:before {font-size: 20px;}
.module_i_news li { width: 100%;} 
.module_i_news li a {align-items: center;}
}

/*首頁購物車*/
.prod_part{background-color: #fffbf7;}

/*文章管理-------------*/
.blog_search input[type=search]{border-radius: 10px;}
.blog_le .accordion{border-radius: 10px;}
.blog_subbox{grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));grid-gap: 10px;}
h5.blog_le_t,
h4.blog_category_title {font-size: 25px;margin-bottom: 10px;}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.blog_le .accordion>li.on_this_category .link { background: #BFB9AA; }
.subbox_item a:before { display: none; }
.blog_list_ri:after {content: 'READ MORE >';display: block;background: transparent;color: #000;letter-spacing: 1px;opacity: 1;left: 0;position: relative;padding: 0 22px 0 0;font-size: 12px;line-height: 12px;}
.blog_list_ri em { display: none; }
.blog_list_ri p { padding-top: 8px; }
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { display: none; }
.subbox_item {background-color: transparent;overflow: hidden;position: relative;width: 100%;border-bottom: none;}
.subbox_item a {display: flex;flex-wrap: wrap;flex-direction: column;grid-gap: 0px;}
.subbox_item:hover img {transform: translate(-50%, -50%) scale(1.2);object-fit: cover;width: 100%;transition: all 0.4s ease;}
.blog_list_le img {display: block;max-width: 100%;min-width: 100%;object-fit: cover;position: absolute;left: 50%;top: 50%;transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);transform: translate(-50%, -50%) scale(1);}
.blog_list_le {display: block;position: relative;text-align: center;height: auto;aspect-ratio: 9 / 9;overflow: hidden;padding-bottom: 0;width: 100%;border-radius: 25px;}
.subbox_item a:after { display: none; }
.blog_list_ri { width: 100%;padding: 15px 0;}
.blog_list_ri em {width: 100%;}
.blog_list_ri h5 { position: relative;margin: 0px 0 0;font-size: 18px;letter-spacing: 0.035em;}
.blog_list_ri p {color: #595959;margin: 15px 0 0;font-size: 14px;line-height: 1.9;letter-spacing: 0.035em; width: 100%;padding: 0;margin: 10px 0;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link { color: #fff !important; background: var(--SubColor2)!important;transition: 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: var(--SubColor)!important;transition: 0.3s;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{color: #fff !important;}
.submenu a{color: #444;background: var(--MainColor);}
.submenu li.on_this_category a, .submenu a:hover{background-color: var(--SubColor);}

/*第二層*/
.news_related{display: none;}
.blog_back a.article_btn_back { background: var(--SubColor);color: #222;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: var(--SubColor2);color: #fff;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {background: var(--SubColor);transition: 0.3s;color: #222;}
.blog_shareData{flex-direction: row;}

/*購物車---------------*/
.prod_related h6 span:before {color: #212121;letter-spacing: 0.1em;}
.products-list .name {height: auto; margin: 0;text-align: center;padding: 10px 0;color: #222;font-size: 16px;}
.products-list .pic:hover img{object-fit: cover;width: 100%;transition: all 0.4s ease;transform: scale(1.2);}
.products-list .pic img{transition: all 0.4s ease;transform:scale(1);object-fit: cover;}
.products-list .more{border: 1px solid var(--SubColor2);color: var(--SubColor2);}
.products-list .price{margin:0;}
.nextaction { background-color: var(--SubColor);}
.lastaction { background-color: var(--SubColor);}
ul.prod li h3.prod-thumb {background: #BFB9AA;color: #fff;text-align: center;padding: 5px;}
ul.prod li .prod-panel { font-size: 14px; line-height: 23px; }
.related_list li a {display: block;padding: 4px;background: none;}
.products-list .item a:hover .more {  background: var(--SubColor2);color: #fff;transition: 0.3s;letter-spacing: 2px;}
.products-list .price b { display: none;}
.product-layer-two li.active a {font-weight: bold;border: unset;border-bottom: 1px dotted #ccc;}
.product_page .main_part {width: 100%;	max-width: 1500px;}
.product_page .show_content {display: flex;flex-wrap: wrap;align-items: flex-start;margin: auto;padding: 10px 10px;flex-direction: row;justify-content: center;gap: 20px;}
.product_page .products-list {width: calc(100% - 280px);}
.products-list{grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));grid-gap: 10px;}
.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;}

/*選單*/
.product-layer-two li i{width: 50px;height: 45px;}
.product-layer-two li a {color: #222;border: none;background: transparent;transition: all 0.3s;line-height: 200%;transition: all 0.3s;}
.product-layer-two > li > a {border-bottom: 1px solid #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #ffffff; background: var(--SubColor2);}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: var(--SubColor); color:#fff;}
.product-layer-two > li > a:before {border-radius: 100%; align-items: center;justify-content: center;display: flex;height: 18px;content: "";color: var(--MainColor);background: #dddddd;width: 18px;
text-align: center;position: absolute;left: 0;top: 50%;transform: translateY(-50%);transition: all 0.3s;padding-left: 2px;font-size: 13px;display:none;}
.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: #BFB9AA;background: transparent;}

/**/
.send_simple { background: #5b5b5b;}
.rewrite_simple {background: #5b5b5b;}
.separate_title {font-size: 16px;color: #fff;padding: 10px 0 10px 40px;background: #4d4d4d;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: var(--SubColor2);}
.sidebarBtn{border: 1px #BFB9AA solid;}

/*第二層*/
.prod_related{display: none;}
.inquiry_a1 { background: var(--MainColor);}
.inquiry_a2 { background: var(--SubColor2);}

@media screen and (max-width: 768px) { 
    .product_page .products-list {display: grid; grid-gap: 5px;grid-template-columns: 1fr 1fr;}
    .product-layer-two > li > a {display: none;}
    .product_page .products-list ,.product-layer-two { width:100%;}
    .prod_related h6 span:before{font-size: 24px;}
    .mobile_product_name { display: none;}
    .sidebarBtn { order: -1;margin: 0px auto 20px;}
    .product_pic { padding-top: 0px;}
    body.pageIndex .products-list {padding: 40px 0 20px;}.products-list .item {width: 100%;}
    .product-layer-two {display: none;}
    #prod_thumbSwiper{margin: 20px 0;}
    }
    @media screen and (max-width: 500px) { 
    .product_page .products-list{grid-template-columns: 1fr 1fr;}
    }
    @media screen and (max-width: 425px) { 
    .product-layer-two {display: none;}
    .product_page .show_content {display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-around;margin: auto;padding: 10px 10px;flex-direction: column;align-content: center;}
    .product_page .products-list { width: 100%;}
    }
    @media screen and (max-width: 1024px) {
    .clearfix:before, .clearfix:after { display: none; }
    .products-list .item { width: 100%; }
    }
    @media screen and (max-width: 768px) {
    .product_page .products-list { width: 100%; display: grid;grid-gap: 10px;}
}

/*促銷方案-------------*/
.other_promotion li a{border: 1px var(--SubColor2) dashed;}
.other_promotion li a:before{border: 1px var(--MainColor) solid;border-bottom: none;border-right: none;}
.other_promotion li a:after{border: 1px var(--MainColor) solid;border-top: none;border-left: none;}
.other_promotion li a:hover{background-color: #fff9f0;transition: 0.3s;}

/*FOOTER---------------*/
.box_link a { display: none; }
.footer {background: #fdfbf8;padding: 30px 0 0;box-shadow: 1px 1px 15px rgb(38 15 1 / 37%);}
.footer .center {position: relative;max-width: 60%;}
.footer_info {display: flex;flex-wrap: wrap;align-items: center;justify-content:space-around;padding: 0px;flex-direction: row;margin-bottom: 20px;grid-gap: 10px;}
.footer_menu {display: grid;grid-template-columns: 1fr 1fr;gap: 12px 5px;}
.footer_menu a {margin: 0;text-align: left;padding: 0;transition: all 0.3s;border: none;background: transparent;color: #434343;display: block;width: fit-content;font-weight: normal;}
.footer_menu a:before { content: "·"; }
.footer_menu a:nth-child(1) { display: none; }
.footer_menu a:hover {background: transparent;color:var(--MainColor);}
.copy {background: var(--SubColor2);color: #fff;border:none;margin-top: 0px;position: relative;padding: 15px 0;}
.copy a{color: #fff;transition:all 0.3s;}
.footer_info li { padding: 15px; }
.footer_info ul>li:before {font-size: 115%;color: #434343;display: block;margin: 0 0 20px;border-bottom: 1px solid var(--MainColor);padding-bottom: 10px;letter-spacing: 0.2em;font-weight: bold;}
.footer_info ul>li:nth-child(1):before { content: "CONTACT";font-weight: 500;}
.footer_info ul>li:nth-child(2):before { content: "MAIN MENU"; font-weight: 500;}
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p {color: #434343;letter-spacing: 0.15em;}
.footer_info ul {display: grid;grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));gap: 0 20px; letter-spacing: 0.15em;}
.footer_logo img { width: 100%; }
.footer_logo {display: inline-block;vertical-align: top;width: 170px;margin: 0px;}

@media screen and (max-width: 1024px) { 
    .footer .center{max-width: 90%;}
}
@media screen and (max-width: 926px) { 
    .footer_info{flex-direction: column;grid-gap: 0px;}
    .footer_logo{width: 130px;}
    .footer{padding: 15px 0 0;}
}
@media screen and (max-width: 768px) { 
    .footer_info li { flex-direction: column;} 
    .footer_info li+li{margin-top: 0px;}
    .footer{padding-bottom: 55px;}
    #to_top{bottom: 70px;}

    .module_i_news ul{grid-template-columns: repeat(2,1fr);   }
}

/*手機版選單*/
.stellarnav.mobile{background: var(--MainColor);border-radius: 50px;top: 15px;left: 10px;}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu{padding:15px;}
.stellarnav .menu-toggle span.bars span{background: #fff;}
.stellarnav .menu-toggle:after{color: #fff;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { bottom: -800px; }

/*第二層*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{background: var(--SubColor2);color: #fff;}
.stellarnav .icon-close:before{border-bottom: solid 3px #fff;}
.stellarnav .icon-close:after{border-bottom: solid 3px #fff;}
.stellarnav a.dd-toggle .icon-plus:before{border-bottom: solid 1px #777;}
.stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 1px #777;}