/* ==========================================================================
   Empty product listings — shop, archives, filters
   ========================================================================== */

.woocommerce-no-products-found {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}

.woocommerce-no-products-found .woocommerce-info,
.woocommerce-no-products-found .woocommerce-message,
.woocommerce-no-products-found .woocommerce-notice {
	display: none !important;
}

.ng-farmley-empty-products {
	width: 100% !important;
	max-width: 100% !important;
	grid-column: 1 / -1 !important;
	margin: 8px 0 24px;
}

.qodef-woo-product-list > ul.qodef-grid-inner > .ng-farmley-empty-products,
.qodef-woo-product-list > ul.products > .ng-farmley-empty-products {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ng-farmley-empty-products__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 48px 32px 44px;
	border-radius: 20px;
	background: linear-gradient(180deg, #fcf4eb 0%, #fff 100%);
	border: 1px solid rgba(12, 83, 61, 0.08);
	box-shadow: 0 10px 32px rgba(12, 83, 61, 0.08);
}

.ng-farmley-empty-products__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: rgba(12, 83, 61, 0.06);
	color: #0c533d;
}

.ng-farmley-empty-products__title {
	margin: 0 0 10px;
	font-family: "Manrope", sans-serif;
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 800;
	line-height: 1.2;
	color: #0c533d;
}

.ng-farmley-empty-products__text {
	margin: 0 auto 24px;
	max-width: 34rem;
	font-family: "Manrope", sans-serif;
	font-size: 15px;
	line-height: 1.55;
	color: #8b7d6b;
}

.ng-farmley-empty-products__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.ng-farmley-empty-products__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 24px;
	border-radius: 999px;
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.ng-farmley-empty-products__btn--primary {
	background: #0c533d;
	color: #fff;
	border: 1px solid #0c533d;
	box-shadow: 0 4px 14px rgba(12, 83, 61, 0.22);
}

.ng-farmley-empty-products__btn--primary:hover,
.ng-farmley-empty-products__btn--primary:focus {
	background: #094432;
	border-color: #094432;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(12, 83, 61, 0.28);
}

.ng-farmley-empty-products__btn--ghost {
	background: transparent;
	color: #0c533d;
	border: 1.5px solid rgba(12, 83, 61, 0.28);
}

.ng-farmley-empty-products__btn--ghost:hover,
.ng-farmley-empty-products__btn--ghost:focus {
	background: rgba(12, 83, 61, 0.06);
	border-color: #0c533d;
	color: #0c533d;
	transform: translateY(-1px);
}

.ng-farmley-empty-products__hint {
	margin: 18px 0 0;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

.ng-farmley-empty-products__link {
	color: #b99531;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ng-farmley-empty-products__link:hover,
.ng-farmley-empty-products__link:focus {
	color: #0c533d;
}

#qodef-woo-page .woocommerce-no-products-found {
	margin-top: 12px;
}

@media (max-width: 680px) {
	.ng-farmley-empty-products__card {
		padding: 36px 20px 32px;
		border-radius: 16px;
	}

	.ng-farmley-empty-products__actions {
		flex-direction: column;
		width: 100%;
	}

	.ng-farmley-empty-products__btn {
		width: 100%;
		max-width: 280px;
	}
}
