.kfo-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.kfo-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.kfo-card__title {
	min-height: 0 !important;
	margin-bottom: 3px;
}

.kfo-card__count {
	margin-bottom: 7px;
	color: #3f4038;
	font-family: var(--theme-font-family, inherit);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
}

.kfo-qty-options {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 9px;
}

.kfo-qty-option {
	min-width: 34px;
	height: 31px;
	padding: 0 8px;
	border: 1px solid rgba(86, 82, 64, .18);
	border-radius: 7px;
	background: #fffdf8;
	color: #2f3224;
	font-family: var(--theme-font-family, inherit);
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

.kfo-qty-option.is-active {
	border-color: #59613d;
	background: #59613d;
	color: #fff;
}

.kfo-card__price,
.kfo-single__price {
	color: #1f211b;
	font-family: var(--theme-font-family, inherit);
	font-size: 21px;
	font-weight: 600;
	line-height: 1.12;
}

.kfo-card__price {
	margin-top: 2px;
}

.kfo-card__hint {
	margin: 9px 0;
	min-height: 15px;
	color: #5f6155;
	font-family: var(--theme-font-family, inherit);
	font-size: 11px;
	font-weight: 500;
	line-height: 1.3;
}

.kfo-card__hint::before {
	content: "✥";
	margin-right: 7px;
	color: #59613d;
}

.kfo-add-to-cart {
	width: 100%;
	min-height: 42px !important;
	margin-top: auto !important;
	border-radius: 8px !important;
	background: #4f5834 !important;
	color: #fff !important;
	font-family: var(--theme-font-family, inherit) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: .02em;
	text-transform: uppercase;
	transition: background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease, opacity .18s ease;
}

.kfo-add-to-cart.is-loading {
	opacity: .65;
	pointer-events: none;
}

.kfo-add-to-cart.is-added {
	background: #eef0e7 !important;
	color: #4f5834 !important;
	box-shadow: inset 0 0 0 1px rgba(79, 88, 52, .24) !important;
}

.kfo-card__details {
	display: block;
	margin-top: 10px;
	color: #5f6155;
	font-family: var(--theme-font-family, inherit);
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}

.kfo-single {
	margin: 22px 0 0;
	padding-top: 20px;
	border-top: 1px solid rgba(92,86,70,.14);
}

.kfo-mode-tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 16px;
}

.kfo-mode-tabs button {
	height: 44px;
	border: 1px solid rgba(86, 82, 64, .18);
	border-radius: 999px;
	background: #fffdf8;
	color: #33362a;
	font-family: var(--theme-font-family, inherit);
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}

.kfo-mode-tabs button.is-active {
	border-color: #59613d;
	background: #eef0e7;
	color: #59613d;
}

.kfo-mode-panel {
	display: none;
}

.kfo-mode-panel.is-active {
	display: block;
}

.kfo-single__label,
.kfo-single__unit {
	margin: 0 0 12px;
	color: #67675c;
	font-family: var(--theme-font-family, inherit);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
}

.kfo-single__price {
	margin: 16px 0 18px;
}

.kfo-single__note {
	margin: -8px 0 16px;
	color: #7b6f5c;
	font-family: var(--theme-font-family, inherit);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
}

.kfo-stepper {
	display: inline-flex;
	align-items: center;
	height: 42px;
	border: 1px solid rgba(86, 82, 64, .18);
	border-radius: 999px;
	background: #fffdf8;
	overflow: hidden;
}

.kfo-stepper button {
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	color: #59613d;
	font-size: 18px;
}

.kfo-stepper input {
	width: 58px;
	height: 40px;
	border: 0;
	background: transparent;
	text-align: center;
	font-family: var(--theme-font-family, inherit);
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

@media (max-width: 767px) {
	.kf-shop-page ul.products,
	.kf-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	.kfo-card .kf-product-card__image {
		aspect-ratio: 1 / 1.08;
	}

	.kfo-card__body {
		padding: 9px !important;
	}

	.kfo-card__title {
		font-size: 12px !important;
		line-height: 1.25 !important;
	}

	.kfo-card__count {
		margin-bottom: 8px;
		font-size: 10px;
	}

	.kfo-qty-options {
		gap: 5px;
		margin-bottom: 9px;
	}

	.kfo-qty-option {
		min-width: 30px;
		height: 30px;
		padding: 0 7px;
		font-size: 10px;
	}

	.kfo-card__price {
		font-size: 17px;
	}

	.kfo-card__hint {
		margin: 9px 0;
		font-size: 9.5px;
	}

	.kfo-add-to-cart {
		min-height: 38px !important;
		font-size: 10.5px !important;
	}

	.kfo-single {
		margin-top: 18px;
		padding-top: 16px;
	}

	.kfo-mode-tabs {
		gap: 8px;
		margin-bottom: 14px;
	}

	.kfo-mode-tabs button {
		height: 39px;
		border-radius: 14px;
		font-size: 11px;
	}

	.kfo-single .kfo-qty-options {
		gap: 6px;
	}

	.kfo-single .kfo-qty-option {
		min-width: 36px;
		height: 32px;
		font-size: 11px;
	}

	.kfo-single__price {
		margin: 14px 0 16px;
		font-size: 21px;
	}

	.kfo-card__details {
		display: none;
	}
}
