

@font-face {
    font-family: 'AcuminVariableConcept';
    src: url('../../font-awesome/fonts/AcuminVariableConcept.otf') format('woff'),
    url('../../font-awesome/fonts/AcuminVariableConcept.otf') format('woff2');
}

@font-face {
    font-family: 'Square721Bold';
    src: url('../../font-awesome/fonts/Square721 BT Bold.ttf') format('woff'),
    url('../../font-awesome/fonts/Square721 BT Bold.ttf') format('woff2');
}

@font-face {
    font-family: 'AdobeSongStdLight';
    src: url('../../font-awesome/fonts/AdobeSongStd-Light.otf') format('woff'),
    url('../../font-awesome/fonts/AdobeSongStd-Light.otf') format('woff2');
}


.breadcrumb{
    position: relative;
    padding-bottom: 2.7rem;
}
.breadcrumb::after{
    content: "";
    position: absolute;
    bottom: 0rem;
    left: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, white, #cecccc 30%, white);
}


.clothing_detail{
    padding: 6.5rem 8.9rem;
    margin-top: 17.9rem;
}

.breadcrumb ul{
    display: flex  ;
    gap: 8.2rem;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
}
.breadcrumb ul li{
    font-family: 'AcuminVariableConcept';
    /*font-size: 3.28rem;*/
    font-size: 2.5rem;
    color: #D7D7D7;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
    line-height: 1;
    font-weight: 400;
}
.breadcrumb ul li a{
    color: #D7D7D7;
}
.breadcrumb .current{
    color: #959595;
}
.breadcrumb ul li::after{
    content: '';
    position: absolute;
    right: -4rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 1rem;
    height: 1rem;
    border-style: solid;
    border-width: 0.15rem 0.15rem 0 0;
    border-color: #D7D7D7;
    transition: transform 0.3s ease;
}
.breadcrumb ul li:last-child::after {
    content: none; /* 最后一个 li 不显示分隔符 */
}
.content_clothing{
    margin-top: 5.4rem;
}
.top_clothing{
    /*display: flex;*/
    /*justify-content: flex-start;*/
}
/*.top_clothing_left,top_clothing_right{*/
/*    width: 50%;*/
/*}*/
#carouselExampleIndicators{
    width: 78.5rem;
    height: 78.5rem;
    margin-left: 0;
    cursor: pointer;
}
/*#carouselExampleIndicators .carousel-item,.swiper-slide{*/
/*    padding: 7rem 8.7rem;*/
/*    background-color: #f0f0ee;*/
/*}*/
#carouselExampleIndicators .swiper-slide{
    padding: 7rem 8.7rem;
    /*background-color: #f0f0ee;*/
    height: calc(100% - 4rem);
    background-color: #fafafa;
}
.carousel-control-prev-icon img,.carousel-control-next-icon img{
    height: 5.9rem;
    width: 5.9rem;

}
#carouselExampleIndicators .swiper-button-next:after,#carouselExampleIndicators .swiper-button-prev:after{
    display: none;
}

#carouselExampleIndicators .carousel-control-prev-icon{
    transform: scaleX(-1);
}
#carouselExampleIndicators .swiper-pagination-clickable .swiper-pagination-bullet{
    width: 10%;
    height: 0.3rem;
    border-radius: 2px;
}

#carouselExampleIndicators .swiper-pagination-bullet-active{
    background-color: red;
}
#carouselExampleIndicators .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper-button-next{
    right: var(--swiper-navigation-sides-offset, 3rem) !important;

}
.swiper-button-prev{
    left: var(--swiper-navigation-sides-offset, 3rem) !important;

}
.carousel-control-prev{
    left: 2.5rem;
}
.carousel-control-next{
    right: 2.5rem;
}
.carousel-control-next, .carousel-control-prev{
    width: 4.9rem;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 4.9rem;
    height: 4.9rem;
    background-image: none; !important;
}

.top_clothing_right  .product_titile{
    font-family: 'Square721Bold';
    font-weight: bold;
    /*font-size: 6.55rem;*/
    font-size: 4.55rem;
    color: #000000;
    line-height: 6.55rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
    margin-bottom: 6rem;
    display: block;

}
.top_clothing_right .attribute{
    font-family: 'AcuminVariableConcept';
    font-size: 2.85rem;
    color: #636363;
    line-height: 4.72rem;
    font-style: normal;
    text-transform: none;
    padding-left: 0;
    display: flex;
    gap: 2.5rem;
    align-items: center;
    margin-top: 2.1rem;
    line-height: 1;
    font-weight: 300;
    flex-direction: column;
    align-items: flex-start;
}
.top_clothing_right .attribute label{
    width: 14rem;
    text-align: left;
}
.top_clothing_right .attribute .size{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.7rem;
    cursor: pointer;
    max-width: 70%;
    flex-wrap: wrap;
}
.top_clothing_right .attribute .size span.active{
    background-color: #4d4d4d;
}
.top_clothing_right .attribute .size span{
    /*width: 13.8rem;*/
    height: 4.9rem;
    display: block;
    text-align: center;
    font-family: 'AcuminVariableConcept';
    font-size: 2.85rem;
    color: #FFFFFF;
    line-height: 5.4rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background-color: #ccc;
    border-radius: 1.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.top_clothing_right .attribute .designeds a{
    /*margin-left: 1rem;*/
    display: block;
    margin-top: 1rem;
    cursor: pointer;
    color: #636363;

}
.top_clothing_right .attribute .designeds a:hover{
    color: #ccc;
}
.top_clothing_right .attribute.download a{
    display: block;
    background-color: red;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 1rem;

}

.bottom_clothing{
    width: 100%;
    margin-top: 15.5rem;
}
.bottom_clothing .content_titie{
    font-family: 'AcuminVariableConcept';
    font-size: 4.91rem;
    color: #959595;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
    display: block;
    margin-bottom: 10.3rem;
    line-height: 1;
    padding-bottom: 4.5rem;
}

.bottom_clothing .content_titie::after{
    content: "";
    position: absolute;
    bottom: 0rem;
    left: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, white, #cecccc 50%, white);
}
.bottom_clothing  .colthing_content{
    font-family: 'AdobeSongStdLight';
    font-weight: 300;
    font-size: 2.1rem;
    color: #636363;
    line-height: 4.72rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.colthing_content-Left{
    width: 50%;
}
.colthing_content-Left span,.colthing_content-Left p{
    font-size: 2.1rem !important;
    font-family: 'AdobeSongStdLight'!important;
}
.colthing_content_right {
    width: 50%;
    height: max-content;
    /*background-color: #f0f0ee;*/
    display: flex;
    justify-content: center;
    align-items: center;

}
.colthing_content_right img{
    width: 90% !important;
    height: auto;
    object-fit: contain;

}
    /*.carousel-indicators [data-bs-target]{*/
/*    width: 12rem;*/
/*    background-color: #ccc;*/
/*}*/
/*.carousel-indicators .active {*/
/*    background-color: red !important;*/
/*}*/


.swiper-pagination {
    white-space: nowrap;      /* 不换行 */
    overflow-x: hidden;         /* 横向滚动 */

    scrollbar-width: none;    /* Firefox 隐藏滚动条 */
    width: 90% !important;
    left: 5% !important;
}







@media only screen and (max-width: 768px) {
    .breadcrumb{
        padding-bottom: 10rem;
        margin-top: 26rem;
        cursor: pointer;
    }
    .breadcrumb ul li{
        font-size: 7.28rem;
    }
    .breadcrumb ul li::after{
        width: 4rem;
        height: 4rem;
    }
    .breadcrumb::after{
        bottom: 3rem;
    }
    #carouselExampleIndicators{
        width: 100%;
        height: auto;
    }
    .carousel-control-next, .carousel-control-prev{
        display: none;
    }
    .top_clothing_right .product_titile{
        font-size: 12.31rem;
        line-height: 25.55rem;
    }
    .top_clothing_right .attribute {
        font-size: 7.85rem;
        line-height: 14rem;
        gap: 4.5rem;
    }
    .top_clothing_right .attribute label{
        width: auto;
    }
    .top_clothing_right .attribute .size span {
        width: 31.8rem;
        height: 9.9rem;
        font-size: 6rem;
        line-height: 10.4rem;
    }
    .bottom_clothing .content_titie {
        font-size: 12.91rem;
        margin-bottom: 16.3rem;
        line-height: 23rem;
        padding-bottom: 3.5rem;
    }
    .bottom_clothing .colthing_content {
        font-size: 7.1rem;
        line-height: 11.72rem;
    }
    .bottom_clothing .colthing_content img{
        max-width: 100%;
        height: auto !important;
    }
    .bottom_clothing {
        margin-top: 37.5rem;
        padding-bottom: 35rem;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
        width: 10rem;
        height: 10rem;
    }
}

