:root {
	--cz-bg: #ffffff;
	--cz-bg-soft: #f7fbfc;
	--cz-surface: rgba(255, 255, 255, 0.96);
	--cz-surface-strong: #ffffff;
	--cz-card: #ffffff;
	--cz-card-alt: #f8fcfc;
	--cz-ink: #212121;
	--cz-muted: #7d878f;
	--cz-line: rgba(33, 33, 33, 0.1);
	--cz-accent: #61ddc4;
	--cz-accent-strong: #59b7eb;
	--cz-accent-soft: #e8fbf6;
	--cz-copper: #59b7eb;
	--cz-gold: #eef3f5;
	--cz-blue-deep: #2f97d3;
	--cz-blue-soft: rgba(89, 183, 235, 0.18);
	--cz-mint-soft: rgba(97, 221, 196, 0.2);
	--cz-silver: #e5eaed;
	--cz-silver-strong: #d8e0e4;
	--cz-surface-glass: rgba(255, 255, 255, 0.9);
	--cz-shadow-lg: 0 26px 80px rgba(89, 183, 235, 0.12);
	--cz-ring: rgba(89, 183, 235, 0.18);
	--cz-shadow: 0 24px 60px rgba(18, 28, 34, 0.08);
	--cz-font-body: "Heebo", sans-serif;
	--cz-font-display: "Rubik", "Heebo", sans-serif;
	--cz-radius-lg: 32px;
	--cz-radius-md: 22px;
	--cz-radius-sm: 14px;
	--cz-shell: min(1200px, calc(100vw - 40px));
}

body.cannzepo-modern-active {
	background: var(--cz-bg);
	color: var(--cz-ink);
	font-family: var(--cz-font-body);
}

body.cannzepo-modern-active::before,
body.cannzepo-modern-active::after {
	content: "";
	inset: 0;
	pointer-events: none;
	position: fixed;
	z-index: 0;
}

body.cannzepo-modern-active::before {
	background:
		linear-gradient(180deg, rgba(36, 89, 67, 0.05) 0%, rgba(36, 89, 67, 0) 22%),
		radial-gradient(circle at 50% 0%, rgba(36, 89, 67, 0.04), transparent 38%);
}

body.cannzepo-modern-active::after {
	display: none;
}

body.home.cannzepo-modern-active::before {
	background: none;
}

html[dir="rtl"] body.cannzepo-modern-active {
	direction: rtl;
	text-align: right;
}

body.cannzepo-modern-active .site-content,
body.cannzepo-modern-active .site {
	background: transparent;
	position: relative;
	z-index: 1;
}

body.cannzepo-modern-active .site-content {
	padding-top: 104px;
}

body.home.cannzepo-modern-active .entry-header,
body.home.cannzepo-modern-active .post-thumb-img-content,
body.home.cannzepo-modern-active .ast-archive-header,
body.home.cannzepo-modern-active .comments-area {
	display: none;
}

body.cannzepo-modern-active .site-primary-header-wrap {
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(33, 33, 33, 0.06);
	inset-inline: 0;
	margin-top: 0;
	padding: 0 8px;
	position: fixed;
	top: 0;
	z-index: 90;
}

body.cannzepo-modern-active .ast-builder-grid-row {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	justify-content: space-between;
	min-height: 82px;
	padding: 10px 4px;
	position: relative;
	transition: transform 220ms ease, background 220ms ease;
}

body.cannzepo-modern-active .ast-builder-grid-row::before {
	display: none;
}

body.cannzepo-modern-active.cz-scrolled .ast-builder-grid-row {
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 12px 28px rgba(18, 28, 34, 0.08);
	transform: none;
}

body.cannzepo-modern-active.admin-bar .site-primary-header-wrap {
	top: 32px;
}

body.cannzepo-modern-active .site-header-section,
body.cannzepo-modern-active .site-header-focus-item,
body.cannzepo-modern-active .ast-builder-menu-1,
body.cannzepo-modern-active .ast-main-header-bar-alignment,
body.cannzepo-modern-active .main-header-bar-navigation,
body.cannzepo-modern-active .site-navigation,
body.cannzepo-modern-active .main-navigation {
	align-items: center;
	display: flex;
}

body.cannzepo-modern-active .site-header-primary-section-right {
	flex: 0 1 auto;
	gap: 14px;
	justify-content: flex-end;
	min-width: 0;
}

body.cannzepo-modern-active .ast-builder-menu-1,
body.cannzepo-modern-active .ast-main-header-bar-alignment,
body.cannzepo-modern-active .main-header-bar-navigation,
body.cannzepo-modern-active .site-navigation {
	width: auto;
}

body.cannzepo-modern-active .main-navigation {
	margin-inline-start: 0;
	width: auto;
}

body.cannzepo-modern-active .site-branding {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: inline-flex;
	flex: 0 0 auto;
	min-height: auto;
	padding: 0;
	white-space: nowrap;
}

body.cannzepo-modern-active .site-title a,
body.cannzepo-modern-active .ast-builder-menu-1 .menu-item > .menu-link,
body.cannzepo-modern-active .ast-builder-menu-1 .menu-item > .ast-menu-toggle {
	color: var(--cz-ink);
}

body.cannzepo-modern-active .site-title a {
	background: url("../images/cannzepo-logo.svg") no-repeat center / contain;
	display: block;
	font-family: var(--cz-font-display);
	font-size: 0;
	font-weight: 800;
	height: 32px;
	letter-spacing: 0;
	line-height: 0;
	overflow: hidden;
	text-indent: 200%;
	text-transform: none;
	white-space: nowrap;
	width: 150px;
}

body.cannzepo-modern-active .ast-builder-menu-1 .menu-item:hover > .menu-link,
body.cannzepo-modern-active .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link {
	color: var(--cz-accent);
}

body.cannzepo-modern-active .main-header-menu {
	align-items: center;
	background: transparent;
	border: 0;
	box-shadow: none;
	flex-wrap: nowrap;
	gap: 8px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

body.cannzepo-modern-active .main-header-menu > .menu-item {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	margin: 0;
}

body.cannzepo-modern-active .main-header-menu > .menu-item > .menu-link {
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 600;
	height: auto !important;
	justify-content: center;
	line-height: 1.15 !important;
	min-height: 0 !important;
	padding: 12px 14px !important;
	white-space: nowrap;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

body.cannzepo-modern-active .main-header-menu > .menu-item:hover > .menu-link,
body.cannzepo-modern-active .main-header-menu > .current-menu-item > .menu-link {
	background: rgba(255, 255, 255, 0.62);
	border-color: rgba(28, 25, 20, 0.06);
	transform: translateY(-1px);
}

body.cannzepo-modern-active .main-header-menu > .current-menu-item > .menu-link,
body.cannzepo-modern-active .main-header-menu > .current_page_item > .menu-link {
	background: rgba(45, 90, 66, 0.1);
	border-color: rgba(45, 90, 66, 0.16);
	box-shadow: inset 0 0 0 1px rgba(45, 90, 66, 0.05);
	color: var(--cz-accent-strong);
}

body.cannzepo-modern-active .cz-menu-item > .menu-link {
	align-items: center;
	display: inline-flex;
	gap: 0;
	justify-content: center;
	padding: 0 !important;
}

body.cannzepo-modern-active .main-header-menu > .cz-menu-item--account > .menu-link {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--cz-ink);
}

body.cannzepo-modern-active .main-header-menu > .cz-menu-item--account > .menu-link:hover {
	background: rgba(89, 183, 235, 0.08);
}

body.cannzepo-modern-active .main-header-menu > .cz-menu-item--cart > .menu-link {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--cz-ink) !important;
}

body.cannzepo-modern-active .main-header-menu > .cz-menu-item--cart > .menu-link:hover {
	background: rgba(97, 221, 196, 0.12);
	color: var(--cz-ink) !important;
}

body.cannzepo-modern-active .cz-menu-item--account,
body.cannzepo-modern-active .cz-menu-item--cart {
	position: relative;
}

body.cannzepo-modern-active .main-header-menu > .cz-menu-item--account > .menu-link,
body.cannzepo-modern-active .main-header-menu > .cz-menu-item--cart > .menu-link {
	block-size: 42px;
	inline-size: 42px;
	min-height: 42px !important;
	padding: 0 !important;
	position: relative;
}

body.cannzepo-modern-active .cz-menu-icon {
	align-items: center;
	color: currentColor;
	display: inline-flex;
	height: 20px;
	justify-content: center;
	width: 20px;
}

body.cannzepo-modern-active .cz-menu-icon svg {
	display: block;
	height: 100%;
	width: 100%;
}

body.cannzepo-modern-active .cz-menu-label {
	display: none;
}

body.cannzepo-modern-active .cz-cart-count {
	align-items: center;
	background: var(--cz-accent-strong);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 700;
	height: 18px;
	justify-content: center;
	inset-inline-start: -2px;
	min-width: 18px;
	padding: 0 4px;
	position: absolute;
	top: -2px;
}

.cz-home {
	padding-bottom: 88px;
}

.cz-shell {
	margin: 0 auto;
	width: var(--cz-shell);
}

.cz-kicker {
	color: var(--cz-accent);
	font-family: var(--cz-font-display);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 14px;
	text-transform: none;
}

.cz-hero {
	padding: 42px 0 30px;
}

.cz-hero__grid {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.cz-hero__copy {
	position: relative;
}

.cz-hero__copy h1,
.cz-section__intro h2,
.cz-story-copy h2,
.cz-banner h2,
.cz-showcase__card h2 {
	color: var(--cz-ink);
	font-family: var(--cz-font-display);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.04;
	margin: 0;
}

.cz-hero__copy h1 {
	font-size: clamp(2.9rem, 5.6vw, 4.8rem);
	line-height: 1.08;
	max-width: 12ch;
	text-wrap: balance;
}

.cz-lead,
.cz-section__intro p,
.cz-story-copy p,
.cz-story-card p {
	color: var(--cz-muted);
	font-size: 1.06rem;
	line-height: 1.7;
}

.cz-lead {
	margin: 22px 0 0;
	max-width: 58ch;
}

.cz-hero__actions,
.cz-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.cz-button {
	border: 1px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	font-family: var(--cz-font-display);
	font-size: 0.95rem;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	padding: 14px 22px;
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.cz-button:hover {
	transform: translateY(-1px);
}

.cz-button--solid {
	background: linear-gradient(135deg, var(--cz-accent-strong), var(--cz-accent));
	box-shadow: 0 18px 35px rgba(23, 54, 39, 0.24);
	color: #f8f5ef;
}

.cz-button--solid:hover {
	background: var(--cz-accent);
	color: #fff;
}

.cz-button--ghost {
	background: rgba(255, 250, 243, 0.6);
	border-color: rgba(28, 25, 20, 0.12);
	color: var(--cz-ink);
}

.cz-button--ghost:hover {
	background: rgba(255, 250, 243, 0.92);
	color: var(--cz-ink);
}

.cz-badges,
.cz-metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.cz-badges li,
.cz-metric {
	background: rgba(255, 252, 247, 0.72);
	border: 1px solid rgba(28, 25, 20, 0.08);
	border-radius: 999px;
	box-shadow: 0 14px 28px rgba(28, 25, 20, 0.05);
}

.cz-badges li {
	color: var(--cz-muted);
	font-size: 0.92rem;
	font-weight: 600;
	padding: 11px 15px;
}

.cz-metrics {
	margin-top: 36px;
}

.cz-metric {
	backdrop-filter: blur(14px);
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	min-width: 152px;
	padding: 18px 18px 16px;
}

.cz-metric__value {
	font-family: var(--cz-font-display);
	font-size: 1.85rem;
	font-weight: 700;
	line-height: 1;
}

.cz-metric__label {
	color: var(--cz-muted);
	font-size: 0.9rem;
	margin-top: 6px;
}

.cz-hero__visual {
	position: relative;
}

.cz-glow {
	display: none;
}

.cz-glow--one {
	background: rgba(45, 90, 66, 0.18);
	height: 220px;
	inset-inline-start: -20px;
	top: -18px;
	width: 220px;
}

.cz-glow--two {
	background: rgba(176, 107, 62, 0.18);
	bottom: 6px;
	height: 180px;
	inset-inline-end: 18px;
	width: 180px;
}

.cz-showcase {
	background: #fff;
	border: 1px solid rgba(28, 25, 20, 0.08);
	border-radius: var(--cz-radius-lg);
	box-shadow: 0 18px 42px rgba(18, 28, 34, 0.08);
	display: grid;
	gap: 18px;
	padding: 24px;
}

.cz-showcase__eyebrow,
.cz-showcase__tag,
.cz-product-card__meta,
.cz-category-card__count {
	color: var(--cz-copper);
	font-family: var(--cz-font-display);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0;
	text-transform: none;
}

.cz-showcase__image {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--cz-line);
	border-radius: calc(var(--cz-radius-lg) - 8px);
	display: flex;
	justify-content: center;
	margin-top: 0;
	min-height: 360px;
	overflow: hidden;
	padding: 18px;
	position: relative;
}

.cz-showcase__image img {
	border-radius: 0;
	box-shadow: none;
	max-height: 320px;
	object-fit: contain;
	width: auto;
}

.cz-showcase__image--fallback::before {
	background: linear-gradient(145deg, rgba(45, 90, 66, 0.22), rgba(176, 107, 62, 0.22));
	border-radius: 50%;
	content: "";
	display: block;
	height: 260px;
	width: 260px;
}

.cz-showcase__card {
	background: #ffffff;
	border: 1px solid var(--cz-line);
	border-radius: 24px;
	box-shadow: none;
	color: var(--cz-ink);
	max-width: none;
	padding: 18px;
	position: static;
}

.cz-showcase__card h2 {
	color: var(--cz-ink);
	font-size: 1.3rem;
	line-height: 1.18;
	margin-top: 8px;
}

.cz-showcase__price {
	color: var(--cz-blue-deep);
	font-size: 1rem;
	font-weight: 700;
	margin: 12px 0 0;
}

.cz-showcase__card a,
.cz-text-link,
.cz-product-card__link {
	color: #d9f1df;
	font-family: var(--cz-font-display);
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
}

.cz-showcase__card a {
	display: inline-block;
	margin-top: 14px;
}

.cz-showcase--slider {
	gap: 20px;
}

.cz-showcase__header {
	align-items: end;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.cz-showcase__intro {
	display: grid;
	gap: 8px;
}

.cz-showcase__headline {
	font-size: clamp(1.65rem, 2.9vw, 2.25rem);
	line-height: 1.15;
	margin: 0;
	max-width: 12ch;
}

.cz-showcase__nav {
	display: inline-flex;
	gap: 10px;
}

.cz-showcase__nav-button,
.cz-showcase__dot {
	appearance: none;
	background: #ffffff;
	border: 1px solid var(--cz-line);
	color: var(--cz-ink);
	cursor: pointer;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.cz-showcase__nav-button {
	align-items: center;
	border-radius: 999px;
	box-shadow: 0 14px 28px rgba(18, 28, 34, 0.08);
	display: inline-flex;
	font-family: var(--cz-font-display);
	font-size: 1.4rem;
	font-weight: 700;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}

.cz-showcase__nav-button:hover,
.cz-showcase__dot:hover {
	background: var(--cz-accent-soft);
	border-color: rgba(89, 183, 235, 0.2);
	transform: translateY(-1px);
}

.cz-showcase__viewport {
	position: relative;
}

.cz-showcase-slide {
	display: none;
	gap: 18px;
}

.cz-showcase-slide.is-active {
	display: grid;
}

.cz-showcase__card h3 {
	color: var(--cz-ink);
	font-family: var(--cz-font-display);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 8px 0 0;
}

.cz-showcase__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
}

.cz-showcase__facts li {
	background: var(--cz-bg-soft);
	border: 1px solid var(--cz-line);
	border-radius: 999px;
	color: var(--cz-muted);
	font-size: 0.9rem;
	font-weight: 600;
	padding: 10px 14px;
}

.cz-showcase__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.cz-showcase__actions .cz-button {
	flex: 1 1 180px;
}

.cz-showcase__dots {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.cz-showcase__dot {
	border-radius: 999px;
	height: 12px;
	padding: 0;
	width: 12px;
}

.cz-showcase__dot.is-active {
	background: linear-gradient(135deg, var(--cz-accent-strong), var(--cz-accent));
	border-color: transparent;
	box-shadow: 0 10px 22px rgba(89, 183, 235, 0.22);
	transform: scale(1.08);
}

body.cz-age-gate-open {
	overflow: hidden;
}

.cz-age-gate {
	align-items: center;
	background: rgba(18, 28, 34, 0.56);
	backdrop-filter: blur(10px);
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 24px;
	pointer-events: none;
	position: fixed;
	transition: opacity 220ms ease;
	z-index: 9999;
}

.cz-age-gate.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.cz-age-gate__dialog {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 251, 252, 0.97)),
		#ffffff;
	border: 1px solid var(--cz-line);
	border-radius: 30px;
	box-shadow: 0 36px 80px rgba(18, 28, 34, 0.2);
	max-width: 580px;
	padding: 34px;
	width: min(100%, 580px);
}

.cz-age-gate__eyebrow {
	color: var(--cz-accent-strong);
	font-family: var(--cz-font-display);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 12px;
}

.cz-age-gate__dialog h2 {
	color: var(--cz-ink);
	font-family: var(--cz-font-display);
	font-size: clamp(2rem, 4vw, 2.8rem);
	line-height: 1.08;
	margin: 0;
}

.cz-age-gate__dialog p {
	color: var(--cz-muted);
	font-size: 1rem;
	line-height: 1.75;
	margin: 18px 0 0;
}

.cz-age-gate__rules {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}

.cz-age-gate__rules li {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--cz-line);
	border-radius: 18px;
	color: var(--cz-ink);
	font-weight: 600;
	padding: 14px 16px;
}

.cz-age-gate__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.cz-age-gate__actions .cz-button {
	flex: 1 1 220px;
}

.cz-section {
	padding: 42px 0;
}

.cz-section__intro {
	margin-bottom: 22px;
	max-width: 760px;
}

.cz-section__intro h2,
.cz-story-copy h2,
.cz-banner h2 {
	font-size: clamp(2rem, 4vw, 3.3rem);
}

.cz-section__intro h2 {
	margin-top: 6px;
}

.cz-section__intro--split {
	align-items: end;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	max-width: none;
}

.cz-category-grid,
.cz-product-grid,
.cz-story-cards {
	display: grid;
	gap: 18px;
}

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

.cz-category-card {
	background: linear-gradient(160deg, rgba(255, 250, 243, 0.96), rgba(239, 231, 217, 0.88));
	border: 1px solid rgba(28, 25, 20, 0.08);
	border-radius: var(--cz-radius-md);
	box-shadow: 0 22px 48px rgba(28, 25, 20, 0.08);
	color: var(--cz-ink);
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-align: right;
	min-height: 190px;
	justify-content: flex-end;
	padding: 22px;
	position: relative;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.cz-category-card::before {
	background: radial-gradient(circle at top left, rgba(45, 90, 66, 0.18), transparent 52%);
	border-radius: inherit;
	content: "";
	inset: 0;
	position: absolute;
}

.cz-category-card:nth-child(2n)::before {
	background: radial-gradient(circle at top left, rgba(176, 107, 62, 0.18), transparent 52%);
}

.cz-category-card:nth-child(3n)::before {
	background: radial-gradient(circle at top left, rgba(45, 90, 66, 0.12), rgba(176, 107, 62, 0.12) 45%, transparent 72%);
}

.cz-category-card:hover {
	box-shadow: 0 22px 42px rgba(28, 25, 20, 0.12);
	transform: translateY(-4px);
}

.cz-category-card strong,
.cz-category-card__cta {
	position: relative;
	z-index: 1;
}

.cz-category-card strong {
	font-size: 1.42rem;
	line-height: 1.1;
}

.cz-category-card__cta {
	color: var(--cz-accent);
	font-family: var(--cz-font-display);
	font-size: 0.92rem;
	font-weight: 700;
}

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

.cz-product-card,
body.cannzepo-modern-active .woocommerce ul.products li.product {
	background:
		linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(245, 237, 225, 0.92)),
		rgba(255, 250, 243, 0.9);
	border: 1px solid rgba(28, 25, 20, 0.08);
	border-radius: 22px;
	box-shadow: 0 20px 40px rgba(28, 25, 20, 0.08);
	overflow: hidden;
	position: relative;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.cz-product-card:hover,
body.cannzepo-modern-active .woocommerce ul.products li.product:hover {
	box-shadow: 0 22px 40px rgba(28, 25, 20, 0.12);
	transform: translateY(-4px);
}

.cz-product-card__image,
body.cannzepo-modern-active .woocommerce ul.products li.product a img {
	background: linear-gradient(180deg, rgba(248, 242, 233, 0.95), rgba(231, 223, 209, 0.7));
	display: block;
}

.cz-product-card__image {
	aspect-ratio: 1 / 0.92;
	overflow: hidden;
	padding: 22px;
}

.cz-product-card__image img,
body.cannzepo-modern-active .woocommerce ul.products li.product a img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.cz-product-card__image-fallback {
	background: radial-gradient(circle at top, rgba(45, 90, 66, 0.2), rgba(176, 107, 62, 0.12));
	border-radius: 18px;
	display: block;
	height: 100%;
	width: 100%;
}

.cz-product-card__body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 18px;
	text-align: right;
}

.cz-product-card h3,
body.cannzepo-modern-active .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	font-size: 1.08rem;
	line-height: 1.35;
	margin: 0;
}

.cz-product-card h3 a,
body.cannzepo-modern-active .woocommerce ul.products li.product a {
	color: var(--cz-ink);
	text-decoration: none;
}

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

.cz-product-card__price,
body.cannzepo-modern-active .woocommerce ul.products li.product .price {
	color: var(--cz-accent-strong);
	font-family: var(--cz-font-display);
	font-weight: 700;
}

.cz-story-grid {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.cz-story-cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cz-story-card {
	background: linear-gradient(180deg, rgba(255, 250, 243, 0.9), rgba(238, 231, 219, 0.88));
	border: 1px solid rgba(28, 25, 20, 0.08);
	border-radius: 20px;
	min-height: 100%;
	padding: 22px;
	text-align: right;
}

.cz-story-card h3 {
	font-family: var(--cz-font-display);
	font-size: 1.2rem;
	margin: 0 0 10px;
}

.cz-banner {
	padding-top: 38px;
}

.cz-banner__inner {
	align-items: center;
	background: linear-gradient(135deg, rgba(19, 46, 33, 0.96), rgba(69, 45, 23, 0.92));
	border-radius: 30px;
	box-shadow: 0 30px 70px rgba(17, 17, 17, 0.22);
	color: #f7f2eb;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 30px;
}

.cz-banner .cz-kicker,
.cz-banner h2,
.cz-banner .cz-button--ghost {
	color: #f7f2eb;
}

.cz-banner .cz-button--ghost {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.18);
}

body.cannzepo-modern-active .woocommerce ul.products {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.cannzepo-modern-active .woocommerce ul.products li.product {
	margin: 0 !important;
	padding: 0 0 18px;
	width: auto !important;
}

.cz-shop-page {
	padding-bottom: 72px;
}

.cz-shop-hero {
	padding: 28px 0 18px;
}

.cz-shop-hero__row {
	align-items: end;
	display: flex;
	gap: 22px;
	justify-content: space-between;
}

.cz-shop-hero h1 {
	font-family: var(--cz-font-display);
	font-size: clamp(2.4rem, 5vw, 4rem);
	line-height: 1.04;
	margin: 0;
}

.cz-shop-hero p:last-child {
	color: var(--cz-muted);
	font-size: 1rem;
	margin: 14px 0 0;
	max-width: 62ch;
}

.cz-shop-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.cz-shop-layout {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
}

@media (min-width: 1081px) {
	.cz-shop-sidebar {
		align-self: start;
		position: sticky;
		top: 122px;
	}
}

.cz-shop-sidebar,
.cz-shop-results {
	min-width: 0;
}

.cz-panel {
	background:
		linear-gradient(180deg, rgba(255, 252, 247, 0.94), rgba(245, 237, 225, 0.92)),
		rgba(255, 250, 243, 0.92);
	border: 1px solid rgba(28, 25, 20, 0.08);
	border-radius: 24px;
	box-shadow: 0 20px 40px rgba(28, 25, 20, 0.08);
	margin-bottom: 18px;
	padding: 20px;
	text-align: right;
}

.cz-panel__heading {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 14px;
}

.cz-panel__heading h2,
.cz-panel--account h2,
.cz-panel--empty h2 {
	font-family: var(--cz-font-display);
	font-size: 1.18rem;
	margin: 0;
}

.cz-panel__heading a {
	color: var(--cz-accent);
	font-family: var(--cz-font-display);
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
}

.cz-filter-form {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.cz-filter-form + .cz-filter-form {
	border-top: 1px solid rgba(28, 25, 20, 0.08);
	margin-top: 18px;
	padding-top: 18px;
}

.cz-filter-form label {
	color: var(--cz-muted);
	display: block;
	font-size: 0.85rem;
	font-weight: 700;
	margin-bottom: 6px;
}

.cz-filter-form input[type="search"],
.cz-filter-form input[type="number"] {
	background: #fffdf9;
	border: 1px solid rgba(28, 25, 20, 0.12);
	border-radius: 14px;
	box-shadow: none;
	padding: 12px 14px;
}

.cz-filter-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cz-checkbox {
	align-items: center;
	display: flex;
	gap: 10px;
}

.cz-checkbox input {
	width: auto;
}

.cz-category-nav ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cz-category-nav li ul {
	margin-inline-start: 16px;
	margin-top: 8px;
}

.cz-category-nav a {
	align-items: center;
	background: rgba(255, 255, 255, 0.64);
	border: 1px solid transparent;
	border-radius: 16px;
	color: var(--cz-ink);
	display: flex;
	font-size: 0.95rem;
	font-weight: 600;
	gap: 12px;
	justify-content: space-between;
	padding: 12px 14px;
	text-decoration: none;
}

.cz-category-nav a em {
	color: var(--cz-muted);
	font-size: 0.85rem;
	font-style: normal;
}

.cz-category-nav li.is-active > a,
.cz-category-nav a:hover {
	border-color: rgba(45, 90, 66, 0.16);
	box-shadow: 0 10px 24px rgba(28, 25, 20, 0.06);
	color: var(--cz-accent-strong);
}

.cz-panel--account p,
.cz-panel--empty p {
	color: var(--cz-muted);
	line-height: 1.7;
	margin: 12px 0 18px;
}

.cz-shop-results__crumbs {
	margin-bottom: 10px;
}

.cz-shop-results__crumbs .woocommerce-breadcrumb {
	color: var(--cz-muted);
	font-size: 0.92rem;
	margin-bottom: 18px;
}

.cz-shop-toolbar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.cz-shop-toolbar .woocommerce-ordering,
.cz-shop-toolbar .woocommerce-result-count {
	float: none;
	margin: 0;
}

.cz-shop-toolbar select.orderby {
	background: rgba(255, 250, 243, 0.92);
	border: 1px solid rgba(28, 25, 20, 0.12);
	border-radius: 14px;
	min-width: 220px;
	padding: 12px 14px;
}

body.cannzepo-modern-active .woocommerce-pagination ul.page-numbers {
	border: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.cannzepo-modern-active .woocommerce-pagination ul.page-numbers li {
	border: 0;
	float: none;
}

body.cannzepo-modern-active .woocommerce-pagination .page-numbers a,
body.cannzepo-modern-active .woocommerce-pagination .page-numbers span {
	background: rgba(255, 250, 243, 0.92);
	border: 1px solid rgba(28, 25, 20, 0.1);
	border-radius: 14px;
	color: var(--cz-ink);
	min-width: 44px;
	padding: 12px 14px;
}

body.cannzepo-modern-active .woocommerce-pagination .page-numbers span.current {
	background: var(--cz-accent-strong);
	border-color: transparent;
	color: #fff;
}

body.cannzepo-modern-active.single-product .product,
body.cannzepo-modern-active .woocommerce-account .woocommerce,
body.cannzepo-modern-active .woocommerce-cart .woocommerce,
body.cannzepo-modern-active .woocommerce-checkout .woocommerce {
	background:
		linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(245, 237, 225, 0.92)),
		rgba(255, 250, 243, 0.92);
	border: 1px solid rgba(28, 25, 20, 0.08);
	border-radius: 28px;
	box-shadow: 0 22px 46px rgba(28, 25, 20, 0.09);
	padding: 28px;
}

body.cannzepo-modern-active.single-product .product .summary {
	padding-inline-start: 22px;
}

body.cannzepo-modern-active .woocommerce form .form-row .input-text,
body.cannzepo-modern-active .woocommerce form .form-row textarea,
body.cannzepo-modern-active .woocommerce form select {
	background: #fffdf9;
	border: 1px solid rgba(28, 25, 20, 0.12);
	border-radius: 14px;
}

body.cannzepo-modern-active .woocommerce ul.products li.product .button,
body.cannzepo-modern-active .woocommerce a.button,
body.cannzepo-modern-active .woocommerce button.button,
body.cannzepo-modern-active .woocommerce input.button {
	background: var(--cz-accent-strong);
	border-radius: 999px;
	color: #f8f5ef;
	font-family: var(--cz-font-display);
	font-weight: 700;
	padding: 12px 18px;
}

body.cannzepo-modern-active .woocommerce ul.products li.product .button:hover,
body.cannzepo-modern-active .woocommerce a.button:hover,
body.cannzepo-modern-active .woocommerce button.button:hover,
body.cannzepo-modern-active .woocommerce input.button:hover {
	background: var(--cz-accent);
	color: #fff;
}

body.cannzepo-modern-active .woocommerce span.onsale {
	background: var(--cz-copper);
	border-radius: 999px;
	min-height: auto;
	min-width: auto;
	padding: 8px 12px;
}

body.cannzepo-modern-active .site-below-footer-wrap[data-section="section-below-footer-builder"] {
	background: transparent;
	border-top: 0;
	padding-bottom: 28px;
	padding-top: 28px;
}

body.cannzepo-modern-active .ast-footer-copyright.site-footer-focus-item {
	color: var(--cz-muted);
	width: auto;
}

body.cannzepo-modern-active .ast-footer-copyright {
	background: transparent;
	border: 0;
	box-shadow: none;
}

.cz-footer-bar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px 18px;
	justify-content: space-between;
}

.cz-footer-socials {
	align-items: center;
	display: flex;
	gap: 10px;
}

.cz-footer-social {
	align-items: center;
	color: var(--cz-ink);
	display: inline-flex;
	height: 38px;
	justify-content: center;
	text-decoration: none;
	width: 38px;
}

.cz-footer-social:hover {
	color: var(--cz-accent-strong);
}

.cz-footer-social__icon {
	display: inline-flex;
	height: 18px;
	width: 18px;
}

.cz-footer-social__icon svg {
	display: block;
	height: 100%;
	width: 100%;
}

.cz-footer-meta {
	align-items: center;
	color: var(--cz-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.96rem;
	gap: 8px;
}

.cz-footer-meta__sep {
	opacity: 0.45;
}

body.cannzepo-modern-active article.type-page {
	margin: 0 auto;
	max-width: min(960px, calc(100vw - 40px));
	padding-bottom: 72px;
}

body.cannzepo-modern-active article.type-page .entry-header {
	margin-top: 32px;
}

body.cannzepo-modern-active article.type-page .entry-content {
	background:
		linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(245, 237, 225, 0.92)),
		rgba(255, 250, 243, 0.92);
	border: 1px solid rgba(28, 25, 20, 0.08);
	border-radius: 28px;
	box-shadow: 0 22px 50px rgba(28, 25, 20, 0.08);
	line-height: 1.8;
	padding: 32px;
}

body.cannzepo-modern-active .entry-content .cz-page-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
}

body.cannzepo-modern-active .entry-content .cz-page-card {
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(28, 25, 20, 0.08);
	border-radius: 22px;
	box-shadow: 0 16px 32px rgba(28, 25, 20, 0.06);
	padding: 22px;
}

body.cannzepo-modern-active .entry-content .cz-page-card h3 {
	font-family: var(--cz-font-display);
	font-size: 1.18rem;
	margin: 0 0 8px;
}

body.cannzepo-modern-active .entry-content .cz-page-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.cz-js .cz-reveal {
	opacity: 0;
	transform: translateY(26px) scale(0.985);
	transition:
		opacity 640ms ease,
		transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: var(--cz-reveal-delay, 0ms);
}

.cz-js .cz-reveal.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

html[dir="rtl"] body.cannzepo-modern-active .main-header-menu,
html[dir="rtl"] body.cannzepo-modern-active .ast-builder-menu-1 {
	direction: rtl;
}

html[dir="rtl"] body.cannzepo-modern-active .cz-showcase__card,
html[dir="rtl"] body.cannzepo-modern-active .cz-banner__inner,
html[dir="rtl"] body.cannzepo-modern-active .cz-section__intro--split,
html[dir="rtl"] body.cannzepo-modern-active .cz-shop-hero__row,
html[dir="rtl"] body.cannzepo-modern-active .cz-shop-toolbar,
html[dir="rtl"] body.cannzepo-modern-active .cz-product-card__footer {
	flex-direction: row-reverse;
}

html[dir="rtl"] body.cannzepo-modern-active .woocommerce-product-gallery,
html[dir="rtl"] body.cannzepo-modern-active .summary.entry-summary {
	text-align: right;
}

@media (max-width: 1080px) {
	.cz-hero__grid,
	.cz-story-grid,
	.cz-banner__inner {
		grid-template-columns: 1fr;
	}

	body.cannzepo-modern-active .ast-builder-grid-row {
		gap: 14px;
		padding: 10px 0;
	}

	body.cannzepo-modern-active .main-header-menu {
		flex-wrap: wrap;
		justify-content: center;
	}

	.cz-product-grid,
	body.cannzepo-modern-active .woocommerce ul.products,
	.cz-story-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cz-shop-layout {
		grid-template-columns: 1fr;
	}

	.cz-shop-hero__row {
		display: grid;
	}
}

@media (max-width: 921px) {
	.cz-hero {
		padding-top: 20px;
	}

	body.cannzepo-modern-active .site-primary-header-wrap {
		padding: 0 4px;
	}

	body.cannzepo-modern-active .ast-builder-grid-row {
		min-height: 74px;
	}

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

	.cz-section__intro--split {
		align-items: start;
		flex-direction: column;
	}

	.cz-shop-toolbar {
		align-items: start;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.cz-shell {
		width: min(100vw - 28px, 100%);
	}

	body.cannzepo-modern-active .site-branding {
		min-height: auto;
		padding: 0;
	}

	body.cannzepo-modern-active .site-title a {
		height: 28px;
		width: 130px;
	}

	.cz-footer-bar {
		align-items: flex-start;
		flex-direction: column-reverse;
	}

	.cz-hero__copy h1 {
		font-size: clamp(2.3rem, 13vw, 3.3rem);
	}

	.cz-category-grid,
	.cz-product-grid,
	body.cannzepo-modern-active .woocommerce ul.products,
	.cz-story-cards,
	.cz-filter-grid {
		grid-template-columns: 1fr;
	}

	.cz-showcase {
		padding: 18px;
	}

	.cz-showcase__image {
		min-height: 280px;
	}

	.cz-showcase__card {
		margin-top: 18px;
		max-width: none;
		position: static;
	}

	html[dir="rtl"] body.cannzepo-modern-active .cz-showcase__card,
	html[dir="rtl"] body.cannzepo-modern-active .cz-banner__inner,
	html[dir="rtl"] body.cannzepo-modern-active .cz-section__intro--split,
	html[dir="rtl"] body.cannzepo-modern-active .cz-shop-hero__row,
	html[dir="rtl"] body.cannzepo-modern-active .cz-shop-toolbar,
	html[dir="rtl"] body.cannzepo-modern-active .cz-product-card__footer {
		flex-direction: column;
	}

	.cz-banner__inner {
		padding: 24px;
	}

	body.cannzepo-modern-active article.type-page .entry-content {
		padding: 22px;
	}

	body.cannzepo-modern-active .entry-content .cz-page-grid {
		grid-template-columns: 1fr;
	}

	body.cannzepo-modern-active.single-product .product,
	body.cannzepo-modern-active .woocommerce-account .woocommerce,
	body.cannzepo-modern-active .woocommerce-cart .woocommerce,
	body.cannzepo-modern-active .woocommerce-checkout .woocommerce,
	.cz-panel {
		padding: 18px;
	}
}

.cz-button--soft {
	background: var(--cz-accent-soft);
	border-color: transparent;
	color: var(--cz-accent-strong);
}

.cz-button--soft:hover {
	background: #cfe0d8;
	color: var(--cz-accent-strong);
}

.cz-button--small {
	font-size: 0.88rem;
	padding: 11px 16px;
}

.cz-shop-page {
	padding-bottom: 96px;
}

.cz-shop-hero {
	padding: 26px 0 10px;
}

.cz-shop-hero__panel {
	align-items: stretch;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 249, 0.96)),
		var(--cz-card);
	border: 1px solid var(--cz-line);
	border-radius: 32px;
	box-shadow: var(--cz-shadow);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.4fr) minmax(290px, 0.8fr);
	overflow: clip;
	padding: 26px;
}

.cz-shop-hero__copy h1 {
	font-family: var(--cz-font-display);
	font-size: clamp(2.5rem, 4vw, 4rem);
	line-height: 1;
	margin: 10px 0 0;
}

.cz-shop-hero__copy p:last-of-type {
	color: var(--cz-muted);
	font-size: 1.02rem;
	line-height: 1.8;
	margin: 14px 0 0;
	max-width: 58ch;
}

.cz-shop-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.cz-shop-hero__stats {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr;
}

.cz-shop-hero__categories {
	border-top: 1px solid var(--cz-line);
	display: grid;
	gap: 16px;
	grid-column: 1 / -1;
	min-width: 0;
	padding-top: 24px;
}

.cz-shop-hero__categories .cz-category-browser {
	border-top: 0;
	margin-top: 0;
	min-width: 0;
	padding-top: 0;
}

.cz-shop-hero__categories .cz-category-browser__header {
	align-items: end;
	display: grid;
	gap: 10px 18px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.92fr);
}

.cz-shop-hero__categories .cz-category-browser__header p {
	margin: 0;
	max-width: none;
}

.cz-shop-hero__categories .cz-category-cards {
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	inline-size: 100%;
	margin-top: 0;
	min-width: 0;
	overflow: visible;
	padding-bottom: 0;
}

.cz-shop-hero__categories .cz-category-choice {
	min-height: 108px;
}

.cz-shop-hero__categories .cz-subcategory-panels {
	margin-top: 0;
}

.cz-shop-hero__categories .cz-subcategory-panel.is-active {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 249, 0.94));
	border: 1px solid var(--cz-line);
	box-shadow: 0 16px 30px rgba(18, 28, 34, 0.05);
	padding: 18px;
}

.cz-shop-stat {
	background: linear-gradient(180deg, #ffffff, #f7faf9);
	border: 1px solid var(--cz-line);
	border-radius: 24px;
	box-shadow: 0 18px 34px rgba(18, 28, 34, 0.05);
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
	min-height: 110px;
	padding: 18px 20px;
}

.cz-shop-stat__value {
	color: var(--cz-accent-strong);
	font-family: var(--cz-font-display);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.cz-shop-stat__label {
	color: var(--cz-muted);
	font-size: 0.94rem;
}

.cz-catalog-shell {
	position: relative;
}

.cz-catalog-surface {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 249, 0.98)),
		var(--cz-card);
	border: 1px solid var(--cz-line);
	border-radius: 32px;
	box-shadow: var(--cz-shadow);
	padding: 24px;
}

.cz-catalog-surface__header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 22px;
}

.cz-catalog-surface__header h2 {
	font-family: var(--cz-font-display);
	font-size: clamp(1.55rem, 2vw, 2.1rem);
	line-height: 1.2;
	margin: 8px 0 0;
}

.cz-catalog-surface__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cz-catalog-controls .cz-filter-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(200px, 1fr));
	margin-bottom: 20px;
}

.cz-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cz-field > span {
	color: var(--cz-muted);
	font-size: 0.88rem;
	font-weight: 700;
}

.cz-field input[type="search"],
.cz-field input[type="number"],
.cz-field select {
	background: #ffffff;
	border: 1px solid rgba(20, 33, 38, 0.12);
	border-radius: 16px;
	box-shadow: none;
	color: var(--cz-ink);
	font-size: 0.98rem;
	min-height: 54px;
	padding: 0 16px;
}

.cz-field input[type="search"]::placeholder,
.cz-field input[type="number"]::placeholder {
	color: #93a0a6;
}

.cz-field--toggle {
	justify-content: flex-end;
}

.cz-toggle {
	align-items: center;
	background: #f7faf9;
	border: 1px solid rgba(20, 33, 38, 0.1);
	border-radius: 18px;
	display: flex;
	gap: 12px;
	min-height: 54px;
	padding: 0 16px;
}

.cz-toggle input {
	accent-color: var(--cz-accent);
}

.cz-price-filter {
	background: #f7faf9;
	border: 1px solid rgba(20, 33, 38, 0.08);
	border-radius: 26px;
	margin-bottom: 22px;
	padding: 20px;
}

.cz-price-filter__header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
}

.cz-price-filter__header strong {
	display: block;
	font-family: var(--cz-font-display);
	font-size: 1.08rem;
}

.cz-price-filter__header p {
	color: var(--cz-muted);
	font-size: 0.92rem;
	margin: 6px 0 0;
}

.cz-price-filter__inputs {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 18px;
}

.cz-price-filter__ranges {
	margin-top: 14px;
	position: relative;
}

.cz-range-track {
	background: linear-gradient(
		90deg,
		#dfe8e4 0%,
		#dfe8e4 var(--cz-range-start, 0%),
		var(--cz-accent) var(--cz-range-start, 0%),
		var(--cz-accent) var(--cz-range-end, 100%),
		#dfe8e4 var(--cz-range-end, 100%),
		#dfe8e4 100%
	);
	border-radius: 999px;
	height: 7px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.cz-price-filter__ranges input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	margin: 0;
	pointer-events: none;
	position: relative;
	width: 100%;
}

.cz-price-filter__ranges input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #ffffff;
	border: 2px solid var(--cz-accent);
	border-radius: 50%;
	box-shadow: 0 6px 16px rgba(20, 33, 38, 0.12);
	height: 18px;
	pointer-events: auto;
	width: 18px;
}

.cz-price-filter__ranges input[type="range"]::-moz-range-thumb {
	background: #ffffff;
	border: 2px solid var(--cz-accent);
	border-radius: 50%;
	box-shadow: 0 6px 16px rgba(20, 33, 38, 0.12);
	height: 18px;
	pointer-events: auto;
	width: 18px;
}

.cz-price-filter__ranges input[type="range"]::-moz-range-track {
	background: transparent;
}

.cz-inline-pill {
	background: rgba(36, 89, 67, 0.08);
	border: 1px solid rgba(36, 89, 67, 0.12);
	border-radius: 999px;
	color: var(--cz-accent-strong);
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 700;
	padding: 8px 12px;
}

.cz-category-browser {
	border-top: 1px solid rgba(20, 33, 38, 0.08);
	margin-top: 20px;
	padding-top: 20px;
}

.cz-category-browser__scroll {
	display: grid;
	gap: 16px;
}

.cz-category-browser__header strong {
	display: block;
	font-family: var(--cz-font-display);
	font-size: 1.12rem;
}

.cz-category-browser__header p {
	color: var(--cz-muted);
	font-size: 0.94rem;
	line-height: 1.7;
	margin: 6px 0 0;
}

.cz-category-cards {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 18px;
}

.cz-category-choice {
	background: #ffffff;
	border: 1px solid rgba(20, 33, 38, 0.1);
	border-radius: 22px;
	box-shadow: 0 12px 30px rgba(18, 28, 34, 0.04);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 120px;
	padding: 18px;
	position: relative;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cz-category-choice:hover {
	border-color: rgba(36, 89, 67, 0.18);
	box-shadow: 0 18px 34px rgba(18, 28, 34, 0.08);
	transform: translateY(-2px);
}

.cz-category-choice input {
	opacity: 0;
	position: absolute;
}

.cz-category-choice.is-active {
	background: linear-gradient(180deg, rgba(36, 89, 67, 0.1), rgba(36, 89, 67, 0.04));
	border-color: rgba(36, 89, 67, 0.22);
	box-shadow: 0 18px 34px rgba(36, 89, 67, 0.08);
}

.cz-category-choice__title {
	font-family: var(--cz-font-display);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.25;
}

.cz-category-choice__meta {
	color: var(--cz-muted);
	font-size: 0.88rem;
}

.cz-subcategory-panels {
	margin-top: 18px;
}

.cz-subcategory-panel {
	display: none;
}

.cz-subcategory-panel.is-active {
	display: block;
}

.cz-subcategory-panel__header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 10px;
}

.cz-subcategory-panel__header strong {
	font-family: var(--cz-font-display);
	font-size: 1rem;
}

.cz-subcategory-panel__clear {
	background: transparent;
	border: 0;
	color: var(--cz-accent);
	cursor: pointer;
	font-family: var(--cz-font-display);
	font-size: 0.88rem;
	font-weight: 700;
	padding: 0;
}

.cz-subcategory-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cz-subcategory-pill {
	align-items: center;
	background: #f7faf9;
	border: 1px solid rgba(20, 33, 38, 0.08);
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	gap: 8px;
	padding: 10px 14px;
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.cz-subcategory-pill:hover {
	transform: translateY(-1px);
}

.cz-subcategory-pill input {
	display: none;
}

.cz-subcategory-pill em {
	color: var(--cz-muted);
	font-size: 0.82rem;
	font-style: normal;
}

.cz-subcategory-pill.is-active {
	background: rgba(36, 89, 67, 0.1);
	border-color: rgba(36, 89, 67, 0.18);
	color: var(--cz-accent-strong);
}

.cz-subcategory-panel__empty {
	color: var(--cz-muted);
	font-size: 0.92rem;
	margin: 0;
}

.cz-catalog-summary {
	margin-top: 18px;
}

.cz-results-summary {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--cz-line);
	border-radius: 24px;
	box-shadow: 0 14px 32px rgba(18, 28, 34, 0.04);
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: space-between;
	padding: 18px 20px;
}

.cz-results-summary__count {
	font-family: var(--cz-font-display);
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
}

.cz-results-summary__text {
	color: var(--cz-muted);
	font-size: 0.94rem;
	line-height: 1.7;
	margin: 6px 0 0;
}

.cz-results-summary__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cz-catalog-active-filters {
	margin-top: 12px;
}

.cz-active-filters {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cz-active-filters.is-empty {
	background: transparent;
}

.cz-active-filters__hint {
	color: var(--cz-muted);
	font-size: 0.92rem;
}

.cz-active-filter {
	align-items: center;
	background: #f7faf9;
	border: 1px solid rgba(20, 33, 38, 0.08);
	border-radius: 999px;
	color: var(--cz-ink);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--cz-font-body);
	font-size: 0.88rem;
	font-weight: 700;
	gap: 8px;
	padding: 10px 14px;
}

.cz-catalog-results-shell {
	margin-top: 18px;
	position: relative;
}

.cz-catalog-shell.is-loading [data-cz-results],
.cz-catalog-shell.is-loading [data-cz-results-summary],
.cz-catalog-shell.is-loading [data-cz-active-filters],
.cz-catalog-shell.is-loading [data-cz-pagination] {
	opacity: 0.45;
	pointer-events: none;
}

.cz-catalog-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cz-catalog-card {
	background: #ffffff;
	border: 1px solid rgba(20, 33, 38, 0.08);
	border-radius: 28px;
	box-shadow: 0 18px 34px rgba(18, 28, 34, 0.06);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.cz-catalog-card:hover {
	border-color: rgba(36, 89, 67, 0.16);
	box-shadow: 0 24px 40px rgba(18, 28, 34, 0.08);
	transform: translateY(-3px);
}

.cz-catalog-card__media {
	align-items: center;
	background: #ffffff;
	display: flex;
	justify-content: center;
	min-height: 248px;
	padding: 24px;
	position: relative;
}

.cz-catalog-card__media img {
	height: 200px;
	object-fit: contain;
	width: auto;
}

.cz-catalog-card__badge {
	align-items: center;
	border-radius: 999px;
	box-shadow: 0 10px 18px rgba(18, 28, 34, 0.08);
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 700;
	inset-inline-start: 16px;
	padding: 8px 12px;
	position: absolute;
	top: 16px;
}

.cz-catalog-card__badge.is-instock {
	background: rgba(36, 89, 67, 0.12);
	color: var(--cz-accent-strong);
}

.cz-catalog-card__badge.is-outstock {
	background: rgba(134, 54, 54, 0.12);
	color: #7d3030;
}

.cz-catalog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 20px;
}

.cz-catalog-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cz-chip {
	background: rgba(36, 89, 67, 0.08);
	border-radius: 999px;
	color: var(--cz-accent-strong);
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 700;
	padding: 6px 10px;
}

.cz-chip--soft {
	background: #eef4f2;
	color: var(--cz-muted);
}

.cz-catalog-card h3 {
	font-size: 1.2rem;
	line-height: 1.38;
	margin: 0;
}

.cz-catalog-card h3 a {
	color: var(--cz-ink);
	text-decoration: none;
}

.cz-catalog-card__summary {
	color: var(--cz-muted);
	font-size: 0.94rem;
	line-height: 1.75;
	margin: 0;
}

.cz-catalog-card__meta {
	color: var(--cz-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.84rem;
	gap: 10px;
}

.cz-catalog-card__footer {
	align-items: stretch;
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
	margin-top: auto;
}

.cz-catalog-card__price {
	color: var(--cz-accent-strong);
	font-family: var(--cz-font-display);
	font-size: 1.4rem;
	font-weight: 700;
	justify-self: end;
	line-height: 1;
}

.cz-catalog-card__price .amount {
	color: inherit;
}

.cz-catalog-card__actions {
	align-items: stretch;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	width: 100%;
}

.cz-catalog-card__button,
.cz-catalog-card__view {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	flex: 0 0 auto;
	font-family: var(--cz-font-display);
	font-size: 0.86rem;
	font-weight: 700;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	text-decoration: none;
	white-space: nowrap;
}

.cz-catalog-card__button {
	background: linear-gradient(135deg, var(--cz-accent-strong), var(--cz-accent));
	color: #ffffff !important;
	min-width: 0;
	position: relative;
	width: 100%;
}

.cz-catalog-card__button:hover {
	background: var(--cz-accent);
}

.cz-catalog-card__view {
	background: #f2f6f4;
	border: 1px solid rgba(20, 33, 38, 0.08);
	color: var(--cz-ink);
	min-width: 66px;
}

.cz-catalog-card__actions .added_to_cart {
	display: none !important;
}

.cz-catalog-empty {
	background: #ffffff;
	border: 1px dashed rgba(20, 33, 38, 0.14);
	border-radius: 24px;
	grid-column: 1 / -1;
	padding: 34px 24px;
	text-align: center;
}

.cz-catalog-empty h3 {
	font-family: var(--cz-font-display);
	font-size: 1.5rem;
	margin: 0 0 10px;
}

.cz-catalog-empty p {
	color: var(--cz-muted);
	line-height: 1.8;
	margin: 0;
}

.cz-catalog-pagination-shell {
	margin-top: 18px;
	min-height: 88px;
}

.cz-catalog-autoload {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(20, 33, 38, 0.08);
	border-radius: 3px;
	box-shadow: 0 16px 32px rgba(18, 28, 34, 0.05);
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	min-height: 88px;
	padding: 18px 20px;
	text-align: center;
}

.cz-catalog-autoload__count,
.cz-catalog-autoload__status {
	margin: 0;
}

.cz-catalog-autoload__count {
	font-family: var(--cz-font-display);
	font-size: 0.98rem;
	font-weight: 700;
}

.cz-catalog-autoload__status {
	color: var(--cz-muted);
	font-size: 0.92rem;
	line-height: 1.65;
}

.cz-catalog-autoload__loader {
	animation: cz-spin 0.85s linear infinite;
	border: 2px solid var(--cz-silver);
	border-radius: 999px;
	border-top-color: var(--cz-accent-strong);
	display: inline-flex;
	height: 28px;
	width: 28px;
}

.cz-catalog-pagination-shell.is-loading-more .cz-catalog-autoload {
	border-color: rgba(89, 183, 235, 0.22);
	box-shadow: 0 18px 34px rgba(89, 183, 235, 0.1);
}

@keyframes cz-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.cz-catalog-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cz-catalog-pagination a,
.cz-catalog-pagination span {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(20, 33, 38, 0.08);
	border-radius: 14px;
	color: var(--cz-ink);
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
	padding: 0 14px;
	text-decoration: none;
}

.cz-catalog-pagination .current {
	background: var(--cz-accent-strong);
	border-color: transparent;
	color: #ffffff;
}

.cz-catalog-noscript {
	margin-top: 18px;
}

/* Palette refresh */
body.cannzepo-modern-active::before {
	background:
		linear-gradient(180deg, rgba(89, 183, 235, 0.07) 0%, rgba(89, 183, 235, 0) 24%),
		radial-gradient(circle at 12% 12%, rgba(97, 221, 196, 0.14), transparent 28%),
		radial-gradient(circle at 84% 8%, rgba(89, 183, 235, 0.12), transparent 30%);
}

body.cannzepo-modern-active .ast-builder-grid-row,
body.cannzepo-modern-active.cz-scrolled .ast-builder-grid-row {
	background: transparent;
	border: 0;
	box-shadow: none;
}

body.cannzepo-modern-active .main-header-menu > .cz-menu-item--account > .menu-link,
.cz-badges li,
.cz-metric,
.cz-results-summary,
.cz-catalog-card,
.cz-catalog-empty,
.cz-catalog-pagination a,
.cz-catalog-pagination span,
.cz-category-choice,
.cz-active-filter {
	background: rgba(255, 255, 255, 0.96);
	border-color: var(--cz-line);
}

body.cannzepo-modern-active .main-header-menu > .menu-item:hover > .menu-link {
	background: rgba(89, 183, 235, 0.08);
	border-color: rgba(89, 183, 235, 0.16);
}

body.cannzepo-modern-active .main-header-menu > .current-menu-item > .menu-link,
body.cannzepo-modern-active .main-header-menu > .current_page_item > .menu-link {
	background: rgba(97, 221, 196, 0.14);
	border-color: rgba(97, 221, 196, 0.24);
	box-shadow: inset 0 0 0 1px rgba(97, 221, 196, 0.08);
	color: var(--cz-ink);
}

.cz-button--solid,
body.cannzepo-modern-active .woocommerce ul.products li.product .button,
body.cannzepo-modern-active .woocommerce a.button,
body.cannzepo-modern-active .woocommerce button.button,
body.cannzepo-modern-active .woocommerce input.button,
.cz-catalog-card__button {
	background: linear-gradient(135deg, var(--cz-accent-strong), var(--cz-accent));
	box-shadow: 0 16px 34px rgba(89, 183, 235, 0.22);
	color: #ffffff !important;
}

.cz-button--solid:hover,
body.cannzepo-modern-active .woocommerce ul.products li.product .button:hover,
body.cannzepo-modern-active .woocommerce a.button:hover,
body.cannzepo-modern-active .woocommerce button.button:hover,
body.cannzepo-modern-active .woocommerce input.button:hover,
.cz-catalog-card__button:hover {
	background: linear-gradient(135deg, var(--cz-blue-deep), var(--cz-accent));
	color: #ffffff !important;
}

.cz-button--ghost,
.cz-catalog-card__view,
.cz-subcategory-pill,
.cz-toggle,
.cz-price-filter,
.cz-panel,
body.cannzepo-modern-active .woocommerce-pagination .page-numbers a,
body.cannzepo-modern-active .woocommerce-pagination .page-numbers span,
body.cannzepo-modern-active .woocommerce ul.products li.product,
.cz-product-card,
body.cannzepo-modern-active.single-product .product,
body.cannzepo-modern-active .woocommerce-account .woocommerce,
body.cannzepo-modern-active .woocommerce-cart .woocommerce,
body.cannzepo-modern-active .woocommerce-checkout .woocommerce,
body.cannzepo-modern-active article.type-page .entry-content,
.cz-story-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 252, 0.96)),
		#ffffff;
	border-color: var(--cz-line);
	box-shadow: 0 20px 42px rgba(18, 28, 34, 0.06);
}

.cz-button--ghost:hover,
.cz-subcategory-pill.is-active,
.cz-inline-pill,
.cz-chip,
.cz-catalog-card__badge.is-instock {
	background: var(--cz-accent-soft);
	border-color: rgba(97, 221, 196, 0.22);
	color: var(--cz-ink);
}

.cz-chip--soft,
.cz-catalog-card__view,
.cz-subcategory-pill,
.cz-toggle,
.cz-active-filter {
	background: var(--cz-bg-soft);
}

.cz-glow--one,
.cz-category-card::before,
.cz-showcase__image {
	background: #ffffff;
}

.cz-glow--two,
.cz-category-card:nth-child(2n)::before,
.cz-showcase__image--fallback::before {
	background:
		radial-gradient(circle at top left, rgba(89, 183, 235, 0.2), transparent 54%),
		linear-gradient(145deg, rgba(89, 183, 235, 0.18), rgba(97, 221, 196, 0.18));
}

.cz-category-card:nth-child(3n)::before {
	background: radial-gradient(circle at top left, rgba(97, 221, 196, 0.16), rgba(89, 183, 235, 0.14) 48%, transparent 72%);
}

.cz-showcase,
.cz-category-card,
.cz-shop-hero__panel,
.cz-catalog-surface {
	background:
		linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 252, 0.95)),
		#ffffff;
	border-color: var(--cz-line);
	box-shadow: 0 24px 56px rgba(18, 28, 34, 0.08);
}

.cz-showcase__card {
	background: #ffffff;
	border-color: var(--cz-line);
	color: var(--cz-ink);
}

.cz-banner .cz-kicker,
.cz-banner h2,
.cz-banner .cz-button--ghost {
	color: #ffffff;
}

.cz-showcase__card a,
.cz-text-link,
.cz-product-card__link {
	color: var(--cz-accent);
}

.cz-product-card__image,
body.cannzepo-modern-active .woocommerce ul.products li.product a img,
.cz-catalog-card__media {
	background: #ffffff;
}

.cz-product-card__image-fallback {
	background: radial-gradient(circle at top, rgba(89, 183, 235, 0.18), rgba(97, 221, 196, 0.16));
}

.cz-banner__inner {
	background: linear-gradient(135deg, rgba(33, 33, 33, 0.97), rgba(47, 151, 211, 0.94));
	box-shadow: 0 30px 70px rgba(18, 28, 34, 0.18);
	color: #f7fbfd;
}

.cz-banner .cz-button--ghost {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.22);
}

.cz-panel__heading a,
.cz-subcategory-panel__clear,
.cz-category-card__cta,
.cz-kicker {
	color: var(--cz-accent-strong);
}

.cz-price-filter,
.cz-toggle,
.cz-category-nav a,
body.cannzepo-modern-active .woocommerce form .form-row .input-text,
body.cannzepo-modern-active .woocommerce form .form-row textarea,
body.cannzepo-modern-active .woocommerce form select,
.cz-filter-form input[type="search"],
.cz-filter-form input[type="number"],
.cz-shop-toolbar select.orderby {
	background: #ffffff;
	border-color: rgba(33, 33, 33, 0.12);
}

.cz-category-nav li.is-active > a,
.cz-category-nav a:hover,
.cz-category-choice:hover,
.cz-catalog-card:hover {
	border-color: rgba(89, 183, 235, 0.24);
	box-shadow: 0 18px 34px rgba(89, 183, 235, 0.12);
}

.cz-category-choice.is-active {
	background: linear-gradient(180deg, rgba(89, 183, 235, 0.1), rgba(97, 221, 196, 0.08));
	border-color: rgba(89, 183, 235, 0.24);
	box-shadow: 0 18px 34px rgba(89, 183, 235, 0.12);
}

.cz-range-track {
	background: linear-gradient(
		90deg,
		var(--cz-silver) 0%,
		var(--cz-silver) var(--cz-range-start, 0%),
		var(--cz-accent-strong) var(--cz-range-start, 0%),
		var(--cz-accent) var(--cz-range-end, 100%),
		var(--cz-silver) var(--cz-range-end, 100%),
		var(--cz-silver) 100%
	);
}

.cz-price-filter__ranges input[type="range"]::-webkit-slider-thumb,
.cz-price-filter__ranges input[type="range"]::-moz-range-thumb {
	border-color: var(--cz-accent-strong);
}

.cz-catalog-card__badge.is-outstock {
	background: rgba(125, 48, 48, 0.1);
	color: #7d3030;
}

.cz-catalog-pagination .current,
body.cannzepo-modern-active .woocommerce-pagination .page-numbers span.current {
	background: var(--cz-accent-strong);
	color: #ffffff;
}

/* Hard-edge pass */
:root {
	--cz-radius-lg: 3px;
	--cz-radius-md: 3px;
	--cz-radius-sm: 3px;
}

body.cannzepo-modern-active :is(
	.ast-builder-grid-row,
	.site-branding,
	.main-header-menu > .menu-item > .menu-link,
	.cz-menu-item > .menu-link,
	.cz-cart-count,
	.cz-button,
	.cz-badges li,
	.cz-metric,
	.cz-showcase,
	.cz-showcase__image,
	.cz-showcase__card,
	.cz-category-card,
	.cz-product-card,
	.cz-product-card__image,
	.cz-product-card__image-fallback,
	.cz-story-card,
	.cz-banner__inner,
	.cz-shop-hero__panel,
	.cz-shop-stat,
	.cz-panel,
	.cz-field input[type="search"],
	.cz-field input[type="number"],
	.cz-field select,
	.cz-toggle,
	.cz-price-filter,
	.cz-inline-pill,
	.cz-category-choice,
	.cz-subcategory-pill,
	.cz-results-summary,
	.cz-active-filter,
	.cz-catalog-card,
	.cz-catalog-card__media,
	.cz-catalog-card__badge,
	.cz-chip,
	.cz-chip--soft,
	.cz-catalog-card__button,
	.cz-catalog-card__view,
	.cz-catalog-empty,
	.cz-catalog-pagination a,
	.cz-catalog-pagination span,
	.woocommerce-pagination .page-numbers a,
	.woocommerce-pagination .page-numbers span,
	.woocommerce ul.products li.product,
	.woocommerce ul.products li.product .button,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce span.onsale,
	.single-product .product,
	.woocommerce-account .woocommerce,
	.woocommerce-cart .woocommerce,
	.woocommerce-checkout .woocommerce,
	.woocommerce form .form-row .input-text,
	.woocommerce form .form-row textarea,
	.woocommerce form select,
	article.type-page .entry-content,
	.entry-content .cz-page-card,
	.cz-catalog-sidebar .cz-category-cards,
	.cz-catalog-sidebar .cz-subcategory-panel
) {
	border-radius: 3px !important;
}

body.cannzepo-modern-active :is(
	.cz-showcase__image img,
	.woocommerce ul.products li.product a img
) {
	border-radius: 3px !important;
}

body.cannzepo-modern-active :is(
	.cz-range-track,
	.cz-price-filter__ranges input[type="range"]::-webkit-slider-thumb,
	.cz-price-filter__ranges input[type="range"]::-moz-range-thumb,
	.cz-showcase__image--fallback::before
) {
	border-radius: 3px !important;
}

@media (max-width: 920px) {
	.cz-showcase__header {
		align-items: stretch;
		flex-direction: column;
	}

	.cz-showcase__headline {
		max-width: none;
	}

	.cz-showcase__nav {
		justify-content: flex-start;
	}

	.cz-showcase__actions .cz-button,
	.cz-age-gate__actions .cz-button {
		flex-basis: 100%;
	}
}

@media (max-width: 640px) {
	.cz-showcase {
		padding: 18px;
	}

	.cz-showcase__image {
		min-height: 280px;
		padding: 12px;
	}

	.cz-showcase__image img {
		max-height: 240px;
	}

	.cz-showcase__card {
		padding: 16px;
	}

	.cz-showcase__facts {
		display: grid;
	}

	.cz-age-gate {
		padding: 14px;
	}

	.cz-age-gate__dialog {
		border-radius: 24px;
		padding: 24px 18px;
	}

	.cz-age-gate__dialog h2 {
		font-size: 1.9rem;
	}
}

/* Sidebar catalog layout */
.cz-catalog-sidebar {
	display: flex;
	flex-direction: column;
	gap: 18px;
	grid-area: sidebar;
	justify-self: stretch;
}

.cz-catalog-sidebar .cz-panel {
	margin-bottom: 0;
}

.cz-panel__heading--stacked {
	align-items: flex-start;
	flex-direction: column;
}

.cz-panel__text {
	color: var(--cz-muted);
	font-size: 0.95rem;
	line-height: 1.75;
	margin: 0;
}

.cz-catalog-sidebar__actions,
.cz-catalog-sidebar__fields {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.cz-catalog-sidebar__actions {
	margin-top: 18px;
}

.cz-catalog-sidebar .cz-button {
	width: 100%;
}

.cz-catalog-sidebar .cz-panel__heading {
	margin-bottom: 12px;
}

.cz-catalog-sidebar .cz-price-filter {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.cz-catalog-sidebar .cz-price-filter__inputs {
	grid-template-columns: 1fr;
}

.cz-catalog-sidebar .cz-inline-pill {
	align-self: flex-start;
}

.cz-catalog-sidebar .cz-category-browser {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.cz-catalog-sidebar .cz-category-cards {
	grid-template-columns: 1fr;
	max-height: 420px;
	overflow-y: auto;
	padding-inline-end: 6px;
}

.cz-catalog-sidebar .cz-category-choice {
	align-items: center;
	display: grid;
	gap: 4px 14px;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: auto;
	padding: 15px 16px;
}

.cz-catalog-sidebar .cz-category-choice__title {
	font-size: 1rem;
	grid-column: 1;
	grid-row: 1;
}

.cz-catalog-sidebar .cz-category-choice__meta {
	font-size: 0.84rem;
	grid-column: 2;
	grid-row: 1 / span 2;
	justify-self: end;
	white-space: nowrap;
}

.cz-catalog-sidebar .cz-subcategory-panel {
	border-top: 1px solid var(--cz-line);
	margin-top: 16px;
	padding-top: 16px;
}

.cz-catalog-sidebar .cz-subcategory-pills {
	display: grid;
	gap: 8px;
}

.cz-catalog-sidebar .cz-subcategory-pill {
	justify-content: space-between;
	width: 100%;
}

.cz-catalog-sidebar .cz-subcategory-pill span {
	flex: 1 1 auto;
}

.cz-shop-results {
	display: flex;
	flex-direction: column;
	gap: 14px;
	grid-area: results;
	min-width: 0;
}

.cz-shop-results .cz-catalog-summary,
.cz-shop-results .cz-catalog-active-filters,
.cz-shop-results .cz-catalog-results-shell {
	margin-top: 0;
}

.cz-shop-layout {
	align-items: start;
	grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
	grid-template-areas: "sidebar results";
}

@media (min-width: 1081px) {
	.cz-catalog-sidebar {
		align-self: start;
		inset-block-start: 24px;
		position: sticky;
	}
}

@media (max-width: 1180px) {
	.cz-shop-hero__panel,
	.cz-catalog-controls .cz-filter-grid {
		grid-template-columns: 1fr;
	}

	.cz-category-cards,
	.cz-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cz-shop-hero__categories .cz-category-cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cz-shop-hero__categories .cz-category-browser__header {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 921px) {
	.cz-catalog-surface,
	.cz-shop-hero__panel {
		border-radius: 24px;
		padding: 20px;
	}

	.cz-price-filter__inputs {
		grid-template-columns: 1fr;
	}

	.cz-results-summary,
	.cz-shop-hero__stats {
		grid-template-columns: 1fr;
	}

	.cz-shop-hero__categories .cz-category-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1080px) {
	.cz-shop-layout {
		grid-template-columns: 1fr;
		grid-template-areas:
			"sidebar"
			"results";
	}

	.cz-catalog-sidebar .cz-category-cards {
		max-height: none;
	}
}

@media (max-width: 640px) {
	.cz-shop-hero__actions,
	.cz-catalog-surface__actions,
	.cz-results-summary,
	.cz-results-summary__meta,
	.cz-catalog-card__footer {
		flex-direction: column;
	}

	.cz-category-cards,
	.cz-catalog-grid {
		grid-template-columns: 1fr;
	}

	.cz-shop-hero__categories .cz-category-cards {
		grid-template-columns: 1fr;
	}

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

	.cz-catalog-card__button,
	.cz-catalog-card__view {
		width: 100%;
	}

	.cz-catalog-sidebar .cz-category-choice {
		grid-template-columns: 1fr;
	}

	.cz-catalog-sidebar .cz-category-choice__meta {
		grid-column: 1;
		grid-row: 2;
		justify-self: start;
	}
}

.cz-category-browser__copy {
	min-width: 0;
}

.cz-mobile-toolbar,
.cz-mobile-panel__bar,
.cz-mobile-panel__close,
.cz-mobile-panel-backdrop {
	display: none;
}

@media (max-width: 1080px) {
	body.cannzepo-modern-active.ast-main-header-nav-open,
	body.cannzepo-modern-active.cz-mobile-panel-open {
		overflow: hidden;
	}

	body.cannzepo-modern-active .site-primary-header-wrap {
		backdrop-filter: blur(18px);
		background: rgba(255, 255, 255, 0.92);
		border-bottom: 1px solid rgba(33, 33, 33, 0.08);
		inset-block-start: 0;
		margin-top: 0;
		padding: 0 10px;
		top: 0;
	}

	body.cannzepo-modern-active .site-content {
		padding-top: 88px;
	}

	body.cannzepo-modern-active .ast-builder-grid-row {
		min-height: 68px;
	}

	body.cannzepo-modern-active .main-header-bar-navigation {
		align-items: flex-start;
		background: rgba(18, 28, 34, 0.34);
		inset: 0;
		justify-content: flex-end;
		opacity: 0;
		padding: 82px 12px 16px;
		pointer-events: none;
		position: fixed;
		transition: opacity 180ms ease, visibility 180ms ease;
		visibility: hidden;
		z-index: 95;
	}

	body.cannzepo-modern-active.ast-main-header-nav-open .main-header-bar-navigation {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
	}

	body.cannzepo-modern-active .main-header-bar-navigation .site-navigation,
	body.cannzepo-modern-active .main-header-bar-navigation .main-navigation {
		flex: 0 0 auto;
		width: clamp(260px, 74vw, 320px);
	}

	body.cannzepo-modern-active .main-header-bar-navigation .main-navigation {
		background: #ffffff;
		border: 1px solid var(--cz-line);
		box-shadow: 0 24px 50px rgba(18, 28, 34, 0.16);
		padding: 14px;
	}

	body.cannzepo-modern-active .main-header-bar-navigation .main-header-menu {
		align-items: stretch;
		background: transparent;
		border: 0;
		box-shadow: none;
		display: flex;
		flex-direction: column;
		gap: 8px;
		max-height: calc(100vh - 132px);
		overflow-y: auto;
		padding: 0;
		width: 100%;
	}

	body.cannzepo-modern-active .main-header-bar-navigation .main-header-menu > .menu-item {
		width: 100%;
	}

	body.cannzepo-modern-active .main-header-bar-navigation .main-header-menu > .menu-item > .menu-link {
		justify-content: space-between;
		padding: 14px 16px !important;
		width: 100%;
	}

	body.cannzepo-modern-active .main-header-bar-navigation .main-header-menu > .cz-menu-item > .menu-link {
		gap: 12px;
		justify-content: flex-start;
		padding: 14px 16px !important;
		width: 100%;
	}

	body.cannzepo-modern-active .main-header-bar-navigation .main-header-menu > .cz-menu-item--account > .menu-link,
	body.cannzepo-modern-active .main-header-bar-navigation .main-header-menu > .cz-menu-item--cart > .menu-link {
		inline-size: auto;
		min-height: 48px !important;
	}

	body.cannzepo-modern-active .main-header-bar-navigation .cz-menu-label {
		color: var(--cz-ink);
		display: inline-flex;
		font-family: var(--cz-font-display);
		font-size: 0.95rem;
		font-weight: 700;
	}

	body.cannzepo-modern-active .main-header-bar-navigation .cz-cart-count {
		inset-inline-start: auto;
		margin-inline-start: auto;
		position: static;
	}

	body.cannzepo-modern-active .ast-button-wrap .menu-toggle.main-header-menu-toggle {
		align-items: center;
		background: #ffffff;
		border: 1px solid var(--cz-line);
		box-shadow: 0 10px 24px rgba(18, 28, 34, 0.08);
		display: inline-flex;
		height: 42px;
		justify-content: center;
		padding: 0;
		width: 42px;
	}

	.cz-shop-hero {
		padding: 14px 0 10px;
	}

	.cz-shop-hero__panel {
		gap: 16px;
		padding: 18px;
	}

	.cz-shop-hero__copy p:last-child {
		font-size: 0.95rem;
		line-height: 1.75;
		margin-top: 10px;
		max-width: none;
	}

	.cz-shop-hero__stats {
		display: grid;
		gap: 10px;
		grid-auto-columns: minmax(132px, 1fr);
		grid-auto-flow: column;
		overflow-y: hidden;
		overflow-x: auto;
		padding-bottom: 4px;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}

	.cz-shop-hero__stats::-webkit-scrollbar {
		display: none;
	}

	.cz-shop-stat {
		min-width: 132px;
		scroll-snap-align: start;
	}

	.cz-shop-hero__categories {
		background: #ffffff;
		border: 1px solid var(--cz-line);
		box-shadow: 0 26px 54px rgba(18, 28, 34, 0.16);
		display: flex;
		flex-direction: column;
		gap: 0;
		inset: 82px 12px 12px 12px;
		margin: 0;
		opacity: 0;
		overflow: hidden;
		overflow-x: hidden;
		padding: 0;
		pointer-events: none;
		position: fixed;
		transform: translateY(18px);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
		visibility: hidden;
		z-index: 75;
	}

	.cz-shop-hero__categories.is-mobile-open,
	.cz-catalog-sidebar.is-mobile-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.cz-shop-hero__categories .cz-category-browser {
		border-top: 0;
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		margin-top: 0;
		min-height: 0;
		overflow: hidden;
		padding: 16px;
		padding-top: 0;
	}

	.cz-shop-hero__categories .cz-category-browser__scroll {
		display: grid;
		flex: 1 1 auto;
		gap: 16px;
		min-height: 0;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		padding-bottom: 10px;
		-webkit-overflow-scrolling: touch;
	}

	.cz-shop-hero__categories .cz-category-browser__header {
		align-items: start;
		background: #ffffff;
		border-bottom: 1px solid var(--cz-line);
		display: flex;
		justify-content: space-between;
		margin-bottom: 16px;
		padding: 16px 0 14px;
		position: sticky;
		top: 0;
		z-index: 2;
	}

	.cz-shop-hero__categories .cz-category-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		min-height: auto;
		overflow: visible;
	}

	.cz-catalog-sidebar {
		background: #ffffff;
		border: 1px solid var(--cz-line);
		box-shadow: 0 26px 54px rgba(18, 28, 34, 0.16);
		display: flex;
		flex-direction: column;
		gap: 14px;
		inset: 82px 12px 12px 12px;
		opacity: 0;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 14px;
		pointer-events: none;
		position: fixed;
		transform: translateY(18px);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
		visibility: hidden;
		z-index: 75;
	}

	.cz-mobile-panel__bar,
	.cz-mobile-panel__close,
	.cz-mobile-panel-backdrop,
	.cz-mobile-toolbar {
		display: block;
	}

	.cz-mobile-toolbar {
		background: rgba(255, 255, 255, 0.94);
		border: 1px solid var(--cz-line);
		box-shadow: 0 16px 34px rgba(18, 28, 34, 0.08);
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 0 0 14px;
		padding: 10px;
		position: sticky;
		top: 78px;
		z-index: 30;
	}

	.cz-mobile-toolbar__button,
	.cz-mobile-toolbar__count {
		align-items: center;
		background: #ffffff;
		border: 1px solid var(--cz-line);
		color: var(--cz-ink);
		display: inline-flex;
		font-family: var(--cz-font-display);
		font-size: 0.94rem;
		font-weight: 700;
		justify-content: center;
		min-height: 46px;
		padding: 0 14px;
	}

	.cz-mobile-toolbar__button {
		cursor: pointer;
		transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
	}

	.cz-mobile-toolbar__button.is-active {
		background: var(--cz-accent-soft);
		border-color: rgba(89, 183, 235, 0.22);
		color: var(--cz-ink);
	}

	.cz-mobile-toolbar__count {
		background: var(--cz-bg-soft);
		grid-column: 1 / -1;
		justify-content: space-between;
	}

	.cz-mobile-panel__bar {
		align-items: start;
		background: #ffffff;
		border-bottom: 1px solid var(--cz-line);
		display: flex;
		justify-content: space-between;
		margin: -14px -14px 0;
		padding: 16px 14px 14px;
		position: sticky;
		top: -14px;
		z-index: 3;
	}

	.cz-mobile-panel__bar strong {
		display: block;
		font-family: var(--cz-font-display);
		font-size: 1.08rem;
		margin-top: 4px;
	}

	.cz-mobile-panel__bar .cz-kicker {
		margin-bottom: 0;
	}

	.cz-mobile-panel__close {
		background: transparent;
		border: 1px solid var(--cz-line);
		color: var(--cz-ink);
		cursor: pointer;
		font-family: var(--cz-font-display);
		font-size: 0.85rem;
		font-weight: 700;
		line-height: 1;
		min-height: 40px;
		padding: 0 14px;
		white-space: nowrap;
	}

	.cz-mobile-panel-backdrop {
		background: rgba(18, 28, 34, 0.3);
		inset: 0;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		transition: opacity 180ms ease, visibility 180ms ease;
		visibility: hidden;
		z-index: 70;
	}

	body.cannzepo-modern-active.cz-mobile-panel-open .cz-mobile-panel-backdrop {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
	}

	.cz-shop-layout {
		display: block;
	}
}

@media (max-width: 640px) {
	body.cannzepo-modern-active .site-content {
		padding-top: 82px;
	}

	body.cannzepo-modern-active .main-header-bar-navigation {
		padding: 74px 10px 12px;
	}

	body.cannzepo-modern-active .main-header-bar-navigation .main-header-menu {
		max-height: calc(100vh - 90px);
		width: 100%;
	}

	body.cannzepo-modern-active .main-header-bar-navigation .site-navigation,
	body.cannzepo-modern-active .main-header-bar-navigation .main-navigation {
		width: min(100%, calc(100vw - 20px));
	}

	body.cannzepo-modern-active .main-header-bar-navigation .main-navigation {
		padding: 12px;
	}

	.cz-mobile-toolbar {
		top: 70px;
	}

	.cz-mobile-toolbar__button,
	.cz-mobile-toolbar__count {
		font-size: 0.88rem;
		min-height: 44px;
	}

	.cz-shop-hero__actions {
		display: none;
	}

	.cz-shop-hero__stats {
		grid-auto-columns: minmax(120px, 1fr);
	}

	.cz-shop-hero__categories,
	.cz-catalog-sidebar {
		inset: 74px 10px 10px 10px;
	}

	.cz-shop-hero__categories .cz-category-browser,
	.cz-catalog-sidebar {
		padding-inline: 12px;
	}

	.cz-shop-hero__categories .cz-category-cards {
		grid-template-columns: 1fr;
	}

	.cz-catalog-card__media {
		min-height: 220px;
		padding: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.cannzepo-modern-active *,
	.cz-js .cz-reveal {
		animation: none !important;
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
