.faq-section {
    max-width: 800px;
    margin: auto;
    padding: 40px 20px;
}

.faq-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-question {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 16px 20px;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
    gap: 10px;
}

.faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
    background: #fafafa;
}

.faq-answer p {
    padding: 0 20px 20px;
    margin: 0;
    line-height: 1.6;
}

.wellness {
    font-size: 14px;
}

.product-category p {
    margin: 0px;

}

.product-card {
    padding: 25px;
    border-radius: 12px;
}

.product-card img {
    max-height: 300px;
    object-fit: none;
}
.list{
    font-size: 14px;
}

.faq-title{
    text-align: center;
    margin-bottom: 20px;
}