html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

.fk-elementor-page {
	width: 100%;
	max-width: 100%;
	direction: rtl;
	overflow: hidden;
}

.fk-elementor-page *,
.fk-elementor-page *::before,
.fk-elementor-page *::after {
	box-sizing: border-box;
}

.fk-elementor-page .e-con {
	min-width: 0;
	max-width: 100%;
}

.fk-elementor-page .fk-el-section.e-con {
	--container-max-width: 1180px;
	width: 100% !important;
	max-width: 100% !important;
	padding: 76px max(24px, calc((100% - 1180px) / 2));
}

.fk-elementor-page .fk-el-section > .e-con-inner {
	width: 100%;
	min-width: 0;
	max-width: 1180px;
	margin-inline: auto;
}

.fk-elementor-page .elementor-widget {
	min-width: 0;
}

.fk-elementor-page .elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}

.fk-elementor-page .fk-el-kicker p {
	margin: 0;
	color: #b9840e;
	font-size: 14px;
	font-weight: 900;
}

.fk-elementor-page .fk-el-hero {
	position: relative;
	min-height: 560px;
	justify-content: center;
	background-position: center !important;
	background-size: cover !important;
}

.fk-elementor-page .fk-el-hero::before,
.fk-elementor-page .fk-el-feature::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(90deg, rgba(255, 253, 247, 0.97), rgba(255, 253, 247, 0.8) 48%, rgba(255, 253, 247, 0.12));
	pointer-events: none;
}

.fk-elementor-page .fk-el-hero-copy {
	position: relative;
	z-index: 1;
	width: min(620px, 100%) !important;
	margin-inline-end: auto;
	padding: 8px 26px 8px 0;
	border-right: 2px solid rgba(216, 166, 43, 0.42);
}

.fk-elementor-page .fk-el-hero-title .elementor-heading-title,
.fk-elementor-page .fk-el-page-title .elementor-heading-title {
	margin: 0;
	color: var(--fk-turquoise-dark);
	font-size: clamp(38px, 5vw, 62px);
	font-weight: 900;
	line-height: 1.3;
}

.fk-elementor-page .fk-el-lead {
	max-width: 760px;
	color: var(--fk-muted);
	font-size: 17px;
	line-height: 2;
}

.fk-elementor-page .fk-el-hero-meta {
	width: 100% !important;
}

.fk-elementor-page .fk-el-hero-meta > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	gap: 8px;
}

.fk-elementor-page .fk-el-hero-meta .elementor-widget-text-editor {
	flex: 0 0 auto !important;
	width: max-content !important;
	max-width: 100%;
	align-self: auto !important;
}

.fk-elementor-page .fk-el-hero-meta p {
	margin: 0;
	padding: 6px 11px;
	border: 1px solid rgba(8, 155, 156, 0.16);
	border-radius: 999px;
	color: var(--fk-turquoise-dark);
	background: rgba(255, 255, 255, 0.74);
	font-size: 11px;
	font-weight: 900;
}

.fk-elementor-page .fk-el-actions {
	display: flex !important;
	width: 100% !important;
	flex-flow: row wrap !important;
	align-items: center;
	gap: 10px;
}

.fk-elementor-page .fk-el-actions > .e-con-inner {
	display: flex !important;
	width: 100%;
	flex-flow: row wrap !important;
	align-items: center;
	gap: 10px;
}

.fk-elementor-page .fk-el-button {
	width: auto !important;
	max-width: 100%;
}

.fk-elementor-page .fk-el-button .elementor-button,
.fk-elementor-page .fk-el-category-link .elementor-button {
	min-height: 44px;
	padding: 13px 22px;
	border: 1px solid rgba(8, 155, 156, 0.24);
	border-radius: 8px;
	color: var(--fk-turquoise-dark);
	background: #fff;
	font-weight: 900;
	transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.fk-elementor-page .fk-el-button .elementor-button:hover,
.fk-elementor-page .fk-el-category-link .elementor-button:hover {
	transform: translateY(-2px);
}

.fk-elementor-page .fk-el-button--primary .elementor-button {
	border-color: var(--fk-turquoise);
	color: #fff;
	background: var(--fk-turquoise);
	box-shadow: 0 10px 24px rgba(8, 155, 156, 0.16);
}

.fk-elementor-page .fk-el-button--light .elementor-button {
	border-color: #fff;
	color: var(--fk-turquoise-dark);
	background: #fff;
}

.fk-elementor-page .fk-el-trust {
	padding-block: 28px !important;
	background: #fffdf8;
}

.fk-elementor-page .fk-el-trust > .e-con-inner {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.fk-elementor-page .fk-el-trust-item,
.fk-elementor-page .fk-el-contact-card,
.fk-elementor-page .fk-el-category-card {
	position: relative;
	width: 100% !important;
	min-width: 0;
	padding: 24px;
	border: 1px solid rgba(8, 155, 156, 0.13);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(32, 44, 43, 0.05);
}

.fk-elementor-page .fk-el-trust-item::before,
.fk-elementor-page .fk-el-contact-card::before,
.fk-elementor-page .fk-el-category-card::before {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	width: 18px;
	height: 18px;
	border-top: 2px solid rgba(216, 166, 43, 0.62);
	border-right: 2px solid rgba(8, 155, 156, 0.44);
}

.fk-elementor-page .fk-el-trust-item h3,
.fk-elementor-page .fk-el-contact-card h3 {
	margin: 0;
	color: var(--fk-ink);
	font-size: 16px;
}

.fk-elementor-page .fk-el-service-icon,
.fk-elementor-page .fk-el-guide-icon {
	width: 64px !important;
	max-width: 64px;
	margin-bottom: 4px;
}

.fk-elementor-page .fk-el-service-icon img,
.fk-elementor-page .fk-el-guide-icon img {
	display: block;
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.fk-elementor-page .fk-el-trust-item p,
.fk-elementor-page .fk-el-contact-card p {
	margin: 0;
	color: var(--fk-muted);
}

.fk-elementor-page .fk-el-section-title .elementor-heading-title,
.fk-elementor-page .fk-el-feature-title .elementor-heading-title,
.fk-elementor-page .fk-el-cta-title .elementor-heading-title {
	color: var(--fk-turquoise-dark);
	font-size: 34px;
	font-weight: 900;
	line-height: 1.5;
}

.fk-elementor-page .fk-el-products-section,
.fk-elementor-page .fk-el-shop-categories,
.fk-elementor-page .fk-el-guide-section {
	position: relative;
	gap: 16px;
}

.fk-elementor-page .fk-el-products-section::before,
.fk-elementor-page .fk-el-guide-section::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 50%;
	width: min(320px, 58vw);
	height: 28px;
	background: url("home-islimi-divider.svg") center / contain no-repeat;
	opacity: 0.58;
	transform: translateX(-50%);
	pointer-events: none;
}

.fk-elementor-page .fk-el-category-grid {
	width: 100% !important;
}

.fk-elementor-page .fk-el-category-grid > .e-con-inner {
	display: grid !important;
	width: 100%;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.fk-elementor-page .fk-el-category-card {
	min-height: 170px;
	justify-content: center;
	gap: 8px;
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.fk-elementor-page .fk-el-category-card:hover {
	transform: translateY(-3px);
	border-color: rgba(216, 166, 43, 0.46);
	box-shadow: 0 18px 36px rgba(32, 44, 43, 0.08);
}

.fk-elementor-page .fk-el-category-count p {
	margin: 0;
	color: #a7780d;
	font-size: 12px;
	font-weight: 800;
}

.fk-elementor-page .fk-el-category-title .elementor-heading-title {
	color: var(--fk-turquoise-dark);
	font-size: 20px;
	font-weight: 900;
}

.fk-elementor-page .fk-el-category-link {
	width: auto !important;
	align-self: flex-start;
}

.fk-elementor-page .fk-el-category-link .elementor-button {
	min-height: 34px;
	padding: 8px 13px;
	border-radius: 6px;
	font-size: 12px;
}

.fk-elementor-page .fk-el-feature {
	position: relative;
	min-height: 390px;
	background-position: center !important;
	background-size: cover !important;
}

.fk-elementor-page .fk-el-feature > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.fk-elementor-page .fk-el-feature::before {
	background: linear-gradient(90deg, rgba(5, 43, 43, 0.08) 0 42%, rgba(5, 83, 84, 0.68) 68%, rgba(5, 83, 84, 0.96) 100%);
}

.fk-elementor-page .fk-el-feature-copy,
.fk-elementor-page .fk-el-feature > .fk-el-button {
	position: relative;
	z-index: 1;
}

.fk-elementor-page .fk-el-feature-copy {
	width: min(610px, 100%) !important;
}

.fk-elementor-page .fk-el-kicker--light p,
.fk-elementor-page .fk-el-feature-title .elementor-heading-title,
.fk-elementor-page .fk-el-feature-text {
	color: #fff;
}

.fk-elementor-page .fk-el-centered-button {
	align-self: center;
}

.fk-elementor-page .fk-el-cta,
.fk-elementor-page .fk-el-contact-cta {
	background: var(--fk-paper);
}

.fk-elementor-page .fk-el-cta > .e-con-inner,
.fk-elementor-page .fk-el-contact-cta > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.fk-elementor-page .fk-el-page-hero {
	padding-block: 64px !important;
	background: var(--fk-paper);
	border-bottom: 1px solid var(--fk-line);
}

.fk-elementor-page .fk-el-page-hero--compact {
	display: none !important;
}

.fk-elementor-page .fk-el-contact-grid {
}

.fk-elementor-page .fk-el-contact-grid > .e-con-inner {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	gap: 16px;
}

.fk-elementor-page .fk-el-contact-card {
	min-height: 160px;
	justify-content: center;
}

.fk-elementor-page .fk-el-about-story {
	background: #fff;
}

.fk-elementor-page .fk-el-about-story > .e-con-inner {
	display: grid !important;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	align-items: center;
	gap: clamp(34px, 6vw, 76px);
}

.fk-elementor-page .fk-el-about-story-copy {
	width: 100% !important;
	min-width: 0;
}

.fk-elementor-page .fk-el-about-copy {
	color: var(--fk-muted);
	font-size: 15px;
	line-height: 2.05;
}

.fk-elementor-page .fk-el-about-copy p {
	margin: 0 0 14px;
}

.fk-elementor-page .fk-el-about-gallery {
	display: grid !important;
	width: 100% !important;
	grid-template-rows: minmax(0, 1fr) auto;
	gap: 10px;
}

.fk-elementor-page .fk-el-about-gallery > .e-con-inner {
	display: contents;
}

.fk-elementor-page .fk-el-about-image,
.fk-elementor-page .fk-el-about-image .elementor-widget-container,
.fk-elementor-page .fk-el-about-image img {
	width: 100%;
}

.fk-elementor-page .fk-el-about-image {
	overflow: hidden;
	border-radius: 8px;
}

.fk-elementor-page .fk-el-about-image img {
	display: block;
	height: 170px;
	object-fit: cover;
	object-position: center 35%;
}

.fk-elementor-page .fk-el-about-image--primary img {
	height: 440px;
	object-position: center 31%;
}

.fk-elementor-page .fk-el-about-thumbs {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.fk-elementor-page .fk-el-about-thumbs > .e-con-inner {
	display: contents;
}

.fk-elementor-page .fk-el-step-number p {
	margin: 0;
	color: var(--fk-gold);
	font-size: 26px;
	font-weight: 900;
}

.fk-elementor-page .fk-el-section-intro {
	max-width: 680px;
	color: var(--fk-muted);
	font-size: 15px;
	line-height: 2;
}

.fk-elementor-page .fk-el-guide-section {
	background: #fff;
}

.fk-elementor-page .fk-el-guide-grid {
	width: 100% !important;
}

.fk-elementor-page .fk-el-guide-grid > .e-con-inner {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.fk-elementor-page .fk-el-guide-card {
	position: relative;
	width: 100% !important;
	min-height: 260px;
	padding: 28px;
	justify-content: center;
	border: 1px solid rgba(8, 155, 156, 0.13);
	border-radius: 8px;
	background: linear-gradient(180deg, #fff 0%, #fbfdfb 100%);
	box-shadow: 0 12px 30px rgba(32, 44, 43, 0.05);
}

.fk-elementor-page .fk-el-guide-card::after {
	content: "";
	position: absolute;
	left: 18px;
	bottom: 18px;
	width: 24px;
	height: 24px;
	border-bottom: 2px solid rgba(216, 166, 43, 0.55);
	border-left: 2px solid rgba(8, 155, 156, 0.4);
}

.fk-elementor-page .fk-el-guide-card h3 {
	color: var(--fk-turquoise-dark);
	font-size: 20px;
	font-weight: 900;
}

.fk-elementor-page .fk-el-guide-card p {
	color: var(--fk-muted);
	font-size: 14px;
	line-height: 1.95;
}

.fk-elementor-page .fk-el-commerce,
.fk-elementor-page .fk-el-policy {
	padding-block: 52px 90px !important;
}

.fk-elementor-page .fk-el-woo-shortcode,
.fk-elementor-page .fk-el-products {
	width: 100%;
}

.fk-elementor-page .fk-el-policy-content {
	max-width: 860px;
	margin-inline: auto;
	color: var(--fk-muted);
	font-size: 16px;
	line-height: 2.1;
}

.fk-elementor-page .fk-el-policy-content h2 {
	margin: 34px 0 10px;
	color: var(--fk-turquoise-dark);
	font-size: 24px;
}

.fk-elementor-page .fk-el-products ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px !important;
	margin: 0 !important;
}

.fk-elementor-page .fk-el-products ul.products::before,
.fk-elementor-page .fk-el-products ul.products::after {
	display: none !important;
}

.fk-elementor-page .fk-el-products ul.products li.product {
	position: relative;
	display: flex;
	width: auto !important;
	min-width: 0;
	height: 100%;
	margin: 0 !important;
	padding: 18px 18px 20px !important;
	flex-direction: column;
	border: 1px solid rgba(8, 155, 156, 0.13);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(32, 44, 43, 0.05);
}

.fk-elementor-page .fk-el-products ul.products li.product img {
	width: 100%;
	max-width: 100%;
	margin: 0 0 14px !important;
	aspect-ratio: 1 / 0.9;
	border-radius: 6px;
	object-fit: contain;
	background: #fafafa;
}

.fk-elementor-page .fk-el-products .woocommerce-loop-product__title {
	min-height: 52px;
	padding: 0 !important;
	color: var(--fk-ink);
	font-size: 14px !important;
	line-height: 1.85;
}

.fk-elementor-page .fk-el-products .price {
	margin-top: auto;
	color: var(--fk-turquoise-dark) !important;
	font-size: 14px !important;
	font-weight: 900 !important;
}

.fk-elementor-page .fk-el-products .button {
	width: 100%;
	min-height: 38px;
	margin-top: 12px !important;
	padding: 10px !important;
	border-radius: 7px !important;
	color: #fff !important;
	background: var(--fk-turquoise) !important;
	text-align: center;
	font-size: 12px !important;
}

@media (max-width: 900px) {
	.fk-elementor-page .fk-el-section.e-con {
		padding: 56px 20px;
	}

	.fk-elementor-page .fk-el-trust {
	}

	.fk-elementor-page .fk-el-trust > .e-con-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fk-elementor-page .fk-el-category-grid > .e-con-inner,
	.fk-elementor-page .fk-el-contact-grid > .e-con-inner,
	.fk-elementor-page .fk-el-guide-grid > .e-con-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fk-elementor-page .fk-el-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fk-elementor-page .fk-el-feature > .e-con-inner,
	.fk-elementor-page .fk-el-cta > .e-con-inner,
	.fk-elementor-page .fk-el-contact-cta > .e-con-inner {
		flex-direction: column !important;
		align-items: flex-start;
	}

	.fk-elementor-page .fk-el-about-story > .e-con-inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 540px) {
	.fk-header--v2 .fk-header__main {
		width: calc(100% - 20px) !important;
		max-width: calc(100% - 20px) !important;
		direction: rtl;
	}

	.fk-header--v2 .fk-brand {
		width: 100%;
		max-width: 100%;
		justify-self: stretch;
		overflow: hidden;
	}

	.fk-header--v2 .fk-brand__mark {
		flex: 0 0 46px;
		width: 46px;
		height: 42px;
	}

	.fk-header--v2 .fk-brand__text {
		overflow: hidden;
	}

	.fk-header--v2 .fk-brand__title {
		overflow: hidden;
		font-size: 15px;
		text-overflow: ellipsis;
	}

	.fk-elementor-page .fk-el-section.e-con {
		width: 100% !important;
		max-width: 100% !important;
		padding: 44px 16px !important;
	}

	.fk-elementor-page .fk-el-hero {
		min-height: 470px;
		background-position: 56% center !important;
	}

	.fk-elementor-page .fk-el-hero::before {
		background: rgba(255, 253, 247, 0.84);
	}

	.fk-elementor-page .fk-el-hero-copy {
		width: 100% !important;
		padding: 0 !important;
		border: 0;
	}

	.fk-elementor-page .fk-el-hero-title .elementor-heading-title,
	.fk-elementor-page .fk-el-page-title .elementor-heading-title {
		font-size: 31px;
		line-height: 1.45;
	}

	.fk-elementor-page .fk-el-lead {
		font-size: 14px;
		line-height: 1.9;
	}

	.fk-elementor-page .fk-el-actions > .e-con-inner {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fk-elementor-page .fk-el-actions .fk-el-button {
		width: 100% !important;
	}

	.fk-elementor-page .fk-el-actions .elementor-button {
		width: 100%;
		padding-inline: 10px;
		font-size: 12px;
	}

	.fk-elementor-page .fk-el-trust > .e-con-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.fk-elementor-page .fk-el-trust {
		padding-block: 20px !important;
	}

	.fk-elementor-page .fk-el-trust-item,
	.fk-elementor-page .fk-el-contact-card,
	.fk-elementor-page .fk-el-category-card {
		width: 100% !important;
		min-width: 0 !important;
		padding: 18px;
	}

	.fk-elementor-page .fk-el-trust-item {
		min-height: 125px;
	}

	.fk-elementor-page .fk-el-trust-item h3 {
		font-size: 13px;
	}

	.fk-elementor-page .fk-el-trust-item p {
		font-size: 11px;
		line-height: 1.7;
	}

	.fk-elementor-page .fk-el-section-title .elementor-heading-title,
	.fk-elementor-page .fk-el-feature-title .elementor-heading-title,
	.fk-elementor-page .fk-el-cta-title .elementor-heading-title {
		font-size: 25px;
	}

	.fk-elementor-page .fk-el-category-grid > .e-con-inner,
	.fk-elementor-page .fk-el-contact-grid > .e-con-inner,
	.fk-elementor-page .fk-el-guide-grid > .e-con-inner {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.fk-elementor-page .fk-el-about-image--primary img {
		height: 360px;
	}

	.fk-elementor-page .fk-el-about-image img {
		height: 145px;
	}

	.fk-elementor-page .fk-el-category-card {
		min-height: 145px;
	}

	.fk-elementor-page .fk-el-feature {
		min-height: 410px;
		background-position: 38% center !important;
	}

	.fk-elementor-page .fk-el-feature::before {
		background: rgba(5, 83, 84, 0.82);
	}

	.fk-elementor-page .fk-el-service-icon,
	.fk-elementor-page .fk-el-guide-icon,
	.fk-elementor-page .fk-el-service-icon img,
	.fk-elementor-page .fk-el-guide-icon img {
		width: 54px;
		height: 54px;
	}

	.fk-elementor-page .fk-el-guide-card {
		min-height: 230px;
		padding: 22px;
	}

	.fk-elementor-page .fk-el-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px !important;
	}

	.fk-elementor-page .fk-el-products ul.products li.product {
		padding: 10px 10px 14px !important;
	}

	.fk-elementor-page .fk-el-products .woocommerce-loop-product__title {
		min-height: 60px;
		font-size: 12px !important;
	}

	.fk-elementor-page .fk-el-products .price {
		font-size: 12px !important;
	}
}

/* Approved home product card: compact, minimal and framed with a restrained islimi motif. */
.home .fk-elementor-page .fk-el-products ul.products li.product {
	isolation: isolate;
	overflow: hidden;
	min-height: 0;
	padding: 42px 16px 38px !important;
	border-color: rgba(216, 166, 43, 0.42);
	background: #fff;
	box-shadow: 0 9px 24px rgba(21, 74, 72, 0.07);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home .fk-elementor-page .fk-el-products ul.products li.product::before,
.home .fk-elementor-page .fk-el-products ul.products li.product::after {
	position: absolute;
	z-index: 0;
	left: 8px;
	width: calc(100% - 16px);
	height: 34px;
	content: "";
	pointer-events: none;
	background: url("home-product-card-eslimi.svg") center / 100% 100% no-repeat;
}

.home .fk-elementor-page .fk-el-products ul.products li.product::before {
	top: 2px;
}

.home .fk-elementor-page .fk-el-products ul.products li.product::after {
	bottom: 2px;
	transform: rotate(180deg);
}

.home .fk-elementor-page .fk-el-products ul.products li.product > * {
	position: relative;
	z-index: 1;
}

.home .fk-elementor-page .fk-el-products ul.products li.product:hover {
	transform: translateY(-3px);
	border-color: rgba(216, 166, 43, 0.8);
	box-shadow: 0 15px 32px rgba(8, 117, 117, 0.13);
}

.home .fk-elementor-page .fk-el-products ul.products li.product img {
	display: block;
	width: 100%;
	height: 190px;
	margin: 0 auto 12px !important;
	aspect-ratio: auto;
	border-radius: 5px;
	object-fit: contain;
	object-position: center;
	background: #fff;
}

.home .fk-elementor-page .fk-el-products .woocommerce-loop-product__title {
	display: -webkit-box;
	overflow: hidden;
	min-height: 52px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #183d3c;
	text-align: center;
}

.home .fk-elementor-page .fk-el-products .price {
	width: 100%;
	min-height: 28px;
	text-align: center;
}

.home .fk-elementor-page .fk-el-products .button.fk-home-view-art {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 1px solid #07898a !important;
	border-radius: 6px !important;
	color: #fff !important;
	background: #089b9c !important;
	box-shadow: none;
	font-size: 13px !important;
	font-weight: 800;
	line-height: 1.4;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.home .fk-elementor-page .fk-el-products .button.fk-home-view-art:hover,
.home .fk-elementor-page .fk-el-products .button.fk-home-view-art:focus-visible {
	border-color: #056f70 !important;
	background: #067f80 !important;
	box-shadow: 0 7px 16px rgba(8, 155, 156, 0.22);
}

@media (max-width: 540px) {
	.home .fk-elementor-page .fk-el-products ul.products li.product {
		padding: 34px 9px 31px !important;
	}

	.home .fk-elementor-page .fk-el-products ul.products li.product::before,
	.home .fk-elementor-page .fk-el-products ul.products li.product::after {
		left: 5px;
		width: calc(100% - 10px);
		height: 27px;
	}

	.home .fk-elementor-page .fk-el-products ul.products li.product img {
		height: 132px;
		margin-bottom: 8px !important;
	}

	.home .fk-elementor-page .fk-el-products .woocommerce-loop-product__title {
		min-height: 48px;
		font-size: 11px !important;
		line-height: 1.8;
	}

	.home .fk-elementor-page .fk-el-products .button.fk-home-view-art {
		min-height: 38px;
		padding: 8px 5px !important;
		font-size: 11px !important;
	}
}
