/* pour les sous categories */
.wc-subcats-grid {
    display: grid;
	margin: 8px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
}

.wc-subcat-thumb {
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.wc-subcat-thumb-img {
    width: 100%;
    height: 90px; /* rectangle horizontal */
    background-size: cover;
    background-position: center;
    border-radius: 0px;
}

.wc-subcat-thumb-title {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.00rem;
    font-weight: 600;
    color: #343a40 !important;       /* texte noir forcé */
	margin-top: 8px;
}
