/* --Start product--------------- */
.section-product {
    padding: 60px 0;
    background: #fff;
    margin-top: 77px;
}




.section-product .border-line {
    border-left: 1px solid #c4c4c4;
}


.section-product .title-item {
    padding: 0 0 30px 0;
}

.section-product .title-item h2 {
    font-size: 30px;
    color: #344655;
    margin-bottom: 0;
    font-family: "Roboto Condensed";
}

.section-product .title-item p {
    font-family: Poppins;
    font-size: 16px;
    color: #344655;
}

.section-product .item {
    cursor: pointer;
    background: #fff;
}

/* .section-product .item .text-item {
    height: 85px;
} */

.section-product .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}
    .section-product .item .pic-item span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-25deg);
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #c1c1c1;
        border-radius: 100%;
        transition: all 0.2s ease-in-out;
        color: #343434;
        opacity: 0;
    }

.section-product .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
}

    .section-product .item:hover .pic-item span {
        opacity: 0.9;
    }

.section-product .item h3 {
    font-size: 16px;
    color: #292929;
    transition: all 0.2s ease-in-out;
    padding: 20px 0 5px;
    margin: 0;
    font-family: 'Roboto Condensed';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

    .section-product .item .btn-style {
        border: 1px solid #c4c4c4;
        border-radius: 0;
        font-family: Poppins;
        color: #5a656e;
        font-size: 15px;
        margin-top: 10px;
        transition: all 0.2s ease-in-out;
        overflow: hidden;
    }
        .section-product .item .btn-style:hover {
            background: #5a656e;
            color: #fff;
        }
            .section-product .item .btn-style:hover span {
                animation: animationName 1s ease-in-out 0s 1 forwards;
                display: block;
            }
                @keyframes animationName {
                    0% { /* 初始狀態 */
                        transform: translateY(200%);
                    }

                    10% {
                        transform: translateY(200%);
                    }
                    25% {
                        transform: translateY(0);
                    }
                    100% { /* 結束狀態 */
                        transform: translateY(0);
                    }
                }

                .section-product .item:hover h3 {
    color: #292929;
}

/*.section-product .item:hover .pic-item {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}*/

.section-product .more-item {
    text-align: end;
    margin-right: 15%;
}

@media (min-width: 1200px) {
    .section-product {
        padding: 100px 0;
        margin-top: 219px;
    }

    .section-product .title-item h2 {
        font-size: 40px;
    }
}

/* Start 側邊選單 ------------------------------ */

.section-product .side-bar {
    padding: 20px 0 20px 5px;
    background: #5a656e;
}


.section-product .side-bar .side-title {
    position: relative;
    z-index: 1;
}

.section-product .side-bar .side-title h2 {
    font-size: 24px;
    color: #fff;
    position: relative;
    font-family: 'Poppins';
}


.section-product .side-bar .side-content {
    padding: 10px 0;
}

.section-product .side-bar .side-content ul {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
}

.section-product .side-bar .side-content ul li+li {
    padding-top: 5px;
}

.section-product .side-bar .side-content .side-dropdown {
    position: relative;
}


.section-product .side-bar .side-content .side-dropdown.active .side-dropdown-second a.active {
    color: #c0cdde;
}

.section-product .side-bar .side-content a {
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    transition: all 0.2s ease-in-out;
    display: block;
}


.section-product .side-bar .side-content h3 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
}

.section-product .side-bar .side-content a:hover {
    color: #c0cdde;
}

.section-product .side-bar .side-content .side-dropdown-second {
    margin: 0;
    padding-left: 5px;
    display: none;
}

.section-product .side-bar .side-content .side-dropdown-second li {
    padding-bottom: 5px;
}

.section-product .side-bar .side-content .side-dropdown-second a {
    padding: 0;
    margin: 0;
}

.section-product .side-bar .side-content .side-dropdown-second a h4 {
    font-size: 16px;
    margin-bottom: 0;
    padding: 5px 0 5px 5px;
}

.section-product .side-bar .side-content .side-dropdown:hover>a {
    color: #c0cdde;
}

.section-product .side-bar .side-content .side-dropdown.active>a {
    color: #c0cdde;
    font-weight: bolder;
}

/*.section-product .side-bar .side-content .side-dropdown:hover a::after,
                .section-product .side-bar .side-content .side-dropdown.active a::after {
                    width: 55px;
                    background: #343D4C;
                }*/

/*.section-product .side-bar .side-content .side-dropdown:hover a::before,
                .section-product .side-bar .side-content .side-dropdown.active a::before {
                    background: #76787B;
                }*/



.section-product .side-bar .side-content .side-dropdown:hover .side-dropdown-second {
    display: block;
}

.section-product .side-bar .side-content .side-dropdown.active-block .side-dropdown-second {
    display: block;
}

/* --End 側邊選單--------------- */



.section-product .pagination .page-item .page-link {
    border-radius: 0;
    border-radius: 100%;
    color: #5a656e;
    transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.section-product .pagination .page-item .page-link:hover {
    background: #c4c4c4;
    color: #fff;
}

.section-product .pagination .page-item.active .page-link {
    background: #5a656e !important;
    border-color: #5a656e;
    border-radius: 100%;
    color: #fff;
}

.section-product .pagination li+li {
    margin-left: 15px;
}

.section-product .category-text-item h2 {
    font-size: 24px;
    color: #00A0E3;
}

.section-product .category-text-item p {
    font-size: 16px;
    color: #323232;
}

/* --End product--------------- */
/* --Start product內容--------------- */
.section-product-content {
    padding: 60px 0;
    margin-top: 77px;
}


.section-product-content .title-item {
    border-bottom: 2px solid #eee;
    /* margin-bottom: 50px; */
    position: relative;
}


.section-product-content .title-item h2 {
    font-size: 20px;
    color: #323232;
    position: relative;
    padding-bottom: 10px;
    padding-top: 5px;
}


.section-product-content .content-item {
    padding: 20px 0;
}
 
.section-product-content .content-item p {
    color: #292929;
    font-family: Poppins;
}

.section-product-content .content-item h3 {
    font-size: 20px;
    color: #323232;
    font-weight: bolder;
    margin-top: 50px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
}

.section-product-content .content-item h4 {
    font-size: 18px;
    padding: 10px 0;
}

.section-product-content .content-item .link-item a {
    display: inline-block;
    color: #323232;
    transition: all 0.2s ease-in-out;
}

.section-product-content .content-item .link-item a:hover {
    color: #00A0E3;
    text-decoration: underline;
}

.section-product-content .content-item .link-item a+a {
    margin-left: 10px;
}

.section-product-content .content-item .data-item {
    list-style: none;
    padding-left: 0;
    padding: 20px 0 0;
    border-top: 1px solid #c4c4c4;
    margin-top: 20px;

}

.section-product-content .more-item {
    border-top: 1px solid #c4c4c4;
    margin-top: 50px;
    padding-top: 50px;
}

.section-product-content .more-item h3 {
    font-size: 20px;
    font-family: 'Roboto Condensed';
    text-align: center;
    color: #344655;
    font-weight: 400;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .section-product-content {
        padding: 100px 0;
        margin-top: 219px;
    }

    .section-product-content .title-item h2 {
        font-size: 30px;
    }

    .section-product-content .more-item h3 {
        font-size: 30px;
    }
}

.section-product-content .more-item .item {
    display: block;
}

.section-product-content .more-item .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 8px;
}
    .section-product-content .more-item .item .pic-item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-25deg);
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c1c1c1;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    color: #343434;
    opacity: 0;
}

.section-product-content .more-item .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
}

.section-product-content .more-item .item:hover .pic-item span {
   opacity:0.9;
}

.section-product-content .more-item .item h4 {
    font-size: 16px;
    color: #292929;
    transition: all 0.2s ease-in-out;
    margin: 10px 0;
    font-family: 'Roboto Condensed';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}




.section-product-content .more-item .data-item {}

.section-product-content .btn.btn-style {
    transition: all 0.2s ease-in-out;
    background: #5a656e;
    border-radius: 0;
    display: inline-block;
    padding: 8px 40px;
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
}

.section-product-content .btn.btn-style:hover {
    background: #292929;

}

/* --End product內容--------------- */


/* swiper start------------------ */
.section-product-content .swiper {
    width: 100%;
    border-radius: 8px;
}

.section-product-content .swiper-wrapper {
    align-items: center;
}

.section-product-content .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-product-content .swiper-slide .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.section-product-content .swiper-slide .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.section-product-content .sliderSwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 5px;
}

.section-product-content .sliderSwiper .swiper-slide {
    width: 25%;
    opacity: 0.4;
    cursor: pointer;
}

.section-product-content .sliderSwiper .swiper-slide-thumb-active {
    opacity: 1;
    /*outline: 3px solid #582614;*/
}


.section-product-content .swiper-button-next,
.section-product-content .swiper-button-prev {
    color: #fff !important;
    /* background: #cccccc90; */
    border: 1px solid #c4c4c4;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    -webkit-filter: drop-shadow(5px 5px 5px #333);
    filter: drop-shadow(5px 5px 5px #333);
}

.section-product-content .swiper-button-next:after,
.section-product-content .swiper-button-prev:after {
    font-size: 20px !important;
}

/* swiper end------------------ */

/* Start 麵包屑------------------ */

.section-product .breadcrumb,
.section-product-content .breadcrumb {
    margin: 0 0 20px 0;
    font-family: 'Poppins';
    font-size: 14px;
    position: relative;
    padding-left: 40px;
}

@media (min-width: 1200px) {

    .section-product .breadcrumb,
    .section-product-content .breadcrumb {
        margin: 0 0 40px 0;

    }
}

.section-product .breadcrumb::after,
.section-product-content .breadcrumb::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url('../img/home.webp');
    background-size: 100% 100%;
}

.section-product .breadcrumb .breadcrumb-item+.breadcrumb-item::before,
.section-product-content .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '>';
    color: #808080;
}

.section-product .breadcrumb .breadcrumb-item a,
.section-product-content .breadcrumb .breadcrumb-item a {
    color: #808080;
    transition: all 0.2s ease-in-out;
}

.section-product .breadcrumb .breadcrumb-item a:hover,
.section-product-content .breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
    color: #344655;
}

.section-product .breadcrumb .breadcrumb-item.active,
.section-product-content .breadcrumb .breadcrumb-item.active {
    color: #344655;
    font-weight: bolder;
}

/* End 麵包屑------------------ */