/*
Theme Name: Firoozeh Kanaan
Template: hello-elementor
Version: 1.3.0
Text Domain: firoozeh-kanaan
*/

:root {
	--fk-cream: #fffdf7;
	--fk-paper: #f8f5eb;
	--fk-line: #e8ddbf;
	--fk-ink: #202c2b;
	--fk-muted: #66736f;
	--fk-turquoise: #089b9c;
	--fk-turquoise-dark: #056b6d;
	--fk-gold: #d8a62b;
	--fk-font: "Abar Low FaNum", Tahoma, Arial, sans-serif;
}

body {
	font-family: var(--fk-font);
	color: var(--fk-ink);
	background: var(--fk-cream);
}

button,
input,
select,
textarea,
.woocommerce,
.elementor {
	font-family: var(--fk-font);
}

.fk-header {
	position: relative;
	z-index: 50;
	direction: rtl;
	background: rgba(255, 253, 247, 0.96);
	border-bottom: 1px solid var(--fk-line);
	box-shadow: 0 12px 28px rgba(32, 44, 43, 0.055);
}

.fk-header::before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 4px;
	background:
		linear-gradient(45deg, transparent 34%, rgba(216, 166, 43, 0.82) 35% 43%, transparent 44%) 0 0 / 26px 4px,
		linear-gradient(-45deg, transparent 34%, rgba(8, 155, 156, 0.78) 35% 43%, transparent 44%) 13px 0 / 26px 4px;
	pointer-events: none;
}

.fk-header__top,
.fk-header__main,
.fk-nav,
.fk-cat-strip,
.fk-mobile-menu__inner {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.fk-header__top {
	color: var(--fk-turquoise-dark);
	font-size: 12px;
	font-weight: 800;
}

.fk-header__top-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 32px;
	border-bottom: 1px solid rgba(216, 166, 43, 0.22);
}

.fk-header__top a {
	color: inherit;
	text-decoration: none;
}

.fk-header__main {
	display: grid;
	grid-template-columns: minmax(300px, 390px) minmax(280px, 1fr) auto;
	align-items: center;
	gap: 18px;
	padding: 14px 0 12px;
}

.fk-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	color: inherit;
	text-decoration: none;
}

.fk-brand__mark {
	position: relative;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 92px;
	height: 58px;
	border: 1px solid rgba(216, 166, 43, 0.32);
	border-radius: 14px;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(8, 155, 156, 0.08);
}

.fk-brand__mark::before,
.fk-brand__mark::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid rgba(8, 155, 156, 0.34);
	background: var(--fk-cream);
	transform: rotate(45deg);
}

.fk-brand__mark::before {
	top: -7px;
	right: -7px;
}

.fk-brand__mark::after {
	left: -7px;
	bottom: -7px;
}

.fk-brand__mark img {
	position: relative;
	z-index: 1;
	display: block;
	width: 76px;
	height: auto;
}

.fk-brand__text {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.fk-brand__title {
	color: var(--fk-turquoise-dark);
	font-size: clamp(20px, 2vw, 29px);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

.fk-brand__sub {
	color: var(--fk-muted);
	font-size: 12px;
	font-weight: 800;
}

.fk-search {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	min-height: 42px;
	border: 1px solid rgba(8, 155, 156, 0.22);
	border-radius: 999px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 8px 22px rgba(32, 44, 43, 0.045);
}

.fk-search input[type="search"] {
	min-width: 0;
	width: 100%;
	height: 42px;
	padding: 0 17px;
	border: 0;
	outline: 0;
	color: var(--fk-ink);
	background: transparent;
	font-size: 14px;
}

.fk-search button {
	height: 34px;
	margin-inline-end: 4px;
	padding: 0 17px;
	border: 0;
	border-radius: 999px;
	color: #fff;
	background: var(--fk-turquoise);
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}

.fk-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	white-space: nowrap;
}

.fk-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid var(--fk-line);
	border-radius: 999px;
	color: var(--fk-ink);
	background: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	font-size: 13px;
	font-weight: 900;
}

.fk-actions__cart {
	color: #fff !important;
	border-color: transparent !important;
	background: var(--fk-gold) !important;
}

.fk-menu-toggle {
	position: relative;
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(8, 155, 156, 0.24);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(32, 44, 43, 0.06);
	cursor: pointer;
}

.fk-menu-toggle span[aria-hidden="true"] {
	position: absolute;
	width: 20px;
	height: 2px;
	border-radius: 999px;
	background: var(--fk-turquoise-dark);
	transition: transform 180ms ease, opacity 180ms ease;
}

.fk-menu-toggle span[aria-hidden="true"]:nth-of-type(2) {
	transform: translateY(-6px);
}

.fk-menu-toggle span[aria-hidden="true"]:nth-of-type(3) {
	transform: translateY(0);
}

.fk-menu-toggle span[aria-hidden="true"]:nth-of-type(4) {
	transform: translateY(6px);
}

.fk-header--menu-open .fk-menu-toggle span[aria-hidden="true"]:nth-of-type(2) {
	transform: rotate(45deg);
}

.fk-header--menu-open .fk-menu-toggle span[aria-hidden="true"]:nth-of-type(3) {
	opacity: 0;
}

.fk-header--menu-open .fk-menu-toggle span[aria-hidden="true"]:nth-of-type(4) {
	transform: rotate(-45deg);
}

.fk-nav-bar {
	border-top: 1px solid rgba(216, 166, 43, 0.2);
	background:
		linear-gradient(45deg, rgba(8, 155, 156, 0.045) 25%, transparent 25% 75%, rgba(8, 155, 156, 0.045) 75%) 0 0 / 18px 18px,
		rgba(255, 255, 255, 0.72);
}

.fk-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-height: 46px;
}

.fk-nav > a,
.fk-cat-menu > summary {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 13px;
	border-radius: 999px;
	color: var(--fk-ink);
	text-decoration: none;
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
	list-style: none;
}

.fk-cat-menu > summary::-webkit-details-marker {
	display: none;
}

.fk-nav > a:hover,
.fk-nav > a:focus,
.fk-cat-menu[open] > summary,
.fk-cat-menu > summary:hover {
	color: var(--fk-turquoise-dark);
	background: rgba(8, 155, 156, 0.08);
}

.fk-cat-menu {
	position: relative;
}

.fk-cat-menu__panel {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(170px, 1fr));
	gap: 6px;
	min-width: 390px;
	padding: 12px;
	border: 1px solid rgba(216, 166, 43, 0.28);
	border-radius: 14px;
	background: rgba(255, 253, 247, 0.98);
	box-shadow: 0 18px 40px rgba(32, 44, 43, 0.12);
}

.fk-cat-menu__panel a,
.fk-mobile-cats a,
.fk-mobile-nav a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 10px;
	color: var(--fk-ink);
	text-decoration: none;
	font-size: 13px;
	font-weight: 800;
}

.fk-cat-menu__panel a:hover,
.fk-cat-menu__panel a:focus,
.fk-mobile-cats a:hover,
.fk-mobile-cats a:focus,
.fk-mobile-nav a:hover,
.fk-mobile-nav a:focus {
	color: var(--fk-turquoise-dark);
	background: rgba(8, 155, 156, 0.08);
}

.fk-cat-menu__panel small,
.fk-mobile-cats small {
	color: var(--fk-gold);
	font-size: 12px;
	font-weight: 900;
}

.fk-cat-strip {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 0 12px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.fk-cat-strip span {
	flex: 0 0 auto;
	color: var(--fk-muted);
	font-size: 12px;
	font-weight: 900;
}

.fk-cat-strip a {
	flex: 0 0 auto;
	padding: 7px 12px;
	border: 1px solid rgba(8, 155, 156, 0.16);
	border-radius: 999px;
	color: var(--fk-turquoise-dark);
	background: rgba(255, 255, 255, 0.76);
	text-decoration: none;
	font-size: 12px;
	font-weight: 900;
}

.fk-mobile-menu {
	display: none;
	border-top: 1px solid rgba(216, 166, 43, 0.22);
	background: rgba(255, 253, 247, 0.98);
}

.fk-mobile-menu__inner {
	display: grid;
	gap: 10px;
	padding: 12px 0 16px;
}

.fk-mobile-nav,
.fk-mobile-cats div {
	display: grid;
	gap: 6px;
}

.fk-mobile-cats {
	margin: 0;
}

.fk-mobile-cats summary {
	padding: 10px 12px;
	color: var(--fk-turquoise-dark);
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}

@media (max-width: 960px) {
	.fk-header {
		position: sticky;
		top: 0;
	}

	.fk-header__top,
	.fk-header__main,
	.fk-mobile-menu__inner {
		width: min(100% - 24px, 1180px);
	}

	.fk-header__top-inner {
		justify-content: flex-start;
		gap: 12px;
		min-height: 30px;
		overflow-x: auto;
		white-space: nowrap;
		scrollbar-width: none;
	}

	.fk-header__main {
		grid-template-columns: 1fr auto;
		gap: 12px;
		padding: 11px 0;
	}

	.fk-brand__mark {
		width: 76px;
		height: 50px;
	}

	.fk-brand__mark img {
		width: 64px;
	}

	.fk-brand__sub,
	.fk-desktop-search,
	.fk-actions,
	.fk-nav-bar,
	.fk-cat-strip {
		display: none;
	}

	.fk-brand__title {
		font-size: 19px;
	}

	.fk-menu-toggle {
		display: inline-flex;
	}

	.fk-header--menu-open .fk-mobile-menu {
		display: block;
		animation: fk-menu-drop 180ms ease both;
	}
}

/* Final compact shop cards and polished actions */
.fk-archive-card {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	border-color: rgba(216, 166, 43, 0.24) !important;
	border-radius: 16px !important;
	box-shadow: 0 10px 24px rgba(32, 44, 43, 0.052) !important;
}

.fk-archive-card .fk-card-eslimi,
.fk-archive-card::before,
.fk-archive-card::after {
	height: 16px !important;
	left: 14px !important;
	right: 14px !important;
	background-size: min(82%, 210px) auto !important;
	opacity: 0.76 !important;
}

.fk-archive-card .fk-card-eslimi--top,
.fk-archive-card::before {
	top: 5px !important;
}

.fk-archive-card .fk-card-eslimi--bottom,
.fk-archive-card::after {
	bottom: 5px !important;
}

.fk-archive-card__image {
	aspect-ratio: 1 / 0.88 !important;
	margin: 0 10px !important;
	border-radius: 12px !important;
}

.fk-archive-card__body {
	gap: 7px !important;
	padding: 10px 13px 0 !important;
}

.fk-archive-card__title {
	min-height: 42px !important;
	font-size: 13px !important;
	line-height: 1.62 !important;
}

.fk-archive-card__price {
	min-height: 24px !important;
	font-size: 13px !important;
}

.fk-archive-card__actions {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	gap: 7px !important;
	margin-top: 2px !important;
}

.fk-archive-card__actions a,
.fk-archive-card__actions .button {
	min-height: 34px !important;
	height: 34px !important;
	padding: 0 8px !important;
	border-radius: 10px !important;
	font-size: 11.5px !important;
	font-weight: 950 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	box-shadow: none !important;
}

.fk-archive-card__details {
	border-color: rgba(8, 155, 156, 0.18) !important;
	color: var(--fk-turquoise-dark) !important;
	background: rgba(8, 155, 156, 0.055) !important;
}

.fk-archive-card__buy,
.fk-archive-card__call,
.fk-archive-card__actions .button {
	border-color: transparent !important;
	color: #fff !important;
	background: linear-gradient(135deg, var(--fk-turquoise), var(--fk-turquoise-dark)) !important;
}

.fk-archive-card__call {
	background: linear-gradient(135deg, var(--fk-gold), #b98518) !important;
}

.fk-archive-card__actions a:hover,
.fk-archive-card__actions a:focus,
.fk-archive-card__actions .button:hover,
.fk-archive-card__actions .button:focus {
	transform: translateY(-1px);
	box-shadow: 0 8px 16px rgba(32, 44, 43, 0.1) !important;
}

@media (max-width: 620px) {
	.fk-archive-card {
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}

	.fk-archive-card__image {
		aspect-ratio: 1 / 0.9 !important;
	}

	.fk-archive-card__actions {
		grid-template-columns: 1fr 1fr !important;
	}

	.fk-archive-card__actions a,
	.fk-archive-card__actions .button {
		font-size: 11px !important;
		min-height: 33px !important;
		height: 33px !important;
	}
}

/* Product card images: more room, rounded frames, no crop or zoom. */
.fk-product-card {
	padding-inline: 8px !important;
}

.fk-product-card__image {
	width: 100% !important;
	aspect-ratio: 1 / 1 !important;
	margin-inline: 0 !important;
	overflow: hidden !important;
	border-radius: 18px !important;
	background: #fff !important;
}

.fk-product-card__image img,
.fk-product-card:hover .fk-product-card__image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center !important;
	transform: none !important;
}

.fk-related-products ul.products li.product {
	padding-inline: 8px !important;
}

.fk-related-products ul.products li.product a img,
.fk-related-products ul.products li.product:hover a img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1 !important;
	object-fit: contain !important;
	object-position: center !important;
	transform: none !important;
	border-radius: 18px !important;
	background: #fff !important;
}

@media (max-width: 620px) {
	.fk-product-card,
	.fk-related-products ul.products li.product {
		padding-inline: 6px !important;
	}

	.fk-product-card__image,
	.fk-related-products ul.products li.product a img {
		border-radius: 16px !important;
	}
}

/* Product card image centering, shine hover, unified add-to-cart */
.fk-archive-card {
	isolation: isolate !important;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease !important;
}

.fk-archive-card::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	width: auto !important;
	height: auto !important;
	border: 0 !important;
	border-radius: inherit !important;
	background:
		linear-gradient(
			112deg,
			transparent 0%,
			transparent 36%,
			rgba(255, 255, 255, 0.72) 47%,
			rgba(8, 155, 156, 0.18) 50%,
			rgba(255, 255, 255, 0.4) 54%,
			transparent 66%,
			transparent 100%
		) !important;
	opacity: 0 !important;
	pointer-events: none !important;
	transform: translateX(115%) skewX(-18deg) !important;
	transition: transform 720ms ease, opacity 220ms ease !important;
	z-index: 6 !important;
}

.fk-archive-card:hover {
	transform: translateY(-3px) !important;
	border-color: rgba(216, 166, 43, 0.42) !important;
	box-shadow: 0 18px 38px rgba(32, 44, 43, 0.105) !important;
}

.fk-archive-card:hover::before {
	opacity: 1 !important;
	transform: translateX(-115%) skewX(-18deg) !important;
}

.fk-archive-card::after {
	content: none !important;
	display: none !important;
}

.fk-archive-card .fk-card-eslimi {
	z-index: 8 !important;
}

.fk-archive-card__image {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	aspect-ratio: 1 / 0.86 !important;
	background: #f7f3e9 !important;
}

.fk-archive-card__image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: auto !important;
	object-fit: cover !important;
	object-position: center 38% !important;
	transform: scale(1.035) !important;
	transform-origin: center center !important;
	transition: transform 220ms ease !important;
}

.fk-archive-card:hover .fk-archive-card__image img {
	transform: scale(1.075) !important;
}

.fk-archive-card__actions {
	align-self: stretch !important;
	width: 100% !important;
}

.fk-archive-card__actions a,
.fk-archive-card__actions .button {
	border-radius: 999px !important;
}

.fk-archive-card__buy,
.fk-archive-card__actions .add_to_cart_button {
	border-color: transparent !important;
	color: #fff !important;
	background: #089b9c !important;
}

.fk-archive-card__buy:hover,
.fk-archive-card__buy:focus,
.fk-archive-card__actions .add_to_cart_button:hover,
.fk-archive-card__actions .add_to_cart_button:focus {
	background: #056b6d !important;
}

/* Shop product-card audit fix */
.fk-archive-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	column-gap: 18px !important;
	row-gap: 30px !important;
	align-items: start !important;
}

.fk-archive-card {
	display: flex !important;
	flex-direction: column !important;
	gap: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 20px 12px 18px !important;
	border: 1px solid rgba(216, 166, 43, 0.24) !important;
	border-radius: 16px !important;
	background: #fff !important;
	box-shadow: 0 10px 24px rgba(32, 44, 43, 0.055) !important;
}

.fk-archive-card::before,
.fk-archive-card::after {
	content: none !important;
	display: none !important;
}

.fk-archive-card .fk-card-eslimi {
	position: absolute !important;
	left: 18px !important;
	right: 18px !important;
	width: auto !important;
	height: 14px !important;
	border: 0 !important;
	background: var(--fk-product-eslimi) center center / min(78%, 185px) auto no-repeat !important;
	opacity: 0.72 !important;
	pointer-events: none !important;
	z-index: 5 !important;
}

.fk-archive-card .fk-card-eslimi--top {
	top: 5px !important;
	transform: none !important;
}

.fk-archive-card .fk-card-eslimi--bottom {
	bottom: 5px !important;
	transform: rotate(180deg) !important;
}

.fk-archive-card__image {
	display: block !important;
	aspect-ratio: 1 / 0.78 !important;
	width: 100% !important;
	margin: 0 !important;
	overflow: hidden !important;
	border-radius: 12px !important;
	background: var(--fk-paper) !important;
}

.fk-archive-card__image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
}

.fk-archive-card__body {
	display: flex !important;
	flex-direction: column !important;
	gap: 6px !important;
	padding: 10px 0 0 !important;
	min-height: 0 !important;
}

.fk-archive-card__title {
	display: -webkit-box !important;
	min-height: 40px !important;
	max-height: 40px !important;
	overflow: hidden !important;
	color: var(--fk-ink) !important;
	font-size: 13px !important;
	font-weight: 950 !important;
	line-height: 1.55 !important;
	text-align: right !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
}

.fk-archive-card__price {
	display: flex !important;
	align-items: center !important;
	min-height: 24px !important;
	color: var(--fk-turquoise-dark) !important;
	font-size: 13px !important;
	font-weight: 950 !important;
	line-height: 1.4 !important;
}

.fk-archive-card__actions {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 8px !important;
	align-items: center !important;
	align-self: stretch !important;
	width: 100% !important;
	margin-top: 7px !important;
}

.fk-archive-card__actions a,
.fk-archive-card__actions .button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 36px !important;
	min-height: 36px !important;
	padding: 0 10px !important;
	border-radius: 10px !important;
	font-size: 12px !important;
	font-weight: 950 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease !important;
}

.fk-archive-card__details {
	border: 1px solid rgba(8, 155, 156, 0.18) !important;
	color: var(--fk-turquoise-dark) !important;
	background: #f5ffff !important;
}

.fk-archive-card__buy,
.fk-archive-card__actions .add_to_cart_button {
	border: 1px solid transparent !important;
	color: #fff !important;
	background: linear-gradient(135deg, #089b9c, #056b6d) !important;
}

.fk-archive-card__call {
	border: 1px solid transparent !important;
	color: #fff !important;
	background: linear-gradient(135deg, #d8a62b, #b98518) !important;
}

.fk-archive-card__actions a:hover,
.fk-archive-card__actions a:focus,
.fk-archive-card__actions .button:hover,
.fk-archive-card__actions .button:focus {
	transform: translateY(-1px) !important;
	box-shadow: 0 8px 16px rgba(32, 44, 43, 0.1) !important;
}

@media (max-width: 980px) {
	.fk-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 620px) {
	.fk-archive-grid {
		grid-template-columns: 1fr !important;
		row-gap: 22px !important;
	}

	.fk-archive-card {
		padding: 18px 10px 16px !important;
	}

	.fk-archive-card .fk-card-eslimi {
		height: 12px !important;
		background-size: min(72%, 170px) auto !important;
	}

	.fk-archive-card__image {
		aspect-ratio: 1 / 0.82 !important;
	}

	.fk-archive-card__actions a,
	.fk-archive-card__actions .button {
		height: 34px !important;
		min-height: 34px !important;
		font-size: 11.5px !important;
	}
}

/* Final visible product-card Eslimi frame */
.fk-product-card,
.fk-archive-card,
.fk-related-products ul.products li.product {
	position: relative !important;
	overflow: hidden !important;
	padding-top: 28px !important;
	padding-bottom: 28px !important;
	border: 1px solid rgba(216, 166, 43, 0.22) !important;
	background: #fff !important;
}

.fk-card-eslimi,
.fk-product-card::before,
.fk-product-card::after,
.fk-archive-card::before,
.fk-archive-card::after,
.fk-related-products ul.products li.product::before,
.fk-related-products ul.products li.product::after {
	content: "" !important;
	position: absolute !important;
	left: 16px !important;
	right: 16px !important;
	width: auto !important;
	height: 22px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--fk-product-eslimi) center center / min(88%, 240px) auto no-repeat !important;
	opacity: 0.92 !important;
	pointer-events: none !important;
	z-index: 8 !important;
}

.fk-card-eslimi--top,
.fk-product-card::before,
.fk-archive-card::before,
.fk-related-products ul.products li.product::before {
	top: 6px !important;
	bottom: auto !important;
	transform: none !important;
}

.fk-card-eslimi--bottom,
.fk-product-card::after,
.fk-archive-card::after,
.fk-related-products ul.products li.product::after {
	top: auto !important;
	bottom: 6px !important;
	transform: rotate(180deg) !important;
}

.fk-product-card__image,
.fk-archive-card__image {
	position: relative !important;
	z-index: 1 !important;
	margin-inline: 12px !important;
}

.fk-product-card__title,
.fk-product-card__price,
.fk-archive-card__body,
.fk-related-products ul.products li.product > * {
	position: relative !important;
	z-index: 4 !important;
}

.fk-product-card:hover,
.fk-archive-card:hover,
.fk-related-products ul.products li.product:hover {
	border-color: rgba(216, 166, 43, 0.55) !important;
	box-shadow: 0 18px 38px rgba(32, 44, 43, 0.09) !important;
}

@media (max-width: 620px) {
	.fk-product-card,
	.fk-archive-card,
	.fk-related-products ul.products li.product {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}

	.fk-card-eslimi,
	.fk-product-card::before,
	.fk-product-card::after,
	.fk-archive-card::before,
	.fk-archive-card::after,
	.fk-related-products ul.products li.product::before,
	.fk-related-products ul.products li.product::after {
		height: 18px !important;
		left: 12px !important;
		right: 12px !important;
		background-size: min(92%, 210px) auto !important;
	}
}

@media (max-width: 520px) {
	.fk-header__top,
	.fk-header__main,
	.fk-mobile-menu__inner {
		width: min(100% - 20px, 1180px);
	}

	.fk-brand {
		gap: 10px;
	}

	.fk-brand__title {
		font-size: 17px;
	}

	.fk-search {
		grid-template-columns: 1fr;
		border-radius: 14px;
	}

	.fk-search button {
		width: calc(100% - 8px);
		margin: 0 4px 4px;
	}
}

@keyframes fk-menu-drop {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fk-home {
	background: var(--fk-cream);
}

.fk-home__wrap {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.fk-hero {
	min-height: 560px;
	background-position: center;
	background-size: cover;
	display: grid;
	align-items: center;
	border-bottom: 1px solid var(--fk-line);
}

.fk-hero__inner {
	display: grid;
	grid-template-columns: minmax(320px, 520px) 1fr;
}

.fk-hero__copy {
	padding: 64px 0;
}

.fk-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--fk-gold);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
}

.fk-kicker::before {
	content: "";
	width: 22px;
	height: 2px;
	background: currentColor;
}

.fk-hero h1,
.fk-section__head h2,
.fk-feature h2,
.fk-cta h2 {
	margin: 10px 0 0;
	color: var(--fk-turquoise-dark);
	font-size: clamp(30px, 4vw, 58px);
	font-weight: 950;
	line-height: 1.35;
	letter-spacing: 0;
}

.fk-hero p,
.fk-feature p,
.fk-cta p {
	max-width: 560px;
	margin: 16px 0 0;
	color: var(--fk-muted);
	font-size: 17px;
	font-weight: 650;
	line-height: 2;
}

.fk-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.fk-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid rgba(8, 155, 156, 0.22);
	border-radius: 999px;
	color: var(--fk-turquoise-dark);
	background: rgba(255, 255, 255, 0.86);
	text-decoration: none;
	font-size: 14px;
	font-weight: 900;
	box-shadow: 0 12px 30px rgba(32, 44, 43, 0.08);
}

.fk-btn--primary {
	color: #fff;
	border-color: transparent;
	background: var(--fk-turquoise);
}

.fk-btn--light {
	color: var(--fk-turquoise-dark);
	border-color: transparent;
	background: #fff;
}

.fk-trust {
	position: relative;
	margin-top: -34px;
	z-index: 2;
}

.fk-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	padding: 14px;
	border: 1px solid rgba(216, 166, 43, 0.24);
	border-radius: 18px;
	background: rgba(255, 253, 247, 0.94);
	box-shadow: 0 18px 44px rgba(32, 44, 43, 0.1);
}

.fk-trust__grid div {
	display: grid;
	gap: 3px;
	padding: 14px;
	border-radius: 12px;
	background: rgba(8, 155, 156, 0.055);
}

.fk-trust strong {
	color: var(--fk-turquoise-dark);
	font-size: 14px;
	font-weight: 950;
}

.fk-trust span {
	color: var(--fk-muted);
	font-size: 13px;
	font-weight: 750;
}

.fk-section {
	padding: 78px 0 0;
}

.fk-section__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}

.fk-section__head span {
	color: var(--fk-gold);
	font-size: 13px;
	font-weight: 950;
}

.fk-section__head h2 {
	font-size: clamp(24px, 3vw, 38px);
}

.fk-section__head a {
	color: var(--fk-turquoise-dark);
	text-decoration: none;
	font-size: 14px;
	font-weight: 900;
}

.fk-category-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
}

.fk-category-card {
	position: relative;
	min-height: 118px;
	padding: 18px;
	border: 1px solid rgba(8, 155, 156, 0.14);
	border-radius: 16px;
	color: var(--fk-ink);
	background:
		linear-gradient(135deg, rgba(8, 155, 156, 0.08), rgba(216, 166, 43, 0.08)),
		#fff;
	text-decoration: none;
	overflow: hidden;
}

.fk-category-card::after {
	content: "";
	position: absolute;
	left: -18px;
	bottom: -18px;
	width: 62px;
	height: 62px;
	border: 1px solid rgba(216, 166, 43, 0.36);
	transform: rotate(45deg);
}

.fk-category-card span,
.fk-category-card small {
	position: relative;
	z-index: 1;
	display: block;
}

.fk-category-card span {
	color: var(--fk-turquoise-dark);
	font-size: 16px;
	font-weight: 950;
}

.fk-category-card small {
	margin-top: 8px;
	color: var(--fk-muted);
	font-size: 13px;
	font-weight: 800;
}

.fk-feature {
	margin-top: 82px;
	background-position: center;
	background-size: cover;
}

.fk-feature__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 360px;
	padding: 58px 0;
}

.fk-feature h2,
.fk-feature p {
	color: #fff;
}

.fk-feature p {
	opacity: 0.88;
}

.fk-product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.fk-product-card {
	display: grid;
	gap: 10px;
	padding: 12px;
	border: 1px solid rgba(8, 155, 156, 0.14);
	border-radius: 16px;
	color: var(--fk-ink);
	background: #fff;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(32, 44, 43, 0.055);
}

.fk-product-card__image {
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 12px;
	background: var(--fk-paper);
}

.fk-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.fk-product-card__title {
	min-height: 44px;
	color: var(--fk-ink);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.65;
}

.fk-product-card__price {
	color: var(--fk-turquoise-dark);
	font-size: 14px;
	font-weight: 950;
}

.fk-cta {
	margin-top: 82px;
	background-position: center;
	background-size: cover;
	border-top: 1px solid var(--fk-line);
}

.fk-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 280px;
	padding: 48px 0;
}

.fk-cta h2 {
	font-size: clamp(24px, 3vw, 40px);
}

.fk-footer {
	margin-top: 0;
	color: #fff;
	background-position: center;
	background-size: cover;
}

.fk-footer__inner {
	display: grid;
	grid-template-columns: 1.4fr .8fr 1fr;
	gap: 36px;
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
	padding: 54px 0 34px;
}

.fk-footer__brand img {
	width: 128px;
	height: auto;
	padding: 10px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.92);
}

.fk-footer h2,
.fk-footer h3 {
	margin: 14px 0 0;
	color: #fff;
	font-weight: 950;
	letter-spacing: 0;
}

.fk-footer h3 {
	margin-bottom: 12px;
	font-size: 16px;
}

.fk-footer p,
.fk-footer a,
.fk-footer span {
	color: rgba(255, 255, 255, 0.86);
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.9;
}

.fk-footer__links {
	display: grid;
	align-content: start;
	gap: 6px;
}

.fk-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
	padding: 14px 0 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 980px) {
	.fk-hero {
		min-height: 480px;
	}

	.fk-trust__grid,
	.fk-category-grid,
	.fk-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.fk-feature__inner,
	.fk-cta__inner,
	.fk-section__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.fk-footer__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.fk-home__wrap {
		width: min(100% - 20px, 1180px);
	}

	.fk-hero {
		min-height: auto;
		background-position: center left;
	}

	.fk-hero__inner {
		grid-template-columns: 1fr;
	}

	.fk-hero__copy {
		padding: 46px 0 88px;
	}

	.fk-hero p,
	.fk-feature p,
	.fk-cta p {
		font-size: 15px;
	}

	.fk-trust {
		margin-top: -52px;
	}

	.fk-trust__grid,
	.fk-category-grid,
	.fk-product-grid {
		grid-template-columns: 1fr;
	}

	.fk-section,
	.fk-feature,
	.fk-cta {
		margin-top: 0;
		padding-top: 58px;
	}

	.fk-feature__inner,
	.fk-cta__inner {
		min-height: auto;
		padding: 42px 0;
	}

	.fk-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

.fk-shop,
.fk-single-product {
	background: var(--fk-cream);
}

.fk-shop__wrap {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.fk-shop-hero {
	padding: 52px 0 42px;
	border-bottom: 1px solid var(--fk-line);
	background:
		linear-gradient(90deg, rgba(255, 253, 247, 0.94), rgba(255, 253, 247, 0.86)),
		url("assets/ornament-bg.png") center / cover;
}

.fk-shop-hero h1 {
	margin: 10px 0 0;
	color: var(--fk-turquoise-dark);
	font-size: clamp(30px, 4vw, 50px);
	font-weight: 950;
	line-height: 1.35;
	letter-spacing: 0;
}

.fk-shop-hero p {
	max-width: 700px;
	margin: 12px 0 0;
	color: var(--fk-muted);
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
}

.fk-shop-body {
	padding: 44px 0 76px;
}

.fk-shop-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 26px;
	align-items: start;
}

.fk-shop-sidebar {
	position: sticky;
	top: 116px;
	display: grid;
	gap: 8px;
	padding: 18px;
	border: 1px solid rgba(8, 155, 156, 0.14);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 12px 28px rgba(32, 44, 43, 0.055);
}

.fk-shop-sidebar h2 {
	margin: 0 0 8px;
	color: var(--fk-turquoise-dark);
	font-size: 18px;
	font-weight: 950;
}

.fk-shop-sidebar__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 40px;
	padding: 0 12px;
	border-radius: 12px;
	color: var(--fk-ink);
	text-decoration: none;
	font-size: 13px;
	font-weight: 800;
}

.fk-shop-sidebar__link:hover,
.fk-shop-sidebar__link:focus {
	color: var(--fk-turquoise-dark);
	background: rgba(8, 155, 156, 0.08);
}

.fk-shop-sidebar__link small {
	color: var(--fk-gold);
	font-size: 12px;
	font-weight: 950;
}

.fk-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
	padding: 12px 14px;
	border: 1px solid rgba(216, 166, 43, 0.22);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.72);
}

.fk-shop-toolbar .woocommerce-result-count {
	margin: 0;
	color: var(--fk-muted);
	font-size: 13px;
	font-weight: 800;
}

.fk-shop-toolbar select {
	min-height: 38px;
	padding: 0 12px;
	border: 1px solid rgba(8, 155, 156, 0.18);
	border-radius: 999px;
	background: #fff;
	color: var(--fk-ink);
}

.fk-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	align-items: stretch;
}

.fk-archive-card {
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	border: 1px solid rgba(8, 155, 156, 0.13);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 30px rgba(32, 44, 43, 0.06);
	min-width: 0;
	height: 100%;
}

.fk-archive-card__image {
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	background: var(--fk-paper);
}

.fk-archive-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.fk-archive-card:hover .fk-archive-card__image img {
	transform: scale(1.035);
}

.fk-archive-card__body {
	display: grid;
	grid-template-rows: auto auto 1fr;
	gap: 10px;
	min-width: 0;
	padding: 14px 14px 16px;
}

.fk-archive-card__title {
	display: -webkit-box;
	min-height: 52px;
	overflow: hidden;
	color: var(--fk-ink);
	text-decoration: none;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.85;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fk-archive-card__price {
	display: flex;
	align-items: center;
	min-height: 30px;
	color: var(--fk-turquoise-dark);
	font-size: 14px;
	font-weight: 950;
	line-height: 1.6;
}

.fk-archive-card__actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	align-items: center;
	align-self: end;
	margin-top: 4px;
}

.fk-archive-card__actions a,
.fk-archive-card__actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	min-height: 40px;
	padding: 0 12px;
	border: 1px solid rgba(8, 155, 156, 0.18);
	border-radius: 999px;
	color: var(--fk-turquoise-dark);
	background: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	box-sizing: border-box;
}

.fk-archive-card__actions .button,
.fk-archive-card__call {
	color: #fff;
	border-color: transparent;
	background: var(--fk-gold);
}

.fk-shop-pagination {
	margin-top: 28px;
}

.fk-shop-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	padding: 0;
	margin: 0;
	border: 0;
}

.fk-shop-pagination .page-numbers li {
	list-style: none;
}

.fk-shop-pagination .page-numbers a,
.fk-shop-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	border: 1px solid rgba(8, 155, 156, 0.18);
	border-radius: 999px;
	color: var(--fk-ink);
	background: #fff;
	text-decoration: none;
	font-weight: 900;
}

.fk-shop-pagination .page-numbers .current {
	color: #fff;
	background: var(--fk-turquoise);
}

.fk-empty-state {
	padding: 42px;
	border: 1px solid var(--fk-line);
	border-radius: 18px;
	background: #fff;
	text-align: center;
}

.fk-product-breadcrumb {
	padding: 22px 0 0;
	color: var(--fk-muted);
	font-size: 13px;
	font-weight: 800;
}

.fk-product-breadcrumb a {
	color: var(--fk-turquoise-dark);
	text-decoration: none;
}

.fk-product-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
	gap: 34px;
	align-items: start;
	padding: 30px 0 56px;
}

.fk-product-gallery,
.fk-product-summary,
.fk-product-details__content {
	border: 1px solid rgba(8, 155, 156, 0.14);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(32, 44, 43, 0.06);
}

.fk-product-gallery {
	padding: 14px;
}

.fk-product-gallery__main {
	overflow: hidden;
	border-radius: 16px;
	background: var(--fk-paper);
}

.fk-product-gallery__main img {
	display: block;
	width: 100%;
	height: auto;
}

.fk-product-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
	margin-top: 10px;
}

.fk-product-gallery__thumbs img {
	aspect-ratio: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	border: 1px solid var(--fk-line);
}

.fk-product-summary {
	position: sticky;
	top: 116px;
	padding: 26px;
}

.fk-product-summary h1 {
	margin: 10px 0 0;
	color: var(--fk-turquoise-dark);
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 950;
	line-height: 1.45;
	letter-spacing: 0;
}

.fk-product-summary__price {
	margin-top: 16px;
	color: var(--fk-gold);
	font-size: 22px;
	font-weight: 950;
}

.fk-product-summary__stock {
	margin-top: 8px;
	color: var(--fk-muted);
	font-weight: 800;
}

.fk-product-summary__excerpt {
	margin-top: 18px;
	color: var(--fk-ink);
	font-size: 15px;
	font-weight: 650;
	line-height: 2;
}

.fk-product-summary__cart {
	margin-top: 20px;
}

.fk-product-summary__cart form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 0;
}

.fk-product-summary__cart .quantity input {
	min-height: 42px;
	border: 1px solid rgba(8, 155, 156, 0.18);
	border-radius: 999px;
	text-align: center;
}

.fk-product-summary__cart .single_add_to_cart_button {
	min-height: 44px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	background: var(--fk-turquoise);
	color: #fff;
	font-weight: 950;
}

.fk-product-summary__meta {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--fk-line);
	color: var(--fk-muted);
	font-size: 13px;
	font-weight: 800;
}

.fk-product-summary__meta a {
	color: var(--fk-turquoise-dark);
	text-decoration: none;
}

.fk-product-details {
	padding-bottom: 54px;
}

.fk-product-details__content {
	padding: 28px;
}

.fk-product-details__content h2,
.fk-related-products h2 {
	margin: 0 0 18px;
	color: var(--fk-turquoise-dark);
	font-size: 24px;
	font-weight: 950;
}

.fk-product-details__content,
.fk-product-details__content p,
.fk-product-details__content li {
	color: var(--fk-ink);
	font-size: 15px;
	line-height: 2;
}

.fk-related-products {
	padding-bottom: 78px;
}

.fk-related-products ul.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin: 0;
	padding: 0;
}

.fk-related-products ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 12px;
	border: 1px solid rgba(8, 155, 156, 0.14);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(32, 44, 43, 0.055);
}

@media (max-width: 980px) {
	.fk-shop-layout,
	.fk-product-layout {
		grid-template-columns: 1fr;
	}

	.fk-shop-sidebar,
	.fk-product-summary {
		position: static;
	}

	.fk-archive-grid,
	.fk-related-products ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 620px) {
	.fk-shop__wrap {
		width: min(100% - 20px, 1180px);
	}

	.fk-shop-hero {
		padding: 38px 0 30px;
	}

	.fk-shop-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.fk-archive-grid,
	.fk-related-products ul.products {
		grid-template-columns: 1fr;
	}

	.fk-archive-card__actions {
		grid-template-columns: 1fr;
	}

	.fk-product-layout {
		gap: 18px;
		padding-top: 20px;
	}

	.fk-product-summary,
	.fk-product-details__content {
		padding: 18px;
	}

	.fk-product-gallery__thumbs {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* Eslimi refinement layer */
:root {
	--fk-eslimi: url("assets/eslimi-pattern.png");
}

body {
	background:
		linear-gradient(rgba(255, 253, 247, 0.9), rgba(255, 253, 247, 0.9)),
		var(--fk-eslimi) center top / 680px auto repeat,
		var(--fk-cream);
}

.fk-header {
	background:
		linear-gradient(rgba(255, 253, 247, 0.94), rgba(255, 253, 247, 0.96)),
		var(--fk-eslimi) center top / 520px auto repeat;
}

.fk-header::after {
	content: "";
	position: absolute;
	inset: auto 0 -1px;
	height: 9px;
	background:
		linear-gradient(135deg, transparent 35%, rgba(216, 166, 43, 0.88) 36% 43%, transparent 44%) 0 0 / 28px 9px,
		linear-gradient(225deg, transparent 35%, rgba(8, 155, 156, 0.78) 36% 43%, transparent 44%) 14px 0 / 28px 9px;
	pointer-events: none;
}

.fk-brand__mark,
.fk-search,
.fk-actions a,
.fk-menu-toggle,
.fk-cat-menu__panel,
.fk-mobile-menu,
.fk-cat-strip a,
.fk-btn,
.fk-trust__grid,
.fk-trust__grid div,
.fk-category-card,
.fk-product-card,
.fk-cta__inner,
.fk-shop-sidebar,
.fk-shop-toolbar,
.fk-archive-card,
.fk-empty-state,
.fk-product-gallery,
.fk-product-summary,
.fk-product-details__content,
.fk-related-products ul.products li.product {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
		var(--fk-eslimi);
	background-position: center;
	background-size: auto, 420px auto;
	background-repeat: repeat;
}

.fk-brand__mark,
.fk-trust__grid,
.fk-category-card,
.fk-product-card,
.fk-archive-card,
.fk-product-gallery,
.fk-product-summary,
.fk-product-details__content,
.fk-related-products ul.products li.product {
	position: relative;
	border-color: rgba(216, 166, 43, 0.32);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.75),
		inset 0 0 0 6px rgba(8, 155, 156, 0.035),
		0 16px 34px rgba(32, 44, 43, 0.065);
}

.fk-category-card::before,
.fk-product-card::before,
.fk-archive-card::before,
.fk-product-gallery::before,
.fk-product-summary::before,
.fk-product-details__content::before,
.fk-related-products ul.products li.product::before,
.fk-trust__grid::before,
.fk-shop-sidebar::before,
.fk-footer__inner::before {
	content: "";
	position: absolute;
	inset: 8px;
	border: 1px solid rgba(216, 166, 43, 0.22);
	border-radius: inherit;
	pointer-events: none;
}

.fk-category-card::after,
.fk-product-card::after,
.fk-archive-card::after,
.fk-product-gallery::after,
.fk-product-summary::after,
.fk-product-details__content::after,
.fk-related-products ul.products li.product::after,
.fk-shop-sidebar::after {
	content: "";
	position: absolute;
	left: 12px;
	bottom: 12px;
	width: 34px;
	height: 34px;
	border-left: 2px solid rgba(8, 155, 156, 0.28);
	border-bottom: 2px solid rgba(216, 166, 43, 0.36);
	border-radius: 0 0 0 18px;
	pointer-events: none;
}

.fk-category-card > *,
.fk-product-card > *,
.fk-archive-card > *,
.fk-product-gallery > *,
.fk-product-summary > *,
.fk-product-details__content > *,
.fk-related-products ul.products li.product > *,
.fk-shop-sidebar > *,
.fk-trust__grid > *,
.fk-footer__inner > * {
	position: relative;
	z-index: 1;
}

.fk-nav-bar {
	background:
		linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
		var(--fk-eslimi) center / 360px auto repeat;
}

.fk-nav > a,
.fk-cat-menu > summary,
.fk-mobile-nav a,
.fk-mobile-cats a {
	border: 1px solid transparent;
}

.fk-nav > a:hover,
.fk-nav > a:focus,
.fk-cat-menu[open] > summary,
.fk-cat-menu > summary:hover,
.fk-mobile-nav a:hover,
.fk-mobile-nav a:focus,
.fk-mobile-cats a:hover,
.fk-mobile-cats a:focus {
	border-color: rgba(216, 166, 43, 0.24);
	background:
		linear-gradient(rgba(255, 253, 247, 0.84), rgba(255, 253, 247, 0.84)),
		var(--fk-eslimi) center / 320px auto repeat;
}

.fk-cat-strip {
	position: relative;
}

.fk-cat-strip::before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 5px;
	background:
		radial-gradient(circle at 50% 100%, rgba(8, 155, 156, 0.78) 0 3px, transparent 4px) 0 0 / 28px 5px repeat-x,
		linear-gradient(90deg, rgba(216, 166, 43, 0.34), rgba(8, 155, 156, 0.34));
	pointer-events: none;
}

.fk-hero {
	position: relative;
	isolation: isolate;
	background-size: cover, 620px auto, cover;
	background-position: center, center, center;
	overflow: hidden;
}

.fk-hero::after {
	content: "";
	position: absolute;
	inset: 28px;
	border: 1px solid rgba(216, 166, 43, 0.28);
	border-radius: 22px;
	box-shadow: inset 0 0 0 7px rgba(255, 253, 247, 0.26);
	pointer-events: none;
	z-index: -1;
}

.fk-hero__copy {
	position: relative;
	padding-inline: 24px;
	border-right: 3px double rgba(216, 166, 43, 0.48);
}

.fk-section__head {
	position: relative;
	padding-bottom: 14px;
}

.fk-section__head::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: min(360px, 70%);
	height: 7px;
	background:
		radial-gradient(circle at center, rgba(216, 166, 43, 0.8) 0 3px, transparent 4px) 0 0 / 26px 7px repeat-x;
}

.fk-feature,
.fk-cta,
.fk-shop-hero {
	position: relative;
	background-size: cover, 560px auto, cover;
	background-blend-mode: normal, multiply, normal;
	overflow: hidden;
}

.fk-feature::before,
.fk-cta::before,
.fk-shop-hero::before {
	content: "";
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(216, 166, 43, 0.24);
	border-radius: 24px;
	pointer-events: none;
}

.fk-feature__inner,
.fk-cta__inner,
.fk-shop-hero .fk-shop__wrap {
	position: relative;
	z-index: 1;
}

.fk-shop,
.fk-single-product {
	background:
		linear-gradient(rgba(255, 253, 247, 0.9), rgba(255, 253, 247, 0.9)),
		var(--fk-eslimi) center top / 720px auto repeat;
}

.fk-shop-hero {
	background:
		linear-gradient(135deg, rgba(255, 253, 247, 0.94), rgba(255, 253, 247, 0.78)),
		var(--fk-eslimi) center / 560px auto repeat;
}

.fk-shop-sidebar {
	position: sticky;
	overflow: hidden;
	border-color: rgba(216, 166, 43, 0.3);
}

.fk-archive-card__image,
.fk-product-card__image,
.fk-product-gallery__main,
.fk-product-gallery__thumbs img {
	border: 1px solid rgba(216, 166, 43, 0.24);
	box-shadow: inset 0 0 0 4px rgba(255, 253, 247, 0.52);
}

.fk-footer {
	position: relative;
	background-size: cover, 620px auto;
	background-blend-mode: normal, multiply;
	overflow: hidden;
}

.fk-footer::before {
	content: "";
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 24px;
	pointer-events: none;
}

.fk-footer__inner {
	position: relative;
}

.fk-footer__brand img {
	border: 1px solid rgba(216, 166, 43, 0.36);
	box-shadow:
		inset 0 0 0 5px rgba(8, 155, 156, 0.045),
		0 14px 28px rgba(0, 0, 0, 0.16);
}

.fk-btn--primary,
.fk-search button,
.fk-actions__cart,
.fk-archive-card__actions .button,
.fk-archive-card__call,
.fk-product-summary__cart .single_add_to_cart_button {
	color: #fff !important;
	border-color: transparent !important;
	background:
		linear-gradient(rgba(8, 155, 156, 0.86), rgba(5, 107, 109, 0.9)),
		var(--fk-eslimi) center / 340px auto repeat !important;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.16),
		0 12px 28px rgba(8, 155, 156, 0.18);
}

.fk-actions__cart,
.fk-archive-card__actions .button,
.fk-archive-card__call {
	background:
		linear-gradient(rgba(216, 166, 43, 0.9), rgba(179, 127, 18, 0.92)),
		var(--fk-eslimi) center / 340px auto repeat !important;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.18),
		0 12px 28px rgba(216, 166, 43, 0.2);
}

@media (max-width: 620px) {
	.fk-hero::after,
	.fk-feature::before,
	.fk-cta::before,
	.fk-shop-hero::before,
	.fk-footer::before {
		inset: 10px;
		border-radius: 16px;
	}

	.fk-hero__copy {
		padding-inline: 14px;
		border-right-width: 2px;
	}

	.fk-category-card::before,
	.fk-product-card::before,
	.fk-archive-card::before,
	.fk-product-gallery::before,
	.fk-product-summary::before,
	.fk-product-details__content::before,
	.fk-related-products ul.products li.product::before,
	.fk-shop-sidebar::before {
		inset: 6px;
	}
}

/* Approved minimal Eslimi product-card frame */
:root {
	--fk-product-eslimi: url("assets/product-card-eslimi.svg");
}

.fk-product-card,
.fk-archive-card,
.fk-related-products ul.products li.product {
	position: relative !important;
	overflow: hidden !important;
	padding-top: 32px !important;
	padding-bottom: 30px !important;
	border-color: rgba(216, 166, 43, 0.28) !important;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(180deg, rgba(216, 166, 43, 0.35), rgba(8, 155, 156, 0.16), rgba(216, 166, 43, 0.28)) border-box !important;
	box-shadow:
		0 12px 28px rgba(32, 44, 43, 0.055),
		inset 0 0 0 1px rgba(255, 253, 247, 0.9) !important;
}

.fk-product-card::before,
.fk-archive-card::before,
.fk-related-products ul.products li.product::before {
	content: "" !important;
	position: absolute !important;
	inset: 7px 12px auto !important;
	width: auto !important;
	height: 36px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--fk-product-eslimi) center top / min(86%, 260px) auto no-repeat !important;
	opacity: 0.9 !important;
	pointer-events: none !important;
	z-index: 3 !important;
}

.fk-product-card::after,
.fk-archive-card::after,
.fk-related-products ul.products li.product::after {
	content: "" !important;
	position: absolute !important;
	inset: auto 12px 7px !important;
	width: auto !important;
	height: 36px !important;
	transform: rotate(180deg) !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--fk-product-eslimi) center top / min(86%, 260px) auto no-repeat !important;
	opacity: 0.9 !important;
	pointer-events: none !important;
	z-index: 3 !important;
}

.fk-product-card__image,
.fk-archive-card__image,
.fk-related-products ul.products li.product a img {
	position: relative;
	z-index: 1;
	border-radius: 12px !important;
}

.fk-product-card__title,
.fk-product-card__price,
.fk-archive-card__body,
.fk-related-products ul.products li.product .woocommerce-loop-product__title,
.fk-related-products ul.products li.product .price,
.fk-related-products ul.products li.product .button {
	position: relative;
	z-index: 4;
}

.fk-archive-card__image {
	margin: 0 12px;
}

.fk-archive-card__body {
	padding-inline: 16px;
}

.fk-product-card {
	padding-inline: 12px !important;
}

.fk-related-products ul.products li.product {
	padding-inline: 14px !important;
}

@media (max-width: 620px) {
	.fk-product-card,
	.fk-archive-card,
	.fk-related-products ul.products li.product {
		padding-top: 26px !important;
		padding-bottom: 26px !important;
	}

	.fk-product-card::before,
	.fk-archive-card::before,
	.fk-related-products ul.products li.product::before,
	.fk-product-card::after,
	.fk-archive-card::after,
	.fk-related-products ul.products li.product::after {
		height: 30px !important;
		background-size: min(90%, 220px) auto !important;
	}
}

/* Iranian architectural ornaments */
:root {
	--fk-eslimi-corner: url("assets/eslimi-corner.svg");
	--fk-persian-arch: url("assets/persian-arch.svg");
}

.fk-header__main,
.fk-nav-bar,
.fk-hero,
.fk-section,
.fk-feature,
.fk-cta,
.fk-shop-hero,
.fk-shop-body,
.fk-product-layout,
.fk-product-details,
.fk-footer {
	position: relative;
}

.fk-header__main::before,
.fk-header__main::after,
.fk-hero__inner::before,
.fk-hero__inner::after,
.fk-feature__inner::before,
.fk-feature__inner::after,
.fk-cta__inner::before,
.fk-cta__inner::after,
.fk-shop-hero .fk-shop__wrap::before,
.fk-shop-hero .fk-shop__wrap::after,
.fk-footer__inner::after {
	content: "";
	position: absolute;
	width: 74px;
	height: 74px;
	background: var(--fk-eslimi-corner) center / contain no-repeat;
	opacity: 0.72;
	pointer-events: none;
	z-index: 0;
}

.fk-header__main::before,
.fk-hero__inner::before,
.fk-feature__inner::before,
.fk-cta__inner::before,
.fk-shop-hero .fk-shop__wrap::before {
	top: 10px;
	right: 0;
}

.fk-header__main::after,
.fk-hero__inner::after,
.fk-feature__inner::after,
.fk-cta__inner::after,
.fk-shop-hero .fk-shop__wrap::after,
.fk-footer__inner::after {
	left: 0;
	bottom: 10px;
	transform: rotate(180deg);
}

.fk-header__main > *,
.fk-hero__inner > *,
.fk-feature__inner > *,
.fk-cta__inner > *,
.fk-shop-hero .fk-shop__wrap > *,
.fk-footer__inner > * {
	position: relative;
	z-index: 1;
}

.fk-nav-bar::after,
.fk-section::before,
.fk-feature::after,
.fk-cta::after,
.fk-shop-body::before,
.fk-product-details::before,
.fk-footer::after {
	content: "";
	position: absolute;
	left: 50%;
	width: min(360px, calc(100% - 48px));
	height: 82px;
	background: var(--fk-persian-arch) center / contain no-repeat;
	opacity: 0.34;
	transform: translateX(-50%);
	pointer-events: none;
}

.fk-nav-bar::after {
	bottom: -46px;
	opacity: 0.2;
}

.fk-section::before,
.fk-shop-body::before,
.fk-product-details::before {
	top: 18px;
}

.fk-feature::after,
.fk-cta::after,
.fk-footer::after {
	bottom: 18px;
	filter: brightness(1.2);
	opacity: 0.22;
}

.fk-category-card,
.fk-product-card,
.fk-archive-card,
.fk-product-gallery,
.fk-product-summary,
.fk-product-details__content,
.fk-related-products ul.products li.product,
.fk-shop-sidebar,
.fk-shop-toolbar,
.fk-trust__grid {
	background-image:
		var(--fk-eslimi-corner),
		var(--fk-eslimi-corner),
		linear-gradient(rgba(255, 255, 255, 0.91), rgba(255, 255, 255, 0.91)),
		var(--fk-eslimi);
	background-position:
		right 10px top 10px,
		left 10px bottom 10px,
		center,
		center;
	background-size:
		58px 58px,
		58px 58px,
		auto,
		420px auto;
	background-repeat: no-repeat, no-repeat, repeat, repeat;
}

.fk-product-card,
.fk-archive-card,
.fk-category-card {
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.fk-product-card:hover,
.fk-archive-card:hover,
.fk-category-card:hover {
	transform: translateY(-3px);
	border-color: rgba(216, 166, 43, 0.48);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.78),
		inset 0 0 0 6px rgba(8, 155, 156, 0.045),
		0 20px 42px rgba(32, 44, 43, 0.1);
}

.fk-brand__mark {
	background-image:
		var(--fk-eslimi-corner),
		linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
		var(--fk-eslimi);
	background-position: right 5px top 4px, center, center;
	background-size: 32px 32px, auto, 260px auto;
	background-repeat: no-repeat, repeat, repeat;
}

.fk-search,
.fk-cat-strip a,
.fk-actions a,
.fk-menu-toggle {
	box-shadow:
		inset 0 0 0 1px rgba(216, 166, 43, 0.12),
		0 8px 22px rgba(32, 44, 43, 0.045);
}

.fk-section__head h2,
.fk-shop-hero h1,
.fk-product-summary h1,
.fk-footer h2 {
	text-shadow: 0 1px 0 rgba(255, 253, 247, 0.72);
}

.fk-footer__brand,
.fk-footer__links,
.fk-footer__contact,
.fk-footer__trust {
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	background:
		linear-gradient(rgba(5, 107, 109, 0.5), rgba(5, 107, 109, 0.5)),
		var(--fk-eslimi-corner) right 10px top 10px / 58px 58px no-repeat;
}

.fk-footer__inner--has-trust {
	grid-template-columns: 1.3fr .75fr .9fr .65fr;
}

.fk-footer__trust {
	display: grid;
	align-content: start;
	justify-items: center;
	gap: 12px;
	text-align: center;
}

.fk-footer__trust h3 {
	margin-top: 0;
}

.fk-footer__trust a {
	position: relative;
	display: grid;
	place-items: center;
	width: 118px;
	min-height: 118px;
	padding: 10px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.fk-footer__trust img {
	position: absolute;
	inset: 10px;
	z-index: 2;
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	object-fit: contain;
	background: #fff;
}

.fk-footer__trust img[hidden] {
	display: none;
}

.fk-enamad-fallback {
	display: grid;
	place-items: center;
	gap: 2px;
	color: #056b6d !important;
	text-align: center;
}

.fk-enamad-fallback svg {
	width: 38px;
	height: 38px;
	fill: none;
	stroke: #c99522;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.fk-enamad-fallback strong {
	color: #056b6d;
	font-size: 13px;
	font-weight: 950;
}

.fk-enamad-fallback small {
	color: #74827e;
	font-size: 9px;
	font-weight: 750;
}

.fk-social-links--footer {
	direction: rtl;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.fk-social-links--footer .fk-social-link {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	gap: 7px;
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 10px;
	color: #fff;
	background: rgba(255, 255, 255, 0.075);
	font-size: 11px;
	font-weight: 850;
	line-height: 1;
	transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.fk-social-links--footer .fk-social-link:hover,
.fk-social-links--footer .fk-social-link:focus-visible {
	border-color: rgba(240, 198, 93, 0.72);
	color: #fff;
	background: rgba(255, 255, 255, 0.13);
	transform: translateY(-1px);
	outline: none;
}

.fk-social-links--footer svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.fk-social-links--footer .fk-social-icon__dot {
	fill: currentColor;
	stroke: none;
}

@media (max-width: 620px) {
	.fk-social-links--footer {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.fk-social-links--footer .fk-social-link {
		justify-content: center;
		padding-inline: 6px;
		font-size: 10px;
	}
}

@media (max-width: 980px) {
	.fk-footer__inner--has-trust {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 960px) {
	.fk-header__main::before,
	.fk-header__main::after {
		width: 52px;
		height: 52px;
		opacity: 0.42;
	}
}

@media (max-width: 620px) {
	.fk-header__main::before,
	.fk-header__main::after,
	.fk-hero__inner::before,
	.fk-hero__inner::after,
	.fk-feature__inner::before,
	.fk-feature__inner::after,
	.fk-cta__inner::before,
	.fk-cta__inner::after,
	.fk-shop-hero .fk-shop__wrap::before,
	.fk-shop-hero .fk-shop__wrap::after,
	.fk-footer__inner::after {
		width: 46px;
		height: 46px;
		opacity: 0.36;
	}

	.fk-nav-bar::after,
	.fk-section::before,
	.fk-feature::after,
	.fk-cta::after,
	.fk-shop-body::before,
	.fk-product-details::before,
	.fk-footer::after {
		width: min(260px, calc(100% - 32px));
		height: 64px;
		opacity: 0.18;
	}

	.fk-category-card,
	.fk-product-card,
	.fk-archive-card,
	.fk-product-gallery,
	.fk-product-summary,
	.fk-product-details__content,
	.fk-related-products ul.products li.product,
	.fk-shop-sidebar,
	.fk-shop-toolbar,
	.fk-trust__grid {
		background-size:
			42px 42px,
			42px 42px,
			auto,
			360px auto;
	}
}

/* Minimal Iranian refinement override */
body {
	background:
		linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(248, 245, 235, 0.96)),
		var(--fk-cream) !important;
}

.fk-header,
.fk-nav-bar,
.fk-mobile-menu,
.fk-shop,
.fk-single-product {
	background-image: none !important;
	background-color: rgba(255, 253, 247, 0.97) !important;
}

.fk-header::after,
.fk-header__main::before,
.fk-header__main::after,
.fk-hero__inner::before,
.fk-hero__inner::after,
.fk-feature__inner::before,
.fk-feature__inner::after,
.fk-cta__inner::before,
.fk-cta__inner::after,
.fk-shop-hero .fk-shop__wrap::before,
.fk-shop-hero .fk-shop__wrap::after,
.fk-footer__inner::after,
.fk-nav-bar::after,
.fk-section::before,
.fk-feature::after,
.fk-cta::after,
.fk-shop-body::before,
.fk-product-details::before,
.fk-footer::after {
	display: none !important;
}

.fk-hero,
.fk-feature,
.fk-cta,
.fk-footer {
	background-size: cover !important;
	background-blend-mode: normal !important;
}

.fk-hero::after,
.fk-feature::before,
.fk-cta::before,
.fk-shop-hero::before,
.fk-footer::before {
	inset: 22px !important;
	border: 1px solid rgba(216, 166, 43, 0.18) !important;
	border-radius: 16px !important;
	box-shadow: none !important;
}

.fk-brand__mark,
.fk-search,
.fk-actions a,
.fk-menu-toggle,
.fk-cat-menu__panel,
.fk-cat-strip a,
.fk-btn,
.fk-trust__grid,
.fk-trust__grid div,
.fk-category-card,
.fk-product-card,
.fk-cta__inner,
.fk-shop-sidebar,
.fk-shop-toolbar,
.fk-archive-card,
.fk-empty-state,
.fk-product-gallery,
.fk-product-summary,
.fk-product-details__content,
.fk-related-products ul.products li.product {
	background-image: none !important;
}

.fk-brand__mark,
.fk-search,
.fk-actions a,
.fk-menu-toggle,
.fk-cat-menu__panel,
.fk-cat-strip a,
.fk-btn,
.fk-trust__grid,
.fk-trust__grid div,
.fk-category-card,
.fk-product-card,
.fk-shop-sidebar,
.fk-shop-toolbar,
.fk-archive-card,
.fk-empty-state,
.fk-product-gallery,
.fk-product-summary,
.fk-product-details__content,
.fk-related-products ul.products li.product {
	background-color: rgba(255, 255, 255, 0.94) !important;
	border-color: rgba(8, 155, 156, 0.12) !important;
	box-shadow: 0 12px 28px rgba(32, 44, 43, 0.055) !important;
}

.fk-category-card::before,
.fk-product-card::before,
.fk-archive-card::before,
.fk-product-gallery::before,
.fk-product-summary::before,
.fk-product-details__content::before,
.fk-related-products ul.products li.product::before,
.fk-trust__grid::before,
.fk-shop-sidebar::before,
.fk-footer__inner::before {
	content: "" !important;
	position: absolute !important;
	inset: auto !important;
	top: 12px !important;
	right: 12px !important;
	width: 20px !important;
	height: 20px !important;
	border: 0 !important;
	border-top: 2px solid rgba(216, 166, 43, 0.54) !important;
	border-right: 2px solid rgba(8, 155, 156, 0.42) !important;
	border-radius: 0 8px 0 0 !important;
	background: none !important;
	pointer-events: none !important;
	z-index: 2 !important;
}

.fk-category-card::after,
.fk-product-card::after,
.fk-archive-card::after,
.fk-product-gallery::after,
.fk-product-summary::after,
.fk-product-details__content::after,
.fk-related-products ul.products li.product::after,
.fk-shop-sidebar::after {
	content: "" !important;
	position: absolute !important;
	inset: auto !important;
	left: 12px !important;
	bottom: 12px !important;
	width: 20px !important;
	height: 20px !important;
	transform: none !important;
	border: 0 !important;
	border-left: 2px solid rgba(216, 166, 43, 0.46) !important;
	border-bottom: 2px solid rgba(8, 155, 156, 0.38) !important;
	border-radius: 0 0 0 8px !important;
	background: none !important;
	pointer-events: none !important;
	z-index: 2 !important;
}

.fk-section__head::after {
	width: min(280px, 58%) !important;
	height: 2px !important;
	background: linear-gradient(90deg, rgba(216, 166, 43, 0.82), rgba(8, 155, 156, 0.42), transparent) !important;
}

.fk-kicker::before {
	width: 18px !important;
	height: 1px !important;
}

.fk-hero__copy {
	border-right: 2px solid rgba(216, 166, 43, 0.32) !important;
}

.fk-nav > a:hover,
.fk-nav > a:focus,
.fk-cat-menu[open] > summary,
.fk-cat-menu > summary:hover,
.fk-mobile-nav a:hover,
.fk-mobile-nav a:focus,
.fk-mobile-cats a:hover,
.fk-mobile-cats a:focus {
	background-image: none !important;
	background-color: rgba(8, 155, 156, 0.055) !important;
	border-color: rgba(216, 166, 43, 0.16) !important;
}

.fk-btn--primary,
.fk-search button,
.fk-product-summary__cart .single_add_to_cart_button {
	background: var(--fk-turquoise) !important;
	box-shadow: 0 10px 24px rgba(8, 155, 156, 0.16) !important;
}

.fk-actions__cart,
.fk-archive-card__actions .button,
.fk-archive-card__call {
	background: var(--fk-gold) !important;
	box-shadow: 0 10px 24px rgba(216, 166, 43, 0.18) !important;
}

.fk-footer {
	background:
		linear-gradient(90deg, rgba(5, 107, 109, 0.98), rgba(5, 107, 109, 0.92)) !important;
}

.fk-footer__brand,
.fk-footer__links,
.fk-footer__contact {
	background: rgba(255, 255, 255, 0.035) !important;
	border-color: rgba(255, 255, 255, 0.1) !important;
}

.fk-footer__shipping {
	display: grid;
	gap: 2px;
	margin-top: 14px !important;
	padding: 11px 12px;
	border: 1px solid rgba(240, 198, 93, 0.28);
	border-radius: 12px;
	color: #fff;
	background: rgba(255, 255, 255, 0.07);
}

.fk-footer__shipping strong {
	color: #f0c65d;
	font-size: 12px;
	font-weight: 950;
}

.fk-footer__shipping span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 10px;
	font-weight: 700;
}

@media (max-width: 620px) {
	.fk-hero::after,
	.fk-feature::before,
	.fk-cta::before,
	.fk-shop-hero::before,
	.fk-footer::before {
		inset: 10px !important;
	}

	.fk-category-card::before,
	.fk-product-card::before,
	.fk-archive-card::before,
	.fk-product-gallery::before,
	.fk-product-summary::before,
	.fk-product-details__content::before,
	.fk-related-products ul.products li.product::before,
	.fk-shop-sidebar::before {
		top: 10px !important;
		right: 10px !important;
		width: 14px !important;
		height: 14px !important;
	}

	.fk-category-card::after,
	.fk-product-card::after,
	.fk-archive-card::after,
	.fk-product-gallery::after,
	.fk-product-summary::after,
	.fk-product-details__content::after,
	.fk-related-products ul.products li.product::after,
	.fk-shop-sidebar::after {
		left: 10px !important;
		bottom: 10px !important;
		width: 14px !important;
		height: 14px !important;
	}
}

/* Last override: visible approved Eslimi frame on product cards */
.fk-product-card,
.fk-archive-card,
.fk-related-products ul.products li.product {
	position: relative !important;
	overflow: hidden !important;
	padding-top: 46px !important;
	padding-bottom: 44px !important;
	border: 1px solid rgba(216, 166, 43, 0.34) !important;
	background: #fff !important;
}

.fk-card-eslimi,
.fk-product-card::before,
.fk-product-card::after,
.fk-archive-card::before,
.fk-archive-card::after,
.fk-related-products ul.products li.product::before,
.fk-related-products ul.products li.product::after {
	content: "" !important;
	position: absolute !important;
	left: 14px !important;
	right: 14px !important;
	width: auto !important;
	height: 40px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--fk-product-eslimi) center center / min(92%, 310px) auto no-repeat !important;
	opacity: 1 !important;
	pointer-events: none !important;
	z-index: 8 !important;
}

.fk-card-eslimi--top,
.fk-product-card::before,
.fk-archive-card::before,
.fk-related-products ul.products li.product::before {
	top: 6px !important;
	bottom: auto !important;
	transform: none !important;
}

.fk-card-eslimi--bottom,
.fk-product-card::after,
.fk-archive-card::after,
.fk-related-products ul.products li.product::after {
	top: auto !important;
	bottom: 6px !important;
	transform: rotate(180deg) !important;
}

.fk-product-card__image,
.fk-archive-card__image {
	position: relative !important;
	z-index: 1 !important;
	margin-inline: 12px !important;
}

.fk-product-card__title,
.fk-product-card__price,
.fk-archive-card__body,
.fk-related-products ul.products li.product > * {
	position: relative !important;
	z-index: 4 !important;
}

@media (max-width: 620px) {
	.fk-product-card,
	.fk-archive-card,
	.fk-related-products ul.products li.product {
		padding-top: 38px !important;
		padding-bottom: 38px !important;
	}

	.fk-card-eslimi,
	.fk-product-card::before,
	.fk-product-card::after,
	.fk-archive-card::before,
	.fk-archive-card::after,
	.fk-related-products ul.products li.product::before,
	.fk-related-products ul.products li.product::after {
		height: 32px !important;
		left: 10px !important;
		right: 10px !important;
		background-size: min(96%, 260px) auto !important;
	}
}

/* Final compact shop cards and polished actions */
.fk-archive-card {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	border-color: rgba(216, 166, 43, 0.24) !important;
	border-radius: 16px !important;
	box-shadow: 0 10px 24px rgba(32, 44, 43, 0.052) !important;
}

.fk-archive-card .fk-card-eslimi,
.fk-archive-card::before,
.fk-archive-card::after {
	height: 16px !important;
	left: 14px !important;
	right: 14px !important;
	background-size: min(82%, 210px) auto !important;
	opacity: 0.76 !important;
}

.fk-archive-card .fk-card-eslimi--top,
.fk-archive-card::before {
	top: 5px !important;
}

.fk-archive-card .fk-card-eslimi--bottom,
.fk-archive-card::after {
	bottom: 5px !important;
}

.fk-archive-card__image {
	aspect-ratio: 1 / 0.88 !important;
	margin: 0 10px !important;
	border-radius: 12px !important;
}

.fk-archive-card__body {
	gap: 7px !important;
	padding: 10px 13px 0 !important;
}

.fk-archive-card__title {
	min-height: 42px !important;
	font-size: 13px !important;
	line-height: 1.62 !important;
}

.fk-archive-card__price {
	min-height: 24px !important;
	font-size: 13px !important;
}

.fk-archive-card__actions {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	gap: 7px !important;
	margin-top: 2px !important;
}

.fk-archive-card__actions a,
.fk-archive-card__actions .button {
	min-height: 34px !important;
	height: 34px !important;
	padding: 0 8px !important;
	border-radius: 10px !important;
	font-size: 11.5px !important;
	font-weight: 950 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	box-shadow: none !important;
}

.fk-archive-card__details {
	border-color: rgba(8, 155, 156, 0.18) !important;
	color: var(--fk-turquoise-dark) !important;
	background: rgba(8, 155, 156, 0.055) !important;
}

.fk-archive-card__buy,
.fk-archive-card__call,
.fk-archive-card__actions .button {
	border-color: transparent !important;
	color: #fff !important;
	background: linear-gradient(135deg, var(--fk-turquoise), var(--fk-turquoise-dark)) !important;
}

.fk-archive-card__call {
	background: linear-gradient(135deg, var(--fk-gold), #b98518) !important;
}

.fk-archive-card__actions a:hover,
.fk-archive-card__actions a:focus,
.fk-archive-card__actions .button:hover,
.fk-archive-card__actions .button:focus {
	transform: translateY(-1px);
	box-shadow: 0 8px 16px rgba(32, 44, 43, 0.1) !important;
}

@media (max-width: 620px) {
	.fk-archive-card {
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}

	.fk-archive-card__image {
		aspect-ratio: 1 / 0.9 !important;
	}

	.fk-archive-card__actions {
		grid-template-columns: 1fr 1fr !important;
	}

	.fk-archive-card__actions a,
	.fk-archive-card__actions .button {
		font-size: 11px !important;
		min-height: 33px !important;
		height: 33px !important;
	}
}
.fk-footer__links .menu-item {
	margin: 0;
	padding: 0;
	list-style: none;
}
