@charset "utf-8";
/*Lu for flower花藝室*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');

.tp_links{
    display: none;
}


/*大圖點點切換*/
.swiper-pagination-bullet{
    background: #bf9e9e;
}


/*大圖*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;background: #edd7d5;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-banner .swiper-slide img{ height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}
/*大圖*/
.swiper-banner .swiper-slide:nth-child(1)::before {
    content: '細細品味一草一木\A        讓花伴隨你的生活';
    position: absolute;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    color: #625A59;
    writing-mode: vertical-lr;
    white-space: pre;
    line-height: 220%;
    top: 32%;
    font-size: 24px;
    letter-spacing: 6px;
    left: 42%;
    z-index: 1;
     animation: tracking-in-expand-fwd-top 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.swiper-banner .swiper-slide:nth-child(1)::after {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/luforflower/vase1-g.png);
    height: 100%;
    width: 100%;
    max-width: 40%;
    right: 4%;
    top: 4%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 1;
    position: absolute;
}
.swiper-banner .swiper-slide:nth-child(2)::before {
    content: '細細品味一草一木\A        讓花伴隨你的生活';
    position: absolute;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    color: #625A59;
    writing-mode: vertical-lr;
    white-space: pre;
    line-height: 220%;
    top: 32%;
    font-size: 24px;
    letter-spacing: 6px;
    left: 42%;
    z-index: 1;
    animation: tracking-in-expand-fwd-bottom 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.swiper-banner .swiper-slide:nth-child(2)::after {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/luforflower/vase2-g.png);
    height: 100%;
    width: 100%;
    max-width: 35%;
    right: 12%;
    top: 4%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 1;
    position: absolute;
}


/*特效*/
@-webkit-keyframes tracking-in-expand-fwd-top {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(-500px);
            transform: translateZ(-700px) translateY(-500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(500px);
            transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}



/*版面*/
.contact_page .main_part::after {
    position: absolute;
    content: '';
    background-image: url(https://pic03.eapple.com.tw/luforflower/bunch.png);
    background-repeat: no-repeat;
    right: 0;
    top: 69%;
    width: 100%;
    height: 536px;
    opacity: 0.2;
}



#content{
    background-image: url(https://pic03.eapple.com.tw/luforflower/all_bk1.jpg);
    background-repeat: repeat-y;
}

.contact_page .main_part{
    max-width: 80%;
}

.main_part{
    max-width: 80%;
}


.blog_page .main_part,.blog_in_page  .main_part{
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 6% 0;
}


.pageIndex .nav-brand::before {
   display: none;
}
  
.navigation{
    grid-template-columns: 150px 1fr; 
}



.nav-brand img{
    display: none;
}



.nav-brand::before {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/luforflower/top_logo.svg);
    background-repeat: no-repeat;
    margin: 4px 0 0 0;
    background-size: 90%;
    width: 128px;
    height: 146px;
    left: 0;
    top: 0;
    position: absolute;
  }


.main_header_area {
    background: transparent;
}

.header_area{
    position: fixed;
    background: transparent;
    padding: 1% 0;
}

.header_area.sticky{
    background: #fcf0ee96;
    border-bottom: none;
    backdrop-filter: saturate(180%) blur(20px);
}

.main_header_area .container{
    max-width: 100%;
}


.stellarnav ul{
    text-align: left;
}

.stellarnav ul ul{
    background: #ffffffb3;
}
.stellarnav > ul > li.has-sub > a{
    padding-right: 10px;
}


.stellarnav li.has-sub > a:after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #74686566;
}

.stellarnav > ul > li > a {
    font-size: 15px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 20px;
    color: #504b4b;
}

.stellarnav > ul > li > a b{
    font-weight: 600;
}

.stellarnav.desktop li.has-sub a{
    font-family: 'Noto Serif JP', serif;
}


/*banner*/

.other_page .banner::before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url();
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.banner{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: none;
    position: relative;
    z-index: 1;
    background: #EDD7D5;
    height: 25vw;
}

.banner::before{
    animation-name: oxxo;
    animation-duration: 10s;
    background-size: cover;
    background-position: center;
}

@keyframes oxxo{
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.banner h5 {
    display: none;
}

.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/luforflower/all_banner1.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.banner.banF {
    background-image: url(https://pic03.eapple.com.tw/luforflower/all_banner2.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.banner.banC{
    background-image: url(https://pic03.eapple.com.tw/luforflower/all_banner3.jpg);
    background-position: center;
    width: 100%;
    height: 30vw;
    background-size: cover;
}

.case_page  .banner.banB{
    display: none;
}




/*文章*/

.blog_page h4.blog_category_title{
    display: none;
}

h5.blog_le_t {
    font-family: 'Noto Serif JP', serif;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

h5.blog_le_t span{
    font-size: 18px;
}

.blog_le .accordion{
    border: 1px #e9d1ce solid;
    background: #ffffff5c;
}

.accordion li .link a{
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    letter-spacing: 3px;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #b09b92 !important;
}

.subbox_item{
    background: #f9f4f4;
}

.subbox_item a{
    grid-template-columns: 1fr;
}

.blog_list_ri{
    padding: 2% 5% 7% 5%;
}

.blog_list_ri h5{
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    color: #52310f;
    letter-spacing: 2px;
}

.subbox_item a:before {
    right: 50%;
    opacity: 1;
    color: #903b3b;
    transform: translate(50%, 0);
    bottom: 2%;
    letter-spacing: 3px;
}


.subbox_item a:after{
    background: transparent;
}

.blog_list_ri p{
    -webkit-line-clamp: 3;
    color: #7d7c7c;
    line-height: 150%;
    margin-bottom: 5%;
}

.blog_list_ri em{
    color: #b09b92;
    letter-spacing: 2px;
}

h4.blog_category_title{
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #565050;
}

.news_related{
    background: #f3f3f37d;
}

.news_related h6 span:before{
    color: #391911;
    font-family: 'Noto Serif JP';
    font-weight: 500;
}

.lastPage{
    background: #a79797;
    font-family: 'Noto Serif JP';
    margin: 5% auto 0 auto;
}

.blog_back a.article_btn_prev{
    background: #8b83827d;
    font-family: 'Noto Serif JP';
}

.blog_back a.article_btn_next{
    background: #8b83827d;
    font-family: 'Noto Serif JP';
}

.blog_back a.article_btn_back{
    background: #958377a3;
    font-family: 'Noto Serif JP';
}

.blog_subbox{
    grid-gap: 40px; 
}

.accordion li .link a{
    font-size: 16px;
}




/*聯絡我們*/
.blank_letter {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    color: #565050;
    letter-spacing: 3px;
    font-weight: 500;
}

body.contact_page .contact_content {
    background: #f9f5f4;
    width: 100%;
    max-width: 100%;
    margin-bottom: 80px;
    margin-top: 80px;
    border-radius: 4px;
    padding: 1% 3%;
    box-shadow: 3px 2px 3px 2px #d1c4c34a;
    position: relative;
    z-index: 2;
}

.contact_content .information_left {
    width: 28%;
}

.contact_content .information_right {
    width: calc(100% - 29%);
    padding-left: 2%;
}

.contact_form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.contact_form li textarea.noborder {
    background: #ffffff;
    border: 1px #ddd solid;
}

.contact_form li input.noborder{
    border: 1px #e2c6c3 solid;
}

.contact_form li textarea.noborder{
    border: 1px #e2c6c3 solid;
}


.contact_form li.last {
    width: 100%;
    border: none;
    text-align: right;
    margin-top: 20px;
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.contact_form li .form__label {
    display: flex;
    height: 30px;
    font-size: 16px;
    font-family: 'Noto Serif JP';
    color: #444;
}


.contact_form li {
    width: 49%;
    padding: 1% 0;
    border: none;
    font-size: 18px;
    display: block;
}


.contact_form li.last cite{
    background: #7f7272;
}

.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{
    font-size: 15px;
    font-family: 'Noto Serif JP';
    font-weight: 400;
}

.list_before.info li.info_PHONE{
    display: none;
}

.list_before.info li{
    font-size: 15px;
    padding-left: 12%;
    font-family: 'Noto Serif JP';
    font-family: 'Noto Serif JP';
}

.blog_box_edit *{
    font-family: "Noto Sans TC", serif;
}


.red{
    order: 2;
}

.blank_letter{
    display: flex;
    justify-content: space-between;
}



.news_related_list li a p{
    font-family: 'Noto Serif JP', serif;
}



/*麵包屑*/
.path{display: none;}


/*頁腳*/

.box_link{
    display: none;
}

.footer {
    background: #edd7d5;
}

.footer .center {
    position: relative;
    max-width: 1300px;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    flex-direction: column;
    margin-bottom: 15px;
}

.footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.footer_info li p {
    color: #474141;
    font-size: 14px;
    line-height: 190%;
    font-family: 'Noto Serif JP', serif;
}

.footer_menu a:nth-child(1){
    display: none;
}

.footer_info li:nth-child(2){
    display: flex ;
    justify-content: center;
    align-items: center;
}

.footer_menu a{
    background: transparent;
    border: none;
    color: #474141;
    font-family: 'Noto Serif JP', serif;
}

.footer_menu a:before {
    content: "．";
}

.footer_info ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: 0 20px;
    letter-spacing: 0.15em;
    border-top: 1px solid #c7aeac;
    padding-top: 2%;
}

.footer_menu a:hover{
    background: #dbc6c4;
    color: #474141;
}

.copy{
    letter-spacing: 2px;
    color: #726d6c;
}

.copy a{
    color: #726d6c;
}

.copy a:hover{
    color: #726d6c;
}


/* 商品下拉超過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_info_page .edit * {
    font-family: "Noto Sans TC", serif !important;
    font-weight: 400;
    color: #3b3b3b;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: 1px;
}


.inquiry_a1{
    background: #eaac9e;
}

.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{
    letter-spacing: 2px;
    background: #956760;
}


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */


.product_info_page  .main_part{
    max-width: 75%;
}

.product-layer-two li a{
    font-family: 'Noto Serif JP', serif;
    border: none;
}

.related_list li a p{
    font-family: 'Noto Serif JP', serif;
    height: 50px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    padding: 1% 0;
    margin: 4% 0;
}

.product-layer-two li a{
    background: #e7d2cd;
    color: #504b4b;
}

.fa-circle-plus::before{
    filter: opacity(0.3);
}

.product-layer-two li i.close::before{
    filter: opacity(0.3);
}

.product-layer-two li.active a{
    border: none;
}


.product-layer-two li li{
    transition:all ease .3s;
    padding:0;
    display: block;
    background: #ffffff47;
}
.product-layer-two li li a{
    background: #ffffff47;
    padding:5px 10px;
}

.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%;}

.products-list{
    grid-gap: 45px 20px;
}

.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:hover > a {
    background: #fff;
    color: #895740;
}
.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:#895740;}

.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;}

.products-list .more{
    border: 1px solid #976950ba;
    color: #976950ba;
    font-family: "LXGW WenKai TC", serif;
    font-size: 14px;
    letter-spacing: 2px;
}

.products-list .item a:hover .more{
    background: #976950ba;
}

.pd_tabTitle li.activeTab::after{
    background: #a08c8a59;
}

.pd_tabTitle li.activeTab a {
    color: #525252;
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 2px;
}


.prod_related h6 span:before{
    font-family: 'Noto Serif JP', serif;
    font-size: 23px;
    letter-spacing: 2px;
    color: #5b4945;
    font-weight: 600;
}

.prod_related h6{
    margin: 2% auto 3% auto;
}

.prod_related{
    background: #f3f3f399;
}



.sidebarBtn{
    border: none;
    background: #ffffffb3;
}

.sidebarBtn h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 23px;
    letter-spacing: 2px;
    color: #5b4945;
    font-weight: 600;
}

.products-list .name{
    text-align: center;
    font-family: 'Noto Serif JP';
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.related_list{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width:75%;
    width: 100%;
    grid-gap: 40px;
}

.product_info li span{
    display: none;
}

.prod_related_b_box{
    margin: 5% 0 0 0;
}




/*搜尋*/


.shop_search_btn{
    background: #8c6a5e;
}

.box_search input[type=text]{
    background-color: #f3e1dfcc;
    border: solid 1px #8c6a5e;
    opacity: 0.6;
}

.box_search{
    right: 3%;
}

.me_tp_features{
    position: absolute;
}

.contact_page .me_tp_features,.case_page .me_tp_features,.pageIndex  .me_tp_features,.blog_page .me_tp_features,.blog_in_page  .me_tp_features,.other_page .me_tp_features{
    display: none;
}


@media screen and (max-width: 1280px) {
.header_area{
    padding: 0;
}
.header_area.sticky{
    backdrop-filter: unset;
}
.stellarnav ul {
    text-align: center;
}
.pageIndex .nav-header,.pageIndex  .nav-brand{
    display: none;
}
.pageIndex .navigation {
    grid-template-columns: 1fr;
}
.navigation {
    padding: 1% 0;
    grid-template-columns: 1fr;
}
.me_tp_features{
    position: relative;
}
.swiper-wrapper .swiper-slide:nth-child(1)::before{
    font-size: 20px;
}
.swiper-wrapper .swiper-slide:nth-child(2)::before{
     font-size: 20px;
}


/*聯絡我們*/

.contact_page .main_part {
    max-width: 90%;
}

.contact_content .information_left {
    width: 35%;
}

.contact_content .information_right {
    width: calc(100% - 36%);
    padding-left: 2%;
}


}

@media screen and (max-width: 1024px) {
.stellarnav > ul > li > a{
    margin: 0 10px;
}


.contact_form li{
    width: 100%;
}
/*產品*/
.product_info_page .related_list {
    grid-template-columns: 1fr 1fr;
    max-width: 84%;
    grid-gap: 10px;
}
.product_info_page .main_part{
    max-width: 86%;
}
.product_info_page .related_list{
    grid-gap: 20px;
}

}
@media screen and (max-width: 980px) {
.stellarnav > ul > li > a{
    margin: 0 10px;
}
.stellarnav ul {
    text-align: center;
}
.stellarnav > ul > li > a {
    margin: 0 4px;
}
/*banner*/
.banner.banC, .banner.banblog, .banner.banF, .banner.banB{
    background-position: 70%;
}
/*大圖*/
.swiper-banner .swiper-slide:nth-child(1)::before{
    top: 22%;
}
.swiper-banner .swiper-slide:nth-child(2)::before{
    top: 22%;
}


/*聯絡我們*/
.contact_content .information_left {
    width: 100%;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
}
.box1 iframe{
    height: 280px  !important;
}
.banner.banC,.banner.banblog,.banner.banF,.banner.banB{
    height: 50vw;
}

/*產品*/
.proImgSwiper{
    aspect-ratio: 3 / 4;
}
.product_info_page .main_part{
    max-width: 90%;
}

/*文章*/
.blog_le {
    width: 24%;
}
.blog_ri {
    width: calc(100% - 25%);
}
.news_related_list{
    width: 100%;
    max-width: 80%;
}
.news_related{
    padding: 8% 15px 2% 15px;
}


/*搜尋*/
.shop_search_btn{
    background: #8c6a5e96;
}
/*購物車*/
.products-list .item a{
    text-align: center;
}


}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.header_area,.header_area.sticky {
    position: relative;
    background-color: transparent;
    height: auto;
}
.swiper-wrapper .swiper-slide:nth-child(1)::before{
    font-size:18px;
    top: 20%;
}
.swiper-wrapper .swiper-slide:nth-child(2)::before{
    font-size: 18px;
    top: 20%;
}
.pageIndex .nav-header, .pageIndex .nav-brand {
    display: block;
    
}
.pageIndex .nav-brand img{
    display: block;
    margin: 0 auto;
}
.main_header_area{
    background: #ebd6d5;
}
.nav-brand::before {
    left: 0;
    position: relative;
    background-size: unset;
}

/*大圖*/    
/*換手機版大圖*/
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before,.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before{display: none;}
.pageIndex .swiper-banner .swiper-slide:nth-child(2)::after,.pageIndex .swiper-banner .swiper-slide:nth-child(1)::after{display: none;}
.pageIndex .swiper-slide img{display: none;}
.pageIndex .swiper-banner{ height:90vh; padding:0;}
.pageIndex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/luforflower/phone820-1.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}
.pageIndex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/luforflower/phone820-2.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}



#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }

.stellarnav.mobile ul{
    background: #ead6d4;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #ffffff5c;
}

.stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #a58d8b;
}

.stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #a58d8b;
}



.nav-brand {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-brand::before{
    left: 0;
    position: relative;
}

#bottom_menu{
    background: #f4eeed;
}

#bottom_menu li a{
    color: #89746f;
}
.stellarnav .menu-toggle{
    padding: 15px 10px;
}

.stellarnav .menu-toggle:after{
    color: #89746f;
}

.stellarnav .menu-toggle span.bars span{
    background: #89746f8f;
}

#to_top i:before, #to_top i:after{
    background: #fff;
}
#bottom_menu li{
    float: left;
    width: 100%;
}



.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;}

.mobile_product_name{
    display: none;
}

.product-wrapper {
    display: flex;
    flex-direction: column;
}

.sidebarBtn{
    order: 1;
    margin: 20px auto 10% auto;
    background: #ffffff66;
}

.product_main{
    order: 2;
}

.prod_tabs{
    order: 3;
}


#to_top{
    background: #cfb4b3;
    border-radius: 0;
    box-shadow: none;
    left: unset;
    right: 5px;
    bottom:100px;
    display: block !important;
    opacity: 1 !important;
    border-radius: 0 0 25px 25px;
    color: #ffffff;

}

.product_page .product_menu_list>h5{
    font-family: 'Noto Serif JP', serif;
    font-size: 23px;
    letter-spacing: 2px;
    color: #5b4945;
    font-weight: 600;
    text-align: center;
}

.fa-caret-down::before{
    filter: opacity(0.4);
}

.box_search input[type=text]{
    width: 100%;
    max-width: 100%;
}

.box_search {
    right: 0;
    width: 80%;
}


.product_page .show_content{
    width: 100%;
    max-width: 80%;
}
#prod_thumbSwiper img{
    position: relative;
    width: 100%;
    height: auto;
}





.contact_form li.last blockquote, .contact_form li.last cite{
    width: 100%;
}


.banner.banC,.banner.banblog,.banner.banF,.banner.banB{
    height: 70vw;
}


/*文章*/
.blog_le {
    width: 100%;
}
.blog_ri {
    width: 100%;
}


/*聯絡我們*/
.contact_content .information_left {
    width: 100%;
}

.contact_content .information_right {
    width: 100%;
}


/*頁腳*/
.footer_info ul{
    max-width: 90%;
}

.footer_menu a:nth-child(1){
    display: block;
}


}
@media screen and (max-width: 600px) { 
.swiper-pagination-bullet{
    display: none;
}
.product_info_page .related_list{
    grid-template-columns: 1fr;
}


/*聯絡我們*/
.contact_form li .form__label{
    background: transparent;
}


.banner.banC, .banner.banblog, .banner.banF, .banner.banB {
    height: 100vw;
}


}
@media screen and (max-width: 480px) {    
/*大圖*/    
/*換手機版大圖*/
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before,.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before{display: none;}
.pageIndex .swiper-banner .swiper-slide:nth-child(2)::after,.pageIndex .swiper-banner .swiper-slide:nth-child(1)::after{display: none;}
.pageIndex .swiper-slide img{display: none;}
.pageIndex .swiper-banner{ height:70vh; padding:0;}
.pageIndex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/luforflower/phone480-1.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}
.pageIndex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/luforflower/phone480-2.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}


/*banner*/
.banner.banC{
    background-position-x: -75%;
}
.banner.banF{
    background-position-x: 56%;
}
.banner.banF {
    background-position-x: 76%;
}
.banner.banC {
    background-position-x: 74%;
}

body.contact_page .contact_content{
    padding: 1% 8%;
}
.list_before.info li{
    padding-left: 18%;
}


.product_info_page .main_part{
    max-width: 85%;
}

.mobile_product_name {
    font-family: 'Noto Serif JP', serif;
    font-size: 23px;
    letter-spacing: 2px;
    color: #5b4945;
    margin-bottom: 10%;
}
#prod_thumbSwiper .swiper-button-next, #prod_thumbSwiper .swiper-button-prev{
    width: 100%;
}


/*聯絡我們*/
.contact_form li .form__label{
    font-size: 14px;
}

.related_list{
    grid-template-columns: 1fr;
}

.blog_le {
    width: 100%;
}

.blog_ri {
    width: 100%;
}





}

@media screen and (max-width: 430px) { 


}

@media screen and (max-width: 380px) { 

}