/*
 Theme Name:   OceanWP Child - Bijoux Le Areve
 Theme URI:    https://bijoux-leareve.com
 Description:  Theme enfant OceanWP pour Bijoux Le Areve
 Author:       Bijoux Le Areve
 Author URI:   https://bijoux-leareve.com
 Template:     oceanwp
 Version:      1.0.0
 Text Domain:  oceanwp-child
*/

/* Custom styles for product filters */
.products-filters-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.products-filters-container > span {
    font-weight: 600;
}

.products-filters {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
}

.products-filters li a {
    display: inline-block;
    padding: 8px 16px;
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.products-filters li a:hover {
    background: #333;
    color: #fff;
}

.products-filters-container > a {
    color: #999;
    text-decoration: underline;
    font-size: 14px;
}

/* Term description read more */
.term-description.read-more {
    max-height: 4.5em;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.term-description.read-more.full-height {
    max-height: none;
}

.read-more-btn-container {
    margin-top: 10px;
}

.read-more-btn {
    background: none;
    border: none;
    color: #0073aa;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
}

.read-more-btn:hover {
    color: #005177;
}

/* Term description moved below products */
.term-description-bottom {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.term-description-bottom h1 {
    margin-bottom: 20px;
}

.term-description-bottom p {
    margin-bottom: 15px;
}
