@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Huninn&family=Reenie+Beanie&display=swap');
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

#content{ 
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
}


/*網站全域設定/＝＝＝＝＝*/
:root {
  --MainColor: #fbf6ef; /*網站主要色系*/
  --SubColor: #E49D83; /*網站輔助色系1*/
  --SubColor2: #fff9f6; /*網站輔助色系2*/
  --SubColor3:#82552D;
  --SFont:"Huninn", sans-serif;/*特殊字體*/
  --SFontE:"Reenie Beanie", cursive;/*特殊字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f48:48px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
}
@media (max-width:1024px) {
:root{
  --m50:40px;
  --m30:25px;
  --f48:40px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --m50:30px;
  --m30:20px;
  --f48:32px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:20px;
  --f24:20px;
  --f20:18px;
  --f18:17px;
  --f17:16px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f48:28px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:18px;
  --f24:18px;
  --f22:18px;
  --f20:17px;
  --f18:16px;
  --f17:15px;
  --f16:15px;
}
}
@media (max-width:375px) {
:root{
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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個--結束 */


/* ======================================================================= */

.path {display: none;}


/*選單設定*/
.nav-menu {margin: 0;}


.header_area .main_header_area .container {  max-width:85%;  transition: all 0.3s;}
.header_area.sticky .main_header_area .container { max-width: 80%; transition: all 0.3s;}
.nav-menu>li:not(.tp_links) { padding-right: 15px;}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {color: #2B3047;}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a { color: #2B3047;}

.nav-dropdown>li { text-align: center;}
.me_tp_features { display: none;}
.nav-header { position: absolute; top: 50%; z-index: 98999999; transform: translate(0, -50%); transition: all 0.5s;}
.sticky .nav-header { top: 70px; transition: all 0.5s;}
.nav-header::before {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fdece4;
    z-index: -1;
    border-radius: 0;
    opacity: 1;
    border-radius: 0 0 20px 20px;
    transition: all 0.3s;
}

.pageIndex .nav-header::before { top: -100px; opacity: 1; transition: all 0.3s; transition-delay: 0.5s;}
.sticky .nav-header::before { top: 50%;  opacity: 1;  transition: all 0.3s;  transition-delay: 0.5s;}

.nav-header::after {}
.nav-header:hover:after { animation-play-state: paused; transition: all 0.3s;}
.nav-header:hover:before { transition: all 0.3s;}

@keyframes rotate {
    0% { transform: translate(-50%, -50%) rotate(0deg);}
    100% { transform: translate(-50%, -50%) rotate(360deg);}
}



/*icon-----------------------------------------------------------------------*/
.stellarnav li a:before {
    content: "";
    display: block;
    position: relative;
    width: 65px;
    height: 65px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav li a:hover:before {
    transform: scale(1.1) rotate(10deg);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}



.stellarnav li:nth-of-type(1) a:before {
    background: url(https://pic03.eapple.com.tw/cccaaatttcat/hd_icon001.png) no-repeat center;
    background-size: contain;
}
.stellarnav li:nth-of-type(2) a:before {
    background: url(https://pic03.eapple.com.tw/cccaaatttcat/hd_icon002.png) no-repeat center;
    background-size: contain;
}
.stellarnav li:nth-of-type(3) a:before {
    background: url(https://pic03.eapple.com.tw/cccaaatttcat/hd_icon003.png) no-repeat center;
    background-size: contain;
}
.stellarnav li:nth-of-type(4) a:before {
    background: url(https://pic03.eapple.com.tw/cccaaatttcat/hd_icon004.png) no-repeat center;
    background-size: contain;
}
.stellarnav li:nth-of-type(5) a:before {
    background: url(https://pic03.eapple.com.tw/cccaaatttcat/hd_icon005.png) no-repeat center;
    background-size: contain;
}
.stellarnav li:nth-of-type(6) a:before {
    background: url(https://pic03.eapple.com.tw/cccaaatttcat/hd_icon006.png) no-repeat center;
    background-size: contain;
}
.stellarnav li:nth-of-type(7) a:before {
    background: url(https://pic03.eapple.com.tw/cccaaatttcat/hd_icon007.png) no-repeat center;
    background-size: contain;
}

.stellarnav li:nth-of-type(8) a:before {
    background: url(https://pic03.eapple.com.tw/cccaaatttcat/hd_icon008.png) no-repeat center;
    background-size: contain;
}

@keyframes upDown {
    0% {margin-top: -10px; margin-bottom: 10px;    }
    100% {margin-top: 0; margin-bottom: 0;    }
}

@-webkit-keyframes upDown {
    0% {margin-top: -10px; margin-bottom: 10px;    }
    100% {margin-top: 0; margin-bottom: 0;    }
}

/*icon-----------------------------------------------------------------------*/





.header_area { position: fixed; z-index: 9999; width: 100%; padding: 0 6%; top: 0;  background: transparent; transition: all 0.7s;}
.header_area.sticky { top: 0px;  background: transparent;  transition: all 0.7s; }
.main_header_area { position: relative;  background: #fdfcf9; border-radius: 0px 0px 50px 50px;}
.header_area .main_header_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fdfcf9;
    position: absolute;
    top: -160px;
    left: 0;
   box-shadow: 0px 0px 0 rgb(0 0 0 / 10%);
    transition: all 0.85s cubic-bezier(0.68, 0, 0.265, 1.55);
}

.header_area.sticky .main_header_area::before { height: 100%; top: 0; border-radius: 0px 0px 50px 50px; transition: all 0.85s cubic-bezier(0.68, 0.1, 0.265, 1);}
header.header_area.sticky .stellarnav li a:before {  content: "";  display: block;  position: relative;  width: 35px;  height: 35px;}
.stellarnav li.has-sub>a:after { display: none;}

.stellarnav>ul>li>a { padding: 0px 15px;  color: #fff;  text-transform: uppercase;  position: relative; display: inline-block; font-size: 16px; line-height: 50px;  height: 50px;  margin: 0 15px;  cursor: pointer;    text-align: center; transition: all 0.5s;}

.stellarnav>ul>li>a { color: #b37635;}
.sticky .stellarnav>ul>li>a { color: #b37635;  transition: all 0.5s;}


.stellarnav>ul>li>a:hover {  color: #dbb184;  transition: all 0.5s;}
.stellarnav > ul > li > a:hover b { transform: none; -webkit-transform: none; -moz-transform: none;}
.stellarnav > ul > li > a { line-height: 50px;  height: 100px; font-family: "Noto Sans TC", sans-serif;}
.stellarnav>ul>li>a b { font-weight: 500;  transition: all 0.5s;}
.stellarnav>ul>li>a b:nth-of-type(2) { color: #f6e034;  line-height: 0;  height: 0;  font-size: 10px; transition: all 0.5s; }
.stellarnav > ul > li > a b { line-height: 35px; height: 35px; }


.header_area .navigation {  display: flex;  width: 100%;    position: relative;    padding: 20px 0;    opacity: 1;    transition: all 0.3s;    justify-content: flex-end;}
.header_area.sticky .navigation {    padding: 25px 0 0;    opacity: 1;    transition: all 0.5s;    transition-delay: 0.5s;}



/*下拉*/
.nav-dropdown>li>a {  background: #f7f5f5;    transition: 0.2s;    letter-spacing: 1.5px;    width: 100%;}
.nav-dropdown>li>a:hover { transition: 0.2s; background-color: #2B3047;color: #fff}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron { border-color: transparent #fff #fff transparent;}

.stellarnav li li a { padding: 10px 15px;  display: block;  color: #b37635; background-color: transparent;  transition: all 0.3s;}
.stellarnav li li a:hover {   background-color: #f3ead7; transition: all 0.3s;}



.header_area .stellarnav li li a:before { display: none;}
.header_area.sticky .stellarnav li li a:before { display: none;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*HEADER_LOGO設定*/
.header_area .nav-brand {  display: inline-block;  width: 120px;  transition: all 0.5s;}
.header_area.sticky .nav-brand { width: 110px;  transition: all 0.5s;}
.header_area .nav-brand img { width: 100%;  max-width: 100%; transition: all 0.3s;}
.header_area.sticky .nav-brand img { transition: all 0.3s;}
.footer_logo img {width: 100%;}
.footer_logo { width: 200px;}

@media screen and (max-width: 1800px) {
.stellarnav>ul>li>a { padding: 0px 5px;}
}
@media screen and (max-width: 1700px) {
.header_area {padding: 0 0;}
.header_area.sticky .main_header_area .container { max-width: 90%;}
.header_area .main_header_area .container { max-width: 90%;}
.stellarnav>ul>li>a {  padding: 0px 5px;}
.sticky .stellarnav>ul>li>a { padding: 0px 10px;}
}
@media screen and (max-width: 1500px) {
.header_area.sticky .main_header_area .container { max-width: 95%;}
.header_area .main_header_area .container { max-width: 90%;}
.sticky .stellarnav>ul>li>a { padding: 0px 5px;}
}
@media screen and (max-width: 1440px) {
.main_header_area .container { max-width: 90%;}
.header_area.sticky .main_header_area .container { max-width: 90%;}
.stellarnav>ul>li>a {padding: 0px 10px;}
}
@media screen and (max-width: 1300px) {
.header_area.sticky .main_header_area .container {max-width: 95%;}
.header_area .main_header_area::before {content: "";  display: block; width: 100%;  height: 100%; position: absolute; top: -110px; left: 0;   transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.stellarnav ul { text-align: right;}
.stellarnav>ul>li.has-sub>a { padding-right: 0;}
.stellarnav>ul>li>a {padding: 0;margin: 0 10px;}
.nav-header { max-width: 150px;}
}
@media screen and (max-width: 1024px) {
.header_area.sticky .main_header_area .container { max-width: 100%;}
.header_area.sticky .navigation { padding: 0 0 ;}
.header_area .navigation { padding: 15px 0;}
.header_area .main_header_area::before {content: "";  display: block; width: 100%;  height: 100%; position: absolute; top: -110px; left: 0;   transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.stellarnav ul { text-align: right;}
.stellarnav>ul>li.has-sub>a { padding-right: 0;}
.stellarnav>ul>li>a {padding: 0;}
.header_area .navigation { padding: 30px 0; }
.navigation { display: flex; flex-direction: column; justify-content: flex-start; align-items: center;  align-content: center;}
.nav-header { position: relative;top: 0;  transform: translate(0, 0);}

.stellarnav ul {text-align: center;}
.pageIndex .header_area .main_header_area::before { top: -110px;}
.pageIndex .header_area.sticky .main_header_area::before {top: 0;}
.pageIndex .nav-header::before { opacity: 0; top: 40px;}
.header_area.sticky .nav-brand { width: 0;}
.sticky .nav-header { top: -50px;}
.sticky .nav-header::before { opacity: 0;}
}

@media screen and (max-width: 980px) {
.header_area .main_header_area .container { max-width: 100%;}
.header_area .navigation { padding: 20px 0; }
.sticky .stellarnav>ul>li>a { padding: 0px 0px;}
.stellarnav>ul>li>a { margin: 0 5px;}
.nav-header::before{ display:none;}
}

@media screen and (max-width: 768px) {
.main_header_area { position: relative;  background: #ffffff00;  border-radius: 0;}
.header_area.sticky { top: 0px;  background: transparent; transition: all 0.7s;}

/*手機板logo*/
.header_area .main_header_area::before { display:none;}
.nav-header { position: fixed; left: 0; top: 0; background: #fff;  padding: 10px 25px 5px 15px;  max-width: 90px;  border-bottom-right-radius: 45px;  box-shadow: 0 0 20px rgba(0, 0, 0, .05); }
.header_area.sticky .nav-brand { width: 120px;}
.sticky .nav-header {top: 0; }

/*手機板menu----------------------------------------------------------------*/
/*menu外層*/
/*menu選單靠左*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {  max-width: 230px;}
.stellarnav.mobile.left>ul { left: auto; right: 0;  padding: 0;  border: 0;}

.header_area .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile { display: block;  position: fixed;  top: 15px;  right: 5%; z-index: 999; transition: all 0.5s;  pointer-events: all;background: #fff;  padding: 10px; 
				border-radius: 20px;padding: 10px 15px;  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);}

.stellarnav .menu-toggle:after { content: '選單 ';  color: #c17e67;  display: block;  transform: scale(0.9);  font-weight: 700;}
.stellarnav .menu-toggle span.bars span {  background: #c17e67;}

.header_area.sticky .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile { top: 15px;  transition: all 0.5s;}

.navigation {  width: 100%;  position: relative;  padding: 0;}
.stellarnav>ul>li { width: 100%;}
.stellarnav { width: 45%;  height: 0%;  max-width: 450px;  position: fixed;  top: 0;  right: 0;  z-index: 0;  padding-top: 3vw;  transition: all .8s;  transition-timing-function: ease-out;}
.stellarnav.active { height: 100%;  z-index: 0;  transition: all .5s;  transition-timing-function: ease-in-out;}
.stellarnav.active li.has-sub>a:after {  border-top: 3px solid #ccc; border-left: 4px solid transparent;  border-right: 4px solid transparent;  right: -14px;}
.stellarnav.mobile {  position: fixed; top: 0; left: auto; width: 100%;  height: 75px; }


/*menu內層*/
.stellarnav li a:before { display: none;}
.stellarnav li a:hover:before { display: none;}
header.header_area.sticky .stellarnav li a:before { display: none;}
header.header_area.sticky .stellarnav li a:hover:before { display: none;}
.stellarnav>ul>li>a b:nth-of-type(2){ display: none;}
.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {  display: inline-block;  text-align: right;  padding: 10%; font-size: 12px;  background: #f6d2c2;  color: #333; font-weight: 600;}
.stellarnav .icon-close:after { border-bottom: solid 3px #333; }
.stellarnav .icon-close:before { border-bottom: solid 3px #333;}
.stellarnav.mobile>ul>li>a { padding: 15px 43px 15px 15px;}
.stellarnav.mobile>ul>li>a.dd-toggle { padding: 0;  position: absolute;  top: 15px;}

.stellarnav.mobile li.open { background: transparent;  padding: 0px; }
.stellarnav li li:hover { background: inherit; border-radius: 0;  color: inherit;  transform: none;  box-shadow: none;  z-index: 100000; transition: all 0.3s;}
.stellarnav li li:hover>a { color: inherit;  transition: all 0.3s;}
.stellarnav.mobile li.open li.open { background: transparent; padding: 0px;}
.stellarnav.mobile li li.has-sub a { padding: 15px 43px 15px 10px;}
.stellarnav.mobile li.open li.open { background: transparent; padding: 0;}
.stellarnav.mobile li a { border-bottom: 0;}
.stellarnav li li a { padding: 15px 35px; color: #c17e67;}
/*----------------------------------------------------------------*/

}

@media screen and (max-width: 480px) {
.nav-header { max-width: 100px;}
}

/*側邊按鈕隱藏*/
.info_fix{display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer設定*/

.footer { background: #fff9f6;}
.footer_menu a { color: #bb896a; background: transparent; border: transparent;}
.footer_menu a:hover { background: transparent; color: #e7c39c;}



/*改順序*/
.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
}
.footer_info li p:nth-child(1){
    order: 2;}
.footer_info li p:nth-child(2){
    display: none;}
.footer_info li p:nth-child(3){
    order: 1;}
.footer_info li p:nth-child(4){
    order: 4;}
.footer_info li p:nth-child(5){
    order: 3;}


.box_link a:not(.me_tp_fb):not(.me_tp_ig) {
    display: none ; /* 隱藏除了 Facebook 和 Instagram 外的所有連結 */
}

.box_link a{border: 1px #e7ddc9 solid;}
.box_link a:hover{background: #fff4e9;}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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 li:hover > a { background:#fff; color:#ad925e;}
.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_menu_list { 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) {
}

/* ================================================= */

/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #d2c4aa;border: 1px solid #d2c4aa;}

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid #d2c4aa;    color: #555; background: #fff; border-radius: 20px; font-size: 14px;}
.products-list .item a:hover .more {    background: #d2c4aa;}
/*價格*/
.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 !important; color: #d2c4aa;}
.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;}
.product-layer-two > li.active {    background: none;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}

.products-list .pic img {border-radius: 20px;}
.products-list .name {text-align: center; color: #698295;   margin-bottom: 10px;}


/**/
.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 {   padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #698295;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #d2c4aa; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #d2c4aa;
    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: #d2c4aa;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
.product_pic #bx-pager h6 {
    display: none;
}
.product_pic #bx-pager a, .bx-wrapper .bx-viewport {
    border-radius: 20px;
    overflow: hidden;
}
.sidebarBtn {
    border: none;
    background: none;
}
.pd_tabTitle li.activeTab a{
    background: none;
    color: #8c4d4f;
    border-block: 1px solid #eadede;
    margin-bottom: 35px;
}
.pd_tabTitle li{border-bottom: none;}
.pd_tabTitle li.activeTab::after{background: transparent;}


/*按鈕顏色*/
.inquiry_a1{background: #99ABB9;}
.inquiry_a2{background: #C5A97F;}
.inquiry_a3{background: #d2c4aa;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {border-radius: 50px; border: 1px solid;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{
    background: #fff;
    color: #555;
    border: 1px solid #C5A97F;
}
.lastaction {
    color: #555555;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #d2c4aa !important;
    text-align: center;
    max-width: 200px;
    width: 100%;
    padding-left: 0;
    background-image: none;
}
.nextaction {
    color: #555555;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #d2c4aa !important;
    text-align: center;
    max-width: 200px;
    width: 100%;
    padding-left: 0;
    background-image: none;
}
.half_box li.btn_blankTop {
    margin-top: 180px;
    text-align: end;
}
.lastPage {    background: #cdc9bf; border-radius: 50px;}
/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}
.prod_related, .related_list li a {
    background: #faf6f0;}
.related_list li a img {border-radius: 20px;}   



/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*購物車*/
.nextaction, .lastaction {max-width: 120px;} 
}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@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;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
    .products-list {    grid-template-columns: 1fr;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/cccaaatttcat/sbanner.jpg);
    background-size: cover;
    height: 35vw;
    max-height: 600px;
    min-height: 200px;
    position: relative;
    /* background: repeat center center #f9f9f900;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 2000px;
    height: 100vw;
    max-height: 580px;
    min-height: 300px;
    margin: 0% auto;
    border-radius: 0vw 0vw 0vw 0vw;
    overflow: hidden;
    position: relative;
    z-index: 1; */
}
.banner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-image: url(https://pic03.eapple.com.tw/cccaaatttcat/sbanner.jpg);
}
.banner h5 {
    font-size: var(--f40);
    text-shadow: 0 0 5px rgb(255 220 169 / 65%);
    position: absolute;
    width: 90%;
    max-width: 1300px;
    left: 50%;
    transform: translate(-45%, -50%);
    color: #744c29;
    text-align: center;
    top: 60%;
    font-family: "Huninn", sans-serif;
    font-weight: 500;
    letter-spacing: 0.15em;
    /* color: #744c29;
    background: transparent;
    height: auto;
    z-index: 5;
    position: relative;
    right: 0;
    top: 60px;
    font-size: var(--f40);
    letter-spacing: 2px;
    font-family: "Huninn", sans-serif;
    font-weight: 500;
    letter-spacing: 0.15em; */
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media screen and (max-width: 1024px) {
.banner { padding: 200px 0 60px; height: 55vw;}
.banner h5 { top: 75%;}
}
@media screen and (max-width: 768px) {
.banner { padding: 130px 0 40px; height: 35vw;}
.banner h5 { top: 55%;}
}
@media screen and (max-width: 480px) {
.banner { height: 60vw;  max-height: 500px;  min-height: 300px; padding: 130px 0 40px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
 

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 28px; color: #ddb6a4;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;}
.module_i_news li a , .subbox_item a {    padding: 5px;}
.subbox_item a {    display: block;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}
.blog_list_le {
    border-radius: 20px;
    overflow: hidden;
}  
.subbox_item a:after {border-radius: 20px;}  
/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #ddb6a4 !important;}
.submenu a:hover {    background: #ddb6a4;}
/*首*/
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: #ffff;}
.blog_back a.article_btn_next {background: #f3e5d7;}
.blog_back a.article_btn_prev{background: #f3e5d7;}  

.blog_back a {
    color: #555;
    border: 1px solid #e5dbbb;
    border-radius: 5px;
}

.news_related {background: #fdfbf7;}

.news_related_list li a {border-radius: 5px;}

.lastPage {background: #d3c19f;}

/* ---------------------------- */

.show-list .item:hover .show_name {    color: #ddb6a4;}
.other_album_choice li {background: #dfcfb0;}
.subbox_item a:after {border: 1px #e3cbbc solid;}
.subbox_item a:before {color: #e3cbbc;}
/* .accordion li+li .link {border-top: 1px solid #edd0be;}
.blog_le .accordion {border: 1px solid #edd0be;} */


/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}
}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}
}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/

/* ================================================== */
/* 相簿外層圖片正方形 */
.show-list .show_pic { aspect-ratio: 3 / 3;}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*聯絡我們/＝＝＝＝＝*/

.contact_editbox {padding: 0;}

/* 表單 */
.contact_content { text-align: center;}

.contact_le_map a {    background: var(--SubColor);}
.contact_form li.last cite {background: var(--SubColor);}

.contact_form {    display: grid;    grid-template-columns: 1fr;    gap: 20px;}
.contact_form li{padding: 0;    grid-template-columns: 100px 1fr;   display: block;}
.contact_form li.last {    text-align: center;    grid-column: 1/-1;}
.contact_form li .form__label {
    max-width: 100%;
    width: 100%;
    text-align: justify;
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #b37635;
    font-size: var(--f17);
    background: transparent;
}
.contact_form li .form__insert {        padding: 5px 0;}
.form__insert:has(input[type="checkbox"]) {    display: grid;    grid-template-columns: repeat(auto-fill,minmax(15px, 15px) minmax(150px, 1fr));    gap: 3px 5px;padding: 5px 10px;}

.contact_form li.last blockquote, .contact_form li.last cite{border: 1px #b28a8a solid;}

.contact_form li:has(input[type=radio]) .form__insert {grid-template-columns: repeat(auto-fit, minmax(30px, 20px));}

/*電腦版表單最大寬度設定*/
.contact_content .information_right {
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
}


/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
    .contact_content .information_right{ width: 85%;}
}


/*左側聯絡資訊＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.list_before {
    display: flex;
    flex-direction: column;
}
.info_LINE:before {content: "LINE  ID";}

.list_before li:nth-child(1) { display: none;}
.list_before li:nth-child(2) { order: 1;}
.list_before li:nth-child(3) { order: 2;}
.list_before li:nth-child(4) { order: 4;}
.list_before li:nth-child(5) { order: 3;}



.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{
    width: 50px;
}

.list_before.info li {
    padding-left: 55px;
}

/* 聯絡我們IG、FB按鈕 */
.contact_button {
    padding: 10px 0px 20px;
}
.contact_button>a {
    padding: 10px;
}
.map {
    width: 275px;
}

.contact_content .information_left {
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




