.filter-products-tion {
	 padding: 20px 0px 35px 0;
}
 .filter-products-tion .breadcrumb {
	 color: #666;
	 font-size: 14px;
	 margin-bottom: 20px;
}
 .filter-products-tion .breadcrumb a {
	 color: #666;
	 text-decoration: none;
}
 .filter-products-tion .breadcrumb a:hover {
	 color: #333;
}
 .filter-products-tion .title {
	 font-size: 24px;
	 font-weight: 600;
	 color: #666;
	 margin-bottom: 15px;
	 text-transform: uppercase;
	 letter-spacing: 1px;
}
 .filter-products-tion .filter-section {
	 margin-bottom: 20px;
	 display: flex;
	 align-items: center;
	 gap: 0px 20px;
}
 .filter-products-tion .filter-label {
	 font-weight: 500;
	 color: #333;
	 margin-bottom: 0px;
	 font-size: 16px;
}
 .filter-products-tion .filter-buttons {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 10px;
	 align-items: center;
}
 .filter-products-tion .filter-button {
	 padding: 5px 13px;
	 border: 1px solid #80b93f;
	 background-color: #fff;
	 color: #666;
	 border-radius: 20px;
	 cursor: pointer;
	 font-size: 13px;
	 transition: all 0.3s ease;
	 position: relative;
}
 .filter-products-tion .filter-button:hover {
	 background-color: #f5f5f5;
	 border-color: #ccc;
}
 .filter-products-tion .filter-button.active {
	 background-color: #80b93f;
	 color: #fff;
	 border-color: #80b93f;
}
 .filter-products-tion .filter-button .close {
	 margin-left: 8px;
	 font-size: 16px;
	 line-height: 1;
}
 .filter-products-tion .see-more {
	 padding: 8px 16px;
	 background-color: #666;
	 color: #fff;
	 border: none;
	 border-radius: 20px;
	 cursor: pointer;
	 font-size: 14px;
	 transition: all 0.3s ease;
}
 .filter-products-tion .see-more:hover {
	 background-color: #555;
}
 .filter-products-tion .see-more::after {
	 content: " →";
	 margin-left: 5px;
}
 .filter-products-tion .divider {
	 border-bottom: 1px solid #e0e0e0;
	 margin: 10px 0;
}
 .filter-products-tion .sort-section {
	 margin-top: 15px;
	 display: flex;
	 align-items: center;
	 gap: 0px 15px;
}
 .filter-products-tion .sort-label {
	 font-weight: 500;
	 color: #333;
	 margin-bottom: 0px;
	 font-size: 16px;
}
 button.filter-button .close {
    display: none;
}

button.filter-button.active .close {
    display: block;
}
.pagination {
	margin-top: 20px;
}