/*
|--------------------------------------------------------------------------
| KATE FLOWERS — HEADER + FOOTER v0.2
|--------------------------------------------------------------------------
*/

body #header {
	display: none !important;
}

/* v5.3 — slightly larger custom header logo */
@media (min-width: 768px) {
	html body:not(.woocommerce-checkout) .kf-site-header {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	html body:not(.woocommerce-checkout) .kf-site-header a.kf-site-logo {
		width: clamp(98px, 8.4vw, 136px) !important;
		min-width: clamp(98px, 8.4vw, 136px) !important;
	}

	html body:not(.woocommerce-checkout) .kf-site-header a.kf-site-logo .kf-site-logo__image {
		width: auto !important;
		max-width: clamp(98px, 8.4vw, 136px) !important;
		max-height: 62px !important;
	}
}

@media (max-width: 767px) {
	html body:not(.woocommerce-checkout) .kf-site-header {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	html body:not(.woocommerce-checkout) .kf-site-header a.kf-site-logo--mobile .kf-site-logo__image {
		width: auto !important;
		max-width: 104px !important;
		max-height: 50px !important;
	}
}

/* v5.4 — compact mobile footer address and hours */
@media (max-width: 767px) {
	html body:not(.woocommerce-checkout) .kf-site-footer__left {
		display: flex !important;
		flex-wrap: wrap !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 4px 10px !important;
		width: 100% !important;
		text-align: center !important;
	}

	html body:not(.woocommerce-checkout) .kf-site-footer__address,
	html body:not(.woocommerce-checkout) .kf-site-footer__hours {
		display: inline-flex !important;
		align-items: center !important;
		width: auto !important;
		margin: 0 !important;
		font-size: 12px !important;
		line-height: 1.25 !important;
	}

	html body:not(.woocommerce-checkout) .kf-site-footer__hours::before {
		content: "" !important;
		width: 3px !important;
		height: 3px !important;
		margin-right: 10px !important;
		border-radius: 50% !important;
		background: currentColor !important;
		opacity: .45 !important;
	}
}

/* v5.5 — make header and burger social buttons match the footer */
@media (min-width: 768px) {
	html body:not(.woocommerce-checkout) header.kf-site-header .kf-site-header__contacts a.kf-site-instagram.kf-site-instagram--icon,
	html body:not(.woocommerce-checkout) header.kf-site-header .kf-site-header__contacts a.kf-site-instagram.kf-site-instagram--icon:hover,
	html body:not(.woocommerce-checkout) header.kf-site-header .kf-site-header__contacts a.kf-site-instagram.kf-site-instagram--icon:focus,
	html body:not(.woocommerce-checkout) header.kf-site-header .kf-site-header__contacts a.kf-site-instagram.kf-site-instagram--icon:focus-visible {
		display: inline-grid !important;
		grid-template: none !important;
		place-items: center !important;
		align-content: center !important;
		flex: 0 0 34px !important;
		width: 34px !important;
		min-width: 34px !important;
		max-width: 34px !important;
		height: 34px !important;
		min-height: 34px !important;
		max-height: 34px !important;
		padding: 0 !important;
		border: 1px solid rgba(83, 78, 61, .13) !important;
		border-radius: 12px !important;
		background: rgba(248, 244, 235, .72) !important;
		box-shadow: none !important;
		color: #586044 !important;
		line-height: 1 !important;
		text-decoration: none !important;
		transform: none !important;
	}

	html body:not(.woocommerce-checkout) header.kf-site-header .kf-site-header__contacts a.kf-site-instagram.kf-site-instagram--icon:hover,
	html body:not(.woocommerce-checkout) header.kf-site-header .kf-site-header__contacts a.kf-site-instagram.kf-site-instagram--icon:focus-visible {
		border-color: rgba(88, 96, 68, .32) !important;
		background: rgba(238, 236, 225, .92) !important;
		color: #424934 !important;
		outline: none !important;
	}

	html body:not(.woocommerce-checkout) header.kf-site-header .kf-site-header__contacts a.kf-site-instagram.kf-site-instagram--icon svg {
		display: block !important;
		grid-area: auto !important;
		grid-row: auto !important;
		grid-column: auto !important;
		width: 17px !important;
		height: 17px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: currentColor !important;
		box-sizing: border-box !important;
	}

	html body:not(.woocommerce-checkout) header.kf-site-header .kf-site-header__contacts a.kf-site-instagram.kf-site-instagram--icon span,
	html body:not(.woocommerce-checkout) header.kf-site-header .kf-site-header__contacts a.kf-site-instagram.kf-site-instagram--icon::after {
		display: none !important;
		content: none !important;
	}
}

/* v5.7 — larger logo without making the header feel heavier */
@media (min-width: 768px) {
	html body:not(.woocommerce-checkout) .kf-site-header {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}

	html body:not(.woocommerce-checkout) .kf-site-header a.kf-site-logo {
		width: clamp(116px, 9.4vw, 152px) !important;
		min-width: clamp(116px, 9.4vw, 152px) !important;
	}

	html body:not(.woocommerce-checkout) .kf-site-header a.kf-site-logo .kf-site-logo__image {
		width: auto !important;
		max-width: clamp(116px, 9.4vw, 152px) !important;
		max-height: 70px !important;
	}
}

@media (max-width: 767px) {
	html body:not(.woocommerce-checkout) .kf-site-header {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}

	html body:not(.woocommerce-checkout) .kf-site-header a.kf-site-logo .kf-site-logo__image,
	html body:not(.woocommerce-checkout) .kf-site-header a.kf-site-logo--mobile .kf-site-logo__image {
		width: auto !important;
		max-width: 116px !important;
		max-height: 56px !important;
	}
}

/* v5.6 — footer-style standalone social icons, no framed button */
@media (min-width: 768px) {
	html body:not(.woocommerce-checkout) header.kf-site-header .kf-site-header__contacts a.kf-site-instagram.kf-site-instagram--icon,
	html body:not(.woocommerce-checkout) header.kf-site-header .kf-site-header__contacts a.kf-site-instagram.kf-site-instagram--icon:hover,
	html body:not(.woocommerce-checkout) header.kf-site-header .kf-site-header__contacts a.kf-site-instagram.kf-site-instagram--icon:focus,
	html body:not(.woocommerce-checkout) header.kf-site-header .kf-site-header__contacts a.kf-site-instagram.kf-site-instagram--icon:focus-visible {
		display: inline-grid !important;
		grid-template-rows: 22px 10px !important;
		grid-template-columns: 54px !important;
		place-items: center !important;
		row-gap: 2px !important;
		flex: 0 0 54px !important;
		width: 54px !important;
		min-width: 54px !important;
		max-width: 54px !important;
		height: 34px !important;
		min-height: 34px !important;
		max-height: 34px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #6d6b60 !important;
		line-height: 1 !important;
		text-decoration: none !important;
		transform: none !important;
	}

	html body:not(.woocommerce-checkout) header.kf-site-header .kf-site-header__contacts a.kf-site-instagram.kf-site-instagram--icon:hover,
	html body:not(.woocommerce-checkout) header.kf-site-header .kf-site-header__contacts a.kf-site-instagram.kf-site-instagram--icon:focus-visible {
		color: #424934 !important;
		outline: none !important;
		transform: translateY(-1px) !important;
	}

	html body:not(.woocommerce-checkout) header.kf-site-header .kf-site-header__contacts a.kf-site-instagram.kf-site-instagram--icon svg {
		display: block !important;
		grid-row: 1 !important;
		grid-column: 1 !important;
		width: 20px !important;
		height: 20px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: currentColor !important;
		box-sizing: border-box !important;
	}

	html body:not(.woocommerce-checkout) header.kf-site-header .kf-site-header__contacts a.kf-site-instagram.kf-site-instagram--icon span {
		display: block !important;
		grid-row: 2 !important;
		grid-column: 1 !important;
		width: 54px !important;
		max-width: 54px !important;
		height: 10px !important;
		margin: 0 !important;
		overflow: visible !important;
		color: rgba(48, 51, 36, .62) !important;
		font: 600 7.5px/1 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		text-align: center !important;
		text-overflow: clip !important;
		white-space: nowrap !important;
	}

	html body:not(.woocommerce-checkout) header.kf-site-header .kf-site-header__contacts a.kf-site-instagram.kf-site-instagram--icon::after {
		display: none !important;
		content: none !important;
	}
}

@media (max-width: 767px) {
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-instagram,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-telegram {
		display: inline-grid !important;
		grid-template: none !important;
		place-items: center !important;
		align-content: center !important;
		width: 34px !important;
		min-width: 34px !important;
		max-width: 34px !important;
		height: 34px !important;
		min-height: 34px !important;
		max-height: 34px !important;
		padding: 0 !important;
		border: 1px solid rgba(83, 78, 61, .13) !important;
		border-radius: 12px !important;
		background: rgba(248, 244, 235, .72) !important;
		box-shadow: none !important;
		color: #586044 !important;
		line-height: 1 !important;
		text-decoration: none !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-instagram:hover,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-telegram:hover,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-instagram:focus-visible,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-telegram:focus-visible {
		border-color: rgba(88, 96, 68, .32) !important;
		background: rgba(238, 236, 225, .92) !important;
		color: #424934 !important;
		outline: none !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-instagram svg,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-telegram svg {
		display: block !important;
		grid-area: auto !important;
		grid-row: auto !important;
		grid-column: auto !important;
		width: 17px !important;
		height: 17px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: currentColor !important;
		box-sizing: border-box !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-instagram span,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-telegram span,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-instagram::after,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-telegram::after {
		display: none !important;
		content: none !important;
	}
}

@media (max-width: 767px) {
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials {
		gap: 13px !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-instagram,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-telegram,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-instagram:hover,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-telegram:hover,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-instagram:focus-visible,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-telegram:focus-visible {
		display: inline-grid !important;
		grid-template: none !important;
		place-items: center !important;
		width: 24px !important;
		min-width: 24px !important;
		max-width: 24px !important;
		height: 24px !important;
		min-height: 24px !important;
		max-height: 24px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #6d6b60 !important;
		line-height: 1 !important;
		text-decoration: none !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-instagram:hover,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-telegram:hover,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-instagram:focus-visible,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-telegram:focus-visible {
		color: #424934 !important;
		outline: none !important;
		transform: translateY(-1px) !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-instagram svg,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-telegram svg {
		display: block !important;
		grid-area: auto !important;
		grid-row: auto !important;
		grid-column: auto !important;
		width: 20px !important;
		height: 20px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: currentColor !important;
		box-sizing: border-box !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-instagram span,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-telegram span,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-instagram::after,
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-telegram::after {
		display: none !important;
		content: none !important;
	}
}

/* v5.0 — simplify burger contacts: plain phone, icon-only Instagram */
@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 38px !important;
		grid-template-areas:
			"phone instagram"
			"address address" !important;
		align-items: center !important;
		gap: 8px 10px !important;
		margin: 18px 14px 0 !important;
		padding: 13px 0 0 !important;
		border: 0 !important;
		border-top: 1px solid rgba(83, 78, 61, .12) !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link {
		grid-area: phone !important;
		display: inline-grid !important;
		grid-template-columns: 18px minmax(0, max-content) !important;
		align-items: center !important;
		column-gap: 9px !important;
		width: auto !important;
		min-width: 0 !important;
		min-height: 28px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #586044 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram {
		grid-area: instagram !important;
		justify-self: end !important;
		display: inline-grid !important;
		place-items: center !important;
		width: 34px !important;
		height: 34px !important;
		min-width: 34px !important;
		min-height: 34px !important;
		padding: 0 !important;
		border: 1px solid rgba(83, 78, 61, .12) !important;
		border-radius: 12px !important;
		background: rgba(248, 244, 235, .62) !important;
		box-shadow: none !important;
		color: #586044 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address {
		grid-area: address !important;
		display: inline-grid !important;
		grid-template-columns: 18px minmax(0, 1fr) !important;
		align-items: start !important;
		column-gap: 9px !important;
		width: 100% !important;
		min-height: 26px !important;
		padding: 2px 0 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #586044 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link::before,
	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		content: "" !important;
		grid-column: 1 !important;
		width: 16px !important;
		height: 16px !important;
		margin: 0 !important;
		background: currentColor !important;
		opacity: .82 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		margin-top: 1px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram svg {
		grid-column: 1 !important;
		width: 17px !important;
		height: 17px !important;
		color: currentColor !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram span,
	body:not(.woocommerce-checkout) .kf-mobile-phone-link span,
	body:not(.woocommerce-checkout) .kf-mobile-address span {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong {
		display: block !important;
		grid-column: 2 !important;
		max-width: none !important;
		overflow: visible !important;
		color: #303326 !important;
		font: 600 13px/1.2 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		text-overflow: clip !important;
		white-space: nowrap !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address strong {
		display: block !important;
		grid-column: 2 !important;
		max-width: 100% !important;
		color: rgba(48, 51, 36, .78) !important;
		font: 560 12px/1.35 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}
}

/* v5.9 — final two-phone desktop contact alignment */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		align-items: center !important;
		gap: 12px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone-list {
		display: grid !important;
		grid-template-rows: repeat(2, 16px) !important;
		align-content: center !important;
		justify-items: end !important;
		row-gap: 1px !important;
		min-width: max-content !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone-list .kf-site-phone {
		display: block !important;
		flex: none !important;
		color: #303326 !important;
		font: 600 12px/16px Inter, sans-serif !important;
		letter-spacing: 0 !important;
		text-align: right !important;
		text-decoration: none !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone-list .kf-site-phone:hover,
	body:not(.woocommerce-checkout) .kf-site-phone-list .kf-site-phone:focus-visible {
		color: #4f5934 !important;
		outline: none !important;
	}
}

/* v5.8 — two desktop phone numbers aligned as one contact block */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		align-items: center !important;
		gap: 12px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone-list {
		display: grid !important;
		grid-template-rows: repeat(2, 16px) !important;
		align-content: center !important;
		justify-items: end !important;
		row-gap: 1px !important;
		min-width: max-content !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone-list .kf-site-phone {
		display: block !important;
		flex: none !important;
		color: #303326 !important;
		font: 600 12px/16px Inter, sans-serif !important;
		letter-spacing: 0 !important;
		text-align: right !important;
		text-decoration: none !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone-list .kf-site-phone:hover,
	body:not(.woocommerce-checkout) .kf-site-phone-list .kf-site-phone:focus-visible {
		color: #4f5934 !important;
		outline: none !important;
	}
}

/* v5.2 — true final contacts alignment and click affordances */
@media (min-width: 768px) {
	html body:not(.woocommerce-checkout) .kf-site-header .kf-site-header__contacts a.kf-site-instagram--icon {
		display: inline-grid !important;
		grid-template-rows: 30px 11px !important;
		grid-template-columns: 50px !important;
		place-items: center !important;
		align-content: center !important;
		row-gap: 2px !important;
		flex: 0 0 50px !important;
		width: 50px !important;
		min-width: 50px !important;
		height: 45px !important;
		min-height: 45px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #586044 !important;
		text-decoration: none !important;
	}

	html body:not(.woocommerce-checkout) .kf-site-header .kf-site-header__contacts a.kf-site-instagram--icon:hover,
	html body:not(.woocommerce-checkout) .kf-site-header .kf-site-header__contacts a.kf-site-instagram--icon:focus-visible {
		color: #424934 !important;
		transform: translateY(-1px) !important;
		outline: none !important;
	}

	html body:not(.woocommerce-checkout) .kf-site-header .kf-site-header__contacts a.kf-site-instagram--icon svg {
		grid-row: 1 !important;
		grid-column: 1 !important;
		width: 20px !important;
		height: 20px !important;
		padding: 5px !important;
		border: 1px solid rgba(79, 85, 57, .16) !important;
		border-radius: 12px !important;
		background: rgba(255, 253, 248, .74) !important;
		color: currentColor !important;
		box-sizing: content-box !important;
	}

	html body:not(.woocommerce-checkout) .kf-site-header .kf-site-header__contacts a.kf-site-instagram--icon span {
		display: block !important;
		grid-row: 2 !important;
		grid-column: 1 !important;
		width: 50px !important;
		max-width: 50px !important;
		height: 11px !important;
		margin: 0 !important;
		overflow: visible !important;
		color: rgba(48, 51, 36, .62) !important;
		font: 600 7.5px/1 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		text-align: center !important;
		text-overflow: clip !important;
		white-space: nowrap !important;
	}

	html body:not(.woocommerce-checkout) .kf-site-header .kf-site-header__contacts a.kf-site-instagram--icon::after {
		display: none !important;
		content: none !important;
	}

	html body:not(.woocommerce-checkout) .kf-site-header a.kf-site-phone:hover,
	html body:not(.woocommerce-checkout) .kf-site-header a.kf-site-phone:focus-visible,
	html body:not(.woocommerce-checkout) .kf-site-header a.kf-site-address:hover,
	html body:not(.woocommerce-checkout) .kf-site-header a.kf-site-address:focus-visible,
	html body .kf-site-footer a:hover,
	html body .kf-site-footer a:focus-visible {
		color: #3f472f !important;
		text-decoration: underline !important;
		text-decoration-thickness: 1px !important;
		text-underline-offset: 4px !important;
		outline: none !important;
	}
}

@media (max-width: 767px) {
	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__panel .kf-mobile-menu__contacts {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		grid-template-areas:
			"phone socials"
			"address address" !important;
		align-items: center !important;
		gap: 10px 14px !important;
		margin: 18px 14px 0 !important;
		padding: 14px 0 0 !important;
		border: 0 !important;
		border-top: 1px solid rgba(83, 78, 61, .12) !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts .kf-mobile-phone-links {
		grid-area: phone !important;
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 5px !important;
		min-width: 0 !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts .kf-mobile-socials {
		grid-area: socials !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: 8px !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts a.kf-mobile-phone-link,
	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts a.kf-mobile-address {
		display: grid !important;
		grid-template-columns: 18px minmax(0, 1fr) !important;
		align-items: center !important;
		column-gap: 9px !important;
		width: 100% !important;
		min-width: 0 !important;
		min-height: 24px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #586044 !important;
		text-decoration: none !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts a.kf-mobile-address {
		grid-area: address !important;
		align-items: start !important;
		padding-top: 2px !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts a.kf-mobile-phone-link::before,
	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts a.kf-mobile-address::before {
		content: "" !important;
		grid-column: 1 !important;
		width: 16px !important;
		height: 16px !important;
		margin: 0 !important;
		background: currentColor !important;
		opacity: .82 !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts a.kf-mobile-phone-link::before {
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22 16.9v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.68 2.8a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.32 1.84.55 2.8.68A2 2 0 0 1 22 16.9Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts a.kf-mobile-address::before {
		margin-top: 1px !important;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-instagram,
	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts .kf-mobile-socials a.kf-mobile-telegram {
		display: inline-grid !important;
		place-items: center !important;
		width: 34px !important;
		height: 34px !important;
		min-width: 34px !important;
		min-height: 34px !important;
		padding: 0 !important;
		border: 1px solid rgba(83, 78, 61, .13) !important;
		border-radius: 12px !important;
		background: rgba(248, 244, 235, .72) !important;
		box-shadow: none !important;
		color: #586044 !important;
		text-decoration: none !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts .kf-mobile-socials a svg {
		grid-row: auto !important;
		grid-column: auto !important;
		width: 18px !important;
		height: 18px !important;
		color: currentColor !important;
		fill: none !important;
		stroke: currentColor !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts .kf-mobile-socials a span,
	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts a.kf-mobile-phone-link span,
	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts a.kf-mobile-address span {
		display: none !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts a.kf-mobile-phone-link strong,
	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts a.kf-mobile-address strong {
		display: block !important;
		grid-column: 2 !important;
		min-width: 0 !important;
		color: #303326 !important;
		font: 600 12px/1.28 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts a.kf-mobile-phone-link strong {
		overflow: visible !important;
		text-overflow: clip !important;
		white-space: nowrap !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu__contacts a.kf-mobile-address strong {
		max-width: 100% !important;
		color: rgba(48, 51, 36, .78) !important;
		font-weight: 560 !important;
		line-height: 1.35 !important;
		white-space: normal !important;
	}
}

@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		display: inline-grid !important;
		place-items: center !important;
		flex: 0 0 38px !important;
		width: 38px !important;
		min-width: 38px !important;
		height: 38px !important;
		min-height: 38px !important;
		padding: 0 !important;
		border: 1px solid rgba(83, 78, 61, .14) !important;
		border-radius: 12px !important;
		background: rgba(255, 253, 248, .72) !important;
		box-shadow: none !important;
		color: #586044 !important;
		text-decoration: none !important;
		transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		border-color: rgba(88, 96, 68, .36) !important;
		background: rgba(238, 236, 225, .94) !important;
		color: #424934 !important;
		transform: translateY(-1px) !important;
		outline: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon svg {
		grid-row: auto !important;
		grid-column: auto !important;
		width: 20px !important;
		height: 20px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		color: currentColor !important;
		box-sizing: border-box !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon span,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon::after {
		display: none !important;
		content: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone,
	body:not(.woocommerce-checkout) .kf-site-address,
	.kf-site-footer a {
		cursor: pointer !important;
		transition: color .18s ease, opacity .18s ease, text-decoration-color .18s ease, background-color .18s ease, border-color .18s ease !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone:hover,
	body:not(.woocommerce-checkout) .kf-site-phone:focus-visible,
	body:not(.woocommerce-checkout) .kf-site-address:hover,
	body:not(.woocommerce-checkout) .kf-site-address:focus-visible,
	.kf-site-footer a:hover,
	.kf-site-footer a:focus-visible {
		color: #3f472f !important;
		text-decoration: underline !important;
		text-decoration-thickness: 1px !important;
		text-underline-offset: 4px !important;
		outline: none !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		grid-template-areas:
			"phone socials"
			"address address" !important;
		align-items: center !important;
		gap: 10px 14px !important;
		margin: 18px 14px 0 !important;
		padding: 14px 0 0 !important;
		border: 0 !important;
		border-top: 1px solid rgba(83, 78, 61, .12) !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-links {
		grid-area: phone !important;
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 5px !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-socials {
		grid-area: socials !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: 8px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link,
	body:not(.woocommerce-checkout) .kf-mobile-address {
		display: grid !important;
		grid-template-columns: 18px minmax(0, 1fr) !important;
		align-items: center !important;
		column-gap: 9px !important;
		width: 100% !important;
		min-width: 0 !important;
		min-height: 24px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #586044 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address {
		grid-area: address !important;
		align-items: start !important;
		padding-top: 2px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link::before,
	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		content: "" !important;
		grid-column: 1 !important;
		width: 16px !important;
		height: 16px !important;
		margin: 0 !important;
		background: currentColor !important;
		opacity: .82 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link::before {
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22 16.9v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.68 2.8a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.32 1.84.55 2.8.68A2 2 0 0 1 22 16.9Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		margin-top: 1px !important;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram,
	body:not(.woocommerce-checkout) .kf-mobile-telegram {
		display: inline-grid !important;
		place-items: center !important;
		width: 34px !important;
		height: 34px !important;
		min-width: 34px !important;
		min-height: 34px !important;
		padding: 0 !important;
		border: 1px solid rgba(83, 78, 61, .13) !important;
		border-radius: 12px !important;
		background: rgba(248, 244, 235, .72) !important;
		box-shadow: none !important;
		color: #586044 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram svg,
	body:not(.woocommerce-checkout) .kf-mobile-telegram svg {
		width: 18px !important;
		height: 18px !important;
		color: currentColor !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram span,
	body:not(.woocommerce-checkout) .kf-mobile-telegram span,
	body:not(.woocommerce-checkout) .kf-mobile-phone-link span,
	body:not(.woocommerce-checkout) .kf-mobile-address span {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong,
	body:not(.woocommerce-checkout) .kf-mobile-address strong {
		display: block !important;
		grid-column: 2 !important;
		min-width: 0 !important;
		color: #303326 !important;
		font: 600 12px/1.28 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong {
		overflow: visible !important;
		text-overflow: clip !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address strong {
		max-width: 100% !important;
		color: rgba(48, 51, 36, .78) !important;
		font-weight: 560 !important;
		line-height: 1.35 !important;
		white-space: normal !important;
	}
}

/* v5.1 — clickable contacts polish for header, burger and footer */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		display: inline-grid !important;
		place-items: center !important;
		flex: 0 0 38px !important;
		width: 38px !important;
		min-width: 38px !important;
		height: 38px !important;
		min-height: 38px !important;
		padding: 0 !important;
		border: 1px solid rgba(83, 78, 61, .14) !important;
		border-radius: 12px !important;
		background: rgba(255, 253, 248, .72) !important;
		box-shadow: none !important;
		color: #586044 !important;
		text-decoration: none !important;
		transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		border-color: rgba(88, 96, 68, .36) !important;
		background: rgba(238, 236, 225, .94) !important;
		color: #424934 !important;
		transform: translateY(-1px) !important;
		outline: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon svg {
		grid-row: auto !important;
		grid-column: auto !important;
		width: 20px !important;
		height: 20px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		color: currentColor !important;
		box-sizing: border-box !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon span,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon::after {
		display: none !important;
		content: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone,
	body:not(.woocommerce-checkout) .kf-site-address,
	.kf-site-footer a {
		cursor: pointer !important;
		transition: color .18s ease, opacity .18s ease, text-decoration-color .18s ease, background-color .18s ease, border-color .18s ease !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone:hover,
	body:not(.woocommerce-checkout) .kf-site-phone:focus-visible,
	body:not(.woocommerce-checkout) .kf-site-address:hover,
	body:not(.woocommerce-checkout) .kf-site-address:focus-visible,
	.kf-site-footer a:hover,
	.kf-site-footer a:focus-visible {
		color: #3f472f !important;
		text-decoration: underline !important;
		text-decoration-thickness: 1px !important;
		text-underline-offset: 4px !important;
		outline: none !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		grid-template-areas:
			"phone socials"
			"address address" !important;
		align-items: center !important;
		gap: 10px 14px !important;
		margin: 18px 14px 0 !important;
		padding: 14px 0 0 !important;
		border: 0 !important;
		border-top: 1px solid rgba(83, 78, 61, .12) !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-links {
		grid-area: phone !important;
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 5px !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-socials {
		grid-area: socials !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: 8px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link,
	body:not(.woocommerce-checkout) .kf-mobile-address {
		display: grid !important;
		grid-template-columns: 18px minmax(0, 1fr) !important;
		align-items: center !important;
		column-gap: 9px !important;
		width: 100% !important;
		min-width: 0 !important;
		min-height: 24px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #586044 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address {
		grid-area: address !important;
		align-items: start !important;
		padding-top: 2px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link::before,
	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		content: "" !important;
		grid-column: 1 !important;
		width: 16px !important;
		height: 16px !important;
		margin: 0 !important;
		background: currentColor !important;
		opacity: .82 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link::before {
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22 16.9v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.68 2.8a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.32 1.84.55 2.8.68A2 2 0 0 1 22 16.9Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		margin-top: 1px !important;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram,
	body:not(.woocommerce-checkout) .kf-mobile-telegram {
		display: inline-grid !important;
		place-items: center !important;
		width: 34px !important;
		height: 34px !important;
		min-width: 34px !important;
		min-height: 34px !important;
		padding: 0 !important;
		border: 1px solid rgba(83, 78, 61, .13) !important;
		border-radius: 12px !important;
		background: rgba(248, 244, 235, .72) !important;
		box-shadow: none !important;
		color: #586044 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram svg,
	body:not(.woocommerce-checkout) .kf-mobile-telegram svg {
		width: 18px !important;
		height: 18px !important;
		color: currentColor !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram span,
	body:not(.woocommerce-checkout) .kf-mobile-telegram span,
	body:not(.woocommerce-checkout) .kf-mobile-phone-link span,
	body:not(.woocommerce-checkout) .kf-mobile-address span {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong,
	body:not(.woocommerce-checkout) .kf-mobile-address strong {
		display: block !important;
		grid-column: 2 !important;
		min-width: 0 !important;
		color: #303326 !important;
		font: 600 12px/1.28 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong {
		overflow: visible !important;
		text-overflow: clip !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address strong {
		max-width: 100% !important;
		color: rgba(48, 51, 36, .78) !important;
		font-weight: 560 !important;
		line-height: 1.35 !important;
		white-space: normal !important;
	}
}

/* v4.5 — mobile burger: left-attached premium drawer, current icons preserved */
@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu {
		align-items: stretch !important;
		justify-content: flex-start !important;
		padding: 0 !important;
		background: rgba(27, 26, 22, .38) !important;
		backdrop-filter: blur(6px) !important;
		-webkit-backdrop-filter: blur(6px) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__panel {
		width: min(390px, calc(100vw - 22px)) !important;
		max-width: none !important;
		height: 100dvh !important;
		max-height: 100dvh !important;
		margin: 0 !important;
		padding: 22px 12px calc(18px + env(safe-area-inset-bottom)) !important;
		border-width: 0 1px 0 0 !important;
		border-style: solid !important;
		border-color: rgba(83, 78, 61, .14) !important;
		border-radius: 0 22px 22px 0 !important;
		background: linear-gradient(180deg, #fffdf7 0%, #faf6ec 100%) !important;
		box-shadow: 22px 0 54px rgba(31, 29, 23, .18) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__head {
		margin: 0 0 18px !important;
		padding: 0 4px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__close {
		width: 42px !important;
		height: 42px !important;
		border-radius: 50% !important;
		background: rgba(248, 244, 235, .86) !important;
		border: 1px solid rgba(82, 78, 63, .13) !important;
		color: #4f5539 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__nav {
		display: grid !important;
		gap: 0 !important;
		padding: 0 !important;
		border: 1px solid rgba(83, 78, 61, .10) !important;
		border-radius: 18px !important;
		overflow: hidden !important;
		background: rgba(255, 253, 248, .78) !important;
		box-shadow: 0 10px 28px rgba(43, 39, 31, .045) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item {
		border: 0 !important;
		border-bottom: 1px solid rgba(83, 78, 61, .10) !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		overflow: hidden !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item:last-child {
		border-bottom: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item:has(.kf-mobile-nav-main[aria-expanded="true"]) {
		background: #eeece1 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-row {
		display: block !important;
		width: 100% !important;
		min-height: 58px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		width: 100% !important;
		min-height: 58px !important;
		padding: 0 16px !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		color: #333526 !important;
		font: 500 21px/1.12 "Playfair Display", Georgia, serif !important;
		letter-spacing: 0 !important;
		text-decoration: none !important;
		box-shadow: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main:hover,
	body:not(.woocommerce-checkout) .kf-mobile-nav-main:focus-visible,
	body:not(.woocommerce-checkout) .kf-mobile-nav-main[aria-expanded="true"] {
		background: transparent !important;
		color: #4f5934 !important;
		outline: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title {
		display: inline-flex !important;
		align-items: center !important;
		gap: 15px !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title > span:last-child {
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon {
		display: inline-grid !important;
		place-items: center !important;
		flex: 0 0 40px !important;
		width: 40px !important;
		height: 40px !important;
		border: 1px solid rgba(91, 96, 62, .09) !important;
		border-radius: 50% !important;
		background: rgba(248, 244, 235, .92) !important;
		color: #7a8059 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main[aria-expanded="true"] .kf-nav-icon {
		background: #a7ad7d !important;
		color: #fffdf7 !important;
		border-color: transparent !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon svg {
		width: 22px !important;
		height: 22px !important;
		color: currentColor !important;
		stroke: currentColor !important;
		transform: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main > svg,
	body:not(.woocommerce-checkout) .kf-mobile-nav-toggle > svg {
		flex: 0 0 auto !important;
		width: 17px !important;
		height: 17px !important;
		color: #7a8059 !important;
		transform: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main[aria-expanded="true"] > svg,
	body:not(.woocommerce-checkout) .kf-mobile-nav-toggle[aria-expanded="true"] > svg {
		transform: rotate(180deg) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children {
		display: grid !important;
		gap: 0 !important;
		margin: 0 16px 14px !important;
		padding: 0 !important;
		border: 1px solid rgba(83, 78, 61, .11) !important;
		border-radius: 14px !important;
		overflow: hidden !important;
		background: rgba(255, 253, 248, .96) !important;
		box-shadow: 0 8px 18px rgba(43, 39, 31, .04) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children[hidden] {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a {
		position: relative !important;
		display: flex !important;
		align-items: center !important;
		min-height: 50px !important;
		padding: 0 42px 0 28px !important;
		border-bottom: 1px solid rgba(83, 78, 61, .10) !important;
		background: transparent !important;
		color: #3f4235 !important;
		font: 500 18px/1.2 Inter, sans-serif !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a:last-child {
		border-bottom: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a::after {
		content: "" !important;
		position: absolute !important;
		right: 20px !important;
		top: 50% !important;
		width: 8px !important;
		height: 8px !important;
		border-top: 1.5px solid currentColor !important;
		border-right: 1.5px solid currentColor !important;
		opacity: .34 !important;
		transform: translateY(-50%) rotate(45deg) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		grid-template-areas:
			"phone instagram"
			"address address" !important;
		gap: 8px !important;
		margin: 18px 12px 0 !important;
		padding: 12px !important;
		border: 1px solid rgba(83, 78, 61, .10) !important;
		border-radius: 16px !important;
		background: rgba(255, 253, 248, .62) !important;
		box-shadow: 0 8px 22px rgba(43, 39, 31, .035) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link {
		grid-area: phone !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram {
		grid-area: instagram !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address {
		grid-area: address !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link,
	body:not(.woocommerce-checkout) .kf-mobile-instagram {
		display: grid !important;
		grid-template-columns: 18px minmax(0, 1fr) !important;
		align-items: center !important;
		column-gap: 7px !important;
		width: 100% !important;
		min-width: 0 !important;
		min-height: 40px !important;
		padding: 0 10px !important;
		border: 1px solid rgba(83, 78, 61, .10) !important;
		border-radius: 13px !important;
		background: rgba(248, 244, 235, .72) !important;
		box-shadow: none !important;
		color: #586044 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address {
		display: grid !important;
		grid-template-columns: 18px minmax(0, 1fr) !important;
		align-items: start !important;
		column-gap: 7px !important;
		width: 100% !important;
		min-height: 26px !important;
		padding: 8px 2px 0 !important;
		border: 0 !important;
		border-top: 1px solid rgba(83, 78, 61, .09) !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #586044 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link::before,
	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		content: "" !important;
		grid-column: 1 !important;
		width: 16px !important;
		height: 16px !important;
		margin-top: 0 !important;
		background: currentColor !important;
		opacity: .86 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		margin-top: 2px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram svg {
		grid-column: 1 !important;
		width: 16px !important;
		height: 16px !important;
		color: currentColor !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link span,
	body:not(.woocommerce-checkout) .kf-mobile-address span {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong,
	body:not(.woocommerce-checkout) .kf-mobile-instagram span {
		display: block !important;
		grid-column: 2 !important;
		min-width: 0 !important;
		overflow: hidden !important;
		color: #313326 !important;
		font: 600 12px/1.2 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address strong {
		display: block !important;
		grid-column: 2 !important;
		max-width: 100% !important;
		color: rgba(48, 51, 36, .78) !important;
		font: 560 12px/1.35 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}
}

/* v4.8 — final-final contacts override, must stay after v4.6 */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		display: inline-grid !important;
		grid-template-rows: 30px 11px !important;
		grid-template-columns: 50px !important;
		place-items: center !important;
		align-content: center !important;
		row-gap: 2px !important;
		width: 50px !important;
		min-width: 50px !important;
		height: 45px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #4f5539 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon svg {
		grid-row: 1 !important;
		grid-column: 1 !important;
		width: 20px !important;
		height: 20px !important;
		padding: 5px !important;
		box-sizing: content-box !important;
		border: 1px solid rgba(79, 85, 57, .16) !important;
		border-radius: 12px !important;
		background: rgba(255, 253, 248, .74) !important;
		color: currentColor !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon span {
		display: block !important;
		grid-row: 2 !important;
		grid-column: 1 !important;
		width: 50px !important;
		max-width: 50px !important;
		height: 11px !important;
		margin: 0 !important;
		overflow: visible !important;
		color: rgba(48, 51, 36, .62) !important;
		font: 600 7.5px/1 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		text-align: center !important;
		text-overflow: clip !important;
		white-space: nowrap !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 28px !important;
		grid-template-areas:
			"phone instagram"
			"address address" !important;
		align-items: center !important;
		justify-content: stretch !important;
		gap: 8px 12px !important;
		margin: 18px 14px 0 !important;
		padding: 13px 0 0 !important;
		border: 0 !important;
		border-top: 1px solid rgba(83, 78, 61, .12) !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link {
		grid-area: phone !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram {
		grid-area: instagram !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address {
		grid-area: address !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link {
		display: grid !important;
		grid-template-columns: 18px minmax(0, max-content) !important;
		align-items: center !important;
		column-gap: 9px !important;
		width: auto !important;
		min-height: 28px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #586044 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram {
		display: inline-grid !important;
		place-items: center !important;
		justify-self: end !important;
		width: 34px !important;
		height: 34px !important;
		min-width: 34px !important;
		min-height: 34px !important;
		padding: 0 !important;
		border: 1px solid rgba(83, 78, 61, .12) !important;
		border-radius: 12px !important;
		background: rgba(248, 244, 235, .62) !important;
		box-shadow: none !important;
		color: #586044 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address {
		display: grid !important;
		grid-template-columns: 18px minmax(0, 1fr) !important;
		align-items: start !important;
		column-gap: 7px !important;
		width: 100% !important;
		min-height: 34px !important;
		padding: 8px 2px 0 !important;
		border: 0 !important;
		border-top: 1px solid rgba(83, 78, 61, .09) !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #586044 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link::before,
	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		content: "" !important;
		grid-column: 1 !important;
		width: 16px !important;
		height: 16px !important;
		margin-top: 0 !important;
		background: currentColor !important;
		opacity: .86 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		margin-top: 2px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram svg {
		grid-column: 1 !important;
		width: 16px !important;
		height: 16px !important;
		color: currentColor !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link span,
	body:not(.woocommerce-checkout) .kf-mobile-address span {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong,
	body:not(.woocommerce-checkout) .kf-mobile-instagram span {
		display: block !important;
		grid-column: 2 !important;
		min-width: 0 !important;
		overflow: hidden !important;
		color: #303326 !important;
		font: 600 12px/1.2 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address strong {
		display: block !important;
		grid-column: 2 !important;
		max-width: 100% !important;
		color: rgba(48, 51, 36, .78) !important;
		font: 560 12px/1.35 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}
}

/* v4.7 — final contact polish: desktop Instagram label below, premium mobile contact card */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		display: inline-grid !important;
		grid-template-rows: 28px 11px !important;
		grid-template-columns: 1fr !important;
		place-items: center !important;
		align-content: center !important;
		row-gap: 2px !important;
		width: 50px !important;
		min-width: 50px !important;
		height: 43px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #4f5539 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon svg {
		grid-row: 1 !important;
		grid-column: 1 !important;
		width: 24px !important;
		height: 24px !important;
		padding: 5px !important;
		box-sizing: content-box !important;
		border: 1px solid rgba(79, 85, 57, .16) !important;
		border-radius: 12px !important;
		background: rgba(255, 253, 248, .72) !important;
		color: currentColor !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon span {
		display: block !important;
		grid-row: 2 !important;
		grid-column: 1 !important;
		width: 50px !important;
		max-width: 50px !important;
		height: 11px !important;
		margin: 0 !important;
		overflow: visible !important;
		color: rgba(48, 51, 36, .62) !important;
		font: 600 7.5px/1 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		text-align: center !important;
		text-overflow: clip !important;
		white-space: nowrap !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		grid-template-areas:
			"phone instagram"
			"address address" !important;
		gap: 8px !important;
		margin: 18px 12px 0 !important;
		padding: 12px !important;
		border: 1px solid rgba(83, 78, 61, .10) !important;
		border-radius: 16px !important;
		background: rgba(255, 253, 248, .62) !important;
		box-shadow: 0 8px 22px rgba(43, 39, 31, .035) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link {
		grid-area: phone !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram {
		grid-area: instagram !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address {
		grid-area: address !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link,
	body:not(.woocommerce-checkout) .kf-mobile-instagram {
		display: grid !important;
		grid-template-columns: 18px minmax(0, 1fr) !important;
		align-items: center !important;
		column-gap: 7px !important;
		width: 100% !important;
		min-width: 0 !important;
		min-height: 40px !important;
		padding: 0 10px !important;
		border: 1px solid rgba(83, 78, 61, .10) !important;
		border-radius: 13px !important;
		background: rgba(248, 244, 235, .72) !important;
		box-shadow: none !important;
		color: #586044 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address {
		display: grid !important;
		grid-template-columns: 18px minmax(0, 1fr) !important;
		align-items: start !important;
		column-gap: 7px !important;
		width: 100% !important;
		min-height: 34px !important;
		padding: 8px 2px 0 !important;
		border: 0 !important;
		border-top: 1px solid rgba(83, 78, 61, .09) !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #586044 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link::before,
	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		content: "" !important;
		grid-column: 1 !important;
		width: 16px !important;
		height: 16px !important;
		margin-top: 0 !important;
		background: currentColor !important;
		opacity: .86 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		margin-top: 2px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram svg {
		grid-column: 1 !important;
		width: 16px !important;
		height: 16px !important;
		color: currentColor !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link span,
	body:not(.woocommerce-checkout) .kf-mobile-address span {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong,
	body:not(.woocommerce-checkout) .kf-mobile-instagram span {
		display: block !important;
		grid-column: 2 !important;
		min-width: 0 !important;
		overflow: hidden !important;
		color: #303326 !important;
		font: 600 12px/1.2 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address strong {
		display: block !important;
		grid-column: 2 !important;
		max-width: 100% !important;
		color: rgba(48, 51, 36, .78) !important;
		font: 560 12px/1.35 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}
}

/* v3.1 — final desktop header anti-overlap after address */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header {
		padding-inline: clamp(14px, 1.55vw, 28px) !important;
		overflow: visible !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__desktop {
		width: min(1500px, calc(100vw - 28px)) !important;
		max-width: calc(100vw - 28px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__top {
		display: grid !important;
		grid-template-columns: minmax(82px, 132px) minmax(0, max-content) minmax(178px, max-content) !important;
		align-items: center !important;
		column-gap: clamp(8px, 1vw, 18px) !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo {
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo__image {
		max-width: clamp(86px, 8vw, 132px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav {
		justify-self: center !important;
		display: flex !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-cart {
		flex: 0 1 clamp(60px, 5.15vw, 76px) !important;
		width: clamp(60px, 5.15vw, 76px) !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden {
		flex-basis: clamp(66px, 5.7vw, 86px) !important;
		width: clamp(66px, 5.7vw, 86px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		box-sizing: border-box !important;
		width: 100% !important;
		min-width: 0 !important;
		height: 70px !important;
		min-height: 70px !important;
		padding: 8px 5px 7px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link > span:not(.kf-nav-icon),
	body:not(.woocommerce-checkout) .kf-site-cart__button::after {
		max-width: 100% !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
		font-size: 9.6px !important;
		line-height: 13px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon,
	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		width: 27px !important;
		height: 27px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		width: 23px !important;
		height: 23px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--bukety .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-nav-item--buketi .kf-site-nav__link .kf-nav-icon svg {
		width: 26px !important;
		height: 26px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__button::after {
		content: "Кошик" !important;
		display: block !important;
		color: #303326 !important;
		font-weight: 700 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart-count {
		top: 9px !important;
		right: 8px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		justify-self: end !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: 12px !important;
		min-width: 0 !important;
		max-width: 390px !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone {
		flex: 0 0 auto !important;
		font-size: 13px !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		flex: 0 0 52px !important;
		width: 52px !important;
		min-width: 52px !important;
		color: #56603a !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon svg {
		width: 18px !important;
		height: 18px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-address {
		flex: 0 1 180px !important;
		max-width: 180px !important;
		white-space: normal !important;
	}
}

@media (max-width: 1540px) and (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-address {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		max-width: 240px !important;
		gap: 10px !important;
	}
}

@media (max-width: 1366px) and (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(70px, 98px) minmax(0, max-content) minmax(160px, max-content) !important;
		column-gap: 7px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-cart {
		flex-basis: clamp(54px, 5vw, 68px) !important;
		width: clamp(54px, 5vw, 68px) !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden {
		flex-basis: clamp(60px, 5.3vw, 76px) !important;
		width: clamp(60px, 5.3vw, 76px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone {
		font-size: 12px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		flex-basis: 44px !important;
		width: 44px !important;
		min-width: 44px !important;
	}
}

/* v3.4 — actual final desktop header: no tiny menu, address after Instagram */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header {
		padding-inline: clamp(18px, 2vw, 32px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__desktop {
		width: min(1640px, calc(100vw - 36px)) !important;
		max-width: calc(100vw - 36px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__top {
		display: grid !important;
		grid-template-columns: minmax(116px, 176px) max-content minmax(262px, 1fr) !important;
		align-items: center !important;
		column-gap: clamp(12px, 1.6vw, 28px) !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo__image {
		max-width: clamp(106px, 8.4vw, 148px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav {
		justify-self: center !important;
		max-width: none !important;
		overflow: visible !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-cart {
		flex: 0 0 clamp(78px, 6.15vw, 94px) !important;
		width: clamp(78px, 6.15vw, 94px) !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden {
		flex-basis: clamp(86px, 6.8vw, 106px) !important;
		width: clamp(86px, 6.8vw, 106px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		height: 78px !important;
		min-height: 78px !important;
		padding: 10px 8px 9px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link > span:not(.kf-nav-icon),
	body:not(.woocommerce-checkout) .kf-site-cart__button::after {
		font-size: 10.5px !important;
		line-height: 14px !important;
		max-width: 100% !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon,
	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		width: 30px !important;
		height: 30px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		width: 25px !important;
		height: 25px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--bukety .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-nav-item--buketi .kf-site-nav__link .kf-nav-icon svg {
		width: 29px !important;
		height: 29px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart-count {
		top: 10px !important;
		right: 11px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		justify-self: end !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: clamp(10px, 1vw, 16px) !important;
		min-width: 0 !important;
		max-width: 100% !important;
		white-space: normal !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone {
		flex: 0 0 auto !important;
		font-size: 13px !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		flex: 0 0 56px !important;
		width: 56px !important;
		min-width: 56px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon svg {
		width: 19px !important;
		height: 19px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-address {
		display: inline-flex !important;
		flex: 0 1 clamp(92px, 8.4vw, 150px) !important;
		max-width: clamp(92px, 8.4vw, 150px) !important;
		white-space: normal !important;
		text-align: left !important;
		line-height: 1.25 !important;
	}
}

@media (max-width: 1366px) and (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(106px, 150px) max-content minmax(238px, 1fr) !important;
		column-gap: 12px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-cart {
		flex-basis: clamp(72px, 5.75vw, 84px) !important;
		width: clamp(72px, 5.75vw, 84px) !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden {
		flex-basis: clamp(78px, 6.2vw, 94px) !important;
		width: clamp(78px, 6.2vw, 94px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone {
		font-size: 12.5px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		flex-basis: 50px !important;
		width: 50px !important;
		min-width: 50px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-address {
		flex-basis: 92px !important;
		max-width: 92px !important;
	}
}

/* v3.3 — keep the full desktop menu; address sits after Instagram in two lines */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header {
		padding-inline: clamp(18px, 2vw, 32px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__desktop {
		width: min(1640px, calc(100vw - 36px)) !important;
		max-width: calc(100vw - 36px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__top {
		display: grid !important;
		grid-template-columns: minmax(116px, 176px) max-content minmax(262px, 1fr) !important;
		align-items: center !important;
		column-gap: clamp(12px, 1.6vw, 28px) !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo__image {
		max-width: clamp(106px, 8.4vw, 148px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav {
		justify-self: center !important;
		max-width: none !important;
		overflow: visible !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-cart {
		flex: 0 0 clamp(78px, 6.15vw, 94px) !important;
		width: clamp(78px, 6.15vw, 94px) !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden {
		flex-basis: clamp(86px, 6.8vw, 106px) !important;
		width: clamp(86px, 6.8vw, 106px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		height: 78px !important;
		min-height: 78px !important;
		padding: 10px 8px 9px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link > span:not(.kf-nav-icon),
	body:not(.woocommerce-checkout) .kf-site-cart__button::after {
		font-size: 10.5px !important;
		line-height: 14px !important;
		max-width: 100% !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon,
	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		width: 30px !important;
		height: 30px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		width: 25px !important;
		height: 25px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--bukety .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-nav-item--buketi .kf-site-nav__link .kf-nav-icon svg {
		width: 29px !important;
		height: 29px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart-count {
		top: 10px !important;
		right: 11px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		justify-self: end !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: clamp(10px, 1vw, 16px) !important;
		min-width: 0 !important;
		max-width: 100% !important;
		white-space: normal !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone {
		flex: 0 0 auto !important;
		font-size: 13px !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		flex: 0 0 56px !important;
		width: 56px !important;
		min-width: 56px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon svg {
		width: 19px !important;
		height: 19px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-address {
		display: inline-flex !important;
		flex: 0 1 clamp(92px, 8.4vw, 150px) !important;
		max-width: clamp(92px, 8.4vw, 150px) !important;
		white-space: normal !important;
		text-align: left !important;
		line-height: 1.25 !important;
	}
}

@media (max-width: 1366px) and (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(106px, 150px) max-content minmax(238px, 1fr) !important;
		column-gap: 12px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-cart {
		flex-basis: clamp(72px, 5.75vw, 84px) !important;
		width: clamp(72px, 5.75vw, 84px) !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden {
		flex-basis: clamp(78px, 6.2vw, 94px) !important;
		width: clamp(78px, 6.2vw, 94px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone {
		font-size: 12.5px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		flex-basis: 50px !important;
		width: 50px !important;
		min-width: 50px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-address {
		flex-basis: 92px !important;
		max-width: 92px !important;
	}
}

/* v3.0 — desktop header anti-overlap after address */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header {
		padding-inline: clamp(16px, 2vw, 32px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__desktop {
		width: min(1500px, 100%) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__top {
		display: grid !important;
		grid-template-columns: minmax(94px, 148px) minmax(0, max-content) minmax(190px, max-content) !important;
		align-items: center !important;
		column-gap: clamp(12px, 1.6vw, 28px) !important;
		width: 100% !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo {
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo__image {
		max-width: clamp(92px, 8.5vw, 142px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav {
		justify-self: center !important;
		display: flex !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow: visible !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-cart {
		flex: 0 1 clamp(66px, 5.65vw, 84px) !important;
		width: clamp(66px, 5.65vw, 84px) !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden {
		flex-basis: clamp(72px, 6vw, 92px) !important;
		width: clamp(72px, 6vw, 92px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		width: 100% !important;
		min-width: 0 !important;
		height: 74px !important;
		min-height: 74px !important;
		padding: 9px 6px 8px !important;
		box-sizing: border-box !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link > span:not(.kf-nav-icon),
	body:not(.woocommerce-checkout) .kf-site-cart__button::after {
		max-width: 100% !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
		font-size: 10.2px !important;
		line-height: 13px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon,
	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		width: 28px !important;
		height: 28px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		width: 24px !important;
		height: 24px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--bukety .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-nav-item--buketi .kf-site-nav__link .kf-nav-icon svg {
		width: 27px !important;
		height: 27px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart-count {
		top: 10px !important;
		right: 10px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		justify-self: end !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: 12px !important;
		min-width: 0 !important;
		max-width: 410px !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone {
		flex: 0 0 auto !important;
		font-size: 13px !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		flex: 0 0 54px !important;
		width: 54px !important;
		min-width: 54px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-address {
		flex: 0 1 180px !important;
		max-width: 180px !important;
		white-space: normal !important;
	}
}

@media (max-width: 1540px) and (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__desktop {
		width: min(100%, calc(100vw - 28px)) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(86px, 126px) minmax(0, max-content) minmax(186px, max-content) !important;
		column-gap: clamp(10px, 1.1vw, 18px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-address {
		display: none !important;
	}
}

@media (max-width: 1366px) and (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(76px, 106px) minmax(0, max-content) minmax(174px, max-content) !important;
		column-gap: 8px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-cart {
		flex-basis: clamp(58px, 5.35vw, 74px) !important;
		width: clamp(58px, 5.35vw, 74px) !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden {
		flex-basis: clamp(64px, 5.75vw, 82px) !important;
		width: clamp(64px, 5.75vw, 82px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		height: 70px !important;
		min-height: 70px !important;
		padding-inline: 5px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link > span:not(.kf-nav-icon),
	body:not(.woocommerce-checkout) .kf-site-cart__button::after {
		font-size: 9.4px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone {
		font-size: 12px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		flex-basis: 46px !important;
		width: 46px !important;
		min-width: 46px !important;
	}
}

/* v1.8 — keep header padding inside the viewport width */
body:not(.woocommerce-checkout) .kf-site-header {
	box-sizing: border-box !important;
	max-width: 100% !important;
}


/* =========================================================
   v1.5 — final premium mobile drawer override
   ========================================================= */

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu {
		background: rgba(22, 21, 18, .46) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__panel {
		max-height: min(78dvh, 620px) !important;
		padding: 34px 24px calc(24px + env(safe-area-inset-bottom)) !important;
		border: 1px solid rgba(44, 40, 31, .07) !important;
		border-radius: 30px 30px 0 0 !important;
		background: #fffdf8 !important;
		box-shadow: 0 -32px 90px rgba(26, 23, 17, .24) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__close {
		width: 34px !important;
		height: 34px !important;
		border: 1px solid rgba(45, 43, 35, .10) !important;
		background: rgba(255, 253, 248, .84) !important;
		color: #25261f !important;
		box-shadow: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__nav {
		display: grid !important;
		gap: 2px !important;
		padding-top: 18px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item {
		border-bottom: 1px solid rgba(49, 48, 40, .075) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-row {
		display: block !important;
		min-height: 60px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main {
		width: 100% !important;
		min-height: 60px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 16px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		font-family: "Playfair Display", Georgia, serif !important;
		font-size: 24px !important;
		font-weight: 500 !important;
		line-height: 1 !important;
		letter-spacing: 0 !important;
		text-transform: none !important;
		text-align: left !important;
		color: #24251f !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main[aria-expanded="true"] {
		color: #24251f !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main span {
		color: inherit !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main svg {
		width: 15px !important;
		height: 15px !important;
		color: #8b887c !important;
		opacity: 1 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children {
		display: grid !important;
		gap: 0 !important;
		padding: 0 0 16px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children[hidden] {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a {
		position: relative !important;
		min-height: 48px !important;
		display: flex !important;
		align-items: center !important;
		padding: 0 34px 0 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		font-family: Inter, Arial, sans-serif !important;
		font-size: 13px !important;
		font-weight: 500 !important;
		line-height: 1.2 !important;
		letter-spacing: 0 !important;
		text-transform: none !important;
		color: #6b695e !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a::before {
		display: none !important;
		content: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a::after {
		right: 4px !important;
		width: 5px !important;
		height: 5px !important;
		opacity: .24 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 6px !important;
		margin-top: 20px !important;
		padding-top: 0 !important;
		border-top: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link {
		min-height: 36px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link span {
		font-family: Inter, Arial, sans-serif !important;
		font-size: 12px !important;
		font-weight: 500 !important;
		line-height: 1 !important;
		letter-spacing: 0 !important;
		text-transform: none !important;
		color: #908c80 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong {
		font-family: Inter, Arial, sans-serif !important;
		font-size: 14px !important;
		font-weight: 600 !important;
		line-height: 1 !important;
		letter-spacing: .01em !important;
		color: #24251f !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram {
		min-height: 34px !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 8px !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		font-family: Inter, Arial, sans-serif !important;
		font-size: 13px !important;
		font-weight: 600 !important;
		line-height: 1 !important;
		letter-spacing: 0 !important;
		text-transform: none !important;
		color: #696f52 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram svg {
		width: 15px !important;
		height: 15px !important;
	}
}


body:not(.woocommerce-checkout) #footer {
	display: none !important;
}

body {
	background: var(--kf-bg);
}

.kf-site-header {
	position: relative;
	z-index: 100;

	width: 100%;
	padding: 18px 24px 16px;

	background: var(--kf-bg);
	box-sizing: border-box;
}

.kf-site-header__desktop {
	width: min(1320px, 100%);
	margin: 0 auto;
}

.kf-site-header__top {
	display: flex;
	align-items: center;
	justify-content: space-between;

	min-height: 48px;
}

.kf-site-logo {
	display: inline-flex;
	align-items: center;

	color: var(--kf-olive-dark);
	text-decoration: none;
}

.kf-site-logo__text {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 27px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -.035em;
}

.kf-site-logo__image {
	display: block;

	width: auto;
	max-width: 220px;
	max-height: 52px;
}

.kf-site-header__contacts {
	display: flex;
	align-items: center;
	gap: 18px;
}

.kf-site-phone,
.kf-site-instagram {
	font-family: "Inter", Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;

	color: var(--kf-text);
	text-decoration: none;

	transition: color .18s ease;
}

.kf-site-instagram {
	color: var(--kf-olive-dark);
}

.kf-site-phone:hover,
.kf-site-instagram:hover {
	color: var(--kf-olive);
}

.kf-site-nav {
	display: flex;
	align-items: center;
	justify-content: center;

	width: fit-content;
	max-width: 100%;

	margin: 12px auto 0;
	padding: 5px;

	border: 1px solid rgba(116, 125, 76, .10);
	border-radius: 15px;

	background: rgba(221, 218, 207, .78);

	box-shadow: 0 10px 28px rgba(67, 62, 49, .06);

	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.kf-nav-item {
	position: relative;
}

.kf-site-nav__link,
.kf-site-cart__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;

	min-height: 38px;
	padding: 0 18px;

	border-radius: 11px;

	font-family: "Inter", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;

	color: #3d3e35;
	text-decoration: none;
	white-space: nowrap;

	transition:
		background-color .18s ease,
		color .18s ease,
		box-shadow .18s ease,
		transform .18s ease;
}

.kf-site-nav__link:hover,
.kf-nav-item:focus-within > .kf-site-nav__link,
.kf-nav-item:hover > .kf-site-nav__link,
.kf-site-cart__button:hover {
	background: rgba(255, 253, 248, .9);
	color: var(--kf-olive-dark);
	box-shadow: 0 4px 14px rgba(74, 70, 56, .06);
}

.kf-nav-chevron {
	transition: transform .18s ease;
}

.kf-nav-item:hover .kf-nav-chevron,
.kf-nav-item:focus-within .kf-nav-chevron {
	transform: rotate(180deg);
}

/* Dropdown */
.kf-nav-dropdown {
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;

	z-index: 120;

	display: grid;
	gap: 2px;

	min-width: 210px;
	padding: 8px;

	border: 1px solid rgba(113, 109, 93, .10);
	border-radius: 14px;

	background: rgba(255, 253, 248, .98);

	box-shadow: 0 18px 44px rgba(63, 58, 45, .12);

	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	transform: translate(-50%, 6px);

	transition:
		opacity .16s ease,
		transform .16s ease,
		visibility .16s ease;
}

.kf-nav-item:hover .kf-nav-dropdown,
.kf-nav-item:focus-within .kf-nav-dropdown {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;

	transform: translate(-50%, 0);
}

.kf-nav-dropdown::before {
	content: "";

	position: absolute;
	left: 0;
	right: 0;
	top: -10px;

	height: 10px;
}

.kf-nav-dropdown a {
	display: flex;
	align-items: center;

	min-height: 39px;
	padding: 0 12px;

	border-radius: 9px;

	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;

	color: #3e4036;
	text-decoration: none;
	white-space: nowrap;
}

.kf-nav-dropdown a:hover {
	background: var(--kf-olive-soft);
	color: var(--kf-olive-dark);
}


.kf-site-nav__divider {
	width: 1px;
	height: 22px;

	margin: 0 3px;

	background: rgba(73, 75, 63, .12);
}

.kf-site-cart__button {
	color: var(--kf-olive-dark);
}

.kf-site-cart-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-width: 20px;
	height: 20px;
	padding: 0 5px;

	border-radius: 999px;

	background: var(--kf-olive);
	color: #fff;

	font-family: "Inter", sans-serif;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;

	box-sizing: border-box;
}

.kf-site-header__mobile,
.kf-mobile-menu {
	display: none;
}


/* Footer */
.kf-site-footer {
	width: min(1320px, calc(100% - 48px));
	margin: 44px auto 18px;
	padding: 20px 0;

	border-top: 1px solid rgba(89, 86, 72, .12);
}

.kf-site-footer__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: start;
	gap: 28px;
}

.kf-site-footer__left {
	justify-self: start;
	text-align: left;
}

.kf-site-footer__legal {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;

	text-align: center;
}

.kf-site-footer__right {
	display: grid;
	grid-template-columns: max-content max-content;
	align-items: center;
	justify-self: end;
	gap: 14px;

	text-align: left;
}

.kf-site-footer__phones {
	display: grid;
	gap: 3px;
}

.kf-site-footer__address {
	white-space: nowrap;
}

.kf-site-footer__hours {
	margin-top: 6px;
}

.kf-site-footer a,
.kf-site-footer__hours {
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;

	color: #6d6b60;
	text-decoration: none;
}

.kf-site-footer a:hover {
	color: var(--kf-olive-dark);
}

.kf-site-footer__phones {
	justify-items: start;

	font-variant-numeric: tabular-nums;
}

.kf-site-footer__phones a {
	display: block;

	min-height: 0;
	line-height: 1.5;
	white-space: nowrap;
}

.kf-site-footer__socials {
	display: inline-flex;
	align-items: center;
	align-self: stretch;
	justify-content: flex-end;
	gap: 8px;
	height: 100%;
}

.kf-site-footer__socials a {
	display: inline-grid;
	place-items: center;

	width: 30px;
	height: 30px;

	border-radius: 999px;
	color: #6d6b60;
}

.kf-site-footer__socials svg {
	width: 20px;
	height: 20px;

	color: currentColor;
}

@media (max-width: 900px) {

	.kf-site-footer__inner {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.kf-site-footer__left {
		order: 1;
		justify-self: stretch;

		text-align: left;
	}

	.kf-site-footer__right {
		order: 2;
		justify-self: stretch;
		grid-template-columns: max-content max-content;
		align-items: center;
		justify-content: start;
		gap: 14px;

		text-align: left;
	}

	.kf-site-footer__phones {
		justify-items: start;
		gap: 2px;
	}

	.kf-site-footer__phones a {
		display: block;
		min-height: 0;
		line-height: 1.55;
	}

	.kf-site-footer__socials {
		align-self: stretch;
		align-items: center;
		justify-content: flex-start;
	}

	.kf-site-footer__legal {
		order: 4;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 10px 18px;

		text-align: left;
	}
}


/*
|--------------------------------------------------------------------------
| MOBILE
|--------------------------------------------------------------------------
*/

@media (max-width: 767px) {

	.kf-site-header {
		position: sticky;
		top: 0;

		padding: 10px 14px;

		border-bottom: 1px solid rgba(72, 72, 61, .08);

		background: rgba(248, 243, 232, .96);

		backdrop-filter: blur(14px);
		-webkit-backdrop-filter: blur(14px);
	}

	.kf-site-header__desktop {
		display: none;
	}

	.kf-site-header__mobile {
		display: grid;
		grid-template-columns: 44px minmax(0, 1fr) 44px;
		align-items: center;

		min-height: 46px;
	}

	.kf-site-logo--mobile {
		justify-self: center;
		min-width: 0;
	}

	.kf-site-logo--mobile .kf-site-logo__text {
		font-size: 20px;
	}

	.kf-site-logo--mobile .kf-site-logo__image {
		max-width: 132px;
		max-height: 38px;
	}

	.kf-mobile-menu-button,
	.kf-mobile-cart-button {
		display: inline-flex;
		align-items: center;
		justify-content: center;

		width: 40px;
		height: 40px;

		margin: 0;
		padding: 0;

		border: 0;
		border-radius: 12px;

		background: transparent;
		color: var(--kf-text);

		cursor: pointer;
	}

	.kf-mobile-menu-button {
		justify-self: start;
	}

	.kf-mobile-menu-button:hover,
	.kf-mobile-cart-button:hover {
		background: rgba(116, 125, 76, .08);
	}

	.kf-site-cart--mobile {
		justify-self: end;
	}

	.kf-mobile-cart-button {
		position: relative;
	}

	.kf-mobile-cart-button .kf-site-cart-count {
		position: absolute;
		top: 0;
		right: -1px;

		min-width: 17px;
		height: 17px;

		font-size: 9px;
	}

	.kf-mobile-menu {
		position: absolute;
		top: 100%;
		left: 12px;
		right: 12px;

		display: block;

		max-height: calc(100vh - 76px);
		overflow: auto;

		padding: 10px 14px 14px;

		border: 1px solid rgba(116, 125, 76, .12);
		border-radius: 0 0 16px 16px;

		background: #fbf8f1;

		box-shadow: 0 20px 38px rgba(53, 49, 38, .12);
	}

	.kf-mobile-menu[hidden] {
		display: none !important;
	}

	.kf-mobile-menu__nav {
		display: grid;
	}

	.kf-mobile-nav-item {
		border-bottom: 1px solid rgba(62, 62, 52, .08);
	}

	.kf-mobile-nav-main {
		display: flex;
		align-items: center;
		justify-content: space-between;

		min-height: 48px;

		font-family: "Inter", sans-serif;
		font-size: 13px;
		font-weight: 600;

		color: var(--kf-text);
		text-decoration: none;
	}

	.kf-mobile-nav-main span {
		color: var(--kf-olive);
	}

	.kf-mobile-nav-children {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;

		padding: 0 0 12px;
	}

	.kf-mobile-nav-children a {
		display: inline-flex;
		align-items: center;

		min-height: 32px;
		padding: 0 10px;

		border-radius: 999px;

		background: var(--kf-olive-soft);

		font-family: "Inter", sans-serif;
		font-size: 11px;
		font-weight: 500;

		color: var(--kf-olive-dark);
		text-decoration: none;
	}

	.kf-mobile-menu__contacts {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;

		margin-top: 13px;
	}

	.kf-mobile-menu__contacts a {
		display: inline-flex;
		align-items: center;
		justify-content: center;

		min-height: 40px;
		padding: 0 12px;

		border-radius: 11px;

		background: var(--kf-olive-soft);

		font-family: "Inter", sans-serif;
		font-size: 11px;
		font-weight: 500;

		color: var(--kf-olive-dark);
		text-decoration: none;
	}

	.kf-site-footer {
		width: calc(100% - 32px);
		margin: 34px auto 12px;
		padding: 17px 0;
	}

	.kf-site-footer__inner {
		gap: 14px;
	}

	.kf-site-footer a,
	.kf-site-footer__hours {
		font-size: 11.5px;
	}

	.kf-site-footer__phones a {
		display: block;
		min-height: 0;
		line-height: 1.55;
	}

	.kf-site-footer__socials a {
		width: 34px;
		height: 34px;
	}

	.kf-site-footer__socials svg {
		width: 22px;
		height: 22px;
	}
}


/* v0.5 — refined mobile navigation + contacts */
@media (max-width: 767px) {
	.kf-site-header {
		padding: 9px 12px;
	}

	.kf-site-header__mobile {
		grid-template-columns: 42px minmax(0,1fr) 42px;
		min-height: 48px;
	}

	.kf-mobile-menu-button,
	.kf-mobile-cart-button {
		width: 38px;
		height: 38px;
		border-radius: 10px;
	}

	.kf-mobile-menu-button svg {
		width: 21px;
		height: 21px;
	}

	.kf-mobile-menu {
		left: 10px;
		right: 10px;
		padding: 8px 14px 14px;
		border-radius: 0 0 18px 18px;
		background: rgba(255,253,248,.985);
		box-shadow: 0 22px 46px rgba(49,45,35,.13);
	}

	.kf-mobile-nav-item {
		border-bottom: 1px solid rgba(67,65,55,.09);
	}

	.kf-mobile-nav-row {
		display:grid;
		grid-template-columns:minmax(0,1fr) 42px;
		align-items:center;
		min-height:54px;
	}

	.kf-mobile-nav-main {
		min-height:54px;
		font-size:14px;
		font-weight:600;
		letter-spacing:-.01em;
	}

	.kf-mobile-nav-toggle {
		display:grid;
		place-items:center;
		width:36px;
		height:36px;
		justify-self:end;
		margin:0;
		padding:0;
		border:0;
		border-radius:10px;
		background:transparent;
		color:var(--kf-olive-dark);
		cursor:pointer;
	}

	.kf-mobile-nav-toggle:hover,
	.kf-mobile-nav-toggle[aria-expanded="true"] {
		background:var(--kf-olive-soft);
	}

	.kf-mobile-nav-toggle svg {
		transition:transform .18s ease;
	}

	.kf-mobile-nav-toggle[aria-expanded="true"] svg {
		transform:rotate(180deg);
	}

	.kf-mobile-nav-children {
		display:grid;
		grid-template-columns:1fr 1fr;
		gap:7px;
		padding:0 0 13px;
	}

	.kf-mobile-nav-children[hidden] { display:none !important; }

	.kf-mobile-nav-children a {
		display:flex;
		align-items:center;
		min-height:38px;
		padding:7px 10px;
		border:1px solid rgba(116,125,76,.10);
		border-radius:10px;
		background:#f2f3e9;
		font-size:11.5px;
		line-height:1.25;
	}

	.kf-mobile-menu__contacts {
		dis:grid;
		display:grid;
		grid-template-columns:1fr;
		gap:8px;
		margin-top:14px;
	}

	.kf-mobile-contact-copy {
		display:flex;
		align-items:center;
		justify-content:space-between;
		gap:12px;
		min-height:48px;
		padding:10px 12px;
		border:1px solid rgba(116,125,76,.11);
		border-radius:12px;
		background:#faf8f1;
	}

	.kf-mobile-contact-copy span {
		font:500 10px/1.25 Inter,sans-serif;
		color:#858174;
	}

	.kf-mobile-contact-copy a {
		padding:0;
		min-height:0;
		background:none;
		font:600 12px/1.2 Inter,sans-serif;
		color:var(--kf-text);
		white-space:nowrap;
	}

	.kf-mobile-instagram {
		display:flex !important;
		align-items:center !important;
		justify-content:center !important;
		gap:8px;
		min-height:44px !important;
		padding:0 12px !important;
		border:1px solid rgba(116,125,76,.11);
		border-radius:12px !important;
		background:var(--kf-olive-soft) !important;
		font:600 11.5px/1 Inter,sans-serif !important;
		color:var(--kf-olive-dark) !important;
	}
}


/* v0.6 */
.kf-site-instagram--icon {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:34px;
	height:34px;
	padding:0 !important;
	border:1px solid rgba(116,125,76,.14);
	border-radius:10px;
	color:var(--kf-olive-dark);
	background:transparent;
}
.kf-site-instagram--icon:hover {
	background:var(--kf-olive-soft);
	color:var(--kf-olive-dark);
}
body.woocommerce-checkout .kf-site-header {
	padding:12px 24px;
	border-bottom:1px solid rgba(72,72,61,.08);
	background:#fbf7ed;
}
body.woocommerce-checkout .kf-site-header__top {
	grid-template-columns:minmax(0, 1fr) max-content;
	min-height:58px;
}
body.woocommerce-checkout .kf-site-header__contacts {
	justify-self:end;
}
body.woocommerce-checkout .site-main { padding-top:0 !important; }
.kf-mobile-checkout-spacer { display:block; width:40px; height:40px; }
.kf-mobile-checkout-instagram {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	justify-self:end;
	width:40px;
	height:40px;
	border-radius:11px;
	color:var(--kf-olive-dark);
	text-decoration:none;
}
@media (max-width:767px) {
	body.woocommerce-checkout .kf-site-header {
		position:relative;
		padding:8px 14px;
	}
	body.woocommerce-checkout .kf-site-header__mobile { display:grid; }
	body.woocommerce-checkout .kf-site-header__desktop { display:none; }
}


/* =========================================================
   v0.7 — stronger Instagram treatment
   ========================================================= */

.kf-site-header__contacts {
	gap: 12px !important;
}

.kf-site-instagram--icon {
	width: 40px !important;
	height: 40px !important;

	border: 1px solid rgba(111, 122, 72, .22) !important;
	border-radius: 12px !important;

	background: #f4f1e6 !important;
	color: #697546 !important;

	box-shadow: 0 3px 12px rgba(76, 75, 57, .05);
}

.kf-site-instagram--icon svg {
	width: 21px !important;
	height: 21px !important;

	stroke-width: 1.8;
}

.kf-site-instagram--icon:hover {
	background: #e9eadc !important;
	color: #59643b !important;
	transform: translateY(-1px);
}

@media (max-width: 767px) {
	.kf-mobile-checkout-instagram {
		width: 42px !important;
		height: 42px !important;

		border: 1px solid rgba(111, 122, 72, .18);
		border-radius: 12px;

		background: #f4f1e6;
	}

	.kf-mobile-checkout-instagram svg {
		width: 22px !important;
		height: 22px !important;
	}
}


/* =========================================================
   v0.8 — single-line desktop header
   ========================================================= */

@media (min-width: 768px) {
	.kf-site-header {
		padding: 16px 24px;
	}

	.kf-site-header__top {
		display: grid;
		grid-template-columns: minmax(180px, 1fr) auto minmax(250px, 1fr);
		align-items: center;
		gap: 24px;
		min-height: 58px;
	}

	.kf-site-logo {
		justify-self: start;
	}

	.kf-site-nav {
		justify-self: center;
		margin: 0;
	}

	.kf-site-header__contacts {
		justify-self: end;
	}

	.kf-site-instagram--icon {
		border-color: transparent !important;
		background:
			radial-gradient(circle at 30% 107%, #fdf497 0 12%, #fd5949 42%, #d6249f 64%, #285aeb 100%) !important;
		color: #fff !important;
		box-shadow: 0 6px 16px rgba(126, 72, 102, .16);
	}

	.kf-site-instagram--icon:hover {
		background:
			radial-gradient(circle at 30% 107%, #fdf497 0 12%, #fd5949 42%, #d6249f 64%, #285aeb 100%) !important;
		color: #fff !important;
		box-shadow: 0 8px 20px rgba(126, 72, 102, .20);
	}
}

@media (min-width: 768px) and (max-width: 1060px) {
	.kf-site-header__top {
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 14px;
	}

	.kf-site-nav__link,
	.kf-site-cart__button {
		padding-inline: 12px;
	}
}


/* =========================================================
   v0.9 — refined sticky header + mobile navigation
   ========================================================= */

.kf-site-cart-count {
	display: none;
}

.kf-site-cart-count:not(:empty) {
	display: inline-flex;
}

.kf-site-cart-count.is-empty {
	display: none !important;
}

.kf-site-cart-count:is(:empty),
.kf-site-cart-count:has(+ *) {
	display: none;
}

@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header {
		position: sticky;
		top: 0;
		z-index: 500;
		padding-block: 12px;
		border-bottom: 1px solid rgba(78, 75, 63, .08);
		background: rgba(250, 246, 237, .90);
		backdrop-filter: blur(18px);
		-webkit-backdrop-filter: blur(18px);
	}

	.kf-site-header__top {
		min-height: 54px;
	}

	.kf-site-instagram--icon {
		width: 34px !important;
		height: 34px !important;
		border: 1px solid rgba(67, 68, 55, .13) !important;
		border-radius: 10px !important;
		background: rgba(255, 253, 248, .56) !important;
		color: #34362e !important;
		box-shadow: none !important;
	}

	.kf-site-instagram--icon svg {
		width: 18px !important;
		height: 18px !important;
		stroke-width: 1.65;
	}

	.kf-site-instagram--icon:hover {
		background: #fffdf8 !important;
		color: #11130f !important;
		box-shadow: 0 7px 18px rgba(48, 43, 32, .08) !important;
		transform: translateY(-1px);
	}
}

@media (max-width: 767px) {
	body.kf-mobile-menu-open {
		overflow: hidden;
	}

	body:not(.woocommerce-checkout) .kf-site-header {
		z-index: 700;
		padding: 8px 12px;
		background: rgba(250, 246, 237, .94);
	}

	.kf-site-header__mobile {
		min-height: 50px;
	}

	.kf-mobile-menu-button,
	.kf-mobile-cart-button {
		width: 40px;
		height: 40px;
	}

	.kf-mobile-menu-button {
		position: relative;
	}

	.kf-mobile-menu-button::before,
	.kf-mobile-menu-button::after {
		content: "";
		position: absolute;
		left: 12px;
		right: 12px;
		top: 19px;
		height: 1.5px;
		border-radius: 999px;
		background: currentColor;
		opacity: 0;
		transition: opacity .16s ease, transform .16s ease;
	}

	.kf-mobile-menu-button[aria-expanded="true"] svg {
		opacity: 0;
	}

	.kf-mobile-menu-button[aria-expanded="true"]::before {
		opacity: 1;
		transform: rotate(45deg);
	}

	.kf-mobile-menu-button[aria-expanded="true"]::after {
		opacity: 1;
		transform: rotate(-45deg);
	}

	.kf-mobile-menu-button[aria-expanded="true"],
	.kf-mobile-cart-button:hover {
		background: rgba(63, 67, 48, .07);
	}

	.kf-mobile-menu {
		position: fixed;
		top: 66px;
		left: 12px;
		right: 12px;
		z-index: 690;
		display: block;
		max-height: calc(100dvh - 82px);
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: 16px 15px 15px;
		border: 1px solid rgba(73, 74, 59, .10);
		border-radius: 18px;
		background: rgba(255, 253, 248, .98);
		box-shadow: 0 24px 60px rgba(44, 39, 30, .18);
	}

	.kf-mobile-menu[hidden] {
		display: none !important;
	}

	.kf-mobile-menu__nav {
		gap: 4px;
	}

	.kf-mobile-nav-item {
		border-bottom: 1px solid rgba(67, 65, 55, .08);
	}

	.kf-mobile-nav-row {
		min-height: 50px;
	}

	.kf-mobile-nav-main {
		min-height: 50px;
		font-size: 14px;
		font-weight: 600;
		color: #272821;
	}

	.kf-mobile-nav-toggle {
		width: 38px;
		height: 38px;
		border-radius: 999px;
	}

	.kf-mobile-nav-toggle[aria-expanded="true"] {
		background: #eef0e4;
	}

	.kf-mobile-nav-children {
		grid-template-columns: 1fr;
		gap: 8px;
		padding-bottom: 14px;
	}

	.kf-mobile-nav-children a {
		min-height: 40px;
		padding-inline: 12px;
		border-color: rgba(79, 82, 61, .10);
		border-radius: 11px;
		background: #f4f4eb;
		font-size: 12px;
		color: #5a613f;
	}

	.kf-mobile-menu__contacts {
		gap: 9px;
		margin-top: 16px;
	}

	.kf-mobile-contact-copy {
		display: grid;
		grid-template-columns: 1fr;
		gap: 5px;
		min-height: 0;
		padding: 12px;
		border-radius: 13px;
	}

	.kf-mobile-contact-copy a {
		font-size: 13px;
	}

	.kf-mobile-instagram {
		min-height: 42px !important;
		border-radius: 13px !important;
		background: #eef0e4 !important;
		color: #5d6542 !important;
	}
}


/* =========================================================
   v1.0 — mobile menu as premium bottom drawer
   ========================================================= */

@media (max-width: 767px) {
	.kf-mobile-menu {
		position: fixed;
		inset: 0;
		z-index: 900;
		display: flex;
		align-items: flex-end;
		max-height: none;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: rgba(28, 27, 22, .34);
		box-shadow: none;
		overflow: hidden;
	}

	.kf-mobile-menu[hidden] {
		display: none !important;
	}

	.kf-mobile-menu__panel {
		width: 100%;
		max-height: min(82dvh, 680px);
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: 18px 18px calc(18px + env(safe-area-inset-bottom));
		border: 1px solid rgba(71, 67, 53, .08);
		border-radius: 24px 24px 0 0;
		background: #fffdf8;
		box-shadow: 0 -24px 70px rgba(30, 27, 20, .20);
	}

	.kf-mobile-menu__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		margin-bottom: 10px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(67, 65, 55, .08);
	}

	.kf-mobile-menu__head span {
		display: block;
		margin-bottom: 4px;
		font: 500 11px/1 Inter, sans-serif;
		color: #858174;
	}

	.kf-mobile-menu__head strong {
		display: block;
		font: 600 18px/1.1 "Playfair Display", Georgia, serif;
		color: #24251f;
	}

	.kf-mobile-menu__close {
		display: inline-grid;
		place-items: center;
		width: 40px;
		height: 40px;
		margin: 0;
		padding: 0;
		border: 1px solid rgba(67, 65, 55, .10);
		border-radius: 999px;
		background: #faf8f1;
		color: #303127;
	}

	.kf-mobile-menu__nav {
		display: grid;
		gap: 0;
	}

	.kf-mobile-nav-item {
		border-bottom: 1px solid rgba(67, 65, 55, .08);
	}

	.kf-mobile-nav-row {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 44px;
		align-items: center;
		min-height: 60px;
	}

	.kf-mobile-nav-main {
		display: flex;
		align-items: center;
		min-height: 60px;
		font: 600 18px/1.1 "Playfair Display", Georgia, serif;
		color: #24251f;
		text-decoration: none;
	}

	.kf-mobile-nav-toggle {
		display: grid;
		place-items: center;
		width: 38px;
		height: 38px;
		justify-self: end;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 999px;
		background: transparent;
		color: #606745;
	}

	.kf-mobile-nav-toggle[aria-expanded="true"] {
		background: #eef0e4;
	}

	.kf-mobile-nav-toggle svg {
		transition: transform .18s ease;
	}

	.kf-mobile-nav-toggle[aria-expanded="true"] svg {
		transform: rotate(180deg);
	}

	.kf-mobile-nav-children {
		display: grid;
		grid-template-columns: 1fr;
		gap: 7px;
		padding: 0 0 15px;
	}

	.kf-mobile-nav-children[hidden] {
		display: none !important;
	}

	.kf-mobile-nav-children a {
		display: flex;
		align-items: center;
		min-height: 44px;
		padding: 0 13px;
		border: 1px solid rgba(79, 82, 61, .10);
		border-radius: 12px;
		background: #f4f4eb;
		font: 500 13px/1.2 Inter, sans-serif;
		color: #5a613f;
		text-decoration: none;
	}

	.kf-mobile-menu__contacts {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 16px;
	}

	.kf-mobile-contact-copy {
		display: grid;
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 13px;
		border: 1px solid rgba(79, 82, 61, .10);
		border-radius: 14px;
		background: #faf8f1;
	}

	.kf-mobile-contact-copy span {
		font: 500 11px/1.25 Inter, sans-serif;
		color: #858174;
	}

	.kf-mobile-contact-copy a {
		padding: 0;
		min-height: auto;
		background: transparent;
		font: 600 14px/1.2 Inter, sans-serif;
		color: #24251f;
		text-decoration: none;
	}

	.kf-mobile-instagram {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 8px;
		min-height: 46px !important;
		padding: 0 14px !important;
		border: 1px solid rgba(79, 82, 61, .10);
		border-radius: 14px !important;
		background: #eef0e4 !important;
		font: 600 13px/1 Inter, sans-serif !important;
		color: #5d6542 !important;
		text-decoration: none;
	}
}


/* =========================================================
   v1.4 — boutique mobile drawer polish
   ========================================================= */

@media (max-width: 767px) {
	.kf-mobile-menu__panel {
		max-height: min(80dvh, 660px);
		padding: 30px 22px calc(22px + env(safe-area-inset-bottom));
		background: #fffdf8;
	}

	.kf-mobile-menu__nav {
		padding-top: 18px;
	}

	.kf-mobile-nav-item {
		border-bottom: 1px solid rgba(49, 48, 40, .08);
	}

	.kf-mobile-nav-row,
	.kf-mobile-nav-main {
		min-height: 58px;
	}

	.kf-mobile-nav-main {
		font-family: "Playfair Display", Georgia, serif;
		font-size: 22px;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0;
		text-transform: none;
		color: #24251f !important;
	}

	.kf-mobile-nav-main[aria-expanded="true"] {
		color: #24251f !important;
	}

	.kf-mobile-nav-main svg {
		width: 14px;
		height: 14px;
		color: #777467;
		opacity: .9;
	}

	.kf-mobile-nav-children {
		padding: 0 0 14px 2px;
	}

	.kf-mobile-nav-children a {
		min-height: 36px;
		padding: 0 20px 0 0;
		color: #6f6c60;
		font: 500 13px/1.2 Inter, sans-serif;
	}

	.kf-mobile-nav-children a::before {
		display: none;
	}

	.kf-mobile-nav-children a::after {
		right: 1px;
		opacity: .22;
	}

	.kf-mobile-menu__contacts {
		margin-top: 18px;
		padding-top: 0;
		border-top: 0;
	}

	.kf-mobile-phone-link,
	.kf-mobile-instagram {
		min-height: 32px !important;
	}

	.kf-mobile-phone-link span {
		font: 500 11px/1 Inter, sans-serif;
		letter-spacing: 0;
		text-transform: none;
		color: #8a8679;
	}

	.kf-mobile-phone-link strong {
		font: 600 14px/1 Inter, sans-serif;
		color: #24251f;
	}

	.kf-mobile-instagram {
		color: #6b7053 !important;
		font: 600 13px/1 Inter, sans-serif !important;
	}
}


/* =========================================================
   v1.1 — full-row mobile category accordion
   ========================================================= */

@media (max-width: 767px) {
	.kf-mobile-nav-row {
		display: block;
		min-height: 58px;
	}

	.kf-mobile-nav-main {
		width: 100%;
		min-height: 58px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		font: 600 18px/1.1 "Playfair Display", Georgia, serif;
		color: #24251f;
		text-align: left;
		text-decoration: none;
		cursor: pointer;
	}

	.kf-mobile-nav-main span {
		color: inherit;
	}

	.kf-mobile-nav-main svg {
		flex: none;
		color: #606745;
		transition: transform .18s ease;
	}

	.kf-mobile-nav-main[aria-expanded="true"] svg {
		transform: rotate(180deg);
	}

	.kf-mobile-nav-main[aria-expanded="true"] {
		color: #606745;
	}

	.kf-mobile-nav-children {
		gap: 0;
		padding: 0 0 14px;
	}

	.kf-mobile-nav-children a {
		position: relative;
		min-height: 44px;
		padding: 0 30px 0 12px;
		border: 0;
		border-top: 1px solid rgba(79, 82, 61, .08);
		border-radius: 0;
		background: transparent;
		font: 500 13px/1.2 Inter, sans-serif;
		color: #626651;
	}

	.kf-mobile-nav-children a::after {
		content: "";
		position: absolute;
		right: 13px;
		top: 50%;
		width: 6px;
		height: 6px;
		border-right: 1.4px solid currentColor;
		border-bottom: 1.4px solid currentColor;
		opacity: .45;
		transform: translateY(-50%) rotate(-45deg);
	}

	.kf-mobile-nav-children a:first-child {
		border-top-color: rgba(79, 82, 61, .12);
	}
}


/* =========================================================
   v1.2 — cleaner mobile drawer header and contacts
   ========================================================= */

@media (max-width: 767px) {
	.kf-mobile-menu__panel {
		position: relative;
		padding-top: 22px;
	}

	.kf-mobile-menu__head {
		position: absolute;
		top: 12px;
		right: 14px;
		z-index: 2;
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
	}

	.kf-mobile-menu__close {
		width: 36px;
		height: 36px;
		border-color: rgba(67, 65, 55, .10);
		background: rgba(250, 248, 241, .92);
		color: #33342a;
	}

	.kf-mobile-menu__nav {
		padding-top: 26px;
	}

	.kf-mobile-menu__contacts {
		gap: 7px;
		margin-top: 18px;
		padding-top: 14px;
		border-top: 1px solid rgba(67, 65, 55, .08);
	}

	.kf-mobile-phone-link,
	.kf-mobile-instagram {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		min-height: 46px !important;
		padding: 0 2px !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		text-decoration: none;
	}

	.kf-mobile-phone-link span {
		font: 500 12px/1 Inter, sans-serif;
		color: #858174;
	}

	.kf-mobile-phone-link strong {
		font: 600 14px/1 Inter, sans-serif;
		color: #24251f;
	}

	.kf-mobile-instagram {
		justify-content: flex-start !important;
		gap: 9px;
		min-height: 40px !important;
		font: 600 13px/1 Inter, sans-serif !important;
		color: #5d6542 !important;
	}

	.kf-mobile-instagram svg {
		width: 17px;
		height: 17px;
	}
}


/* =========================================================
   v1.3 — quieter premium mobile drawer
   ========================================================= */

@media (max-width: 767px) {
	.kf-mobile-menu {
		background: rgba(29, 28, 24, .42);
	}

	.kf-mobile-menu__panel {
		max-height: min(78dvh, 640px);
		padding: 28px 22px calc(24px + env(safe-area-inset-bottom));
		border: 1px solid rgba(58, 54, 43, .08);
		border-radius: 26px 26px 0 0;
		background: #fffdf8;
		box-shadow: 0 -28px 80px rgba(29, 26, 19, .24);
	}

	.kf-mobile-menu__close {
		width: 34px;
		height: 34px;
		border: 1px solid rgba(56, 52, 42, .10);
		background: transparent;
		color: #2c2d26;
	}

	.kf-mobile-menu__close:hover {
		background: #f5f2ea;
	}

	.kf-mobile-menu__nav {
		padding-top: 20px;
	}

	.kf-mobile-nav-item {
		border-bottom: 1px solid rgba(49, 48, 40, .09);
	}

	.kf-mobile-nav-row,
	.kf-mobile-nav-main {
		min-height: 56px;
	}

	.kf-mobile-nav-main {
		padding: 0 !important;
		background: transparent !important;
		color: #22231d !important;
		font: 600 13px/1.1 Inter, sans-serif;
		letter-spacing: .085em;
		text-transform: uppercase;
	}

	.kf-mobile-nav-main[aria-expanded="true"] {
		background: transparent !important;
		color: #5f6745 !important;
	}

	.kf-mobile-nav-main svg {
		width: 15px;
		height: 15px;
		color: currentColor;
		opacity: .72;
	}

	.kf-mobile-nav-children {
		gap: 0;
		padding: 0 0 16px;
	}

	.kf-mobile-nav-children a {
		min-height: 38px;
		padding: 0 22px 0 0;
		border: 0;
		background: transparent;
		color: #6d6b60;
		font: 500 13px/1.2 Inter, sans-serif;
	}

	.kf-mobile-nav-children a::before {
		content: "";
		width: 18px;
		height: 1px;
		margin-right: 10px;
		background: rgba(95, 103, 69, .34);
	}

	.kf-mobile-nav-children a::after {
		right: 2px;
		opacity: .28;
	}

	.kf-mobile-nav-children a:first-child {
		border-top: 0;
	}

	.kf-mobile-menu__contacts {
		margin-top: 22px;
		padding-top: 18px;
		border-top: 1px solid rgba(49, 48, 40, .09);
	}

	.kf-mobile-phone-link {
		min-height: 34px !important;
		padding: 0 !important;
	}

	.kf-mobile-phone-link span {
		font: 500 10px/1 Inter, sans-serif;
		letter-spacing: .12em;
		text-transform: uppercase;
		color: #969184;
	}

	.kf-mobile-phone-link strong {
		font: 600 13px/1 Inter, sans-serif;
		letter-spacing: .02em;
		color: #272821;
	}

	.kf-mobile-instagram {
		min-height: 34px !important;
		padding: 0 !important;
		gap: 8px;
		color: #5f6745 !important;
		font: 600 12px/1 Inter, sans-serif !important;
		letter-spacing: .01em;
	}

	.kf-mobile-instagram svg {
		width: 15px;
		height: 15px;
	}
}


/* =========================================================
   v1.6 — final mobile drawer rules, placed last
   ========================================================= */

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu {
		background: rgba(22, 21, 18, .46) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__panel {
		max-height: min(78dvh, 620px) !important;
		padding: 34px 24px calc(24px + env(safe-area-inset-bottom)) !important;
		border: 1px solid rgba(44, 40, 31, .07) !important;
		border-radius: 30px 30px 0 0 !important;
		background: #fffdf8 !important;
		box-shadow: 0 -32px 90px rgba(26, 23, 17, .24) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__close {
		width: 34px !important;
		height: 34px !important;
		border: 1px solid rgba(45, 43, 35, .10) !important;
		background: rgba(255, 253, 248, .84) !important;
		color: #25261f !important;
		box-shadow: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__nav {
		display: grid !important;
		gap: 2px !important;
		padding-top: 18px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item {
		border-bottom: 1px solid rgba(49, 48, 40, .075) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-row {
		display: block !important;
		min-height: 60px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main {
		width: 100% !important;
		min-height: 60px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 16px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		font-family: "Playfair Display", Georgia, serif !important;
		font-size: 24px !important;
		font-weight: 500 !important;
		line-height: 1 !important;
		letter-spacing: 0 !important;
		text-transform: none !important;
		text-align: left !important;
		color: #24251f !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main[aria-expanded="true"] {
		color: #24251f !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main span {
		color: inherit !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main svg {
		width: 15px !important;
		height: 15px !important;
		color: #8b887c !important;
		opacity: 1 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children {
		display: grid !important;
		gap: 0 !important;
		padding: 0 0 16px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children[hidden] {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a {
		position: relative !important;
		min-height: 38px !important;
		display: flex !important;
		align-items: center !important;
		padding: 0 20px 0 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		font-family: Inter, Arial, sans-serif !important;
		font-size: 13px !important;
		font-weight: 500 !important;
		line-height: 1.2 !important;
		letter-spacing: 0 !important;
		text-transform: none !important;
		color: #6b695e !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a::before {
		display: none !important;
		content: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a::after {
		right: 2px !important;
		width: 5px !important;
		height: 5px !important;
		opacity: .24 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 6px !important;
		margin-top: 20px !important;
		padding-top: 0 !important;
		border-top: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link {
		min-height: 36px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link span {
		font-family: Inter, Arial, sans-serif !important;
		font-size: 12px !important;
		font-weight: 500 !important;
		line-height: 1 !important;
		letter-spacing: 0 !important;
		text-transform: none !important;
		color: #908c80 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong {
		font-family: Inter, Arial, sans-serif !important;
		font-size: 14px !important;
		font-weight: 600 !important;
		line-height: 1 !important;
		letter-spacing: .01em !important;
		color: #24251f !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram {
		min-height: 34px !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 8px !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		font-family: Inter, Arial, sans-serif !important;
		font-size: 13px !important;
		font-weight: 600 !important;
		line-height: 1 !important;
		letter-spacing: 0 !important;
		text-transform: none !important;
		color: #696f52 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram svg {
		width: 15px !important;
		height: 15px !important;
	}
}


/* v1.7 — compact adaptive desktop header */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header {
		padding-inline: clamp(14px, 1.6vw, 24px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__desktop {
		width: min(1320px, 100%) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__top {
		display: grid !important;
		grid-template-columns: minmax(90px, 170px) minmax(0, 1fr) max-content !important;
		gap: clamp(10px, 1.35vw, 24px) !important;
		align-items: center !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo {
		justify-self: start !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo__image {
		max-width: clamp(86px, 9vw, 160px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav {
		justify-self: center !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-site-cart,
	body:not(.woocommerce-checkout) .kf-site-cart__button {
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		justify-self: end !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		flex-wrap: nowrap !important;
		gap: 10px !important;
		min-width: max-content !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone,
	body:not(.woocommerce-checkout) .kf-site-instagram {
		flex: 0 0 auto !important;
	}
}

@media (min-width: 768px) and (max-width: 1440px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(86px, 145px) minmax(0, 1fr) max-content !important;
		gap: 12px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav {
		padding-inline: 4px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-site-cart__button {
		padding-inline: 9px !important;
		font-size: 11px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__divider {
		margin-inline: 2px !important;
	}
}

@media (min-width: 768px) and (max-width: 1366px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(78px, 118px) minmax(0, 1fr) max-content !important;
		gap: 10px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-site-cart__button {
		padding-inline: 7px !important;
		font-size: 10.5px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		gap: 8px !important;
	}
}

@media (min-width: 768px) and (max-width: 1280px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(72px, 102px) minmax(0, 1fr) max-content !important;
		gap: 8px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav {
		padding-inline: 3px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-site-cart__button {
		padding-inline: 6px !important;
		font-size: 10px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone {
		font-size: 12px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon {
		width: 32px !important;
		height: 32px !important;
		min-width: 32px !important;
	}
}

@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-nav-item:hover .kf-nav-dropdown,
	body:not(.woocommerce-checkout) .kf-nav-item:focus-within .kf-nav-dropdown {
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
		transform: translate(-50%, 0) !important;
		transition: none !important;
	}
}


/* v1.8 — premium icon navigation and mobile drawer */
body:not(.woocommerce-checkout) .kf-nav-icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	color: currentColor;
}

body:not(.woocommerce-checkout) .kf-nav-icon svg,
body:not(.woocommerce-checkout) .kf-nav-icon svg * {
	stroke: currentColor;
	stroke-width: 1.45;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-nav {
		align-items: stretch !important;
		gap: 0 !important;
		padding: 0 !important;
		border: 1px solid rgba(80, 77, 62, .12) !important;
		border-radius: 14px !important;
		background: rgba(255, 253, 248, .86) !important;
		box-shadow: 0 16px 40px rgba(42, 38, 28, .08) !important;
		overflow: visible !important;
		backdrop-filter: blur(14px) !important;
		-webkit-backdrop-filter: blur(14px) !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item {
		display: flex !important;
		align-items: stretch !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item + .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-nav__divider,
	body:not(.woocommerce-checkout) .kf-site-cart {
		border-left: 1px solid rgba(80, 77, 62, .11) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__divider {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-site-cart__button {
		flex-direction: column !important;
		gap: 7px !important;
		min-width: 82px !important;
		min-height: 76px !important;
		height: 76px !important;
		padding: 10px 12px 9px !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		font-size: 11px !important;
		font-weight: 550 !important;
		line-height: 1.05 !important;
		color: #292d1e !important;
		text-align: center !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link:hover,
	body:not(.woocommerce-checkout) .kf-nav-item:hover > .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-nav-item:focus-within > .kf-site-nav__link {
		background: rgba(245, 242, 233, .78) !important;
		color: #4f5934 !important;
		transform: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link > span:not(.kf-nav-icon) {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 4px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon {
		height: 27px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon svg {
		width: 28px !important;
		height: 28px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-chevron {
		width: 10px !important;
		height: 10px !important;
		margin-left: 1px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart {
		display: flex !important;
		align-items: stretch !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		position: relative !important;
		min-width: 68px !important;
		width: 68px !important;
		min-height: 76px !important;
		height: 76px !important;
		padding: 0 !important;
		border-radius: 0 13px 13px 0 !important;
		background: rgba(239, 236, 226, .82) !important;
		color: #4f5934 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		background: rgba(230, 228, 216, .94) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__button > span:not(.kf-site-cart-count) {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		width: 27px !important;
		height: 27px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart-count {
		position: absolute !important;
		top: 12px !important;
		right: 12px !important;
		min-width: 17px !important;
		height: 17px !important;
		padding: 0 4px !important;
		font-size: 9px !important;
		background: #6b7449 !important;
		color: #fff !important;
		box-shadow: 0 0 0 2px #f8f4eb !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-dropdown {
		top: calc(100% + 10px) !important;
	}
}

@media (min-width: 768px) and (max-width: 1366px) {
	body:not(.woocommerce-checkout) .kf-site-nav__link {
		min-width: 76px !important;
		padding-inline: 9px !important;
		font-size: 10px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon svg {
		width: 25px !important;
		height: 25px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		width: 60px !important;
		min-width: 60px !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu {
		padding: 14px !important;
		background: rgba(20, 19, 15, .34) !important;
		backdrop-filter: blur(8px) !important;
		-webkit-backdrop-filter: blur(8px) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__panel {
		width: 100% !important;
		max-width: 430px !important;
		min-height: auto !important;
		max-height: calc(100dvh - 28px) !important;
		margin: 0 auto !important;
		padding: 20px 16px calc(18px + env(safe-area-inset-bottom)) !important;
		border: 1px solid rgba(63, 59, 47, .11) !important;
		border-radius: 22px !important;
		background: rgba(255, 253, 248, .98) !important;
		box-shadow: 0 24px 80px rgba(27, 24, 18, .18) !important;
		overflow-y: auto !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__head {
		display: flex !important;
		justify-content: flex-end !important;
		margin-bottom: 14px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__close {
		width: 42px !important;
		height: 42px !important;
		border: 1px solid rgba(74, 72, 58, .13) !important;
		border-radius: 999px !important;
		background: rgba(248, 245, 237, .92) !important;
		color: #4f5539 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__nav {
		display: grid !important;
		gap: 3px !important;
		padding-top: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item {
		border: 1px solid rgba(80, 77, 62, .1) !important;
		border-radius: 14px !important;
		background: rgba(255, 253, 248, .76) !important;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7) !important;
		overflow: hidden !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-row {
		min-height: 58px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main {
		min-height: 58px !important;
		padding: 0 16px 0 14px !important;
		font-family: "Playfair Display", Georgia, serif !important;
		font-size: 19px !important;
		font-weight: 500 !important;
		line-height: 1 !important;
		color: #24251f !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title {
		display: inline-flex !important;
		align-items: center !important;
		gap: 12px !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon {
		width: 36px !important;
		height: 36px !important;
		border-radius: 999px !important;
		background: #f0eee5 !important;
		color: #4f5539 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon svg {
		width: 21px !important;
		height: 21px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main > svg {
		width: 16px !important;
		height: 16px !important;
		color: #4f5539 !important;
		transform: rotate(-90deg) !important;
		transition: transform .18s ease !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main[aria-expanded="true"] > svg {
		transform: rotate(180deg) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children {
		margin: 0 10px 10px 46px !important;
		padding: 0 !important;
		border: 1px solid rgba(80, 77, 62, .1) !important;
		border-radius: 12px !important;
		background: rgba(251, 249, 243, .86) !important;
		overflow: hidden !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a {
		min-height: 50px !important;
		padding: 0 34px 0 20px !important;
		border-bottom: 1px solid rgba(80, 77, 62, .08) !important;
		font-size: 15px !important;
		color: #2d2e26 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a:last-child {
		border-bottom: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a::after {
		right: 18px !important;
		width: 7px !important;
		height: 7px !important;
		opacity: .42 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 20px !important;
		margin-top: 28px !important;
		padding-top: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link {
		display: inline-flex !important;
		align-items: center !important;
		gap: 9px !important;
		min-height: 38px !important;
		color: #4f5539 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link span {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong {
		font-size: 14px !important;
		font-weight: 500 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link::before {
		content: "" !important;
		width: 17px !important;
		height: 17px !important;
		background: currentColor !important;
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22 16.9v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.68 2.8a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.32 1.84.55 2.8.68A2 2 0 0 1 22 16.9Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22 16.9v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.68 2.8a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.32 1.84.55 2.8.68A2 2 0 0 1 22 16.9Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram {
		width: 38px !important;
		height: 38px !important;
		min-height: 38px !important;
		justify-content: center !important;
		border: 0 !important;
		color: #4f5539 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram span {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram svg {
		width: 20px !important;
		height: 20px !important;
	}
}

@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		min-width: 68px !important;
		width: 68px !important;
		min-height: 76px !important;
		height: 76px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 13px 13px 0 !important;
		background: rgba(239, 236, 226, .82) !important;
		box-shadow: none !important;
		color: var(--kf-olive-dark) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		background: rgba(230, 228, 216, .94) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__button svg,
	body:not(.woocommerce-checkout) .kf-site-cart__button svg * {
		color: currentColor !important;
		stroke: currentColor !important;
		fill: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__button span:not(.kf-site-cart-count) {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu {
		align-items: flex-start !important;
		justify-content: center !important;
		padding-top: 12px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__panel {
		margin-top: 0 !important;
	}
}


/* v1.9 — nav polish after icon layout */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-nav {
		border-radius: 15px !important;
		background: rgba(255, 253, 248, .9) !important;
		box-shadow: 0 12px 34px rgba(42, 38, 28, .07) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link {
		gap: 6px !important;
		min-width: 78px !important;
		min-height: 70px !important;
		height: 70px !important;
		padding: 9px 10px 8px !important;
		font-size: 10.5px !important;
		font-weight: 550 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon {
		height: 26px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon svg {
		width: 25px !important;
		height: 25px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link > span:not(.kf-nav-icon) {
		max-width: 72px !important;
		min-height: 13px !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav .kf-nav-chevron {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 64px !important;
		min-width: 64px !important;
		height: 70px !important;
		min-height: 70px !important;
		border-radius: 0 14px 14px 0 !important;
		background: rgba(238, 235, 225, .72) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		width: 25px !important;
		height: 25px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart-count {
		top: 10px !important;
		right: 10px !important;
	}
}

@media (min-width: 768px) and (max-width: 1366px) {
	body:not(.woocommerce-checkout) .kf-site-nav__link {
		min-width: 72px !important;
		padding-inline: 8px !important;
		font-size: 9.8px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link > span:not(.kf-nav-icon) {
		max-width: 66px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		width: 58px !important;
		min-width: 58px !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu {
		padding: 10px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__panel {
		max-width: 400px !important;
		max-height: calc(100dvh - 20px) !important;
		padding: 14px 12px calc(14px + env(safe-area-inset-bottom)) !important;
		border-radius: 20px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__head {
		position: sticky !important;
		top: 0 !important;
		z-index: 2 !important;
		justify-content: flex-end !important;
		margin: 0 0 8px !important;
		pointer-events: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__close {
		width: 38px !important;
		height: 38px !important;
		pointer-events: auto !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__nav {
		gap: 4px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item {
		border-radius: 13px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-row,
	body:not(.woocommerce-checkout) .kf-mobile-nav-main {
		min-height: 54px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main {
		padding: 0 13px !important;
		font-size: 18px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title {
		gap: 10px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon {
		width: 34px !important;
		height: 34px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon svg {
		width: 19px !important;
		height: 19px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main > svg {
		width: 14px !important;
		height: 14px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children {
		margin: 0 8px 8px 44px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a {
		min-height: 44px !important;
		font-size: 14px !important;
	}

body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		margin-top: 18px !important;
		gap: 16px !important;
	}
}

/* v2.0 — interaction fixes for icon navigation */
body:not(.woocommerce-checkout) .kf-nav-icon svg,
body:not(.woocommerce-checkout) .kf-nav-icon svg * {
	stroke-width: 1.55 !important;
	vector-effect: non-scaling-stroke;
}

@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon svg {
		width: 23px !important;
		height: 23px !important;
		color: #4e5638 !important;
		opacity: .95 !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item.has-dropdown::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 15;
		height: 18px;
	}

	body:not(.woocommerce-checkout) .kf-nav-dropdown {
		top: calc(100% - 2px) !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-dropdown::before {
		top: -18px !important;
		height: 18px !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon {
		background: #f3f0e8 !important;
		color: #586044 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon svg {
		width: 18px !important;
		height: 18px !important;
		transform: none !important;
		transition: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main[aria-expanded="true"] .kf-nav-icon,
	body:not(.woocommerce-checkout) .kf-mobile-nav-toggle[aria-expanded="true"] .kf-nav-icon,
	body:not(.woocommerce-checkout) .kf-mobile-nav-main[aria-expanded="true"] .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-mobile-nav-toggle[aria-expanded="true"] .kf-nav-icon svg {
		transform: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main > svg,
	body:not(.woocommerce-checkout) .kf-mobile-nav-toggle > svg {
		transform-origin: center !important;
	}
}

/* v2.1 — readability pass for premium navigation */
body:not(.woocommerce-checkout) .kf-site-logo {
	gap: 10px !important;
}

body:not(.woocommerce-checkout) .kf-site-logo__image {
	max-height: 60px !important;
	filter: contrast(1.04) saturate(1.04);
}

body:not(.woocommerce-checkout) .kf-site-logo__wordmark {
	display: inline-block;
	max-width: 92px;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.05;
	color: #2d2f22;
	letter-spacing: 0;
}

body:not(.woocommerce-checkout) .kf-site-instagram--icon {
	position: relative !important;
}

body:not(.woocommerce-checkout) .kf-site-instagram--icon::after {
	content: attr(data-tooltip);
	position: absolute;
	right: 50%;
	bottom: calc(100% + 9px);
	z-index: 220;
	width: max-content;
	max-width: 220px;
	padding: 7px 10px;
	border: 1px solid rgba(80, 77, 62, .13);
	border-radius: 10px;
	background: rgba(255, 253, 248, .98);
	box-shadow: 0 14px 34px rgba(42, 38, 28, .12);
	color: #313326;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	opacity: 0;
	pointer-events: none;
	transform: translate(50%, 4px);
	transition: opacity .16s ease, transform .16s ease;
	white-space: nowrap;
}

body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover::after,
body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible::after {
	opacity: 1;
	transform: translate(50%, 0);
}

@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(150px, 210px) minmax(0, 1fr) max-content !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav {
		border-radius: 16px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link {
		min-width: 90px !important;
		height: 74px !important;
		min-height: 74px !important;
		padding: 10px 12px 9px !important;
		gap: 7px !important;
		font-size: 11.3px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden .kf-site-nav__link {
		min-width: 108px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link > span:not(.kf-nav-icon) {
		max-width: none !important;
		min-height: 14px !important;
		overflow: visible !important;
		text-overflow: clip !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon {
		height: 25px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon svg {
		width: 25px !important;
		height: 25px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		height: 74px !important;
		min-height: 74px !important;
	}
}

@media (min-width: 768px) and (max-width: 1440px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(130px, 170px) minmax(0, 1fr) max-content !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo__image {
		max-width: 78px !important;
		max-height: 52px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo__wordmark {
		max-width: 78px;
		font-size: 14px;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link {
		min-width: 82px !important;
		padding-inline: 9px !important;
		font-size: 10.7px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden .kf-site-nav__link {
		min-width: 100px !important;
	}
}

@media (min-width: 768px) and (max-width: 1280px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(96px, 116px) minmax(0, 1fr) max-content !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo__wordmark {
		display: none;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link {
		min-width: 76px !important;
		padding-inline: 7px !important;
		font-size: 9.8px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden .kf-site-nav__link {
		min-width: 92px !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-site-logo__wordmark {
		display: none;
	}

	body:not(.woocommerce-checkout) .kf-site-logo--mobile .kf-site-logo__image {
		max-width: 76px !important;
		max-height: 44px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__panel {
		padding: 16px 14px calc(16px + env(safe-area-inset-bottom)) !important;
		border: 1px solid rgba(80, 77, 62, .13) !important;
		background:
			linear-gradient(180deg, rgba(255, 253, 248, .98), rgba(250, 247, 239, .98)) !important;
		box-shadow: 0 22px 54px rgba(42, 38, 28, .18) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__nav {
		gap: 7px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item {
		border: 1px solid rgba(80, 77, 62, .11) !important;
		background: rgba(255, 253, 248, .74) !important;
		box-shadow: 0 6px 18px rgba(42, 38, 28, .045) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-row,
	body:not(.woocommerce-checkout) .kf-mobile-nav-main {
		min-height: 58px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main {
		padding: 0 14px !important;
		font-size: 18.5px !important;
		font-weight: 500 !important;
		color: #292d1f !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title {
		gap: 12px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon {
		width: 38px !important;
		height: 38px !important;
		background: #f0ede4 !important;
		color: #535b3c !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon svg {
		width: 20px !important;
		height: 20px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main[aria-expanded="true"] {
		background: rgba(242, 239, 229, .72) !important;
		color: #4f5934 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children {
		margin: 0 10px 10px 52px !important;
		background: rgba(255, 253, 248, .72) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		padding-top: 10px !important;
		border-top: 1px solid rgba(80, 77, 62, .1) !important;
	}
}

/* v2.2 — warmer nav palette, clearer icons and visible Instagram label */
body:not(.woocommerce-checkout) .kf-site-logo__wordmark {
	display: none !important;
}

@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(82px, 140px) minmax(0, 1fr) max-content !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo {
		gap: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo__image {
		max-width: 96px !important;
		max-height: 58px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav {
		background: linear-gradient(180deg, rgba(244, 241, 232, .94), rgba(233, 229, 216, .92)) !important;
		border-color: rgba(91, 88, 72, .15) !important;
		box-shadow: 0 14px 34px rgba(42, 38, 28, .09) !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item + .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-nav__divider,
	body:not(.woocommerce-checkout) .kf-site-cart {
		border-left-color: rgba(93, 89, 72, .16) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link {
		color: #303426 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link:hover,
	body:not(.woocommerce-checkout) .kf-nav-item:hover > .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-nav-item:focus-within > .kf-site-nav__link {
		background: rgba(255, 253, 248, .58) !important;
		color: #4f5934 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon svg {
		width: 26px !important;
		height: 26px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--bukety .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-nav-item--buketi .kf-site-nav__link .kf-nav-icon svg {
		width: 31px !important;
		height: 31px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		display: inline-flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 3px !important;
		width: 54px !important;
		min-width: 54px !important;
		height: 42px !important;
		border-radius: 12px !important;
		background: rgba(244, 241, 232, .72) !important;
		box-shadow: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon svg {
		width: 17px !important;
		height: 17px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon span {
		display: block !important;
		font-size: 8.5px !important;
		font-weight: 650 !important;
		line-height: 1 !important;
		color: #4f5639 !important;
		letter-spacing: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1440px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(76px, 112px) minmax(0, 1fr) max-content !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo__image {
		max-width: 82px !important;
		max-height: 54px !important;
	}
}

@media (min-width: 768px) and (max-width: 1280px) {
	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		width: 48px !important;
		min-width: 48px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon span {
		font-size: 8px !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu__panel {
		background: linear-gradient(180deg, rgba(250, 247, 239, .99), rgba(244, 240, 230, .99)) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item {
		background: rgba(255, 253, 248, .62) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon svg {
		width: 21px !important;
		height: 21px !important;
	}
}

/* v2.3 — equal desktop nav cells and cleaner social action */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-nav {
		display: flex !important;
		align-items: stretch !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-cart {
		flex: 0 0 clamp(76px, 6.35vw, 92px) !important;
		width: clamp(76px, 6.35vw, 92px) !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		height: 74px !important;
		min-height: 74px !important;
		padding: 10px 8px 9px !important;
		box-sizing: border-box !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden .kf-site-nav__link {
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link > span:not(.kf-nav-icon) {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden .kf-site-nav__link > span:not(.kf-nav-icon) {
		font-size: .9em !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon {
		height: 30px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-nav-item--bukety .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-nav-item--buketi .kf-site-nav__link .kf-nav-icon svg {
		width: 28px !important;
		height: 28px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		width: 34px !important;
		min-width: 34px !important;
		height: 34px !important;
		flex-direction: row !important;
		gap: 0 !important;
		border-radius: 10px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon span {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1366px) {
	body:not(.woocommerce-checkout) .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		font-size: 10px !important;
		padding-inline: 6px !important;
	}
}

/* v2.4 — icon optical alignment and cleaner mobile subcategories */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-nav__link {
		display: grid !important;
		grid-template-rows: 32px 14px !important;
		align-content: center !important;
		justify-items: center !important;
		row-gap: 5px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon {
		width: 32px !important;
		height: 32px !important;
		display: grid !important;
		place-items: center !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-nav-item--bukety .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-nav-item--buketi .kf-site-nav__link .kf-nav-icon svg {
		display: block !important;
		width: 27px !important;
		height: 27px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link > span:not(.kf-nav-icon) {
		align-self: start !important;
		line-height: 14px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		display: grid !important;
		grid-template-rows: 32px 14px !important;
		align-content: center !important;
		justify-items: center !important;
		row-gap: 5px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		align-self: center !important;
		width: 27px !important;
		height: 27px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		width: 48px !important;
		min-width: 48px !important;
		height: 48px !important;
		display: grid !important;
		grid-template-rows: 28px 10px !important;
		align-content: center !important;
		justify-items: center !important;
		gap: 2px !important;
		background: transparent !important;
		border: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon svg {
		width: 24px !important;
		height: 24px !important;
		padding: 5px !important;
		border: 1px solid rgba(80, 77, 62, .14) !important;
		border-radius: 10px !important;
		background: rgba(244, 241, 232, .72) !important;
		box-sizing: border-box !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon span {
		display: block !important;
		font-size: 8px !important;
		font-weight: 600 !important;
		line-height: 10px !important;
		color: #596041 !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-nav-children {
		margin: 0 10px 10px !important;
		border-radius: 12px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a {
		padding: 0 14px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon {
		width: 36px !important;
		height: 36px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon svg {
		width: 20px !important;
		height: 20px !important;
	}
}

/* v2.5 — cart label, Instagram scale and mobile cart color fix */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		position: relative !important;
		display: grid !important;
		grid-template-rows: 32px 14px !important;
		align-content: center !important;
		justify-items: center !important;
		row-gap: 5px !important;
		color: #4f5934 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__button > span:not(.kf-site-cart-count) {
		display: block !important;
		grid-row: 2 !important;
		width: 100% !important;
		max-width: 100% !important;
		height: 14px !important;
		min-height: 14px !important;
		overflow: hidden !important;
		text-align: center !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
		font-size: 10.5px !important;
		font-weight: 650 !important;
		line-height: 14px !important;
		color: #2f3324 !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		grid-row: 1 !important;
		align-self: center !important;
		justify-self: center !important;
		width: 27px !important;
		height: 27px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart-count {
		position: absolute !important;
		top: 9px !important;
		right: 18px !important;
		z-index: 2 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		width: 58px !important;
		min-width: 58px !important;
		height: 52px !important;
		grid-template-rows: 34px 11px !important;
		gap: 1px !important;
		color: #4f5934 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon svg {
		width: 30px !important;
		height: 30px !important;
		padding: 6px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon span {
		font-size: 8.5px !important;
		line-height: 11px !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-cart-button,
	body:not(.woocommerce-checkout) .kf-mobile-cart-button:hover,
	body:not(.woocommerce-checkout) .kf-mobile-cart-button:focus,
	body:not(.woocommerce-checkout) .kf-mobile-cart-button:focus-visible,
	body:not(.woocommerce-checkout) .kf-mobile-cart-button:active {
		background: rgba(244, 241, 232, .82) !important;
		border-color: rgba(80, 77, 62, .16) !important;
		color: #4f5934 !important;
		box-shadow: none !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-cart-button svg,
	body:not(.woocommerce-checkout) .kf-mobile-cart-button svg * {
		color: #4f5934 !important;
		stroke: currentColor !important;
	}
}

/* v2.6 — force visible cart label and restore mobile menu hierarchy */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		position: relative !important;
		display: block !important;
		width: 100% !important;
		height: 74px !important;
		min-height: 74px !important;
		padding: 0 !important;
		color: #4f5934 !important;
		background: transparent !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		position: absolute !important;
		left: 50% !important;
		top: 18px !important;
		width: 28px !important;
		height: 28px !important;
		transform: translateX(-50%) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__button > span:not(.kf-site-cart-count) {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__button::after {
		content: "Кошик";
		position: absolute;
		left: 6px;
		right: 6px;
		bottom: 10px;
		display: block;
		height: 14px;
		overflow: hidden;
		color: #2f3324;
		font-size: 10.5px;
		font-weight: 650;
		line-height: 14px;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	body:not(.woocommerce-checkout) .kf-site-cart-count {
		top: 13px !important;
		right: calc(50% - 22px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		width: 64px !important;
		min-width: 64px !important;
		height: 56px !important;
		grid-template-rows: 38px 12px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon svg {
		width: 34px !important;
		height: 34px !important;
		padding: 7px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon span {
		font-size: 9px !important;
		line-height: 12px !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-nav-main {
		padding-left: 10px !important;
		padding-right: 14px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title {
		gap: 10px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon {
		width: 34px !important;
		height: 34px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children {
		margin: 0 10px 10px 52px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a {
		padding-left: 18px !important;
		padding-right: 14px !important;
	}
}

/* v2.8 — address, premium drawer contacts and non-blue cart states */
body:not(.woocommerce-checkout) .kf-site-address {
	display: inline-flex;
	align-items: center;
	max-width: 190px;
	color: rgba(48, 51, 36, .62);
	font: 500 11px/1.35 Inter, sans-serif;
	white-space: normal;
}

body:not(.woocommerce-checkout) .kf-site-cart a,
body:not(.woocommerce-checkout) .kf-site-cart a:hover,
body:not(.woocommerce-checkout) .kf-site-cart a:focus,
body:not(.woocommerce-checkout) .kf-site-cart a:active,
body:not(.woocommerce-checkout) .kf-site-cart a:visited,
body:not(.woocommerce-checkout) .kf-mobile-cart-button,
body:not(.woocommerce-checkout) .kf-mobile-cart-button:hover,
body:not(.woocommerce-checkout) .kf-mobile-cart-button:focus,
body:not(.woocommerce-checkout) .kf-mobile-cart-button:active,
body:not(.woocommerce-checkout) .kf-mobile-cart-button:visited {
	color: #4f5934 !important;
	text-decoration: none !important;
	-webkit-tap-highlight-color: rgba(89, 96, 58, .14) !important;
}

body:not(.woocommerce-checkout) .kf-site-cart a:focus-visible,
body:not(.woocommerce-checkout) .kf-mobile-cart-button:focus-visible {
	outline: 2px solid rgba(89, 96, 58, .28) !important;
	outline-offset: 3px !important;
	box-shadow: none !important;
}

body:not(.woocommerce-checkout) .kf-site-cart svg,
body:not(.woocommerce-checkout) .kf-site-cart svg *,
body:not(.woocommerce-checkout) .kf-mobile-cart-button svg,
body:not(.woocommerce-checkout) .kf-mobile-cart-button svg * {
	color: currentColor !important;
	stroke: currentColor !important;
}

@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		display: flex !important;
		align-items: center !important;
		gap: 14px !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone {
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-address {
		flex: 0 1 180px !important;
	}
}

@media (max-width: 1500px) and (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-address {
		max-width: 142px !important;
		font-size: 10px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		gap: 10px !important;
	}
}

@media (max-width: 1320px) and (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-address {
		display: none !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu__panel {
		background: rgba(255, 253, 247, .97) !important;
		border: 1px solid rgba(72, 68, 54, .12) !important;
		box-shadow: 0 22px 60px rgba(33, 31, 24, .22) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__nav {
		gap: 4px !important;
		padding: 0 10px 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item {
		border: 0 !important;
		border-radius: 12px !important;
		background: transparent !important;
		box-shadow: none !important;
		overflow: hidden !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-row,
	body:not(.woocommerce-checkout) .kf-mobile-nav-main {
		min-height: 50px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main {
		padding: 0 12px !important;
		border-radius: 12px !important;
		background: transparent !important;
		color: #303326 !important;
		font: 500 16px/1.2 "Playfair Display", Georgia, serif !important;
		letter-spacing: 0 !important;
		transition: background .16s ease, color .16s ease !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main:hover,
	body:not(.woocommerce-checkout) .kf-mobile-nav-main:focus-visible {
		background: rgba(237, 233, 219, .48) !important;
		color: #4f5934 !important;
		outline: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main[aria-expanded="true"] {
		background: rgba(237, 233, 219, .72) !important;
		color: #59603a !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title {
		gap: 12px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon {
		width: 28px !important;
		height: 28px !important;
		color: #68704a !important;
		background: rgba(238, 234, 221, .72) !important;
		border: 1px solid rgba(86, 94, 52, .08) !important;
		border-radius: 50% !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon svg {
		width: 17px !important;
		height: 17px !important;
		stroke-width: 1.55 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main > svg,
	body:not(.woocommerce-checkout) .kf-mobile-nav-toggle > svg {
		width: 17px !important;
		height: 17px !important;
		color: #68704a !important;
		transition: transform .18s ease !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children {
		margin: 0 8px 8px 50px !important;
		padding: 2px 0 !important;
		border: 1px solid rgba(80, 77, 62, .09) !important;
		border-radius: 10px !important;
		background: rgba(246, 242, 232, .76) !important;
		box-shadow: inset 0 1px 0 rgba(255,255,255,.55) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a {
		min-height: 34px !important;
		padding: 0 12px 0 14px !important;
		border-bottom: 1px solid rgba(80, 77, 62, .07) !important;
		color: #4c503f !important;
		font: 500 12px/1.2 Inter, sans-serif !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a:hover,
	body:not(.woocommerce-checkout) .kf-mobile-nav-children a:focus-visible {
		background: rgba(89, 96, 58, .08) !important;
		color: #4f5934 !important;
		outline: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		display: grid !important;
		gap: 10px !important;
		margin: 18px 18px 0 !important;
		padding: 16px 0 0 !important;
		border-top: 1px solid rgba(80, 77, 62, .12) !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link,
	body:not(.woocommerce-checkout) .kf-mobile-instagram,
	body:not(.woocommerce-checkout) .kf-mobile-address {
		display: grid !important;
		grid-template-columns: 24px 1fr !important;
		align-items: center !important;
		column-gap: 10px !important;
		min-height: 30px !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		color: #4d533a !important;
		text-decoration: none !important;
		font-family: Inter, sans-serif !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link span,
	body:not(.woocommerce-checkout) .kf-mobile-address span {
		grid-column: 2 !important;
		color: rgba(48, 51, 36, .48) !important;
		font-size: 9px !important;
		font-weight: 700 !important;
		letter-spacing: .08em !important;
		line-height: 1 !important;
		text-transform: uppercase !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong,
	body:not(.woocommerce-checkout) .kf-mobile-address strong,
	body:not(.woocommerce-checkout) .kf-mobile-instagram span {
		grid-column: 2 !important;
		color: #303326 !important;
		font-size: 13px !important;
		font-weight: 650 !important;
		line-height: 1.25 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link::before,
	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		grid-row: 1 / span 2 !important;
		width: 22px !important;
		height: 22px !important;
		color: #69714a !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		content: "" !important;
		display: block !important;
		border: 1.6px solid currentColor !important;
		border-radius: 50% 50% 50% 0 !important;
		transform: rotate(-45deg) scale(.72) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram svg {
		grid-column: 1 !important;
		width: 22px !important;
		height: 22px !important;
		color: #69714a !important;
	}
}

/* v2.7 — align desktop cart with nav icons and simplify mobile hierarchy */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		display: grid !important;
		grid-template-rows: 32px 14px !important;
		align-content: center !important;
		justify-items: center !important;
		row-gap: 5px !important;
		padding: 10px 8px 9px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		position: static !important;
		grid-row: 1 !important;
		align-self: center !important;
		justify-self: center !important;
		width: 27px !important;
		height: 27px !important;
		transform: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__button::after {
		position: static !important;
		grid-row: 2 !important;
		width: 100% !important;
		height: 14px !important;
		line-height: 14px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart-count {
		top: 12px !important;
		right: 23px !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu__nav {
		gap: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item {
		border: 0 !important;
		border-bottom: 1px solid rgba(80, 77, 62, .09) !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item:first-child {
		border-top: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-row,
	body:not(.woocommerce-checkout) .kf-mobile-nav-main {
		min-height: 54px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main {
		padding: 0 8px !important;
		background: transparent !important;
		font-size: 17px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main[aria-expanded="true"] {
		background: rgba(237, 233, 219, .58) !important;
		color: #5a633f !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title {
		gap: 13px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon {
		width: 24px !important;
		height: 24px !important;
		background: transparent !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon svg {
		width: 21px !important;
		height: 21px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children {
		margin: 0 8px 8px 42px !important;
		border: 1px solid rgba(80, 77, 62, .09) !important;
		border-radius: 0 10px 10px 0 !important;
		background: rgba(235, 231, 216, .52) !important;
		box-shadow: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a {
		min-height: 38px !important;
		padding: 0 12px 0 18px !important;
		font-size: 12px !important;
	}
}

/* v2.7 — closed desktop flyouts must not expand document width */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-nav-dropdown {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item:hover .kf-nav-dropdown,
	body:not(.woocommerce-checkout) .kf-nav-item:focus-within .kf-nav-dropdown {
		display: block !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon::after {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover::after,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible::after {
		display: block !important;
	}
}

/* v2.9 — final address/drawer/cart polish */
body:not(.woocommerce-checkout) .kf-site-address {
	color: rgba(48, 51, 36, .62) !important;
	font: 500 11px/1.35 Inter, sans-serif !important;
}

body:not(.woocommerce-checkout) .kf-site-cart a,
body:not(.woocommerce-checkout) .kf-site-cart a:hover,
body:not(.woocommerce-checkout) .kf-site-cart a:focus,
body:not(.woocommerce-checkout) .kf-site-cart a:active,
body:not(.woocommerce-checkout) .kf-site-cart a:visited,
body:not(.woocommerce-checkout) .kf-mobile-cart-button,
body:not(.woocommerce-checkout) .kf-mobile-cart-button:hover,
body:not(.woocommerce-checkout) .kf-mobile-cart-button:focus,
body:not(.woocommerce-checkout) .kf-mobile-cart-button:active,
body:not(.woocommerce-checkout) .kf-mobile-cart-button:visited {
	color: #4f5934 !important;
	text-decoration: none !important;
	-webkit-tap-highlight-color: rgba(89, 96, 58, .14) !important;
}

body:not(.woocommerce-checkout) .kf-site-cart a:focus-visible,
body:not(.woocommerce-checkout) .kf-mobile-cart-button:focus-visible {
	outline: 2px solid rgba(89, 96, 58, .28) !important;
	outline-offset: 3px !important;
	box-shadow: none !important;
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu__panel {
		background: rgba(255, 253, 247, .97) !important;
		border: 1px solid rgba(72, 68, 54, .12) !important;
		box-shadow: 0 22px 60px rgba(33, 31, 24, .22) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__nav {
		gap: 4px !important;
		padding: 0 10px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item {
		border: 0 !important;
		border-radius: 12px !important;
		background: transparent !important;
		box-shadow: none !important;
		overflow: hidden !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-row,
	body:not(.woocommerce-checkout) .kf-mobile-nav-main {
		min-height: 50px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main {
		padding: 0 12px !important;
		border-radius: 12px !important;
		background: transparent !important;
		color: #303326 !important;
		font: 500 16px/1.2 "Playfair Display", Georgia, serif !important;
		letter-spacing: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main[aria-expanded="true"] {
		background: rgba(237, 233, 219, .72) !important;
		color: #59603a !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon {
		width: 28px !important;
		height: 28px !important;
		background: rgba(238, 234, 221, .72) !important;
		border: 1px solid rgba(86, 94, 52, .08) !important;
		border-radius: 50% !important;
		color: #68704a !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon svg {
		width: 17px !important;
		height: 17px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children {
		margin: 0 8px 8px 50px !important;
		padding: 2px 0 !important;
		border: 1px solid rgba(80, 77, 62, .09) !important;
		border-radius: 10px !important;
		background: rgba(246, 242, 232, .76) !important;
		box-shadow: inset 0 1px 0 rgba(255,255,255,.55) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a {
		min-height: 34px !important;
		padding: 0 12px 0 14px !important;
		color: #4c503f !important;
		font: 500 12px/1.2 Inter, sans-serif !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		display: grid !important;
		gap: 10px !important;
		margin: 18px 18px 0 !important;
		padding: 16px 0 0 !important;
		border-top: 1px solid rgba(80, 77, 62, .12) !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link,
	body:not(.woocommerce-checkout) .kf-mobile-instagram,
	body:not(.woocommerce-checkout) .kf-mobile-address {
		display: grid !important;
		grid-template-columns: 24px 1fr !important;
		align-items: center !important;
		column-gap: 10px !important;
		min-height: 30px !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		color: #4d533a !important;
		text-decoration: none !important;
		font-family: Inter, sans-serif !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address span,
	body:not(.woocommerce-checkout) .kf-mobile-phone-link span {
		grid-column: 2 !important;
		color: rgba(48, 51, 36, .48) !important;
		font-size: 9px !important;
		font-weight: 700 !important;
		letter-spacing: .08em !important;
		text-transform: uppercase !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address strong,
	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong,
	body:not(.woocommerce-checkout) .kf-mobile-instagram span {
		display: block !important;
		grid-column: 2 !important;
		color: #303326 !important;
		font-size: 13px !important;
		font-weight: 650 !important;
		line-height: 1.25 !important;
	}
}

/* v3.2 — final cascade guard: keep desktop header inside viewport */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header {
		padding-inline: clamp(14px, 1.55vw, 28px) !important;
		overflow: visible !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__desktop {
		width: min(1500px, calc(100vw - 28px)) !important;
		max-width: calc(100vw - 28px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__top {
		display: grid !important;
		grid-template-columns: minmax(82px, 132px) minmax(0, max-content) minmax(178px, max-content) !important;
		align-items: center !important;
		column-gap: clamp(8px, 1vw, 18px) !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo,
	body:not(.woocommerce-checkout) .kf-site-nav {
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo__image {
		max-width: clamp(86px, 8vw, 132px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav {
		justify-self: center !important;
		display: flex !important;
		max-width: 100% !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-cart {
		flex: 0 1 clamp(60px, 5.15vw, 76px) !important;
		width: clamp(60px, 5.15vw, 76px) !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden {
		flex-basis: clamp(66px, 5.7vw, 86px) !important;
		width: clamp(66px, 5.7vw, 86px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		box-sizing: border-box !important;
		width: 100% !important;
		min-width: 0 !important;
		height: 70px !important;
		min-height: 70px !important;
		padding: 8px 5px 7px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link > span:not(.kf-nav-icon),
	body:not(.woocommerce-checkout) .kf-site-cart__button::after {
		max-width: 100% !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
		font-size: 9.6px !important;
		line-height: 13px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon,
	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		width: 27px !important;
		height: 27px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		width: 23px !important;
		height: 23px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--bukety .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-nav-item--buketi .kf-site-nav__link .kf-nav-icon svg {
		width: 26px !important;
		height: 26px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart__button::after {
		content: "Кошик" !important;
		display: block !important;
		color: #303326 !important;
		font-weight: 700 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart-count {
		top: 9px !important;
		right: 8px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		justify-self: end !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: 12px !important;
		min-width: 0 !important;
		max-width: 390px !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone {
		flex: 0 0 auto !important;
		font-size: 13px !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		flex: 0 0 52px !important;
		width: 52px !important;
		min-width: 52px !important;
		color: #56603a !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon svg {
		width: 18px !important;
		height: 18px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-address {
		flex: 0 1 180px !important;
		max-width: 180px !important;
		white-space: normal !important;
	}
}

@media (max-width: 1540px) and (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-address {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		max-width: 240px !important;
		gap: 10px !important;
	}
}

@media (max-width: 1366px) and (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(70px, 98px) minmax(0, max-content) minmax(160px, max-content) !important;
		column-gap: 7px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-cart {
		flex-basis: clamp(54px, 5vw, 68px) !important;
		width: clamp(54px, 5vw, 68px) !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden {
		flex-basis: clamp(60px, 5.3vw, 76px) !important;
		width: clamp(60px, 5.3vw, 76px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone {
		font-size: 12px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		flex-basis: 44px !important;
		width: 44px !important;
		min-width: 44px !important;
	}
}

/* v3.5 — actual final desktop header: full-size menu, address after Instagram */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header {
		padding-inline: clamp(18px, 2vw, 32px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__desktop {
		width: min(1640px, calc(100vw - 36px)) !important;
		max-width: calc(100vw - 36px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__top {
		display: grid !important;
		grid-template-columns: minmax(116px, 176px) max-content minmax(262px, 1fr) !important;
		align-items: center !important;
		column-gap: clamp(12px, 1.6vw, 28px) !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo__image {
		max-width: clamp(106px, 8.4vw, 148px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav {
		justify-self: center !important;
		max-width: none !important;
		overflow: visible !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-cart {
		flex: 0 0 clamp(78px, 6.15vw, 94px) !important;
		width: clamp(78px, 6.15vw, 94px) !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden {
		flex-basis: clamp(86px, 6.8vw, 106px) !important;
		width: clamp(86px, 6.8vw, 106px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		height: 78px !important;
		min-height: 78px !important;
		padding: 10px 8px 9px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link > span:not(.kf-nav-icon),
	body:not(.woocommerce-checkout) .kf-site-cart__button::after {
		font-size: 10.5px !important;
		line-height: 14px !important;
		max-width: 100% !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon,
	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		width: 30px !important;
		height: 30px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		width: 25px !important;
		height: 25px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--bukety .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-nav-item--buketi .kf-site-nav__link .kf-nav-icon svg {
		width: 29px !important;
		height: 29px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart-count {
		top: 10px !important;
		right: 11px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		justify-self: end !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: clamp(10px, 1vw, 16px) !important;
		min-width: 0 !important;
		max-width: 100% !important;
		white-space: normal !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone {
		flex: 0 0 auto !important;
		font-size: 13px !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		flex: 0 0 56px !important;
		width: 56px !important;
		min-width: 56px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon svg {
		width: 19px !important;
		height: 19px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-address {
		display: inline-flex !important;
		flex: 0 1 clamp(92px, 8.4vw, 150px) !important;
		max-width: clamp(92px, 8.4vw, 150px) !important;
		white-space: normal !important;
		text-align: left !important;
		line-height: 1.25 !important;
	}
}

@media (max-width: 1366px) and (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(106px, 150px) max-content minmax(238px, 1fr) !important;
		column-gap: 12px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-cart {
		flex-basis: clamp(72px, 5.75vw, 84px) !important;
		width: clamp(72px, 5.75vw, 84px) !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden {
		flex-basis: clamp(78px, 6.2vw, 94px) !important;
		width: clamp(78px, 6.2vw, 94px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone {
		font-size: 12.5px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		flex-basis: 50px !important;
		width: 50px !important;
		min-width: 50px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-address {
		flex-basis: 92px !important;
		max-width: 92px !important;
	}
}

/* v3.6 — give the address real two-line space without shrinking menu buttons */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(104px, 136px) max-content minmax(300px, 1fr) !important;
		column-gap: clamp(10px, 1.15vw, 18px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-address {
		flex-basis: clamp(118px, 8.8vw, 158px) !important;
		max-width: clamp(118px, 8.8vw, 158px) !important;
	}
}

@media (max-width: 1366px) and (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(100px, 132px) max-content minmax(286px, 1fr) !important;
		column-gap: 10px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-address {
		flex-basis: 118px !important;
		max-width: 118px !important;
	}
}

/* v3.7 — restore the pre-address desktop menu; only append address to contacts */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header {
		padding-inline: clamp(16px, 2vw, 32px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__desktop {
		width: min(1780px, calc(100vw - 32px)) !important;
		max-width: calc(100vw - 32px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__top {
		display: grid !important;
		grid-template-columns: minmax(96px, 140px) minmax(0, 1fr) max-content !important;
		align-items: center !important;
		column-gap: clamp(14px, 1.65vw, 28px) !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo__image {
		max-width: clamp(96px, 8.2vw, 140px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav {
		justify-self: center !important;
		display: flex !important;
		width: auto !important;
		max-width: 100% !important;
		overflow: visible !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-cart {
		flex: 0 0 clamp(76px, 6.35vw, 92px) !important;
		width: clamp(76px, 6.35vw, 92px) !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden {
		flex-basis: clamp(84px, 6.65vw, 102px) !important;
		width: clamp(84px, 6.65vw, 102px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		width: 100% !important;
		min-width: 0 !important;
		height: 74px !important;
		min-height: 74px !important;
		padding: 9px 8px 8px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link > span:not(.kf-nav-icon),
	body:not(.woocommerce-checkout) .kf-site-cart__button::after {
		font-size: 10px !important;
		line-height: 13px !important;
		max-width: 100% !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon,
	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		width: 28px !important;
		height: 28px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		width: 24px !important;
		height: 24px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--bukety .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-nav-item--buketi .kf-site-nav__link .kf-nav-icon svg {
		width: 28px !important;
		height: 28px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart-count {
		top: 10px !important;
		right: 10px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		justify-self: end !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: clamp(10px, 1vw, 15px) !important;
		min-width: 0 !important;
		max-width: max-content !important;
		white-space: normal !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone {
		flex: 0 0 auto !important;
		font-size: 13px !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		flex: 0 0 58px !important;
		width: 58px !important;
		min-width: 58px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-address {
		display: inline-flex !important;
		flex: 0 0 clamp(126px, 9vw, 158px) !important;
		max-width: clamp(126px, 9vw, 158px) !important;
		white-space: normal !important;
		text-align: left !important;
		line-height: 1.25 !important;
	}
}

@media (max-width: 1366px) and (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(88px, 118px) minmax(0, 1fr) max-content !important;
		column-gap: 12px !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-cart {
		flex-basis: clamp(68px, 5.8vw, 78px) !important;
		width: clamp(68px, 5.8vw, 78px) !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item--katrins-garden {
		flex-basis: clamp(74px, 6.2vw, 86px) !important;
		width: clamp(74px, 6.2vw, 86px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		height: 72px !important;
		min-height: 72px !important;
		padding-inline: 6px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone {
		font-size: 12.5px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		flex-basis: 52px !important;
		width: 52px !important;
		min-width: 52px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-address {
		flex-basis: 126px !important;
		max-width: 126px !important;
	}
}

/* v3.8 — restore pre-address header geometry; contacts adapt around it */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header {
		padding-inline: clamp(16px, 2vw, 32px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__desktop {
		width: min(1500px, 100%) !important;
		max-width: 100% !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__top {
		display: grid !important;
		grid-template-columns: minmax(82px, 140px) minmax(0, 1fr) max-content !important;
		align-items: center !important;
		gap: clamp(14px, 2vw, 28px) !important;
		width: 100% !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo__image {
		max-width: clamp(92px, 8.5vw, 142px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav {
		justify-self: center !important;
		display: flex !important;
		width: auto !important;
		max-width: 100% !important;
	}

	body:not(.woocommerce-checkout) .kf-nav-item,
	body:not(.woocommerce-checkout) .kf-site-cart {
		flex: 0 0 clamp(76px, 6.35vw, 92px) !important;
		width: clamp(76px, 6.35vw, 92px) !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		height: 74px !important;
		min-height: 74px !important;
		padding: 10px 8px 9px !important;
		box-sizing: border-box !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon,
	body:not(.woocommerce-checkout) .kf-site-cart__icon {
		width: 32px !important;
		height: 32px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-site-cart__icon,
	body:not(.woocommerce-checkout) .kf-nav-item--bukety .kf-site-nav__link .kf-nav-icon svg,
	body:not(.woocommerce-checkout) .kf-nav-item--buketi .kf-site-nav__link .kf-nav-icon svg {
		width: 27px !important;
		height: 27px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link > span:not(.kf-nav-icon),
	body:not(.woocommerce-checkout) .kf-site-cart__button::after {
		font-size: 10.5px !important;
		line-height: 14px !important;
		max-width: 100% !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-cart-count {
		top: 13px !important;
		right: calc(50% - 22px) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		justify-self: end !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: 12px !important;
		min-width: 0 !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone {
		flex: 0 0 auto !important;
		font-size: 13px !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		flex: 0 0 40px !important;
		width: 40px !important;
		min-width: 40px !important;
		height: 40px !important;
		border: 1px solid rgba(80, 77, 62, .14) !important;
		border-radius: 12px !important;
		background: rgba(255, 253, 248, .72) !important;
		color: #4f5934 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		background: rgba(232, 232, 218, .9) !important;
		color: #59643b !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon svg {
		width: 21px !important;
		height: 21px !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon span,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon::after {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-address {
		display: inline-flex !important;
		align-items: center !important;
		flex: 0 1 150px !important;
		max-width: 150px !important;
		white-space: normal !important;
		color: rgba(48, 51, 36, .62) !important;
		font: 500 11px/1.25 Inter, sans-serif !important;
	}
}

@media (max-width: 1500px) and (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		gap: 10px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-address {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1366px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		grid-template-columns: minmax(78px, 118px) minmax(0, 1fr) max-content !important;
		gap: 10px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav__link,
	body:not(.woocommerce-checkout) .kf-site-cart__button,
	body:not(.woocommerce-checkout) .kf-site-cart__button:hover,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus,
	body:not(.woocommerce-checkout) .kf-site-cart__button:focus-visible {
		font-size: 10px !important;
		padding-inline: 6px !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		display: grid !important;
		gap: 12px !important;
		margin: 18px 18px 0 !important;
		padding-top: 16px !important;
		border-top: 1px solid rgba(80, 77, 62, .12) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link,
	body:not(.woocommerce-checkout) .kf-mobile-instagram,
	body:not(.woocommerce-checkout) .kf-mobile-address {
		display: grid !important;
		grid-template-columns: 24px minmax(0, 1fr) !important;
		align-items: center !important;
		column-gap: 12px !important;
		min-height: 30px !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #4d533a !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link::before,
	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		content: "" !important;
		grid-column: 1 !important;
		width: 18px !important;
		height: 18px !important;
		background: currentColor !important;
		opacity: .9 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link::before {
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22 16.9v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.68 2.8a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.32 1.84.55 2.8.68A2 2 0 0 1 22 16.9Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram svg {
		grid-column: 1 !important;
		width: 19px !important;
		height: 19px !important;
		color: currentColor !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link span,
	body:not(.woocommerce-checkout) .kf-mobile-address span {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong,
	body:not(.woocommerce-checkout) .kf-mobile-instagram span,
	body:not(.woocommerce-checkout) .kf-mobile-address strong {
		display: block !important;
		grid-column: 2 !important;
		color: #303326 !important;
		font: 650 13px/1.3 Inter, sans-serif !important;
	}
}

/* v3.9 — desktop nav is centered against the whole viewport, not side columns */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__top {
		position: relative !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav {
		position: absolute !important;
		left: 50% !important;
		top: 50% !important;
		transform: translate(-50%, -50%) !important;
		z-index: 3 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-logo,
	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		position: relative !important;
		z-index: 4 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		grid-column: 3 !important;
	}
}

/* v4.0 — anchor desktop nav to the full header/viewport center */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header {
		position: relative !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__top {
		position: static !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav {
		left: 50% !important;
		top: 50% !important;
		transform: translate(-50%, -50%) !important;
	}
}

/* v4.1 — contacts are the independent right layer, never a nav-centering input */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		position: absolute !important;
		right: clamp(16px, 2vw, 32px) !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		z-index: 4 !important;
	}
}

@media (max-width: 1700px) and (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-address {
		display: none !important;
	}
}

/* v4.2 — desktop-only spacing polish: hero gap, tighter contacts, Instagram hint */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		right: clamp(28px, 3.2vw, 62px) !important;
		gap: 8px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		display: grid !important;
		grid-template-rows: 22px 10px !important;
		place-items: center !important;
		align-content: center !important;
		row-gap: 1px !important;
		width: 44px !important;
		min-width: 44px !important;
		height: 42px !important;
		color: #4f5934 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon svg {
		grid-row: 1 !important;
		width: 20px !important;
		height: 20px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon span {
		display: block !important;
		grid-row: 2 !important;
		max-width: 44px !important;
		overflow: hidden !important;
		color: rgba(48, 51, 36, .6) !important;
		font: 600 7.5px/10px Inter, sans-serif !important;
		text-align: center !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}
}

/* v4.3 — restore sticky, put spacing inside header, and fix contact footer rhythm */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header {
		position: sticky !important;
		top: 0 !important;
		z-index: 700 !important;
		padding-block: 20px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__top {
		position: static !important;
	}

	body:not(.woocommerce-checkout) .kf-site-nav {
		position: absolute !important;
		left: 50% !important;
		top: 50% !important;
		transform: translate(-50%, -50%) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__contacts {
		top: 50% !important;
		transform: translateY(-50%) !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		display: inline-grid !important;
		grid-template-rows: 30px 11px !important;
		grid-template-columns: 50px !important;
		place-items: center !important;
		align-content: center !important;
		row-gap: 2px !important;
		width: 50px !important;
		min-width: 50px !important;
		height: 45px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #4f5539 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon svg {
		grid-row: 1 !important;
		grid-column: 1 !important;
		justify-self: center !important;
		width: 20px !important;
		height: 20px !important;
		padding: 5px !important;
		box-sizing: content-box !important;
		border: 1px solid rgba(79, 85, 57, .16) !important;
		border-radius: 12px !important;
		background: rgba(255, 253, 248, .74) !important;
		color: currentColor !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon span {
		display: block !important;
		grid-row: 2 !important;
		grid-column: 1 !important;
		justify-self: center !important;
		width: 50px !important;
		max-width: 50px !important;
		height: 11px !important;
		margin: 0 !important;
		overflow: visible !important;
		color: rgba(48, 51, 36, .62) !important;
		font: 600 7.5px/1 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		text-align: center !important;
		text-overflow: clip !important;
		white-space: nowrap !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		grid-template-areas:
			"phone instagram"
			"address address" !important;
		align-items: center !important;
		gap: 12px 14px !important;
		margin: 16px 18px 0 !important;
		padding: 15px 0 0 !important;
		border-top: 1px solid rgba(80, 77, 62, .12) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link {
		grid-area: phone !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram {
		grid-area: instagram !important;
		justify-self: end !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address {
		grid-area: address !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link,
	body:not(.woocommerce-checkout) .kf-mobile-instagram,
	body:not(.woocommerce-checkout) .kf-mobile-address {
		display: inline-grid !important;
		grid-template-columns: 20px minmax(0, max-content) !important;
		align-items: center !important;
		column-gap: 8px !important;
		width: auto !important;
		min-width: 0 !important;
		min-height: 24px !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #4d533a !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address {
		grid-template-columns: 20px minmax(0, 1fr) !important;
		width: 100% !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link::before,
	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		grid-column: 1 !important;
		width: 18px !important;
		height: 18px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram svg {
		grid-column: 1 !important;
		width: 18px !important;
		height: 18px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong,
	body:not(.woocommerce-checkout) .kf-mobile-instagram span,
	body:not(.woocommerce-checkout) .kf-mobile-address strong {
		grid-column: 2 !important;
		color: #303326 !important;
		font: 650 12px/1.25 Inter, sans-serif !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong,
	body:not(.woocommerce-checkout) .kf-mobile-instagram span {
		white-space: nowrap !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address strong {
		max-width: 100% !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
		line-height: 1.35 !important;
	}
}

/* v4.4 — mobile burger menu closer to the premium reference, icons unchanged */
@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu__panel {
		padding: 14px 10px calc(16px + env(safe-area-inset-bottom)) !important;
		border-radius: 18px !important;
		background: rgba(255, 253, 247, .98) !important;
		border: 1px solid rgba(82, 78, 63, .14) !important;
		box-shadow: 0 22px 60px rgba(32, 30, 24, .22) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__head {
		margin: 0 0 8px !important;
		padding: 0 2px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__nav {
		display: grid !important;
		gap: 0 !important;
		padding: 0 !important;
		border: 1px solid rgba(86, 82, 66, .12) !important;
		border-radius: 18px !important;
		overflow: hidden !important;
		background: rgba(255, 253, 248, .82) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item {
		border: 0 !important;
		border-bottom: 1px solid rgba(86, 82, 66, .10) !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		overflow: hidden !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item:last-child {
		border-bottom: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item:has(.kf-mobile-nav-main[aria-expanded="true"]) {
		background: rgba(237, 235, 224, .86) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-row,
	body:not(.woocommerce-checkout) .kf-mobile-nav-main {
		min-height: 66px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-row {
		display: block !important;
		width: 100% !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		width: 100% !important;
		padding: 0 16px 0 16px !important;
		border-radius: 0 !important;
		background: transparent !important;
		color: #303326 !important;
		font: 500 24px/1.1 "Playfair Display", Georgia, serif !important;
		letter-spacing: 0 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main:hover,
	body:not(.woocommerce-checkout) .kf-mobile-nav-main:focus-visible,
	body:not(.woocommerce-checkout) .kf-mobile-nav-main[aria-expanded="true"] {
		background: transparent !important;
		color: #4f5934 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title {
		display: inline-flex !important;
		align-items: center !important;
		gap: 16px !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title > span:last-child {
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon {
		display: inline-grid !important;
		place-items: center !important;
		flex: 0 0 48px !important;
		width: 48px !important;
		height: 48px !important;
		border: 1px solid rgba(91, 96, 62, .10) !important;
		border-radius: 50% !important;
		background: rgba(248, 244, 235, .94) !important;
		color: #7b8159 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main[aria-expanded="true"] .kf-nav-icon {
		background: #a8ad82 !important;
		color: #fffdf7 !important;
		border-color: rgba(91, 96, 62, .08) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon svg {
		width: 25px !important;
		height: 25px !important;
		color: currentColor !important;
		stroke: currentColor !important;
		transform: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main > svg,
	body:not(.woocommerce-checkout) .kf-mobile-nav-toggle > svg {
		flex: 0 0 auto !important;
		width: 18px !important;
		height: 18px !important;
		color: #7a7f5d !important;
		transform: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main[aria-expanded="true"] > svg,
	body:not(.woocommerce-checkout) .kf-mobile-nav-toggle[aria-expanded="true"] > svg {
		transform: rotate(180deg) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children {
		display: grid !important;
		gap: 0 !important;
		margin: 0 16px 14px 72px !important;
		padding: 0 !important;
		border: 1px solid rgba(86, 82, 66, .12) !important;
		border-radius: 14px !important;
		overflow: hidden !important;
		background: rgba(255, 253, 248, .92) !important;
		box-shadow: 0 8px 24px rgba(40, 36, 28, .045) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children[hidden] {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a {
		position: relative !important;
		display: flex !important;
		align-items: center !important;
		min-height: 52px !important;
		padding: 0 38px 0 22px !important;
		border-bottom: 1px solid rgba(86, 82, 66, .10) !important;
		color: #3f4235 !important;
		font: 500 18px/1.2 Inter, sans-serif !important;
		text-decoration: none !important;
		background: transparent !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a:last-child {
		border-bottom: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a::after {
		content: "" !important;
		position: absolute !important;
		right: 18px !important;
		top: 50% !important;
		width: 8px !important;
		height: 8px !important;
		border-top: 1.5px solid currentColor !important;
		border-right: 1.5px solid currentColor !important;
		opacity: .35 !important;
		transform: translateY(-50%) rotate(45deg) !important;
	}
}

/* v4.6 — final mobile burger polish: attached drawer, calmer typography, aligned contacts */
@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu {
		align-items: stretch !important;
		justify-content: flex-start !important;
		padding: 0 !important;
		background: rgba(27, 26, 22, .38) !important;
		backdrop-filter: blur(6px) !important;
		-webkit-backdrop-filter: blur(6px) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__panel {
		width: min(390px, calc(100vw - 22px)) !important;
		max-width: none !important;
		height: 100dvh !important;
		max-height: 100dvh !important;
		margin: 0 !important;
		padding: 22px 12px calc(18px + env(safe-area-inset-bottom)) !important;
		border-width: 0 1px 0 0 !important;
		border-style: solid !important;
		border-color: rgba(83, 78, 61, .14) !important;
		border-radius: 0 22px 22px 0 !important;
		background: linear-gradient(180deg, #fffdf7 0%, #faf6ec 100%) !important;
		box-shadow: 22px 0 54px rgba(31, 29, 23, .18) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__head {
		margin: 0 0 18px !important;
		padding: 0 4px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__close {
		width: 42px !important;
		height: 42px !important;
		border-radius: 50% !important;
		background: rgba(248, 244, 235, .86) !important;
		border: 1px solid rgba(82, 78, 63, .13) !important;
		color: #4f5539 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__nav {
		display: grid !important;
		gap: 0 !important;
		padding: 0 !important;
		border: 1px solid rgba(83, 78, 61, .10) !important;
		border-radius: 18px !important;
		overflow: hidden !important;
		background: rgba(255, 253, 248, .78) !important;
		box-shadow: 0 10px 28px rgba(43, 39, 31, .045) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item {
		border: 0 !important;
		border-bottom: 1px solid rgba(83, 78, 61, .10) !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		overflow: hidden !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item:last-child {
		border-bottom: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-item:has(.kf-mobile-nav-main[aria-expanded="true"]) {
		background: #eeece1 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-row {
		display: block !important;
		width: 100% !important;
		min-height: 58px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		width: 100% !important;
		min-height: 58px !important;
		padding: 0 16px !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		color: #333526 !important;
		font: 500 21px/1.12 "Playfair Display", Georgia, serif !important;
		letter-spacing: 0 !important;
		text-decoration: none !important;
		box-shadow: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main:hover,
	body:not(.woocommerce-checkout) .kf-mobile-nav-main:focus-visible,
	body:not(.woocommerce-checkout) .kf-mobile-nav-main[aria-expanded="true"] {
		background: transparent !important;
		color: #4f5934 !important;
		outline: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title {
		display: inline-flex !important;
		align-items: center !important;
		gap: 15px !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title > span:last-child {
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon {
		display: inline-grid !important;
		place-items: center !important;
		flex: 0 0 40px !important;
		width: 40px !important;
		height: 40px !important;
		border: 1px solid rgba(91, 96, 62, .09) !important;
		border-radius: 50% !important;
		background: rgba(248, 244, 235, .92) !important;
		color: #7a8059 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main[aria-expanded="true"] .kf-nav-icon {
		background: #a7ad7d !important;
		color: #fffdf7 !important;
		border-color: transparent !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-title .kf-nav-icon svg {
		width: 22px !important;
		height: 22px !important;
		color: currentColor !important;
		stroke: currentColor !important;
		transform: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main > svg,
	body:not(.woocommerce-checkout) .kf-mobile-nav-toggle > svg {
		flex: 0 0 auto !important;
		width: 17px !important;
		height: 17px !important;
		color: #7a8059 !important;
		transform: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-main[aria-expanded="true"] > svg,
	body:not(.woocommerce-checkout) .kf-mobile-nav-toggle[aria-expanded="true"] > svg {
		transform: rotate(180deg) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children {
		display: grid !important;
		gap: 0 !important;
		margin: 0 16px 14px !important;
		padding: 0 !important;
		border: 1px solid rgba(83, 78, 61, .11) !important;
		border-radius: 14px !important;
		overflow: hidden !important;
		background: rgba(255, 253, 248, .96) !important;
		box-shadow: 0 8px 18px rgba(43, 39, 31, .04) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children[hidden] {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a {
		position: relative !important;
		display: flex !important;
		align-items: center !important;
		min-height: 50px !important;
		padding: 0 42px 0 28px !important;
		border-bottom: 1px solid rgba(83, 78, 61, .10) !important;
		background: transparent !important;
		color: #3f4235 !important;
		font: 500 18px/1.2 Inter, sans-serif !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a:last-child {
		border-bottom: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-nav-children a::after {
		content: "" !important;
		position: absolute !important;
		right: 20px !important;
		top: 50% !important;
		width: 8px !important;
		height: 8px !important;
		border-top: 1.5px solid currentColor !important;
		border-right: 1.5px solid currentColor !important;
		opacity: .34 !important;
		transform: translateY(-50%) rotate(45deg) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 8px !important;
		margin: 16px 12px 0 !important;
		padding: 14px 4px 0 !important;
		border-top: 1px solid rgba(83, 78, 61, .12) !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link,
	body:not(.woocommerce-checkout) .kf-mobile-instagram,
	body:not(.woocommerce-checkout) .kf-mobile-address {
		display: grid !important;
		grid-template-columns: 22px minmax(0, 1fr) !important;
		align-items: center !important;
		column-gap: 10px !important;
		width: 100% !important;
		min-height: 26px !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #555d3f !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link::before,
	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		grid-column: 1 !important;
		width: 17px !important;
		height: 17px !important;
		background: currentColor !important;
		opacity: .86 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram svg {
		grid-column: 1 !important;
		width: 18px !important;
		height: 18px !important;
		color: currentColor !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link span,
	body:not(.woocommerce-checkout) .kf-mobile-address span {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong,
	body:not(.woocommerce-checkout) .kf-mobile-instagram span,
	body:not(.woocommerce-checkout) .kf-mobile-address strong {
		display: block !important;
		grid-column: 2 !important;
		color: #313326 !important;
		font: 560 13px/1.35 Inter, sans-serif !important;
		letter-spacing: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram span,
	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong {
		white-space: nowrap !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address strong {
		max-width: 30ch !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}
}
/* v4.9 — actual EOF override for Instagram label and burger footer contacts */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-instagram--icon,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:hover,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus,
	body:not(.woocommerce-checkout) .kf-site-instagram--icon:focus-visible {
		display: inline-grid !important;
		grid-template-rows: 30px 11px !important;
		grid-template-columns: 50px !important;
		place-items: center !important;
		align-content: center !important;
		row-gap: 2px !important;
		width: 50px !important;
		min-width: 50px !important;
		height: 45px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #4f5539 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon svg {
		grid-row: 1 !important;
		grid-column: 1 !important;
		width: 20px !important;
		height: 20px !important;
		padding: 5px !important;
		box-sizing: content-box !important;
		border: 1px solid rgba(79, 85, 57, .16) !important;
		border-radius: 12px !important;
		background: rgba(255, 253, 248, .74) !important;
		color: currentColor !important;
	}

	body:not(.woocommerce-checkout) .kf-site-instagram--icon span {
		display: block !important;
		grid-row: 2 !important;
		grid-column: 1 !important;
		width: 50px !important;
		max-width: 50px !important;
		height: 11px !important;
		margin: 0 !important;
		overflow: visible !important;
		color: rgba(48, 51, 36, .62) !important;
		font: 600 7.5px/1 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		text-align: center !important;
		text-overflow: clip !important;
		white-space: nowrap !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 28px !important;
		grid-template-areas:
			"phone instagram"
			"address address" !important;
		align-items: center !important;
		justify-content: stretch !important;
		gap: 8px 12px !important;
		margin: 18px 14px 0 !important;
		padding: 13px 0 0 !important;
		border: 0 !important;
		border-top: 1px solid rgba(83, 78, 61, .12) !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-links {
		grid-area: phone !important;
		display: flex !important;
		align-items: center !important;
		gap: 10px !important;
		min-width: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link {
		grid-area: auto !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 0 !important;
		width: auto !important;
		min-width: 0 !important;
		min-height: 28px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #586044 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram {
		grid-area: instagram !important;
		display: inline-grid !important;
		place-items: center !important;
		justify-self: end !important;
		width: 28px !important;
		height: 28px !important;
		min-width: 28px !important;
		min-height: 28px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #586044 !important;
		text-decoration: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address {
		grid-area: address !important;
		display: inline-grid !important;
		grid-template-columns: 18px minmax(0, 1fr) !important;
		align-items: start !important;
		column-gap: 9px !important;
		width: 100% !important;
		min-height: 26px !important;
		padding: 2px 0 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: #586044 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link::before,
	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		content: "" !important;
		flex: 0 0 16px !important;
		width: 16px !important;
		height: 16px !important;
		margin: 0 !important;
		background: currentColor !important;
		opacity: .82 !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-links .kf-mobile-phone-link::before {
		content: none !important;
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address::before {
		grid-column: 1 !important;
		margin-top: 1px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram svg {
		grid-column: 1 !important;
		width: 20px !important;
		height: 20px !important;
		color: currentColor !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram span,
	body:not(.woocommerce-checkout) .kf-mobile-phone-link span,
	body:not(.woocommerce-checkout) .kf-mobile-address span {
		display: none !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-link strong {
		display: block !important;
		flex: 0 1 auto !important;
		max-width: none !important;
		overflow: visible !important;
		color: #303326 !important;
		font: 600 12px/1.25 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		text-overflow: clip !important;
		white-space: nowrap !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address strong {
		display: block !important;
		grid-column: 2 !important;
		max-width: 100% !important;
		color: rgba(48, 51, 36, .78) !important;
		font: 560 12px/1.35 Inter, sans-serif !important;
		letter-spacing: 0 !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}
}

/* v5.10 — align both desktop phone numbers on the plus sign */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-phone-list {
		display: grid !important;
		grid-template-rows: repeat(2, 16px) !important;
		align-content: center !important;
		justify-items: start !important;
		row-gap: 1px !important;
		min-width: max-content !important;
		font-variant-numeric: tabular-nums !important;
		font-feature-settings: "tnum" 1, "lnum" 1 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-phone-list .kf-site-phone {
		display: block !important;
		width: 100% !important;
		color: #303326 !important;
		font: 600 12px/16px Inter, sans-serif !important;
		font-variant-numeric: tabular-nums !important;
		font-feature-settings: "tnum" 1, "lnum" 1 !important;
		letter-spacing: 0 !important;
		text-align: left !important;
		text-decoration: none !important;
		white-space: nowrap !important;
	}
}

/* v5.11 — pull burger socials closer to the phone numbers */
@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		grid-template-columns: minmax(0, max-content) max-content !important;
		justify-content: start !important;
		column-gap: 72px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-socials {
		justify-self: start !important;
		display: inline-flex !important;
		align-items: center !important;
		gap: 18px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-instagram,
	body:not(.woocommerce-checkout) .kf-mobile-telegram {
		justify-self: start !important;
	}
}

/* v5.12 — requested final UI spacing tweaks */
@media (min-width: 768px) {
	body:not(.woocommerce-checkout) .kf-site-header {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__desktop .kf-site-logo {
		width: 88px !important;
		min-width: 88px !important;
		max-width: 88px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-header__desktop .kf-site-logo__image {
		width: auto !important;
		height: 84px !important;
		max-width: 88px !important;
		max-height: 84px !important;
		object-fit: contain !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-site-footer__inner {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		gap: 14px !important;
		width: min(100%, 328px) !important;
		margin: 0 auto !important;
	}

	body:not(.woocommerce-checkout) .kf-site-footer__left {
		order: 1 !important;
		display: grid !important;
		justify-items: center !important;
		gap: 5px !important;
		width: 100% !important;
		text-align: center !important;
	}

	body:not(.woocommerce-checkout) .kf-site-footer__right {
		order: 2 !important;
		display: grid !important;
		grid-template-columns: max-content max-content !important;
		align-items: center !important;
		justify-content: center !important;
		column-gap: 12px !important;
		width: 100% !important;
	}

	body:not(.woocommerce-checkout) .kf-site-footer__phones {
		display: grid !important;
		justify-items: start !important;
		row-gap: 3px !important;
	}

	body:not(.woocommerce-checkout) .kf-site-footer__socials {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 8px !important;
		width: auto !important;
	}

	body:not(.woocommerce-checkout) .kf-site-footer__legal {
		order: 3 !important;
		display: grid !important;
		justify-items: center !important;
		gap: 7px !important;
		width: 100% !important;
		text-align: center !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-menu__contacts {
		grid-template-columns: max-content max-content !important;
		grid-template-areas:
			"phone socials"
			"address address" !important;
		align-items: end !important;
		justify-content: start !important;
		column-gap: 12px !important;
		row-gap: 10px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-phone-links {
		grid-area: phone !important;
		display: grid !important;
		gap: 5px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-socials {
		grid-area: socials !important;
		justify-self: start !important;
		display: inline-flex !important;
		align-items: center !important;
		gap: 10px !important;
	}

	body:not(.woocommerce-checkout) .kf-mobile-address {
		grid-area: address !important;
	}
}

/* v5.13 - verified desktop logo and mobile contact geometry */
@media (min-width: 768px) {
	html body:not(.woocommerce-checkout) .kf-site-header__desktop a.kf-site-logo .kf-site-logo__image {
		transform: scale(2.1) !important;
		transform-origin: left center !important;
	}
}

@media (max-width: 767px) {
	body:not(.woocommerce-checkout) .kf-site-footer__legal {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 16px !important;
		width: 100% !important;
		text-align: center !important;
	}

	body:not(.woocommerce-checkout) .kf-site-footer__legal a {
		font-size: 11.5px !important;
		line-height: 1.45 !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__panel .kf-mobile-menu__contacts {
		grid-template-columns: max-content max-content !important;
		grid-template-areas:
			"phone socials"
			"address address" !important;
		justify-content: center !important;
		column-gap: 18px !important;
	}

	html body:not(.woocommerce-checkout) .kf-mobile-menu .kf-mobile-menu__panel .kf-mobile-address {
		justify-self: center !important;
	}

	html body:not(.woocommerce-checkout) .kf-site-header__mobile a.kf-site-logo--mobile .kf-site-logo__image {
		transform: scale(1.67) !important;
		transform-origin: center !important;
	}
}

/* v5.14 - compact consent controls */
.kf-cookie-consent[hidden],
.kf-cookie-consent__settings[hidden] {
	display: none !important;
}

.kf-cookie-consent {
	position: fixed;
	right: 16px;
	bottom: 16px;
	left: 16px;
	z-index: 999990;
	box-sizing: border-box;
	max-width: 1160px;
	margin: 0 auto;
	padding: 13px 15px;
	border: 1px solid rgba(89, 86, 72, .18);
	border-radius: 8px;
	background: #fffdf8;
	box-shadow: 0 10px 30px rgba(43, 39, 31, .14);
	color: #303324;
	font-family: Inter, Arial, sans-serif;
}

.kf-cookie-consent__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px 20px;
}

.kf-cookie-consent p {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
}

.kf-cookie-consent__actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.kf-cookie-consent__button,
.kf-cookie-consent__settings-toggle {
	min-height: 38px;
	margin: 0;
	font: 600 12px/1 Inter, Arial, sans-serif;
	cursor: pointer;
}

.kf-cookie-consent__button {
	min-width: 104px;
	padding: 0 15px;
	border: 1px solid #747d4c;
	border-radius: 7px;
	background: transparent;
	color: #59613e;
}

.kf-cookie-consent__button--primary {
	background: #747d4c;
	color: #fff;
}

.kf-cookie-consent__settings-toggle {
	padding: 0 6px;
	border: 0;
	background: transparent;
	color: #686b5a;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.kf-cookie-consent__settings {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: 14px;
	padding-top: 11px;
	border-top: 1px solid rgba(89, 86, 72, .14);
}

.kf-cookie-consent__settings label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	font-size: 12px;
	line-height: 1.35;
}

.kf-cookie-consent__settings .kf-cookie-consent__button {
	margin-left: auto;
}

@media (max-width: 767px) {
	.kf-cookie-consent {
		right: 8px;
		bottom: 8px;
		left: 8px;
		padding: 12px;
	}

	.kf-cookie-consent__inner {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.kf-cookie-consent p {
		font-size: 12px;
	}

	.kf-cookie-consent__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}

	.kf-cookie-consent__button {
		width: 100%;
		min-width: 0;
	}

	.kf-cookie-consent__settings-toggle {
		grid-column: 1 / -1;
		min-height: 30px;
	}

	.kf-cookie-consent__settings {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 9px 12px;
	}

	.kf-cookie-consent__settings label:first-child,
	.kf-cookie-consent__settings .kf-cookie-consent__button {
		grid-column: 1 / -1;
	}

	.kf-cookie-consent__settings .kf-cookie-consent__button {
		margin-left: 0;
	}
}
