:root {
	--fk-blue: #2874f0;
	--fk-yellow: #ffe500;
	--fk-page: #f1f3f6;
	--fk-line: #d9dde6;
	--fk-text: #111827;
	--fk-muted: #5f6b7a;
	--fk-mint: #d7f4e9;
	--fk-blue-soft: #d8ecfb;
	--fk-lavender: #e8e0ff;
}

body {
	background: var(--fk-page);
	color: var(--fk-text);
	font-family: Arial, Helvetica, sans-serif;
}

.fk-shell,
.container,
.site-main > .woocommerce {
	width: min(100% - 32px, 1184px);
	margin-inline: auto;
}

.fk-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid var(--fk-line);
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.fk-topbar,
.fk-mainbar {
	display: flex;
	align-items: center;
	gap: 16px;
}

.fk-topbar {
	min-height: 72px;
}

.fk-mainbar {
	min-height: 58px;
}

.fk-brand,
.fk-pill,
.fk-coin {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.fk-brand {
	min-width: 130px;
	padding: 0 18px;
	background: var(--fk-yellow);
	color: #0d47b7;
	font-style: italic;
}

.fk-brand-mark {
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	transform: skew(-14deg);
}

.fk-pill {
	min-width: 132px;
	padding: 0 20px;
	background: #f0f0f0;
	color: #151515;
}

.fk-pill span,
.fk-action-icon {
	display: inline-grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 6px;
	background: #ffd91a;
	color: #0b56d0;
	font-size: 12px;
	font-weight: 900;
	font-style: normal;
}

.fk-location {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 15px;
}

.fk-location a {
	color: #0457e8;
	font-weight: 700;
	text-decoration: none;
}

.fk-dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #111;
}

.fk-coin {
	min-width: 42px;
	min-height: 28px;
	background: #fff6d9;
}

.fk-coin::before {
	content: "$";
	margin-right: 4px;
	color: #f59e0b;
	font-weight: 900;
}

.fk-search {
	flex: 1 1 auto;
	max-width: 860px;
}

.fk-search form {
	position: relative;
	margin: 0;
}

.fk-search input[type="search"] {
	width: 100%;
	height: 44px;
	padding: 0 58px 0 48px;
	border: 2px solid #1a8cff;
	border-radius: 11px;
	background: #fff;
	font-size: 18px;
	outline: none;
}

.fk-search .search-submit {
	position: absolute;
	top: 5px;
	left: 7px;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #637083;
}

.fk-actions {
	display: flex;
	align-items: center;
	gap: 24px;
	white-space: nowrap;
}

.fk-actions a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #111;
	text-decoration: none;
	font-size: 16px;
}

.fk-cart {
	position: relative;
}

.fk-cart::before {
	content: "Cart";
	font-size: 0;
}

.fk-cart span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 17px;
	height: 17px;
	margin-left: -9px;
	border-radius: 999px;
	background: #e91b2f;
	color: #fff;
	font-size: 11px;
}

.fk-category-rail {
	overflow-x: auto;
	border-top: 1px solid var(--fk-line);
}

.fk-category-menu {
	display: flex;
	align-items: stretch;
	gap: 18px;
	min-height: 72px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fk-category-menu li {
	display: flex;
}

.fk-category-menu a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	min-width: 66px;
	max-width: 90px;
	color: #050505;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.15;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fk-category-menu span {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border: 1px solid #262626;
	border-radius: 6px;
	background: #fff9a8;
	font-size: 11px;
	font-weight: 900;
}

.fk-category-menu .current-menu-item a::after,
.fk-category-menu li:first-child a::after {
	content: "";
	position: absolute;
	left: 2px;
	right: 2px;
	bottom: 0;
	height: 4px;
	border-radius: 5px 5px 0 0;
	background: #1665f6;
}

.fk-home {
	padding-bottom: 34px;
}

.fk-hero {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) minmax(320px, 470px) minmax(220px, 1fr);
	align-items: center;
	min-height: 254px;
	margin-top: 0;
	background:
		var(--fk-hero-image, none) center / cover no-repeat,
		linear-gradient(90deg, #fff 0%, #fff 34%, #fff4e8 58%, #fff 100%);
}

.fk-hero h1 {
	max-width: 310px;
	margin: 0;
	color: #0870cd;
	font-size: clamp(34px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.1;
}

.fk-coupon {
	justify-self: center;
	display: grid;
	gap: 4px;
	min-width: 430px;
	padding: 28px 34px;
	border: 2px dashed #74b5d8;
	border-radius: 28px;
	background: #fff7e9;
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.18);
}

.fk-coupon strong {
	color: #0671d8;
	font-size: 60px;
	line-height: 1;
}

.fk-coupon span {
	font-size: 30px;
}

.fk-coupon em {
	width: max-content;
	padding: 7px 17px;
	border-radius: 7px;
	background: #0b78d0;
	color: #fff;
	font-size: 22px;
	font-style: normal;
}

.fk-promo-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	margin-top: 24px;
}

.fk-promo {
	min-height: 224px;
	padding: 32px;
	border-radius: 14px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}

.fk-promo span,
.fk-promo strong {
	display: block;
}

.fk-promo span {
	font-size: 18px;
	font-weight: 700;
}

.fk-promo strong {
	margin-top: 24px;
	font-size: 34px;
}

.fk-promo-pink {
	background: radial-gradient(circle at 20% 50%, #ff87bd 0 15%, transparent 16%), linear-gradient(135deg, #b70055, #fa097d);
}

.fk-promo-dark {
	background: radial-gradient(circle at 75% 45%, #dde6ff 0 18%, transparent 19%), linear-gradient(135deg, #080914, #24314f);
}

.fk-widget-strip {
	margin-top: 22px;
}

.fk-hub {
	padding-block: 26px 38px;
}

.fk-hub-hero {
	display: flex;
	align-items: center;
	min-height: 190px;
	padding: 30px;
	border-radius: 14px;
	background: linear-gradient(135deg, #eaf3ff, #fff8d6 52%, #e8fff4);
}

.fk-hub-hero p {
	margin: 0 0 8px;
	color: #0b56d0;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.fk-hub-hero h1 {
	margin: 0;
	font-size: clamp(36px, 6vw, 68px);
	line-height: 1;
}

.fk-hub-hero span {
	display: block;
	max-width: 520px;
	margin-top: 12px;
	color: #364152;
	font-size: 18px;
}

.fk-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 24px;
}

.fk-service-card {
	display: grid;
	gap: 10px;
	min-height: 142px;
	padding: 22px;
	border-radius: 10px;
	background: #fff;
	color: #111;
	text-decoration: none;
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}

.fk-service-card strong {
	font-size: 22px;
}

.fk-service-card span {
	color: #5f6b7a;
	font-size: 15px;
	line-height: 1.35;
}

.fk-product-band {
	margin-top: 26px;
	padding: 14px 12px 12px;
	border-radius: 14px;
}

.fk-tone-mint {
	background: var(--fk-mint);
}

.fk-tone-blue {
	background: var(--fk-blue-soft);
}

.fk-tone-lavender {
	background: var(--fk-lavender);
}

.fk-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 4px 10px;
}

.fk-section-head h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 800;
}

.fk-section-head a {
	display: grid;
	place-items: center;
	width: 40px;
	height: 24px;
	border-radius: 999px;
	background: #050505;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	line-height: 1;
}

.fk-home-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	padding: 8px;
	border-radius: 12px;
	background: #fff;
}

.fk-home-card {
	min-width: 0;
	border-radius: 7px;
	background: #f7f7f7;
	overflow: hidden;
}

.fk-home-card a {
	display: flex;
	flex-direction: column;
	color: #000;
	text-decoration: none;
}

.fk-home-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	background: #f2f2f2;
}

.fk-card-title,
.fk-home-card strong {
	padding-inline: 6px;
	font-size: 16px;
	line-height: 1.25;
}

.fk-card-title {
	margin-top: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fk-home-card strong {
	padding-bottom: 8px;
	color: #000;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.wc-block-grid__product {
	width: auto !important;
	margin: 0 !important;
	padding: 0 0 14px !important;
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	overflow: hidden;
	transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.woocommerce ul.products li.product:hover {
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.13);
	transform: translateY(-1px);
}

.woocommerce ul.products li.product .loop-image-wrap,
.woocommerce ul.products li.product > a:first-child {
	display: block;
	background: #f5f7fb;
}

.woocommerce ul.products li.product img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: contain;
	background: #f3f5f8;
}

.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
	margin: 10px 10px 3px;
	color: #1f2937;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.28;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.woocommerce ul.products li.product .price {
	display: block;
	margin: 3px 10px;
	color: #111;
	font-size: 16px;
	font-weight: 800;
}

.woocommerce ul.products li.product .price del {
	margin-right: 4px;
	color: #747474;
	font-weight: 400;
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}

.fk-loop-rating {
	display: inline-flex;
	align-items: center;
	margin: 4px 10px 0;
	padding: 3px 7px;
	border-radius: 4px;
	background: #fff;
	color: #111;
	font-size: 14px;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.14);
}

.fk-loop-rating::first-letter {
	color: #138808;
}

.fk-bank-offer {
	display: block;
	margin: 7px 10px 0;
	color: #0839d2;
	font-size: 14px;
	line-height: 1.25;
}

.woocommerce-result-count,
.woocommerce-ordering,
.botiga-sorting {
	font-size: 14px;
}

.widget-area,
.sidebar,
#secondary {
	background: #fff;
	border-right: 1px solid #e5e7eb;
}

.fk-footer {
	margin-top: 40px;
	background: #1d1d1d;
	color: #fff;
}

.fk-footer-grid {
	display: grid;
	grid-template-columns: 1.1fr 1.1fr 1.7fr 1.7fr;
	gap: 36px;
	padding: 28px 0 38px;
}

.fk-footer h3 {
	margin: 0 0 14px;
	color: #878787;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.fk-footer a,
.fk-footer p,
.fk-footer li {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
}

.fk-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fk-footer-bottom {
	display: flex;
	align-items: center;
	gap: 42px;
	min-height: 62px;
	border-top: 1px solid #3c3c3c;
}

.fk-footer-bottom span {
	margin-left: auto;
	font-size: 13px;
}

@media (max-width: 900px) {
	.fk-shell,
	.container,
	.site-main > .woocommerce {
		width: min(100% - 20px, 1184px);
	}

	.fk-topbar {
		flex-wrap: wrap;
		gap: 10px;
		padding-block: 10px;
	}

	.fk-brand,
	.fk-pill {
		min-width: 0;
		padding-inline: 12px;
	}

	.fk-location {
		width: 100%;
		margin-left: 0;
	}

	.fk-mainbar {
		flex-direction: column;
		align-items: stretch;
		padding-bottom: 10px;
	}

	.fk-actions {
		justify-content: space-between;
		gap: 12px;
	}

	.fk-category-menu {
		gap: 14px;
		min-height: 66px;
	}

	.fk-hero {
		grid-template-columns: 1fr;
		gap: 18px;
		padding-block: 28px;
	}

	.fk-coupon {
		justify-self: stretch;
		min-width: 0;
	}

	.fk-coupon strong {
		font-size: 38px;
	}

	.fk-promo-row,
	.fk-home-grid,
	.woocommerce ul.products,
	.fk-service-grid,
	.fk-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fk-footer-bottom {
		flex-wrap: wrap;
		gap: 18px;
		padding-block: 18px;
	}

	.fk-footer-bottom span {
		margin-left: 0;
	}
}

@media (max-width: 560px) {
	.fk-pill {
		flex: 1 1 30%;
		font-size: 13px;
	}

	.fk-search input[type="search"] {
		font-size: 15px;
	}

	.fk-promo-row,
	.fk-home-grid,
	.woocommerce ul.products,
	.fk-service-grid,
	.fk-footer-grid {
		grid-template-columns: 1fr;
	}
}
