/* Native Komilfo homepage */
.komilfo-front-page {
	overflow: hidden;
	background: #fff;
	color: #222;
	font-family: 'Roboto', Arial, sans-serif;
}

.komilfo-front-page a {
	text-decoration: none;
}

body.home #main,
body.home #main > .wf-wrap,
body.home #main .wf-container-main,
body.home .komilfo-front-page {
	width: 100%;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.komilfo-section-title {
	margin: 58px auto 24px;
	color: #111;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
}

.komilfo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 18px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease;
}

.komilfo-btn:hover {
	background: #b969dd;
	border-color: #b969dd;
	color: #fff;
}

.komilfo-btn--outline {
	background: #000;
	color: #fff;
}

.komilfo-hero {
	width: 100%;
	background: #f3e3f6;
}

.komilfo-hero__track {
	position: relative;
	overflow: hidden;
}

.komilfo-hero__slide {
	display: none;
}

.komilfo-hero__slide.is-active {
	display: block;
}

.komilfo-hero__slide a,
.komilfo-hero__slide img {
	display: block;
	width: 100%;
}

.komilfo-hero__slide img {
	min-height: 360px;
	max-height: 690px;
	height: 34vw;
	object-fit: cover;
	object-position: center;
}

.komilfo-hero__dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	display: flex;
	justify-content: center;
	gap: 9px;
	z-index: 2;
}

.komilfo-hero__dot {
	width: 6px;
	height: 6px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, .28);
	cursor: pointer;
}

.komilfo-hero__dot.is-active {
	background: #000;
}

.komilfo-info-strip {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 34px clamp(16px, 4vw, 48px) 24px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	text-align: center;
}

.komilfo-info-strip__item {
	margin: 0;
	color: #888;
	font-size: 12px;
	line-height: 1.45;
}

.komilfo-info-strip__item i {
	display: block;
	margin-bottom: 12px;
	color: #c69add;
	font-size: 34px;
	line-height: 1;
}

.komilfo-info-strip__item p {
	margin: 0;
}

.komilfo-season,
.komilfo-products-carousel,
.komilfo-category-ctas,
.komilfo-blog,
.komilfo-certificates,
.komilfo-info-strip {
	width: 100%;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

.komilfo-season__wrap {
	position: relative;
	padding: 0;
}

.komilfo-season__track {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.komilfo-season__track::-webkit-scrollbar {
	display: none;
}

.komilfo-season__track > .komilfo-season__item {
	flex: 0 0 calc((100% - 24px) / 4);
	min-width: 0;
	scroll-snap-align: start;
}

.komilfo-season__item {
	display: block;
	overflow: hidden;
	background: #f6f6f6;
}

.komilfo-season__item img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: cover;
	transition: transform .35s ease;
}

.komilfo-season__item:hover img {
	transform: scale(1.035);
}

.komilfo-season__footer {
	margin: 22px 0 34px;
	text-align: center;
}

.komilfo-processing-strip,
.komilfo-contact-strip {
	width: 100%;
	max-width: none;
	margin: 0 0 62px;
	padding: 18px clamp(16px, 4vw, 48px);
	background: #c893df;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.komilfo-processing-strip strong,
.komilfo-contact-strip p:first-child {
	display: block;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.komilfo-processing-strip span,
.komilfo-contact-strip p:last-child {
	display: block;
	margin: 4px 0 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	text-transform: none;
}

.komilfo-products-carousel__wrap {
	position: relative;
	padding: 0;
}

.komilfo-products-carousel__track {
	display: flex;
	gap: 26px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.komilfo-products-carousel__track::-webkit-scrollbar {
	display: none;
}

.komilfo-products-carousel__track > li {
	flex: 0 0 calc((100% - 78px) / 4);
	min-width: 0;
	scroll-snap-align: start;
}

.komilfo-carousel__nav {
	position: absolute;
	top: 36%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 46px;
	border: 0;
	background: rgba(0, 0, 0, .72);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	transition: background .2s ease;
}

.komilfo-carousel__nav:hover {
	background: #b969dd;
}

.komilfo-carousel__nav:disabled {
	opacity: .28;
	cursor: default;
	pointer-events: none;
}

.komilfo-carousel__nav--prev {
	left: 0;
}

.komilfo-carousel__nav--next {
	right: 0;
}

.komilfo-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.komilfo-product-card__media {
	position: relative;
	margin-bottom: 14px;
}

.komilfo-product-card__image {
	display: block;
	background: #fff;
}

.komilfo-product-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: contain;
}

.komilfo-product-card__wishlist {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 2;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .2s ease, transform .2s ease;
}

.komilfo-product-card:hover .komilfo-product-card__wishlist,
.komilfo-product-card:focus-within .komilfo-product-card__wishlist,
.komilfo-product-card__wishlist:has(.is-added) {
	opacity: 1;
	transform: translateY(0);
}

.komilfo-product-card__wishlist .yith-wcwl-add-to-wishlist {
	margin: 0;
}

.komilfo-product-card__wishlist a,
.komilfo-product-card__wishlist button,
.komilfo-product-card__wishlist .add_to_wishlist,
.komilfo-product-card__wishlist .yith-wcwl-wishlistexistsbrowse a,
.komilfo-product-card__wishlist .yith-wcwl-wishlistaddedbrowse a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 12px 34px rgba(0, 0, 0, .12);
	color: #000 !important;
	font-size: 0;
	text-decoration: none !important;
}

.komilfo-product-card__wishlist a i,
.komilfo-product-card__wishlist button i {
	display: block !important;
	color: currentColor !important;
	font-size: 24px !important;
	line-height: 1 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.komilfo-product-card__wishlist a::before,
.komilfo-product-card__wishlist button::before {
	content: none !important;
	display: none !important;
}

.komilfo-product-card__wishlist a:hover::before,
.komilfo-product-card__wishlist a.is-added::before,
.komilfo-product-card__wishlist button:hover::before,
.komilfo-product-card__wishlist .yith-wcwl-wishlistexistsbrowse a::before,
.komilfo-product-card__wishlist .yith-wcwl-wishlistaddedbrowse a::before {
	color: #b969dd;
	font-weight: 900;
}

.komilfo-product-card__wishlist a::after,
.komilfo-product-card__wishlist button::after {
	content: none !important;
	display: none !important;
}

.komilfo-product-card__wishlist img,
.komilfo-product-card__wishlist .feedback,
.komilfo-product-card__wishlist .separator {
	display: none !important;
}

.komilfo-product-card__title {
	min-height: 42px;
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
}

.komilfo-product-card__title a {
	color: #b969dd;
}

.komilfo-product-card__sku {
	margin: 0 0 12px;
	color: #8b8b8b;
	font-size: 11px;
	line-height: 1.35;
}

.komilfo-product-card__price {
	margin: auto 0 8px;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.komilfo-product-card .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 0;
	border: 0;
	border-radius: 0 !important;
	background: #000 !important;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin-top: auto;
	opacity: 1;
	visibility: visible;
	box-shadow: none !important;
	transition: background .2s ease, color .2s ease, opacity .2s ease;
}

.komilfo-product-card .button:hover {
	background: #b969dd !important;
	color: #fff !important;
}

.komilfo-product-card .button.loading {
	opacity: .8;
	pointer-events: none;
}

.komilfo-product-card .added_to_cart.wc-forward {
	display: none !important;
}

.komilfo-product-card .button.added,
.komilfo-product-card .button.is-added {
	background: #000 !important;
	color: #fff !important;
}

.komilfo-product-card .button.added::after,
.komilfo-product-card .button.is-added::after {
	content: "\f00c";
	display: inline-block;
	margin-left: 9px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 13px;
	line-height: 1;
}

.komilfo-category-ctas {
	display: grid;
	gap: 0;
	margin-top: 70px;
	margin-bottom: 70px;
}

.komilfo-category-cta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 220px;
	background: #f4f4f4;
}

.komilfo-category-cta--reverse .komilfo-category-cta__image {
	order: 2;
}

.komilfo-category-cta__image {
	display: block;
	min-height: 220px;
	overflow: hidden;
}

.komilfo-category-cta__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.komilfo-category-cta__image:hover img {
	transform: scale(1.035);
}

.komilfo-category-cta__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	padding: 30px 36px;
	background: #f7f7f7;
	text-align: center;
}

.komilfo-category-cta__content h2 {
	margin: 0 0 14px;
	color: #8c8c8c;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
	text-transform: uppercase;
}

.komilfo-category-cta__content p {
	max-width: 430px;
	margin: 0 0 18px;
	color: #8a8a8a;
	font-size: 12px;
	line-height: 1.5;
}

.komilfo-benefits {
	width: 100%;
	margin: 72px 0;
	padding: 48px 20px 54px;
	background: #b77bd1;
	color: #fff;
	text-align: center;
}

.komilfo-benefits__item {
	display: none;
}

.komilfo-benefits__item.is-active {
	display: block;
}

.komilfo-benefits__item {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
}

.komilfo-benefits__item::after {
	content: "БІЛЬШЕ 2000 ТОВАРНИХ ПОЗИЦІЙ";
	display: block;
	margin-top: 16px;
	font-size: 12px;
	font-weight: 400;
}

.komilfo-contact-strip {
	margin-top: 68px;
	margin-bottom: 62px;
}

.komilfo-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 52px;
}

.komilfo-blog__card {
	background: #f4f4f4;
}

.komilfo-blog__thumb {
	display: block;
}

.komilfo-blog__thumb img {
	display: block;
	width: 100%;
	aspect-ratio: 1.85 / 1;
	height: auto;
	object-fit: cover;
}

.komilfo-blog__meta,
.komilfo-blog__card h3,
.komilfo-blog__card p,
.komilfo-blog__card .komilfo-btn {
	margin-left: 18px;
	margin-right: 18px;
}

.komilfo-blog__meta {
	margin-top: 16px;
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
}

.komilfo-blog__card h3 {
	margin-top: 9px;
	margin-bottom: 9px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
}

.komilfo-blog__card h3 a {
	color: #777;
}

.komilfo-blog__card p {
	min-height: 58px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #777;
	font-size: 12px;
	line-height: 1.55;
}

.komilfo-blog__card .komilfo-btn {
	margin-bottom: 20px;
}

.komilfo-certificates__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px;
	align-items: center;
	padding: 44px 0 70px;
}

.komilfo-certificates__grid img {
	display: block;
	width: min(138px, 70%);
	height: auto;
	margin: 0 auto;
	opacity: .72;
	filter: saturate(.85);
}

@media (max-width: 991px) {
	.komilfo-info-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.komilfo-season__track > .komilfo-season__item {
		flex-basis: calc((100% - 8px) / 2);
	}

	.komilfo-certificates__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.komilfo-products-carousel__track > li {
		flex-basis: calc((100% - 26px) / 2);
	}

	.komilfo-category-cta,
	.komilfo-blog__grid {
		grid-template-columns: 1fr;
	}

	.komilfo-category-cta--reverse .komilfo-category-cta__image {
		order: 0;
	}
}

@media (max-width: 640px) {
	.komilfo-section-title {
		margin-top: 42px;
		font-size: 20px;
	}

	.komilfo-hero__slide img {
		min-height: 220px;
		height: 58vw;
	}

	.komilfo-info-strip {
		padding-top: 24px;
		gap: 22px 14px;
	}

	.komilfo-season__track > .komilfo-season__item {
		flex-basis: 72%;
	}

	.komilfo-certificates__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.komilfo-products-carousel__wrap {
		padding: 0 34px;
	}

	.komilfo-products-carousel__track > li {
		flex-basis: 100%;
	}

	.komilfo-category-ctas,
	.komilfo-benefits {
		margin-top: 44px;
		margin-bottom: 44px;
	}

	.komilfo-benefits__item {
		font-size: 18px;
	}

	.komilfo-processing-strip strong,
	.komilfo-contact-strip p:first-child {
		font-size: 15px;
	}
}
