/**
 * Fatbikes.be Light Theme - Taxons/Product Listing Styles
 */

/* Import product card styles since taxon pages display products */
@import 'product.css';

.fb-taxon-title {
    width: 100%;
    margin: 20px 0;
}

.fb-taxon-title__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.fb-taxon-title__text {
    font-size: 33px;
    font-weight: 800;
    text-align: center;
    margin: 0;
}

.fb-taxon-description {
    text-align: center;
    margin: 15px 0 0 0;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}