@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #ADA17E /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/



/* Baskervville字體 */
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap');


/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.header_area {
    position: relative;
    z-index: 9999;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0 0 0 / 8%);
    position: sticky;
    top: 0;
    width: 100%;
}
.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: #ffffff;;
}

.tp_links {
    display: none;
}

/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.navigation {    padding: 10px 0 0px 10px;}
.nav-brand img {
    max-width: 160%;
    display: block;
    margin: 0 -30px;
}
.stellarnav > ul {font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;}
/*第一層*/
.stellarnav > ul > li > a{transition:all 0.3s;}
.stellarnav > ul > li:hover > a{color: #ADA17E;}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #ADA17E;	padding-left:10px;border-color:#ADA17E ;}
/*SubMenu*/
.shop_search_btn {    background: #b4ad98;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #ADA17E;}
.tp_links {
    display: none;
}
.stellarnav > ul > li > a {
    padding: 0;
    color: #343a40;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 15px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}



/*Footer/＝＝＝＝＝*/
.box_link {display: none;}
.footer_logo img {
    max-width: 90%;
}
.footer {
    padding: 30px 0 0;
    font-size: 14px;
    background: #fafaf8;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 8px rgba(0 0 0 / 8%);
}
.footer_info {    
    display: grid; 
    grid-template-columns: 300px 1fr;  
    padding: 0;
    max-width: 1300px;
    margin: auto;
    width: 90%;
    position: relative;
    flex-wrap: wrap;    
    align-items: center;    
    justify-content: space-between;
    grid-gap: 20px;
}
.footer_menu { 
    align-items: left;   
    display: grid;    
    grid-template-columns: repeat(auto-fit, minmax(min(100px,100%), 1fr));    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
    margin: 0;	
    text-align: center;	
    padding: 5px;	
    transition: none;
    border: none;
    background: transparent;
    width: fit-content;
    transition: all 0.3s;
}
.footer_menu a:hover {    
    background: transparent;
    color: #ADA17E;
}
.footer_menu a:nth-child(1){display: none;}

.copy {    background: #b4ad98;    color: #fff;	border:none;}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #ADA17E;    color: #fff;}

/*Footer改成上下排/＝＝＝＝＝*/
.footer {    padding-top: 0;}
.footer_menu a,
.footer_info li:nth-child(1)>p,
.footer_info li:nth-child(1) a {
    transition: all 0.3s;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
    color: #343a40;
    padding: 0;
    letter-spacing: 0.1em;
}

.footer_info li p:before {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: inherit;
    font-weight: inherit;
    margin-right: 5px;
    letter-spacing: inherit;
}

.footer_info ul {
    display: grid;
    gap: 30px;
    align-items: baseline;
    width: 100%;
    max-width: 900px;
    margin: 30px 0 20px auto;
    padding-top: 10px;
}

.footer_info li {    padding: 0;}
.footer_info li:nth-child(2) {    order: -1;   }
.footer_info li:nth-child(1) {   width: 100%;}
.footer_info li:nth-child(1) > p {   display: inline-block;  width: 49%;}
.footer_info li:before,
.box_link:before {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px #999178 solid;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #999178;
}   

.footer_info li:nth-child(2):before {
    content: "SITEMAP";
    font-family:"Baskervville";
}   

.footer_info li:nth-child(1):before {
    content: "INFORMATION";
    font-family:"Baskervville";
}    

/*首頁底部聯絡地圖-開始/＝＝＝＝＝*/
.pageIndex .banner,
.pageIndex .path,
.pageIndex .clearfix {
  display: block !important;
}

.pageIndex .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*首頁底部聯絡資訊-開始/＝＝＝＝＝*/
.pageIndex .blank_letter.i {
  display: none !important;
}
.pageIndex .blank_letter.f {
  display: block !important;
  font-size: 22px;
  font-family: 'Noto Serif TC', serif;
  font-weight: 600; /* Medium 對應為 500 */
}
.pageIndex .note.red {
  font-size: 14px;
  font-family: '微軟正黑體', serif;
  font-weight: 500; /* Medium 對應為 500 */
  color: #B2AC98;
}
.pageIndex .list_before li {
  display: none !important;
}

/* .pageIndex .contact_content .information_right {
    width: 500px !important;
} */
.pageIndex .blank_letter.f::before {
  content: "CONTACT";
  display: block;
  font-size: 36px;
  color: #B2AC98;
  margin-bottom: 10px;
  font-family: 'Baskervville', serif;
  font-weight: 500; /* Medium 對應為 500 */
}
.pageIndex .contact_content .information_right::before {
    content: "";
    position: absolute; /* 絕對定位 */
    top: 0px;             /* 調整位置 */
    right: 90px;           /* 調整位置 */
    width: 170px;       /* 根據圖片大小調整 */
    height: 5700px;      /* 根據圖片大小調整 */
    background-image: url('https://pic03.eapple.com.tw/heartslife99/circle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none; /* 避免影響點擊 */
    z-index: 20;         /* 蓋在上層 */
    animation: eff_rotate 20s linear infinite;/* 新增：讓圖片旋轉 */
}

/*首頁底部聯絡資訊-結束/＝＝＝＝＝*/

/*表格左右排版-開始/＝＝＝＝＝*/
.pageIndex form {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
}
.pageIndex .information_left {
  flex: 0 0 45%;
}
.pageIndex .information_right {
  flex: 0 0 50%;
}
/*表格左右排版-結束/＝＝＝＝＝*/

@media screen and (min-width: 769px) {
  .pageIndex #bottom_menu {
    display: none !important;
  }
}

/*首頁底部聯絡地圖-結束/＝＝＝＝＝*/

/*Logo/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 120px;transition:all 0.3s;}
.header_area .nav-brand {    transition: all 0.3s;    margin-top: 10px;}
.header_area.sticky .nav-brand{}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*手機版選單*/

.stellarnav.mobile li.open {
    background: #ffffff
}

.stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 3px #ADA17E;
}

.stellarnav a.dd-toggle .icon-plus:before {
    border-bottom: solid 3px #ADA17E;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #ADA17E;}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; 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/＝＝＝＝＝*/
.banner {
    height: 20vw;
}
.banner h5 {
    font-size: 32px;
    letter-spacing: 10px;
    font-weight: 400;
    text-shadow: 0px 0px 10px #0000005e;
    color: #ffffff;
    font-family: "Noto Sans TC", "微軟正黑體", "sans-serif";
    position: relative;
    top: 25px;
}
.banner h5::before{
    font-size: 32px;
    font-weight: 400;
    content: "";
    position: absolute;
    bottom: 35px;
    left: 50%;
    color: #ffffff;
    font-family: "Spectral", "微軟正黑體", "Times New Roman";
    line-height: 1;
    transform: translate(-50%, -50%);
}

.banner.banblog h5::before {content: "STORIES";}
.banner.banlog h5::before {content: "NEWS";}
.banner.banA h5::before {content: "PLANS";}
.banner.banB h5::before {content: "SERVICES";}
.banner.banC h5::before {content: "CONTACT";}
.banner.banD h5::before {content: "REMITTANCE";}
.banner.banF h5::before {content: "SHOPPING";}

.banner.banblog{
    background-image: url(https://pic03.eapple.com.tw/heartslife99/banner_1.jpg);
    background-size: cover;
    font-weight:bold;
}
.banner.banA{
    background-image: url(https://pic03.eapple.com.tw/heartslife99/banner_1.jpg);
    background-size: cover;
    font-weight:bold;
}
.banner.banB{
    background-image: url(https://pic03.eapple.com.tw/heartslife99/banner_1.jpg);
    background-size: cover;
    font-weight:bold;
}
.banner.banC{
    background-image: url(https://pic03.eapple.com.tw/heartslife99/banner_1.jpg);
    background-size: cover;
    font-weight:bold;
}
.banner.banD{
    background-image: url(https://pic03.eapple.com.tw/heartslife99/banner_1.jpg);
    background-size: cover;
    font-weight:bold;
}
.banner.banF{
    background-image: url(https://pic03.eapple.com.tw/heartslife99/banner_1.jpg);
    background-size: cover;
    font-weight:bold;
}

/*內頁 PAGE 設定*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.promotion_title h2 {
    display: none;
}

.other_promotion {
    display: none;
}

/*麵包屑＝＝*/
.path p a:hover {    color: #ADA17E;}

/*頁碼＝＝*/
.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: #ADA17E;border: 1px solid #ADA17E;}

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 20px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid #ADA17E;    color: #ADA17E;}
.products-list .item a:hover .more {    background: #ADA17E;}
/*價格*/
.products-list .price {    display: flex;    argin-bottom: 5px;    align-items: center;    justify-content: flex-start;    flex-wrap: wrap;}
.products-list .price b {    margin: 0;  line-height: 180%;    text-align: left;center;color: #ADA17E;}
.products-list .price b.ori_price {    font-size: 14px;    color: #636363;}

/*外層版面*/
.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;
    flex-direction: row;
}
.product_menu_list {
    margin-bottom: 30px;
    width: 250px;
    margin: 0;
}
.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: #f2f2f2;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #ADA17E;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #ADA17E; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #ADA17E;
    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: #ADA17E;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
/*按鈕顏色*/
.inquiry_a1{background: #ffffff; border: 1px solid #ada17e !important;color: #7b6b3f !important;}
.inquiry_a2{background: #ada17e;}
.inquiry_a3{background: #ada17e;}
.inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.inquiry_a1:hover{    color: #ffffff !important;    background: #222 !important;}
.lastaction {    color: #ADA17E;    background-color: #f2f2f2;}
.nextaction {    background-color: #ADA17E;}
.lastPage {    background: #B4AD98;}
/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #ac9a67;}
.mobile_product_name{font-size: 24px;}
.sidebarBtn {    padding: 20px;    border: 1px solid #ccc;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}
/*商品資訊*/
.pd_tabTitle li.activeTab::after {
    height: 1px;
    background: #ccc;
}


/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 28px;}
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;
    display: flex;
    flex-direction: column;
}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}

.subbox_item a:before, .subbox_item a:after {content: none;}
.subbox_item a:hover .blog_list_le:before, .subbox_item a:hover .blog_list_le:after {
    opacity: 1;
}
.subbox_item a .blog_list_le:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #c3bdab;
    opacity: 0;
    transition: all .4s;
}
.subbox_item a .blog_list_le:before {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    content: 'READ MORE +';
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    transform: translate(-50%,-50%);
    width: 148px;
    height: 40px;
    left: 50%;
    top: 50%;
    z-index: 9;
    opacity: 0;
    transition: ease all.4s;
}

h4.blog_category_title {
    margin-bottom: 22px;
    border-bottom: 1px #ccc solid;
    padding: 8px 0 12px;
}
.blog_list_ri h5 {font-weight: bold;}
.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_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #ADA17E !important;}
.submenu a:hover {    background: #cbc0a0;}
/*首*/
.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: #ADA17E;}

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic 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%);}

.show-list .item:hover .show_name {    color: #ADA17E;}
.other_album_choice li {    background: #ADA17E;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
/**/

/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: #ADA17E;    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#ADA17E;}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: #B2AC98;}
.contact_form li.last cite {background: #B2AC98;}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #ADA17E;}
.rewrite_simple{background-color: #cbc0a0;}
.member_title p {    border-top: 2px #ADA17E solid;}
.login_mem_submit{background: #ADA17E;}
.login_mem_other_link a{color: #ADA17E;}
.member_login_regist a{background: #ADA17E;}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}

/* 確保 body 和 html 填滿整個畫面 */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* ============ 頁面載入 LOGO動畫（無需修改 HTML） ============ */

/* 確保 body 和 html 填滿整個畫面 */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* 開場 LOGO 遮罩效果 */
.pageIndex::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white url('https://pic03.eapple.com.tw/heartslife99/logo.png') no-repeat center center;
  background-size: 225px auto; /* 預設大小 */
  z-index: 10000;
  animation: logoFadeOut 1s ease 2s forwards;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .pageIndex::before {
    background-size: 225px auto; /* 手機版 LOGO尺寸 */
  }
   .banner h5 {
    font-size: 12px;
    letter-spacing: 10px;
    font-weight: 400;
    text-shadow: 0px 0px 10px #0000005e;
    color: #ffffff;
    font-family: "Noto Sans TC", "微軟正黑體", "sans-serif";
    position: relative;
    top: 17px;
}
  .banner h5::before{
    font-size: 21px;  
    font-weight: 400;
    content: "";
    position: absolute;
    bottom: 25px;
    left: 50%;
    color: #ffffff;
    font-family: "Spectral", "微軟正黑體", "Times New Roman";
    line-height: 1;
    transform: translate(-50%, -50%);
}
}

@media screen and (min-width: 769px) {
  .pageIndex::before {
    background-size: 250px auto; /* 桌機版 LOGO尺寸 */
  }
}

/* LOGO 淡出動畫 */
@keyframes logoFadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}



/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {    padding: 10px;}
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 100px;}
.header_area.sticky .nav-brand{max-width: 100px

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

/*Footer/＝＝＝＝＝*/
.footer_info{grid-template-columns: 1fr;}
.footer_logo {
    width: 100%;
    margin: auto;
    margin-bottom: -70px;
}
}



/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {

/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}


/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

}



/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*Header/＝＝＝＝＝*/
.navigation {    padding: 0px;}
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 100px;}
.header_area.sticky .nav-brand{max-width: 0;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

/*Footer/＝＝＝＝＝*/
.footer_info {
    grid-template-columns: 1fr;
}
.footer_logo {
    width: 100%;
    margin: auto;
    margin-bottom: -60px;
}
.nav-brand img {
    max-width: 100%;
    display: block;
    margin: auto;
}
.footer.with_shopping_mode { 
    padding:30px 0 54px;
}
.contact_form li .form__label {
    width: 100%;
    margin-left: 0;
    text-align: left;
    font-weight: bold;
    padding: 5px;
    background: rgb(180 173 152 / 15%);
}

/*選單漸變效果＝＝*/
/*首頁固定選單*//*
.pageIndex .header_area{position: position:relative;}

/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
.stellarnav li li a,
.stellarnav li li.has-sub > a,
.stellarnav.mobile li li.has-sub a {
    padding: 10px 0px 10px 24px ;
}

/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: 150px;}
.header_area.sticky .nav-brand{max-width: 150px;}

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
/* #bottom_menu {display: block; } */
.footer_info {    justify-content: end;}
.footer_logo {    text-align: center;}
.footer_logo a img {    display: block;    width: 100%;}

.footer_logo a {
    background-size: cover;
    width: 255px;
    background-repeat: no-repeat;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}   
.footer_logo a {
    background-size: cover;
    width: 255px;
    background-repeat: no-repeat;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.footer_info li:nth-child(1) > p {
    width: 100%;
}
.pageIndex .contact_content .information_right::before {
    content: "";
    position: absolute; /* 絕對定位 */
    top: -450px;             /* 調整位置 */
    right: 3px;           /* 調整位置 */
    width: 70px;       /* 根據圖片大小調整 */
    height: 70px;      /* 根據圖片大小調整 */
    background-image: url('https://pic03.eapple.com.tw/heartslife99/circle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none; /* 避免影響點擊 */
    z-index: 10;         /* 蓋在上層 */
}
.pageIndex form {
    flex-direction: column;
  }
.pageIndex .clearfix {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
}
.double_key {
  text-align: left;
  margin-top: -20px !important;
}
.contact_le_nomap {
    width: 100%;
}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}

/*購物車/＝＝＝＝＝*/
.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; */}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}

.box_search { display: none;}

.stellarnav .menu-toggle { margin: 17px 0px 0px 10px;}

}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}