@charset "utf-8";

/*●●●●●●●●●●●●●●●●●●●●●●●●   隱藏內容   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.me_tp_features{display:none;}
.box_link{display:none;}
.tp_links{display:none;}
.path p, .path p a { display: none;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
*{letter-spacing: .1rem;}
*{}
:root{
/*顏色*/

--ColorMain:#cca995;
--ColorMain2:#634e41;
--ColorMain3:#efe2d7;
--ColorMain4:#f3f0ea /*灰米*/;


--ColorSub:#f8ecdc /*米*/;
--ColorSub2:#ca9f45/*金色*/;
--ColorSub3:#a9a9a9/*灰色*/;

--ColorAccent: #d87b4a; /* 強調色 橘棕，拿來做按鈕/連結 */
--ColorHighlight: #87a878; /* 點綴色 草綠，呼應主色 */
--ColorBackground: #ffffff; /* 基底 白色，乾淨清爽 */
--ColorBackgroundAlt: #f4f1ea; /* 替代背景 淡米灰 */
--ColorText: #2f2f2f;   /* 主文字 深灰，避免純黑過硬 */
--ColorTextLight: #6b6b6b; /* 次文字 淺灰 */

--textColor: #333333; /*文字*/

/* 字型 */
--ffmain: "微軟正黑體"; --ffsub:"Font Awesome 6 Free", sans-serif;
}

/*捲軸*/
&::-webkit-scrollbar-button {  display: none;}/*上下箭頭*/

&::-webkit-scrollbar {  width: 7px;}
&::-webkit-scrollbar-track-piece, &::-webkit-scrollbar {  background: var(--ColorMain2);}/*底色*/
&::-webkit-scrollbar-thumb {  border-radius: 4px; background-color:#405c56;}/*滑塊*/

&::-webkit-scrollbar-track { box-shadow: transparent;}


#content_main { margin-top: 0;background: #f3eae4;}
body{    background: #eee2d8;}

@media screen and (max-width: 1024px){
}  
@media screen and (max-width: 768px){
}         
@media screen and (max-width: 450px) {
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   浮動按鈕   ●●●●●●●●●●●●●●●●●●●●●●●●*/

/*●●●●●●●●●●●●●●●●●●●●●●●●   查看更多按鈕   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.animated-arrow {border-radius: 20px;background: unset;transition:.3s;position:relative;overflow:hidden;
    color: #fff; background:var(--ColorMain3);font-size: 14px;height: 40px; line-height: 40px;margin-top: 0;}

.animated-arrow b, .animated-arrow i{position:relative; z-index:99;}
.animated-arrow b{ font-weight: normal;}
.animated-arrow::after { background: var(--mainPk); content:"";position:absolute;width:0px;height:100%;top:0px;left:0px;transition:.5s;}
.animated-arrow:hover {	color: #fff;background: var(--ColorAccent);}
.animated-arrow:hover::after {	width:100%;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*首頁大圖*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}

/*共用*/
.bannerindex:before {
    content: "";
    width: 100%;
    height: 10vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    mix-blend-mode: hard-light;
}
.bannerindex .swiper-banner:before, .swiper-banner:after{
    content: " ";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    transition-duration: 2s;
    transition-timing-function: linear;
}
.bannerindex .swiper-banner:before {
    width: 100%;
    background: url(https://pic03.eapple.com.tw/maomao3c/cover.png);
    background-size: contain;
    /*bottom: -14%;
    left: 0;*/
    height: 100%;
    background-repeat: repeat-x;
    animation: anime_wave01 150s linear 0s infinite alternate;
    opacity: .5;
}
@keyframes anime_wave01 { from { background-position: 0 0;} to { background-position: -2000px 0;}}

/*各別*/
.bannerindex .swiper-slide{position: relative;}
.bannerindex .swiper-slide:before, .bannerindex .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    transition-duration: 2s;
    transition-timing-function: linear;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before,
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after,
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before,
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
	top: 0;
    background-size: contain;
    position: absolute;
    z-index: 101;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before{
    background-image: url(https://pic03.eapple.com.tw/maomao3c/BNA1.png); animation: left_pop 1.5s ease;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after{
    background-image: url(https://pic03.eapple.com.tw/maomao3c/BNA2.png); animation: fade_in 1.5s ease;}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before { 
    background-image: url(https://pic03.eapple.com.tw/maomao3c/BNB1.png); animation: left_pop 1.5s ease;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after{   
    background-image: url(https://pic03.eapple.com.tw/maomao3c/BNB2.png); animation: fade_in 1.5s ease;}

@keyframes left_pop {
 /*0% { transform: translateX(-10%); opacity: 0;}
 60% { transform: translateX(0);opacity: 1;}
 100% { transform: translateX(0);}*/
  0% { opacity: 0; transform: scale(1, 0);}
100% { opacity: 1; transform: scale(1, 1);} 
 
}

@keyframes fade_in {
 0% { opacity: 0;}
 50% { opacity: 0;}
 100% { opacity: 1;}
}


/*大圖滑動點*/
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;}

/*.bannerindex {--swiper-pagination-color: #fff;}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{bottom: auto;top: 50%;left: 2vw;width: 25px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 0px 5px; width: 3px; height: 13px;border-radius: 2px;}*/


@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}
@media screen and (max-width: 600px) {
.bannerindex::after {  left: 40%;}
}

/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*內頁大圖*/
.banner {background: url(https://pic03.eapple.com.tw/maomao3c/ban.jpg) no-repeat;/* background:var(--ColorMain2)*/;
background-position: center center !important; background-size: cover !important; height: 20vw;min-height: 300px;}
.banner h5 {font-weight: bold;
    color: #fff;
    letter-spacing: 8px;
    margin-top: 2vw;
    font-size: 20px;}
.banner h5:before{font-family: var(--ffsub);
    content: "MAO MAO 3C";
    letter-spacing: 8px;
    font-weight: normal;
    display: block;
    font-size: 30px;
    margin-bottom: 3px;
    color: #ffffff57;}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banF h5:before {content: "SHOP";}
.banner.banblog {}
.article_a .banner.banblog h5:before {content: "NEWS";}
.article_b .banner.banblog h5:before {content: "PRICE";}

@media screen and (max-width: 768px) {
	.banner{}
	.banner h5 {}
	.banner h5:before{}
	.bannerindex { padding-bottom: 0;}
}

@media screen and (max-width: 450px){
	.banner{}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*LOGO*/
.main_header_area .container {width: 950px;max-width:95%;}
.nav-header {    max-width: 100px; padding: 10px 0 0;}
/*.header_area .nav-brand{animation: logo 1.5s infinite linear alternate;}
@keyframes logo{0% {transform: translateX(0px);} 100% { transform: translateX(10px);}}*/


/*底色*/
.header_area { padding: 0;}
.pageIndex .header_area{opacity: 0;transition: all .5s;}

.pageIndex .header_area{position: fixed;}
.header_area, .header_area.sticky {background: #fdfbfa;opacity: 1;transition: all .5s;border-radius: 0 0 30px 30px; box-shadow: 0 0 9px 0px #968e82;}

.header_area:before {content: "";width: 80%;height: 100%;position: absolute;top: 0;left: 50%;transform: translateX(-50%);
background: transparent;transition: all .5s; border-top: 7px solid var(--ColorMain3); }
.header_area.sticky:before{width: 100%;transition: all .5s;border-top: 7px solid #d4c0b4;}

.navigation {display: flex;align-items: center;grid-gap: 0 10px;}

.main_header_area {background: transparent;}

/*第一層*/
.stellarnav > ul {display: flex; justify-content: flex-end;gap: 10px;margin-top: 40px;}
.stellarnav > ul > li:before{  content: ""; position: relative; left: -4px; width: 20px; height: 20px;
    z-index: 5;  opacity: .5;   transition: all 0.3s;
    background-image: url(https://pic03.eapple.com.tw/maomao3c/footericon.svg);
    background-size: cover;
    background-repeat: no-repeat;animation: header_icon 1s infinite linear alternate;}
	
.stellarnav > ul > li:nth-of-type(even):before{background-image: url(https://pic03.eapple.com.tw/maomao3c/footericoneven.svg);}
	
@keyframes header_icon{0% {transform: rotate(348deg);} 100% {  transform: rotate(358deg);}}
	
	
.stellarnav > ul > li { display: flex; align-items: center;}
.stellarnav > ul > li:nth-of-type(2) > a, .stellarnav > ul > li:nth-of-type(4) > a, .stellarnav > ul > li:nth-of-type(5) > a { padding-right: 17px !important;}

.stellarnav > ul > li > a{color: #ba9d8b;transition: all .5s;margin: 0 5px 0 0;}
.stellarnav > ul > li > a:hover {color:var(--ColorSub3);}

.stellarnav > ul > li > a b{font-weight: bold;font-size: 15px;}
.stellarnav > ul > li > a b:nth-of-type(2){ letter-spacing: 2px; font-size: 12px; font-family: var(--ffsub);}

/*主選單箭頭*/
.stellarnav li.has-sub > a:after {border-left: 5px solid transparent;border-right: 5px solid transparent; border-top: 5px solid var(--ColorSub2);}

/*第二層*/
.stellarnav ul ul { width: 230px; background: transparent;top: 40px;}
.stellarnav li a{ color: var(--ColorMain); padding: 10px;transition: 1s ease;}
.stellarnav li.has-sub li {border: none; border-bottom: 1px solid var(--ColorMain); background: #ffffffe8;}
.stellarnav li.has-sub li a:hover{background: var(--ColorMain); color: white; padding-left: 18px;}

@media screen and (max-width: 1024px) {
.stellarnav > ul { justify-content: center; gap: 5px; margin: 0 0 5px;}

}
@media screen and (max-width: 768px) {
.pageIndex .header_area { position: sticky;opacity: 1;}
.main_header_area .container { max-width: 100%;}

/*menu*/
.stellarnav .menu-toggle{ padding: 22px 15px !important;}
.stellarnav .menu-toggle:after{    color: var(--ColorMain2); margin-top: 10px;}
.stellarnav .menu-toggle span.bars span { background: var(--ColorMain3);}
	
/*區塊*/
.stellarnav > ul { margin-top: 0;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { background: #a88f80c7;backdrop-filter: saturate(93%) blur(3px); max-width: 320px;}
	
/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: transparent;color: var(--ColorMain3);}
.stellarnav .icon-close:before, .stellarnav .icon-close:after{    border-bottom: solid 3px var(--ColorMain3);}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px var(--ColorMain3);}
.stellarnav .icon-close { margin-right: 5px;}

/*第一層*/
.stellarnav.mobile > ul > li > a b {font-style: normal;color: white;}
.stellarnav.mobile > ul > li { display: flex; padding: 0 0 15px; margin: 15px;}
.stellarnav > ul > li:before{margin-left: 30px; background-image: url(https://pic03.eapple.com.tw/maomao3c/footericonwhite.svg); opacity: 1;}
.stellarnav ul ul {top: 0;}
.stellarnav.mobile li.open { background: transparent;padding:0 0 15px;display: grid; grid-template-columns: 50px 1fr;}
.stellarnav.mobile ul ul { grid-column: 1 / span 2; }

.stellarnav.mobile li a {border-bottom: none;}

/*第二層*/
.stellarnav.mobile ul { background: transparent;}
.stellarnav.mobile ul ul { margin: 0px 40px 15px 15px;}
.stellarnav li.has-sub li { background: #ffffffc2; margin-left: 25px; margin-right: -5px;}
.stellarnav li a{color: var(--ColorMain);}

}

/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.footer{background: #fdf9f6; padding: 0;}
.footer .center {max-width: 1000px;width: 90%;}
/*LOGO*/
.footer_logo{display: none; margin: auto;}

/*聯絡資料*/
.footer_info {display: flex; flex-direction: column; grid-gap: 10px;padding: 25px 0 0;}
.footer_info ul{display: flex; flex-direction: column; align-items: center;}

.footer_info li {display: flex; flex-wrap: wrap; justify-content: center;text-align: center; gap: 0 10px;padding: 5px;}
.footer_info li:nth-child(1){}
.footer_info li:nth-child(2){}
.footer_info li+li { margin-top: 0;}

.footer_info li p, .footer_info li p a{font-size: 13px;font-weight: bold;}

.footer_info li p {display: flex;}

.footer_info li p:after {content: "♬"; color: var(--ColorMain);order: 1; width:20px; background-repeat: no-repeat; animation: footericon .5s ease infinite alternate;
                              /*background-image: url(https://pic03.eapple.com.tw/homemaster/fix_phone.svg);*/}

@keyframes footericon {
  0% { transform: rotate(5deg);}
100% { transform: rotate(-5deg);}
}

.footer_info li p:before {order: 2;}
.footer_info li p a{order: 3;}


/*按鈕*/
.footer_menu a{border-radius: 50px;background: var(--ColorMain);border: none; color: var(--ColorMain);background: #ffffff;
               font-size: 12px;padding: 8px;position: relative;z-index: 0; margin: 5px 0;width: 115px; }
.footer_menu a:hover { background: var(--ColorMain); transition: all 1s ease;}

.footer_menu a:first-child{display: none;}
.footer_menu a:before{content: "";border-radius: 50px;width:100%;height:0;position: absolute;top: 0;left: 0;transition: all .5s;background:var(--ColorMain2);z-index: -1;}
.footer_menu a:hover:before{bottom: 0;top: auto;height: 100%;transition: all .5s;}


/*copy*/
.copy {padding: 8px 0 10px; background: #cca995; border-top: none;}
.copy, .copy a{color: #fff;letter-spacing: 0;}

.copy a:hover { color: var(--ColorMain);}

/*#to_top*/
#to_top {padding-top: 8px; border-radius: 5px;border: 1px solid #ffffff33; background: #8d7d72d4; box-shadow: none; border-radius: 5px; 
         color: #ffffff;bottom: 90px;left: 30px;bottom: 80px;font-family: 'Dosis'; font-weight: bold;}
#to_top i:before, #to_top i:after { background: #ffffff;}

/*#bottom_menu*/
#bottom_menu{background: var(--ColorMain2); box-shadow: none;}
#bottom_menu li { border-right: 1px solid #ffffff;}
#bottom_menu li a { padding: 10px 5px 0;}
#bottom_menu li a i { color: var(--ColorMain);}
#bottom_menu li a em {color: #fff;}

@media screen and (max-width: 768px) {
	.footer { padding: 0 0 50px;}
    #to_top {}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   功能頁首頁顯示-外掛   ●●●●●●●●●●●●●●●●●●●●●●●●*/

/*英文*/
.i_prod_tit h2, .i_video_tit h2, .news_part .title_i_box h6, .module_i_album .title_i_box h6, .module_i_news .title_i_box h6
{font-family: 'Alex Brush';font-weight: normal;font-size: 80px;color: #d8c3b7;letter-spacing: 0;margin-bottom: -15px;}

/*中文*/
.i_prod_tit span, .i_video_tit span, .news_part .title_i_box h4, .module_i_album .title_i_box h4, .module_i_news .title_i_box h4
{color: var(--ColorMain2);font-weight: bold;font-size: 22px;}



/*●●●●●●●●●●●●●●●●●●●●●●●●   購物車-線上商城   ●●●●●●●●●●●●●●●●●●●●●●●●*/

/*分類*/
.product_menu_list { margin-bottom: 50px;}
.product_menu_list>ul{display:flex;justify-content: center;gap: 10px;flex-wrap: wrap;}
.product-layer-two li.active a, .product-layer-two li:hover a {  border: 1px solid var(--ColorMain); color:var(--ColorSub); background: var(--ColorMain2);}
.product-layer-two li a { border-radius: 100px; padding: 10px 25px;background: var(--ColorSub);color: var(--ColorMain2);}


/***/
.prod_part{background: #f2f1ed;padding: 2%;}
.products-list .name {text-align: justify;height: auto;-webkit-line-clamp: 3;}

.products-list .pic {  border-radius: 30px;}
.products-list li:hover .pic img{max-width: 140%; width: 140%; height: auto;transition: all 1.5s ease;}

.products-list .price {  padding: 0 20px;}
.products-list .price b { width: 100%;color: var(--ColorMain);letter-spacing: 0;font-size: 20px;margin: 0;}
.products-list .price b:nth-of-type(2){font-size: 20px;color: var(--ColorMain2);}
.products-list .price b:first-child:last-child { text-align: right;}
.products-list .more { display: none;}
.products-list .item { border-bottom: 1px dashed var(--ColorMain);}
.products-list .item a { padding-bottom: 0; justify-content: space-between;}

.product_info_page .sidebarBtn .sp_price { color: var(--ColorAccent); font-size: 25px;}
.product_info_page .sidebarBtn {  border: none;}
.product_info_page .sidebarBtn h2 {  font-size: 20px;}

.related_list li a p { line-height: 150%; padding: 3%;}

.inquiry_a1, .inquiry_a2{display:none;}

@media screen and (max-width: 600px) {
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   文章   ●●●●●●●●●●●●●●●●●●●●●●●●*/

/*文章首頁*/
h5.blog_le_t span { font-family: noto sans tc;font-weight: lighter;}
h5.blog_le_t { text-align: center;}

.subbox_item a{grid-template-columns: 1fr;}
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));}
.blog_list_le {}
.blog_list_le img {border-radius: 30px; border: 5px solid var(--ColorMain);}
	
.subbox_item a:after { background: transparent;border: none;}
.subbox_item a:before{    bottom: 55%;right: 25%;background: var(--ColorBackgroundAlt); padding: 10px 15px;}	
.blog_list_ri { padding: 5px 15px;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: var(--ColorMain) !important;}

/*內文*/
.blog_shareData { border-bottom: 1px solid var(--ColorBackground); padding-bottom: 10px;}

.blog_box_edit { display: flex; flex-direction: column-reverse;}
.blog_box_edit .edit {margin: 0;}
.blog_box_edit .articel_mainPic img{width: 500px;padding-bottom: 10px;}


/*按鈕*/
.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: var(--ColorMain);}


/*相關文章*/
.news_related h6 span:before { color: var(--ColorMain);}
.news_related_list li a img { border-radius: 100%;}
.news_related_list li a { background: transparent;}
.lastPage { background: var(--ColorMain3); border-radius: 30px;transition: all .5s ease;}	
.lastPage:hover {background: var(--ColorMain);width: 200px;}