:root {
	--faina-green-900: #0d452b;
	--faina-green-800: #124f32;
	--faina-green-700: #16863d;
	--faina-green-100: #eaf3df;
	--faina-cream: #f2e8dd;
	--faina-panel: #fffdf8;
	--faina-muted: #6d746c;
	--faina-border: rgba(13, 69, 43, .14);
	--faina-shadow: 0 18px 45px rgba(13, 69, 43, .08);
	--faina-radius: 8px;
	--faina-container: 1320px;
	--home-bg: #f2e8dd;
	--home-green: #0d452b;
	--home-green-soft: #14853e;
	--home-text: #073f45;
	--home-muted: #69756f;
	--home-line: rgba(13, 69, 43, .22);
}

body {
	background: var(--faina-cream);
	color: var(--faina-green-900);
	font-family: Inter, Arial, sans-serif;
	letter-spacing: 0;
}

a {
	color: var(--faina-green-900);
}

a:hover {
	color: var(--faina-green-700);
}

.container,
.site-container,
.woocommerce .container {
	max-width: var(--faina-container);
}

.site-header,
header.site-header,
.header-main,
.header-wrapper,
.site-header .header-inner {
	background: var(--faina-cream);
	border-color: var(--faina-border);
}

.site-header a,
.header-main a,
.primary-menu a,
.main-menu a {
	color: var(--faina-green-900);
	font-weight: 700;
}

.site-header input[type="search"],
.search-form input[type="search"],
.woocommerce-product-search input[type="search"] {
	background: #fff;
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--faina-green-900);
	min-height: 48px;
	padding: 0 22px;
	box-shadow: none;
}

.site-header input[type="search"]:focus,
.search-form input[type="search"]:focus,
.woocommerce-product-search input[type="search"]:focus {
	border-color: rgba(13, 69, 43, .28);
	outline: 0;
}

button,
.button,
.btn,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.added_to_cart {
	background: var(--faina-green-900);
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-weight: 800;
	min-height: 42px;
	padding: 12px 22px;
	text-decoration: none;
	transition: background-color .18s ease, transform .18s ease;
}

button:hover,
.button:hover,
.btn:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.added_to_cart:hover {
	background: var(--faina-green-700);
	color: #fff;
	transform: translateY(-1px);
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-result-count,
.woocommerce-products-header__title + .term-description,
.product_meta,
.woocommerce .price del,
.woocommerce form .form-row .optional {
	color: var(--faina-muted);
}

.woocommerce-products-header,
.page-header,
.entry-header {
	background: transparent;
	border: 0;
	margin-bottom: 26px;
	padding: 0;
}

.woocommerce-products-header__title,
.page-title,
.entry-title,
.product_title {
	color: var(--faina-green-900);
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 900;
	line-height: 1.08;
	margin: 0;
}

.woocommerce .products {
	gap: 24px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.product-card,
.site-main .product {
	background: rgba(255, 253, 248, .58);
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: var(--faina-radius);
	box-shadow: none;
	overflow: hidden;
	padding: 18px;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: var(--faina-radius);
	object-fit: contain;
	padding: 12px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-loop-product__title,
.woocommerce div.product .product_title {
	color: var(--faina-green-900);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--faina-green-700);
	font-size: 22px;
	font-weight: 900;
}

.woocommerce span.onsale,
.onsale {
	background: #ff3f6c;
	border-radius: 999px;
	color: #fff;
	font-weight: 800;
	min-height: auto;
	padding: 6px 10px;
}

.woocommerce .quantity .qty,
.quantity input,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
textarea,
select {
	background: #fff;
	border: 1px solid var(--faina-border);
	border-radius: var(--faina-radius);
	color: var(--faina-green-900);
	min-height: 46px;
}

.woocommerce-ordering select,
.faina-shop-archive__actions select {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 1.5 6 6.25l4.75-4.75' fill='none' stroke='%23244838' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: right 18px center;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	padding-right: 44px;
}

.woocommerce div.product div.images img,
.woocommerce-product-gallery,
.woocommerce div.product .summary,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.woocommerce-order {
	background: var(--faina-panel);
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: var(--faina-radius);
	box-shadow: var(--faina-shadow);
}

.woocommerce div.product div.images img {
	padding: 22px;
}

.woocommerce div.product .summary,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.woocommerce-order {
	padding: 28px;
}

.woocommerce-tabs,
.related.products,
.upsells.products,
.cross-sells {
	margin-top: 48px;
}

.woocommerce-tabs ul.tabs {
	border-bottom: 1px solid var(--faina-border);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 0;
	border-radius: 999px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--faina-green-900);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff;
}

.woocommerce table.shop_table {
	background: var(--faina-panel);
	border: 1px solid rgba(255, 255, 255, .75);
	border-collapse: separate;
	border-radius: var(--faina-radius);
	overflow: hidden;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-color: var(--faina-border);
}

.woocommerce-cart .woocommerce-cart-wrapper,
.woocommerce-cart .woocommerce-cart-wrapper .cart-wrapper {
	max-width: none;
	width: 100%;
}

.woocommerce-cart .woocommerce-shipping-calculator {
	display: none !important;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	background: var(--faina-green-100);
	border: 0;
	border-radius: var(--faina-radius);
	color: var(--faina-green-900);
}

#billing_country_field,
#shipping_country_field,
#billing_state_field,
#shipping_state_field,
#billing_postcode_field,
#shipping_postcode_field {
	display: none !important;
}

.woocommerce-checkout form.checkout {
	align-items: start;
	margin: 0 auto;
	max-width: 1240px;
	width: 100%;
}

.woocommerce-checkout .cart-wrapper {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	width: 100%;
}

.woocommerce-checkout .woocommerce-NoticeGroup,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle {
	grid-column: 1 / -1;
}

.faina-checkout-flow {
	display: grid;
	gap: 16px;
	grid-column: 1;
	min-width: 0;
}

.faina-checkout-step,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment {
	background: var(--faina-panel);
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: var(--faina-radius);
	box-shadow: var(--faina-shadow);
	padding: 24px;
}

.faina-checkout-step h2,
.woocommerce-checkout #order_review_heading {
	color: var(--faina-green-900);
	font-size: 22px;
	font-weight: 950;
	line-height: 1.15;
	margin: 0 0 18px;
}

.faina-checkout-step__body {
	display: grid;
	gap: 14px;
}

.woocommerce-checkout #customer_details {
	float: none;
	width: 100%;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
	float: none;
	width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.woocommerce-checkout .faina-pickup-location-field {
	display: none;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
	display: none;
}

.woocommerce-checkout form .form-row {
	margin: 0 0 14px;
	padding: 0;
}

.woocommerce-checkout form .form-row label {
	color: var(--faina-green-900);
	font-size: 13px;
	font-weight: 850;
	margin-bottom: 7px;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
	border-radius: 8px;
	min-height: 48px;
	padding: 10px 14px;
	width: 100%;
}

.woocommerce-checkout textarea {
	min-height: 92px;
}

.woocommerce-checkout .wc_payment_methods,
.woocommerce-checkout #shipping_method {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-checkout .wc_payment_method,
.woocommerce-checkout #shipping_method li {
	align-content: start;
	background: #fff;
	border: 1px solid var(--faina-border);
	border-radius: 8px;
	margin: 0;
	min-height: 92px;
	padding: 18px 18px 16px;
	position: relative;
}

.woocommerce-checkout .wc_payment_method:has(input:checked),
.woocommerce-checkout #shipping_method li:has(input:checked) {
	border-color: var(--home-green);
	box-shadow: inset 0 0 0 1px var(--home-green);
}

.woocommerce-checkout .wc_payment_method input,
.woocommerce-checkout #shipping_method input {
	position: absolute;
	right: 16px;
	top: 16px;
}

.woocommerce-checkout .wc_payment_method label,
.woocommerce-checkout #shipping_method label {
	color: var(--faina-green-900);
	cursor: pointer;
	display: block;
	font-size: 15px;
	font-weight: 900;
	margin: 0;
	padding-right: 28px;
}

.woocommerce-checkout .payment_box {
	background: var(--faina-green-100);
	border-radius: 8px;
	color: var(--home-muted);
	font-size: 14px;
	line-height: 1.5;
	margin: 12px 0 0;
	padding: 12px 14px;
}

.woocommerce-checkout .payment_box::before {
	display: none;
}

.woocommerce-checkout .faina-checkout-shipping-methods {
	margin: 18px 0 16px;
	width: 100%;
}

.woocommerce-checkout .faina-shipping-row-moved {
	display: none;
}

.woocommerce-checkout .woocommerce-shipping-totals th {
	display: none;
}

.woocommerce-checkout .order-review-wrapper #order_review .shop_table tfoot tr.woocommerce-shipping-totals.shipping {
	display: block !important;
	width: 100% !important;
}

.woocommerce-checkout .woocommerce-shipping-totals,
.woocommerce-checkout .woocommerce-shipping-totals td {
	display: block;
	width: 100%;
}

.woocommerce-checkout .woocommerce-shipping-totals td,
.woocommerce-checkout .woocommerce-shipping-totals #shipping_method {
	max-width: none;
	width: 100%;
}

.woocommerce-checkout .woocommerce-shipping-totals td {
	padding: 10px 0 18px;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment {
	grid-column: auto;
}

.woocommerce-checkout .order-review-wrapper {
	background: var(--faina-panel);
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: var(--faina-radius);
	box-shadow: var(--faina-shadow);
	grid-column: 2;
	min-width: 0;
	padding: 24px;
	width: 100%;
}

.woocommerce-checkout .order-review-wrapper #order_review,
.woocommerce-checkout .order-review-wrapper #payment {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.woocommerce-checkout #payment {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.woocommerce-checkout #order_review_heading {
	margin: 0 0 18px;
}

.woocommerce-checkout #payment {
	align-self: start;
}

.woocommerce-checkout #payment .wc_payment_methods:empty {
	display: none;
}

.woocommerce-checkout #payment .place-order {
	margin: 0;
	padding: 0;
}

.woocommerce-checkout #payment button#place_order {
	border-radius: 999px;
	min-height: 50px;
	width: 100%;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	color: var(--home-muted);
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.woocommerce-checkout .wc_payment_methods,
	.woocommerce-checkout #shipping_method {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce-checkout .wc_payment_method {
		align-content: start;
		display: grid;
	}
}

.site-footer,
footer.site-footer,
.footer-wrapper,
.footer {
	background: var(--faina-green-900);
	color: #fff;
}

.site-footer a,
footer.site-footer a,
.footer-wrapper a,
.footer a {
	color: #fff;
}

@media (max-width: 767px) {
	body {
		background: var(--faina-cream);
	}

	.woocommerce-products-header__title,
	.page-title,
	.entry-title,
	.product_title {
		font-size: 30px;
	}

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

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		margin: 0 !important;
		padding: 12px;
		width: auto !important;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 13px;
	}

	.woocommerce ul.products li.product .price {
		font-size: 16px;
	}

	.woocommerce div.product .summary,
	.cart_totals,
	.woocommerce-checkout-review-order,
	.woocommerce-billing-fields,
	.woocommerce-shipping-fields,
	.woocommerce-additional-fields,
	.woocommerce-order {
		padding: 18px;
	}

	.woocommerce-checkout form.checkout {
		grid-template-columns: 1fr;
	}

	.woocommerce-checkout .cart-wrapper {
		grid-template-columns: 1fr;
	}

	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review,
	.woocommerce-checkout #payment,
	.woocommerce-checkout .order-review-wrapper {
		grid-column: auto;
	}

	.faina-checkout-step,
	.woocommerce-checkout #order_review,
	.woocommerce-checkout #payment {
		padding: 18px;
	}
}

html,
body {
	background: var(--faina-cream);
}

.faina-site,
.faina-page-main {
	background: var(--faina-cream);
}

.faina-page-main {
	padding: 44px 0 0;
}

body.home .faina-page-main {
	padding-top: 0;
}

body.home .site-header,
body.home header.site-header,
body.home .header-main,
body.home .header-wrapper,
body.home .site-footer,
body.home footer.site-footer,
body.home .footer-wrapper {
	display: none;
}

.faina-home {
	background: var(--home-bg);
	color: var(--home-green);
	font-family: Inter, Arial, sans-serif;
	margin: 0 auto;
	min-height: 100vh;
	overflow: hidden;
	width: 100%;
}

body:not(.home) .faina-page-main > :where(.container, .site-container, .woocommerce, .page, .post, article, .content-area) {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--faina-container);
	width: calc(100% - 80px);
}

body:not(.home).woocommerce .faina-page-main,
body:not(.home).woocommerce-page .faina-page-main {
	padding-bottom: 64px;
}

.faina-home *,
.faina-home *::before,
.faina-home *::after {
	box-sizing: border-box;
}

.faina-home-shell {
	margin: 0 auto;
	max-width: 1320px;
	width: calc(100% - 80px);
}

.faina-mobile-notice {
	display: none;
}

.faina-home-header {
	background: var(--home-bg);
	border-bottom: 1px solid var(--home-line);
}

.faina-home-header__inner {
	align-items: center;
	display: grid;
	grid-template-columns: 240px minmax(300px, 1fr) auto;
	gap: 38px;
	min-height: 82px;
}

.faina-logo {
	align-items: center;
	color: var(--home-green);
	display: inline-flex;
	gap: 12px;
	text-decoration: none;
}

.faina-logo__mark {
	align-items: center;
	border: 2px solid currentColor;
	border-radius: 50%;
	display: inline-flex;
	font-size: 20px;
	font-weight: 900;
	height: 54px;
	justify-content: center;
	width: 54px;
}

.faina-logo__text {
	display: grid;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 5px;
	line-height: .9;
}

.faina-logo__text small {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 4px;
	margin-left: 4px;
}

.faina-logo--light {
	color: #fff;
}

.faina-search input {
	background: #fff;
	border: 0;
	border-radius: 999px;
	color: var(--home-green);
	font-size: 15px;
	height: 52px;
	padding: 0 28px;
	width: 100%;
}

.faina-cart {
	align-items: center;
	color: var(--home-green);
	display: grid;
	grid-template-columns: 48px auto;
	gap: 10px;
	position: relative;
	text-decoration: none;
}

.faina-cart__icon {
	align-items: center;
	background: rgba(13, 69, 43, .08);
	border-radius: 50%;
	display: flex;
	font-size: 26px;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.faina-cart__badge {
	align-items: center;
	background: #ff3f6c;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 900;
	height: 22px;
	justify-content: center;
	left: 34px;
	position: absolute;
	top: -4px;
	width: 22px;
}

.faina-cart__total {
	display: grid;
	font-weight: 900;
}

.faina-cart__total small {
	color: var(--home-muted);
	font-size: 12px;
	font-weight: 700;
}

.faina-menu-button {
	display: none;
}

.faina-home-nav {
	border-top: 1px solid var(--home-line);
}

.faina-home-nav__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 58px;
}

.faina-home-nav__menu {
	align-items: center;
	display: flex;
	gap: 34px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.faina-home-nav__menu a,
.faina-home-nav__phone {
	color: #0c1d18;
	font-size: 16px;
	font-weight: 900;
	text-decoration: none;
}

.faina-home-nav__phone {
	color: var(--home-green);
}

.faina-hero {
	padding-top: 34px;
}

.faina-hero__panel {
	background: #fffdf8;
	border-radius: 8px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 570px;
	overflow: hidden;
}

.faina-hero__copy {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 70px;
	text-align: center;
}

.faina-hero h1 {
	color: #2b5915;
	font-size: clamp(42px, 4.1vw, 76px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.13;
	margin: 0 0 28px;
	max-width: 560px;
}

.faina-hero p {
	color: #2b5915;
	font-size: 18px;
	line-height: 1.7;
	margin: 0 0 42px;
	max-width: 520px;
}

.faina-pill {
	align-items: center;
	background: var(--home-green);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	padding: 2px 28px 0;
	text-align: center;
	text-decoration: none;
}

.faina-pill:hover {
	background: var(--home-green-soft);
	color: #fff;
}

.faina-pill--light,
.faina-footer a.faina-pill--light,
.faina-delivery a.faina-pill--light {
	background: #fff;
	color: var(--home-green);
}

.faina-hero__notes {
	align-items: center;
	color: var(--home-green);
	display: flex;
	font-size: 14px;
	font-weight: 800;
	gap: 30px;
	justify-content: center;
	list-style: none;
	margin: 145px 0 0;
	padding: 0;
}

.faina-hero__notes li + li::before {
	content: "•";
	margin-right: 30px;
	opacity: .55;
}

.faina-hero__image {
	background: #2c3c2a;
}

.faina-hero__image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.faina-benefits {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 46px 0;
}

.faina-benefit {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: 52px 1fr;
}

.faina-benefit span {
	align-items: center;
	border: 3px solid var(--home-green);
	border-radius: 50%;
	display: flex;
	font-size: 30px;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.faina-benefit strong {
	color: var(--home-green);
	display: block;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 4px;
}

.faina-benefit p {
	color: var(--home-muted);
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}

.faina-promo-grid {
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faina-promo-card {
	border-radius: 8px;
	min-height: 480px;
	overflow: hidden;
	padding: 36px;
	position: relative;
}

.faina-promo-card--blue {
	background: #eef3f8;
}

.faina-promo-card--yellow {
	background: #ffecc2;
}

.faina-promo-card--green {
	background: #f1f8df;
}

.faina-promo-card h2 {
	color: var(--home-text);
	font-size: 34px;
	font-weight: 950;
	line-height: 1.12;
	margin: 0 0 18px;
	max-width: 320px;
}

.faina-promo-card p {
	color: var(--home-text);
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 24px;
	max-width: 330px;
}

.faina-promo-card img {
	bottom: 0;
	max-height: 230px;
	max-width: 90%;
	position: absolute;
	right: 0;
}

.faina-section-head {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 28px;
}

.faina-section-head h2 {
	color: #151a20;
	font-size: 24px;
	font-weight: 900;
	margin: 0;
}

.faina-section-head a {
	color: #151a20;
	font-weight: 800;
	text-decoration: none;
}

.faina-categories {
	padding: 42px 0 22px;
}

.faina-category-row {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(8, minmax(0, 1fr));
}

.faina-category {
	color: #151a20;
	display: grid;
	gap: 12px;
	justify-items: center;
	text-align: center;
	text-decoration: none;
}

.faina-category span {
	align-items: center;
	background: #fffdf8;
	border-radius: 50%;
	display: flex;
	height: 112px;
	justify-content: center;
	overflow: hidden;
	width: 112px;
}

.faina-category img {
	height: 88px;
	object-fit: contain;
	width: 88px;
}

.faina-category span em {
	color: var(--home-green);
	font-size: 40px;
	font-style: normal;
	font-weight: 900;
}

.faina-category strong {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.faina-discount {
	align-items: center;
	background: #f1f8df;
	border-radius: 8px;
	display: grid;
	grid-template-columns: 210px 1fr 180px auto;
	margin-top: 28px;
	min-height: 86px;
	overflow: hidden;
	padding: 0 34px;
	position: relative;
}

.faina-discount h2 {
	font-size: 28px;
	font-weight: 950;
	margin: 0;
}

.faina-discount p {
	font-size: 16px;
	font-weight: 800;
	margin: 0;
}

.faina-discount small {
	color: var(--home-muted);
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-top: 4px;
}

.faina-discount strong {
	color: rgba(13, 69, 43, .09);
	font-size: 96px;
	font-weight: 950;
	line-height: 1;
}

.faina-products {
	padding: 48px 0 42px;
}

.faina-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.faina-tabs span {
	background: rgba(255, 255, 255, .35);
	border: 1px solid var(--home-line);
	border-radius: 999px;
	color: var(--home-muted);
	font-size: 14px;
	font-weight: 800;
	padding: 10px 18px;
}

.faina-tabs span:first-child {
	background: var(--home-green);
	color: #fff;
}

.faina-product-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.faina-product-card {
	background: rgba(255, 253, 248, .55);
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	min-height: 380px;
	overflow: hidden;
	padding: 18px;
}

.faina-product-card__image {
	align-items: center;
	background: rgba(255, 255, 255, .54);
	border-radius: 6px;
	display: flex;
	height: 188px;
	justify-content: center;
	position: relative;
}

.faina-product-card__image img {
	height: 170px;
	object-fit: contain;
	width: 170px;
}

.faina-product-card__badge {
	background: #ff3f6c;
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	left: 10px;
	padding: 6px 10px;
	position: absolute;
	top: 10px;
}

.faina-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 18px;
}

.faina-product-card__title {
	color: #151a20;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
}

.faina-product-card__meta {
	color: var(--home-muted);
	font-size: 13px;
	margin-top: 16px;
}

.faina-product-card__footer {
	align-items: end;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: auto;
}

.faina-product-card__price,
.faina-product-card__price .amount {
	color: var(--home-green-soft);
	font-size: 22px;
	font-weight: 950;
}

.faina-product-card__price del {
	color: #9ca59f;
	font-size: 14px;
	font-weight: 700;
}

.faina-product-card__add {
	align-items: center;
	border-radius: 50%;
	display: flex;
	font-size: 24px;
	height: 34px;
	justify-content: center;
	min-height: 34px;
	padding: 0;
	width: 34px;
}

.faina-shop-archive {
	padding: 52px 0 70px;
}

.faina-shop-archive__header {
	align-items: end;
	background: rgba(255, 253, 248, .62);
	border: 1px solid rgba(255, 255, 255, .78);
	border-radius: 8px;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 28px;
	padding: 32px;
}

.faina-shop-archive__header h1 {
	color: var(--home-green);
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 950;
	line-height: 1.05;
	margin: 0 0 12px;
}

.faina-shop-archive__desc,
.faina-shop-archive__desc p {
	color: var(--home-muted);
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
	max-width: 680px;
}

.faina-shop-archive__actions select {
	background-color: #fff;
	border-radius: 999px;
	min-width: 210px;
}

.faina-shop-archive__layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}

.faina-shop-archive__content {
	min-width: 0;
}

.faina-shop-filter {
	background: rgba(255, 253, 248, .72);
	border: 1px solid rgba(255, 255, 255, .82);
	border-radius: 8px;
	padding: 20px;
	position: sticky;
	top: 18px;
}

.faina-shop-filter__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

.faina-shop-filter__head h2,
.faina-shop-filter__group h3 {
	color: var(--home-green);
	font-weight: 900;
	line-height: 1.1;
	margin: 0;
}

.faina-shop-filter__head h2 {
	font-size: 22px;
}

.faina-shop-filter__head a {
	color: var(--faina-red);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.faina-shop-filter__group h3 {
	font-size: 15px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.faina-shop-filter__list {
	display: grid;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.faina-shop-filter__list a {
	align-items: center;
	border-radius: 8px;
	color: var(--home-green);
	display: flex;
	font-size: 14px;
	font-weight: 800;
	gap: 10px;
	justify-content: space-between;
	padding: 10px 12px;
	text-decoration: none;
	transition: background .2s ease, color .2s ease;
}

.faina-shop-filter__list a:hover,
.faina-shop-filter__list a.is-active {
	background: var(--faina-green-700);
	color: #fff;
}

.faina-shop-filter__list small {
	color: inherit;
	font-size: 12px;
	opacity: .72;
}

.faina-shop-archive__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.faina-shop-archive .woocommerce-pagination {
	margin-top: 34px;
	text-align: center;
}

.faina-shop-archive .woocommerce-pagination ul {
	border: 0;
	display: inline-flex;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.faina-shop-archive .woocommerce-pagination li {
	border: 0;
}

.faina-shop-archive .woocommerce-pagination a,
.faina-shop-archive .woocommerce-pagination span {
	align-items: center;
	background: rgba(255, 253, 248, .8);
	border-radius: 50%;
	color: var(--home-green);
	display: flex;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	text-decoration: none;
	width: 42px;
}

.faina-shop-archive .woocommerce-pagination .current {
	background: var(--home-green);
	color: #fff;
}

.faina-catalog-page {
	padding: 52px 0 70px;
}

.faina-catalog-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.faina-catalog-card {
	align-items: center;
	background: rgba(255, 253, 248, .62);
	border: 1px solid rgba(255, 255, 255, .78);
	border-radius: 8px;
	color: var(--home-green);
	display: grid;
	gap: 18px;
	grid-template-columns: 92px 1fr;
	min-height: 132px;
	padding: 20px;
	text-decoration: none;
}

.faina-catalog-card:hover {
	color: var(--home-green-soft);
	transform: translateY(-1px);
}

.faina-catalog-card__image {
	align-items: center;
	background: #fffdf8;
	border-radius: 50%;
	display: flex;
	height: 92px;
	justify-content: center;
	overflow: hidden;
	width: 92px;
}

.faina-catalog-card__image img {
	height: 72px;
	object-fit: contain;
	width: 72px;
}

.faina-catalog-card__image span {
	font-size: 34px;
	font-weight: 950;
}

.faina-catalog-card__body {
	display: grid;
	gap: 8px;
}

.faina-catalog-card__body strong {
	font-size: 20px;
	font-weight: 950;
	line-height: 1.15;
}

.faina-catalog-card__body small {
	color: var(--home-muted);
	font-size: 14px;
	font-weight: 800;
}

.faina-delivery {
	background: #16863d;
	color: #fff;
	margin-top: 0;
	overflow: hidden;
}

.faina-delivery__inner {
	align-items: end;
	display: grid;
	gap: 120px;
	grid-template-columns: minmax(260px, 430px) 1fr;
	min-height: 430px;
}

.faina-delivery img {
	align-self: end;
	border-radius: 16px;
	display: block;
	height: 384px;
	object-fit: cover;
	object-position: top center;
	width: 100%;
}

.faina-delivery h2 {
	color: #fff;
	font-size: 44px;
	font-weight: 950;
	margin: 0 0 6px;
}

.faina-delivery h3 {
	color: #fff;
	font-size: 26px;
	font-weight: 900;
	margin: 0 0 34px;
}

.faina-delivery ul {
	display: grid;
	gap: 24px;
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

.faina-delivery li {
	display: grid;
	gap: 6px;
	grid-template-columns: 24px 1fr;
}

.faina-delivery li::before {
	background: rgba(255, 255, 255, .45);
	border-radius: 50%;
	content: "";
	height: 24px;
	margin-top: 2px;
	width: 24px;
}

.faina-delivery li strong,
.faina-delivery li span {
	grid-column: 2;
}

.faina-delivery li strong {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
}

.faina-delivery li span {
	color: rgba(255, 255, 255, .82);
	font-size: 15px;
}

.faina-review {
	background: #fffdf8;
	border-radius: 8px;
	margin-top: 26px;
	padding: 72px 40px;
	text-align: center;
}

.faina-review div {
	color: var(--home-green);
	font-size: 22px;
	letter-spacing: 4px;
	margin-bottom: 28px;
}

.faina-review p {
	color: #252525;
	font-size: 21px;
	line-height: 1.55;
	margin: 0 auto 28px;
	max-width: 680px;
}

.faina-store {
	align-items: stretch;
	background: #f3faea;
	border-radius: 8px;
	display: grid;
	grid-template-columns: 1fr 360px;
	margin-top: 28px;
	min-height: 210px;
	overflow: hidden;
	padding-left: 36px;
}

.faina-store > div {
	align-self: center;
	padding: 32px 0;
}

.faina-store h2 {
	color: var(--home-text);
	font-size: 34px;
	font-weight: 950;
	line-height: 1.1;
	margin: 0 0 18px;
}

.faina-store p {
	color: var(--home-text);
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 24px;
}

.faina-store img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.faina-social {
	align-items: center;
	border-top: 1px solid var(--home-line);
	display: grid;
	gap: 28px;
	grid-template-columns: auto 1fr auto;
	margin-top: 74px;
	min-height: 122px;
}

.faina-social__icons {
	display: flex;
	gap: 16px;
}

.faina-social__icons a {
	align-items: center;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 20px;
	font-weight: 900;
	height: 46px;
	justify-content: center;
	text-decoration: none;
	width: 46px;
}

.faina-social__icons a:nth-child(1) { background: #6c58bd; }
.faina-social__icons a:nth-child(2) { background: #d73591; }
.faina-social__icons a:nth-child(3) { background: #25a9e0; }
.faina-social__icons a:nth-child(4) { background: #4267b2; }

.faina-social strong {
	color: #151a20;
	display: block;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 4px;
}

.faina-social p,
.faina-social small {
	color: var(--home-muted);
	font-size: 13px;
	margin: 0;
}

.faina-social__phone {
	color: var(--home-green);
	display: grid;
	font-size: 26px;
	font-weight: 950;
	text-decoration: none;
}

.faina-footer {
	background: var(--home-green);
	color: #fff;
	padding: 54px 0 48px;
}

.faina-footer__cta {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
	display: flex;
	justify-content: space-between;
	padding-bottom: 44px;
}

.faina-footer h2 {
	color: #fff;
	font-size: 34px;
	font-weight: 950;
	margin: 0 0 10px;
}

.faina-footer p {
	color: rgba(255, 255, 255, .72);
	line-height: 1.6;
	margin: 0;
}

.faina-footer__grid {
	display: grid;
	gap: 70px;
	grid-template-columns: 1.6fr repeat(3, 1fr);
	padding: 58px 0;
}

.faina-footer h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	margin: 0 0 22px;
}

.faina-footer a {
	color: rgba(255, 255, 255, .82);
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}

.faina-footer__copy {
	border-top: 1px solid rgba(255, 255, 255, .14);
	font-size: 13px;
	padding-top: 28px;
}

@media (max-width: 1024px) {
	.faina-home-shell {
		width: calc(100% - 32px);
	}

	.faina-home-header {
		border-bottom: 0;
	}

	.faina-mobile-notice {
		background: var(--home-green);
		color: #fff;
		display: block;
		font-size: 13px;
		font-weight: 800;
		padding: 12px 16px;
		text-align: center;
	}

	.faina-home-header__inner {
		grid-template-columns: 44px 1fr 44px;
		gap: 12px;
		min-height: 58px;
		width: 100%;
	}

	.faina-menu-button {
		align-items: center;
		background: rgba(13, 69, 43, .08);
		border: 0;
		border-radius: 50%;
		color: var(--home-green);
		display: flex;
		font-size: 22px;
		height: 44px;
		justify-content: center;
		min-height: 44px;
		order: -1;
		padding: 0;
		width: 44px;
	}

	.faina-search,
	.faina-cart__total,
	.faina-home-nav {
		display: none;
	}

	.faina-logo {
		justify-self: center;
	}

	.faina-logo__mark {
		height: 34px;
		width: 34px;
	}

	.faina-logo__text {
		font-size: 22px;
		letter-spacing: 3px;
	}

	.faina-logo__text small {
		font-size: 8px;
		letter-spacing: 3px;
	}

	.faina-cart {
		display: block;
		justify-self: end;
	}

	.faina-cart__icon {
		height: 44px;
		width: 44px;
	}

	.faina-cart__badge {
		left: 29px;
	}

	.faina-hero {
		padding-top: 14px;
	}

	.faina-hero__panel {
		display: flex;
		flex-direction: column-reverse;
		min-height: 0;
	}

	.faina-hero__image {
		aspect-ratio: 513 / 535;
	}

	.faina-hero__copy {
		padding: 32px 22px 28px;
	}

	.faina-hero h1 {
		font-size: 31px;
		margin-bottom: 18px;
	}

	.faina-hero p {
		font-size: 13px;
		line-height: 1.55;
		margin-bottom: 26px;
	}

	.faina-hero__notes {
		flex-wrap: wrap;
		font-size: 11px;
		gap: 2px;
		margin-top: 28px;
	}

	.faina-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 28px 0;
		row-gap: 26px;
	}

	.faina-benefit {
		align-items: start;
		grid-template-columns: 42px 1fr;
	}

	.faina-benefit span {
		font-size: 24px;
		height: 42px;
		width: 42px;
	}

	.faina-benefit strong {
		font-size: 14px;
	}

	.faina-benefit p {
		font-size: 12px;
	}

	.faina-promo-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.faina-promo-card {
		min-height: 168px;
		padding: 24px;
	}

	.faina-promo-card h2 {
		font-size: 26px;
		max-width: 210px;
	}

	.faina-promo-card p {
		font-size: 12px;
		max-width: 190px;
	}

	.faina-promo-card img {
		max-height: 132px;
		max-width: 58%;
	}

	.faina-category-row {
		display: flex;
		gap: 16px;
		overflow-x: auto;
		padding-bottom: 8px;
	}

	.faina-category {
		flex: 0 0 74px;
	}

	.faina-category span {
		height: 68px;
		width: 68px;
	}

	.faina-category img {
		height: 54px;
		width: 54px;
	}

	.faina-category strong {
		font-size: 11px;
	}

	.faina-discount {
		align-items: start;
		grid-template-columns: 1fr;
		gap: 12px;
		min-height: 160px;
		padding: 22px;
	}

	.faina-discount h2 {
		font-size: 24px;
	}

	.faina-discount strong {
		bottom: -12px;
		font-size: 68px;
		position: absolute;
		right: 16px;
	}

	.faina-products {
		padding-top: 30px;
	}

	.faina-section-head {
		align-items: start;
		flex-direction: column;
		gap: 14px;
	}

	.faina-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.faina-shop-archive {
		padding: 24px 0 42px;
	}

	.faina-shop-archive__header {
		align-items: stretch;
		flex-direction: column;
		padding: 22px;
	}

	.faina-shop-archive__layout {
		grid-template-columns: 1fr;
	}

	.faina-shop-filter {
		position: static;
	}

	.faina-shop-filter__list {
		grid-template-columns: 1fr;
	}

	.faina-shop-archive__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.faina-catalog-page {
		padding: 24px 0 42px;
	}

	.faina-catalog-grid {
		grid-template-columns: 1fr;
	}

	.faina-product-card {
		min-height: 260px;
		padding: 10px;
	}

	.faina-product-card__image {
		height: 126px;
	}

	.faina-product-card__image img {
		height: 112px;
		width: 112px;
	}

	.faina-product-card__title {
		font-size: 12px;
	}

	.faina-product-card__meta {
		font-size: 11px;
		margin-top: 10px;
	}

	.faina-product-card__price,
	.faina-product-card__price .amount {
		font-size: 16px;
	}

	.faina-delivery__inner {
		display: block;
		min-height: 0;
		padding-bottom: 34px;
	}

	.faina-delivery img {
		height: 300px;
		margin: 0 auto 24px;
		max-width: 460px;
	}

	.faina-delivery h2 {
		font-size: 29px;
	}

	.faina-delivery h3 {
		font-size: 18px;
		margin-bottom: 22px;
	}

	.faina-delivery li strong {
		font-size: 15px;
	}

	.faina-delivery li span {
		font-size: 12px;
	}

	.faina-review {
		padding: 48px 24px;
	}

	.faina-review p {
		font-size: 18px;
	}

	.faina-store {
		grid-template-columns: 1fr 120px;
		min-height: 166px;
		padding-left: 18px;
	}

	.faina-store h2 {
		font-size: 21px;
	}

	.faina-store p {
		font-size: 11px;
	}

	.faina-social {
		grid-template-columns: 1fr;
		margin-top: 30px;
		padding: 24px 0;
	}

	.faina-footer {
		padding-top: 30px;
	}

	.faina-footer__cta {
		align-items: start;
		flex-direction: column;
		gap: 20px;
	}

	.faina-footer h2 {
		font-size: 25px;
	}

	.faina-footer__grid {
		grid-template-columns: 1fr;
		gap: 26px;
		padding: 34px 0;
	}
}
