@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #ADA17E /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
/* .main_header_area{background: #992222;} */
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;} 
*/
.navigation {padding: 0px 0 0px 70px;grid-gap: 0 40px;}
.nav-brand img {
    max-width: 250%;
    height: auto;
    display: block;
}
/*第一層*/
.stellarnav {margin-top: 35px;}
.stellarnav > ul > li > a{font-size: 16px; transition:all 0.6s;  color: #666;font-weight: 400;letter-spacing: 0.15em;font-family:Noto Sans TC;}
.stellarnav ul {margin-right: 0px;}
.stellarnav > ul > li:hover > a{color: #B74C39;}
.stellarnav li.has-sub > a:after{    border-top: 6px solid #666;}
.stellarnav ul li {    margin-right: 10px; /* 水平間距 */}
/*btn_icon*/
.stellarnav > ul > li:before {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -20px;
    left: 20%;
    transition: all 0.3s;
    display: block;
}
.stellarnav > ul > li:hover:before {
   transform: rotate(15deg);
}
.stellarnav ul li {    margin-right: 10px; /* 水平間距 */}
.stellarnav > ul > li:nth-of-type(1):before {  
    content: url(https://pic03.eapple.com.tw/longdongjerky/btn_icon_1.png);
    left: 25px;
}
.stellarnav > ul > li:nth-of-type(2):before {  
    content: url(https://pic03.eapple.com.tw/longdongjerky/btn_icon_2.png);
    left: 25px;
}
.stellarnav > ul > li:nth-of-type(3):before {  
    content: url(https://pic03.eapple.com.tw/longdongjerky/btn_icon_3.png);
    left: 13px;
}
.stellarnav > ul > li:nth-of-type(4):before {  
    content: url(https://pic03.eapple.com.tw/longdongjerky/btn_icon_4.png);
    left: 25px;
}
.stellarnav > ul > li:nth-of-type(5):before {  
    content: url(https://pic03.eapple.com.tw/longdongjerky/btn_icon_5.png);
    left: 25px;
}
.stellarnav > ul > li:nth-of-type(6):before {  
    content: url(https://pic03.eapple.com.tw/longdongjerky/btn_icon_6.png);
    left: 25px;
}

@media (min-width: 1024px) {
    .stellarnav > ul {
        display: flex !important;
    }

    .stellarnav > ul > li {
        white-space: nowrap;
    }
}

/*第二層*/
.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: #c8b5a0;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #ADA17E;}
.tp_links {    display: none;}


/*首頁購物車/＝＝＝＝＝*/
.prod_part {border-top: 1px solid #e2e2e2;padding: 80px 20px;}

.i_prod_tit span {
    font-size: 24px;
    font-family: Noto Serif TC;
    color: #85392C;
    font-weight: 700;
    letter-spacing: 4px;
    margin-top: 5px;
}
.i_prod_tit span::before {
    content: "Product"; /* 替換成英文副標 */
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #B74C39;
    letter-spacing: 1px;
    margin-bottom: 5px;
    /* text-transform: uppercase; /* 全部大寫可選 */ */
}
.prod_part {
  background: 
    linear-gradient(#ffffff26), 
    url('https://pic03.eapple.com.tw/longdongjerky/background.png') no-repeat center center;
  background-size: cover;
  position: relative;
}

/*首頁購物車商品/＝＝＝＝＝*/

.animated-arrow{background: transparent;color: #f9f2ea;border: 1px solid #B74C39;width: 200px;}
.animated-arrow:hover{ background: #f9f2ea; color: #B74C39}

/* 商品 */
.products-list{grid-template-columns:1fr 1fr 1fr 1fr ; grid-gap: 40px 20px ;}
.products-list .price { text-align: center;color: #c1c1c1; }
.products-list .price b {color: #c1c1c1;}
.products-list .name{
    font-size: 18px;
    color: #B74C39;
    font-weight: bold;
    text-align: center;
    height: 50px;
    /* height: 68px; */
}
.products-list .item {border: 1px solid #A33A3A; padding: 18px;transform: translate(0,0px); transition: 0.3s;}
.products-list .item a{ transition: 0.3s;}
.products-list .more{ font-size: 15px; color: #A33A3A; border: 0px; font-weight: 300; }
.products-list .item a:hover .more{ background: transparent; font-weight: bold;color: #CCB067; }
.products-list .pic img{ width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.products-list .pic{ overflow: hidden;}
.products-list .item a:hover img  {
    background: rgba(165,187,116,.2);
    z-index: 999;
    opacity: 0.8;
}

/* hover圈圈 */
.products-list .item a::after{
    content: "VIEW MORE +";
  width: 210px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  opacity: 0;
  z-index: 999999999;
  position: absolute;
  border:1px solid #f7f4eb;
  color: #f7f4eb;
  border-radius: 99em;
  transition: 0.6s;
  pointer-events: none;
}
.products-list .item a:hover::after{
  transform: translate(-50%, -84%);
  opacity: 1;
}
.products-list .pic:before {
    content: "";
    background: rgba(195,164,128,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: .3s;
    overflow:hidden;
}

.products-list .item a:hover .pic:before {
    background: #b74c39db;
    backdrop-filter: blur(10px) brightness(1.2);
    z-index: 99999;
}

/*隱藏購物車搜尋欄*//*
.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%;}

/* =============== ▼ 全域變數 ▼ =============== */

:root {
    /* 字型 */
    --font: "Noto Sans TC", sans-serif;
}

/* =============== ▲ 全域變數 ▲ =============== */

/*Header/＝＝＝＝＝*/
.header_area {
    position: sticky;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

/* 布局 */
.main_header_area .container {
    max-width: 1600px;
}

.navigation {
    display: flex;
    align-items: center;
}
.pageIndex .header_area {
    position: fixed;
    background: #ffffff;
    border-bottom: 0px solid #583f281a;
    transition: 1s ease;
}
.header_area {
    background: hsl(0deg 0% 100%);
    border-bottom: 0px solid #583f281a;
    padding: 0;transition: 1s ease;
}
.pageIndex .header_area.sticky {background: #fcfcfc;border-bottom: 1px solid #583f281a;transition: 1s ease;}
.header_area.sticky {
    background: #fcfcfc;
    /* border-bottom: 1px solid #583f281a; */
    transition: 1s ease;
}
.pageIndex .header_area .me_tp_features a {color: #666;}
.me_tp_features a {
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    letter-spacing: 0.15em;
    transition: .5s ease;
    font-family:Noto Sans TC;
    }
.me_tp_features a:hover {opacity: 0.5;transition: .5s ease;}

.nav-brand img {max-width: 120px;}
.footer_logo img {max-width:180px;}

.navigation {padding-right: 100px;}

.tp_btn_cart,
.tp_btn_notice {
  white-space: nowrap;
}
.me_tp_features {
  display: flex;
  align-items: center;
}

/*大圖輪播按鈕*/
.swiper-pagination-bullets.swiper-pagination-horizontal {left: 6.5%;right: 0%;bottom: 50%;
    transform: translateX(-50%) rotate(90deg);width: fit-content;}
.swiper-pagination-bullet {width: 5px;height: 5px;display: inline-block;border-radius: 15px;
    background: #fff;opacity: 0.5;}
.swiper-pagination-bullet-active { width: 30px;height: 5px;opacity: 1;background: #fff;}

#to_top {
    position: fixed;
    left: 0px;
    z-index: 600;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #B74C39;
    border-radius: 0%;
}

#to_top i:before, #to_top i:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100px;
    background: #ffffff;
    transition: all 100ms ease-in-out;
}

/*Footer/＝＝＝＝＝*/
.footer {padding: 30px 0 0;font-size: 14px;background: #f7f4eb;position: relative;z-index:99;}

/* .footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: space-between;}
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr));    gap: 5px;}/*footer按鈕最小寬度100px*/ */
.footer_menu a {    margin: 0;	text-align: center;	padding: 5px;	transition: all 0.3s;}
.footer_menu a:hover {    background: #ADA17E;}
.copy {    background: #ADA17E;    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_logo {
    display: inline-block;
    vertical-align: top;
    max-width: 190px;
    margin: 0;
}

.footer_info {
  display: flex !important;          /* 用 flex 一排 */
  justify-content: space-between;    /* 三塊平均分散 */
  align-items: flex-start;           /* 上對齊，可依需求改 center */
  gap: 0px;                         /* 塊與塊之間的間距 */
  padding-right: 0px;
}

.footer {
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  inset: 0; /* 等同 top:0; right:0; bottom:0; left:0; */
  background-image: url(https://pic03.eapple.com.tw/longdongjerky/footer-bg-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.footer_menu {display: grid;grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr));gap: 9px;}/*footer按鈕最小寬度100px*/
.footer_menu a {margin: 0;text-align: center;padding: 5px;transition: all 0.3s;background: #fcfcfc;color: #66;letter-spacing: 0.15em;font-family: var(--font);font-weight: 400;font-size: 15px;}
.footer_menu a:hover {    background: #B74C39; border: 1px #B74C39 solid;}

/*Footer增加文字/＝＝＝＝＝*/
.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;
    grid-template-columns: 1.5fr 1.5fr 1fr;
    gap: 50px;
    align-items: baseline;
    width: 100%;
    max-width: 1000px;
    /* margin: 0 0 0 auto; */
}

.footer_info .footer_logo { order: 1; }
.footer_info .box_link {order: 2; align-self: flex-end;}  /* CONTACT */
.footer_info ul { order: 3; }         /* 地圖那塊 */

.footer_info li {
    padding: 0;
}

/* .footer_info li:nth-child(2) {
    order: -1;
} */

.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr;
}

.footer_info li:nth-child(1)>p {
    grid-column: 1 / 2;
    text-align: left;
}

.footer_info li:before,
.box_link:before {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #c8b5a0;
}

.footer_info li:nth-child(2):before {
    content: "SITEMAP";
}

.footer_info li:nth-child(1):before {
    content: "INFORMATION";
}
/* .box_link:before {
    content: "CONTACT";
} */

footer .footer_info ul li:last-child iframe {
    display: block;       /* 讓 margin 生效 */
    width: 100%;           /* 調整寬度 */
    max-width: 600px;     /* 最大寬度 */
    height: 240px;        /* 高度 */
    order: 4;
}

.box_link {
    position: relative;
    grid-row: 1 / 4;
    grid-column: 2 / -1;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    right: unset;
    padding: 0;
    max-width: 140px;
    margin: 0;
    order: 1;
}

.footer_info ul {
    /* display: flex; */
    justify-content: space-between;
    align-items: flex-start; /* 頂端對齊 */
    gap: 50px;
}

/* .footer_info ul li {
    flex: 1;
} */

.footer_info ul li iframe {
    width: 100%;
    height: 250px; /* 固定高度讓它和文字欄對齊 */
    border: 0;
}

.double_key {order: 1;}

@media screen and (max-width: 1200px) {
    .footer_info {
        grid-template-columns: 1fr;
    }

    .footer_logo {
        max-width: 400px;
        width: 70%;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .footer_info ul {
        grid-template-columns: 1fr;
    }

    .footer_info li:nth-child(1) {
        grid-template-columns: 1fr;


    }
}

@media screen and (max-width: 476px) {
    .box_link {
        grid-row: auto;
        grid-column: auto;
        max-width: 100%;
        margin-top: 30px;
    }
}

.copy {    background: #ADA17E;    color: #fff;	border:none;}
.copy a{    color: #fff;transition:all 0.3s;}

.box_link {
    max-width: max-content;
    flex-wrap: wrap;
    /* flex-direction: row; */
    /* max-width: 140px; */
    gap: 5px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    order: 3;
}
.box_link a {
    color: #B74C39;
    border-radius: 20%;
    background: #fcfcfc;
    height: 40px;
    display: flex;
    font-size: 18px;
    border: #fffdfd;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: all .5s;
    border: 1px #c8b5a0 solid;
}
.box_link a:first-child {
  margin-top: 0;
}

.box_link a:hover {
	color: #fffdfd;
    background: #B74C39;
    transition: all .5s;
}

.box_link a[href="tel:0931-626779"] i {
  display: none; /* 隱藏原本的 icon */
}

.box_link a[href="tel:0931-626779"]::before {
  content: "\f3cf"; /* Font Awesome 的 fa-mobile-screen-button Unicode */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
}

.footer_info li p, .footer_info li p a {
    font-family: var(--font);
    color: #666;
    font-weight: 400;
    letter-spacing: 0.15em;
    font-size: 15px;
}
.footer_info li p a:hover {
    color: #B74C39; 
 }
.copy {
    text-align: center;
    /* padding: 20px; */
    width: calc(100% - 40px);
    margin: auto;
    border-top: 1px solid #BFA06B;
    align-items: center;
    color: #BFA06B;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    position: relative;
    justify-content: center;
    font-family: var(--SFontEN);
    font-size: 10px;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: 400;
    background-color: transparent;
}
.copy a {color: #BFA06B;} 

/*Footer-聯絡資訊/＝＝＝＝＝*/
.footer_info li p.fax:before { content: ''; margin-left:-5px;}
.footer_info li p.tel2:before { content: '手機：';}
.footer_info li p.add2:before { content: '營業時間：';}

/* 設定各個元素的順序 */
#page footer .footer_info ul li {
    display: flex;
    flex-direction: column; /* 保持垂直 */
}
/* 重新排列順序 */
#page footer .footer_info ul li .fax { order: 1; }
#page footer .footer_info ul li .add { order: 2; }
#page footer .footer_info ul li .taxid { order: 3; }
#page footer .footer_info ul li .add2 { order: 4; }
#page footer .footer_info ul li .tel { order: 5; }
#page footer .footer_info ul li .phone { order: 6; }
#page footer .footer_info ul li .tel2 { order: 7; }
#page footer .footer_info ul li .mail { order: 8; }

/* 食品登錄字號+保險單號碼 */
.add_notic s {
    display: inline;
    font-family: var(--font);
    color: #B74C39;
    font-weight: 400;
    letter-spacing: 0.15em;
    font-size: 14px;
}
.add_notic {
    width: fit-content;  /* 依文字寬度撐開 */
    margin: 30px auto;      /* 左右自動空間，置中 */
}

/*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{}

/*Logo一開始隱藏/＝＝＝＝＝*/
/* .header_area .nav-brand {      width: 100%;max-width: 135px; margin: 10px; transition: all 0.3s; }
.pageIndex .header_area .nav-brand{  display: none;}
.header_area.sticky .nav-brand{    display: inline-block;} */

/* a[href="http://work123.ykqk.idv.tw/index.php"] { display: none;} */

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #b74c39;}

/* 滾動條 -------------------- */
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 8px;
    /*右側捲軸寬度*/
    height: 0px;
    /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background-color: #ffffff;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background-color: #EFA77A;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #B74C3B;
}

/*反白顏色*/
::-moz-selection {
    background-color:#EFA77A;
    color: #ffffff;
}

::selection {
    background-color:#EFA77A;
    color: #ffffff;
}

.header_area.sticky  .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    top: 25px;
    transition: all 0.5s;
}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#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;}
}

/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* 開場 LOGO 遮罩效果 */
/* 背景 */
/* .pageIndex::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #841515;
  z-index: 10000;
  pointer-events: none;
  animation: bgFadeOut 1.6s ease forwards;
  animation-delay: 1.4s; /* 與 logo 淡出時間一致 */
} */

/* Logo 圖片 */
/* .pageIndex::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  background: url('https://pic03.eapple.com.tw/longdongjerky/LOGO_ver3_color.png') no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 10001;
  pointer-events: none;
  animation: logoFloatFade 1.6s ease forwards;
} */

/*Banner/＝＝＝＝＝*/
.banner{}
.banner h5{font-size: 32px;}


.banF {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    animation-duration: 5s;
    transition: all 0.5s 0.2s ease-in-out;
    background-image: url(https://pic03.eapple.com.tw/longdongjerky/banner_1.png);
    background-position: 50% 70%;
    position: relative;
    display: block;
    aspect-ratio: 2000 / 300;
    background-size: cover;
    border-radius: 0px 0px 80px 80px;
}
.banblog {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    animation-duration: 5s;
    transition: all 0.5s 0.2s ease-in-out;
    background-image: url(https://pic03.eapple.com.tw/longdongjerky/banner_blog_1.png);
    background-position: 50% 70%;
    position: relative;
    display: block;
    aspect-ratio: 2000 / 300;
    background-size: cover;
    border-radius: 0px 0px 80px 80px;
}

.banB {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    animation-duration: 5s;
    transition: all 0.5s 0.2s ease-in-out;
    background-image: url(https://pic03.eapple.com.tw/longdongjerky/banner_notice_1.png);
    background-position: 50% 70%;
    position: relative;
    display: block;
    aspect-ratio: 2500 / 500;
    background-size: cover;
    border-radius: 0px 0px 80px 80px;
}

.banC {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    animation-duration: 5s;
    transition: all 0.5s 0.2s ease-in-out;
    background-image: url(https://pic03.eapple.com.tw/longdongjerky/banner_contact_1.png);
    background-position: 50% 70%;
    position: relative;
    display: block;
    aspect-ratio: 2500 / 500;
    background-size: cover;
    margin-bottom: 70px;
    border-radius: 0px 0px 80px 80px;
}

.banD {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    animation-duration: 5s;
    transition: all 0.5s 0.2s ease-in-out;
    background-image: url(https://pic03.eapple.com.tw/longdongjerky/banner_1.png);
    background-position: 50% 70%;
    position: relative;
    display: block;
    aspect-ratio: 2000 / 300;
    background-size: cover;
    border-radius: 0px 0px 80px 80px;
}

body.other_page .banner.banB {
    background-image: url(https://pic03.eapple.com.tw/longdongjerky/banner_form_1.png);
}


.banner h5 {
    color: #ffffff;
    text-align: center;
    font-size: 46px;
    letter-spacing: 0.1em;
    padding-top: 50px;
    font-weight: 400;
    margin-top: 10px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
    font-family: 'Noto Serif TC';
}

body.album_page .banner h5,
body.album_class_page .banner h5,
body.album_info_page .banner h5 {
    color: #fff;
}

.banner h5:after {
    content: 'Product Description';
    width: 100%;
    max-width: 900px;
    font-size: 15px;
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 40px;
    font-weight: 500;
    letter-spacing: 0.3em;
    font-family: 'Noto Serif TC';
}

.banner.banB h5 {
    color: #85392C;
    text-align: center;
    font-size: 46px;
    letter-spacing: 0.1em;
    padding-top: 50px;
    font-weight: 600;
    margin-top: 10px;
    text-shadow: 0px 0px 8px rgb(255 255 255 / 0%);
    font-family: 'Noto Serif TC';
    line-height: 1.3;
}

.banner.banB h5:after {
    color: #B74C39;
    transition:all 0.3s;
    font-weight: 600;
}

.banner.banB h5::after {content: "Shopping Notes";}
.banner.banC h5::after {content: "本店使用國產豬肉、放心品嘗美味";}
.banner.banF h5::after {content: "Online Order";}
.banner.banblog h5::after {content: "News & Articles";}

body.other_page .banner.banB h5::after {
    content: "Order Form";
}


.tp_links{ display:none;}

/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p a:hover {    color: #ADA17E;}
.path p {display:none;}

/*頁碼＝＝*/
.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: #B74C39;border: 1px solid #B74C39;}

/*購物車/＝＝＝＝＝*/
.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%;}

.prod_related {
    background: url(https://pic03.eapple.com.tw/longdongjerky/background.png);
    padding: 25px 15px;
}

.prod_related h6 span:before {
    color: #85392C;
}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid #B74C39; background: #f9f2ea;    color: #B74C39; font-weight:700;}
.products-list .item a:hover .more {    background: #B74C39;color: #f9f2ea;}
/*價格*/
.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;color: #B74C39;}
.products-list .price b.ori_price {    font-size: 14px;}

.products-list .price b.ori_price {color: #85392C;}

/*---購物車次分類固定展開---*/
/* .product-layer-two li ul {    position: relative;    width: 100%;    margin-left: 0;    display: block !important;    border: none !important;}
.product-layer-two li li {    display: block;    transition: all ease .3s;    background: transparent;text-align: left;} */
.product-layer-two li li a{ background: transparent;}
.product-layer-two li li:hover > a { color: #B74C39;}

/*---次分類hover箭頭---*/
.product-layer-two li li > a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -8px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before {    background: #85392C;}

.product-layer-two li li.active a { background: rgb(0 0 0 / 0%);}
.product-layer-two li.active li a {color: #B74C39;}

/*外層版面*/
.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:hover { background: transparent;}
.product-layer-two li.active > a {background: #B74C39;    color: #fff;  font-weight: normal;}

/**/
.product-layer-two li a {
    color: #B74C39;
    background: #ffffff00;
    border: 1px solid #B74C39;
    border-radius: 3px;
    text-align: center;
    transition: all 0.3s;
    font-family:Noto Sans TC;
    letter-spacing: 0.1em;
}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #ffffff;background: #B74C39;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #B74C39; 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 { margin-bottom: 5px;}
.product-layer-two > li:last-child { margin-bottom: 0;}  /* 讓最後一個不要多空隙 */

/* .product-layer-two li i { display:none;} */
.product-layer-two li ul li a:hover { background: #f3e2d000;color: #85392C;}

.product-layer-two li i {
    width: 55px;
    height: 40px;
}

/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li:hover a{color: #B74C39;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: #B74C39;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #85392C;}
.lastaction {    color: #ADA17E;    background-color: #f2f2f2;}
.nextaction {    background-color: #ADA17E;}
.lastPage {background: #B74C39;}
/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {color: #B74C39;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}

.pd_tabTitle li.activeTab a {
    color: #85392C;
    font-family:Noto Sans TC;
    letter-spacing: 0.1em;
}
.pd_tabTitle li.activeTab::after {
    height: 5px;
    background: #B74C39;
}

.separate_title {
    background: #f7f4eb url(../images/separateTitle.png) left center no-repeat;
}

/*文章設定*/
#content {background: #000000;background: url(https://pic03.eapple.com.tw/longdongjerky/background.png);}
.articel_mainPic img {display:none;}

.news_related h6 span:before {
    color: #85392C;
}

.news_related_list li a p {
    font-size: 15px;
    color: #333;
    line-height: 2;
    font-family:Noto Sans TC;
}

/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_main_header_area_back {
    background: #621d10;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: transparent !important;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
}

.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
}

.blog_le .accordion>li {
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
}

.blog_page .main_part {
    width: 100%;
    max-width: 60%;
    margin: auto;
    padding: 0px;
}

.clearfix:before,
.clearfix:after {
    display: none;
}

.news_related {
    background: url(https://pic03.eapple.com.tw/longdongjerky/background.png);
    padding: 25px 15px;
}

.submenu a { display:block; position:relative; color:#444; background:#F9F2EA; padding:12px 12px 12px 25px; letter-spacing:2px; transition:all 0.6s ease; word-break:break-all; line-height:1.25; font-family:Noto Sans TC;}
.submenu a i { display:block; position:absolute; top:50%; left:5px; font-size:15px; transform: translateY(-50%);}
.submenu li.on_this_category a, .submenu a:hover { background:#B74C39; color:#FFF;}


/* 選單 */
.blog_box {
    min-height: 20vw;
    padding: 0px;
    display: flex;
    flex-direction: column;
}

.blog_le {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    /* padding: 0; */
}

h5.blog_le_t {
    display: none;
    font-size: 24px;
    font-weight: 500;
    color: #c3b29e;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 80px;
    width: auto;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
}

.blog_search {
    width: 90%;
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-end;
}

.blog_search form {
    width: 20%;
    position: relative;
}

.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: visible;
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    border-top: 1px #85392C solid;
}

.accordion li .link a {
    font-size: 16px;
    color: #85392Ca;
    font-weight: 400;
    padding: 5px 10px;
    transition: all 0.3s;
    letter-spacing: 0.1em;
    font-family: Noto Sans TC;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #B74C39 !important;
    transition: all 0.3s;
}

.accordion li::before {
    content: "";
    display: block;
    background-color: #85392c00;
    height: 2px;
    width: 0%;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.accordion li:hover:before,
.blog_le .accordion>li.on_this_category::before {
    width: 95%;
    transition: all 0.5s;
}

.blog_le .accordion li .link i {
    color: #85392C;
}

.accordion li+li .link {
    border-top: 1px solid #cccccc00;
}

.blog_le .accordion > li.on_this_category .link i { color:#B74C39 !important;}


.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #85392C;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #85392C solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
    letter-spacing: 0.1em;
    font-family: Noto Sans TC;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}

.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}

.blog_search input[type=search]:focus {
    color: #85392C;
}

/* 內容 */
.blog_ri {
    width: 100%;
    padding: 0;
    min-height: 75vh;
}

.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
}

.blog_list_ri h5 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 24px;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.subbox_item a:after {
    display: none;
}

.subbox_item a:before {
    color: #ffffffb8;
    bottom: 50%;
    transform: translate(0, 50%);
    right: 50px;
}

.blog_list_le {
    height: 0;
    width: 680px;
    line-height: 0;
    padding-bottom: 30%;
    overflow: hidden;
    position: relative;
}

.subbox_item {
    width: auto;
    width: 100%;
    margin-bottom: 100px;
}

.subbox_item a {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    background: #B74C39;
}

.subbox_item a:hover:before {
    opacity: 1;
    transition: all 0.7s;
}

.blog_list_ri {
    width: 540px;
    margin-left: 0;
    padding: 5%;
}

.blog_list_le img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog_list_ri em {
    font-size: 14px;
    color: #C8B5A0;
    font-style: normal;
    display: block;
    margin: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog_list_ri p {
    font-size: 15px;
    color: #f0f0f0;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
    line-height: 160%;
    letter-spacing: 0.1em;
}


.blog_back a.article_btn_prev { background: #85392C;}
.blog_back a.article_btn_back { background: #B74C39;}
.blog_back a.article_btn_next { background: #85392C;}

.related_list li a img {
    position: relative;
    max-width: 100%;
    z-index: 1;
}



@media screen and (max-width: 1440px) {
    .blog_page .main_part {
        max-width: 80%;
    }

    .blog_list_le {
        height: 0;
        width: 470px;
        line-height: 0;
        padding-bottom: 30%;
        overflow: hidden;
        position: relative;
    }

    .blog_list_ri {
        width: 440px;
        margin-left: 0;
        padding: 5%;
    }

    .subbox_item {
        width: auto;
        margin-bottom: 90px;
    }


}

@media screen and (max-width: 1440px) {
    .blog_list_le {
        height: 0;
        width: 370px;
        line-height: 0;
        padding-bottom: 30%;
        overflow: hidden;
        position: relative;
    }

    .blog_list_ri {
        width: 340px;
        margin-left: 0;
        padding: 5%;
    }

    .subbox_item {
        width: auto;
        margin-bottom: 60px;
    }

    .blog_list_ri h5 {
        color: #fff;
        margin-bottom: 40px;
        font-size: 20px;
    }

}

@media screen and (max-width: 960px) {
    .subbox_item {
        border-bottom: none;
    }
}

@media screen and (max-width: 768px) {
    .blog_subbox {
        display: block;
    }

    .subbox_item {
        width: 100%;
    }

    .subbox_item a {
        display: block;
    }

    .blog_list_le {
        display: block;
        width: 100%;
        padding-bottom: 50%;
    }

    .blog_list_ri {
        display: block;
        width: 100%;
    }

    .blog_box {
        padding: 0;
    }

    h4.blog_category_title {
        display: none;
    }

    .blog_page .main_part {
        padding: 0;
    }

    .blog_list_ri em {
        font-size: 14px;
        color: #999;
        font-style: normal;
        display: block;
        margin: 0;
        position: relative;
        bottom: 0;
        right: 0;
    }

    .blog_page .page {
        display: none;
    }

    .blog_le .accordion {
        width: 100%;
    }

    .blog_search form {
        width: 40%;
    }

    .blog_le {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .blog_search form {
        width: 100%;
    }
}

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.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_form li.last blockquote, .contact_form li.last cite {   border: 1px #B74C39 solid;  border-radius: 50px;}
.contact_form li.last cite {    background: #B74C39 ;    margin-left: 5px;}
input[type="reset"] {color: #ffffff;}

input[type="reset"][value="重新填寫"] { color: #B74C39;}

/* 表單 */
body.contact_page .blank_letter.f .note.red {
    display: block;
    order: 3;
}

.contact_content {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    position: relative;
}

/*線上表單FORM/＝＝＝＝＝*/
.blank_letter {
    padding: 0;
    margin: 0;
    width: 100%;
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: 'Noto Serif TC';
    color: #b74c39;
}
.blank_letter.f{
    font-weight: 600;
    font-size: 46px;
    letter-spacing: 0.1em;
}
.blank_letter.f span {
    font-size: 14px;
    letter-spacing: 0.1em;
}

body.contact_page .blank_letter.i:before,
body.contact_page .blank_letter.f:before {
    content: '';
    display: block;
    text-align: left;
    text-transform: uppercase;
}

body.contact_page .blank_letter.i:before {
    content: 'Information';
}

body.contact_page .blank_letter.f:before {
    content: 'Form';
    text-align: center;
    order: 2;
    letter-spacing: 0.1em;
    color: #b74c39;
    font-size: 26px;
}

body.contact_page .blank_letter.f {
    text-align: center;
}

body.contact_page.bodyDesktop .contact_form li {
    grid-template-columns: minmax(0, 1fr);
}

.contact_content .information_left {
    width: 100%;
}
.contact_content .information_right {
    width: 100%;
    padding: 0;
}

.contact_content .information_left {
    position: relative;
    background-size: contain;
    padding: 0;
    background: transparent;
    padding: 0px;
    display: grid;
    grid-template-columns: 2fr 3fr;
    display: none;

}
body.contact_page .main_part {
    padding: 0;
    margin: 0;
    max-width: 100%;
}
.contact_form {
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 140px;
    padding-right: 140px;
    color: #672C24;
    font-family: var(--font);
    letter-spacing: 0.1em;
}

.contact_form li {
    grid-template-columns: minmax(0, 1fr);
}
.contact_form li .form__label {
    text-align: left;
}

/*必填欄位/＝＝＝＝＝*/
.note {
    font-size: 13px;
    text-align: center;
}
.car_page .red,
.red {
    color: #B74C39;
}

body.contact_page .main_part {
  display: flex;
  flex-direction: column;
}

/* 讓圖片在上 */
.contact_editbox {
  order: 1;
}

/* 讓表單在下 */
.contact_content {
  order: 2;
}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #B74C39;}
.rewrite_simple{background-color: #85392C;}
.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;}

.remit_page .formbox_form .last input[type="reset"] { color: #fff;        /* 字色 */}

.stepImg span.active {color: #85392C;}
.stepImg span { color: #444;}
.total_amount ul { border: 1px solid #444;}

.stepImg span.active,
.stepImg span,
.total_amount ul { font-family: "Noto Sans TC"; letter-spacing: 0.04em;}

.total_amount .rewrite_simple, .total_amount .send_simple { font-family: "Noto Sans TC"; letter-spacing: 0.04em;}

.total_amount li b{ color: #B74C39;}
#all_total_price { color: #B74C39;}
.shopping-cart .cart_content .row {border-bottom: 1px solid #444;}

.formbox_form { font-family: "Noto Sans TC"; letter-spacing: 0.04em;}

/*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: 0;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

}

/*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) {
/*選單漸變效果＝＝*/
/*首頁固定選單*//*
.pageIndex .header_area{position: position:relative;}

/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    
    padding: 10px;
    border-left:none;
    letter-spacing: 0.15em;
    font-family: Noto Sans TC;
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
.stellarnav .menu-toggle {margin-top:10px;margin-left:10px;}
.stellarnav ul {margin-right: 0px;margin-top: 0px;}    
    
.stellarnav > ul > li:before{top: 14px;  left: 5%;}
.stellarnav.mobile li a{padding: 15px 20px 10px 65px !important;border: none;color: #666;}

.stellarnav {
    margin-top: 5px;
}
    
.pageIndex {
    padding-top: 75px;
  }  

.stellarnav.mobile.left .close-menu {
    background: #c8b5a0;
}

.stellarnav a {
    color: #ffffff;
}

.stellarnav .icon-close:before {
    border-bottom: solid 3px #ffffff;
}
    
.stellarnav .icon-close:after {
    border-bottom: solid 3px #ffffff;
}    

.navigation {
    display: block;
    padding: 0;
}

.stellarnav > ul > li:nth-of-type(3):before {  
    content: url(https://pic03.eapple.com.tw/longdongjerky/btn_icon_3.png);
    left: 25px;
}
    
/*Logo/＝＝＝＝＝*/
.nav-brand{ 
    display: flex;
    justify-content: center;
}
.header_area .nav-brand{max-width: 100px;}
.header_area.sticky .nav-brand{max-width: 100px;}

.footer_logo img {
    max-width: 150px;
}

.box_search {
    display: none;
  }
    
/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
.footer.with_shopping_mode { padding:30px 0 70px; }
.footer_info {justify-content: center;}
.footer_logo {    text-align: center;}

.footer_info {
    flex-direction: column;      /* 改成上下堆疊 */
    align-items: center;         /* 讓每塊置中 */
    text-align: center;          /* 內容也置中 */
    gap: 20px;                   /* 各區塊之間加點距離 */
    padding-right: 15px;
    padding-left: 15px;
}

.footer_info ul {
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.me_tp_features {
    display: block;
  }
    
.box_link {
    flex-direction: row;
    align-items: center;          /* 整個區塊置中 */
    text-align: center;           /* 文字置中 */
    gap: 15px;                    /* 各元素間距 */
    margin-top: 20px;
    max-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;}

.banner h5 {
    padding-top: 15px;
    margin-top: 10px;
}

.banner.banB h5 {
    font-size: 24px;
    padding-top: 15px;
    margin-top: 10px;
}    

.banC {
    margin-bottom: 30px;
}
    
.banner h5:after {
    font-size: 14px;
}  

img[src="https://pic03.eapple.com.tw/longdongjerky/contact1.png"] {
    display: block;
    width: 100%;
    max-width: 325px;
    height: auto;
}    

.contact_form {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.contact_form li .form__label {
    background: rgb(140 168 218 / 0%);
}    

.shopping-cart .cell:before {
    color: #555;
}

.contact_le_map a {
    background: #B74C39;
}
   
.add_notic s {
    display: block;   /* 一個一行 */
    width: 330px;
    white-space: normal; /* 預設，可自動換行 */
    text-align:center;
}    
    
}

/*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;}
}