 @media (max-width: 765px) {
     .middle-shipping,.middle-secure,.middle-return,.middle-privacy{
         display: flex;
         padding: 5px 0 5px 0;
         font-size: 8px;
         font-weight: 200;
         text-align: center;
     }
}
/* 基本布局 */
.category-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 10px;
}

.category-list a {
    font-family: "Merriweather", serif;
    text-decoration: none;
    color: #000;
}



/* 响应式设计 */
@media (max-width: 768px) {
    .product-categories {
        width: 25%;
        padding-left: 50px;
        padding-right: 20px;
    }
    .product-categories, .products {
        width: 100%;
        padding: 0;
    }
    .category-list{
        display: flex;
        li{
            padding-left: 20px;
        }
    }
    .product-page-wrapper {
        justify-content: space-between;
        padding: 5px;
    }
    .product-list{
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .products {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; /* 对齐方式 */
    }
    .product-image{
        width: 100%;
        height: auto;
        border-radius: 5px;
    }
    .product-a{
        text-align: center;
        text-decoration: none;
        display: block;
        span{
            font-family: "Merriweather", serif;
            line-height: 20px;
            font-size: 16px;
            font-weight: 600;
            width: 100%;
            color: #000;
        }
        button{
            width: 80%;
            font-size: 14px;
            margin-left: 10%;
            padding-top: 5px;
            padding-bottom: 5px;
        }
    }
    .product-a >.product-price{
        font-family: "Merriweather", serif;
        font-size: 18px;
        font-weight: 400;
        color: #000;
        ins{
            text-decoration: none;
        }
    }
    .product-item{
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 15px;
        width: 49%;
    }
}
@media (min-width: 768px) {

    .product-categories {
        padding-left: 50px;
        padding-right: 40px;
    }
    .product-page-wrapper {
        background-color: #ffffff;
        display: flex;
        padding: 20px;
    }
    .product-list{
        background-color: #ffffff;
        padding-left: 70px;
        padding-top: 10px;
        font-size: 14px;
    }
    .products {
        width: 80%;
        display: flex;
        flex-wrap: wrap;
    }
    .product-image{
        width: 300px;
        height: 300px;
        border-radius: 10px;
    }
    .product-a{
        text-align: center;
        padding-top: 10px;
        display: block;
        width: 300px;
        text-decoration: none;
        span{
            font-family: "Merriweather", serif;
            font-size: 18px;
            font-weight: 400;
            color: #000;
        }
        button{
            width: 80%;
            font-size: 18px;
            margin-left: 10%;
            padding-top: 5px;
            padding-bottom: 5px;
            border-radius: 5px;
            border: 1.5px solid #000;
        }
        button:hover{
            background-color: #629662;
        }
    }

.product-item{
    padding-left: 15px;
    padding-right: 15px;
}
}

.product-price{
    ins{
        text-decoration: none;
    }
}
.product-rating {
    display: flex;
    align-items: center;
    margin-top: 5px;
}



.star-rating {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 20px;
    background-size: 20px 20px;
    position: relative;
    overflow: hidden;
}

.star-rating::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg t="1741945469624" class="icon" viewBox="0 0 1026 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5409" width="200" height="200"><path d="M559.826357 38.096844l114.290533 234.930541c6.349474 19.048422 25.397896 31.74737 44.446319 31.74737l247.629488 38.096844c50.795792 6.349474 69.844215 69.844215 31.74737 107.941059L820.154794 634.947406c-12.698948 12.698948-19.048422 31.74737-19.048422 57.145267l44.446318 260.328436c6.349474 50.795792-44.446318 88.892637-82.543163 63.494741l-222.231592-120.640008c-19.048422-6.349474-38.096844-6.349474-57.145266 0L261.401076 1015.91585c-44.446318 25.397896-95.242111-12.698948-82.543162-63.494741l44.446318-260.328436c6.349474-19.048422 0-38.096844-19.048422-57.145267L20.121062 444.463184c-38.096844-31.74737-19.048422-95.242111 31.74737-101.591585l247.629489-38.096844c19.048422 0 38.096844-12.698948 44.446318-31.74737L458.234772 38.096844c19.048422-50.795792 82.543163-50.795792 101.591585 0z m0 0" fill="%2300796b" p-id="5410"></path></svg>') repeat-x;    background-size: 20px 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.product-review{
    width: 100%;
    display: flex;
    justify-content: center;
}
.product-rating {
    display: flex;
    align-items: center;
    width: 100px;
    margin-top: 5px;
}
.middle-container{
    width: 100%;
    background-color: #939393;
    justify-content: center;
    align-items: center;
    display: flex;
}
.product-description-container{
    background-color: #939393;
    display: flex;
}

 @media (min-width: 765px) {
     .middle-shipping,.middle-secure,.middle-return,.middle-privacy{
         display: flex;
         padding: 5px 90px 10px 90px;
         font-size: 12px;
         font-weight: 200;
         text-align: center;
     }
 }
