.woo-products-loop-inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.category-has-products ul.products {
	width: 80%;
}
.woo-products-sidebar {
	width: 20%;
	padding-top: 70px;
}
.woo-products-sidebar .wpc-term-image-wrapper {
	display: none;
}
.wpc-filter-terms-count-0:not(.wpc-filter-layout-range) {
	display: none;
}
.wpc-filter-title {
	color: #39c2e2;
	font-weight: bold;
}
.filters-title {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
}
.filters-widget-content {
	display: block;
}
@media (max-width: 767px) {
	.woo-products-sidebar {
		width: 100%;
	}
	.category-has-products ul.products {
		width: 100%;
	}
	.filters-title {
		cursor: pointer;
		user-select: none;
		position: relative;
		padding-right: 30px;
	}
	.filters-title::after {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid currentColor;
		transition: transform 0.3s ease;
	}
	.filters-title.active::after {
		transform: translateY(-50%) rotate(180deg);
	}
	.filters-widget-content {
		display: none;
	}
	.filters-widget-content.active {
		display: block;
	}
}

/* Delivery Days Feature */
.dogo-delivery-days-wrapper {
	margin-top: 10px;
}

.dogo-delivery-days-button-wrapper {
	margin-top: 10px;
}

.dogo-check-delivery-days-btn {
	background: none;
	border: none;
	color: #39c2e2;
	text-decoration: underline;
	cursor: pointer;
	padding: 0;
	font-size: 14px;
	transition: color 0.3s ease;
}

.dogo-check-delivery-days-btn:hover {
	color: #115f71;
	text-decoration: none;
}

.dogo-check-delivery-days-btn:disabled {
	color: #999;
	cursor: not-allowed;
	text-decoration: none;
}

.dogo-delivery-days-display {
	margin-top: 10px;
	padding: 15px;
	background: #f5f5f5;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.dogo-delivery-days-content h4 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #191d40;
}

.dogo-delivery-days-content p {
	margin: 5px 0;
	line-height: 1.5;
}

.dogo-delivery-days-content p:last-child {
	margin-bottom: 0;
}