.product-specs-section {
    padding: 0 15px;
    background-color: #fff;
    text-align: center;
}

.specs-box {
    background-color: #F9F8F8;
    padding: 25px 20px;
    border-radius: 12px;
    text-align: left;
    margin-bottom: 30px;
}

.specs-title {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
}

.specs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.specs-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}

.specs-item:last-child {
    margin-bottom: 0;
}

.specs-bullet {
    margin-right: 10px;
    font-size: 10px;
    line-height: 1.8;
    color: #555;
}

.specs-content strong {
    display: block;
    color: #000;
    font-weight: 700;
    margin-bottom: 4px;
}

.specs-content{
    font-size: 16px;
    font-weight: 900;
}

.specs-image-wrapper {
    margin-bottom: 30px;
}

.specs-img {
    max-width: 100%;
    width: 250px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.bottom-love-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    color: #000;
    margin: 0 auto;
    max-width: 350px;
}

@media (max-width: 800px) {
    .product-specs-section {
        padding: 0 15px;
        background-color: #fff;
        text-align: center;
    }

    .specs-title {
        font-size: 24px;
    }

    .specs-content strong {
        font-size: 16px;
        font-weight: normal;
    }

    .specs-content{
        font-size: 18px;
        font-weight: 900;
    }
}