.cloud-heaven-price-notice {
	margin: 0.4rem 0 1rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #4f5d5f;
}

.cloud-heaven-product-notice,
.cloud-heaven-checkout-notice {
	margin: 1rem 0;
	padding: 0.9rem 1rem;
	border-left: 4px solid #2f7771;
	background: #f3faf8;
	color: #24383a;
	line-height: 1.55;
}

.cloud-heaven-product-notice p {
	margin: 0;
}

.cloud-heaven-age-confirm {
	margin-top: 1rem;
}

.cloud-heaven-revocation {
	max-width: 760px;
}

.cloud-heaven-revocation-form {
	display: grid;
	gap: 1rem;
}

.cloud-heaven-field,
.cloud-heaven-submit {
	margin: 0;
}

.cloud-heaven-field label {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 600;
	color: #1f2f32;
}

.cloud-heaven-field input[type="text"],
.cloud-heaven-field input[type="email"],
.cloud-heaven-field input[type="date"],
.cloud-heaven-field textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 0.7rem 0.8rem;
	border: 1px solid #b7c3c5;
	border-radius: 6px;
	background: #fff;
	color: #162326;
	font: inherit;
	line-height: 1.4;
}

.cloud-heaven-field input:focus,
.cloud-heaven-field textarea:focus {
	border-color: #2f7771;
	outline: 2px solid rgba(47, 119, 113, 0.18);
	outline-offset: 1px;
}

.cloud-heaven-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.cloud-heaven-checkbox-field label {
	display: flex;
	gap: 0.6rem;
	align-items: flex-start;
	font-weight: 500;
}

.cloud-heaven-checkbox-field input {
	margin-top: 0.2rem;
}

.cloud-heaven-submit button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.75rem 1.25rem;
	border: 0;
	border-radius: 6px;
	background: #2f7771;
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.cloud-heaven-submit button:hover,
.cloud-heaven-submit button:focus {
	background: #255f5a;
}

.cloud-heaven-message {
	margin: 0 0 1.25rem;
	padding: 0.9rem 1rem;
	border-radius: 6px;
	line-height: 1.5;
}

.cloud-heaven-message p {
	margin: 0 0 0.5rem;
}

.cloud-heaven-message ul {
	margin: 0;
	padding-left: 1.2rem;
}

.cloud-heaven-message--success {
	border: 1px solid #8bc0a1;
	background: #edf8f1;
	color: #21472f;
}

.cloud-heaven-message--error {
	border: 1px solid #d89a9a;
	background: #fff1f1;
	color: #6b2020;
}

.cloud-heaven-hp {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media (max-width: 640px) {
	.cloud-heaven-field-grid {
		grid-template-columns: 1fr;
	}
}

.cloud-heaven-home {
	--ch-ink: #172116;
	--ch-muted: #4d5949;
	--ch-line: #dfe6d8;
	--ch-soft: #f7fbf3;
	--ch-panel: #ffffff;
	--ch-warm: #fffdf8;
	--ch-accent: #5f7a58;
	--ch-accent-soft: #edf6ea;
	--ch-gold: #a98d58;
	--ch-dark: #172116;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	background: var(--ch-warm);
	color: var(--ch-ink);
	font-family: inherit;
}

body.cloud-heaven-managed-home .wp-site-blocks > header.wp-block-template-part,
body.cloud-heaven-managed-home .wp-site-blocks > footer.wp-block-template-part,
body.cloud-heaven-managed-home .wp-block-woocommerce-product-categories,
body.cloud-heaven-managed-home .wc-block-product-categories,
body.cloud-heaven-managed-home .wp-block-woocommerce-product-category,
body.cloud-heaven-managed-home .woocommerce .products .product-category {
	display: none !important;
}

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

.cloud-heaven-age-gate {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	background: rgba(17, 24, 23, 0.82);
}

.cloud-heaven-age-gate[hidden] {
	display: none;
}

.cloud-heaven-age-gate__panel {
	width: min(100%, 460px);
	padding: clamp(1.5rem, 5vw, 2.5rem);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.cloud-heaven-age-gate__eyebrow,
.cloud-heaven-kicker {
	margin: 0 0 0.65rem;
	color: var(--ch-accent);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.cloud-heaven-age-gate h2 {
	margin: 0 0 0.8rem;
	font-size: clamp(1.8rem, 4vw, 2.4rem);
	line-height: 1.05;
}

.cloud-heaven-age-gate p {
	margin: 0 0 0.8rem;
	color: var(--ch-muted);
	line-height: 1.6;
}

.cloud-heaven-age-gate__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.cloud-heaven-topbar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
	justify-content: center;
	padding: 0.65rem 1rem;
	background: var(--ch-accent-soft);
	color: #2f4b2b;
	box-shadow: inset 0 -1px 0 rgba(95, 122, 88, 0.16);
	font-size: 0.86rem;
	font-weight: 700;
}

.cloud-heaven-site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 1.15rem 0;
	border-bottom: 1px solid var(--ch-line);
	background: rgba(255, 253, 248, 0.98);
}

.cloud-heaven-brand {
	color: var(--ch-ink);
	font-size: 1.15rem;
	font-weight: 900;
	text-decoration: none;
}

.cloud-heaven-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 1rem;
	justify-content: flex-end;
}

.cloud-heaven-nav a,
.cloud-heaven-tabs a,
.cloud-heaven-footer a {
	color: inherit;
	text-decoration: none;
}

.cloud-heaven-nav a {
	color: var(--ch-muted);
	font-size: 0.93rem;
	font-weight: 700;
}

.cloud-heaven-nav a:hover,
.cloud-heaven-footer a:hover {
	color: var(--ch-accent);
}

.cloud-heaven-main {
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
}

.cloud-heaven-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.75fr);
	gap: clamp(1rem, 4vw, 3rem);
	align-items: stretch;
	margin-top: clamp(1rem, 3vw, 2rem);
	padding: clamp(3rem, 8vw, 6rem) clamp(1rem, 3vw, 2.5rem);
	border: 1px solid rgba(95, 122, 88, 0.14);
	border-radius: 8px;
	background: linear-gradient(116deg, #fffdf8 0%, #f7fbf3 48%, #e9f3e3 100%);
	box-shadow: 0 18px 48px rgba(58, 81, 52, 0.08);
}

.cloud-heaven-hero__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 420px;
}

.cloud-heaven-hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2.5rem, 8vw, 5.8rem);
	line-height: 0.98;
}

.cloud-heaven-hero__content > p:not(.cloud-heaven-kicker) {
	max-width: 620px;
	margin: 1.25rem 0 0;
	color: var(--ch-muted);
	font-size: clamp(1.02rem, 2vw, 1.22rem);
	line-height: 1.7;
}

.cloud-heaven-hero__actions {
	margin-top: 1.75rem;
}

.cloud-heaven-hero__aside {
	display: grid;
	align-content: stretch;
	gap: 1rem;
	min-height: 420px;
}

.cloud-heaven-hero__brand-surface {
	display: grid;
	align-content: center;
	min-height: 250px;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid rgba(95, 122, 88, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 18px 38px rgba(58, 81, 52, 0.08);
}

.cloud-heaven-hero__logo-frame {
	display: grid;
	place-items: center;
	width: min(100%, 260px);
	margin: 0 auto 1rem;
	color: var(--ch-accent);
}

.cloud-heaven-logo-mark {
	width: min(100%, 240px);
	height: auto;
}

.cloud-heaven-hero__brand-kicker {
	margin: 0;
	color: var(--ch-accent);
	font-size: 0.82rem;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

.cloud-heaven-hero__brand-subline {
	display: block;
	max-width: 280px;
	margin: 0.8rem auto 0;
	color: var(--ch-ink);
	font-size: clamp(1.55rem, 3vw, 2.45rem);
	font-weight: 900;
	line-height: 1.04;
	text-align: center;
}

.cloud-heaven-hero__trust-tiles {
	display: grid;
	gap: 0.65rem;
}

.cloud-heaven-hero__trust-tile {
	display: grid;
	grid-template-columns: 2.2rem minmax(0, 1fr);
	gap: 0.1rem 0.75rem;
	align-items: center;
	padding: 0.9rem;
	border: 1px solid rgba(95, 122, 88, 0.16);
	border-radius: 8px;
	background: #fff;
}

.cloud-heaven-hero__trust-tile .cloud-heaven-icon {
	grid-row: span 2;
}

.cloud-heaven-hero__trust-tile strong,
.cloud-heaven-hero__trust-tile span:not(.cloud-heaven-icon) {
	display: block;
}

.cloud-heaven-hero__trust-tile span:not(.cloud-heaven-icon) {
	color: var(--ch-muted);
	font-size: 0.86rem;
}

.cloud-heaven-icon {
	display: inline-grid;
	width: 2.15rem;
	height: 2.15rem;
	place-items: center;
	color: var(--ch-accent);
}

.cloud-heaven-icon svg {
	width: 100%;
	height: 100%;
}

.cloud-heaven-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.78rem 1.25rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font: inherit;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.cloud-heaven-button--dark {
	background: var(--ch-dark);
	color: #fff;
}

.cloud-heaven-button--dark:hover,
.cloud-heaven-button--dark:focus {
	background: var(--ch-accent);
	color: #fff;
}

.cloud-heaven-button--ghost {
	border-color: var(--ch-line);
	background: transparent;
	color: var(--ch-ink);
}

.cloud-heaven-button--disabled {
	border-color: var(--ch-line);
	background: #eef1ed;
	color: var(--ch-muted);
	cursor: not-allowed;
}

.cloud-heaven-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
	border: 1px solid var(--ch-line);
	border-radius: 8px;
	overflow: hidden;
	background: var(--ch-line);
}

.cloud-heaven-trust div {
	display: grid;
	grid-template-columns: 2.2rem minmax(0, 1fr);
	gap: 0.2rem 0.8rem;
	align-items: center;
	padding: 1.25rem;
	background: #fff;
}

.cloud-heaven-trust .cloud-heaven-icon {
	grid-row: span 2;
}

.cloud-heaven-trust strong,
.cloud-heaven-trust span {
	display: block;
}

.cloud-heaven-trust strong {
	margin-bottom: 0.35rem;
}

.cloud-heaven-trust span {
	color: var(--ch-muted);
	font-size: 0.94rem;
}

.cloud-heaven-collection,
.cloud-heaven-product-section {
	padding: clamp(2.2rem, 6vw, 4rem) 0;
	border-top: 1px solid var(--ch-line);
}

.cloud-heaven-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 1.35rem;
}

.cloud-heaven-section-heading h2 {
	margin: 0;
	font-size: clamp(1.75rem, 4vw, 3rem);
	line-height: 1.05;
}

.cloud-heaven-section-heading p:not(.cloud-heaven-kicker) {
	max-width: 520px;
	margin: 0;
	color: var(--ch-muted);
	line-height: 1.55;
}

.cloud-heaven-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.cloud-heaven-category-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
}

.cloud-heaven-category-card {
	display: grid;
	min-height: 132px;
	align-content: center;
	justify-items: center;
	gap: 0.75rem;
	padding: 1.1rem;
	border: 1px solid rgba(95, 122, 88, 0.16);
	border-radius: 8px;
	background: #fff;
	color: var(--ch-ink);
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(58, 81, 52, 0.06);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.cloud-heaven-category-card:hover,
.cloud-heaven-category-card:focus {
	border-color: rgba(95, 122, 88, 0.42);
	color: var(--ch-accent);
	box-shadow: 0 16px 32px rgba(58, 81, 52, 0.1);
	transform: translateY(-1px);
}

.cloud-heaven-category-card .cloud-heaven-icon {
	width: 3rem;
	height: 3rem;
}

.cloud-heaven-tabs a {
	display: inline-flex;
	align-items: center;
	min-height: 2.4rem;
	padding: 0.65rem 1rem;
	border: 1px solid var(--ch-line);
	border-radius: 999px;
	color: var(--ch-ink);
	font-weight: 800;
}

.cloud-heaven-tabs a:hover,
.cloud-heaven-tabs a:focus {
	border-color: var(--ch-accent);
	color: var(--ch-accent);
}

.cloud-heaven-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.cloud-heaven-product-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	border: 1px solid rgba(95, 122, 88, 0.16);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(58, 81, 52, 0.06);
	overflow: hidden;
}

.cloud-heaven-product-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
	background: #eef5e9;
}

.cloud-heaven-product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cloud-heaven-product-card__placeholder {
	position: relative;
	background: #eef5e9;
}

.cloud-heaven-product-card__placeholder::before {
	width: 46%;
	aspect-ratio: 1;
	border: 2px solid rgba(95, 122, 88, 0.32);
	border-radius: 50%;
	content: "";
}

.cloud-heaven-product-card__placeholder::after {
	position: absolute;
	width: 28%;
	height: 12%;
	border-radius: 999px;
	background: rgba(95, 122, 88, 0.22);
	content: "";
	transform: rotate(-12deg);
}

.cloud-heaven-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 1rem;
}

.cloud-heaven-product-card__type {
	margin: 0 0 0.45rem;
	color: var(--ch-accent);
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.cloud-heaven-product-card h3 {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.3;
}

.cloud-heaven-product-card h3 a {
	color: inherit;
	text-decoration: none;
}

.cloud-heaven-product-card__price {
	margin: 0.9rem 0 1rem;
	color: var(--ch-ink);
	font-weight: 900;
}

.cloud-heaven-product-card__note {
	margin: 0.85rem 0 1rem;
	color: var(--ch-muted);
}

.cloud-heaven-product-card .cloud-heaven-button {
	margin-top: auto;
}

.cloud-heaven-footer {
	margin-top: clamp(2rem, 5vw, 4rem);
	background: var(--ch-dark);
	color: #fff;
}

.cloud-heaven-footer__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.5rem;
	justify-content: center;
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.92rem;
	font-weight: 700;
}

.cloud-heaven-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(160px, 0.5fr) minmax(180px, 0.6fr);
	gap: 2rem;
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 3.5rem) 0;
}

.cloud-heaven-footer strong {
	display: block;
	margin-bottom: 0.8rem;
}

.cloud-heaven-footer p {
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.7;
}

.cloud-heaven-footer ul {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cloud-heaven-footer a,
.cloud-heaven-footer span {
	color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 900px) {
	.cloud-heaven-site-header,
	.cloud-heaven-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.cloud-heaven-nav {
		justify-content: flex-start;
	}

	.cloud-heaven-hero,
	.cloud-heaven-trust,
	.cloud-heaven-product-grid,
	.cloud-heaven-footer__grid {
		grid-template-columns: 1fr;
	}

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

	.cloud-heaven-hero__content,
	.cloud-heaven-hero__aside {
		min-height: 0;
	}
}

@media (max-width: 560px) {
	.cloud-heaven-main,
	.cloud-heaven-site-header,
	.cloud-heaven-footer__badges,
	.cloud-heaven-footer__grid {
		width: min(1180px, calc(100% - 1rem));
	}

	.cloud-heaven-topbar,
	.cloud-heaven-footer__badges {
		justify-content: flex-start;
	}

	.cloud-heaven-button {
		width: 100%;
	}

	.cloud-heaven-nav,
	.cloud-heaven-tabs,
	.cloud-heaven-category-grid {
		width: 100%;
	}

	.cloud-heaven-tabs a {
		flex: 1 1 calc(50% - 0.65rem);
		justify-content: center;
	}

	.cloud-heaven-category-grid {
		grid-template-columns: 1fr;
	}

	.cloud-heaven-category-card {
		min-height: 88px;
		grid-template-columns: 2.4rem minmax(0, 1fr);
		align-content: center;
		justify-items: start;
		text-align: left;
	}

	.cloud-heaven-hero__trust-tile,
	.cloud-heaven-trust div {
		grid-template-columns: 1.9rem minmax(0, 1fr);
	}

	.cloud-heaven-icon {
		width: 1.9rem;
		height: 1.9rem;
	}
}

/* Shopify theme port for the managed Cloud Heaven home page. */
.cloud-heaven-home {
	--color-black: #0a0a0a;
	--color-white: #ffffff;
	--color-accent: #8a9d83;
	--color-accent-dark: #63765f;
	--color-mint: #e8f3ec;
	--color-grey: #f3f3f3;
	--color-line: #dedede;
	--color-text: #151515;
	--shadow-soft: 0 18px 55px rgba(0, 0, 0, 0.08);
	--page-width: 1440px;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: var(--color-white);
	color: var(--color-text);
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

body.cloud-heaven-managed-home .entry-content,
body.cloud-heaven-managed-home .wp-block-post-content,
body.cloud-heaven-managed-home main,
body.cloud-heaven-managed-home .wp-site-blocks,
body.cloud-heaven-managed-home .wp-block-group,
body.cloud-heaven-managed-home .alignwide,
body.cloud-heaven-managed-home .alignfull {
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

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

.cloud-heaven-home img,
.cloud-heaven-home svg {
	display: block;
	max-width: 100%;
}

.cloud-heaven-home a {
	color: inherit;
	text-decoration: none;
}

.cloud-heaven-home button {
	font: inherit;
}

.cloud-heaven-home .page-width {
	width: min(var(--page-width), calc(100% - 40px));
	margin-inline: auto;
}

.cloud-heaven-home .button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 4px;
	padding: 0 28px;
	background: var(--color-accent);
	color: var(--color-white);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 160ms ease, transform 160ms ease;
}

.cloud-heaven-home .button:hover,
.cloud-heaven-home .button:focus {
	background: var(--color-accent-dark);
	color: var(--color-white);
	transform: translateY(-1px);
}

.cloud-heaven-home .button--secondary {
	min-width: 170px;
}

.cloud-heaven-home .button--small {
	min-height: 38px;
	width: 100%;
	padding-inline: 14px;
	font-size: 11px;
}

.cloud-heaven-home .button--dark {
	background: var(--color-black);
}

.cloud-heaven-home .button--dark:hover,
.cloud-heaven-home .button--dark:focus {
	background: #333333;
}

.cloud-heaven-home .button--disabled {
	opacity: 0.55;
	cursor: not-allowed;
	transform: none;
}

.cloud-heaven-home .announcement {
	display: flex;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	background: var(--color-black);
	color: var(--color-white);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
}

.cloud-heaven-home .site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 1px 0 var(--color-line);
	backdrop-filter: blur(12px);
}

.cloud-heaven-home .header-main {
	display: grid;
	min-height: 136px;
	grid-template-columns: 320px 1fr auto;
	align-items: center;
	gap: 20px;
}

.cloud-heaven-home .brand {
	display: inline-flex;
	align-items: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--color-black);
	font-weight: 800;
	text-transform: uppercase;
}

.cloud-heaven-home .brand-logo {
	width: auto;
	max-height: 112px;
	object-fit: contain;
	filter: drop-shadow(0 10px 18px rgba(17, 59, 28, 0.24));
}

.cloud-heaven-home .brand .cloud-heaven-logo-mark {
	width: auto;
	max-width: 180px;
	max-height: 112px;
	color: var(--color-accent-dark);
}

.cloud-heaven-home .brand-logo--footer {
	max-height: 107px;
	filter: none;
}

.cloud-heaven-home .site-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(14px, 1.7vw, 28px);
}

.cloud-heaven-home .site-nav-link {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.cloud-heaven-home .header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
}

.cloud-heaven-home .header-actions a,
.cloud-heaven-home .menu-toggle {
	display: inline-flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	color: var(--color-black);
	cursor: pointer;
}

.cloud-heaven-home .header-actions svg,
.cloud-heaven-home .menu-toggle svg {
	width: 23px;
	height: 23px;
}

.cloud-heaven-home .cart-link {
	position: relative;
}

.cloud-heaven-home .cart-count {
	position: absolute;
	right: -8px;
	top: -7px;
	display: grid;
	min-width: 17px;
	height: 17px;
	place-items: center;
	border-radius: 999px;
	background: var(--color-accent);
	color: var(--color-white);
	font-size: 10px;
	font-weight: 700;
}

.cloud-heaven-home .menu-toggle {
	display: none;
}

.cloud-heaven-home .hero-cloud {
	position: relative;
	min-height: 560px;
	overflow: hidden;
	background: linear-gradient(105deg, #f8f8f5 0%, #eeeeea 48%, #dfe7d9 100%);
}

.cloud-heaven-home .hero-media,
.cloud-heaven-home .hero-placeholder {
	position: absolute;
	inset: 0;
}

.cloud-heaven-home .hero-placeholder {
	overflow: hidden;
	background:
		radial-gradient(circle at 76% 26%, rgba(99, 118, 95, 0.28), transparent 22%),
		linear-gradient(115deg, rgba(255, 255, 255, 0.94), rgba(232, 243, 236, 0.4) 52%, rgba(138, 157, 131, 0.35));
}

.cloud-heaven-home .hero-placeholder::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(100deg, rgba(255, 255, 255, 0.74) 0 38%, transparent 62%);
}

.cloud-heaven-home .hero-content {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: 560px;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
	gap: clamp(34px, 5vw, 76px);
	align-items: center;
}

.cloud-heaven-home .hero-copy {
	width: min(680px, 52vw);
	padding-block: 80px;
}

.cloud-heaven-home .hero-eyebrow,
.cloud-heaven-home .hero-copy h1 {
	margin: 0;
	letter-spacing: 0;
	text-transform: uppercase;
}

.cloud-heaven-home .hero-eyebrow {
	color: var(--color-black);
	font-size: clamp(36px, 4vw, 58px);
	font-weight: 900;
	line-height: 0.96;
}

.cloud-heaven-home .hero-copy h1 {
	margin-bottom: 24px;
	color: var(--color-accent);
	font-size: clamp(46px, 5vw, 76px);
	font-weight: 900;
	line-height: 0.92;
}

.cloud-heaven-home .hero-copy p:not(.hero-eyebrow) {
	max-width: 410px;
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 1.55;
}

.cloud-heaven-home .hero-brand-panel {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 16px;
	justify-self: end;
	width: min(100%, 430px);
}

.cloud-heaven-home .hero-brand-surface {
	display: grid;
	align-content: center;
	justify-items: center;
	min-height: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0 0 4px;
	text-align: center;
	box-shadow: none;
	backdrop-filter: none;
}

.cloud-heaven-home .hero-logo-frame {
	display: grid;
	width: min(100%, 290px);
	min-height: 0;
	place-items: center;
	margin-bottom: 14px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.cloud-heaven-home .hero-brand-logo {
	width: auto;
	max-height: 154px;
	object-fit: contain;
	filter: drop-shadow(0 10px 18px rgba(58, 81, 52, 0.14));
}

.cloud-heaven-home .hero-logo-frame .cloud-heaven-logo-mark {
	width: auto;
	max-width: 260px;
	max-height: 154px;
	color: var(--color-accent-dark);
	filter: drop-shadow(0 10px 18px rgba(58, 81, 52, 0.14));
}

.cloud-heaven-home .hero-brand-kicker,
.cloud-heaven-home .hero-brand-subline {
	margin: 0;
}

.cloud-heaven-home .hero-brand-kicker {
	color: var(--color-accent-dark);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.cloud-heaven-home .hero-brand-subline {
	margin-top: 8px;
	color: #172116;
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: 900;
	line-height: 1;
	text-transform: none;
}

.cloud-heaven-home .hero-trust-tiles {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.cloud-heaven-home .hero-trust-tile {
	display: grid;
	min-height: 128px;
	align-content: start;
	justify-items: center;
	gap: 9px;
	border: 1px solid rgba(95, 122, 88, 0.18);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.92);
	padding: 16px 10px;
	text-align: center;
	box-shadow: 0 16px 34px rgba(58, 81, 52, 0.08);
}

.cloud-heaven-home .hero-trust-tile svg,
.cloud-heaven-home .hero-trust-tile .trust-icon--image {
	width: 27px;
	height: 27px;
	color: var(--color-accent-dark);
	object-fit: contain;
}

.cloud-heaven-home .hero-trust-tile strong,
.cloud-heaven-home .hero-trust-tile span {
	display: block;
}

.cloud-heaven-home .hero-trust-tile strong {
	color: #172116;
	font-size: 10.5px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
	text-transform: uppercase;
}

.cloud-heaven-home .hero-trust-tile span span {
	margin-top: 4px;
	color: #3c4538;
	font-size: 12px;
	line-height: 1.32;
}

.cloud-heaven-home .category-strip,
.cloud-heaven-home .featured-products {
	padding-block: 54px;
}

.cloud-heaven-home .category-strip {
	margin-top: 22px;
	text-align: center;
}

.cloud-heaven-home .section-heading {
	margin-bottom: 36px;
	text-align: center;
}

.cloud-heaven-home .category-strip-heading {
	display: grid;
	justify-items: center;
	gap: 18px;
	margin-bottom: 34px;
}

.cloud-heaven-home .section-heading h1,
.cloud-heaven-home .section-heading h2,
.cloud-heaven-home .age-gate-panel h2 {
	margin: 0;
	font-size: clamp(26px, 2.6vw, 34px);
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.cloud-heaven-home .category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(180px, 270px));
	gap: 22px;
	align-items: stretch;
	justify-content: center;
}

.cloud-heaven-home .category-card {
	display: grid;
	min-height: 112px;
	place-items: center;
	gap: 10px;
	border-radius: 6px;
	background: var(--color-white);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	transition: color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.cloud-heaven-home .category-card:hover,
.cloud-heaven-home .category-card:focus {
	color: var(--color-accent-dark);
	box-shadow: var(--shadow-soft);
	transform: translateY(-2px);
}

.cloud-heaven-home .category-card svg,
.cloud-heaven-home .category-card-icon--image {
	width: 44px;
	height: 44px;
}

.cloud-heaven-home .category-card-icon--image,
.cloud-heaven-home .trust-icon--image {
	object-fit: contain;
}

.cloud-heaven-home .flower-preview {
	padding-block: 58px 66px;
}

.cloud-heaven-home .flower-preview-heading {
	margin-bottom: 34px;
}

.cloud-heaven-home .flower-preview-heading h2 {
	font-size: clamp(27px, 3.1vw, 42px);
	line-height: 1;
	text-align: center;
}

.cloud-heaven-home .featured-products {
	background: #fbfbfb;
}

.cloud-heaven-home .product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
}

.cloud-heaven-home .product-card {
	display: grid;
	min-width: 0;
	border: 1px solid #eeeeee;
	border-radius: 0;
	background: var(--color-white);
	text-align: center;
	box-shadow: none;
	overflow: visible;
}

.cloud-heaven-home .product-card-media {
	display: grid;
	aspect-ratio: 1 / 1;
	place-items: center;
	padding: 28px;
	background: linear-gradient(145deg, #fbfbfb, #f1f1f1);
}

.cloud-heaven-home .product-card-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cloud-heaven-home .product-placeholder {
	display: block;
	width: min(74%, 230px);
	aspect-ratio: 1 / 0.72;
	border-radius: 18px;
	background: linear-gradient(145deg, #111, #050505);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.cloud-heaven-home .product-placeholder--coming-soon {
	position: relative;
	display: grid;
	width: min(58%, 168px);
	aspect-ratio: 0.72 / 1;
	place-items: end center;
	border-radius: 22px;
	background: linear-gradient(160deg, #171717 0%, #2b3129 58%, #8a9d83 100%);
	box-shadow: 0 22px 42px rgba(10, 10, 10, 0.18);
}

.cloud-heaven-home .product-placeholder--coming-soon::before {
	content: "";
	position: absolute;
	inset: 13% 18% 24%;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.06));
}

.cloud-heaven-home .product-placeholder--coming-soon::after {
	content: "BALD VERFÜGBAR";
	position: relative;
	z-index: 1;
	margin: 0 14px 18px;
	border-radius: 999px;
	padding: 7px 10px;
	background: rgba(255, 255, 255, 0.92);
	color: #0a0a0a;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1;
	white-space: nowrap;
}

.cloud-heaven-home .product-card--coming-soon .product-card-media {
	background: linear-gradient(145deg, #f7f7f4, #e9eee4);
}

.cloud-heaven-home .product-card-body {
	display: grid;
	min-height: 178px;
	align-content: start;
	padding: 18px 20px 20px;
}

.cloud-heaven-home .product-card h3 {
	min-height: 43px;
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.22;
}

.cloud-heaven-home .product-card h3 a {
	color: inherit;
	text-decoration: none;
}

.cloud-heaven-home .price {
	margin: 0 0 18px;
	color: var(--color-text);
	font-size: 20px;
	font-weight: 900;
}

.cloud-heaven-home .product-card-status {
	margin: 0 0 18px;
	color: var(--color-accent-dark);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.cloud-heaven-home .product-card-form {
	align-self: end;
}

.cloud-heaven-home .product-card--coming-soon .button--disabled {
	opacity: 1;
	background: #0a0a0a;
	color: #ffffff;
	cursor: default;
	transform: none;
}

.cloud-heaven-home .trust-bar--footer {
	background: var(--color-accent);
	color: var(--color-white);
}

.cloud-heaven-home .trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cloud-heaven-home .trust-item {
	display: flex;
	min-height: 92px;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 18px 28px;
}

.cloud-heaven-home .trust-item + .trust-item {
	border-left: 1px solid rgba(255, 255, 255, 0.48);
}

.cloud-heaven-home .trust-item svg,
.cloud-heaven-home .trust-icon--image {
	width: 36px;
	height: 36px;
	flex: 0 0 auto;
}

.cloud-heaven-home .trust-item strong,
.cloud-heaven-home .trust-item span {
	display: block;
}

.cloud-heaven-home .trust-item strong {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.cloud-heaven-home .trust-item span {
	margin-top: 3px;
	font-size: 14px;
}

.cloud-heaven-home .site-footer {
	padding-block: 54px;
	background: var(--color-black);
	color: var(--color-white);
}

.cloud-heaven-home .footer-grid {
	display: grid;
	grid-template-columns: 1.7fr 1fr 1fr;
	gap: 52px;
}

.cloud-heaven-home .brand--footer {
	margin-bottom: 18px;
	color: var(--color-white);
}

.cloud-heaven-home .site-footer p {
	max-width: 390px;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.6;
}

.cloud-heaven-home .site-footer h2 {
	margin: 0 0 18px;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.cloud-heaven-home .site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cloud-heaven-home .site-footer a:not(.brand) {
	display: block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.74);
}

.cloud-heaven-home .age-gate[hidden] {
	display: none;
}

.has-age-gate body {
	overflow: hidden;
}

.cloud-heaven-home .age-gate {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(10, 10, 10, 0.74);
	backdrop-filter: blur(12px);
}

.cloud-heaven-home .age-gate-panel {
	position: relative;
	width: min(100%, 560px);
	border-radius: 8px;
	background: var(--color-white);
	padding: clamp(28px, 5vw, 52px);
	text-align: center;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.cloud-heaven-home .overlay-close {
	position: absolute;
	top: 14px;
	right: 16px;
	color: #777;
	font-size: 24px;
	line-height: 1;
}

.cloud-heaven-home .age-gate-logo {
	display: block;
	width: 110px;
	margin: 0 auto 18px;
}

.cloud-heaven-home .section-kicker {
	margin: 0 0 10px;
	color: var(--color-accent-dark);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.cloud-heaven-home .age-gate-panel p:not(.section-kicker) {
	margin: 16px auto 28px;
	max-width: 430px;
	line-height: 1.6;
}

.cloud-heaven-home .age-gate-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

@media (max-width: 1100px) {
	.cloud-heaven-home .site-nav {
		gap: 12px;
	}

	.cloud-heaven-home .product-grid {
		gap: 22px;
	}

	.cloud-heaven-home .trust-item {
		padding-inline: 18px;
	}
}

@media (max-width: 900px) {
	.cloud-heaven-home .page-width {
		width: min(100% - 28px, var(--page-width));
	}

	.cloud-heaven-home .header-main {
		position: relative;
		min-height: 112px;
		grid-template-columns: 44px minmax(0, 1fr) minmax(118px, auto);
		gap: 8px;
	}

	.cloud-heaven-home .menu-toggle {
		grid-column: 1;
		display: inline-flex;
		justify-self: start;
		width: 40px;
		height: 40px;
		border: 1px solid rgba(95, 122, 88, 0.18);
		border-radius: 999px;
		background: #fffdf8;
		box-shadow: 0 8px 18px rgba(58, 81, 52, 0.08);
	}

	.cloud-heaven-home .brand {
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 2;
		width: min(50vw, 220px);
		justify-content: center;
		transform: translate(-50%, -50%);
	}

	.cloud-heaven-home .brand-logo {
		max-width: 100%;
		max-height: clamp(78px, 18vw, 104px);
		object-fit: contain;
	}

	.cloud-heaven-home .header-actions {
		position: relative;
		z-index: 3;
		grid-column: 3;
		display: flex;
		justify-self: end;
		gap: 6px;
	}

	.cloud-heaven-home .header-actions a[aria-label="Member Bereich"] {
		display: none;
	}

	.cloud-heaven-home .header-actions a {
		width: 34px;
		height: 34px;
		border-radius: 999px;
	}

	.cloud-heaven-home .cart-count {
		right: -6px;
		top: -6px;
	}

	.cloud-heaven-home .site-nav {
		position: absolute;
		inset: 144px 0 auto;
		display: none;
		grid-template-columns: 1fr;
		gap: 0;
		border-top: 1px solid var(--color-line);
		background: var(--color-white);
	}

	.cloud-heaven-home .site-nav.is-open {
		display: grid;
	}

	.cloud-heaven-home .site-nav-link {
		padding: 17px 22px;
		border-bottom: 1px solid var(--color-line);
	}

	.cloud-heaven-home .hero-cloud,
	.cloud-heaven-home .hero-content {
		min-height: 620px;
	}

	.cloud-heaven-home .hero-content {
		display: flex;
		align-items: center;
	}

	.cloud-heaven-home .hero-copy {
		width: min(610px, 90vw);
	}

	.cloud-heaven-home .hero-brand-panel {
		display: none;
	}

	.cloud-heaven-home .hero-placeholder::before {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0 44%, rgba(255, 255, 255, 0.28));
	}

	.cloud-heaven-home .trust-grid,
	.cloud-heaven-home .category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cloud-heaven-home .trust-item {
		justify-content: flex-start;
	}

	.cloud-heaven-home .trust-item + .trust-item {
		border-left: 0;
	}

	.cloud-heaven-home .product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cloud-heaven-home .footer-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.cloud-heaven-home .announcement {
		padding-inline: 12px;
		font-size: 10px;
		text-align: center;
	}

	.cloud-heaven-home .header-main {
		min-height: 104px;
		grid-template-columns: 40px minmax(0, 1fr) minmax(106px, auto);
		gap: 6px;
	}

	.cloud-heaven-home .brand {
		width: min(46vw, 190px);
	}

	.cloud-heaven-home .brand-logo {
		max-height: clamp(72px, 20vw, 92px);
	}

	.cloud-heaven-home .menu-toggle {
		width: 38px;
		height: 38px;
	}

	.cloud-heaven-home .header-actions {
		gap: 4px;
	}

	.cloud-heaven-home .header-actions a {
		width: 31px;
		height: 31px;
	}

	.cloud-heaven-home .site-nav {
		inset: 136px 0 auto;
	}

	.cloud-heaven-home .hero-cloud,
	.cloud-heaven-home .hero-content {
		min-height: 620px;
	}

	.cloud-heaven-home .hero-copy {
		padding-block: 58px 210px;
	}

	.cloud-heaven-home .hero-copy p:not(.hero-eyebrow) {
		font-size: 16px;
	}

	.cloud-heaven-home .category-grid,
	.cloud-heaven-home .product-grid,
	.cloud-heaven-home .trust-grid,
	.cloud-heaven-home .age-gate-actions {
		grid-template-columns: 1fr;
	}

	.cloud-heaven-home .product-card-body {
		min-height: 160px;
	}
}
