.anabelis-fc {
	width: 100%;
	max-width: none;
	background-color: #ffffff;
	color: #111111;
	font-family: 'Satoshi', 'Santoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	overflow-x: visible;
	box-sizing: border-box;
	--anabelis-fc-gutter-x: 36px;
	--anabelis-fc-image-max-w: 224px;
	--anabelis-fc-image-max-h: 272px;
	--anabelis-fc-image-wrap-min-h: 256px;
}

.anabelis-fc__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 32px;
	padding-left: var(--anabelis-fc-gutter-x);
	padding-right: var(--anabelis-fc-gutter-x);
	box-sizing: border-box;
}

.anabelis-fc__title {
	margin: 0;
	font-size: clamp(28px, 2.4vw, 36px);
	font-weight: 700;
	line-height: 1.2;
	color: #111111;
	font-family: inherit;
}

.anabelis-fc__actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
}

.anabelis-fc__nav {
	display: flex;
	align-items: center;
	gap: 10px;
}

.anabelis-fc .anabelis-fc__nav-btn {
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	border: 0;
	border-radius: 50% !important;
	background-color: #f5f5f5;
	color: #111111;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.2s ease, opacity 0.2s ease;
	padding: 0;
	box-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
	line-height: 1;
	overflow: visible;
}

.anabelis-fc .anabelis-fc__nav-btn svg {
	display: block;
	width: 10px;
	height: 16px;
	flex-shrink: 0;
	pointer-events: none;
}

.anabelis-fc .anabelis-fc__nav-btn svg path {
	stroke: currentColor;
}

.anabelis-fc .anabelis-fc__nav-btn:hover:not(:disabled) {
	background-color: #ececec;
	color: #111111;
}

.anabelis-fc .anabelis-fc__nav-btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.anabelis-fc__view-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 24px;
	background-color: #1a1a1a;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	border-radius: 0;
	transition: background-color 0.2s ease;
	white-space: nowrap;
	font-family: inherit;
}

.anabelis-fc__view-all:hover {
	background-color: #000000;
	color: #ffffff;
}

.anabelis-fc__empty {
	padding: 32px var(--anabelis-fc-gutter-x);
	font-size: 15px;
	line-height: 1.6;
	color: #666666;
	font-family: inherit;
	box-sizing: border-box;
}

.anabelis-fc__viewport {
	overflow: hidden;
	width: 100%;
}

.anabelis-fc__grid {
	display: flex;
	border-bottom: 1px solid #e5e5e5;
	transition: transform 0.35s ease;
	will-change: transform;
}

.anabelis-fc__item {
	flex: 0 0 33.3333%;
	min-width: 33.3333%;
	display: flex;
	flex-direction: column;
	min-height: 384px;
	padding: 28px var(--anabelis-fc-gutter-x) 32px;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	position: relative;
	background-color: #ffffff;
}

.anabelis-fc__item:last-child {
	border-right: 0;
}

.anabelis-fc__name {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #111111;
	margin-bottom: 20px;
	font-family: inherit;
}

.anabelis-fc__image {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: #ffffff;
	min-height: var(--anabelis-fc-image-wrap-min-h, 256px);
	isolation: isolate;
}

/* Shop grid uses shop-archive.css; carousel widgets use 80% product image scale. */
.anabelis-fc:not(.anabelis-fc--shop-grid) .anabelis-fc__image img,
.anabelis-fc:not(.anabelis-fc--shop-grid) .anabelis-fc__image .anabelis-fc__product-image {
	display: block;
	width: auto;
	height: auto;
	max-width: min(100%, var(--anabelis-fc-image-max-w, 224px)) !important;
	max-height: var(--anabelis-fc-image-max-h, 272px) !important;
	object-fit: contain;
	object-position: center;
	background: #ffffff !important;
	background-color: #ffffff !important;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	mix-blend-mode: normal;
	vertical-align: middle;
}

.anabelis-fc__item::before,
.anabelis-fc__item::after,
.anabelis-fc__image::before,
.anabelis-fc__image::after {
	content: none !important;
	display: none !important;
}

.anabelis-fc__price {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	color: #c5a059;
	margin-top: auto;
	padding-top: 12px;
	font-family: inherit;
}

.anabelis-fc__price .amount {
	color: inherit;
	font-weight: inherit;
}

.anabelis-fc__price del {
	opacity: 0.55;
}

/* Override Woodmart / WooCommerce product image effects inside this block. */
.anabelis-fc .wd-product-card,
.anabelis-fc .product-image-link,
.anabelis-fc .product-element-top,
.anabelis-fc img {
	box-shadow: none !important;
	filter: none !important;
}

@media (max-width: 991px) {
	.anabelis-fc {
		--anabelis-fc-gutter-x: 32px;
	}

	.anabelis-fc__header {
		margin-bottom: 24px;
	}

	.anabelis-fc__item {
		flex: 0 0 50%;
		min-width: 50%;
		min-height: 336px;
	}

	.anabelis-fc:not(.anabelis-fc--shop-grid) .anabelis-fc__image {
		min-height: 208px;
	}

	.anabelis-fc__header {
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	.anabelis-fc {
		--anabelis-fc-gutter-x: 24px;
	}

	.anabelis-fc__header {
		gap: 16px;
	}

	.anabelis-fc__title {
		width: 100%;
	}
	.anabelis-fc__item {
		flex: 0 0 50%;
		min-width: 50%;
		min-height: 304px;
		padding-top: 20px;
		padding-bottom: 24px;
	}

	.anabelis-fc:not(.anabelis-fc--shop-grid) .anabelis-fc__image {
		min-height: 176px;
	}

	.anabelis-fc:not(.anabelis-fc--shop-grid) .anabelis-fc__image img,
	.anabelis-fc:not(.anabelis-fc--shop-grid) .anabelis-fc__image .anabelis-fc__product-image {
		max-width: min(100%, 176px) !important;
		max-height: 208px !important;
	}

	.anabelis-fc__actions {
		width: 100%;
		justify-content: space-between;
	}

	.anabelis-fc__view-all {
		padding: 10px 18px;
		font-size: 14px;
	}
}
