.grouped-product-filters {
margin-bottom: 30px;
padding: 20px;
background: #f7f7f7;
border-radius: 10px;
}
.grouped-product-filters .filter-group {
margin-bottom: 10px;
}
.grouped-product-filters h4 {
margin-top: 0;
margin-bottom: 5px;
font-size: 16px;
font-weight: 600;
}
.grouped-product-filters-title {
font-weight: bold;
font-size:1.25em;
margin-bottom: 15px;
}
.filter-options {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.filter-options li {
margin-right: 15px;
margin-bottom: 8px;
}
.filter-options label {
display: flex;
align-items: center;
cursor: pointer;
}
.filter-options input[type="checkbox"] {
margin-right: 5px;
}
.grouped-product-filters.loading {
opacity: 0.5;
pointer-events: none;
}
.reset-filters {
background: #ebe9eb;
color: #515151;
border: 0;
border-radius: 3px;
padding: 8px 15px;
cursor: pointer;
font-size: 14px;
margin-top: 10px;
}
.reset-filters:hover {
background: #dad8da;
}
.no-products-found {
padding: 15px;
background: #f8d7da;
color: #721c24;
border-radius: 4px;
margin-top: 15px;
} .color-swatch {
display: inline-block;
width: 24px;
height: 24px;
border-radius: 50%;
margin-right: 5px;
border: 1px solid #ddd;
}