@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+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.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%;}

.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 { 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:#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;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.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;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 

body.pageIndex #content_main {
    background-color: #efe8e5;
}
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*反白顏色*/
::-moz-selection {
    background-color: #888;
    color: #fff;
}

::selection {
    background-color: #888;
    color: #fff;
}

body {
    font-family: "Noto Serif TC";
}
.header_area{background: #e2d3c7;    box-shadow: 0 0 8px rgba(0 0 0 / 10%);}
.pageIndex .header_area{background: transparent;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
    position: fixed;}
.stellarnav > ul > li > a{    color: #5b5046;    margin: 0 15px;    letter-spacing: 1px;}
.pageIndex .stellarnav > ul > li > a{    color: #fff3eb;    margin: 0 15px;    letter-spacing: 1px;    text-shadow: 0 0 3px #000000a1;}
.main_header_area .container {
    max-width: 90%;}
.tp_links a{    color: #fff5eb;}
.sticky .main_header_area.animated {background: rgb(226 211 199);}

.pageIndex .sticky .main_header_area.animated {
    backdrop-filter: saturate(93%) blur(7px);
    border: solid 1px rgba(255, 255, 255, 0.1);
}
.header_area.sticky{background:#e2d3c7;}
.header_area{padding:0;}
.header_area .nav-brand{    max-width: 200px;    transition: .3s;}
.header_area.sticky .nav-brand {
    max-width: 180px;
}
.navigation{padding:15px 0px;}
.stellarnav li.has-sub > a:after{    border-top: 6px solid #5b5046;}
.pageIndex .stellarnav li.has-sub > a:after{border-top:6px solid #fff;}
.sticky .stellarnav > ul > li > a {
    color: #5b5046;
    text-shadow: none;
}
.sticky .tp_links a{color: #5b5046;}
.me_tp_features a{      color: #5b5046;  }
.pageIndex .me_tp_features a{    color: #fff5ec;}
.sticky .me_tp_features a{    color: #5b5046;}
.box_link{display:none;}

.pageIndex .header_area.sticky .stellarnav li.has-sub > a:after {
    border-top: 6px solid #5b5047;}
.pageIndex .header_area.sticky .prod_classes .has-sub > a:after{
    border-top: 6px solid transparent !important;
}



/*大圖字*/
.pageIndex .swiper-slide:nth-child(1):before {
    width: 7%;
    padding-bottom: calc(90% / 265* 600);
    right: 22%;
    transform: translateY(-55%);
    background-image: url(https://pic03.eapple.com.tw/lflikefurniture/banner_text001.png);
    max-width: 421px;
}
.pageIndex .swiper-slide:nth-child(2):before {
    width: 60%;
    padding-bottom: calc(90% / 265* 700);
    right: 28%;
    transform: translateY(-54%);
    background-image: url(https://pic03.eapple.com.tw/lflikefurniture/banner_text002.png);
    max-width: 730px;
}
.pageIndex .swiper-slide:before {
    content: "";
    height: 0;
    position: absolute;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 70%;
    z-index: 1;
}

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{ padding: 10px;    transition: all 0.3s;border-left:1px solid transparent;font-size: 14px;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #836854;
    background-color: #f0e8e0;	padding-left:10px;border-color:none ; transition:all .8s; font-size:14px;} 
.stellarnav > ul > li.has-sub > ul a:hover{padding-left: 15px;;}
.stellarnav ul ul{background: #fff;}
.stellarnav li li > a, .stellarnav li li.has-sub > a{color:#836854;}

/*footer*/
.footer_logo img {
    max-width: 70%;
    margin-top: 10px;
}
.footer{    background: #ede2d9;}
.footer_info li p{  color: #5b4935;}
.footer_info li p a{  color: #5b4935;}
.footer_menu a{    color: #a99480;
    background:#ede2d9;    border: 0px #ccc solid;}
.copy{color: rgb(226 211 199);
    background: #b5a391;
    border-top: 1px #e2d3c7 solid;}
.copy a{color: rgb(226 211 199);}
.footer_menu a:hover {
    background: #e2d3c7;
    color: #4f3f29;
}
.footer_info li p:before{margin:0;}
.footer_menu a:nth-child(1) {
    display: none;
}
/*信箱隱藏*/
.footer_info li p:nth-child(5) {
    display: none;
}



/*購物車*/
.products-list .more {
    border: 1px solid #754624;
    color: #754624;}
.products-list .item a:hover .more {
    background: #734528;}
.product-layer-two li a{   border: 0px #f6eee8 solid;
    background: #fff;}
.prod_related {
    background: #f5ede6;}
.inquiry_a1{display:none;}
.inquiry_a2{display:none;}
.sidebarBtn h2 {
    color: #927771;}
.sidebarBtn{    border: 5px #f6eee8 solid;}
.me_tp_features a{display:none;}
.shop_search_btn {
    background: #d8bca8;    color: #322012;}
.products-list .price{display:none;}
.sidebarBtn .price{display:none;}
.inquiry_a3 {
    background: #8fd588;
}
.prod_related h6 span:before{    font-size: 20px;
    color: #734528;}
.product-layer-two li.active a {
    font-weight: bold;
    border: 1px #937770 solid;
}
.product-layer-two li i{color: #937770;}
.product-layer-two li li.active a {
    background: rgb(231 224 217);
}
.fa-circle-plus::before {
    content: "+";
}
.product-layer-two li i.close::before {
    content: '-';
}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #927771;}


/*文章*/
.blog_subbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.subbox_item a{    display: block;}

h4.blog_category_title {
	border-bottom: 1px #ccc solid;
    color: #927771;
	font-size: 25px;}
.blog_back a.article_btn_next {
    background: #bfad9e;
}
.blog_back a.article_btn_prev {
    background:#bfad9e;
}
.blog_back a.article_btn_back {
    background: #dbc8b7;
    color: #684b32;
}
.news_related {
    background: #f4f0ed;}
.lastPage{    background: #bfad9e;}
.blog_list_ri h5{    color: #555;   font-weight: 600;}
h5.blog_le_t span{display:none;}
.blog_list_ri h5 {
    color: #927771;}
.news_related h6 span:before{ font-size: 20px;
    color: #734528;}


/*文章圖片放大*/
.subbox_item a img {
    transition: all 0.5s;
}
.subbox_item a:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.blog_list_le {
    overflow: hidden;
    padding: 0;
}
.subbox_item a:after{    background: rgb(255 255 255 / 0%);}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{    color: #fff !important;
    background: #a07761;}
	
/*首頁促銷方案*/
.news_part .title_i_box h6 {
    font-size: 24px;
    color: #79655d;
    font-weight: 500;
}
.animated-arrow{    background: #c8b4aa;
    border-radius: 20px;}
.news_list ul li{    border: 1px #f6f6f6 solid;
    margin-bottom: 7px;
    background: #fafafa2b;}
.news_part .title_i_box h4{display:none;}
.news_part .title_i_box h6::before {
    content: 'NEWS';
    display: block;
    font-size: 18px;
    color: #c7b4ab;
}
.news_list ul li a:hover {
    background: #e5dad5a8;
}

/*首頁商品*/
.i_prod_tit h2{
    font-size: 36px;
    font-size: 24px;
    color: #79655d;
    font-weight: 500;}
.i_prod_tit span{display:none;}
.i_prod_tit h2::before{
	content: 'PRODUCT';
    display: block;
    font-size: 18px;
    color: #c7b4ab;}
.prod_part{    background: repeating-conic-gradient(#fff8f2 0 0.0001%, #0000 0 0.0002%);}


/*相簿*/
.album_fixed_title{background: #fff;}
.show-list .show_name{    color: #7b6462;
    text-align: center;
    background: #ede2d9;}
.show-list .item:hover .show_name {
    color: #a16545;
}
.show-list .show_pic img:hover{    opacity: 0.5;}
.show-list .show_pic img {
    transition: .3s;}
.overlay{    background: unset;}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: #f9ede5;
    padding: 88px 0 16px;
	
}
.banF h5::after {
    content: 'PRODUCT';
    display: block;
    font-size: 33px;
}
.banE h5::after {
    content: '客戶分享';
    display: block;
    font-size: 33px;
}
.banA h5::after {
    content: '最新消息';
    display: block;
    font-size: 33px;
}
.banner h5 {
    font-size: 30px;
    letter-spacing: 8px;
    font-weight: 600;
    color:#967c76;
    max-width: 1600px;
    width: 100%;
    padding: 120px 8vw 0px;
    text-align: left;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    line-height: 1.3;
	display:none;
}
.banner.banF h5::before {
    content: "產品介紹";
}
.banner.banA {        
		background-image: url(https://pic03.eapple.com.tw/lflikefurniture/banner_bg001.jpg);
        height: auto;
    }
.banner.banB {display:none;}
.banner.banC {}
.banner.banF {background-image: url(https://pic03.eapple.com.tw/lflikefurniture/banner_bg001.jpg);
        height: auto;}
.banner.banE {background-image: url(https://pic03.eapple.com.tw/lflikefurniture/banner_bg001.jpg);
        height: auto;}
.banner.banblog {display:none;}

body.product_page.bodyDesktop .banner:before {
    content: '';
    background: url(https://pic03.eapple.com.tw/lflikefurniture/banner_pic-01.svg) no-repeat center;
    background-size: cover;
    display: block;
    position: absolute;
    aspect-ratio: 620 / 220;
    width: 35%;
    top: 10%;
    left: 10%;
}
body.album_page.album_a.bodyDesktop .banner:before{
	content: '';
    background: url(https://pic03.eapple.com.tw/lflikefurniture/banner_pic-03.svg) no-repeat center;
    background-size: cover;
    display: block;
    position: absolute;
    aspect-ratio: 620 / 220;
    width: 35%;
    top: 10%;
    left: 10%;
	}
body.promotions_page.bodyDesktop .banner:before{
	content: '';
    background: url(https://pic03.eapple.com.tw/lflikefurniture/banner_pic-02.svg) no-repeat center;
    background-size: cover;
    display: block;
    position: absolute;
    aspect-ratio: 620 / 220;
    width: 35%;
    top: 10%;
    left: 10%;
	}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 1800px) {
	
body.product_page.bodyDesktop .banner:before{top: 13%;}
body.album_page.album_a.bodyDesktop .banner:before{top: 13%;}
body.promotions_page.bodyDesktop .banner:before{top: 13%;}
}
@media screen and (max-width: 1400px) {
.pageIndex .stellarnav > ul > li > a{margin: 0 10px;}
body.product_page.bodyDesktop .banner:before{top: 20%;
        width: 40%;}
body.album_page.album_a.bodyDesktop .banner:before{top: 20%;
        width: 40%;}
body.promotions_page.bodyDesktop .banner:before{top: 20%;
        width: 40%;}		
	
}

@media screen and (max-width: 1024px) {
.pageIndex .header_area{    position: sticky;background: #ede2d9;}
.me_tp_features a {
    color: #8d7662;}
.stellarnav > ul > li > a {
    color: #8d7662;text-shadow:unset}
.header_area {
    padding: 20px;
}
.main_header_area .container {
    max-width: 100%;
}
.navigation {
    padding: 0;
}
.sticky .main_header_area.animated {
    background: unset;
    backdrop-filter: unset;}
.stellarnav li.has-sub > a:after {
    border-top: 6px solid #8d7662;
}
.pageIndex .stellarnav > ul > li > a{color: #77471f;text-shadow: unset;}
.pageIndex .sticky .main_header_area.animated {
    background: unset;}
.pageIndex .stellarnav li.has-sub > a:after {
    border-top: 6px solid #391911;
}
body.product_page.bodyDesktop .banner:before{   
        width: 50%;
        top: 31%;
        left: 5%;}
body.album_page.album_a.bodyDesktop .banner:before{ width: 50%;
        top: 31%;
        left: 5%;}
body.promotions_page.bodyDesktop .banner:before{ width: 50%;
        top: 31%;
        left: 5%;}
}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.header_area .nav-brand {
    max-width: 150px;}
.header_area.sticky .nav-brand {
    max-width: 136px;
}

.stellarnav.mobile ul{background: #fff6ef;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{    background: #e1d3c8;color: #77471f;}
.footer_logo{    max-width: 210px;}
.header_area {
        padding: 10px;
    }
.stellarnav.mobile > ul > li > a{        line-height: 215%;padding: 15px 30px 15px 10px;font-size: 15px;}
.pageIndex .sticky .main_header_area.animated{backdrop-filter: unset;}
.stellarnav.mobile > ul > li{    border-bottom: 1px #e1d3c8 solid;}
.stellarnav .icon-close:before{    border-bottom: solid 3px #77471f;}
.stellarnav .icon-close:after{    border-bottom: solid 3px #77471f;}
.stellarnav a.dd-toggle .icon-plus:before{    border-bottom: solid 3px #77471f;}
.stellarnav a.dd-toggle .icon-plus:after{    border-bottom: solid 3px #77471f;}
.stellarnav.mobile li.open{    background: #e0d3c9;}
body.product_page.bodyMobile .banner:before{
	content: '';
    background: url(https://pic03.eapple.com.tw/lflikefurniture/banner_pic-01.svg) no-repeat center;
    background-size: cover;
    display: block;
    position: absolute;
    aspect-ratio: 620 / 220;
    width: 68%;
        top: 8%;
        left: 10%;}
body.promotions_page.bodyMobile .banner:before{content: '';
    background: url(https://pic03.eapple.com.tw/lflikefurniture/banner_pic-02.svg) no-repeat center;
    background-size: cover;
    display: block;
    position: absolute;
    aspect-ratio: 620 / 220;
    width: 68%;
        top: 8%;
        left: 10%;}
body.album_page.album_a.bodyMobile .banner:before{content: '';
    background: url(https://pic03.eapple.com.tw/lflikefurniture/banner_pic-03.svg) no-repeat center;
    background-size: cover;
    display: block;
    position: absolute;
    aspect-ratio: 620 / 220;
    width: 68%;
        top: 8%;
        left: 10%;}
.blog_subbox{    grid-template-columns: 1fr 1fr;}
/*手機版底部*/
#bottom_menu li:nth-child(2) {
    display: none;
}
#bottom_menu li:nth-child(3) {
    display: none;
}
}

@media screen and (max-width: 600px) { 
.navigation{        display: grid;    grid-template-columns: 1fr 1fr;}
.header_area .nav-brand {
        max-width: 136px;        margin-right: -15px;
    }
.box_search{    width: 145px;    margin-bottom: 0;}
.swiper-slide:nth-child(2):before{            width: 90%;
        top: 7%;}
body.product_page.bodyMobile .banner:before{width: 86%;
        top: 7%;
        left: 6%;}
body.promotions_page.bodyMobile .banner:before{width: 86%;
        top: 7%;
        left: 6%;}
body.album_page.album_a.bodyMobile .banner:before{width: 86%;
        top: 7%;
        left: 6%;}
}
@media screen and (max-width: 475px) { 

.blog_subbox{    grid-template-columns: 1fr;}

}

/* 20250414 */
/*搜尋*/
.me_tp_features{
    position: relative;
}

.box_search {
    width: 150px;
    margin-bottom: 0;
    padding-right: 13px;
    position: absolute;
    top:0;
    right:0;
}

.box_search form {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.box_search form:after {
    content: "";
    background: url(https://www.lf-likefurniture.com/images/search-icon.png) center no-repeat;
    width: 19px;
    height: 19px;
    display: block;
    pointer-events: none;
    z-index: 1;
}

.box_search input[type=text] {
    width: 0;
    border: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #FFFFFF00;
    padding: 5px;
}

.shop_search_btn {
    display: none;
    color: transparent;
    background: transparent;
    padding: 0;
    width: 30px;
    height: 30px;
}

.box_search form:focus-within input[type=text] {
    width: calc(100% - 30px);
    border-bottom: 1px solid #FFFFFF;
}

.box_search form:focus-within .shop_search_btn {
    display: block;
}

.header_area.sticky .box_search form input[type=text]::selection {
    background: darkorange;
    color: black;
}

.box_search input[type=text]:focus {
    color: #fff;
}

@media (max-width:1371px) {
    .box_search{
        padding-right: 24px;
    }
}

@media (max-width:1244px) {
    .box_search{
        padding-right: 15px;
    }
}

@media (max-width:1130px) {
    .box_search{
        padding-right: 19px;
    }
}

@media (max-width:1024px) {
    .me_tp_features{
        position: static;
    }
    .navigation{
        position: relative;
    }
    .box_search{
        top:11px;
    }
}

@media (max-width:768px) {
    .tp_btn_cart,
    .tp_btn_notice,
    .tp_links,
    .tp_lang{
        display: none;
    }

    .me_tp_features{
        margin:0;
    }

    .stellarnav.mobile{
        top:-8px;
    }

    .box_search{
        padding:0;
        top:50%;
        right:10px;
        transform: translateY(-50%);
    }

    .navigation{
        display: flex;
    }

    .header_area .nav-brand{
        margin:0;
    }

    .nav-brand h1{
        position: absolute;
        z-index: -1;
    }
}

@media(max-width:600px) {
    .box_search{
        width: 120px;
    }
}

@media (max-width:570px) {
    .stellarnav.mobile{
        top:0;
    }
}

@media (max-width:440px) {
    .header_area .nav-brand{
        max-width: 120px;
    }
    .stellarnav.mobile {
        top: -4px;
    }
    .box_search {
        width: 100px;
        right:0;
    }
    .box_search form:after {
        width: 14px;
        height: 14px;
        background-size: contain;
    }
    .nav-brand img{
        vertical-align: bottom;
    }
}

/*購物車價格開啟20250605*/
.sidebarBtn .price{
    display: block;
}
.products-list .name {
    font-size: 18px;
	text-align: center;}
.sidebarBtn .sp_price{color: #000;}


