/* --Start banner--------------- */
.section-banner {
    position: relative;
    height: 20vh;
    background: url(../img/product/page/banner.webp) no-repeat center top/ cover scroll;
    margin-top: 60px;
}

.section-banner .item {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: block;
    left: 40%;
}


.section-banner .item h2 {
    color: #fff;
    font-weight: bolder;
    font-size: 18px;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 0;
    font-family: 'Gunterz';
    padding-bottom: 15px;
    display: inline-block;
}

.section-banner .item h2::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 2px;
    background: #c6c6d0;
    left: 0;
    bottom: 0;
}

.section-banner .item span {
    display: block;
    font-family: 'Gunterz';
    text-align: left;
    font-size: 16px;
    padding-top: 15px;
}

@media (min-width: 992px) {
    .section-banner {
        height: 30vh;

    }

    .section-banner .item {
        top: 55%;

    }

    .section-banner .item h2 {
        font-size: 30px;
    }

    .section-banner .item span {
        font-size: 30px;
        padding-top: 20px;
    }
}


@media (min-width: 1200px) {
    .section-banner {
        margin-top: 125px;
        height: 50vh;
    }

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

}

.menu-contact-item {
    background: #fff;
}

.nav-bg {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background: #f0f0f0;
}

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

.section-product {
    background-image: linear-gradient(#e2e3e7, #e2e3e7);
    background-size: 100% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    padding: 100px 0;
}

@media (min-width: 1200px) {

    .section-product {
        background-image: linear-gradient(#f7f7f9, #f7f7f9), linear-gradient(#e2e3e7, #e2e3e7);
        background-size: 27% 100%, 73% 100%;
    }
}

@media (min-width: 1400px) {
    .section-product {
        background-size: 32% 100%, 78% 100%;
    }
}

.section-product .side-bar {
    min-height: 100vh;
    padding: 0px 0 20px 25px;
}

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

.section-product .side-bar .side-title h2 {
    font-size: 24px;
    color: #141b25;
    padding-left: 0px;
    position: relative;
    padding-bottom: 25px;
    padding-top: 25px;
}

.section-product .side-bar .side-title span {
    font-family: 'Gunterz';
    color: #9b1a1a;
    text-transform: uppercase;
    font-size: 14px;
}


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

.section-product .side-bar .side-content::after {
    content: '';
    background: #666;
    position: absolute;
    bottom: -50px;
    width: 90%;
    height: 1px;
    left: 0;
}

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

.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: #0376c1;
}

.section-product .side-bar .side-content a {
    display: inline-block;
    text-decoration: none;
    color: #323232;
    position: relative;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s ease;
    display: block;
    border-bottom: 3px solid transparent;
    /*text-transform: uppercase;*/
}


.section-product .side-bar .side-content h3 {
    font-size: 16px;
}


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

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

.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;
}

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

.section-product .side-bar .side-content .side-dropdown.active>a {
    color: #052375;
    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 側邊選單--------------- */
/* --Start product--------------- */
.section-product {}

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

.section-product .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
}

.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 img {
    transform: scale(1.1);
}

.section-product .item .text-item {
    padding: 10px 5px;
}

.section-product .item .text-item h3 {
    font-size: 15px;
    font-family: 'Gunterz';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #323232;
    text-align: left;
}

@media (min-width: 992px) {
    .section-product .item .text-item h3 {
        font-size: 16px;
        text-align: center;
    }
}

/* --End product--------------- */

/* START Swiper ------------------ */

.swiper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mySwiper2 {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    background: #f7f7f955;
    height: 100%;
}

.mySwiper2 .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.mySwiper2 .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*.sliderSwiper {
    border-radius: 15px;
    background: #f7f7f9;
    height: 100%;
}*/
.mySwiper {
    padding: 10px 0;
    max-height: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    background: #f7f7f955;
    height: 100%;
}

.mySwiper .swiper-wrapper {
    display: flex;
}

@media (min-width: 992px) {
    .mySwiper {
        padding: 0;
    }

    .mySwiper .swiper-wrapper {
        display: inline-block;
    }
}

.mySwiper .swiper-slide {
    width: auto;
    height: fit-content;
    opacity: 0.4;
    cursor: pointer;
    margin-bottom: 5px;
}

.mySwiper .swiper-slide-thumb-active {
    border-radius: 15px;
    opacity: 1;
    border: 1px solid #052375;
}

.mySwiper .swiper-slide .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 0;
    background: #fff;
    border-radius: 15px;

}

/* @media (min-width: 992px) {
    .mySwiper .swiper-slide .pic-item {
        margin-bottom: 5px;
    }
} */

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

.mySwiper2 .swiper-slide {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    background: #f7f7f9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySwiper2 .swiper-slide .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 0;
    overflow: hidden;
    background: #f7f7f9;
}

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

.swiper-button-next,
.swiper-button-prev {
    color: #c9c9c9 !important;
    filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.075))
}

/* END Swiper ------------------ */

.section-page.product {
    background: #e2e3e7;
    padding: 60px 0;
}

.section-page.product .side-content .item {
    box-shadow: none;
}

.section-page.product .side-content .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border: 2px solid #a2a2a2;
    border-radius: 25px;
    transition: all 0.2s ease-in-out;
}

.section-page.product .side-content .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.98);
    transition: all 0.2s ease-in-out;
    border-radius: 25px;
    object-fit: cover;
}

.section-page.product .side-content a:hover .item .pic-item {
    border: 2px solid #2d2315;
}

.section-page.product .side-content a:hover .item .pic-item img {
    transform: scale(1);
}

.section-page.product .side-content .item .text-item {
    text-align: center;
}

.section-page.product .side-content .item .text-item h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
    padding: 10px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

@media (min-width: 768px) {
    .section-page.product .side-content .item .text-item h3 {
        font-size: 17px;
        /*padding: 10px 0;*/
    }
}

.section-page.product .side-content .item .text-item span {
    color: #444;
    font-family: 'Noto Sans TC', sans-serif, serif;
}

.section-page.product .side-content .item .text-item span.money {
    font-size: 16px;
    color: #aaa;
    text-decoration: line-through;
}

.section-page.product .side-content .item .text-item span.sale-money {
    color: #c0392b;
    font-size: 18px;
    padding-left: 10px;
    font-weight: bolder;
}

.section-page.product .product-content-item {
    padding: 30px 15px;
    background: #f7f7f9;
    border-radius: 15px;
    height: 100%;
}

.section-page.product .data-content-item {
    background: #f7f7f9;
    border-radius: 15px;
    padding: 30px 15px 90px;
    margin-top: 20px;
}

.section-page.product .product-content-item h2,
.section-page.product .data-content-item h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 0;
    font-weight: bolder;
    letter-spacing: 1.5px;
    position: relative;
}

.section-page.product .data-content-item h3 {
    margin: 10px 0;
    font-size: 18px;
}

.section-page.product .product-content-item .data-item .date {
    font-size: 14px;
    color: #311800;
    font-family: 'Noto Sans TC', sans-serif, serif;
}



.section-page.product .product-content-item .data-item hr {
    border-top: 2px solid #a2a2a2;
}

.section-page.product .product-content-item .data-item {
    padding: 20px 0 0;
}

    .section-page.product .product-content-item .data-item p span {
        font-weight: bolder;
        display: block;
    }
.section-page.product .product-content-item .data-item p+p {
    margin-top: 5px;
}

.section-page.product .data-content-item .item {
    margin-bottom: 50px;
}

.section-page.product .product-content-item .data-item p,
.section-page.product .data-content-item .item p {
    margin-bottom: 0;
    color: #333;
    line-height: 1.5;
    letter-spacing: 1.5px;
    font-size: 16px;
}


.section-page.product .product-content-item .data-item .btn-add {
    background-color: #AD0003;
    color: #fff;
    font-size: 15px;
    padding: 10px 60px;
    display: inline-block;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
    border: none;
    cursor: pointer;
    position: relative;
}

.section-page.product .product-content-item .data-item .btn-add:after {
    content: '+';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}


.section-page.product .product-content-item .data-item .btn-add:hover {
    color: #d5d8c6;
    background-color: #AD0003;
}

.section-page.product .product-content-item .data-item a {
    color: #AD0003;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.section-page.product .product-content-item .data-item a:hover {
    color: #333;
}



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

.section-page.product .content-item h3 {
    color: #2d313c;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Gunterz';
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 30px;
}

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

.section-page.product .content-item .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
}

.section-page.product .content-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-page.product .content-item .item:hover .pic-item img {
    transform: scale(1.1);
}

.section-page.product .content-item .item .text-item {
    padding: 10px 5px;
}

.section-page.product .content-item .item .text-item h4 {
    font-size: 16px;
    font-family: 'Gunterz';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #323232;
    text-align: left;
}

@media (min-width: 992px) {
    .section-page.product .content-item .item .text-item h4 {
        text-align: center;
    }
}

.section-product .category-text-item h2{
    font-size: 20px;
    margin-bottom: 0;
}
/* --End product內容--------------- */