@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&family=Patrick+Hand+SC&family=Zen+Maru+Gothic&display=swap');

body {
  font-family: "Patrick Hand SC", "Zen Maru Gothic", "Noto Sans TC", sans-serif;
}

/************************************************************************/

/* 捲軸寬度及高度 (修正：& 改為 html) */

html::-webkit-scrollbar {
    background: #ffffff;
    width: 5px;
}

/* 捲軸兩側頂端的按鈕 */

html::-webkit-scrollbar-button {
    display: none;
}

/* 滑桿顏色 */

html::-webkit-scrollbar-thumb {
    background-color: #ffef01;
    border-radius: 2px;
    transition: all 0.3s;
}

/* 軌道背景底色 */

html::-webkit-scrollbar-track {
    background-color: #ffffff;
}

/***/

.path p,
.path p a {
    display: none;
}


/*header*/
.me_tp_features{display: none;}

.main_header_area .container {
    max-width: 90%;
}
.navigation {
    display: block;
}
.stellarnav ul {
    text-align: center;
}

/*logo*/

.nav-brand img {display: none;}


.header_area {background:#FFF;transition: all .4s ease;; padding: 0.5vw 2vw;box-shadow: 0 0 10px #c0c0c0;}
.header_area.sticky {background: #FFF;}
.header_area .navigation {display: grid;grid-template-columns: 200px 1fr;grid-gap: 0 20px;}
.header_area .stellarnav ul{text-align: right;}
.header_area .nav-brand img {
    display: block;
    position: absolute;
    width: 140px;
    top: 0px;
    left: 0px;
    background: #FFF;
    border-radius: 500px;
    padding: 10px;
    box-shadow: 0 2px 4px #c0c0c0;
}

/**/

.pageIndex .header_area {
    background: #FFF;
    transition: all .4s ease;
    padding: 0.5vw 2vw;
    box-shadow: 0 0 10px #c0c0c0;
    transform: translateY(-200px);
    position: fixed;
    transition: all 1s;

}

.pageIndex .header_area.sticky {
    background: #FFF;
    transform: translateY(0px);
    transition: all 1s;
}


/*第一層*/
.stellarnav li.has-sub > a:after{display: none;}
.stellarnav > ul > li > a {
    color: #333;
    margin: 0 15px;
    letter-spacing: 1px;
    transition: all .4s ease-in-out;
    font-weight: 400;
    font-size: 16px;}
.stellarnav > ul > li.has-sub > a{padding: 0px;}


/***/

.stellarnav > ul > li::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 4px solid #ffef01;
    border-radius: 204px 101px 225px 138px / 43px 148px 15px 60px;
    opacity: 0;
    transform: rotate(-2deg) scale(0.9);
    transition: all 0.3s ease-out;
}

/*HOVER*/

.stellarnav > ul > li:hover::before {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

/***/


/*第二層*/
.stellarnav li li {    border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 8px 9px;
    transition: all 0.3s;
    color: #444;
    font-size: 15px;
}
.stellarnav li li:hover > a{
    background: #ffef01;
    color: #333;
}

.stellarnav li li.has-sub:hover > a {
    background: #ffef01;
    color: #333;
}


@media screen and (max-width: 1024px){

    .main_header_area .container {
        max-width: 98%;
    }

    .header_area.sticky .stellarnav > ul > li > a {
        margin: 8px 6px;
    }

    .header_area.sticky {
        padding: 1.5vw 2vw;
    }
}

@media screen and (max-width: 768px){
    .header_area {
        background: #f9f6f5;
        position: sticky;
        padding: 2.5vw 2vw;
    }

    .nav-header {
        margin: auto;
    }
    .nav-brand img {
        display: block;
        width: 80px;
        transition: all .5s;
    }

    .header_area.sticky .nav-brand img {
        display: block;
        position: sticky;
        width: 60px;
        padding: 0px;
        box-shadow: none;
        background: transparent;
        margin: auto;
        transition: all .5s;
    }

    .header_area.sticky .navigation {
        display: flex
    }

    .header_area.sticky {
        padding: 1.5vw 2vw;
    }
}

/*Footer/＝＝＝＝＝*/

.footer_info li p.fax:before {
    content: '特寵業繁字第號：';
}

.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 60px 30px 0;
}
.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: left;
    padding: 5px;
    transition: all 0.3s;
    background: transparent;
    border: none;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    width: fit-content;
}
.footer_menu a:hover {background: #ffef01;color: #333;}
body.car_page .footer_info li p:before{position: initial;display: inline;}
.copy {
    background: #ffffff0f;
    color: #9c9c9c;
    border: none;
}
.copy a{    color: #fff;transition:all 0.3s;}
.copy a:hover {
    color: #FFF;
}
.box_link a{transition:all 0.3s;display: none;}
.box_link a:hover {    background: #b8ab92;    color: #fff;}
.footer_menu a:nth-of-type(1){display: none;}
.footer_logo img {
    width: 150px;
}
.footer_logo {
    display: flex;
    justify-content: center;
    text-align: center;
}
.footer {
    background: #000;padding: 50px 0 0;
}
a {
    color: #ffffff;
}
.footer_info li p {
    color: #ffffff;
}

.footer_info ul {
    display: flex;
    vertical-align: bottom;
    width: calc(100% - 310px);
}
.footer_info li:nth-child(2) {
    width: 100%;
}
.footer_info li:nth-child(1) {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}


/*分隔線*******************************************************/


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/********分隔線**************************************************************/

/*大圖*/

#content_main {
    margin: 0;
}

.bannerindex {
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide {
    padding: 0px !important;
}

.swiper-slide img {
    height: auto;
}

.swiper-pagination {
    display: none;
}

.swiper-slide {
    position: relative;
}

.bannerindex:before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.bannerindex:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.bannerindex .swiper-slide.swiper-slide-active:before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.bannerindex .swiper-slide.swiper-slide-active:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}

.bannerindex:before {
      content: "";
  position: absolute;
  pointer-events: none;
background: url(https://pic03.eapple.com.tw/siberiancat/frame.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: 9;
pointer-events: none;
top: 0;
left: 0;
width: 100% !important;
height: 100%;
padding-bottom: calc(100% / 1* 0.12);
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/siberiancat/title01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 19%;
    left: 50%;
    width: 35% !important;
    background-position: center;
    transform: translate(-50%, -50%);
    padding-bottom: calc(100% / 1 * 0.12);
    animation: 
        banner-floating 2s ease-in-out 0s infinite;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/siberiancat/title02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 60%;
    right: 0%;
    width: 19% !important;
    background-position: center;
    transform: translate(-50%, -50%);
    padding-bottom: calc(100% / 1 * 0.12);
    animation: banner-fadeInLeft 1.5s ease-out forwards;
    animation-delay: .5s;
    opacity: 0;
}


@keyframes banner-fadeInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -30%); 
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}


@keyframes banner-floating {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -55%); 
  }
  100% {
    transform: translate(-50%, -50%);
  }}


@keyframes banner-fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-20%, -50%); 
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/siberiancat/title03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 52%;
    right: -6%;
    width: 32% !important;
    background-position: center;
    transform: translate(-50%, -50%);
    padding-bottom: calc(100% / 1 * 0.12);
    animation: banner-fadeInLeft 1.5s ease-out forwards;
    opacity: 0;
}


/********分隔線**************************************************************/

/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/*文章A*/
h5.blog_le_t em{font-family:"Noto Sans TC", sans-serif;}
h5.blog_le_t {
    display: flex;
    flex-direction: column;
    align-items: center;
}
h5.blog_le_t span {
display: none;
}
.news_related{display: none;}
.submenu {background: #ffffff;}
.blog_page.article_a .blog_box {
    padding: 10px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.h4.blog_category_title {display: none;}
.blog_page.article_a .blog_le {padding: 36px 0 0;}
.blog_page.article_a .blog_le, .blog_ri {margin-bottom: 1vw;}
.blog_page.article_a .blog_subbox {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
}
.blog_page.article_a .blog_box:after, .blog_box:before, .blog_subbox:before {content: none;}
.blog_page.article_a .subbox_item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.4);
    padding: 36px;
}
.blog_page.article_a .subbox_item a {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: nowrap;
    justify-content: center;
}
.blog_page.article_a .blog_list_le {
    width: auto;
    padding: 0;
    height: auto;
    aspect-ratio: 7/5;
    overflow: hidden;
    position: relative;
}
.blog_page.article_a .blog_list_le img {
    min-width: 100%;
    display: block;
    width: 300px;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1.2s ease;
    max-width: 100%;
}
.blog_page.article_a .subbox_item a:hover .blog_list_le img{
    transform: scale(1.1);
    transition: all .6s ease;
}
.blog_page.article_a .blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 10px 0px;
    width: calc(100% - 305px);
    position: relative;
}
.blog_page.article_a .blog_list_ri h5 {
    color: #ffef01;
    font-weight: 400;
}
.blog_page.article_a .blog_list_ri em {
    order: 1;
    font-weight: 400;
    margin: 0;
    color: #afafaf;
    position: relative;
}
.blog_page.article_a .blog_list_ri p {
    line-height: 175%;
    margin: 16px 0;
    -webkit-line-clamp: 2;
    text-align: justify;
}
.blog_page.article_a .subbox_item a:hover .blog_list_ri em:after {letter-spacing: 1.6px;}
.blog_page.article_a .subbox_item a:before, .subbox_item a:after {content: none;}
.blog_le .accordion {border:none;border-radius: 0px;}
.accordion li .link {
    padding: 0px 16px;
    color: #746e6a;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}
.accordion li .link, .accordion li:last-of-type {border-bottom: none;}
.accordion li {
    border-bottom: 1px solid #ffef01;
    transition: all 0.3s ease;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.open:hover,
.blog_le .accordion > li.on_this_category:hover {
    background: #ffef01 !important;
}
.blog_le .accordion > li.open, .blog_le .accordion > li.on_this_category {
    background: #ffef01 !important;
}
.blog_le .accordion > li.open .link a, .blog_le .accordion > li.open .link i {
    color: #fff !important;
}
.blog_page.article_a .accordion li .link i, .accordion li .link a {
    color: #444 !important;
}
.blog_page.article_a .submenu {background: #f1e9da;font-size: 14px;}
.blog_page.article_a .submenu a {
    color: #ffef01;
    letter-spacing: 0;
    font-weight: 400;
    padding: 14px 14px 12px 40px;
    border-left: #FFF 0 solid;
    transition: all .15s;
    background: #ffffff;
    letter-spacing: 1px;
}
.blog_page.article_a .submenu a:before {
    top: 13.5px;
    left: 16px;
    font-weight:var(--fa-style, 900);
}
.blog_page.article_a .submenu a:hover {
    background: #fff;
    color: #787878;
    border-left: #fff 8px solid;
}

.blog_page.article_a .blog_search input[type=search] {
    font-size: 13px;
    border-radius: 0;
    border: 1px solid #ccc;
}
.blog_page.article_a .blog_search input[type=submit] {
    height: 36px;
    /* 修正: 數值改為0-1之間 */
    filter: grayscale(1);
}
.submenu li.on_this_category a, .submenu a:hover {
    background: transparent;
    color: #4b4b4b;
    padding-left: 40px;
}

/*內頁*/
.blog_in_page h4.blog_category_title {
    display: block;
    border-bottom: 1px #9f9f9f solid;
    padding: 0 0 18px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 24px;
    color: #373737;
    font-weight: 400;
}
.blog_page.article_a .blog_in_page .blog_ri {padding-top: 36px;}
.blog_page.article_a .blog_box_edit * {line-height: 175%;}
.blog_page.article_a .blog_box_edit {
    font-size: 16px;
    color: #666;
}
.blog_page.article_a .blog_back {
    width: 100%;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}
.blog_back a {width: 100%;transition: all .3s ease;}
.blog_back a.article_btn_next , .blog_back a.article_btn_prev, .blog_back a.article_btn_back {
    background: transparent;
    color: #4c3e31;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    border-radius: 40px;
}
.blog_back a:hover {background: #ffef01!important;color: #fff;}
.blog_back {
    grid-gap: 16px;
}

@media screen and (max-width: 1024px) {

.blog_page.article_a .module_i_news ul{grid-template-columns:1fr 1fr;}
.blog_page.article_a .blog_list_ri, .blog_list_le {width: 100%;}
.blog_page.article_a .blog_list_ri {padding: 16px 0;}
.blog_page.article_a .blog_box_edit {font-size: 15px;}
.blog_page.article_a .subbox_item a {
    display: flex;
    flex-wrap: wrap;
    
}

}

@media screen and (max-width: 980px) {
.blog_page.article_a .blog_subbox{grid-template-columns:1fr;}
}

@media screen and (max-width: 768px){
.blog_page.article_a h5.blog_le_t {display: block;}
.h4.blog_category_title{font-size: 24px;}
.h4.blog_category_title span{font-size: 20px;}
.blog_page.article_a .blog_le,.blog_page.article_a .blog_ri {margin-bottom: 0;}
.blog_page.article_a .blog_ri {padding: 0;width: 100%;}
.blog_page.article_a .subbox_item {padding: 32px 0 12px;}
.blog_page.article_a .blog_list_ri p {
line-height: 160%;
margin: 12px 0 16px;
-webkit-line-clamp: 3;
font-size: 14px;
}
.blog_page.article_a .subbox_item:first-of-type {padding-top:18px;}
.blog_page.article_a .blog_le {padding: 22px 0 0;}
.blog_in_page h4.blog_category_title {font-size: 20px;}
.blog_page.article_a .blog_in_page .blog_ri {padding: 16px 0 0 0;}
.blog_page.article_a .blog_list_ri h5 {
font-size: 19px;}

}

@media screen and (max-width: 600px){
.blog_page.article_a .module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.h4.blog_category_title{font-size: 20px;}
.h4.blog_category_title span{font-size: 18px;}


.blog_page.article_a .blog_list_le {
    width: auto;
}


}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}