.hero {
    height: 25vh;
    background: linear-gradient(rgba(0, 0, 0, 0.45),
            rgba(1, 7, 12, 0.85)),
        url("../img/list_shop_banner.jpg") center/cover no-repeat;
}

.products-header{
    padding-top: 14vh;
    padding-left: 5vw;
}

.product-swiper-slides{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.product-detail{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-detail-img{
    width: 30vw;
    padding-left: 5vw;
}
.product-detail-text{
    width: 50vw;
    padding-right: 5vw;
}
.product-detail-title{
    color: #09f;
    font-size: 0.52rem;
}
.product-detail-desc{
    color: #fff;
    font-size: 0.22rem;
}

.slide-inner-text1{
    font-size: 0.26rem;
    margin-bottom: 18px;
    font-weight: bold;
}
.slide-inner-text2{
    font-size: 0.18rem;
}

.slide-inner-content{
    right: 15vw;
}

.product-detail2{
    padding-top: 1.8rem;
    padding-bottom: 1rem;
    background-color: #fff;
}

.products-title2{
    top: 0.5rem;
}

.color-black{
    color: #000;
}

.products{
    background-image: url(/img/about_img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.product-detail-section{
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
    color: #000;
}

.product-detail-section-text1{
    font-size: 0.18rem;
    font-weight: bold;
}

.product-detail-section-text2{
    font-size: 0.18rem;
}