
.kimone-product-section {
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.section-title {
    font-size: 24px;
    color: #2c5aa0;
    margin: 30px 0 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.spec-table-container {
    overflow-x: auto;
    margin: 20px 0;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.spec-table th, .spec-table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
}

.spec-table th {
    background-color: #f8f8f8;
    font-weight: bold;
    width: 25%;
}

.spec-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.product-image {
    text-align: center;
    margin: 25px 0;
}

.product-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.product-description {
    font-size: 18px;
    margin: 15px 0;
    line-height: 1.7;
}

.feature-list {
    font-size: 18px;
    margin: 15px 0;
    padding-left: 20px;
}

.feature-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .kimone-product-section {
        padding: 15px;
    }
    
    .section-title {
        font-size: 20px;
    }
    
    .spec-table th, .spec-table td {
        padding: 8px 10px;
        font-size: 16px;
    }
    
    .product-description, .feature-list {
        font-size: 16px;
    }
}
