:root {
	--zeapon-black: #050505;
	--zeapon-white: #fff;
	--zeapon-yellow: #ffcf01;
	--zeapon-rose: #f5055c;
	--zeapon-text: #202020;
	--zeapon-muted: #666;
	--zeapon-line: #e8e8e8;
}

body.zeapon-site {
	margin: 0;
	background: var(--zeapon-white);
	color: var(--zeapon-text);
	font-family: "Nunito Sans", Arial, sans-serif;
}

.zeapon-site h1,
.zeapon-site h2,
.zeapon-site h3,
.zeapon-site a,
.zeapon-site button {
	font-family: "Nunito Sans", Arial, sans-serif;
	letter-spacing: 0;
}

.zeapon-site [data-elementor-type="header"],
.zeapon-site [data-elementor-type="footer"],
.zeapon-site .elementor-location-header,
.zeapon-site .elementor-location-footer,
.zeapon-site .ekit-template-content-header,
.zeapon-site .ekit-template-content-footer {
	display: none !important;
}

.zeapon-site .ct-drawer-canvas,
.zeapon-site .ct-header,
.zeapon-site .ct-footer,
.zeapon-site .skip-link + .skip-link {
	display: none !important;
}

.zeapon-home__inner,
.zeapon-global-header__bar,
.zeapon-global-footer__grid,
.zeapon-global-footer__payments,
.zeapon-global-footer__bottom {
	width: min(1440px, calc(100% - 56px));
	margin: 0 auto;
}

.zeapon-global-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--zeapon-white);
	border-bottom: 1px solid var(--zeapon-line);
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home .zeapon-global-header.is-transparent {
	position: fixed;
	right: 0;
	left: 0;
	background: transparent;
	border-color: transparent;
}

.home .zeapon-global-header.is-transparent:not(.is-scrolled) {
	color: var(--zeapon-white);
}

.home .zeapon-global-header.is-transparent.is-scrolled {
	background: rgba(255, 255, 255, 0.96);
	border-color: var(--zeapon-line);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(16px);
}

.home .zeapon-global-header.is-menu-open,
.home .zeapon-global-header.is-mega-open,
.home .zeapon-global-header.is-transparent:has(.zeapon-nav-dropdown:hover),
.home .zeapon-global-header.is-transparent:has(.zeapon-nav-dropdown:focus-within),
.zeapon-global-header.is-menu-open,
.zeapon-global-header.is-mega-open {
	background: rgba(255, 255, 255, 0.98);
	border-color: var(--zeapon-line);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
	color: var(--zeapon-text);
	backdrop-filter: blur(16px);
}

.home .zeapon-global-header.is-transparent.is-menu-open,
.home .zeapon-global-header.is-transparent.is-mega-open,
.home .zeapon-global-header.is-transparent:has(.zeapon-nav-dropdown:hover),
.home .zeapon-global-header.is-transparent:has(.zeapon-nav-dropdown:focus-within) {
	background: rgba(255, 255, 255, 0.98) !important;
	color: var(--zeapon-text) !important;
}

.zeapon-global-header__bar {
	display: grid;
	min-height: 54px;
	align-items: center;
	grid-template-columns: 160px minmax(300px, 1fr) auto;
	gap: 18px;
}

.zeapon-wordmark,
.zeapon-footer-wordmark {
	color: var(--zeapon-black);
	font-size: 1.52rem;
	font-weight: 950;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
}

.home .zeapon-global-header.is-transparent:not(.is-scrolled) .zeapon-wordmark {
	color: var(--zeapon-white);
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.home .zeapon-global-header.is-menu-open .zeapon-wordmark,
.home .zeapon-global-header.is-mega-open .zeapon-wordmark,
.home .zeapon-global-header.is-transparent:has(.zeapon-nav-dropdown:hover) .zeapon-wordmark,
.home .zeapon-global-header.is-transparent:has(.zeapon-nav-dropdown:focus-within) .zeapon-wordmark {
	color: var(--zeapon-black);
	text-shadow: none;
}

.zeapon-global-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(20px, 3.2vw, 58px);
}

.zeapon-global-nav a,
.zeapon-global-actions a,
.zeapon-menu-toggle {
	color: var(--zeapon-text);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.home .zeapon-global-header.is-transparent:not(.is-scrolled) .zeapon-global-nav a,
.home .zeapon-global-header.is-transparent:not(.is-scrolled) .zeapon-global-actions a,
.home .zeapon-global-header.is-transparent:not(.is-scrolled) .zeapon-menu-toggle {
	color: var(--zeapon-white);
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.home .zeapon-global-header.is-menu-open .zeapon-global-nav a,
.home .zeapon-global-header.is-menu-open .zeapon-global-actions a,
.home .zeapon-global-header.is-menu-open .zeapon-menu-toggle,
.home .zeapon-global-header.is-mega-open .zeapon-global-nav a,
.home .zeapon-global-header.is-mega-open .zeapon-global-actions a,
.home .zeapon-global-header.is-mega-open .zeapon-menu-toggle,
.home .zeapon-global-header.is-transparent.is-menu-open .zeapon-global-nav a,
.home .zeapon-global-header.is-transparent.is-menu-open .zeapon-global-actions a,
.home .zeapon-global-header.is-transparent.is-menu-open .zeapon-wordmark,
.home .zeapon-global-header.is-transparent.is-menu-open .zeapon-menu-toggle,
.home .zeapon-global-header.is-transparent.is-mega-open .zeapon-global-nav a,
.home .zeapon-global-header.is-transparent.is-mega-open .zeapon-global-actions a,
.home .zeapon-global-header.is-transparent.is-mega-open .zeapon-wordmark,
.home .zeapon-global-header.is-transparent.is-mega-open .zeapon-menu-toggle,
.home .zeapon-global-header.is-transparent:has(.zeapon-nav-dropdown:hover) .zeapon-global-nav a,
.home .zeapon-global-header.is-transparent:has(.zeapon-nav-dropdown:hover) .zeapon-global-actions a,
.home .zeapon-global-header.is-transparent:has(.zeapon-nav-dropdown:hover) .zeapon-wordmark,
.home .zeapon-global-header.is-transparent:has(.zeapon-nav-dropdown:hover) .zeapon-menu-toggle,
.home .zeapon-global-header.is-transparent:has(.zeapon-nav-dropdown:focus-within) .zeapon-global-nav a,
.home .zeapon-global-header.is-transparent:has(.zeapon-nav-dropdown:focus-within) .zeapon-global-actions a,
.home .zeapon-global-header.is-transparent:has(.zeapon-nav-dropdown:focus-within) .zeapon-wordmark,
.home .zeapon-global-header.is-transparent:has(.zeapon-nav-dropdown:focus-within) .zeapon-menu-toggle {
	color: var(--zeapon-text);
	text-shadow: none;
}

.zeapon-global-nav a:hover,
.zeapon-global-nav a:focus,
.zeapon-global-actions a:hover,
.zeapon-global-actions a:focus,
.zeapon-menu-toggle:hover,
.zeapon-menu-toggle:focus {
	color: var(--zeapon-rose);
}

.zeapon-nav-dropdown,
.zeapon-mega-trigger {
	position: static;
}

.zeapon-nav-dropdown::after,
.zeapon-mega-trigger::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 12px;
	content: "";
}

.zeapon-product-mega {
	position: absolute;
	top: 100%;
	left: 0;
	display: grid;
	width: 100%;
	grid-template-columns: repeat(7, minmax(110px, 1fr));
	gap: 18px;
	padding: 22px max(34px, calc((100vw - 1440px) / 2));
	background: #fff;
	box-shadow: 0 18px 28px rgba(0, 0, 0, 0.1);
	opacity: 0;
	pointer-events: none;
	transform: translateY(0);
	transition: opacity 170ms ease, transform 170ms ease;
}

.zeapon-mega-trigger:hover .zeapon-product-mega,
.zeapon-mega-trigger:focus-within .zeapon-product-mega,
.zeapon-mega-trigger.is-open .zeapon-product-mega {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.zeapon-product-mega a {
	display: grid;
	gap: 9px;
	color: var(--zeapon-text) !important;
	text-align: center;
	text-shadow: none !important;
}

.zeapon-product-mega__media {
	display: grid;
	width: 100%;
	aspect-ratio: 1 / 1;
	place-items: center;
	border-radius: 10px;
	background: #f6f6f4;
	overflow: hidden;
}

.zeapon-product-mega img,
.zeapon-product-mega .zeapon-image-placeholder {
	width: 88%;
	height: 88%;
	object-fit: contain;
	border-radius: 8px;
	background: transparent;
	mix-blend-mode: multiply;
}

.zeapon-product-mega__item--high-speed-motor .zeapon-product-mega__media {
	background: #f6f6f4;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.zeapon-text-dropdown {
	position: relative;
}

.zeapon-text-dropdown__menu {
	position: absolute;
	top: 100%;
	left: 50%;
	display: grid;
	min-width: 230px;
	gap: 2px;
	padding: 14px;
	border: 1px solid var(--zeapon-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 0);
	transition: opacity 170ms ease, transform 170ms ease;
}

.zeapon-text-dropdown:hover .zeapon-text-dropdown__menu,
.zeapon-text-dropdown:focus-within .zeapon-text-dropdown__menu,
.zeapon-text-dropdown.is-open .zeapon-text-dropdown__menu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.zeapon-text-dropdown__menu a {
	display: block;
	padding: 12px 14px;
	border-radius: 7px;
	color: var(--zeapon-text) !important;
	font-size: 0.95rem;
	text-align: left;
	text-shadow: none !important;
	white-space: nowrap;
}

.zeapon-text-dropdown__menu a:hover,
.zeapon-text-dropdown__menu a:focus {
	background: #f6f6f4;
	color: var(--zeapon-rose) !important;
}

.zeapon-global-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(12px, 1.6vw, 22px);
}

.zeapon-product-search {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 170px;
}

.zeapon-search-trigger {
	display: flex;
	min-width: 170px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding-bottom: 7px;
	border-bottom: 1px solid currentColor;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	background: transparent;
	color: currentColor;
	cursor: pointer;
}

.zeapon-search-trigger svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.zeapon-product-search input[type="search"] {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	z-index: 25;
	width: min(320px, 82vw);
	min-height: 46px;
	padding: 0 16px;
	border: 1px solid var(--zeapon-line);
	border-radius: 999px;
	background: var(--zeapon-white);
	color: var(--zeapon-text);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-4px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.zeapon-product-search.is-open input[type="search"] {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.zeapon-search-results {
	position: absolute;
	top: calc(100% + 66px);
	right: 0;
	z-index: 25;
	display: none;
	width: min(360px, 86vw);
	overflow: hidden;
	border: 1px solid var(--zeapon-line);
	border-radius: 12px;
	background: var(--zeapon-white);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.zeapon-product-search.is-open .zeapon-search-results:not(:empty) {
	display: grid;
}

.zeapon-search-result {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 12px;
	align-items: center;
	padding: 10px 12px;
	color: var(--zeapon-text) !important;
	text-decoration: none;
	text-shadow: none !important;
}

.zeapon-search-result:hover,
.zeapon-search-result:focus {
	background: #f7f7f5;
	color: var(--zeapon-rose) !important;
}

.zeapon-search-result img {
	width: 58px;
	height: 58px;
	object-fit: contain;
	border-radius: 8px;
	background: #f6f6f4;
}

.zeapon-search-result strong,
.zeapon-search-result small {
	display: block;
}

.zeapon-search-result small,
.zeapon-search-empty {
	color: var(--zeapon-muted);
	font-size: 0.86rem;
	font-weight: 800;
}

.zeapon-search-empty {
	margin: 0;
	padding: 16px;
}

.zeapon-action-text {
	white-space: nowrap;
}

.zeapon-mobile-account-link {
	display: none;
}

.zeapon-cart-link {
	display: grid;
	gap: 1px;
	text-align: right;
}

.zeapon-cart-link span {
	position: relative;
	font-size: 0.78rem;
	color: var(--zeapon-rose);
}

.zeapon-cart-link strong {
	font-size: 1rem;
}

.zeapon-language-switch {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: currentColor;
	font-size: 0.8rem;
	font-weight: 900;
	white-space: nowrap;
}

.zeapon-language-switch button {
	padding: 0;
	border: 0;
	background: transparent;
	color: currentColor;
	font: inherit;
	cursor: pointer;
	opacity: 0.68;
}

.zeapon-language-switch button.is-active {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.zeapon-menu-toggle {
	display: none;
	width: 34px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	gap: 6px;
}

.zeapon-menu-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	background: currentColor;
}

.zeapon-visual-carousel {
	position: relative;
	left: 50%;
	width: 100vw;
	height: auto;
	margin-left: -50vw;
	min-height: 0;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--zeapon-white);
}

.zeapon-carousel-track,
.zeapon-carousel-slide {
	position: absolute;
	inset: 0;
	width: 100vw;
}

.zeapon-carousel-slide {
	display: grid;
	place-items: center;
	opacity: 0;
	transform: scale(1.012);
	transition: opacity 900ms ease, transform 1800ms ease;
}

.zeapon-carousel-slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.zeapon-carousel-slide img {
	width: 100vw;
	min-width: 100vw;
	max-width: none;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.zeapon-carousel-dots {
	position: absolute;
	right: 0;
	bottom: 34px;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.zeapon-carousel-dots span {
	display: block;
	width: 54px;
	height: 4px;
	background: rgba(255, 255, 255, 0.5);
}

.zeapon-carousel-dots span.is-active {
	background: var(--zeapon-rose);
}

.zeapon-section {
	padding: clamp(56px, 7vw, 104px) 0;
	background: var(--zeapon-white);
}

.zeapon-section__header {
	margin-bottom: 30px;
}

.zeapon-section__header h1,
.zeapon-section h2,
.zeapon-reels h2 {
	margin: 0;
	color: var(--zeapon-text);
	font-size: clamp(2.1rem, 4vw, 4.4rem);
	font-weight: 900;
	line-height: 1.02;
}

.zeapon-home__eyebrow {
	margin: 0 0 12px;
	color: var(--zeapon-text);
	font-weight: 900;
}

.zeapon-home__eyebrow strong {
	color: var(--zeapon-rose);
	font-size: 1.42em;
}

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

.zeapon-product-card {
	overflow: hidden;
	border: 1px solid var(--zeapon-line);
	border-radius: 12px;
	background: var(--zeapon-white);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.zeapon-product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.1);
}

.zeapon-product-card__media {
	position: relative;
	display: grid;
	aspect-ratio: 1 / 1;
	place-items: center;
	background: #f6f6f4;
}

.zeapon-product-card__media span,
.zeapon-special-offer__media span {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--zeapon-rose);
	color: var(--zeapon-white);
	font-size: 0.74rem;
	font-weight: 900;
}

.zeapon-product-card.is-out .zeapon-product-card__media span {
	background: #222;
}

.zeapon-product-card__media img {
	width: 88%;
	height: 88%;
	object-fit: contain;
}

.zeapon-product-card__media .zeapon-card-image {
	position: absolute;
	inset: 6%;
	width: 88%;
	height: 88%;
	transition: opacity 220ms ease, transform 220ms ease;
}

.zeapon-product-card__media .zeapon-card-image--hover {
	opacity: 0;
}

.zeapon-product-card.has-hover-image:hover .zeapon-card-image--primary {
	opacity: 0;
}

.zeapon-product-card.has-hover-image:hover .zeapon-card-image--hover {
	opacity: 1;
	transform: scale(1.02);
}

.zeapon-product-card__body {
	padding: 18px;
}

.zeapon-product-card h2 {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.25;
}

.zeapon-product-card h2 a {
	color: var(--zeapon-text);
	text-decoration: none;
}

.zeapon-product-card p {
	min-height: 72px;
	margin: 10px 0 16px;
	color: var(--zeapon-muted);
	line-height: 1.5;
}

.zeapon-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.zeapon-button {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border: 1px solid var(--zeapon-text);
	border-radius: 999px;
	font-weight: 900;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.zeapon-button:hover,
.zeapon-button:focus {
	transform: translateY(-2px);
}

.zeapon-button--rose {
	border-color: var(--zeapon-rose);
	background: var(--zeapon-rose);
	color: var(--zeapon-white);
}

.zeapon-button--ghost {
	background: var(--zeapon-white);
	color: var(--zeapon-text);
}

.zeapon-button--disabled {
	border-color: #c8c8c8;
	background: #efefef;
	color: #777;
}

.zeapon-button--light {
	border-color: transparent;
	background: var(--zeapon-white);
	color: var(--zeapon-black);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.zeapon-split-hero {
	padding: 46px 0;
	background: var(--zeapon-white);
}

.zeapon-split-hero__card {
	position: relative;
	display: grid;
	min-height: 560px;
	grid-template-columns: minmax(260px, 0.8fr) minmax(360px, 1.2fr);
	align-items: center;
	overflow: hidden;
	border-radius: 12px;
	background: #f1eeee;
}

.zeapon-split-hero--micro4 .zeapon-split-hero__card {
	background: linear-gradient(135deg, #435ec6, #120c36);
	color: var(--zeapon-white);
}

.zeapon-split-hero--micro4 .zeapon-split-hero__card img {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover;
	object-position: center;
}

.zeapon-split-hero--micro4 .zeapon-split-hero__card::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(13, 22, 77, 0.84), rgba(13, 22, 77, 0.28) 42%, rgba(13, 22, 77, 0.02));
	content: "";
}

.zeapon-split-hero__copy {
	z-index: 2;
	padding: clamp(34px, 6vw, 74px);
}

.zeapon-split-hero h2 {
	margin: 0;
	font-size: clamp(3rem, 6vw, 6.5rem);
	font-weight: 900;
}

.zeapon-split-hero--micro4 h2 {
	color: var(--zeapon-white);
}

.zeapon-split-hero p {
	font-size: clamp(1.1rem, 1.5vw, 1.35rem);
	font-weight: 800;
}

.zeapon-split-hero img {
	width: 100%;
	height: 100%;
	max-height: 620px;
	object-fit: contain;
}

.zeapon-worry-free {
	background: var(--zeapon-white);
}

.zeapon-worry-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 28px;
}

.zeapon-worry-grid article {
	min-height: 150px;
	padding: 26px;
	border: 1px solid var(--zeapon-line);
	border-radius: 12px;
	background: var(--zeapon-white);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.zeapon-worry-grid article:hover {
	transform: translateY(-8px);
	border-color: rgba(245, 5, 92, 0.35);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
}

.zeapon-worry-icon {
	float: right;
	display: inline-grid;
	width: 34px;
	height: 34px;
	place-items: center;
	color: var(--zeapon-rose);
	font-size: 1.8rem;
}

.zeapon-worry-icon svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.zeapon-worry-grid h3 {
	margin: 0 0 28px;
	font-size: 1.12rem;
	font-weight: 900;
}

.zeapon-worry-grid p {
	color: var(--zeapon-muted);
	line-height: 1.55;
}

.zeapon-special-offer {
	padding: clamp(50px, 7vw, 98px) 0;
	background: var(--zeapon-yellow);
}

.zeapon-special-offer__grid {
	display: grid;
	grid-template-columns: minmax(320px, 1fr) minmax(320px, 0.7fr);
	gap: clamp(28px, 6vw, 80px);
	align-items: center;
}

.zeapon-special-offer__media {
	position: relative;
	display: grid;
	min-height: 520px;
	place-items: center;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
}

.zeapon-special-offer__media img {
	width: min(82%, 720px);
	height: auto;
	object-fit: contain;
}

.zeapon-special-offer__copy h2 {
	margin: 0;
	font-size: clamp(3rem, 6vw, 7rem);
	font-weight: 900;
}

.zeapon-special-offer__copy .zeapon-price-line {
	margin: 10px 0 18px;
	font-size: clamp(1.5rem, 2.6vw, 2.6rem);
	font-weight: 900;
}

.zeapon-special-offer__copy .zeapon-price-line del,
.zeapon-special-offer__copy .zeapon-price-line .from {
	color: rgba(0, 0, 0, 0.48);
	font-size: 0.6em;
	font-weight: 800;
}

.zeapon-special-offer__cart {
	max-width: 560px;
}

.zeapon-special-offer__cart form.cart {
	margin-top: 24px;
	padding: 22px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.68);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(10px);
}

.zeapon-special-offer__cart .zeapon-variant-pills {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zeapon-special-offer__cart .quantity {
	max-width: 180px;
}

.zeapon-price-line {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 24px 0;
}

.zeapon-price-line strong {
	color: var(--zeapon-rose);
	font-size: clamp(2rem, 4vw, 3.8rem);
	font-weight: 900;
}

.zeapon-price-line del {
	color: #555;
	font-weight: 900;
}

.zeapon-reels {
	background: #f6f6f5;
}

.zeapon-reels__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

.zeapon-reels__header h2 {
	font-size: clamp(2.5rem, 5vw, 5.8rem);
}

.zeapon-reels__header a {
	color: var(--zeapon-text);
	font-size: 1.1rem;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 8px;
}

.zeapon-reels__rail {
	display: grid;
	grid-template-columns: repeat(5, minmax(180px, 1fr));
	gap: 20px;
	overflow: hidden;
}

.zeapon-reels__rail a {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 9 / 16;
	border-radius: 12px;
	background: #ddd;
}

.zeapon-reels__rail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.zeapon-reels__rail a:hover img {
	transform: scale(1.04);
}

.zeapon-reels__rail a > span {
	position: absolute;
	top: 16px;
	right: 16px;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: var(--zeapon-text);
	font-weight: 900;
}

.zeapon-reels__notice {
	margin-bottom: 18px;
	padding: 14px 18px;
	border: 1px solid var(--zeapon-line);
	border-radius: 8px;
	background: var(--zeapon-white);
	color: var(--zeapon-muted);
	font-weight: 800;
}

.zeapon-reels__feed .fts-instagram,
.zeapon-reels__feed .fts-instagram-wrapper,
.zeapon-reels__feed .fts-slicker-instagram {
	width: 100%;
}

.zeapon-reels__feed {
	overflow: hidden;
	font-family: inherit;
}

.zeapon-reels__feed,
.zeapon-reels__feed * {
	box-sizing: border-box;
}

.zeapon-reels__feed :is(.fts-instagram-wrapper, .fts-instagram, .fts-instagram-feed, .fts-slicker-instagram, .fts-jal-single-fb-post, .fts-mashup) {
	max-width: 100% !important;
}

.zeapon-reels__feed :is(.fts-instagram-inline-block-centered, .fts-instagram-item, .fts-instagram-photo, .fts-instagram-video, .fts-mashup-post-wrap, .slick-slide, .slicker-instagram-placeholder) {
	overflow: hidden;
	border-radius: 18px;
	background: #050505;
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.14);
}

.zeapon-reels__feed :is(.fts-instagram-photo, .fts-instagram-video, .fts-mashup-post-wrap, .fts-jal-single-fb-post, .slick-slide, .slicker-instagram-placeholder, .fts-instagram-video-image-wrapper) {
	aspect-ratio: 16 / 9;
}

.zeapon-reels__feed .slicker-instagram-placeholder {
	position: relative;
	min-height: auto !important;
	background-color: #050505 !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.zeapon-reels__feed .fts-instagram-video-image-wrapper,
.zeapon-reels__feed .fts-instagram-video-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.zeapon-reels__feed .fts-instagram-video-image {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.zeapon-reels__feed :is(img, video, iframe) {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	background: #050505;
}

.zeapon-reels__feed :is(.fts-instagram-caption, .fts-instagram-text, .fts-jal-fb-message) {
	color: var(--zeapon-text);
	font-size: 0.95rem;
	line-height: 1.45;
}

.zeapon-reels__feed a {
	color: inherit;
	text-decoration: none;
}

.zeapon-reels__feed video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.zeapon-image-placeholder {
	display: grid;
	width: 100%;
	aspect-ratio: 1 / 1;
	place-items: center;
	background: #eee;
	color: #aaa;
	font-weight: 900;
}

.zeapon-global-footer {
	background: var(--zeapon-black);
	color: var(--zeapon-white);
}

.zeapon-global-footer__grid {
	display: grid;
	grid-template-columns: minmax(250px, 1.15fr) repeat(3, minmax(0, 1fr));
	gap: clamp(28px, 5vw, 72px);
	padding: clamp(54px, 7vw, 90px) 0 34px;
}

.zeapon-footer-wordmark {
	display: inline-block;
	color: var(--zeapon-white);
	font-size: 1.75rem;
}

.zeapon-global-footer__brand p {
	max-width: 320px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.65;
}

.zeapon-footer-socials {
	display: flex;
	gap: 16px;
	margin-top: 26px;
}

.zeapon-footer-socials a {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 50%;
	background: var(--zeapon-white);
	color: var(--zeapon-black);
	font-weight: 900;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.zeapon-footer-socials a:hover,
.zeapon-footer-socials a:focus {
	transform: translateY(-3px);
	background: var(--zeapon-rose);
	color: var(--zeapon-white);
}

.zeapon-footer-socials svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.zeapon-global-footer__group h2 {
	margin: 0 0 16px;
	color: var(--zeapon-white);
	font-size: 1.02rem;
	font-weight: 900;
}

.zeapon-global-footer__group ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.zeapon-global-footer__group a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
}

.zeapon-global-footer__payments {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	padding: 28px 0;
}

.zeapon-global-footer__payments img {
	width: auto;
	height: 30px;
	max-width: 66px;
	object-fit: contain;
}

.zeapon-global-footer__bottom {
	padding: 20px 0 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.6);
}

.zeapon-product-page {
	background: var(--zeapon-white);
	color: var(--zeapon-text);
}

.zeapon-product-hero {
	display: grid;
	width: min(1480px, calc(100% - 56px));
	grid-template-columns: minmax(360px, 1fr) minmax(420px, 0.92fr);
	gap: clamp(32px, 5vw, 80px);
	margin: 0 auto;
	padding: clamp(46px, 7vw, 92px) 0;
}

.zeapon-product-gallery__main {
	display: grid;
	min-height: clamp(460px, 58vw, 760px);
	place-items: center;
	background: #f7f7f6;
}

.zeapon-product-gallery__main img {
	max-width: 92%;
	max-height: 720px;
	object-fit: contain;
}

.zeapon-product-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.zeapon-product-gallery__thumbs img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	border: 1px solid var(--zeapon-line);
	border-radius: 8px;
	background: #f7f7f6;
	cursor: pointer;
}

.zeapon-product-summary {
	align-self: start;
	padding-top: 16px;
}

.zeapon-product-summary .product_title {
	margin: 0 0 12px;
	color: var(--zeapon-black);
	font-size: clamp(2rem, 3vw, 3.2rem);
	font-weight: 900;
	line-height: 1.05;
}

.zeapon-product-rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--zeapon-muted);
	font-weight: 800;
}

.zeapon-product-rating .star-rating {
	color: var(--zeapon-yellow);
}

.zeapon-product-price {
	margin: 22px 0;
	color: var(--zeapon-black);
	font-size: 1.45rem;
	font-weight: 900;
}

.zeapon-product-payline,
.zeapon-product-facts,
.zeapon-product-notes,
.zeapon-ways-to-pay {
	margin: 18px 0;
	padding: 18px;
	border: 1px solid var(--zeapon-line);
	border-radius: 8px;
	background: #fbfbfa;
}

.zeapon-product-payline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.zeapon-ways-to-pay img {
	display: inline-flex;
	width: auto;
	height: 26px;
	max-width: 58px;
	object-fit: contain;
}

.zeapon-product-delivery {
	color: var(--zeapon-rose);
	font-weight: 900;
}

.zeapon-product-facts {
	display: grid;
	gap: 8px;
	color: var(--zeapon-muted);
}

.zeapon-product-facts--rich {
	gap: 12px;
	color: var(--zeapon-text);
	line-height: 1.62;
}

.zeapon-product-facts--rich p {
	margin: 0;
}

.zeapon-product-facts--rich ul,
.zeapon-product-facts--rich ol {
	margin: 0;
	padding-left: 1.25rem;
}

.zeapon-product-facts--rich li + li {
	margin-top: 4px;
}

.zeapon-product-facts--rich strong {
	font-weight: 900;
}

.zeapon-product-cart form.cart {
	display: grid;
	gap: 16px;
	margin: 24px 0 14px;
}

.zeapon-product-cart .variations,
.zeapon-variation-options {
	width: 100%;
}

.zeapon-product-cart .variations th,
.zeapon-product-cart .variations td {
	display: block;
	padding: 0 0 10px;
	text-align: left;
}

.zeapon-variation-option label {
	display: block;
	margin-bottom: 12px;
	color: var(--zeapon-black);
	font-weight: 900;
}

.zeapon-native-select-wrap {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.zeapon-product-cart select,
.zeapon-product-cart input.qty {
	min-height: 44px;
	border: 1px solid var(--zeapon-line);
	border-radius: 999px;
	background: var(--zeapon-white);
}

.zeapon-product-cart .zeapon-native-select-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.zeapon-reset-variations-wrap {
	margin-top: 10px;
}

.zeapon-reset-variations-wrap .reset_variations {
	color: var(--zeapon-muted);
	font-size: 0.88rem;
	font-weight: 800;
}

.zeapon-variant-pills {
	display: grid;
	gap: 10px;
	margin-top: 8px;
}

.zeapon-variant-pills button {
	min-height: 42px;
	padding: 9px 18px;
	border: 1px solid var(--zeapon-line);
	border-radius: 999px;
	background: var(--zeapon-white);
	color: var(--zeapon-text);
	font-weight: 800;
	cursor: pointer;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.zeapon-variant-pills button:hover,
.zeapon-variant-pills button:focus,
.zeapon-variant-pills button.is-active {
	border-color: var(--zeapon-rose);
	background: rgba(245, 5, 92, 0.04);
	color: var(--zeapon-rose);
	box-shadow: 0 8px 20px rgba(245, 5, 92, 0.08);
}

.zeapon-product-cart .single_add_to_cart_button,
.zeapon-product-cart button.single_add_to_cart_button,
.zeapon-product-cart .button.single_add_to_cart_button,
.zeapon-bundle-add {
	min-height: 54px;
	border: 1px solid #fcb424 !important;
	border-radius: 999px;
	background: #fcb424 !important;
	color: var(--zeapon-black) !important;
	font-weight: 900;
	cursor: pointer;
	transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.zeapon-product-cart .single_add_to_cart_button:not(.disabled):not(:disabled):hover,
.zeapon-product-cart .single_add_to_cart_button:not(.disabled):not(:disabled):focus,
.zeapon-bundle-add:hover,
.zeapon-bundle-add:focus {
	border-color: #fcb424 !important;
	background: var(--zeapon-white) !important;
	color: var(--zeapon-black) !important;
	box-shadow: 0 12px 26px rgba(252, 180, 36, 0.24);
	transform: translateY(-2px);
}

.zeapon-product-cart .single_add_to_cart_button.disabled,
.zeapon-product-cart .single_add_to_cart_button:disabled {
	border-color: #e7e7e7 !important;
	background: #e7e7e7 !important;
	color: #8a8a8a !important;
	cursor: not-allowed;
	box-shadow: none;
	transform: none;
}

.zeapon-product-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin: 12px 0 20px;
}

.zeapon-product-actions button {
	border: 0;
	background: none;
	color: var(--zeapon-text);
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 5px;
	cursor: pointer;
}

.zeapon-product-actions button.is-active,
.zeapon-product-actions button:hover,
.zeapon-product-actions button:focus {
	color: var(--zeapon-rose);
}

.zeapon-product-action-feedback {
	color: var(--zeapon-muted);
	font-size: 0.92rem;
	font-weight: 800;
}

.zeapon-ways-to-pay h2 {
	margin: 0 0 12px;
	font-size: 1.35rem;
}

.zeapon-ways-to-pay div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.zeapon-product-bundle,
.zeapon-product-description {
	width: min(1480px, calc(100% - 56px));
	margin: 0 auto;
	padding: clamp(38px, 6vw, 76px) 0;
	border-top: 1px solid var(--zeapon-line);
}

.zeapon-product-bundle h2,
.zeapon-product-description h2 {
	margin: 0 0 24px;
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight: 900;
}

.zeapon-product-bundle__items {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 22px;
}

.zeapon-product-bundle__items label {
	display: grid;
	gap: 10px;
	padding: 16px;
	border: 1px solid var(--zeapon-line);
	border-radius: 8px;
	background: var(--zeapon-white);
	font-weight: 900;
}

.zeapon-product-bundle__items img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: #f7f7f6;
}

.zeapon-product-description__native,
.zeapon-product-description__source {
	max-width: 100%;
	overflow: hidden;
}

.zeapon-product-description__source img,
.zeapon-product-description__native img,
.zeapon-product-description__elementor img {
	max-width: 100%;
	height: auto;
}

.zeapon-product-description__elementor {
	width: 100%;
	overflow: hidden;
}

.zeapon-product-description__elementor .elementor {
	width: 100%;
}

.zeapon-product-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(18px, 5vw, 72px);
	margin-bottom: 34px;
	border-bottom: 1px solid var(--zeapon-line);
}

.zeapon-product-tabs button {
	padding: 0 0 16px;
	border: 0;
	border-bottom: 2px solid transparent;
	background: transparent;
	color: #777;
	font-size: 0.92rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	cursor: pointer;
}

.zeapon-product-tabs button.is-active {
	border-color: var(--zeapon-black);
	color: var(--zeapon-black);
}

.zeapon-product-tab-panel {
	display: none;
}

.zeapon-product-tab-panel.is-active {
	display: block;
}

.zeapon-product-description__images {
	display: grid;
	gap: 0;
}

.zeapon-product-description__group {
	display: grid;
	gap: 0;
}

.zeapon-product-description__images img {
	display: block;
	width: 100%;
	height: auto;
}

.zeapon-product-description__images--responsive .zeapon-desc-hide-desktop {
	display: none;
}

@media (max-width: 1024px) and (min-width: 681px) {
	.zeapon-product-description__images--responsive .zeapon-desc-hide-desktop {
		display: block;
	}

	.zeapon-product-description__images--responsive .zeapon-desc-hide-tablet {
		display: none;
	}
}

@media (max-width: 680px) {
	.zeapon-product-description__images--responsive .zeapon-desc-hide-desktop,
	.zeapon-product-description__images--responsive .zeapon-desc-hide-tablet {
		display: block;
	}

	.zeapon-product-description__images--responsive .zeapon-desc-hide-mobile {
		display: none;
	}
}

.zeapon-page {
	min-height: 60vh;
	background: var(--zeapon-white);
}

.zeapon-page__article > .elementor {
	width: 100%;
}

.zeapon-shop {
	background: var(--zeapon-white);
	color: var(--zeapon-text);
}

.zeapon-shop__header {
	width: min(1480px, calc(100% - 56px));
	margin: 0 auto;
	padding: clamp(42px, 7vw, 86px) 0 28px;
}

.zeapon-shop__header p {
	margin: 0 0 8px;
	color: var(--zeapon-rose);
	font-weight: 900;
}

.zeapon-shop__header h1 {
	margin: 0;
	color: var(--zeapon-black);
	font-size: clamp(2.8rem, 6vw, 6rem);
	font-weight: 950;
	line-height: 0.95;
}

.zeapon-shop__layout {
	display: grid;
	width: min(1480px, calc(100% - 56px));
	grid-template-columns: 320px 1fr;
	gap: 34px;
	margin: 0 auto;
	padding-bottom: clamp(56px, 8vw, 110px);
}

.zeapon-shop-filter {
	position: sticky;
	top: 78px;
	align-self: start;
	border-right: 1px solid var(--zeapon-line);
	padding-right: 28px;
}

.zeapon-shop-filter section {
	padding: 24px 0;
	border-bottom: 1px solid var(--zeapon-line);
}

.zeapon-shop-filter__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.zeapon-shop-filter h2 {
	margin: 0;
	font-size: 1rem;
	font-weight: 900;
}

.zeapon-price-filter {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.zeapon-price-filter label {
	display: grid;
	gap: 8px;
	color: var(--zeapon-muted);
	font-size: 0.86rem;
	font-weight: 800;
}

.zeapon-price-filter input {
	min-height: 40px;
	width: 100%;
	border: 1px solid var(--zeapon-line);
	border-radius: 999px;
	padding: 0 14px;
	background: var(--zeapon-white);
	color: var(--zeapon-text);
}

.zeapon-type-filter {
	display: grid;
	gap: 13px;
}

.zeapon-type-filter label {
	display: grid;
	grid-template-columns: 18px 1fr auto;
	align-items: center;
	gap: 10px;
	color: var(--zeapon-muted);
	font-weight: 800;
}

.zeapon-type-filter input {
	width: 16px;
	height: 16px;
	accent-color: var(--zeapon-black);
}

.zeapon-type-filter small {
	min-width: 32px;
	padding: 4px 8px;
	border: 1px solid var(--zeapon-line);
	border-radius: 6px;
	color: var(--zeapon-muted);
	text-align: center;
}

.zeapon-shop-filter__actions {
	display: grid;
	gap: 12px;
	padding-top: 22px;
}

.zeapon-shop-filter__actions button,
.zeapon-shop-filter__actions a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-weight: 900;
	text-decoration: none;
}

.zeapon-shop-filter__actions button {
	border: 0;
	background: var(--zeapon-black);
	color: var(--zeapon-white);
	cursor: pointer;
}

.zeapon-shop-filter__actions a {
	border: 1px solid var(--zeapon-line);
	color: var(--zeapon-text);
}

.zeapon-shop-results__meta {
	margin-bottom: 16px;
	color: var(--zeapon-muted);
	font-weight: 800;
}

.zeapon-shop-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--zeapon-line);
	border-left: 1px solid var(--zeapon-line);
}

.zeapon-shop-card {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr;
	min-height: 460px;
	border-right: 1px solid var(--zeapon-line);
	border-bottom: 1px solid var(--zeapon-line);
	background: var(--zeapon-white);
	overflow: hidden;
}

.zeapon-shop-card__media {
	position: relative;
	display: grid;
	aspect-ratio: 1 / 1;
	place-items: center;
	background: #f8f8f6;
	overflow: hidden;
}

.zeapon-shop-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 7%;
	transition: opacity 220ms ease, transform 220ms ease;
}

.zeapon-shop-card__image--hover {
	opacity: 0;
}

.zeapon-shop-card.has-hover-image:hover .zeapon-shop-card__image--primary {
	opacity: 0;
}

.zeapon-shop-card:hover .zeapon-shop-card__image--hover {
	opacity: 1;
	transform: scale(1.02);
}

.zeapon-shop-card__body {
	display: grid;
	grid-template-rows: auto 1fr auto;
	gap: 18px;
	padding: 22px;
}

.zeapon-shop-card h2 {
	margin: 0;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
}

.zeapon-shop-card h2 a {
	color: var(--zeapon-text);
	text-decoration: none;
}

.zeapon-shop-card__price {
	align-self: end;
	color: var(--zeapon-black);
	font-size: 1.06rem;
	font-weight: 950;
}

.zeapon-shop-card__price del {
	margin-right: 8px;
	color: #aaa;
	font-weight: 800;
}

.zeapon-shop-card__action .button {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: 0;
	border-radius: 0;
	background: var(--zeapon-black);
	color: var(--zeapon-white);
	font-weight: 900;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.zeapon-shop-card__action .button:hover,
.zeapon-shop-card__action .button:focus {
	background: var(--zeapon-yellow);
	color: var(--zeapon-black);
}

.zeapon-shop-card__action .button.is-disabled {
	background: #e9e9e9;
	color: #777;
}

.zeapon-shop .woocommerce-pagination {
	margin-top: 34px;
}

.zeapon-shop .woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

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

.zeapon-shop .woocommerce-pagination a,
.zeapon-shop .woocommerce-pagination span {
	display: grid;
	min-width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid var(--zeapon-line);
	border-radius: 999px;
	color: var(--zeapon-text);
	text-decoration: none;
}

.zeapon-shop .woocommerce-pagination .current {
	background: var(--zeapon-black);
	color: var(--zeapon-white);
}

@media (max-width: 1024px) {
	.zeapon-global-header__bar {
		grid-template-columns: 132px minmax(210px, 1fr) auto;
		gap: 16px;
	}

	.zeapon-global-nav {
		gap: clamp(18px, 3vw, 38px);
	}

	.zeapon-action-text {
		display: none;
	}

	.zeapon-product-search,
	.zeapon-search-trigger {
		min-width: auto;
	}

	.zeapon-search-trigger {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.zeapon-search-trigger span {
		display: none;
	}

	.zeapon-product-mega {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.zeapon-product-grid,
	.zeapon-worry-grid,
	.zeapon-reels__rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zeapon-shop__layout {
		grid-template-columns: 260px 1fr;
		gap: 24px;
	}

	.zeapon-shop-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.zeapon-special-offer__grid,
	.zeapon-split-hero__card,
	.zeapon-global-footer__grid,
	.zeapon-product-hero {
		grid-template-columns: 1fr;
	}

	.zeapon-product-bundle__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.zeapon-global-header__bar {
		min-height: 62px;
		grid-template-columns: 112px 1fr;
	}

	.zeapon-global-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		padding: 18px 22px 24px;
		background: rgba(255, 255, 255, 0.98);
		box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
	}

	.zeapon-global-nav.is-open {
		display: grid;
		gap: 18px;
	}

	.zeapon-global-nav a,
	.home .zeapon-global-header.is-transparent:not(.is-scrolled) .zeapon-global-nav a {
		color: var(--zeapon-text);
		text-shadow: none;
	}

	.zeapon-global-actions {
		gap: 14px;
		justify-content: flex-end;
	}

	.zeapon-action-text {
		display: none;
	}

	.zeapon-mobile-account-link {
		display: inline-flex;
	}

	.zeapon-cart-link strong {
		display: none;
	}

	.zeapon-menu-toggle {
		display: grid;
	}

	.zeapon-product-mega {
		position: static;
		display: none;
		width: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
		margin-top: 14px;
		padding: 14px 0 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.zeapon-mega-trigger:hover .zeapon-product-mega,
	.zeapon-mega-trigger:focus-within .zeapon-product-mega,
	.zeapon-mega-trigger.is-open .zeapon-product-mega {
		display: grid;
	}

	.zeapon-product-mega__media {
		border-radius: 8px;
	}

	.zeapon-text-dropdown {
		position: static;
	}

	.zeapon-text-dropdown__menu {
		position: static;
		display: none;
		min-width: 0;
		padding: 8px 0 0 14px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.zeapon-text-dropdown:hover .zeapon-text-dropdown__menu,
	.zeapon-text-dropdown:focus-within .zeapon-text-dropdown__menu,
	.zeapon-text-dropdown.is-open .zeapon-text-dropdown__menu {
		display: grid;
		transform: none;
	}

	.zeapon-text-dropdown__menu a {
		padding: 9px 0;
		font-size: 0.95rem;
	}

	.zeapon-visual-carousel {
		aspect-ratio: 16 / 9;
	}

	.zeapon-split-hero__card {
		min-height: 520px;
	}

	.zeapon-shop__layout {
		grid-template-columns: 1fr;
	}

	.zeapon-shop-filter {
		position: static;
		border-right: 0;
		border-bottom: 1px solid var(--zeapon-line);
		padding-right: 0;
		padding-bottom: 22px;
	}

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

@media (max-width: 680px) {
	.zeapon-home__inner,
	.zeapon-global-header__bar,
	.zeapon-global-footer__grid,
	.zeapon-global-footer__payments,
	.zeapon-global-footer__bottom {
		width: min(100% - 28px, 1440px);
	}

	.zeapon-wordmark {
		font-size: 1.25rem;
	}

	.zeapon-global-actions {
		gap: 10px;
	}

	.zeapon-cart-link span {
		font-size: 0.68rem;
	}

	.zeapon-menu-toggle {
		display: grid;
		width: 28px;
	}

	.zeapon-visual-carousel {
		aspect-ratio: 16 / 9;
	}

	.zeapon-product-grid,
	.zeapon-worry-grid,
	.zeapon-reels__rail,
	.zeapon-product-bundle__items {
		grid-template-columns: 1fr;
	}

	.zeapon-shop__header,
	.zeapon-shop__layout {
		width: min(100% - 28px, 1480px);
	}

	.zeapon-price-filter,
	.zeapon-shop-grid {
		grid-template-columns: 1fr;
	}

	.zeapon-shop-card {
		min-height: 0;
	}

	.zeapon-reels__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.zeapon-special-offer__media {
		min-height: 360px;
	}

	.zeapon-split-hero__card {
		min-height: 460px;
	}

	.zeapon-split-hero__copy {
		padding: 28px;
	}

	.zeapon-footer-socials {
		flex-wrap: wrap;
	}

	.zeapon-product-hero,
	.zeapon-product-bundle,
	.zeapon-product-description {
		width: min(100% - 28px, 1480px);
	}

	.zeapon-product-gallery__main {
		min-height: 360px;
	}

	.zeapon-product-gallery__thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
