.subcategory-wrapper {
    margin-top: 20px;
}

.subcategory-parent-title {
    font-size: 24px;
    font-weight: 700;
    margin: 35px 0 15px;
}

.subcategory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.subcategory-item {
    text-align: center;
}

/* Thumbnail as background, not <img> */
.subcategory-thumb {
    width: 180px;
    height: 270px;
    border-radius: 8px;
    border: 1px solid #ccc;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
}

.subcategory-title {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
}

.thematic-filter-form {
    margin: 15px 0 25px;
}

.thematic-filter-form select {
    padding: 6px 8px;
    font-size: 15px;
}

/* Custom Thematic Categories Make filter identical to Magento layered navigation */
.block.filter {
    border: 1px solid #dcdcdc;
    padding: 0;
    margin-bottom: 25px;
}

.filter-title {
    padding: 10px 15px;
    background: #f5f5f5;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.filter-options-title {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.filter-options-content {
    padding: 10px 15px;
}

.filter-options-item {
    margin-bottom: 10px;
}

/* Select box Magento styling */
.block.filter .select {
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}


