.fm-featured-products,
.fm-featured-products * {
	box-sizing: border-box;
}

.fm-featured-products {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 38px 0 54px;
	font-family: inherit;
	color: #2e3029;
}

.fm-featured-products__notice {
	width: 100%;
	margin: 20px 0;
	padding: 12px 16px;
	border-left: 3px solid #8f987e;
	background: #f5f4ef;
	color: #3d4038;
}

.fm-featured-products__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 20px;
}

.fm-featured-products .fm-featured-products__title {
	margin: 0;
	padding: 0;
	font: inherit;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #3d4434;
}

.fm-featured-products__view-all {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	color: #34362f;
	transition: color 160ms ease;
}

.fm-featured-products__view-all:hover,
.fm-featured-products__view-all:focus-visible {
	color: #7c866a;
}

.fm-featured-products__arrow {
	font-size: 17px;
	line-height: 1;
}

.fm-product-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
}

.fm-product-card {
	min-width: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.fm-product-card__media {
	position: relative;
	width: 100%;
	aspect-ratio: 6 / 7;
	overflow: hidden;
	border-radius: 11px;
	background: #f0f0ea;
}

.fm-product-card__image-link {
	display: block;
	width: 100%;
	height: 100%;
}

.fm-featured-products .fm-product-card__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	object-fit: cover;
	object-position: center;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	transition: transform 300ms ease;
}

.fm-product-card:hover .fm-product-card__image {
	transform: scale(1.025);
}

.fm-product-card__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	min-height: 23px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(145, 154, 126, 0.92);
	backdrop-filter: blur(3px);
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
}

.fm-product-card__badge--sale {
	background: rgba(166, 135, 98, 0.93);
}

.fm-product-card__wishlist {
	position: absolute;
	right: 9px;
	bottom: 9px;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 29px;
	height: 29px;
	margin: 0;
	border: 1px solid #9aa187 !important;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	box-shadow: none;
	color: #9aa187 !important;
	backdrop-filter: blur(3px);
	overflow: hidden;
}

.fm-product-card__wishlist--visual svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linejoin: round;
}

.fm-product-card__wishlist--yith .yith-wcwl-add-to-wishlist,
.fm-product-card__wishlist--yith .yith-wcwl-add-button,
.fm-product-card__wishlist--yith .yith-add-to-wishlist-button-block {
	display: grid !important;
	place-items: stretch !important;
	position: static !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 0 !important;
	line-height: 1 !important;
	color: inherit !important;
	gap: 0 !important;
}

.fm-product-card__wishlist--yith .yith-wcwl-add-to-wishlist-button,
.fm-product-card__wishlist--yith a {
	display: grid !important;
	place-items: center !important;
	align-self: stretch !important;
	justify-self: stretch !important;
	position: static !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 0 !important;
	line-height: 1 !important;
	color: inherit !important;
	gap: 0 !important;
}

.fm-product-card__wishlist--yith .yith-add-to-wishlist-button-block {
	position: relative !important;
}

.fm-product-card__wishlist--yith .yith-add-to-wishlist-button-block > .yith-wcwl-add-to-wishlist-button {
	position: absolute !important;
	inset: 0 !important;
	width: auto !important;
	height: auto !important;
}

.fm-product-card__wishlist--yith svg.yith-wcwl-icon-svg,
.fm-product-card__wishlist--yith .yith-wcwl-icon {
	display: block !important;
	position: static !important;
	width: 16px !important;
	height: 16px !important;
	min-width: 16px !important;
	min-height: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: inherit !important;
	stroke: currentColor !important;
	fill: none !important;
}

.fm-product-card__wishlist--yith .yith-wcwl-add-to-wishlist-button__label,
.fm-product-card__wishlist--yith .feedback,
.fm-product-card__wishlist--yith .blockOverlay {
	display: none !important;
}

.fm-product-card__content {
	padding: 13px 1px 0;
}

.fm-featured-products .fm-product-card__title {
	min-height: 18px;
	margin: 0 0 4px;
	padding: 0;
	font: inherit;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: -0.01em;
}

.fm-featured-products .fm-product-card__title a {
	display: -webkit-box;
	overflow: hidden;
	color: #30322d;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fm-featured-products .fm-product-card__title a:hover,
.fm-featured-products .fm-product-card__title a:focus-visible {
	color: #747e61;
}

.fm-product-card__subtitle {
	min-height: 15px;
	margin: 0 0 5px;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.35;
	color: #85867f;
}

.fm-product-card__price {
	min-height: 19px;
	margin: 0 0 4px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	color: #33352f;
}

.fm-product-card__price del {
	margin-left: 5px;
	font-size: 10px;
	font-weight: 400;
	color: #8d8e88;
	opacity: 1;
}

.fm-product-card__price ins {
	text-decoration: none;
}

.fm-product-card__rating-row {
	display: flex;
	align-items: center;
	gap: 5px;
	min-height: 16px;
	font-size: 10px;
	line-height: 1;
}

.fm-product-card__stars {
	position: relative;
	display: inline-block;
	letter-spacing: 1px;
	white-space: nowrap;
}

.fm-product-card__stars-base {
	color: #dadbd4;
}

.fm-product-card__stars-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--fmfp-rating, 0%);
	overflow: hidden;
	color: #71814b;
}

.fm-product-card__review-count {
	color: #686b62;
}

@media (max-width: 1024px) {
	.fm-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 20px 16px;
	}
}

@media (max-width: 767px) {
	.fm-featured-products {
		width: 100%;
		padding: 30px 0 40px;
	}

	.fm-featured-products__header {
		gap: 16px;
		margin-bottom: 16px;
	}

	.fm-featured-products .fm-featured-products__title {
		font-size: 22px;
	}

	.fm-featured-products__view-all {
		font-size: 11px;
	}

	.fm-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 12px;
	}

	.fm-product-card__badge {
		top: 8px;
		left: 8px;
		min-height: 21px;
		padding: 4px 8px;
		font-size: 10px;
	}

	.fm-product-card__wishlist {
		right: 8px;
		bottom: 8px;
		width: 27px;
		height: 27px;
	}
}
