/* --Start banner--------------- */
.section-banner {
    position: relative;
    background: url('../img/product/page/banner.webp') no-repeat center center/ cover scroll;
    padding: 130px 0 10px;
    margin-top: 76px;
}


.section-banner .item {
    margin-bottom: 10px;
}

.section-banner .item span {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-banner .item h2 {
    font-size: 28px;
    color: #FFFFFF;
    font-family: "Arial", Sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .section-banner {
        margin-top: 99px;
        padding: 230px 0 20px;

    }

    .section-banner .item span {
        font-size: 18px;
    }

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


.section-banner .breadcrumb {
    justify-content: start;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .section-banner .breadcrumb {
        justify-content: end;

    }
}

.section-banner .breadcrumb .breadcrumb-item {
    display: flex;
    align-content: center;
    position: relative;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '|';
    color: #fff;
}

.section-banner .breadcrumb .breadcrumb-item a {
    color: #fff;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.section-banner .breadcrumb .breadcrumb-item.active {
    color: #d01d1b;
    font-weight: bolder;
}

/* --End banner--------------- */

/* --Start 產品--------------- */
.section-index-products {
    padding: 100px 0 50px;
    background: #fff;
}

.section-index-products .title-item {

    text-transform: uppercase;
}

.section-index-products .title-item h2 {
    color: #231815;
    font-size: 30px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .section-index-products {
        padding: 200px 0 100px;
    }

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

@media (min-width: 1200px) {
    .section-index-products .title-item h2 {
        font-size: 50px;
    }
}

.section-index-products .title-item a,
.section-index-products .item span {
    display: inline-block;
    color: #231815;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    position: relative;
    padding: 0 0 25px;
    margin-top: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (min-width: 1200px) {

    .section-index-products .title-item a,
    .section-index-products .item span {
        padding: 15px 0;
        margin-top: 35px;

    }
}

.section-index-products .item span {
    color: #717071;
}

.section-index-products .title-item a:after,
.section-index-products .item span:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #C8141B;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (min-width: 1200px) {

    .section-index-products .title-item a:after,
    .section-index-products .item span:after {
        width: 200%;
    }
}

.section-index-products .item.active span {
    color: #fff;
}

.section-index-products .item.active span:after {
    background: #fff;
}

.section-index-products .title-item a:hover,
.section-index-products .item:hover span {
    transform: translateY(-10px);
}

.section-index-products .item {
    display: block;
    border-radius: 50px 0 50px 0;
    position: relative;
    background: #DFDFDE;
    padding: 30px 15px 30px;
    position: relative;
    /* overflow: hidden; */
}

@media (min-width: 1200px) {
    .section-index-products .item {
        padding: 60px 25px 30px;
    }
}

.section-index-products .item h3 {
    color: #231815;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Sans TC';
}

@media (min-width: 992px) {
    .section-index-products .item h3 {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .section-index-products .item h3 {
        font-size: 40px;
    }
}

.section-index-products .item.active {
    background: #C8141B;

}

.section-index-products .item.active h3 {
    color: #fff;
}


.section-index-products .item img {
    position: static;
    bottom: 0;
    width: 100%;
    z-index: 3;
    transition: all 0.2s ease-in-out;
    transform: scale(0.9);
}

.section-index-products .item:hover img {
    transform: scale(0.95);
}

.section-index-products .item.active img {
    width: 100%;
    right: -30px;
    transform: scale(1);
    bottom: -20px;

}



@media (min-width: 1200px) {
    .section-index-products .item img {
        position: absolute;
        bottom: 0;
        right: -30px;
        width: 300px;

        transition: all 0.2s ease-in-out;
        transform: scale(0.9);
    }

}

@media (min-width: 1300px) {
    .section-index-products .item.active img {
        width: 300px;
        right: 0px;

    }
}

/* --End 產品--------------- */
/* Start 側邊選單 ------------------------------ */

.section-product {
    background: #fff;
}


.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 h3 {
    font-size: 30px;
    color: #343D4C;
    /*text-transform: uppercase;*/
}

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

.section-product .side-bar .side-title h2::after {
    content: '';
    background-image: url('../img/footer/foot-icon.webp');
    background-size: 100% 100%;
    width: 25px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.section-product .side-bar .side-content {
    padding: 10px 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::after,
.section-product .side-bar .side-content .side-dropdown::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #eee;
}

.section-product .side-bar .side-content .side-dropdown.active::before {
    width: 40px;
    background: #d01d1b;
    z-index: 2;
}

.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: 30px;
    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: 17px;
}

.section-product .side-bar .side-content a:hover {
    color: #d01d1b;
    border-bottom: 3px solid #fff;
}

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

.section-product .side-bar .side-content .side-dropdown.active>a {
    color: #d01d1b;
    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 {
    padding: 40px 0;
}

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

.section-product .custom-button-item {
    margin-top: 10px;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    /* width: 184px; */
    width: 100%;
    height: 43px;
    background: #d01d1b;
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 29.34%, 100% 100%, 70.66% 100%, 10% 100%, 0% 70.66%, 0% 29.34%);
}

.section-product .custom-button {
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    /* width: 180px; */
    width: 99%;
    font-weight: bolder;
    letter-spacing: 1.5px;
    height: 40px;
    background: #012134;
    color: #FFF;
    border: none;
    font-family: 'Noto Sans CJK TC';
    transition: all 0.2s ease-in-out;
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 29.34%, 100% 100%, 70.66% 100%, 10% 100%, 0% 70.66%, 0% 29.34%);
}


.section-product .custom-button:hover {
    background: #d01d1b;
}

.section-product .custom-button::after {
    content: '+';
    position: absolute;
    left: 25%;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.section-product .item {
    padding: 30px 15px 0px;
    cursor: pointer;
    background: #fff;
    border-radius: 40px 0 40px 0;
    border: 1px solid #eee;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}


.section-product .item .tag {
    position: absolute;
    top: 0px;
    left: 15px;
    width: 70px;
    height: 70px;
    background: #d01d1b;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
    .section-product .item {
        padding: 30px 30px 30px;
    }

    .section-product .item .tag {
        left: 30px;

    }
}

.section-product .item .text-item {
    height: 85px;
    position: relative;
}

    .section-product .item .text-item span {
    display: block;
    }
.section-product .item .text-item .capacity {
    color: #666;
}

.section-product .item .text-item .sale-price {
    color: #d01d1b;
    font-size: 18px;
}
.section-product .item .text-item .price.disabled {
    color: #ccc;
    text-decoration: line-through;
   
}
.section-product .item .text-item .price {
    color: #d01d1b;
}

.section-product .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    transition: all 0.2s ease-in-out;
}

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

.section-product .item h3,
.section-product .item h4 {
    font-size: 16px;
    color: #000;
    transition: all 0.2s ease-in-out;
    padding: 15px 0 4px;
    margin: 0;
    font-family: 'Noto Sans CJK TC';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section-product .item h4 {
    color: #aaa;
    padding: 0 0 25px 0;
}

@media (min-width: 1200px) {

    .section-product .item h3,
    .section-product .item h4 {
        font-size: 16px;
    }
}

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


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


/*.section-product .pagination .page-item .page-link {
    border-radius: 0;
    color: #323232;
    transition: all 0.2s ease-in-out;
}

.section-product .pagination .page-item .page-link:hover {
    text-decoration: underline;
}
*/
/*.section-product .pagination .page-item.active .page-link {
    background: #1967a5 !important;
    border-color: #1967a5;
    color: #fff;
}*/

/*.section-product .pagination li+li {
    margin-left: 15px;
}*/
.section-product .category-text-item h2 {
    font-size: 24px;
    color: #d01d1b;
}

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

/* --End product--------------- */
/* --Start product內容--------------- */
.section-product-content {
    padding: 40px 0;
}

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

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


.section-product-content .title-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #d01d1b;
    width: 45px;
    height: 25px;
}

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

/*.section-product-content .title-item h2::after {
    content: '';
    background-image: url('../img/footer/foot-icon.webp');
    background-size: 100% 100%;
    width: 25px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}*/

.section-product-content .owl-carousel {
    border: 1px solid #eee;
    position: relative;
}

.section-product-content .owl-carousel .item {}

.section-product-content .owl-carousel .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

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

.section-product-content .owl-carousel .owl-dots {
    display: flex;
    flex-direction: row;
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 50%;
    justify-content: center;
    transform: translateX(-50%);
}


.section-product-content .owl-carousel .owl-dots .owl-dot+.owl-dot {
    margin-left: 25px;
}

@media (min-width: 768px) {
    .section-product-content .owl-carousel .owl-dots {
        display: flex;
        flex-direction: column;
        width: 50px;
        top: 0;
        bottom: auto;
        left: -10px;
    }

    .section-product-content .owl-carousel .owl-dots .owl-dot+.owl-dot {
        margin-left: 0;
    }
}

.section-product-content .owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #aaa;
    display: inline-block;
    border-radius: 100%;
}

.section-product-content .owl-carousel .owl-dots .owl-dot.active span {
    background: #d01d1b;
}


.section-product-content .content-item p {
    color: #666;
}

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

.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: #d01d1b;
    text-decoration: underline;
}

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


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

.section-product-content .content-item .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border: 1px solid #eee;
}

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

.section-product-content .content-item .item h4 {
    /*text-align: center;*/
    font-size: 16px;
    color: #323232;
    transition: all 0.2s ease-in-out;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0;
}

.section-product-content .content-item .item:hover h4 {
    color: #d01d1b;
}

.section-product-content .content-item .data-item {
    list-style: none;
    padding-left: 0;
    padding: 30px 0 0;
}

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

.section-product-content .content-item .data-item .custom-button-item {}

.section-product-content .content-item .data-item .custom-button {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
    font-weight: bolder;
    font-family: 'Roboto';
    padding: 15px 10px;
    font-size: 18px;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-top: 30px;
    transition: all 0.2s ease-in-out;
    opacity: 0.9;
    background: linear-gradient(to right, #d01d1b, #d01d1b, #d01d1b, #d01d1b93, #d01d1b59);
}

@media (min-width: 768px) {
    .section-product-content .content-item .data-item .custom-button {
        width: 99%;
    }
}

@media (min-width: 1200px) {
    .section-product-content .content-item .data-item .custom-button {
        width: 300px;
    }
}

.section-product-content .content-item .data-item .custom-button:hover {
    opacity: 1;
}

.section-product-content .content-item .data-item .custom-button::after {
    content: '+';
    position: absolute;
    left: 15%;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
}

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

.swiper {
    width: 100%;
    /* height: 100%; */
}

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

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

.swiper {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
}

/*.swiper-slide {
    background-size: cover;
    background-position: center;
}*/

.mySwiper2 {
    width: 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;
}


.mySwiper {
    max-height: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}


.mySwiper2 .swiper-slide {
    /* border: 1px solid #aaa;
    border-radius: 0 0 50px 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); */
    padding: 50px;
}

.mySwiper .swiper-slide {
    width: auto;
    height: fit-content;
    opacity: 0.4;
    /* border: 1px solid #eee; */
    cursor: pointer;
}

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

.mySwiper .swiper-slide .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;

}

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

.mySwiper2 .swiper-slide {
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    background-color: #fff;
}

.mySwiper2 .swiper-slide .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    /*background: #eee;*/
    backdrop-filter: blur(5px);
    border-radius: 0 0 50px 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

.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 {
    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.price.disabled {
        font-size: 16px;
        text-decoration: line-through;
    }
    .section-page.product .side-content .item .text-item span.price {
        font-size: 18px;
        color: #c0392b;
    }

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

.section-page.product .product-content-item {
    padding: 0px 0 0 0;
    position: relative;
    z-index: 2;
}

.section-page.product .data-content-item {
    padding: 30px 0 90px;
    margin-top: 20px;
    border-top: 2px solid #a2a2a2;
    position: relative;
    z-index: 999;
}

.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 .price {
    color: #c0392b;
    font-size: 18px;
    font-family: 'Noto Sans TC', sans-serif, serif;
}

.section-page.product .product-content-item .data-item .price.disabled {
    font-size: 16px;
    color: #aaa;
    text-decoration: line-through;
}

.section-page.product .product-content-item .data-item .sale-price {
    color: #c0392b;
    font-size: 18px;
    font-family: 'Noto Sans TC', sans-serif, serif;
    padding-left: 10px;
    font-weight: bolder;
}

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

.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: 2px;
    font-size: 16px;
}

.section-page.product .product-content-item .data-item p span {}

.section-page.product .product-content-item .data-item .btn-add {
    background-color: #AD0003;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 25px 0 25px 0;
    transition: all 0.2s ease-in-out;
    border: none;
    cursor: pointer;
}

.section-page.product .product-content-item .data-item .btn-add.disabled {
    background-color: #6c757d;
    color: #fff;
    pointer-events: none;
    opacity: 0.65;
}

.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 .creator-item {
    /*border-top: 1px solid #ccc;
    padding-top: 30px;*/
}

.section-page.product .creator-item .creator-icon-item .title {
    margin-left: 10px;
    margin-bottom: 0;
    transition: all 0.2s ease-in-out;
}

.section-page.product .creator-item .creator-icon-item a {
    color: #212529;
    font-weight: bolder;
    /*margin-left: 20px;*/
    transition: all 0.2s ease-in-out;
}

.section-page.product .creator-item .creator-icon-item a:hover .title {
    color: #333;
}

.section-page.product .creator-item .pic-item {
    position: relative;
    width: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #a2a2a2;
}

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

.section-page.product .creator-item .creator-icon-item a {
    position: relative;
}

.section-page.product .creator-item .creator-icon-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    transition: all 0.2s ease-in-out;
}

.section-page.product .creator-item .creator-icon-item img:nth-of-type(2) {
    visibility: hidden;
    opacity: 0;
}

.section-page.product .creator-item .creator-icon-item img:nth-of-type(1) {
    visibility: visible;
    opacity: 1;
}

.section-page.product .creator-item .creator-icon-item a:hover {
    color: #333;
}

.section-page.product .creator-item .creator-icon-item a:hover img:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
}

.section-page.product .creator-item .creator-icon-item a:hover img:nth-of-type(1) {
    visibility: hidden;
    opacity: 0;
}

.section-page.product .creator-item .text-item {
    padding: 10px 0;
}

.section-page.product .creator-item .text-item .content {
    padding: 15px 0;
}
.section-page.product .ck-content img{
    width: 100%;
}
@media (min-width: 768px) {
    .section-page.product .ck-content img {
        width: auto;
    }
}    /* --End product內容--------------- */