: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-pill {
	min-width: 132px;
	padding: 0 20px;
	background: #f0f0f0;
	color: #151515;
}

.fk-pill.is-active,
.fk-pill:hover,
.fk-pill:focus-visible {
	background: var(--fk-yellow);
	color: #0d47b7;
}

.fk-header-minutes .fk-brand {
	background: #eeeeee;
	color: #0d47b7;
}

.fk-header-minutes .fk-pill.is-active {
	background: #cf0066;
	color: #fff;
}

.fk-header-minutes .fk-pill.is-active span {
	background: #fff;
	color: #cf0066;
}

.fk-pill span,
.fk-action-icon {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 6px;
	background: #ffd91a;
	color: #0b56d0;
	font-size: 17px;
	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-location-home {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #111;
}

.fk-location-home::before {
	content: "\2302";
	font-size: 17px;
}

.fk-minutes-time {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 17px;
	border-radius: 8px;
	background: #a90062;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
}

.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-header-minutes .fk-search input[type="search"] {
	border-color: #e91e78;
}

.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-account-menu {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.fk-account-menu::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	height: 18px;
}

.fk-account-dropdown {
	position: absolute;
	top: calc(100% + 18px);
	right: -14px;
	z-index: 45;
	width: 350px;
	max-height: min(70vh, 560px);
	padding: 16px 0;
	border: 1px solid #d9d9d9;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.22);
	opacity: 0;
	overflow-y: auto;
	pointer-events: none;
	transform: translateY(-6px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.fk-account-dropdown::before {
	content: "";
	position: absolute;
	top: -8px;
	right: 34px;
	width: 14px;
	height: 14px;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	background: #fff;
	transform: rotate(45deg);
}

.fk-account-menu:hover .fk-account-dropdown,
.fk-account-menu:focus-within .fk-account-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.fk-account-dropdown strong {
	display: block;
	padding: 2px 28px 10px;
	font-size: 18px;
}

.fk-actions .fk-account-dropdown a {
	display: grid;
	grid-template-columns: 22px 1fr;
	align-items: center;
	gap: 12px;
	padding: 11px 28px;
	color: #4f4f4f;
	font-size: 17px;
}

.fk-actions .fk-account-dropdown a:hover,
.fk-actions .fk-account-dropdown a:focus-visible {
	background: #f5f9ff;
	color: #111;
}

.fk-account-dropdown span {
	display: grid;
	place-items: center;
	color: #222;
	font-size: 18px;
}

.fk-menu-chevron {
	font-size: 14px;
	transition: transform 160ms ease;
}

.fk-account-menu:hover .fk-menu-chevron,
.fk-account-menu:focus-within .fk-menu-chevron,
.fk-more-menu:hover .fk-more-toggle span,
.fk-more-menu:focus-within .fk-more-toggle span {
	transform: rotate(180deg);
}

.fk-more-menu {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.fk-more-menu::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	height: 18px;
}

.fk-more-toggle span {
	font-size: 14px;
}

.fk-more-dropdown {
	position: absolute;
	top: calc(100% + 18px);
	right: -18px;
	z-index: 40;
	width: 286px;
	padding: 14px 0;
	border: 1px solid #d8d8d8;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(15, 23, 42, 0.2);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-6px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.fk-more-dropdown::before {
	content: "";
	position: absolute;
	top: -8px;
	right: 44px;
	width: 14px;
	height: 14px;
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	background: #fff;
	transform: rotate(45deg);
}

.fk-more-menu:hover .fk-more-dropdown,
.fk-more-menu:focus-within .fk-more-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.fk-more-dropdown strong {
	display: block;
	padding: 5px 28px 10px;
	font-size: 16px;
}

.fk-actions .fk-more-dropdown a {
	display: grid;
	grid-template-columns: 22px 1fr;
	align-items: center;
	gap: 10px;
	padding: 12px 28px;
	color: #555;
	font-size: 16px;
}

.fk-actions .fk-more-dropdown a:hover,
.fk-actions .fk-more-dropdown a:focus-visible {
	background: #f5f9ff;
	color: #111;
}

.fk-more-dropdown span {
	font-size: 17px;
}

.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-minutes-rail {
	overflow-x: auto;
	border-top: 1px solid var(--fk-line);
}

.fk-minutes-rail ul {
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: 42px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fk-minutes-rail li {
	display: flex;
	min-height: 42px;
}

.fk-minutes-rail a {
	position: relative;
	display: flex;
	align-items: center;
	color: #050505;
	text-decoration: none;
	white-space: nowrap;
	font-size: 15px;
}

.fk-minutes-rail .is-active a {
	font-weight: 800;
}

.fk-minutes-rail .is-active a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	border-radius: 5px 5px 0 0;
	background: #e91e78;
}

.fk-category-menu {
	display: flex;
	align-items: stretch;
	gap: 16px;
	min-height: 78px;
	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: 72px;
	max-width: 92px;
	color: #050505;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.15;
	overflow: visible;
}

.fk-category-menu .fk-category-icon {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background: #fff;
	font-size: 25px;
	line-height: 1;
}

.fk-category-menu .fk-category-label {
	display: block;
	max-width: 92px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fk-category-menu .is-active a {
	font-weight: 800;
}

.fk-category-menu .is-active .fk-category-icon {
	background: #e5f3ff;
	box-shadow: inset 0 0 0 1px #cde6ff;
}

.fk-category-menu .is-active a::after,
.fk-category-menu .current-menu-item 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 {
	position: relative;
	isolation: isolate;
	min-height: 224px;
	padding: 32px;
	border-radius: 14px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}

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

.fk-promo span {
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-weight: 700;
}

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

.fk-promo small {
	max-width: 290px;
	margin-top: 14px;
	font-size: 15px;
	line-height: 1.4;
}

.fk-promo::before,
.fk-promo::after {
	content: "";
	position: absolute;
	z-index: 0;
	border-radius: 999px;
}

.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-promo-minutes {
	background: linear-gradient(135deg, #b7ecff, #e8f9ff 56%, #cfefff);
	color: #111827;
}

.fk-promo-minutes::before {
	right: -24px;
	bottom: -50px;
	width: 210px;
	height: 210px;
	background: #7dc7ff;
}

.fk-promo-minutes::after {
	right: 56px;
	top: 26px;
	width: 30px;
	height: 30px;
	background: #ffd91a;
	box-shadow: 52px 42px 0 -7px #0b76d1;
}

.fk-promo-electronics {
	background: linear-gradient(135deg, #ece9ff, #f8f8ff 54%, #dce9ff);
	color: #111827;
}

.fk-promo-electronics::before {
	right: -8px;
	top: 26px;
	width: 150px;
	height: 150px;
	background: #152448;
	box-shadow: -34px 40px 0 -55px #ffd91a;
}

.fk-promo-electronics::after {
	right: 80px;
	bottom: 28px;
	width: 42px;
	height: 42px;
	background: #ffd91a;
}

.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-more-service-grid {
	max-width: 640px;
	grid-template-columns: 1fr;
}

.fk-more-service-card {
	grid-template-columns: 34px 1fr;
	align-items: center;
	min-height: 64px;
	padding: 16px 20px;
}

.fk-more-service-card i {
	display: grid;
	place-items: center;
	font-size: 20px;
	font-style: normal;
}

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

.fk-listing-page {
	padding-block: 10px 38px;
}

.fk-listing-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	padding: 12px 0 8px;
}

.fk-listing-heading h1 {
	margin: 0;
	font-size: 22px;
	line-height: 1.1;
}

.fk-listing-heading span {
	color: #56616f;
	font-size: 14px;
}

.fk-deal-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
}

.fk-deal-card {
	position: relative;
	min-width: 0;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 1px 1px rgba(15, 23, 42, 0.08);
	content-visibility: auto;
	contain-intrinsic-size: 360px;
}

.fk-deal-card a {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	color: #111827;
	text-decoration: none;
}

.fk-value-badge {
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 2;
	padding: 2px 5px;
	border-radius: 3px;
	background: #d90874;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.fk-deal-card figure {
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1.28;
	margin: 0;
	background: #f3f5f8;
	overflow: hidden;
}

.fk-deal-card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fk-fallback-art {
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1.28;
	background: linear-gradient(135deg, #eef7ff, #fff4db);
	font-size: 72px;
}

.fk-deal-rating {
	align-self: start;
	margin: -30px 8px 8px;
	padding: 4px 8px;
	border-radius: 6px;
	background: #fff;
	color: #111;
	font-size: 14px;
	font-weight: 700;
	box-shadow: 0 1px 4px rgba(15, 23, 42, 0.18);
}

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

.fk-deal-card strong {
	display: -webkit-box;
	min-height: 40px;
	margin: 0 8px 6px;
	overflow: hidden;
	color: #1f2937;
	font-size: 15px;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fk-deal-price {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: auto 8px 10px;
	color: #111;
	font-size: 16px;
	font-weight: 800;
}

.fk-deal-price del {
	color: #6b7280;
	font-weight: 500;
}

.fk-deal-price ins {
	padding: 2px 5px;
	border-radius: 4px;
	background: #e91b2f;
	color: #fff;
	text-decoration: none;
}

.fk-minutes-page {
	padding-bottom: 42px;
	background: #fff;
}

.fk-minutes-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 250px;
	margin-top: 0;
	padding: 34px 42px;
	background:
		linear-gradient(90deg, transparent 0 44%, rgba(255, 255, 255, 0.48) 44% 45%, transparent 45% 100%),
		linear-gradient(135deg, #98eadc, #8ce4d8 58%, #b8f4e9);
	overflow: hidden;
}

.fk-minutes-hero::after {
	content: "$1  $5  $9";
	position: absolute;
	right: 150px;
	bottom: 28px;
	padding: 14px 18px;
	border-radius: 12px;
	background: #fff;
	color: #01735d;
	font-size: 22px;
	font-weight: 900;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
	transform: rotate(-4deg);
}

.fk-minutes-hero-copy {
	position: relative;
	z-index: 1;
	max-width: 520px;
}

.fk-minutes-hero h1 {
	margin: 0;
	color: #047668;
	font-size: 70px;
	line-height: 0.95;
}

.fk-minutes-hero strong {
	display: inline-flex;
	margin-top: 20px;
	padding: 16px 22px;
	border-radius: 999px;
	background: #087e68;
	color: #fff;
	font-size: 46px;
	line-height: 1;
}

.fk-minutes-hero span {
	display: block;
	margin-top: 14px;
	color: #075b50;
	font-size: 18px;
	font-weight: 700;
}

.fk-minutes-arrow {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 112px;
	height: 72px;
	border-radius: 36px;
	background: #111;
	color: #fff;
	text-decoration: none;
	font-size: 56px;
	line-height: 1;
}

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

.fk-minutes-grid {
	display: grid;
	grid-auto-columns: minmax(152px, 176px);
	grid-auto-flow: column;
	grid-template-columns: none;
	gap: 14px;
	padding-bottom: 8px;
	overflow-x: auto;
}

.fk-minutes-grid .fk-deal-card {
	border-radius: 9px;
	box-shadow: none;
}

.fk-minutes-grid .fk-deal-card figure,
.fk-minutes-grid .fk-fallback-art {
	aspect-ratio: 1 / 0.9;
}

.fk-minutes-grid .fk-deal-rating {
	margin-top: -22px;
	font-size: 13px;
}

.fk-minutes-grid .fk-deal-card strong {
	min-height: 38px;
	font-size: 14px;
}

.fk-unit-pill {
	width: max-content;
	margin: 0 8px 8px;
	padding: 3px 8px;
	border-radius: 4px;
	background: #edf1f5;
	color: #6b7280;
	font-size: 14px;
	font-weight: 800;
}

.fk-add-plus {
	position: absolute;
	right: 10px;
	bottom: 74px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 2px solid #e91e78;
	border-radius: 9px;
	background: #fff;
	color: #e91e78;
	font-size: 25px;
	line-height: 1;
}

.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;
	content-visibility: auto;
	contain-intrinsic-size: 260px;
}

.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;
	content-visibility: auto;
	contain-intrinsic-size: 360px;
}

.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;
}

.fk-account {
	display: grid;
	grid-template-columns: 306px minmax(0, 1fr);
	gap: 16px;
	padding-block: 14px 30px;
}

.fk-account-side,
.fk-account-panel {
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.fk-account-hello {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 74px;
	padding: 14px 18px;
	border-bottom: 16px solid var(--fk-page);
	font-size: 18px;
}

.fk-avatar {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: #ffd91a;
	color: #0b56d0;
	font-weight: 900;
}

.fk-account-nav {
	display: grid;
}

.fk-account-nav a,
.fk-account-nav strong {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 44px;
	padding: 0 24px;
	color: #111827;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.fk-account-nav strong {
	min-height: 58px;
	border-top: 1px solid #eef0f4;
	color: #777;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
}

.fk-account-nav a.is-active {
	background: #f0f7ff;
	color: #075cff;
}

.fk-account-nav span {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	background: #2874f0;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

.fk-account-nav em {
	margin-left: auto;
	color: #0b8a25;
	font-style: normal;
	font-weight: 700;
}

.fk-account-panel {
	min-height: 720px;
	padding: 30px 32px 60px;
}

.fk-account-form {
	max-width: 720px;
}

.fk-account-form h2,
.fk-account-faq h2 {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 0 0 22px;
	font-size: 20px;
	font-weight: 800;
}

.fk-account-form h2:not(:first-child) {
	margin-top: 34px;
}

.fk-account-form button {
	border: 0;
	background: transparent;
	color: #075cff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.fk-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.fk-account-form input[type="text"],
.fk-account-form input[type="password"] {
	width: 100%;
	max-width: 258px;
	height: 50px;
	padding: 0 16px;
	border: 1px solid #d8dce4;
	background: #fafafa;
	font-size: 14px;
}

.fk-form-grid input[type="text"] {
	max-width: none;
}

.fk-account-form > label {
	display: block;
	margin: 26px 0 12px;
	font-size: 14px;
}

.fk-radio-row {
	display: flex;
	gap: 26px;
	color: #767676;
}

.fk-account-message {
	margin: 0 0 18px;
	padding: 10px 14px;
	border-left: 4px solid #2874f0;
	background: #f0f7ff;
}

.fk-account-faq {
	margin-top: 58px;
	max-width: 840px;
}

.fk-account-faq strong,
.fk-account-faq p,
.fk-account-faq a {
	display: block;
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.55;
}

.fk-account-faq a {
	color: #075cff;
	font-weight: 700;
	text-decoration: none;
}

.fk-account-faq a.danger {
	color: #e40046;
}

.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 h4 {
	margin: 0 0 16px;
	color: #aeb6c2;
	font-size: 18px;
	font-weight: 500;
}

.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-more-dropdown {
		right: 0;
	}

	.fk-account-dropdown {
		right: auto;
		left: 0;
		width: min(86vw, 350px);
	}

	.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,
	.fk-listing-page .fk-deal-grid,
	.woocommerce ul.products,
	.fk-service-grid,
	.fk-footer-grid,
	.fk-account {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

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

	.fk-listing-heading {
		display: block;
	}

	.fk-minutes-hero {
		min-height: 230px;
		padding: 28px 24px;
	}

	.fk-minutes-hero h1 {
		font-size: 48px;
	}

	.fk-minutes-hero strong {
		font-size: 32px;
	}

	.fk-minutes-hero::after {
		right: 24px;
		bottom: 18px;
	}

	.fk-minutes-arrow {
		width: 72px;
		height: 54px;
		font-size: 38px;
	}

	.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,
	.fk-form-grid {
		grid-template-columns: 1fr;
	}

	.fk-listing-page .fk-deal-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fk-deal-card strong {
		font-size: 13px;
	}

	.fk-minutes-hero {
		display: block;
	}

	.fk-minutes-hero h1 {
		font-size: 40px;
	}

	.fk-minutes-hero strong {
		font-size: 26px;
	}

	.fk-minutes-arrow {
		margin-top: 18px;
	}

	.fk-account-panel {
		padding-inline: 18px;
	}
}
