/* --Start banner--------------- */
.section-banner {
    position: relative;
    background: url(../img/category/2.webp) no-repeat left center/ cover scroll;
    height: calc(45vh - 54px);
    margin-top: 55px;
}

.section-banner .center-item {
    width: 100%;
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
}

.section-banner .title-item {}


.section-banner .title-item h2 {
    font-size: 30px;
    font-family: 'BOLDNINE';
    color: #541b86;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.section-banner .title-item p {
    font-size: 14px;
    font-family: Lorin;
    font-style: italic;
    color: #000;
}

@media (min-width: 992px) {
    .section-banner .title-item h2 {
        font-size: 40px;
    }

    .section-banner .title-item p {
        font-size: 16px;
    }

    .section-banner .center-item {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .section-banner {
        background: url(../img/category/2.webp) no-repeat center center/ cover scroll;
        height: calc(70vh - 94px);
        margin-top: 94px;
    }

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

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

/* --Start menu--------------- */
.section-menu {
    background: radial-gradient(circle at center, #6c419b, #3e1d64, #3f1b61);
}

.section-menu .category-link-item {
    text-align: center;
}

.section-menu .category-link-item .line-item {
    border: 1px solid #ffffff33;

}

.section-menu .category-link-item a {
    font-size: 14px;
    padding: 10px 0px;
    height: 100%;
    background: transparent;
    font-family: 'Metropolis-M';
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.section-menu .category-link-item a.active {
    background: #344655;
}

.section-menu .category-link-item a:hover {
    background: #ffffff11;
}

@media (min-width: 992px) {

    .section-menu .category-link-item a {
        padding: 20px 0px;
        font-size: 16px;
        border-top: none;
        border-bottom: none;
    }

    .section-menu .category-link-item a+a {
        border-left: none;
    }
}


/* --End menu--------------- */
/* --Start breadcrumb--------------- */
.section-breadcrumb .breadcrumb {
    /* justify-content: s; */
    margin: 10px 0;
    font-family: 'Metropolis-M';
    font-size: 14px;
}

    .section-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #333;
    }

    .section-breadcrumb .breadcrumb .breadcrumb-item a {
        color: #333;
        transition: all 0.2s ease-in-out;
    }

        .section-breadcrumb .breadcrumb .breadcrumb-item a:hover {
            color: #666;
        }

    .section-breadcrumb .breadcrumb .breadcrumb-item.active {
        color: #888;
        font-weight: bolder;
    }
/* --End breadcrumb--------------- */

/* --Start text--------------- */
.section-product-category-text {
    background: #e9e9e9;
    padding: 40px 0;
}

.section-product-category-text p {
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Metropolis-M';
    color: #333;
    font-style: italic;
}

@media (min-width: 992px) {
    .section-product-category-text {
        padding: 60px 0;
    }

    .section-product-category-text p {
        font-size: 18px;

    }
}

/* --End text--------------- */

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

.section-product {
    background: #fff;
}


.section-product .side-bar {
    padding: 70px 0 20px 20px;
    position: relative;
}

.section-product .side-bar::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    background: #cbb9d4;
    top: 70px;
    left: 0;
}

.section-product .side-bar form {}

.section-product .side-bar form .form-control {
    border-radius: 50px !important;
    border-color: #535353;
}

.section-product .side-bar form .input-group {
    position: relative;
}

.section-product .side-bar form .btn-search {
    border-radius: 50% !important;
    background: #535353;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}


.section-product .side-bar .side-title h2 {
    font-size: 20px;
    font-family: 'Lorin';
    font-weight: bolder;
    color: #541b86;
    padding: 30px 0;
    margin-bottom: 0;
}



.section-product .side-bar .side-title h3 {
    font-size: 30px;
    color: #343D4C;
}

.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 a {
    display: inline-block;
    text-decoration: none;
    color: #5d5d5d;
    position: relative;
    font-size: 16px;
    padding-bottom: 10px;
    transition: all 0.3s ease;
    display: block;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
}


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

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

@media (min-width: 1400px) {

    .section-product .side-bar .side-title h2 {
        font-size: 24px;
    }

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

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

.section-product .side-bar .side-content .side-dropdown.active>a {
    color: #541b86;
    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;
}


.section-product .item {
    cursor: pointer;
    background: #fff;
    border-radius: 25px 0 25px 0;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
    position: relative;
    height: 100%;
}

.section-product .item .text-item {
    position: static;
    bottom: 0;
    width: 100%;
}



.section-product .item .text-item .arrow-item {}

/* .section-product .item .text-item .arrow-item:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
    width: 30%;
    height: 1px;
    transition: all 0.2s ease-in-out;
    background: #541b86;
    opacity: 1;
    display: none;
}

@media (min-width: 1200px) {
    .section-product .item .text-item .arrow-item:after {
        display: block;
    }
} */

.section-product .item .text-item .arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    background: #541b86;
    color: #fff;
    border: 2px solid #541b86;
    display: none;

}

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

    .section-product .item .text-item {
        position: absolute;
    }

    .section-product .item .text-item .arrow {
        display: flex;
    }
}

.section-product .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 90%;
    overflow: hidden;
    transition: all 0.2s ease-in-out;

}

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

.section-product .item:hover {
    transform: translateY(-10px);
}

.section-product .item:hover .arrow {
    background: #fff;
    color: #541b86;
}

.section-product .item:hover .pic-item img {
    transform: scale(1.05);
}

.section-product .item .text-item {
    width: 100%;
    padding: 15px;
}

.section-product .item .text-item h2 {
    font-size: 16px;
    color: #541b86;
    transition: all 0.2s ease-in-out;
    margin: 0;
    font-family: 'Metropolis-M';
    text-transform: uppercase;
    font-weight: bolder;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (min-width: 1200px) {

    .section-product .item .text-item h2 {
        /* padding: 15px 15px; */
        padding-right: 50px;
        font-size: 18px;
    }
}

.section-product .item:hover h2 {
    color: #888;
}




.section-product .pagination .page-item .page-link {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #323232;
    transition: all 0.2s ease-in-out;
}


.section-product .pagination .page-item.active .page-link {
    background: #541b86 !important;
    border-color: #541b86;
    color: #fff;
}

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

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

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

.section-product .detail-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

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

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

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

    .section-product .detail-item .text-item h2 {
        font-size: 16px;
        color: #5d5d5d;
        font-family: 'Metropolis-M';
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.section-product .detail-item .text-item h3 {
    font-size: 15px;
    color: #888;
    font-family: 'Metropolis-M';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.section-product .detail-item .btn-view {
    font-size: 14px;
    border: 2px solid #aaa;
    width: 100%;
    transition: all 0.2s ease-in-out;
    color: #5d5d5d;
}

.section-product .detail-item a:hover .btn-view {
    background: #541b86;
    border: 2px solid #541b86;
    color: #fff;
}

@media (min-width: 992px) {
    .section-product .detail-item .text-item h2 {
        font-size: 18px;
    }

    .section-product .detail-item .text-item h3 {
        font-size: 16px;
    }
}

/* --End product--------------- */
/* --Start product內容--------------- */
.section-product-content {
    padding: 40px 0;
}
    
        .section-product-content .btn-add {
        display: block;
        background: #541b86;
        color: #fff;
        width: 100%;
        border-radius: 0;
        transition: all 0.2s ease-in-out;
        padding: 15px 0 ;
    }
        .section-product-content .btn-add:hover {
            background: #c4c4c4;
        }
        @media (min-width: 1200px) {
            .section-product-content {
                padding: 50px 0 100px 0;
            }
        }

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

            .section-product-content .title-item::after {
                content: '';
                position: absolute;
                left: 0;
                bottom: -2px;
                background: #541b86;
                width: 60px;
                height: 4px;
            }

.section-product-content .title-item h2 {
    font-size: 24px;
    color: #323232;
    position: relative;
    padding-bottom: 10px;
    padding-top: 5px;
}
.section-product-content .text-oem {
    font-size: 18px;
    color: #666;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0;
}
.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: 5px;
}

@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: #541b86;
}


.section-product-content .content-item p {
    color: #666;
    font-size: 18px;
    padding-top: 10px;
}
.section-product-content .content-item ul {
    list-style: none;
    padding-left: 0;
}
.section-product-content .content-item ul li {
    color: #888;
}
    .section-product-content .content-item ul li + li {
        margin-top: 5px;
    }
    .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: #541b86;
    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: left;
        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;
    }

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

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

.section-product-content .content-item .data-item p{
    margin-bottom: 0;
}

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

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