/*
Theme Name: MeloKids Child
Theme URI: https://melokids.zooka.io/
Description: Elysas storefront design and WooCommerce dynamic URLs
Author: Elysas
Template: melokids
Version: 1.4.22
Text Domain: melokids
*/

:root {
	--elysas-primary: #5f7d57;
	--elysas-primary-hover: #4e6848;
	--elysas-secondary: #c9b896;
	--elysas-bg: #f7f4ee;
	--elysas-text: #2f332e;
	--elysas-muted: #6d736b;
	--elysas-card: #ffffff;
	--elysas-white: #ffffff;
	--elysas-line: #e7e1d6;
	--elysas-radius: 18px;
	--elysas-radius-lg: 28px;
	--elysas-radius-md: 24px;
	--elysas-radius-sm: 16px;
	--elysas-radius-pill: 999px;
	--elysas-shadow: 0 10px 30px rgba(47, 51, 46, 0.06);
	--elysas-font: "Nunito", "Segoe UI", Tahoma, Arial, sans-serif;
	--elysas-display: "Plus Jakarta Sans", "Nunito", "Segoe UI", Tahoma, Arial, sans-serif;
	--elysas-gutter: clamp(1rem, 4.2vw, 5rem);
	--elysas-content-max: 1366px;
	--elysas-hero-max: 1480px;
	--elysas-section-pad: clamp(2.75rem, 7vw, 6rem);
	--elysas-hero-title: clamp(1.7rem, 1.05rem + 2.4vw, 3.35rem);
	--elysas-h2: clamp(1.5rem, 0.9rem + 2vw, 2.35rem);
}

html {
	scroll-behavior: smooth;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

.elysas-site,
.elysas-site button,
.elysas-site input,
.elysas-site select,
.elysas-site textarea,
.elysas-site .zk-heading,
.elysas-site h1,
.elysas-site h2,
.elysas-site h3,
.elysas-site h4,
.elysas-site h5,
.elysas-site h6 {
	font-family: var(--elysas-font);
}

.elysas-site {
	background: var(--elysas-bg);
	color: var(--elysas-text);
	width: 100%;
	max-width: 100%;
	margin: 0;
	overflow-x: hidden;
}

.elysas-site img {
	max-width: 100%;
	height: auto;
}

/* Full-viewport backgrounds; inner content capped at 1366px. */
.elysas-site #zk-page,
.elysas-site #zk-header,
.elysas-site #zk-header-top,
.elysas-site #zk-footer,
.elysas-site .zk-footer-wrapper {
	width: 100% !important;
	max-width: 100% !important;
}

.elysas-site .container,
.elysas-site .container-fluid,
.elysas-site #zk-main.container,
.elysas-site #zk-main.container-fluid,
.elysas-site #zk-header .zk-header-inner,
.elysas-site #zk-header-top > .container,
.elysas-site #zk-header-top > .container-fluid,
.elysas-site #zk-footer > .container,
.elysas-site #zk-footer > .container-fluid {
	width: 100% !important;
	max-width: 100% !important;
}

.elysas-site #zk-header .zk-header-inner,
.elysas-site #zk-header-top > .container,
.elysas-site #zk-header-top > .container-fluid,
.elysas-site #zk-main.container,
.elysas-site #zk-main.container-fluid {
	padding-left: max(var(--elysas-gutter), calc((100% - var(--elysas-content-max)) / 2)) !important;
	padding-right: max(var(--elysas-gutter), calc((100% - var(--elysas-content-max)) / 2)) !important;
}

.elysas-home #zk-main.container,
.elysas-home #zk-main.container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.elysas-site #zk-footer > .container,
.elysas-site #zk-footer > .container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.elysas-site #zk-footer > .container > .vc_row,
.elysas-site #zk-footer > .container-fluid > .vc_row {
	padding-left: max(var(--elysas-gutter), calc((100% - var(--elysas-content-max)) / 2)) !important;
	padding-right: max(var(--elysas-gutter), calc((100% - var(--elysas-content-max)) / 2)) !important;
}

.elysas-site .vc_row[data-vc-full-width],
.elysas-site .vc_row[data-vc-full-width="true"],
.elysas-site .vc_row.vc_row-has-fill[data-vc-full-width] {
	left: 0 !important;
	right: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	transform: none !important;
	position: relative !important;
}

.elysas-site .vc_row-full-width.vc_clearfix {
	height: 0;
	margin: 0;
	padding: 0;
}

a.elysas-btn,
.elysas-btn-outline,
.elysas-view-product,
.elysas-site a.vc_btn3,
.elysas-site .elysas-btn .vc_btn3,
.elysas-site .elysas-btn-outline .vc_btn3,
.elysas-site .zk-btn,
.elysas-site .zk-btn-default,
.elysas-site .zk-btn-primary,
.elysas-site .vc_general.vc_btn3.zk-btn,
.elysas-site .vc_general.vc_btn3.zk-btn-primary,
.elysas-site .woocommerce a.button,
.elysas-site .woocommerce button.button,
.elysas-site .woocommerce input.button,
.elysas-site .woocommerce #respond input#submit,
.elysas-site.woocommerce a.button.alt,
.elysas-site.woocommerce button.button.alt,
.elysas-site.woocommerce input.button.alt,
.elysas-site .woocommerce a.button.alt,
.elysas-site .woocommerce button.button.alt,
.elysas-site .woocommerce input.button.alt,
.elysas-site .woocommerce #respond input#submit.alt,
.elysas-site .single_add_to_cart_button,
.elysas-site button.single_add_to_cart_button,
.elysas-site .single_add_to_cart_button.button.alt,
.elysas-site .button.alt,
.elysas-site a.button.alt,
.elysas-site .checkout-button,
.elysas-site a.checkout-button,
.elysas-site .woocommerce-Button,
.elysas-site button[name="woocommerce_checkout_place_order"],
.elysas-site #place_order,
.elysas-site button[name="update_cart"],
.elysas-site button[name="apply_coupon"],
.elysas-site .woocommerce a.added_to_cart,
.elysas-site .added_to_cart,
.elysas-site .return-to-shop .button,
.elysas-site .woocommerce ul.products a.button,
.elysas-home .elysas-products-wrap .button,
.elysas-home .elysas-products-wrap .add_to_cart_button,
.elysas-home .elysas-products-wrap .product_type_simple,
.elysas-site .tnp-submit,
.elysas-site .search-submit,
.elysas-site .wpcf7-submit,
.elysas-site input[type="submit"],
.elysas-site .wp-block-button__link,
.elysas-site .wc-block-grid__product-add-to-cart a,
.elysas-site .wc-block-cart__submit-button,
.elysas-site .wc-block-components-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 32px;
	border-radius: var(--elysas-radius-pill);
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 1px solid var(--elysas-primary) !important;
	color: var(--elysas-primary) !important;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.01em;
	line-height: 1.2;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

a.elysas-btn:hover,
.elysas-btn-outline:hover,
.elysas-view-product:hover,
.elysas-site a.vc_btn3:hover,
.elysas-site .elysas-btn .vc_btn3:hover,
.elysas-site .elysas-btn-outline .vc_btn3:hover,
.elysas-site .zk-btn:hover,
.elysas-site .zk-btn-default:hover,
.elysas-site .zk-btn-primary:hover,
.elysas-site .vc_general.vc_btn3.zk-btn:hover,
.elysas-site .vc_general.vc_btn3.zk-btn-primary:hover,
.elysas-site .woocommerce a.button:hover,
.elysas-site .woocommerce button.button:hover,
.elysas-site .woocommerce input.button:hover,
.elysas-site .woocommerce #respond input#submit:hover,
.elysas-site.woocommerce a.button.alt:hover,
.elysas-site.woocommerce button.button.alt:hover,
.elysas-site.woocommerce input.button.alt:hover,
.elysas-site .woocommerce a.button.alt:hover,
.elysas-site .woocommerce button.button.alt:hover,
.elysas-site .woocommerce input.button.alt:hover,
.elysas-site .woocommerce #respond input#submit.alt:hover,
.elysas-site .single_add_to_cart_button:hover,
.elysas-site button.single_add_to_cart_button:hover,
.elysas-site .single_add_to_cart_button.button.alt:hover,
.elysas-site .button.alt:hover,
.elysas-site a.button.alt:hover,
.elysas-site .checkout-button:hover,
.elysas-site a.checkout-button:hover,
.elysas-site .woocommerce-Button:hover,
.elysas-site button[name="woocommerce_checkout_place_order"]:hover,
.elysas-site #place_order:hover,
.elysas-site button[name="update_cart"]:hover,
.elysas-site button[name="apply_coupon"]:hover,
.elysas-site .woocommerce a.added_to_cart:hover,
.elysas-site .added_to_cart:hover,
.elysas-site .return-to-shop .button:hover,
.elysas-site .woocommerce ul.products a.button:hover,
.elysas-home .elysas-products-wrap .button:hover,
.elysas-home .elysas-products-wrap .add_to_cart_button:hover,
.elysas-home .elysas-products-wrap .product_type_simple:hover,
.elysas-site .tnp-submit:hover,
.elysas-site .search-submit:hover,
.elysas-site .wpcf7-submit:hover,
.elysas-site input[type="submit"]:hover,
.elysas-site .wp-block-button__link:hover,
.elysas-site .wc-block-grid__product-add-to-cart a:hover,
.elysas-site .wc-block-cart__submit-button:hover,
.elysas-site .wc-block-components-button:hover {
	background: var(--elysas-primary) !important;
	background-color: var(--elysas-primary) !important;
	border-color: var(--elysas-primary) !important;
	color: var(--elysas-white) !important;
}

.elysas-site .zk-newsletter .tnp-submit,
.elysas-site .tnp-form .tnp-submit,
.elysas-site .tnp-widget .tnp-submit,
.elysas-site #zk-footer .tnp-submit,
.elysas-site .zk-newsletter input[type="submit"],
.elysas-site #zk-footer input[type="submit"] {
	background: var(--elysas-primary) !important;
	background-color: var(--elysas-primary) !important;
	border-color: var(--elysas-primary) !important;
	color: var(--elysas-white) !important;
}

.elysas-site .zk-newsletter .tnp-submit:hover,
.elysas-site .tnp-form .tnp-submit:hover,
.elysas-site .tnp-widget .tnp-submit:hover,
.elysas-site #zk-footer .tnp-submit:hover,
.elysas-site .zk-newsletter input[type="submit"]:hover,
.elysas-site #zk-footer input[type="submit"]:hover {
	background: var(--elysas-primary-hover) !important;
	background-color: var(--elysas-primary-hover) !important;
	border-color: var(--elysas-primary-hover) !important;
	color: var(--elysas-white) !important;
}

.elysas-site a.vc_btn3.vc_btn3-color-black,
.elysas-site a.vc_btn3.vc_btn3-color-white,
.elysas-site a.vc_btn3.vc_btn3-style-flat,
.elysas-site a.vc_btn3.vc_btn3-style-modern,
.elysas-site a.vc_btn3.vc_btn3-style-outline,
.elysas-site .elysas-btn a.vc_btn3.vc_btn3-color-black,
.elysas-site .elysas-btn a.vc_btn3.vc_btn3-color-white {
	background: transparent !important;
	background-color: transparent !important;
	border: 1px solid var(--elysas-primary) !important;
	color: var(--elysas-primary) !important;
	box-shadow: none !important;
}

.elysas-site a.vc_btn3.vc_btn3-color-black:hover,
.elysas-site a.vc_btn3.vc_btn3-color-white:hover,
.elysas-site a.vc_btn3.vc_btn3-style-flat:hover,
.elysas-site a.vc_btn3.vc_btn3-style-modern:hover,
.elysas-site a.vc_btn3.vc_btn3-style-outline:hover,
.elysas-site .elysas-btn a.vc_btn3.vc_btn3-color-black:hover,
.elysas-site .elysas-btn a.vc_btn3.vc_btn3-color-white:hover {
	background: var(--elysas-primary) !important;
	background-color: var(--elysas-primary) !important;
	border-color: var(--elysas-primary) !important;
	color: var(--elysas-white) !important;
}

.elysas-site a.vc_btn3::before,
.elysas-site a.vc_btn3::after {
	display: none !important;
}

.elysas-site a.vc_btn3 .vc_btn3-icon,
.elysas-site a.vc_btn3 span {
	color: inherit !important;
}

/* Header */
.elysas-site #zk-header-banner {
	display: none !important;
}

.elysas-site #zk-header-top,
.elysas-site #zk-header-top .vc_row,
.elysas-site #zk-header-top .wpb_column,
.elysas-site #zk-header-top .vc_column-inner,
.elysas-site #zk-header,
.elysas-site #zk-header.header-default,
.elysas-site #zk-header .zk-header-inner,
.elysas-site .zk-header-3,
.elysas-site .zk-header-1 {
	background: var(--elysas-white) !important;
	color: var(--elysas-text) !important;
}

.elysas-site #zk-header-top {
	border-bottom: 1px solid var(--elysas-line);
}

.elysas-site #zk-header {
	box-shadow: 0 1px 0 var(--elysas-line);
}

.elysas-site #zk-header-top .ut-link,
.elysas-site #zk-header-top a,
.elysas-site #zk-header-top .color-white,
.elysas-site #zk-header-top .color-white a,
.elysas-site #zk-header .zk-main-navigation a,
.elysas-site #zk-header .menu-item a,
.elysas-site #zk-navigation a {
	color: var(--elysas-text) !important;
}

.elysas-site #zk-header,
.elysas-site #zk-header-top,
.elysas-site .zk-usertools,
.elysas-site .zk-main-nav,
.elysas-site .zk-main-nav .sub-menu,
.elysas-site .menu-title,
.elysas-site .menu-desc,
.elysas-site #zk-header .zk-main-navigation a,
.elysas-site #zk-header .menu-item a,
.elysas-site #zk-navigation a {
	font-family: var(--elysas-display) !important;
}

.elysas-site #zk-header .zk-main-navigation a,
.elysas-site #zk-header .menu-item a,
.elysas-site #zk-navigation a {
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: none;
}

.elysas-site #zk-header .menu-item.current-menu-item > a,
.elysas-site #zk-header .menu-item a:hover {
	color: var(--elysas-primary) !important;
}

.elysas-site #zk-header .site-logo img,
.elysas-site .site-logo img {
	max-height: clamp(48px, 5vw, 64px);
	width: auto;
}

.elysas-site #zk-header {
	position: relative;
}

.elysas-site .zk-main-nav > .menu-item.megamenu {
	position: static;
}

.elysas-site .zk-main-nav > .menu-item.megamenu > .sub-megamenu {
	position: absolute;
	top: 100%;
	left: max(var(--elysas-gutter), calc((100% - var(--elysas-content-max)) / 2));
	right: max(var(--elysas-gutter), calc((100% - var(--elysas-content-max)) / 2));
	width: auto;
	max-width: var(--elysas-content-max);
	transform: none;
	padding: 0;
	margin: 0;
	background: transparent;
	box-shadow: none;
	border: 0;
	overflow: hidden;
	border-radius: 0;
	z-index: 30;
}

.elysas-site .sub-megamenu > .container,
.elysas-site .sub-megamenu .container {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.elysas-site .sub-megamenu .vc_row {
	display: flex !important;
	flex-wrap: nowrap;
	gap: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.elysas-site .sub-megamenu .wpb_column,
.elysas-site .sub-megamenu .vc_column_container {
	float: none !important;
	flex: 1 1 50%;
	width: 50% !important;
	max-width: 50% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.elysas-site .sub-megamenu .vc_column-inner,
.elysas-site .sub-megamenu .wpb_wrapper,
.elysas-site .sub-megamenu .zk-fancyimg {
	padding: 0 !important;
	margin: 0 !important;
	height: 100%;
}

.elysas-site .sub-megamenu .zk-fancyimg.layout-5 .content {
	min-height: 220px !important;
	aspect-ratio: 1024 / 444;
	background: none;
	border-radius: 0;
}

.elysas-site .sub-megamenu .zk-fancyimg.layout-5 .overlay.image-fit {
	object-fit: cover;
	object-position: center right;
	background: none;
}

/* Homepage */
.elysas-home #zk-main,
.elysas-home .zk-content,
.elysas-home .entry-content {
	background: var(--elysas-white);
}

.elysas-section.vc_row {
	padding-top: var(--elysas-section-pad);
	padding-bottom: var(--elysas-section-pad);
	padding-left: max(var(--elysas-gutter), calc((100% - var(--elysas-content-max)) / 2));
	padding-right: max(var(--elysas-gutter), calc((100% - var(--elysas-content-max)) / 2));
	margin: 0;
	width: 100% !important;
	max-width: 100% !important;
}

.elysas-section .wpb_wrapper > .wpb_text_column > .wpb_wrapper p {
	margin-bottom: 0.8em;
}

.elysas-kicker,
.elysas-kicker p,
.wpb_text_column.elysas-kicker,
.elysas-kicker .wpb_wrapper {
	display: inline-block;
	margin-bottom: 12px;
	color: var(--elysas-primary) !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.elysas-hero.elysas-section.vc_row,
.elysas-hero {
	--elysas-hero-wall: #f4efe6;
	--elysas-hero-wall-deep: #efe8dc;
	--elysas-hero-floor: #dcc9a8;
	--elysas-hero-floor-deep: #cbb58f;
	position: relative;
	isolation: isolate;
	display: grid !important;
	grid-template-columns: minmax(0, 42%) minmax(0, 58%);
	align-items: center;
	height: auto;
	min-height: 0;
	max-height: none;
	overflow: hidden;
	padding-top: 36px;
	padding-bottom: 40px;
	padding-left: max(var(--elysas-gutter), calc((100% - var(--elysas-hero-max)) / 2));
	padding-right: max(var(--elysas-gutter), calc((100% - var(--elysas-hero-max)) / 2));
	background-color: var(--elysas-hero-wall);
	background-image:
		radial-gradient(ellipse 42% 70% at 92% 12%, rgba(255, 252, 246, 0.95) 0%, transparent 62%),
		radial-gradient(ellipse 28% 36% at 78% 18%, rgba(232, 214, 186, 0.28) 0%, transparent 70%),
		linear-gradient(90deg, rgba(244, 239, 230, 0.2) 0%, transparent 46%),
		linear-gradient(180deg, transparent 68%, rgba(220, 201, 168, 0.22) 80%, var(--elysas-hero-floor) 91%, var(--elysas-hero-floor-deep) 100%),
		linear-gradient(180deg, #f7f3eb 0%, var(--elysas-hero-wall) 52%, var(--elysas-hero-wall-deep) 78%);
}

.elysas-hero::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	right: max(0px, calc((100% - var(--elysas-hero-max)) / 2 - 4%));
	width: min(22%, 280px);
	height: 74%;
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 24%, rgba(255, 255, 255, 0.34) 58%, rgba(255, 252, 246, 0.2) 100%);
	-webkit-mask-image: linear-gradient(180deg, #000 0%, #000 88%, transparent 100%);
	mask-image: linear-gradient(180deg, #000 0%, #000 88%, transparent 100%);
}

.elysas-hero::after {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(
			90deg,
			var(--elysas-hero-wall) 0%,
			rgba(244, 239, 230, 0.96) 30%,
			rgba(244, 239, 230, 0.42) 44%,
			transparent 58%
		),
		linear-gradient(180deg, transparent 86%, rgba(203, 181, 143, 0.18) 100%);
}

.elysas-hero > .wpb_column {
	position: relative;
	z-index: 2;
	float: none !important;
	display: flex;
	flex-direction: column;
	width: auto !important;
	max-width: none !important;
	flex: none !important;
}

.elysas-hero > .wpb_column.elysas-hero-visual,
.elysas-hero > .wpb_column:last-child {
	align-self: center !important;
}

.elysas-hero > .wpb_column.elysas-hero-copy {
	align-self: center !important;
}

.elysas-hero .elysas-hero-copy {
	width: auto !important;
	max-width: none !important;
	flex: none !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: center !important;
	min-height: 0;
	padding: 0 12px 0 0;
}

.elysas-hero .elysas-hero-copy > .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 12px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.elysas-hero .elysas-hero-visual,
.elysas-hero > .wpb_column:last-child {
	width: auto !important;
	max-width: none !important;
	flex: none !important;
	position: relative !important;
	align-self: center;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-height: 0;
}

.elysas-hero h1,
.elysas-hero .elysas-hero-title,
.elysas-hero .elysas-hero-title h1 {
	margin: 0 0 16px;
	max-width: 11.4em;
	color: var(--elysas-text);
	font-size: var(--elysas-hero-title);
	line-height: 1.12;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.elysas-hero .elysas-hero-text,
.elysas-hero .elysas-hero-text .wpb_wrapper,
.elysas-hero .elysas-hero-text p {
	max-width: 34rem;
	color: var(--elysas-muted);
	font-size: clamp(0.98rem, 0.9rem + 0.28vw, 1.12rem);
	line-height: 1.65;
}

.elysas-hero .elysas-hero-text {
	margin-bottom: 22px;
}

.elysas-hero-perks,
.elysas-hero-perks .wpb_wrapper {
	margin: 0 0 28px;
}

.elysas-hero-perks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.elysas-hero-perks li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 1.7em;
	color: var(--elysas-text);
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.45;
}

.elysas-hero-perks li:last-child {
	margin-bottom: 0;
}

.elysas-hero-perks li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--elysas-primary);
	font-weight: 700;
}

.elysas-hero .vc_btn3-container {
	margin: 0;
}

.elysas-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 8px;
}

.elysas-hero .elysas-hero-copy .wpb_wrapper > * {
	opacity: 0;
	animation: elysas-hero-copy-in 0.7s ease forwards;
}

.elysas-hero .elysas-hero-copy .wpb_wrapper > *:nth-child(1) { animation-delay: 0.05s; }
.elysas-hero .elysas-hero-copy .wpb_wrapper > *:nth-child(2) { animation-delay: 0.12s; }
.elysas-hero .elysas-hero-copy .wpb_wrapper > *:nth-child(3) { animation-delay: 0.2s; }
.elysas-hero .elysas-hero-copy .wpb_wrapper > *:nth-child(4) { animation-delay: 0.28s; }
.elysas-hero .elysas-hero-copy .wpb_wrapper > *:nth-child(5) { animation-delay: 0.36s; }

@keyframes elysas-hero-copy-in {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes elysas-hero-video-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

.elysas-hero .elysas-hero-visual > .vc_column-inner,
.elysas-hero > .wpb_column:last-child > .vc_column-inner {
	position: relative !important;
	inset: auto;
	display: block;
	padding: 0 !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	background: transparent !important;
}

.elysas-hero .elysas-hero-visual .wpb_wrapper,
.elysas-hero > .wpb_column:last-child .wpb_wrapper,
.elysas-hero .elysas-hero-visual .wpb_text_column,
.elysas-hero > .wpb_column:last-child .wpb_text_column {
	position: relative !important;
	inset: auto;
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0;
	background: transparent !important;
}

.elysas-hero-stage {
	position: relative !important;
	inset: auto;
	z-index: 0;
	width: 540px;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	height: auto !important;
	min-width: min(100%, 540px);
	min-height: 0 !important;
	flex: 0 0 auto;
	margin-left: auto;
	margin-right: 0;
	overflow: hidden;
	border: 0;
	border-radius: 28px;
	box-shadow: none;
	pointer-events: none;
	animation: elysas-hero-video-in 0.9s ease both;
	animation-delay: 0.18s;
}

.elysas-hero-video,
.elysas-hero-poster {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0;
	object-fit: cover;
	object-position: center 42%;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	filter: saturate(0.9) contrast(0.96) brightness(1.06);
	-webkit-mask-image:
		linear-gradient(to right, transparent 0%, #000 4%, #000 97%, transparent 100%),
		linear-gradient(to bottom, transparent 0%, #000 5%, #000 96%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-image:
		linear-gradient(to right, transparent 0%, #000 4%, #000 97%, transparent 100%),
		linear-gradient(to bottom, transparent 0%, #000 5%, #000 96%, transparent 100%);
	mask-composite: intersect;
}

.elysas-hero-poster {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.elysas-hero .elysas-hero-copy .wpb_wrapper > *,
	.elysas-hero-stage {
		opacity: 1;
		animation: none;
		transform: none;
	}

	.elysas-hero-video {
		display: none;
	}

	.elysas-hero-poster {
		display: block;
	}

	html.elysas-motion .elysas-home #zk-main .elysas-section-title,
	html.elysas-motion .elysas-home #zk-main .elysas-section-head,
	html.elysas-motion .elysas-home #zk-main .elysas-benefits > .elysas-benefit-card,
	html.elysas-motion .elysas-home #zk-main .elysas-details > .wpb_column,
	html.elysas-motion .elysas-home #zk-main .elysas-why > .wpb_column,
	html.elysas-motion .elysas-home #zk-main .elysas-how > .wpb_column,
	html.elysas-motion .elysas-home #zk-main .elysas-products-wrap li.product,
	html.elysas-motion .elysas-home #zk-main .zk-fancyimg.layout-5,
	html.elysas-motion .elysas-home #zk-main .elysas-faq .vc_toggle,
	html.elysas-motion .elysas-home #zk-main .elysas-story > .wpb_column,
	html.elysas-motion .elysas-home #zk-main .elysas-info > .wpb_column,
	html.elysas-motion .elysas-home #zk-main .elysas-features-hover > .wpb_column,
	html.elysas-motion .elysas-home #zk-main .elysas-cta {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

.elysas-benefits {
	padding-top: clamp(1.25rem, 2.5vw, 2rem);
	padding-bottom: clamp(1.25rem, 2.5vw, 2rem);
	padding-left: max(var(--elysas-gutter), calc((100% - var(--elysas-content-max)) / 2));
	padding-right: max(var(--elysas-gutter), calc((100% - var(--elysas-content-max)) / 2));
	background: var(--elysas-white);
	border-bottom: 1px solid var(--elysas-line);
}

.elysas-home .elysas-benefits.vc_row {
	display: flex !important;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: clamp(0.9rem, 1.5vw, 1.4rem);
}

.elysas-home .elysas-benefits > .elysas-benefit-card {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	flex: 1 1 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.elysas-benefit-card .vc_column-inner,
.elysas-why-card .vc_column-inner,
.elysas-step-card .vc_column-inner,
.elysas-feature-card .vc_column-inner,
.elysas-detail-card .vc_column-inner {
	height: 100%;
	padding: 32px 26px;
	background: var(--elysas-card);
	border: 1px solid var(--elysas-line);
	border-radius: var(--elysas-radius);
	box-shadow: var(--elysas-shadow);
}

.elysas-benefit-card h4,
.elysas-why-card h3,
.elysas-step-card h3,
.elysas-feature-card h3,
.elysas-detail-card h3 {
	margin: 0 0 8px;
	color: var(--elysas-text);
	font-size: 20px;
	font-weight: 700;
}

.elysas-benefit-card p,
.elysas-why-card p,
.elysas-step-card p,
.elysas-feature-card p,
.elysas-detail-card p {
	margin: 0;
	color: var(--elysas-muted);
	line-height: 1.6;
}

.elysas-section-head {
	max-width: min(42rem, 100%);
	margin: 0 auto 40px;
	text-align: center;
}

.elysas-section-head h2,
.elysas-home .elysas-section-title {
	margin: 0 0 12px;
	font-size: var(--elysas-h2);
	line-height: 1.2;
	font-weight: 700;
	color: var(--elysas-text);
}

.elysas-section-head p {
	margin: 0;
	color: var(--elysas-muted);
	font-size: clamp(0.95rem, 0.88rem + 0.3vw, 1.1rem);
	line-height: 1.7;
}

.elysas-products,
.elysas-story,
.elysas-features,
.elysas-faq {
	background: var(--elysas-bg);
}

.elysas-why,
.elysas-how,
.elysas-details {
	background: var(--elysas-white);
}

.elysas-home .elysas-details.vc_row {
	display: flex !important;
	flex-wrap: wrap;
	align-items: stretch;
	column-gap: 40px;
	row-gap: 32px;
}

.elysas-home .elysas-details > .wpb_column:not(.elysas-detail-card) {
	float: none !important;
	flex: 1 1 100% !important;
	width: 100% !important;
	max-width: 100% !important;
}

.elysas-home .elysas-details > .elysas-detail-card {
	float: none !important;
	display: flex;
	flex-direction: column;
	width: auto !important;
	max-width: none !important;
	flex: 1 1 0 !important;
	min-width: 0;
}

.elysas-home .elysas-detail-card .vc_column-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	height: 100%;
	padding: 32px 24px 36px;
}

.elysas-home .elysas-detail-card .vc_column-inner::before {
	content: "";
	display: block;
	width: 220px;
	height: 288px;
	margin: 0 auto 24px;
	border-radius: 999px;
	background-color: var(--elysas-bg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 14px 30px rgba(47, 51, 46, 0.1);
	flex: 0 0 auto;
}

.elysas-home .elysas-details > .elysas-detail-card:nth-child(2) .vc_column-inner::before {
	background-image: var(--elysas-detail-denge);
	background-position: center 42%;
}

.elysas-home .elysas-details > .elysas-detail-card:nth-child(3) .vc_column-inner::before {
	background-image: var(--elysas-detail-yay);
	background-position: center 28%;
}

.elysas-home .elysas-details > .elysas-detail-card:nth-child(4) .vc_column-inner::before {
	background-image: var(--elysas-detail-sade);
	background-position: center 45%;
}

.elysas-home .elysas-detail-card,
.elysas-home .elysas-detail-card .wpb_wrapper,
.elysas-home .elysas-detail-card h3,
.elysas-home .elysas-detail-card .wpb_wrapper h3,
.elysas-home .elysas-detail-card p,
.elysas-home .elysas-detail-card .wpb_wrapper p {
	text-align: center !important;
}

.elysas-home .elysas-detail-card h3,
.elysas-home .elysas-detail-card .wpb_wrapper h3 {
	margin: 0 0 10px;
}

.elysas-home .elysas-detail-card p,
.elysas-home .elysas-detail-card .wpb_wrapper p {
	max-width: 18.5rem;
	margin-left: auto;
	margin-right: auto;
}

.elysas-home .elysas-how.vc_row {
	display: flex !important;
	flex-wrap: wrap;
	align-items: stretch;
	gap: clamp(0.9rem, 1.5vw, 1.4rem);
}

.elysas-home .elysas-how > .wpb_column:not(.elysas-step-card) {
	flex: 1 1 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.elysas-home .elysas-how > .elysas-step-card {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	flex: 1 1 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.elysas-home .elysas-why.vc_row {
	display: flex !important;
	flex-wrap: wrap;
	align-items: stretch;
	gap: clamp(0.9rem, 1.5vw, 1.4rem);
}

.elysas-home .elysas-why > .wpb_column:not(.elysas-why-card) {
	flex: 1 1 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.elysas-home .elysas-why > .elysas-why-card {
	float: none !important;
	width: calc(50% - 0.7rem) !important;
	max-width: calc(50% - 0.7rem) !important;
	flex: 1 1 calc(50% - 0.7rem) !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.elysas-why-card .vc_column-inner {
	padding: 0 !important;
	overflow: hidden;
}

.elysas-why-card .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: 168px 1fr;
	grid-template-rows: auto 1fr;
	column-gap: 20px;
	align-items: stretch;
	min-height: 168px;
}

.elysas-why-card .wpb_content_element {
	margin: 0 !important;
}

.elysas-why-card .wpb_single_image {
	grid-column: 1;
	grid-row: 1 / span 2;
	position: relative;
	align-self: stretch;
	min-height: 168px;
}

.elysas-why-card .wpb_single_image,
.elysas-why-card .vc_figure,
.elysas-why-card .vc_single_image-wrapper {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 100%;
}

.elysas-why-card .vc_single_image-wrapper {
	position: absolute;
	inset: 0;
	height: 100% !important;
}

.elysas-why-card .wpb_single_image img,
.elysas-why-card img {
	display: block;
	position: absolute;
	inset: 0;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	min-height: 0;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
	box-shadow: none;
	background: var(--elysas-bg);
}

.elysas-why-card h3 {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	margin: 0 0 6px !important;
	padding: 18px 18px 0 0;
}

.elysas-why-card .wpb_text_column {
	grid-column: 2;
	grid-row: 2;
	align-self: start;
	padding: 0 18px 18px 0;
}

.elysas-home .elysas-products-wrap .woocommerce {
	max-width: 100%;
}

.elysas-home .elysas-products-wrap ul.products,
.elysas-home .elysas-products-wrap ul.products.columns-2,
.elysas-home .elysas-products-wrap ul.products.columns-3,
.elysas-home .elysas-products-wrap ul.products.columns-4 {
	--elysas-product-gap: 10px;
	--elysas-product-cols: 3;
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch;
	gap: var(--elysas-product-gap);
	width: 100%;
	max-width: 100%;
	margin: 0 !important;
	padding: 0 0 10px;
	list-style: none;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: var(--elysas-secondary) transparent;
}

.elysas-home .elysas-products-wrap ul.products::-webkit-scrollbar {
	height: 6px;
}

.elysas-home .elysas-products-wrap ul.products::-webkit-scrollbar-thumb {
	background: var(--elysas-secondary);
	border-radius: 999px;
}

.elysas-home .elysas-products-wrap ul.products::before,
.elysas-home .elysas-products-wrap ul.products::after {
	display: none !important;
	content: none !important;
}

.elysas-home .elysas-products-wrap ul.products li.product,
.elysas-home .elysas-products-wrap ul.products li.product.first,
.elysas-home .elysas-products-wrap ul.products li.product.last {
	flex: 0 0 calc((100% - (var(--elysas-product-cols) - 1) * var(--elysas-product-gap)) / var(--elysas-product-cols)) !important;
	width: calc((100% - (var(--elysas-product-cols) - 1) * var(--elysas-product-gap)) / var(--elysas-product-cols)) !important;
	max-width: calc((100% - (var(--elysas-product-cols) - 1) * var(--elysas-product-gap)) / var(--elysas-product-cols)) !important;
	margin: 0 !important;
	float: none !important;
	scroll-snap-align: start;
	background: var(--elysas-white);
	border: 1px solid var(--elysas-line);
	border-radius: var(--elysas-radius);
	box-shadow: var(--elysas-shadow);
	overflow: hidden;
	padding: 18px 18px 24px;
}

.elysas-home .elysas-products-wrap li.product img {
	border-radius: 14px;
}

.elysas-home .elysas-products-wrap .woocommerce-loop-product__title,
.elysas-home .elysas-products-wrap h2,
.elysas-home .elysas-products-wrap h5 {
	font-size: 22px !important;
	font-weight: 700;
	color: var(--elysas-text);
}

.elysas-home .elysas-products-wrap .price {
	color: var(--elysas-primary);
	font-weight: 700;
	font-size: 18px;
}

.elysas-home .elysas-products-wrap .button,
.elysas-home .elysas-products-wrap .add_to_cart_button,
.elysas-home .elysas-products-wrap .product_type_simple {
	min-height: 44px;
	padding: 10px 24px;
}

.elysas-home .elysas-products-wrap .elysas-view-product {
	margin: 8px 8px 0 0;
}

.elysas-home .elysas-products-wrap .woosc-btn,
.elysas-home .elysas-products-wrap .woosq-btn,
.elysas-home .elysas-products-wrap .woosw-btn,
.elysas-home .elysas-products-wrap .yith-wcwl-add-to-wishlist,
.elysas-home .elysas-products-wrap .loop-attrs-right {
	display: none !important;
}

.elysas-home .elysas-products-wrap .overlay,
.elysas-home .elysas-products-wrap .overlay.animated,
.elysas-home .elysas-products-wrap .overlay.zoomOut {
	position: static !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	animation: none !important;
	background: transparent !important;
}

.elysas-home .zk-fancyimg.layout-5 .el-title,
.sub-megamenu .zk-fancyimg.layout-5 .el-title {
	font-family: var(--elysas-font);
	font-size: clamp(1.2rem, 1.05rem + 0.85vw, 1.9rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.25;
	text-transform: none;
	max-width: 14em;
	white-space: normal;
	color: #ffffff !important;
	text-shadow: 0 1px 10px rgba(47, 51, 46, 0.28);
}

.elysas-home .zk-fancyimg.layout-5 .simple-link,
.sub-megamenu .zk-fancyimg.layout-5 .simple-link {
	color: #ffffff !important;
}

.elysas-home .zk-fancyimg.layout-5 .content,
.sub-megamenu .zk-fancyimg.layout-5 .content {
	position: relative;
	overflow: hidden;
	min-height: 0 !important;
	aspect-ratio: 1024 / 444;
	background-color: var(--elysas-bg);
}

.elysas-home .zk-fancyimg.layout-5 .content::before,
.sub-megamenu .zk-fancyimg.layout-5 .content::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		rgba(95, 125, 87, 0.96) 0%,
		rgba(95, 125, 87, 0.82) 18%,
		rgba(95, 125, 87, 0.42) 42%,
		rgba(95, 125, 87, 0.1) 62%,
		transparent 78%
	);
}

.elysas-home .zk-fancyimg.layout-5 .overlay.image-fit,
.sub-megamenu .zk-fancyimg.layout-5 .overlay.image-fit {
	position: absolute !important;
	inset: 0;
	z-index: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: contain;
	object-position: center right;
	background-color: var(--elysas-bg);
}

.elysas-home .zk-fancyimg.layout-5 .content-inner,
.elysas-home .zk-fancyimg.layout-5 .add_to_cart_inline,
.sub-megamenu .zk-fancyimg.layout-5 .content-inner,
.sub-megamenu .zk-fancyimg.layout-5 .add_to_cart_inline {
	position: relative;
	z-index: 3;
}

.elysas-story .wpb_single_image img,
.elysas-features .wpb_single_image img {
	border-radius: var(--elysas-radius-md);
	box-shadow: var(--elysas-shadow);
}

.elysas-home .elysas-story.vc_row {
	display: flex !important;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 20px;
	padding-top: clamp(2rem, 5vw, 4rem);
	padding-bottom: clamp(2rem, 5vw, 4rem);
}

.elysas-home .elysas-story > .wpb_column {
	float: none !important;
	width: calc(50% - 10px) !important;
	max-width: calc(50% - 10px) !important;
	flex: 1 1 0 !important;
	padding: 0 !important;
}

.elysas-home .elysas-story > .wpb_column > .vc_column-inner {
	padding: 0 !important;
	height: 100%;
}

.elysas-home .elysas-story > .wpb_column:not(.elysas-story-copy) .wpb_wrapper {
	height: 100%;
}

.elysas-home .elysas-story .wpb_single_image,
.elysas-home .elysas-story .vc_figure,
.elysas-home .elysas-story .vc_single_image-wrapper {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.elysas-home .elysas-story .wpb_single_image {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: var(--elysas-radius-lg);
	background: var(--elysas-white);
	box-shadow: var(--elysas-shadow);
}

.elysas-home .elysas-story .vc_single_image-wrapper {
	position: absolute;
	inset: 0;
	height: 100% !important;
}

.elysas-home .elysas-story .wpb_single_image img {
	display: block;
	position: absolute;
	inset: 0;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	border-radius: var(--elysas-radius-lg);
	box-shadow: none;
	background: var(--elysas-white);
}

.elysas-story-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.elysas-story-copy > .vc_column-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 12px 8px 12px 0 !important;
}

.elysas-story-reverse .elysas-story-copy > .vc_column-inner {
	padding: 12px 0 12px 8px !important;
}

.elysas-story-copy h2 {
	margin: 0 0 14px;
	font-size: var(--elysas-h2);
	line-height: 1.2;
}

.elysas-story-copy .wpb_text_column {
	margin-bottom: 0 !important;
}

.elysas-story ul {
	margin: 20px 0 28px;
	padding: 0;
	list-style: none;
}

.elysas-story ul li {
	--elysas-story-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 3v2M12 19v2M5 12H3M21 12h-2'/%3E%3C/svg%3E");
	position: relative;
	margin: 0 0 14px;
	padding: 6px 0 6px 48px;
	color: var(--elysas-text);
	font-weight: 600;
	line-height: 1.45;
}

.elysas-story ul li:last-child {
	margin-bottom: 0;
}

.elysas-story ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--elysas-primary);
	transform: translateY(-50%);
}

.elysas-story ul li::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 50%;
	width: 18px;
	height: 18px;
	background: var(--elysas-white);
	transform: translateY(-50%);
	-webkit-mask: var(--elysas-story-icon) center / contain no-repeat;
	mask: var(--elysas-story-icon) center / contain no-repeat;
}

.elysas-story:not(.elysas-story-reverse) ul li:nth-child(2),
.elysas-story-reverse ul li:nth-child(2) {
	--elysas-story-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Crect x='4' y='11' width='3.2' height='9' rx='1.4'/%3E%3Crect x='10.4' y='4' width='3.2' height='16' rx='1.4'/%3E%3Crect x='16.8' y='8' width='3.2' height='12' rx='1.4'/%3E%3C/svg%3E");
}

.elysas-story:not(.elysas-story-reverse) ul li:nth-child(3) {
	--elysas-story-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='13' r='8'/%3E%3Cpath d='M12 9v4l2.5 1.5'/%3E%3Cpath d='M9 3h6'/%3E%3Cpath d='M12 3v2'/%3E%3C/svg%3E");
}

.elysas-story-reverse ul li:nth-child(1) {
	--elysas-story-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7' rx='1.5'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1.5'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1.5'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1.5'/%3E%3C/svg%3E");
}

.elysas-story-reverse ul li:nth-child(3) {
	--elysas-story-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3c-2.5 4-6 7.2-6 11a6 6 0 0 0 12 0c0-3.8-3.5-7-6-11z'/%3E%3C/svg%3E");
}

.elysas-home .elysas-info.vc_row {
	display: flex !important;
	flex-wrap: nowrap;
	align-items: center;
	gap: 20px;
	background: var(--elysas-bg);
}

.elysas-home .elysas-info > .wpb_column {
	float: none !important;
	width: calc(50% - 10px) !important;
	max-width: calc(50% - 10px) !important;
	flex: 1 1 0 !important;
	padding: 0 !important;
}

.elysas-home .elysas-info > .wpb_column > .vc_column-inner {
	padding: 0 !important;
	height: 100%;
}

.elysas-info-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.elysas-info-copy > .vc_column-inner {
	padding-right: 8px !important;
}

.elysas-info-copy .elysas-kicker {
	margin-bottom: 10px;
}

.elysas-info-copy h2 {
	margin: 0 0 12px;
	font-size: var(--elysas-h2);
	line-height: 1.2;
}

.elysas-info-lead,
.elysas-info-lead p {
	margin: 0 0 16px;
	color: var(--elysas-text);
	font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.25rem);
	font-weight: 600;
	line-height: 1.5;
}

.elysas-info-copy .wpb_text_column p {
	margin: 0 0 14px;
	color: var(--elysas-muted);
	font-size: clamp(0.98rem, 0.92rem + 0.25vw, 1.08rem);
	line-height: 1.7;
}

.elysas-info-copy .elysas-info-emphasis p {
	color: var(--elysas-text);
	font-weight: 700;
}

.elysas-info-copy .vc_btn3-container {
	margin-top: 10px;
}

.elysas-info-frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius: 30px;
	background: var(--elysas-white);
	box-shadow: var(--elysas-shadow);
}

.elysas-info-video,
.elysas-info-poster {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 52% 38%;
}

.elysas-info-poster {
	display: none;
	position: absolute;
	inset: 0;
}

@media (prefers-reduced-motion: reduce) {
	.elysas-info-video {
		display: none;
	}

	.elysas-info-poster {
		display: block;
	}
}

.elysas-home .elysas-features {
	padding-bottom: 28px;
}

.elysas-home .elysas-features-hover.vc_row {
	padding: 0 !important;
	margin: 0;
	background: var(--elysas-bg);
}

.elysas-home .elysas-features-hover > .wpb_column,
.elysas-home .elysas-features-hover .vc_column-inner {
	padding: 0 !important;
	margin: 0;
}

.elysas-home .elysas-features-hover .hoverbox-wrap {
	position: relative;
	overflow: hidden;
}

.elysas-home .elysas-features-hover .hoverbox-wrap > img,
.elysas-home .elysas-features-hover .hoverbox-wrap img {
	width: 100%;
	height: clamp(320px, 52vh, 560px);
	object-fit: cover;
	border-radius: 0;
	box-shadow: none;
}

.elysas-home .elysas-features-hover .hover-box.hover {
	background: rgba(95, 125, 87, 0.92);
	color: var(--elysas-white);
}

.elysas-home .elysas-features-hover .on-static {
	min-width: 0;
	width: auto;
	max-width: calc(100% - 32px);
	min-height: 72px;
	background: var(--elysas-white);
	color: var(--elysas-text);
	border-radius: 4px;
	box-shadow: var(--elysas-shadow);
}

.elysas-home .elysas-features-hover .static-title,
.elysas-home .elysas-features-hover .hover-title {
	font-family: var(--elysas-font);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0;
}

.elysas-home .elysas-features-hover .hover-title {
	color: var(--elysas-white);
	font-size: clamp(1.2rem, 1rem + 1.2vw, 2rem);
	letter-spacing: 0.06em;
}

.elysas-home .elysas-features-hover .on-hover > div {
	color: var(--elysas-white);
	max-width: 22rem;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}

.elysas-home .elysas-features-hover .hover-link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 28px;
	border-radius: var(--elysas-radius-pill);
	background: transparent;
	border: 1px solid var(--elysas-white);
	color: var(--elysas-white);
	font-family: var(--elysas-font);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.elysas-home .elysas-features-hover .hover-link a:hover {
	background: var(--elysas-white);
	color: var(--elysas-primary);
}

.elysas-step-card .wpb_content_element {
	margin-bottom: 0 !important;
}

.elysas-step-card .vc_column-inner > .wpb_wrapper > .wpb_text_column:first-child {
	margin-bottom: 16px !important;
}

.elysas-step-num {
	--elysas-step-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'/%3E%3C/svg%3E");
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	border-radius: 50%;
	background: var(--elysas-primary);
	color: transparent;
	font-size: 0;
	line-height: 0;
}

.elysas-step-num::before {
	content: "";
	width: 22px;
	height: 22px;
	background-color: var(--elysas-white);
	-webkit-mask: var(--elysas-step-icon) center / contain no-repeat;
	mask: var(--elysas-step-icon) center / contain no-repeat;
}

.elysas-how > .elysas-step-card:nth-child(3) .elysas-step-num {
	--elysas-step-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Crect x='4' y='11' width='3.2' height='9' rx='1.4'/%3E%3Crect x='10.4' y='4' width='3.2' height='16' rx='1.4'/%3E%3Crect x='16.8' y='8' width='3.2' height='12' rx='1.4'/%3E%3C/svg%3E");
}

.elysas-how > .elysas-step-card:nth-child(4) .elysas-step-num {
	--elysas-step-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='13' r='8'/%3E%3Cpath d='M12 9v4l2.5 1.5'/%3E%3Cpath d='M9 3h6'/%3E%3Cpath d='M12 3v2'/%3E%3C/svg%3E");
}

.elysas-home .elysas-faq .vc_toggle {
	width: 80%;
	max-width: 80%;
	margin: 0 auto 12px;
	background: var(--elysas-white);
	border: 1px solid var(--elysas-line);
	border-radius: var(--elysas-radius-sm);
	box-shadow: none;
	overflow: hidden;
}

.elysas-home .elysas-faq .vc_toggle_title {
	position: relative;
	padding: 18px 22px 18px 62px;
	font-weight: 700;
	color: var(--elysas-text);
}

.elysas-home .elysas-faq .vc_toggle_title h4 {
	margin: 0;
}

.elysas-home .elysas-faq .vc_toggle_icon {
	left: 22px !important;
	right: auto !important;
	top: 50% !important;
	margin: 0 !important;
	transform: translateY(-50%);
}

.elysas-home .elysas-faq .vc_toggle_content {
	padding: 0 22px 18px 62px;
	color: var(--elysas-muted);
}

@media (max-width: 767px) {
	.elysas-home .elysas-faq .vc_toggle {
		width: 100%;
		max-width: 100%;
	}
}

.elysas-cta {
	background: var(--elysas-primary);
	color: var(--elysas-white);
	text-align: center;
	padding-top: var(--elysas-section-pad);
	padding-bottom: var(--elysas-section-pad);
	padding-left: max(var(--elysas-gutter), calc((100% - var(--elysas-content-max)) / 2));
	padding-right: max(var(--elysas-gutter), calc((100% - var(--elysas-content-max)) / 2));
}

.elysas-cta h2,
.elysas-cta .elysas-section-title,
.elysas-cta p {
	color: var(--elysas-white);
}

.elysas-site .elysas-cta .elysas-btn a.vc_btn3,
.elysas-site .elysas-cta a.vc_btn3,
.elysas-site .elysas-cta a.vc_btn3.vc_btn3-color-white,
.elysas-site .elysas-cta a.vc_btn3.vc_btn3-color-black,
.elysas-site .elysas-cta a.vc_btn3.vc_btn3-style-flat {
	background: transparent !important;
	background-color: transparent !important;
	border-color: var(--elysas-white) !important;
	color: var(--elysas-white) !important;
}

.elysas-site .elysas-cta .elysas-btn a.vc_btn3:hover,
.elysas-site .elysas-cta a.vc_btn3:hover,
.elysas-site .elysas-cta a.vc_btn3.vc_btn3-color-white:hover,
.elysas-site .elysas-cta a.vc_btn3.vc_btn3-color-black:hover,
.elysas-site .elysas-cta a.vc_btn3.vc_btn3-style-flat:hover {
	background: var(--elysas-white) !important;
	background-color: var(--elysas-white) !important;
	border-color: var(--elysas-white) !important;
	color: var(--elysas-primary) !important;
}

/* Footer */
.elysas-site #zk-footer,
.elysas-site .zk-footer-wrapper,
.elysas-site #zk-footer .vc_row {
	background: var(--elysas-white) !important;
	color: var(--elysas-text);
}

.elysas-site #zk-footer h3,
.elysas-site #zk-footer h6,
.elysas-site #zk-footer .zk-heading {
	color: var(--elysas-text) !important;
	letter-spacing: 0.04em;
}

.elysas-site #zk-footer a {
	color: var(--elysas-muted);
}

.elysas-site #zk-footer a:hover {
	color: var(--elysas-primary);
}

.elysas-site #zk-footer .elysas-footer-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.elysas-site #zk-footer .elysas-footer-col li {
	margin: 0 0 8px;
}

.elysas-site #zk-footer .elysas-footer-top,
.elysas-site #zk-footer .elysas-footer-main,
.elysas-site #zk-footer .elysas-footer-bottom,
.elysas-site #zk-footer .elysas-footer-top.vc_row,
.elysas-site #zk-footer .elysas-footer-main.vc_row,
.elysas-site #zk-footer .elysas-footer-bottom.vc_row {
	position: relative !important;
	left: 0 !important;
	right: auto !important;
	width: 100% !important;
	max-width: var(--elysas-content-max) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: var(--elysas-gutter) !important;
	padding-right: var(--elysas-gutter) !important;
	box-sizing: border-box;
	transform: none !important;
}

.elysas-site #zk-footer .elysas-footer-main.vc_row {
	display: flex !important;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.elysas-site #zk-footer .elysas-footer-main > .wpb_column {
	float: none !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	flex: 1 1 0;
	max-width: 25%;
}

.elysas-site #zk-footer .elysas-footer-main > .wpb_column > .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100%;
}

.elysas-site #zk-footer .elysas-footer-brand {
	align-items: flex-start;
	text-align: left;
}

.elysas-site #zk-footer .elysas-footer-brand .wpb_single_image,
.elysas-site #zk-footer .elysas-footer-brand .vc_figure,
.elysas-site #zk-footer .elysas-footer-brand .vc_align_center {
	text-align: left !important;
}

.elysas-site #zk-footer .elysas-footer-brand img {
	display: block;
	max-width: 128px;
	height: auto;
	margin-left: 0;
	margin-right: auto;
}

.elysas-site #zk-footer .elysas-footer-col,
.elysas-site #zk-footer .elysas-footer-col .wpb_wrapper,
.elysas-site #zk-footer .elysas-footer-col h6,
.elysas-site #zk-footer .elysas-footer-col p,
.elysas-site #zk-footer .elysas-footer-col ul {
	text-align: center;
}

.elysas-site #zk-footer .elysas-footer-col h6 {
	margin: 0 0 14px;
}

.elysas-site #zk-footer .elysas-footer-bottom {
	border-top: 1px solid var(--elysas-line);
}

.elysas-site #zk-footer .elysas-footer-bottom .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.elysas-site #zk-footer .elysas-footer-bottom > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 64px;
	padding: 18px 0 28px;
}

.elysas-site #zk-footer .elysas-footer-bottom .wpb_text_column,
.elysas-site #zk-footer .elysas-footer-copy {
	grid-column: 1;
	justify-self: start;
	margin: 0 !important;
	text-align: left;
	color: var(--elysas-muted);
}

.elysas-site #zk-footer .elysas-footer-bottom .zk-social {
	grid-column: 2;
	justify-self: center;
	display: flex;
	align-items: center;
	gap: 18px;
}

.elysas-site #zk-footer .elysas-footer-bottom .zk-social a {
	color: var(--elysas-primary);
	font-size: 18px;
	line-height: 1;
}

.elysas-site #zk-footer .elysas-footer-bottom .zk-social a:hover {
	color: var(--elysas-primary-hover);
}

.elysas-site #zk-footer .elysas-footer-top .zk-newsletter,
.elysas-site #zk-footer .elysas-footer-top .tnp,
.elysas-site #zk-footer .elysas-footer-top .tnp-form {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.elysas-site #zk-footer .elysas-footer-top .tnp-email {
	flex: 1 1 260px;
	min-height: 48px;
	border: 1px solid var(--elysas-line);
	background: var(--elysas-bg);
}

@media (max-width: 767px) {
	.elysas-site #zk-footer .elysas-footer-main > .wpb_column {
		max-width: 50%;
		flex: 1 1 50%;
		margin-bottom: 28px;
	}

	.elysas-site #zk-footer .elysas-footer-brand {
		max-width: 100% !important;
		flex: 1 1 100% !important;
	}

	.elysas-site #zk-footer .elysas-footer-bottom > .wpb_column > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		gap: 14px;
	}

	.elysas-site #zk-footer .elysas-footer-bottom .wpb_text_column,
	.elysas-site #zk-footer .elysas-footer-copy,
	.elysas-site #zk-footer .elysas-footer-bottom .zk-social {
		grid-column: 1;
		justify-self: center;
		text-align: center;
	}
}

@media (max-width: 1199px) {
	.elysas-benefits.vc_row,
	.elysas-why.vc_row,
	.elysas-how.vc_row,
	.elysas-details.vc_row {
		display: flex !important;
		flex-wrap: wrap !important;
	}

	.elysas-home .elysas-benefits.vc_row {
		flex-wrap: wrap !important;
	}

	.elysas-benefit-card,
	.elysas-why-card,
	.elysas-detail-card {
		width: 50% !important;
		max-width: 50% !important;
		flex: 0 0 50% !important;
		float: none;
		clear: none;
	}

	.elysas-home .elysas-details > .elysas-detail-card {
		flex: 1 1 calc(50% - 16px) !important;
		width: auto !important;
		max-width: none !important;
	}

	.elysas-home .elysas-benefits > .elysas-benefit-card {
		width: calc(50% - 0.55rem) !important;
		max-width: calc(50% - 0.55rem) !important;
		flex: 1 1 calc(50% - 0.55rem) !important;
	}

	.elysas-home .elysas-why > .elysas-why-card {
		width: calc(50% - 0.55rem) !important;
		max-width: calc(50% - 0.55rem) !important;
		flex: 1 1 calc(50% - 0.55rem) !important;
	}
}

@media (max-width: 1024px) {
	.elysas-hero.elysas-section.vc_row,
	.elysas-hero {
		height: auto;
		min-height: 0;
		max-height: none;
		padding-top: 24px;
		padding-bottom: 40px;
	}

	.elysas-hero .elysas-hero-visual {
		min-height: 0;
	}

	.elysas-hero-stage {
		width: min(100%, 440px);
	}
}

@media (max-width: 991px) {
	.elysas-story.vc_row,
	.elysas-story.vc_row-flex,
	.elysas-features.vc_row,
	.elysas-features.vc_row-flex,
	.elysas-features-hover.vc_row {
		display: flex !important;
		flex-wrap: wrap !important;
	}

	.elysas-hero.vc_row,
	.elysas-hero.vc_row-flex {
		display: grid !important;
		grid-template-columns: minmax(0, 42%) minmax(0, 58%);
	}

	.elysas-hero .elysas-hero-copy {
		padding: 0 16px 0 0;
	}

	.elysas-home .elysas-story.vc_row {
		flex-wrap: wrap !important;
	}

	.elysas-home .elysas-info.vc_row {
		flex-wrap: wrap !important;
	}

	.elysas-home .elysas-info > .wpb_column {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}

	.elysas-info-copy > .vc_column-inner {
		padding: 0 0 12px !important;
	}

	.elysas-info-frame {
		aspect-ratio: 4 / 5;
		max-height: 520px;
	}

	.elysas-home .elysas-story > .wpb_column {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}

	.elysas-story-copy > .vc_column-inner,
	.elysas-story-reverse .elysas-story-copy > .vc_column-inner {
		padding: 4px 0 0 !important;
	}

	.elysas-story .wpb_column,
	.elysas-features .wpb_column,
	.elysas-features-hover .wpb_column {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
		float: none;
	}

	.elysas-story-reverse {
		display: flex !important;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}

	.elysas-home .elysas-features-hover .hoverbox-wrap > img,
	.elysas-home .elysas-features-hover .hoverbox-wrap img {
		height: 280px;
	}

	.elysas-benefit-card,
	.elysas-why-card,
	.elysas-step-card,
	.elysas-feature-card,
	.elysas-detail-card {
		margin-bottom: 16px;
	}

	.elysas-how > .wpb_column:not(.elysas-step-card) {
		width: 100% !important;
		max-width: 100% !important;
		flex: 1 1 100% !important;
		float: none;
	}
}

@media (max-width: 767px) {
	:root {
		--elysas-gutter: 1.35rem;
	}

	.elysas-home .elysas-products-wrap ul.products,
	.elysas-home .elysas-products-wrap ul.products.columns-2,
	.elysas-home .elysas-products-wrap ul.products.columns-3,
	.elysas-home .elysas-products-wrap ul.products.columns-4 {
		--elysas-product-cols: 1;
		flex-wrap: wrap !important;
		overflow: visible;
		scroll-snap-type: none;
		padding-bottom: 0;
		gap: 18px;
	}

	.elysas-home .elysas-products-wrap ul.products li.product,
	.elysas-home .elysas-products-wrap ul.products li.product.first,
	.elysas-home .elysas-products-wrap ul.products li.product.last {
		flex: 1 1 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		padding: 16px 16px 20px;
	}

	.elysas-home .elysas-products-wrap .woocommerce-loop-product__title,
	.elysas-home .elysas-products-wrap h2,
	.elysas-home .elysas-products-wrap h5,
	.elysas-home .elysas-products-wrap .loop-title {
		font-size: 1.2rem !important;
		line-height: 1.3;
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
	}

	.elysas-home .elysas-products-wrap .loop-cat,
	.elysas-home .elysas-products-wrap .loop-cat a {
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
	}

	.elysas-home .elysas-products-wrap .price,
	.elysas-home .elysas-products-wrap .price del,
	.elysas-home .elysas-products-wrap .price ins,
	.elysas-home .elysas-products-wrap .price .amount {
		font-size: 1rem !important;
		white-space: nowrap;
		line-height: 1.35;
	}

	.elysas-home .elysas-products-wrap .overlay,
	.elysas-home .elysas-products-wrap .overlay.animated,
	.elysas-home .elysas-products-wrap .overlay.zoomOut,
	.elysas-home .elysas-products-wrap .overlay-inner {
		position: static !important;
		display: none !important;
	}

	.elysas-home .elysas-products-wrap > .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.elysas-why-card .vc_column-inner {
		overflow: hidden;
		border-radius: var(--elysas-radius);
	}

	.elysas-hero.elysas-section.vc_row,
	.elysas-hero.vc_row,
	.elysas-hero.vc_row-flex,
	.elysas-hero {
		display: flex !important;
		flex-direction: column;
		align-items: stretch;
		grid-template-columns: none;
		height: auto;
		min-height: 0;
		max-height: none;
		flex-wrap: nowrap !important;
		padding-top: 28px;
		padding-bottom: 32px;
		padding-left: 1.35rem;
		padding-right: 1.35rem;
	}

	.elysas-hero::before {
		width: 36%;
		height: 42%;
		opacity: 0.7;
	}

	.elysas-hero::after {
		background:
			linear-gradient(
				180deg,
				rgba(244, 239, 230, 0.92) 0%,
				rgba(244, 239, 230, 0.2) 28%,
				transparent 48%
			);
	}

	.elysas-hero .elysas-hero-copy,
	.elysas-hero .elysas-hero-copy > .vc_column-inner,
	.elysas-hero .elysas-hero-copy .vc_column-inner,
	.elysas-hero .elysas-hero-copy .wpb_wrapper {
		display: contents !important;
	}

	.elysas-hero .elysas-hero-copy,
	.elysas-hero .elysas-hero-visual,
	.elysas-hero > .wpb_column.elysas-hero-copy,
	.elysas-hero > .wpb_column.elysas-hero-visual,
	.elysas-hero > .wpb_column:last-child {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 auto !important;
		padding: 0 !important;
		min-height: 0;
	}

	.elysas-hero .elysas-kicker,
	.elysas-hero .wpb_text_column.elysas-kicker {
		order: 1 !important;
	}

	.elysas-hero .elysas-hero-title {
		order: 2 !important;
	}

	.elysas-hero .elysas-hero-text {
		order: 3 !important;
		margin-bottom: 18px;
	}

	.elysas-hero .elysas-hero-visual,
	.elysas-hero > .wpb_column.elysas-hero-visual,
	.elysas-hero > .wpb_column:last-child {
		order: 4 !important;
		margin: 8px 0 18px;
		display: flex !important;
		justify-content: center;
		align-items: center;
	}

	.elysas-hero .elysas-hero-visual .vc_column-inner,
	.elysas-hero .elysas-hero-visual .wpb_wrapper,
	.elysas-hero .elysas-hero-visual .wpb_text_column {
		position: relative !important;
		inset: auto;
		height: auto;
		min-height: 0;
		width: 100% !important;
		max-width: 100% !important;
		flex: none;
	}

	.elysas-hero-stage {
		position: relative !important;
		width: min(100%, 360px) !important;
		max-width: 360px !important;
		min-width: 0 !important;
		min-height: 280px !important;
		aspect-ratio: 1 / 1;
		height: auto !important;
		margin: 0 auto !important;
		flex: none;
	}

	.elysas-hero-video,
	.elysas-hero-poster {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		max-width: none;
		max-height: none;
		object-fit: cover;
	}

	.elysas-hero .elysas-hero-perks {
		order: 5 !important;
		margin-bottom: 22px;
	}

	.elysas-hero .vc_btn3-container {
		order: 6 !important;
		width: 100%;
	}

	.elysas-hero h1,
	.elysas-hero .elysas-hero-title,
	.elysas-hero .elysas-hero-title h1 {
		max-width: 100%;
		width: 100%;
	}

	.elysas-hero .elysas-kicker,
	.elysas-hero .wpb_text_column.elysas-kicker,
	.elysas-hero .elysas-hero-title,
	.elysas-hero .elysas-hero-text,
	.elysas-hero .elysas-hero-text .wpb_wrapper,
	.elysas-hero .elysas-hero-text p,
	.elysas-hero .elysas-hero-perks,
	.elysas-hero .vc_btn3-container {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}

	.elysas-hero-perks ul,
	.elysas-hero-perks li {
		width: 100%;
		max-width: 100%;
	}

	.elysas-benefit-card,
	.elysas-why-card,
	.elysas-detail-card,
	.elysas-step-card,
	.elysas-how > .wpb_column,
	.elysas-home .elysas-why > .elysas-why-card,
	.elysas-home .elysas-benefits > .elysas-benefit-card {
		width: 100% !important;
		max-width: 100% !important;
		flex: 1 1 100% !important;
		float: none;
		clear: none;
	}

	.elysas-home .elysas-details > .elysas-detail-card {
		flex: 1 1 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.elysas-home .elysas-how > .elysas-step-card {
		width: 100% !important;
		max-width: 100% !important;
		flex: 1 1 100% !important;
	}

	.elysas-why-card .vc_column-inner > .wpb_wrapper {
		grid-template-columns: 1fr;
		grid-template-rows: 200px auto auto;
		min-height: 0;
		column-gap: 0;
	}

	.elysas-why-card .wpb_single_image {
		grid-column: 1;
		grid-row: 1;
		min-height: 200px;
		height: 200px;
	}

	.elysas-why-card h3 {
		grid-column: 1;
		grid-row: 2;
		padding: 16px 16px 0;
	}

	.elysas-why-card .wpb_text_column {
		grid-column: 1;
		grid-row: 3;
		padding: 8px 16px 18px;
	}

	.elysas-hero-actions .elysas-btn,
	.elysas-hero-actions .vc_btn3 {
		width: 100%;
	}

	.elysas-site #zk-header .zk-main-navigation {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.elysas-btn,
	.elysas-site .vc_btn3.elysas-btn,
	.elysas-btn-outline,
	.elysas-view-product,
	.elysas-site .single_add_to_cart_button {
		width: 100%;
	}
}

/* Inner pages: brand green banner, title aligned to 1366px content */
body.elysas-site #zk-page-title-wrapper,
.elysas-site.single-product #zk-page-title-wrapper,
.elysas-site.woocommerce #zk-page-title-wrapper,
.elysas-site.woocommerce-page #zk-page-title-wrapper,
.elysas-site.tax-product_cat #zk-page-title-wrapper,
.elysas-site.tax-product_tag #zk-page-title-wrapper,
.elysas-site.post-type-archive-product #zk-page-title-wrapper,
.elysas-site.elysas-contact #zk-page-title-wrapper,
.elysas-site.elysas-about #zk-page-title-wrapper,
.elysas-site.error404 #zk-page-title-wrapper,
.elysas-site #zk-page-title-wrapper {
	background-color: var(--elysas-primary) !important;
	background-image: none !important;
	background-size: auto !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	border-bottom: none;
	margin-bottom: 0 !important;
	padding: 64px 0 40px !important;
}

.elysas-site #zk-page-title-wrapper .zk-page-title-inner,
.elysas-site #zk-page-title-wrapper .zk-page-title-inner.container,
.elysas-site #zk-page-title-wrapper .zk-page-title-inner.container-fluid {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: max(var(--elysas-gutter), calc((100% - var(--elysas-content-max)) / 2)) !important;
	padding-right: max(var(--elysas-gutter), calc((100% - var(--elysas-content-max)) / 2)) !important;
	text-align: left;
	box-sizing: border-box;
}

.elysas-site #zk-page-title-wrapper .zk-page-title-inner .row {
	display: block;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100%;
	max-width: 100%;
}

.elysas-site #zk-page-title-wrapper #zk-page-title,
.elysas-site #zk-page-title-wrapper #zk-breadcrumb,
.elysas-site #zk-page-title-wrapper.layout-3 #zk-page-title,
.elysas-site #zk-page-title-wrapper.layout-3 #zk-breadcrumb,
.elysas-site #zk-page-title-wrapper.layout-4 #zk-page-title,
.elysas-site #zk-page-title-wrapper.layout-4 #zk-breadcrumb {
	display: block;
	float: none !important;
	flex: none !important;
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	text-align: left !important;
}

.elysas-site .zk-page-title-overlay {
	background: transparent !important;
}

.elysas-site #zk-page-title-wrapper .pt-img,
.elysas-site #zk-page-title-wrapper .pt-img img {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden;
}

.elysas-site #zk-page-title-wrapper #zk-page-title + .space {
	height: 8px !important;
}

.elysas-site .zk-page-title-text,
.elysas-site #zk-page-title .zk-page-title-text,
.elysas-site #zk-page-title .title,
.elysas-site #zk-page-title h1,
.elysas-site #zk-page-title h2,
.elysas-site #zk-page-title h3 {
	font-family: var(--elysas-display) !important;
	color: var(--elysas-white) !important;
	font-size: clamp(2rem, 1.15rem + 2.2vw, 3rem) !important;
	line-height: 1.15 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase;
	font-weight: 700;
}

.elysas-site #zk-breadcrumb,
.elysas-site #zk-breadcrumb a,
.elysas-site #zk-breadcrumb span,
.elysas-site .woocommerce-breadcrumb,
.elysas-site .woocommerce-breadcrumb a {
	font-family: var(--elysas-display) !important;
	color: rgba(255, 255, 255, 0.9) !important;
	font-weight: 500;
}

.elysas-site #zk-breadcrumb .separator,
.elysas-site #zk-breadcrumb .separator::before,
.elysas-site #zk-breadcrumb .fa,
.elysas-site #zk-breadcrumb .fa::before {
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome !important;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.9) !important;
}

.elysas-site #zk-breadcrumb a:hover,
.elysas-site .woocommerce-breadcrumb a:hover {
	color: var(--elysas-white) !important;
}

.elysas-site.woocommerce #zk-page-title-wrapper,
.elysas-site.woocommerce-page #zk-page-title-wrapper,
.elysas-site.single-product #zk-page-title-wrapper,
.elysas-site.tax-product_cat #zk-page-title-wrapper,
.elysas-site.tax-product_tag #zk-page-title-wrapper,
.elysas-site.post-type-archive-product #zk-page-title-wrapper {
	background-color: var(--elysas-primary) !important;
	background-image: none !important;
	border-bottom: none;
}

.elysas-site.woocommerce #zk-page-title-wrapper .zk-page-title-text,
.elysas-site.woocommerce #zk-page-title-wrapper #zk-page-title .title,
.elysas-site.woocommerce #zk-page-title-wrapper #zk-page-title h1,
.elysas-site.woocommerce #zk-page-title-wrapper #zk-page-title h2,
.elysas-site.woocommerce #zk-page-title-wrapper #zk-page-title h3,
.elysas-site.woocommerce-page #zk-page-title-wrapper .zk-page-title-text,
.elysas-site.woocommerce-page #zk-page-title-wrapper #zk-page-title .title,
.elysas-site.woocommerce-page #zk-page-title-wrapper #zk-page-title h1,
.elysas-site.woocommerce-page #zk-page-title-wrapper #zk-page-title h2,
.elysas-site.woocommerce-page #zk-page-title-wrapper #zk-page-title h3,
.elysas-site.single-product #zk-page-title-wrapper .zk-page-title-text,
.elysas-site.single-product #zk-page-title-wrapper #zk-page-title h1,
.elysas-site.single-product #zk-page-title-wrapper #zk-page-title h2,
.elysas-site.single-product #zk-page-title-wrapper #zk-page-title h3 {
	color: #ffffff !important;
}

.elysas-site.woocommerce #zk-page-title-wrapper #zk-breadcrumb,
.elysas-site.woocommerce #zk-page-title-wrapper #zk-breadcrumb a,
.elysas-site.woocommerce #zk-page-title-wrapper #zk-breadcrumb span,
.elysas-site.woocommerce #zk-page-title-wrapper #zk-breadcrumb .separator,
.elysas-site.woocommerce-page #zk-page-title-wrapper #zk-breadcrumb,
.elysas-site.woocommerce-page #zk-page-title-wrapper #zk-breadcrumb a,
.elysas-site.woocommerce-page #zk-page-title-wrapper #zk-breadcrumb span,
.elysas-site.woocommerce-page #zk-page-title-wrapper #zk-breadcrumb .separator,
.elysas-site.single-product #zk-page-title-wrapper #zk-breadcrumb,
.elysas-site.single-product #zk-page-title-wrapper #zk-breadcrumb a,
.elysas-site.single-product #zk-page-title-wrapper #zk-breadcrumb span,
.elysas-site.single-product #zk-page-title-wrapper #zk-breadcrumb .separator,
.elysas-site.woocommerce #zk-page-title-wrapper .woocommerce-breadcrumb,
.elysas-site.woocommerce #zk-page-title-wrapper .woocommerce-breadcrumb a {
	color: #ffffff !important;
}

.elysas-site.woocommerce #zk-page-title-wrapper #zk-breadcrumb a:hover,
.elysas-site.woocommerce-page #zk-page-title-wrapper #zk-breadcrumb a:hover,
.elysas-site.single-product #zk-page-title-wrapper #zk-breadcrumb a:hover,
.elysas-site.woocommerce #zk-page-title-wrapper .woocommerce-breadcrumb a:hover {
	color: rgba(255, 255, 255, 0.82) !important;
}

.elysas-site:not(.elysas-home) #zk-main,
.elysas-site.woocommerce #zk-main,
.elysas-site.single-product #zk-main {
	background: var(--elysas-bg);
	padding-top: 40px;
	padding-bottom: 72px;
}

.elysas-site .woocommerce div.product,
.elysas-site .woocommerce-cart .woocommerce,
.elysas-site .woocommerce-checkout .woocommerce,
.elysas-site .woocommerce-account .woocommerce {
	background: var(--elysas-card);
	border-radius: var(--elysas-radius-lg);
	box-shadow: var(--elysas-shadow);
	padding: 28px 28px 36px;
}

.elysas-site .woocommerce div.product .product_title,
.elysas-site.single-product .product_title {
	color: var(--elysas-text);
	font-family: var(--elysas-font);
	font-weight: 700;
}

.elysas-site .woocommerce .price,
.elysas-site .woocommerce .price .amount,
.elysas-site .woocommerce .price ins,
.elysas-site .woocommerce .price ins .amount,
.elysas-site .woocommerce div.product p.price,
.elysas-site .woocommerce div.product span.price,
.elysas-site .wc-block-grid__product-price,
.elysas-site .wc-block-grid__product-price .amount,
.elysas-site .wc-block-components-product-price,
.elysas-site .wc-block-components-product-price .amount,
.elysas-site .wc-block-components-product-price ins {
	color: var(--elysas-primary) !important;
	font-weight: 700;
}

.elysas-site .woocommerce .price del,
.elysas-site .woocommerce .price del .amount,
.elysas-site .wc-block-grid__product-price del,
.elysas-site .wc-block-components-product-price del {
	color: var(--elysas-muted) !important;
	font-weight: 600;
}

.elysas-site .woocommerce-Price-amount,
.elysas-site .woocommerce-Price-amount bdi {
	color: var(--elysas-primary) !important;
}

.elysas-site del .woocommerce-Price-amount,
.elysas-site del .woocommerce-Price-amount bdi {
	color: var(--elysas-muted) !important;
}

.elysas-site .wc-block-grid__product-price__regular,
.elysas-site .wc-block-grid__product-price del {
	color: var(--elysas-muted) !important;
}

.elysas-site .woocommerce .stock,
.elysas-site .woocommerce .stock.in-stock {
	color: var(--elysas-primary);
}

.elysas-site .single_add_to_cart_button,
.elysas-site button.single_add_to_cart_button,
.elysas-site .single_add_to_cart_button.button.alt {
	min-width: 220px;
	letter-spacing: 0.04em !important;
	padding: 12px 32px !important;
}

.elysas-site .single_add_to_cart_button::before {
	margin-right: 8px;
}

.elysas-site .quantity {
	display: inline-flex;
	align-items: center;
	margin-right: 12px;
}

.elysas-site .quantity .qty,
.elysas-site .quantity input.qty {
	border: 1px solid var(--elysas-line) !important;
	border-radius: 12px !important;
	background: var(--elysas-white) !important;
	color: var(--elysas-text) !important;
	min-height: 44px;
	width: 64px;
	text-align: center;
}

.elysas-site .quantity button,
.elysas-site .quantity .button,
.elysas-site .quantity .plus,
.elysas-site .quantity .minus {
	min-height: 36px !important;
	min-width: 36px;
	padding: 0 10px !important;
	border-radius: 10px !important;
	background: transparent !important;
	border: 1px solid var(--elysas-primary) !important;
	color: var(--elysas-primary) !important;
	width: auto !important;
	letter-spacing: 0 !important;
}

.elysas-site div.product .woosc-btn,
.elysas-site div.product .woosq-btn,
.elysas-site div.product .woosw-btn,
.elysas-site ul.products .woosc-btn,
.elysas-site ul.products .woosq-btn,
.elysas-site ul.products .woosw-btn,
.elysas-site .yith-wcwl-add-to-wishlist {
	display: none !important;
}

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

.elysas-site .woocommerce-tabs ul.tabs li a {
	color: var(--elysas-muted);
	font-weight: 700;
}

.elysas-site .woocommerce-tabs ul.tabs li.active a,
.elysas-site .woocommerce-tabs ul.tabs li a:hover {
	color: var(--elysas-primary);
}

.elysas-site .product_meta .meta-share {
	display: none !important;
}

.elysas-site.single-product .gallery-thumb-wrap .small-thumb {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.elysas-site.single-product .gallery-thumb-wrap .flex-control-thumb {
	width: 72px;
	flex: 0 0 72px;
	margin: 0;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid var(--elysas-line);
	background: var(--elysas-card);
}

.elysas-site.single-product .gallery-thumb-wrap .flex-control-thumb img {
	display: block;
	width: 100%;
	height: 72px;
	object-fit: cover;
}

.elysas-site .product_meta,
.elysas-site .product_meta .wc-meta-title,
.elysas-site .product_meta a {
	color: var(--elysas-muted);
	border-color: var(--elysas-line);
}

.elysas-site .product_meta a:hover {
	color: var(--elysas-primary);
}

.elysas-site .woocommerce-pagination a,
.elysas-site .woocommerce-pagination span {
	border-radius: var(--elysas-radius-pill);
	border: 1px solid var(--elysas-line);
	color: var(--elysas-text);
}

.elysas-site .woocommerce-pagination .current,
.elysas-site .woocommerce-pagination a:hover {
	background: var(--elysas-primary);
	border-color: var(--elysas-primary);
	color: var(--elysas-white);
}

.elysas-site .woocommerce-message,
.elysas-site .woocommerce-info {
	background: #eef3ec;
	border-color: var(--elysas-primary);
	color: var(--elysas-text);
}

.elysas-site .woocommerce-error {
	background: #f7eee8;
	border-color: var(--elysas-secondary);
}

.elysas-site .woocommerce table.shop_table {
	border-color: var(--elysas-line);
}

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

.elysas-site .woocommerce-checkout #payment,
.elysas-site .woocommerce-checkout-payment {
	background: var(--elysas-bg);
	border-radius: var(--elysas-radius);
}

.elysas-site .woocommerce form .form-row input.input-text,
.elysas-site .woocommerce form .form-row textarea,
.elysas-site .woocommerce form .form-row select,
.elysas-site .woocommerce-account input.input-text {
	border: 1px solid var(--elysas-line);
	border-radius: 12px;
	background: var(--elysas-white);
	color: var(--elysas-text);
}

.elysas-site ul.products li.product {
	background: var(--elysas-card);
	border-radius: var(--elysas-radius);
	box-shadow: var(--elysas-shadow);
}

.elysas-site:not(.elysas-home) ul.products {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 15px !important;
	column-gap: 15px !important;
	row-gap: 15px !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

.elysas-site:not(.elysas-home) ul.products::before,
.elysas-site:not(.elysas-home) ul.products::after {
	content: none !important;
	display: none !important;
}

.elysas-site:not(.elysas-home) ul.products li.product,
.elysas-site:not(.elysas-home) ul.products.columns-2 li.product,
.elysas-site:not(.elysas-home) ul.products.columns-3 li.product,
.elysas-site:not(.elysas-home) ul.products.columns-4 li.product {
	float: none !important;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex: 1 1 calc((100% - 30px) / 3) !important;
	width: calc((100% - 30px) / 3) !important;
	max-width: calc((100% - 30px) / 3) !important;
	margin: 0 !important;
	padding: 16px 16px 22px !important;
	text-align: center !important;
	box-sizing: border-box;
}

.elysas-site:not(.elysas-home) ul.products li.product .overlay-wrap {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	overflow: visible !important;
	text-align: center;
}

.elysas-site:not(.elysas-home) ul.products li.product .loop-thumb {
	width: 100%;
	position: relative;
}

.elysas-site:not(.elysas-home) ul.products li.product .loop-thumb .overlay,
.elysas-site:not(.elysas-home) ul.products li.product .overlay.animated,
.elysas-site:not(.elysas-home) ul.products li.product .overlay.zoomOut {
	display: none !important;
}

.elysas-site:not(.elysas-home) ul.products li.product .loop-info,
.elysas-site:not(.elysas-home) ul.products li.product .loop-cat,
.elysas-site:not(.elysas-home) ul.products li.product .loop-title,
.elysas-site:not(.elysas-home) ul.products li.product .price {
	width: 100%;
	text-align: center !important;
}

.elysas-site:not(.elysas-home) ul.products li.product .elysas-view-product {
	display: flex !important;
	justify-content: center;
	align-items: center;
	float: none !important;
	width: fit-content;
	max-width: 100%;
	margin-top: auto !important;
	margin-right: auto !important;
	margin-bottom: 0 !important;
	margin-left: auto !important;
	padding-top: 14px;
	align-self: center !important;
	text-align: center;
}

@media (max-width: 1199px) and (min-width: 768px) {
	.elysas-site:not(.elysas-home) ul.products li.product,
	.elysas-site:not(.elysas-home) ul.products.columns-2 li.product,
	.elysas-site:not(.elysas-home) ul.products.columns-3 li.product,
	.elysas-site:not(.elysas-home) ul.products.columns-4 li.product {
		flex: 1 1 calc((100% - 15px) / 2) !important;
		width: calc((100% - 15px) / 2) !important;
		max-width: calc((100% - 15px) / 2) !important;
	}
}

@media (max-width: 767px) {
	.elysas-site:not(.elysas-home) ul.products li.product,
	.elysas-site:not(.elysas-home) ul.products.columns-2 li.product,
	.elysas-site:not(.elysas-home) ul.products.columns-3 li.product,
	.elysas-site:not(.elysas-home) ul.products.columns-4 li.product {
		flex: 1 1 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

.elysas-site.woocommerce-page .page,
.elysas-site.page:not(.elysas-home) .entry-content {
	background: transparent;
}

.elysas-site .zk-filter.filter-by-size,
.elysas-site .zk-filter.filter-by-color {
	display: none !important;
}

.elysas-site .woocommerce-coming-soon-store-only,
.elysas-site .wp-block-woocommerce-coming-soon {
	background: var(--elysas-card);
	border-radius: var(--elysas-radius-lg);
	box-shadow: var(--elysas-shadow);
	padding: 8px 32px 36px;
	color: var(--elysas-text);
}

.elysas-site .woocommerce-coming-soon-store-only h1,
.elysas-site .wp-block-woocommerce-coming-soon h1 {
	font-family: var(--elysas-font) !important;
	color: var(--elysas-text) !important;
	font-weight: 700;
	font-size: clamp(1.7rem, 1.1rem + 1.4vw, 2.4rem) !important;
}

.elysas-site .woocommerce-coming-soon-store-only p,
.elysas-site .wp-block-woocommerce-coming-soon p {
	font-family: var(--elysas-font) !important;
	color: var(--elysas-muted) !important;
}

.elysas-site .onsale,
.elysas-site .wc-badge,
.elysas-site .wc-badge.sale {
	background: var(--elysas-secondary) !important;
	color: var(--elysas-text) !important;
}

.elysas-site .wc-badge.hot,
.elysas-site .wc-badge.new {
	background: var(--elysas-primary) !important;
	color: var(--elysas-white) !important;
}

.elysas-site .zk-filters-content,
.elysas-site .comment-list .comment-body,
.elysas-site .comment-respond {
	background: var(--elysas-bg);
}

.elysas-site .related.products ul.products li.product,
.elysas-site .upsells.products ul.products li.product {
	background: var(--elysas-card);
}

.elysas-site.single-product .woocommerce-tabs,
.elysas-site.single-product .related.products {
	margin-top: 36px;
}

.elysas-site.woocommerce button.button.alt.single_add_to_cart_button,
.elysas-site .woocommerce button.button.alt.single_add_to_cart_button,
.elysas-site.single-product button.single_add_to_cart_button.button.alt {
	background: transparent !important;
	background-color: transparent !important;
	border: 1px solid var(--elysas-primary) !important;
	color: var(--elysas-primary) !important;
	border-radius: var(--elysas-radius-pill) !important;
	min-width: 220px;
	letter-spacing: 0.04em !important;
}

.elysas-site.woocommerce button.button.alt.single_add_to_cart_button:hover,
.elysas-site .woocommerce button.button.alt.single_add_to_cart_button:hover,
.elysas-site.single-product button.single_add_to_cart_button.button.alt:hover {
	background: var(--elysas-primary) !important;
	background-color: var(--elysas-primary) !important;
	color: var(--elysas-white) !important;
}

html.elysas-motion .elysas-home #zk-main .elysas-section-title,
html.elysas-motion .elysas-home #zk-main .elysas-section-head,
html.elysas-motion .elysas-home #zk-main .elysas-benefits > .elysas-benefit-card,
html.elysas-motion .elysas-home #zk-main .elysas-details > .wpb_column,
html.elysas-motion .elysas-home #zk-main .elysas-why > .wpb_column,
html.elysas-motion .elysas-home #zk-main .elysas-how > .wpb_column,
html.elysas-motion .elysas-home #zk-main .elysas-products-wrap li.product,
html.elysas-motion .elysas-home #zk-main .zk-fancyimg.layout-5,
html.elysas-motion .elysas-home #zk-main .elysas-faq .vc_toggle,
html.elysas-motion .elysas-home #zk-main .elysas-story > .wpb_column,
html.elysas-motion .elysas-home #zk-main .elysas-info > .wpb_column,
html.elysas-motion .elysas-home #zk-main .elysas-features-hover > .wpb_column,
html.elysas-motion .elysas-home #zk-main .elysas-cta {
	opacity: 0;
	transform: translate3d(0, 28px, 0);
	transition:
		opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--elysas-stagger, 0ms);
}

html.elysas-motion .elysas-home #zk-main .elysas-section-title.is-in,
html.elysas-motion .elysas-home #zk-main .elysas-section-head.is-in,
html.elysas-motion .elysas-home #zk-main .elysas-benefits > .elysas-benefit-card.is-in,
html.elysas-motion .elysas-home #zk-main .elysas-details > .wpb_column.is-in,
html.elysas-motion .elysas-home #zk-main .elysas-why > .wpb_column.is-in,
html.elysas-motion .elysas-home #zk-main .elysas-how > .wpb_column.is-in,
html.elysas-motion .elysas-home #zk-main .elysas-products-wrap li.product.is-in,
html.elysas-motion .elysas-home #zk-main .zk-fancyimg.layout-5.is-in,
html.elysas-motion .elysas-home #zk-main .elysas-faq .vc_toggle.is-in,
html.elysas-motion .elysas-home #zk-main .elysas-story > .wpb_column.is-in,
html.elysas-motion .elysas-home #zk-main .elysas-info > .wpb_column.is-in,
html.elysas-motion .elysas-home #zk-main .elysas-features-hover > .wpb_column.is-in,
html.elysas-motion .elysas-home #zk-main .elysas-cta.is-in {
	opacity: 1;
	transform: none;
}

/* Hakkımızda */
.elysas-about .entry-meta,
.elysas-about .entry-footer,
.elysas-about .author-info,
.elysas-about .post-nav,
.elysas-about .single-post-bottom,
.elysas-about .meta-share,
.elysas-contact .entry-meta,
.elysas-contact .entry-footer,
.elysas-contact .author-info,
.elysas-contact .post-nav,
.elysas-contact .single-post-bottom,
.elysas-contact .meta-share {
	display: none !important;
}

.elysas-about #zk-main,
.elysas-about .content-area,
.elysas-about .entry-content {
	background: var(--elysas-white);
}

.elysas-about .elysas-about-story.vc_row {
	align-items: center;
}

.elysas-about .elysas-about-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.elysas-about .elysas-about-logo img {
	max-width: 240px;
	width: 240px;
	height: auto;
}

.elysas-about .elysas-about-copy {
	padding-left: 36px;
	border-left: 1px solid var(--elysas-line);
}

.elysas-about .elysas-about-name,
.elysas-about .elysas-about-name .zk-heading,
.elysas-about h2.elysas-about-name {
	font-size: clamp(1.85rem, 1.15rem + 1.8vw, 2.7rem) !important;
	letter-spacing: 0.2em !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	color: var(--elysas-text) !important;
	margin: 0 0 10px !important;
	line-height: 1.15 !important;
}

.elysas-about .elysas-about-tagline,
.elysas-about .elysas-about-tagline p,
.elysas-about .elysas-about-tagline .wpb_wrapper {
	color: var(--elysas-muted) !important;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 32px !important;
}

.elysas-about .elysas-about-lead p {
	font-size: 16.5px;
	line-height: 1.85;
	color: var(--elysas-text);
	max-width: 42em;
	margin: 0 0 1.2em;
}

.elysas-about .elysas-about-lead p:last-child {
	margin-bottom: 0;
}

.elysas-about .elysas-about-mv.vc_row {
	margin-top: 52px !important;
}

.elysas-about .elysas-about-mission h3,
.elysas-about .elysas-about-vision h3 {
	font-size: 13px !important;
	letter-spacing: 0.22em !important;
	text-transform: uppercase;
	font-weight: 700 !important;
	color: var(--elysas-text) !important;
	display: inline-block;
	padding-bottom: 10px;
	margin: 0 0 18px !important;
	border-bottom: 1px solid var(--elysas-text);
}

.elysas-about .elysas-about-vision {
	text-align: right;
}

.elysas-about .elysas-about-mission p,
.elysas-about .elysas-about-vision p {
	font-size: 15px;
	line-height: 1.75;
	color: var(--elysas-muted);
	margin: 0;
}

.elysas-about .elysas-about-values.vc_row {
	background: var(--elysas-bg) !important;
	border-top: 1px solid var(--elysas-line);
	border-bottom: 1px solid var(--elysas-line);
}

.elysas-about .elysas-about-value {
	text-align: center;
	padding: 8px 18px;
}

.elysas-about .elysas-about-value h3 {
	font-size: 15px !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase;
	font-weight: 700 !important;
	color: var(--elysas-primary) !important;
	margin: 0 0 10px !important;
}

.elysas-about .elysas-about-value p {
	margin: 0;
	color: var(--elysas-muted);
	font-size: 15px;
	line-height: 1.6;
}

.elysas-about .elysas-about-cta.vc_row {
	padding-top: 3.5rem;
	padding-bottom: 4.5rem;
	text-align: center;
}

@media (max-width: 991px) {
	.elysas-about .elysas-about-copy {
		padding-left: 0;
		border-left: 0;
		padding-top: 28px;
	}

	.elysas-about .elysas-about-logo img {
		max-width: 160px;
	}

	.elysas-about .elysas-about-vision {
		text-align: left;
		margin-top: 28px;
	}

	.elysas-about .elysas-about-value {
		margin-bottom: 28px;
	}
}

/* İletişim */
.elysas-contact #zk-main,
.elysas-contact .content-area,
.elysas-contact .entry-content {
	background: var(--elysas-white);
}

.elysas-contact .elysas-contact-cards.vc_row {
	padding-bottom: 1.5rem;
}

.elysas-contact .elysas-contact-card {
	text-align: center;
	padding: 8px 18px 24px;
}

.elysas-contact .elysas-contact-card h3 {
	font-size: 13px !important;
	letter-spacing: 0.22em !important;
	text-transform: uppercase;
	font-weight: 700 !important;
	color: var(--elysas-primary) !important;
	margin: 0 0 12px !important;
}

.elysas-contact .elysas-contact-card h3::before {
	display: block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-style: normal;
	font-size: 28px;
	line-height: 1;
	margin: 0 auto 14px;
	color: var(--elysas-primary);
	-webkit-font-smoothing: antialiased;
}

.elysas-contact .elysas-contact-cards > .elysas-contact-card:nth-child(1) h3::before {
	content: "\f095";
}

.elysas-contact .elysas-contact-cards > .elysas-contact-card:nth-child(2) h3::before {
	content: "\f0e0";
}

.elysas-contact .elysas-contact-cards > .elysas-contact-card:nth-child(3) h3::before {
	content: "\f3c5";
}

.elysas-contact .elysas-contact-card p {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: var(--elysas-text);
}

.elysas-contact .elysas-contact-card a {
	color: var(--elysas-text);
	text-decoration: none;
}

.elysas-contact .elysas-contact-card a:hover {
	color: var(--elysas-primary);
}

.elysas-contact .elysas-contact-main.vc_row {
	display: flex !important;
	flex-wrap: wrap;
	align-items: stretch;
	padding-top: 1.5rem;
}

.elysas-contact .elysas-contact-map,
.elysas-contact .elysas-contact-form {
	display: flex;
	flex-direction: column;
}

.elysas-contact .elysas-contact-map .wpb_wrapper,
.elysas-contact .elysas-contact-map .wpb_text_column,
.elysas-contact .elysas-contact-map .wpb_text_column .wpb_wrapper {
	height: 100%;
}

.elysas-contact .elysas-map,
.elysas-contact .elysas-map iframe {
	width: 100%;
	min-height: 520px;
	height: 100%;
	border: 0;
	border-radius: var(--elysas-radius);
	display: block;
	background: var(--elysas-bg);
}

.elysas-contact .elysas-contact-form {
	padding-left: 28px;
}

.elysas-contact .elysas-contact-form h2 {
	font-size: clamp(1.4rem, 1rem + 1.2vw, 2rem) !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase;
	margin: 0 0 12px !important;
	color: var(--elysas-text) !important;
}

.elysas-contact .elysas-contact-form > .wpb_wrapper > .wpb_text_column:first-of-type p,
.elysas-contact .elysas-contact-form p {
	color: var(--elysas-muted);
	line-height: 1.7;
}

.elysas-contact .wpcf7 {
	margin-top: 8px;
}

.elysas-contact .wpcf7 label {
	display: block;
	margin: 0 0 16px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--elysas-text);
}

.elysas-contact .wpcf7 input[type="text"],
.elysas-contact .wpcf7 input[type="email"],
.elysas-contact .wpcf7 input[type="tel"],
.elysas-contact .wpcf7 select,
.elysas-contact .wpcf7 textarea {
	width: 100%;
	margin-top: 8px;
	border: 1px solid var(--elysas-line);
	background: var(--elysas-bg);
	border-radius: 14px;
	padding: 12px 16px;
	min-height: 48px;
	color: var(--elysas-text);
	font-family: inherit;
	font-size: 15px;
	box-shadow: none;
	appearance: none;
}

.elysas-contact .wpcf7 textarea {
	min-height: 140px;
	resize: vertical;
}

.elysas-contact .wpcf7 select {
	background-image: linear-gradient(45deg, transparent 50%, var(--elysas-primary) 50%), linear-gradient(135deg, var(--elysas-primary) 50%, transparent 50%);
	background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 36px;
}

.elysas-contact .wpcf7 input:focus,
.elysas-contact .wpcf7 select:focus,
.elysas-contact .wpcf7 textarea:focus {
	outline: 0;
	border-color: var(--elysas-primary);
	background: var(--elysas-white);
}

.elysas-contact .wpcf7 .wpcf7-submit,
.elysas-contact .wpcf7 input[type="submit"] {
	margin-top: 8px;
	background: var(--elysas-primary) !important;
	background-color: var(--elysas-primary) !important;
	border-color: var(--elysas-primary) !important;
	color: var(--elysas-white) !important;
	cursor: pointer;
}

.elysas-contact .wpcf7 .wpcf7-submit:hover,
.elysas-contact .wpcf7 input[type="submit"]:hover {
	background: var(--elysas-primary-hover) !important;
	background-color: var(--elysas-primary-hover) !important;
	border-color: var(--elysas-primary-hover) !important;
	color: var(--elysas-white) !important;
}

.elysas-contact .wpcf7-not-valid-tip,
.elysas-contact .wpcf7-response-output {
	font-weight: 600;
	font-size: 13px;
}

@media (max-width: 991px) {
	.elysas-contact .elysas-contact-form {
		padding-left: 0;
		padding-top: 32px;
	}

	.elysas-contact .elysas-map,
	.elysas-contact .elysas-map iframe {
		min-height: 320px;
	}

	.elysas-contact .elysas-contact-card {
		margin-bottom: 12px;
	}
}

