@charset "utf-8";

/*雙魚座派對*/
/*網站全域設定/=====*/





/*預設解除背景輪播*/
#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;
}
}
/* 錨點滾動 */
html { scroll-behavior: smooth; }

/* 全域設定 */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(102, 102, 102, 0.6); }
::-webkit-scrollbar-thumb { background-color: #cbbfac; }

/*浮動按鈕*/
.info_fix { display:none; }

/*header*/
.stellarnav ul ul li a { font-size: 14px; }
.main_header_area {
    background: rgb(255 255 255 / 70%);
    box-shadow: 0px 0px 15px -10px #000;
}
.pageIndex .header_area {
    position: absolute;
    width: 100%;
    z-index: 10000;
    top: 20px;
    transition: ease-out 0.3s;
    box-shadow: none;
}
.pageIndex .header_area .main_header_area {
    box-shadow: none;
    background: rgb(255 255 255 / 83%);
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 45px;
    transition: ease-out 0.3s;
}
.pageIndex .header_area.sticky {
    transition: ease-out 0.3s;
    position: fixed;
    top: 0;
}
.pageIndex .header_area.sticky .main_header_area {
    background: rgb(255 255 255 / 70%);
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    transition: ease-out 0.3s;
}
.main_header_area .container { max-width: 1200px; }
.me_tp_features { display: none; }
.navigation {  padding: 10px 0 0px 100px; }

/*LOGO*/
.nav-brand {
    width: 100px;
    margin: 0px 0px 0px 15px;
}

/*選單*/
.stellarnav>ul>li>a {
    transition: 0.3s ease-out;
    padding: 0px 20px;
    letter-spacing: 2px;
    color: #38393a;
    margin: 15px 5px;
}
.stellarnav>ul>li>a:hover { color: #2c2c2c; }
.stellarnav li.has-sub > a:after {
	content: '+';
	border-top: none;
	border-left: none;
	border-right: none;
	border-top: none;
}

/*下拉選單*/
.stellarnav ul ul {
    width: 100%;
    position: absolute;
}

.stellarnav li li {
    border: unset;
    margin-bottom: 5px;
}

.stellarnav li li a:hover {
    color: #2c2c2c;
    transition: 0.3s ease-out;
    transform: translateX(5px);
}

@media screen and (max-width: 1350px) {
.main_header_area .container {
     max-width: 1100px;
}
}

@media screen and (max-width: 1250px) {
.nav-brand { margin: 4px 0px 0px 35px; }
.stellarnav>ul>li>a {
     transition: 0.3s ease-out;
     padding: 0px 10px;
}
}


@media screen and (max-width: 1024px) {
.pageIndex .header_area .main_header_area {
      background: rgb(255 255 255);
      width: 100%;
      max-width: 100%;
      border-radius: 0;
      transition: ease-out 0.3s;
}
.pageIndex .header_area { position: relative; }
.main_header_area .container { max-width: 100%; }
.nav-header {
      position: static;
      text-align: center;
}
.navigation { padding: 0px 0 0px 0px; }
}

@media screen and (max-width: 768px) {
.pageIndex .header_area {
      position: sticky;
      top: 0;
}
.pageIndex .header_area .main_header_area {
      width: 100%;
      border-radius: 0;
}
.stellarnav .menu-toggle {
      padding: 12px 10px;
      margin: 10px;
      border-radius: 35px;
      background: #6f86b0;
}
.stellarnav .menu-toggle span.bars { top: 0; }
.stellarnav .menu-toggle span.bars span {
      margin: 0 auto 5px;
      background: #fff;
      height: 3px;
}
.stellarnav .menu-toggle:after {
      font-size: 15px;
      letter-spacing: 1px;
      color: #fff;
}
.stellarnav.mobile.left .close-menu {
      background: unset;
      border-bottom: 1px #ddd solid;
}
.stellarnav .icon-close { margin-right: 5px; }
.stellarnav.mobile>ul>li>a { padding: 15px; }
.stellarnav.mobile>ul>li>a.dd-toggle { padding: 20px 15px; }
}

#content_main {
	min-height: auto;
	background-image: url(https://pic03.eapple.com.tw/pisces/bg.png);
	background-attachment: fixed;
}
#content {
    background-image: url(https://pic03.eapple.com.tw/pisces/bg2.png);
    background-attachment: fixed;
}
/*header下方*/
.path p, .path p a { display: none; }
/*關於我們商品頁*/
.i_prod_tit h2 {
    font-size: 40px;
    font-family: '';
    color: #836E55;
}
.i_prod_tit span {
    font-size: 20px;
	color: #212121;
}
/*關於我們文章頁*/
.module_i_news .title_i_box h6 {
    font-size: 40px;
    color: #836E55;
    font-family: '';
}
.module_i_news .title_i_box h4 {
    font-size: 20px;
    color: #212121;
}
.module_i_news li a:after {
	background: none;
    border: 1px #cabfad solid;

}
.module_i_news li a:before {
    content: 'READ MORE+';
    color: #212121;
}
/*banner============*/
.banB { display: none; }
.banner { display: none; }
.banC { display: none; }
.banE { display: none; }
.banF { display: none; }

/*相簿管理*/
.show-list .item:hover .show_name { color: #cabfad; }
.other_album { display: none; }
.overlay { display: none; }
.show-list .show_pic img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*瀑布流*/
.album_info_page .pic-list { -moz-column-count:3; -moz-column-gap:10px; -webkit-column-count:3; -webkit-column-gap:10px; column-count:3; column-gap:10px; width:100%; margin:0 auto; }
.album_info_page .pic-list .item { width:100%; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; padding: 0; margin: 0;}
.album_info_page .pic-list .show_pic { height:auto; padding:0;}
@media (max-width: 1440px){
.album_info_page .pic-list{ -moz-column-count:3; -webkit-column-count:3;  column-count:3;}}


@media screen and (max-width: 1024px) { 
.contact_page .main_part{display:block;}
.contact_content {
    padding: 10px;width:100%;}
}
@media (max-width: 768px) {
    .album_info_page .main_part{padding: 50px 0;}
    .other_album{padding: 0 16px;}
    .other_album:before{width: 0;}
    .album_info_page .pic-list{ -moz-column-count:2; -webkit-column-count:2;  column-count:2;}
 .product-layer-two li {
    display: inline-block;
    margin: 0px 10px 0px 0;
    padding: 5px 0;
    position: relative;}
 .product-layer-two {
    display: block;width:100%}
 .product-layer-two {
    margin: 20px 0;}
 .product_page .show_content, .product_info_page .show_content{display:block;}
 .products-list, .product-wrapper {
    width: 100%;}
 .product-layer-two li:hover li {
    display: none;}
 .product-layer-two > li{width:auto;}
 .product-layer-two li li{display:none;}
 .show_content{    padding: 15px 20px;}
}
@media (max-width: 480px) {
    .album_info_page .pic-list{-moz-column-count:1;  -webkit-column-count:1; column-count:1;}
}

/*相簿第二層*/
.other_subalbum li p { margin-top: 10px;}
.other_subalbum li a img{
	object-fit: cover;
    min-height: 250px;
}
.show-list .item:hover a figure img {
    transform: scale(1.2);
    transition: 0.5s;
    top: 0;
    left: 0;
}
.show-list .item a figure img {transition: 0.5s;}
.show-list .show_name {text-align: center;}
.other_album_choice li {
    background: #444f26;
    border-radius: 0;
}

/*最新消息*/

h5.blog_le_t,
h4.blog_category_title {
   font-size: 25px;
   margin-bottom: 0;
}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.blog_le .accordion>li.on_this_category .link { background: #8E639A; }
.subbox_item a:before { display: none; }
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    color: #000;
    letter-spacing: 1px;
    opacity: 1;
    left: 0;
    position: relative;
    padding: 0 22px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.blog_list_ri em { display: none; }
.blog_list_ri p { padding-top: 8px; }
.blog_back a.article_btn_back { background: #836E55; }
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: #cabfad;
    color: #fff;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover { background: #836E55; }
.blog_search input[type=search] { border-radius: 2px; }
.blog_le .accordion { border-radius: 2px; }
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { display: none; }
.subbox_item {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;

}
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}
.subbox_item a:after { display: none; }
.blog_list_ri { width: 100%; }
.blog_list_ri em {
    width: 100%;
    color: #7fcbcf;
}
.blog_list_ri h5 {
    position: relative;
    margin: 15px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
}
.blog_list_ri p {
    color: #595959;
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}
.main_part { max-width: 1500px; }
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: #cabfad;
}
@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
}

/*店家商品*/
.prod_related h6 span:before {
	color: #212121;
    letter-spacing: 0.1em;
}
.lastPage { background: #cabfad; }
.products-list .name { height: 37px; }
.inquiry_a1 { background: #cabfad; }
.inquiry_a2 { background: #836E55; }
.nextaction { background-color: #cabfad; }
.lastaction { background-color: #e8e4d8; }
.prod_related {
	background-image: url(https://pic03.eapple.com.tw/pisces/bg.png);
	background-attachment: fixed;
}
ul.prod li h3.prod-thumb {
    background: #cabfad;
    color: #212121;
    text-align: center;
    padding: 5px;
}
ul.prod li .prod-panel { 
    font-size: 14px; 
	line-height: 23px; 
}
.related_list li a {
    display: block;
    padding: 4px;
     background: none;
}
.products-list .more {
    border: 1px solid #836C53;
    color: #836C53;
	line-height: 29px;
}
.products-list .item a:hover .more { 
    background: #836C53; 
}
.products-list .price b {
    color: #8d7d50;
    font-size: 16px;
}
.product-layer-two li a {
    position: relative;
    border: 0px;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: 414141;
    border-bottom: 1px #ada17e solid;
	background: none;
}
.product-layer-two li.active a {
    font-weight: bold;
	background: #c09f59;
}
.product_page .main_part {
	width: 90%;	
	max-width: 1500px;
}
.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    ustify-content: space-between;
	margin: auto;
	padding: 10px 10px;
	flex-direction: row;
}
.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 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: #ffffff;
    background: #cabfad;
}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {
	background: #836C53; 
	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: #dddddd;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
	display:none;
}
/**/
.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: #c98625;
	background: transparent;
}

/*購物車*/
.send_simple {
    background: #5b5b5b;
}
.rewrite_simple {
	background: #5b5b5b;
}
.separate_title {
    font-size: 16px;
    color: #fff;
    padding: 10px 0 10px 40px;
    background: #4d4d4d;
}

@media screen and (max-width: 768px) { 

.footer_info li { 
    flex-direction: column; } 
	.product_page .products-list {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr;

}
.product-layer-two > li > a {
	display: none;
}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
.mobile_product_name {
    display: none;
}
.sidebarBtn {
    order: -1;
    margin: 0px auto 20px;
}

.product_pic {
    padding-top: 0px;
}

body.pageIndex .products-list {
    padding: 40px 0 20px;
}
	.products-list .item {
    width: 100%;
}
	.products-list .name {
    color: #000;
    font-size: 15px;
    letter-spacing: 0px;
	height: 37px;
}
.product-layer-two {
	display: none;
}
}
@media screen and (max-width: 425px) { 
.product-layer-two {
    display: none;
}
.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    margin: auto;
    padding: 10px 10px;
    flex-direction: column;
    align-content: center;
}
.product_page .products-list {
    width: 100%;
}
}
@media screen and (max-width: 1024px) {
.stellarnav ul { margin-top: 20px; }
.products-list .name {
    color: #000;
    font-size: 14px;
    letter-spacing: 0px;
}
.clearfix:before, .clearfix:after { display: none; }
.product_page .products-list {
    width: calc(100% - 280px);
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
.products-list .item { width: 100%; }
}

@media screen and (max-width: 768px) {
.product_page .products-list {
      width: 100%;
      display: grid;
      grid-gap: 10px;
      grid-template-columns: 1fr 1fr;
}
}

/*footer*==========*/
.footer_info li p.mail { display: none; }
.box_link a { display: none; }
.footer {
	background: #fff;
	overflow: hidden;
	padding: 30px 0 0;
	box-shadow: 1px 1px 15px rgb(38 15 1 / 37%);
}
.footer .center {
    position: relative;
    max-width: 1300px;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    flex-direction: column;
	margin-bottom: 15px;
}
.footer_menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 5px;
}
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 0;
    transition: all 0.3s;
    border: none;
    background: transparent;
    color: #434343;
    display: block;
    width: fit-content;
}
.footer_menu a:before { content: "．"; }
.footer_menu a:nth-child(1) { display: none; }
.footer_menu a:hover {
	background: transparent;
	color:#cbbfac;
}
.copy {
	background: #cbbfac;
	color: #fff;
	border:none;
	margin-top: 0px;
	position: relative;
	padding: 15px 0;
}
.copy a{
	color: #fff;
	transition:all 0.3s;
}
.footer_info li { padding: 25px; }
.footer_info ul>li:before {
    font-size: 115%;
    color: #434343;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #cabfad;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    font-weight: bold;
}
.footer_info ul>li:nth-child(1):before { content: "聯絡資訊 CONTACT"; }
.footer_info ul>li:nth-child(2):before { content: "網站地圖 MAIN MENU"; }
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p {
	color: #434343;
	letter-spacing: 0.15em;
}
.footer_info ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));
	gap: 0 20px; 
	letter-spacing: 0.15em;
}
.footer_logo img { width: 100%; }
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin: 0px;
}
/*手機版選單*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { margin-top: 0; }
